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

/* =======================================================
*
*   Template Style 
*
* ======================================================= */
body {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: gray;
    background: whitesmoke;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #03AFF3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #03AFF3;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #03AFF3;
}

::-moz-selection {
    color: #fff;
    background: #03AFF3;
}

::selection {
    color: #00387d;
    /* background: #03AFF3; */
}


/* = = = = = = = = = = =
* navigation bar
= = = = = = = = = = = */
.colorlib-nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    background-color: white;
}

.colorlib-nav .top-menu {
    padding: 20px 30px;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
}

.colorlib-nav #colorlib-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.colorlib-nav #colorlib-logo a {
    position: relative;
    color: #fff;
}

.colorlib-nav #colorlib-logo img {
    max-height: 55px;
    width: auto;
    background-color: #ffffff;
}

.colorlib-nav ul {
    padding: 0;
    margin: 8px 0 0 0;
}

.colorlib-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 400;
}

.colorlib-nav ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px 30px;
    color: rgb(0 0 0 / 80%);
    border-top: 4px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    filter: drop-shadow(0px 0px 0px black);
}

.colorlib-nav ul li a:hover,
.colorlib-nav ul li.active>a {
    color: #000;
    /* border-color: #03AFF3; */
    border-color: #fff;
    filter: drop-shadow(0px 0px 0px black);
}

.colorlib-nav ul li.menu-item-has-children {
    position: relative;
}

.colorlib-nav ul li.menu-item-has-children .dropdown {
    width: 248px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.colorlib-nav ul li.menu-item-has-children .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li:last-child {
    margin-bottom: 0;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li a {
    display: block;
    padding: 5px 0;
    color: #404040;
    border: none;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li a:hover {
    color: #000;
    border: none;
}

.colorlib-nav ul li.menu-item-has-children:hover a,
.colorlib-nav ul li.menu-item-has-children.active a {
    color: #fff;
    /* border-color: #03AFF3; */
    border-color: #ffffff;
}

.colorlib-nav ul li.btn-cta a {
    padding: 30px 0px !important;
    color: #fff;
}

.colorlib-nav ul li.btn-cta a span {
    background: #03AFF3;
    padding: 4px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.colorlib-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active>a {
    /* color: #03AFF3 !important; */
    position: relative;
}

.colorlib-nav ul li.active>a:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* counter */
#colorlib-counter,
.colorlib-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

/* = = = = = = = = = = =
* video
= = = = = = = = = = = */
.colorlib-video {
    overflow: hidden;
}

.colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #03AFF3;
}

.colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* = = = = = = = = = = =
* hero area
= = = = = = = = = = = */
#colorlib-hero {
    /* height: 500px; */
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

#colorlib-hero .btn {
    font-size: 24px;
}

#colorlib-hero .btn.btn-primary {
    padding: 14px 30px !important;
}

#colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#colorlib-hero .flexslider .slides {
    /* position: relative; */
    overflow: hidden;
}

#colorlib-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 500px;
    position: relative;
}

#colorlib-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: .8; */
    opacity: .6;
    background: #00b7ea;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#9870FC', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#colorlib-hero .flexslider .flex-control-nav {
    bottom: 7em;
    z-index: 1000;
    width: 0 auto;
}

#colorlib-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    background: #03AFF3;
}

#colorlib-hero .flexslider .flex-direction-nav {
    display: none;
}

#colorlib-hero .flexslider .slider-text {
    max-width: 100%;
    display: table;
    opacity: 0;
    height: 700px;
    z-index: 9;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    padding: 2em;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner span i {
    font-size: 24px;
    color: #F7AF1D;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1,
#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
    text-shadow: 0 0 5px black;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    margin-bottom: 30px;
    font-size: 53px;
    line-height: 1.3;
    font-weight: 300;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;    
}

#colorlib-hero .flexslider .slider-text>.breadcrumb-text h2 {
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0,0,0,0.5);
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 a {
    color: white;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 50px;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead {
    font-size: 20px;
    color: #03AFF3;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead .icon-heart {
    color: #d9534f;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px 30px !important;
    border: none;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
    background: #03AFF3;
    color: #fff;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
    background: #000 !important;
}

.colorlib-light-grey {
    background: #fafafa;
}


/* = = = = = = = = = = =
* section common
= = = = = = = = = = = */
#colorlib-about,
#colorlib-services,
#colorlib-contact,
#colorlib-testimony,
#colorlib-blog,
#colorlib-project,
#colorlib-subscribe {
    /* padding: 3em 0; */
    clear: both;
}

#colorlib-intro {
    clear: both;
}


/* = = = = = = = = = = =
* nav tabs
= = = = = = = = = = = */
#colorlib-intro .tabulation {
    z-index: 1;
}

#colorlib-intro .tab-content {
    padding: 3em 2em !important;
    background: #fff;
}

#colorlib-intro .nav-tabs {
    margin: 0 !important;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

#colorlib-intro .nav-tabs li {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#colorlib-intro .nav-tabs li a {
    width: 100%;
    margin: 0;
    border: none;
    padding: 2.7em 1em !important;
    background: rgb(255 255 255 / 78%);
    color: #4d4d4d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#colorlib-intro .nav-tabs li a i {
    font-size: 18px;
}

#colorlib-intro .nav-tabs li.active {
    border-bottom: 1px solid #fff;
}

#colorlib-intro .nav-tabs li.active a {
    color: #000;
    border: none;
    background: #fff;
    bottom: 0 !important;
}


/* = = = = = = = = = = =
* service section
= = = = = = = = = = = */
.services-img {
    height: 320px;
    display: block;
}

.services-desc {
    padding: 0 1em;
}

/* .services-desc ul li {
    list-style: none;
    margin-bottom: 10px;
} */

.services-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-desc ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: gray;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
}

.services-desc ul li:after,
.services-desc ul li:before {
    content: "\f04d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 4px;
    left: 0;
    color: #eee;
}

.services-desc ul li:before {
    top: 7px;
    left: 3px;
    color: #000;
}

.services-desc ul li+li {
    margin-top: 10px;
}

.services-desc ul li ul {
    margin-top: 15px;
}
.services-desc ul li li {
    /* font-size: 14px; */
    padding-left: 25px;
}
.services-desc ul li li+li {
    margin-top: 8px;
}
.services-desc ul li li:after {
    display: none;
}
.services-desc ul li li:before {
    /* content: "\f111"; */
    font-size: 8px;
    top: 7px;
    left: 0;
}


/* services with icon */
.services {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.services .icon {
    line-height: 64px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.services .icon i {
    font-size: 40px;
    color: #03AFF3;
}

.services .desc {
    padding: 90px 20px 20px 20px;
}

.services .desc h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bg-primary-color {
    background: #03AFF3;
}

.bg-primary-color p {
    color: #fff !important;
}

.thumb-img,
.insta-img,
.staff-img,
.blog-img,
.colorlib-about-img,
.services-img,
.project-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.aside-stretch {
    background: #03AFF3;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    /* background: #03AFF3; */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


/* = = = = = = = = = = =
* project section
= = = = = = = = = = = */
.project-entry {
    display: block;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.project-entry .project-img {
    width: 100%;
    height: 200px;
    display: table;
    position: relative;
    z-index: 0;
}

.project-entry .project-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}

.project-entry .project-img img {
    width: 100%;
    height: 100%;
}

/* .project-entry .project-img .icon {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} */

.project-entry .project-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-entry .project-img .icon i {
    color: #fff;
}

.project-entry .desc {
    padding: 2.5em 2em;
    display: block;
}

.project-entry .desc h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 35.5px;
}

.project-entry .desc h3 a {
    color: #000;
}

.project-entry:hover {
    top: -1px;
    -webkit-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
}

.project-entry:hover .project-img:after {
    opacity: 1;
    z-index: 1;
}

.project-entry:hover .project-img .icon {
    opacity: 1;
    z-index: 2;
}

.project-single {
    margin-bottom: 30px;
}

.thumb-wrap {
    display: block;
    width: 100%;
    float: left;
}

.thumb-wrap .thumb-img {
    width: 100%;
    display: block;
    height: 150px;
    margin-bottom: 30px;
}


/* = = = = = = = = = = =
* single project
= = = = = = = = = = = */
.project-single-desc {
    width: 100%;
    float: left;
    padding: 3em;
    background: #fff;
    margin-bottom: 1em;
}

.project-single-desc h2 {
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.project-single-desc .list li {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.project-single-desc .list li .title {
    font-weight: 500;
    color: #000;
    width: 50%;
    float: left;
}

.downloadreport {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.downloadreport a {
    width: 100%;
    float: left;
    padding: 3em 2em;
    background: #fff;
}

.downloadreport a:hover {
    background: #03AFF3;
    color: #fff;
}


/* = = = = = = = = = = =
* testimonial section
= = = = = = = = = = = */
#colorlib-testimony {
    background: #fff;
}

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    background: transparent;
    padding: 5px 5px;
    opacity: 1;
}

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 20px;
}

#colorlib-testimony .testimony-slide {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
}

#colorlib-testimony .testimony-slide span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #000;
    margin-bottom: 20px;
}

#colorlib-testimony .testimony-slide figure {
    display: block;
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
}

#colorlib-testimony .testimony-slide figure img {
    width: 140px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#colorlib-testimony .testimony-slide blockquote {
    border: none;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 3em 0 0 0;
    color: #000;
}

#colorlib-testimony .testimony-slide blockquote p {
    font-size: 14px;
}

#colorlib-testimony .testimony-wrap {
    padding: 3em;
    width: 100%;
    float: left;
}

#colorlib-testimony .owl-stage-outer {
    padding-top: 6em;
}


/* = = = = = = = = = = =
* counter section
= = = = = = = = = = = */
#colorlib-counter {
    position: relative;
}

.counter-entry {
    padding: 7em 0;
}

.colorlib-counters {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.colorlib-counters .icon i {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    font-size: 50px;
    color: #fff;
    background: #03AFF3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-counters .icon-white i {
    background: #fff;
    color: #03AFF3;
}

.colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
    font-weight: 500;
    margin-bottom: .3em;
}

.colorlib-counters .colorlib-counter-label {
    /* color: rgba(255, 255, 255, 0.7); */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    display: block;
}


/* = = = = = = = = = = =
* blog section
= = = = = = = = = = = */
article {
    margin-bottom: 3em;
}

article .blog-img {
    width: 100%;
    display: block;
    height: 300px;
    display: table;
    position: relative;
    z-index: 0;
}

article .blog-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}

article .blog-img .icon {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

article .blog-img .icon i {
    color: #fff;
}

article:hover .blog-img:after {
    opacity: 1;
}

article:hover .icon {
    opacity: 1;
}

article .entry {
    width: 100%;
    margin-top: 0;
    z-index: 1;
    background: #fff;
    padding: 2em;
    position: relative;
}

article .entry h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
}

article .entry h2 a {
    color: #000;
}

article .entry h2 a:hover {
    color: #03AFF3;
}

article .entry .meta-2 {
    color: #b3b3b3;
}

article .entry .meta-2 span {
    margin-right: 10px;
}

article .entry .meta-2 span i {
    color: #666666;
}


/* = = = = = = = = = = =
* about section
= = = = = = = = = = = */
.about-wrap {
    width: 100%;
    float: left;
    padding-bottom: 0;
}

#colorlib-about {
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
}

#colorlib-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#colorlib-about .colorlib-heading2 h2 {
    color: #fff;
}

#colorlib-about .colorlib-heading2 p {
    color: rgba(255, 255, 255, 0.7);
}

.colorlib-about-img {
    height: 603px;
}

.about-flex {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.about-flex .col-half {
    width: 50%;
    float: left;
}

.about-flex .col-half:last-child {
    background: #fff;
}

.about-services .project-entry .project-img {
    height: 280px;
}

.about-flex .staff-img {
    float: left;
    width: 50%;
    height: 300px;
    position: relative;
    display: table;
}

.about-flex .staff-img .desc-staff {
    background: #03AFF3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.about-flex .staff-img .desc-staff h3 {
    color: #fff;
}

.about-flex .staff-img .desc-staff span {
    color: #fff;
}

.about-flex .staff-img:hover .desc-staff {
    opacity: 1;
}

.about-flex .desc {
    padding: 4em;
    display: block;
}

.fancy-collapse-panel .panel-default>.panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 15px 25px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #03AFF3;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.panel-heading a:after {
    font-family: "icomoon";
    content: "\e115";
    position: absolute;
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -5px;
}

.panel-heading a.collapsed:after {
    content: "\e114";
}

.panel-heading a.collapsed {
    background: #fafafa;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.about-desc h3 {
    font-weight: 500;
}

.about-desc ul,
.about-detail .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-desc ul li,
.about-detail .panel-body ul li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.about-desc ul li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
}

.about-desc ul li+li {
    margin-top: 15px;
}

.about-detail .panel-body ul li+li {
    margin-top: 10px;
}

.about-detail .panel-body ul li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    color: #555;
    /* text-shadow: 2px 2px 2px #333; */
    position: absolute;
    top: 0;
    left: 0;
}


/* = = = = = = = = = = =
* team
= = = = = = = = = = = */
.staff-img2 {
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    display: table;
}

.staff-img2 .desc-staff {
    background: #03AFF3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.staff-img2 .desc-staff h3 {
    color: #fff;
}

.staff-img2 .desc-staff span {
    color: #fff;
}

.staff-img2:hover .desc-staff {
    opacity: 1;
}


/* = = = = = = = = = = =
* contact form
= = = = = = = = = = = */
.contact-info-wrap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3em;
}

.contact-info-wrap-flex .con-info {
    width: 24%;
    background: #fff;
    padding: 1.5em;
    margin-left: 10px;
}

.contact-info-wrap-flex .con-info:first-child {
    margin-left: 0;
}

.contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000;
    text-align:center;
}

.contact-info-wrap-flex p a {
    color: #000;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    font-size: 16px !important;
    font-weight: 300;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-weight: 400;
}

.form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
}


/* location map */
.map {
    width: 100%;
    height: 500px;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}


/* social icons */
.colorlib-social-icons {
    margin: 0;
    padding: 0;
}

.colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.colorlib-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #03AFF3;
    padding-left: 10px;
    padding-right: 10px;
}

.colorlib-social-icons li a i {
    font-size: 20px;
}

.colorlib-heading {
    margin-bottom: 5em;
}

.colorlib-heading h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}


/* = = = = = = = = = = =
* subscribe form
= = = = = = = = = = = */
#colorlib-subscribe {
    background: #ededed;
    padding: 5em 0;
}

#colorlib-subscribe .colorlib-heading {
    margin-bottom: 20px;
}

#colorlib-subscribe .colorlib-heading p {
    font-size: 18px;
}

.qbstp-header-subscribe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.qbstp-header-subscribe .col-three-forth {
    width: 70%;
}

.qbstp-header-subscribe .col-one-third {
    width: 30%;
}

.qbstp-header-subscribe .col-three-forth,
.qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left;
}

.qbstp-header-subscribe .form-control {
    background: transparent;
}

.qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-o-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #333333 !important;
}

.qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #03AFF3;
    color: #fff;
    border: none;
    padding: 10px 18px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block;
}


/* instagram image box */
.instagram .insta-img {
    height: 80px;
    display: block;
    width: 33.3333%;
    float: left;
}


/* = = = = = = = = = = =
* footer
= = = = = = = = = = = */
#colorlib-footer {
    background: #25282a;
    color: rgba(255, 255, 255, 0.6) !important;
}

#colorlib-footer .contact-information {
    background: #1E2022;
    padding: 1.5em 0;
    margin-bottom: 5em;
}

#colorlib-footer .contact-information .info-wrap .icon {
    display: block;
    margin-bottom: 10px;
}

#colorlib-footer .contact-information .info-wrap .icon i {
    color: #fff;
    font-size: 20px;
}

#colorlib-footer .contact-information .info-wrap p {
    font-size: 13px;
}

#colorlib-footer .contact-information .info-wrap a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0;
}

#colorlib-footer .colorlib-footer-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
}

#colorlib-footer .footer-menu li {
    position: relative;
}

#colorlib-footer .footer-menu li:before {
    content: "\e116";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #03AFF3;
}

#colorlib-footer .colorlib-footer-links li span {
    display: block;
    font-size: 13px;
}

#colorlib-footer .colorlib-footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

#colorlib-footer .colorlib-footer-links li a i {
    padding-right: 10px;
    color: #03AFF3;
}

#colorlib-footer .colorlib-footer-links li a:hover {
    text-decoration: underline;
}

#colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px;
}

#colorlib-footer .colorlib-social-icons li a:first-child {
    padding-left: 0;
}

#colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}

#colorlib-footer .copy {
    background: #03AFF3;
    padding: 1.2em 0;
}

#colorlib-footer .copy p {
    margin-bottom: 0;
    color: #000;
}

#colorlib-footer .copy p small a {
    color: rgba(0, 0, 0, 0.7);
}


/* = = = = = = = = = = =
* other pages
= = = = = = = = = = = */

/* = = = = = = = = = = =
* market sectors page
= = = = = = = = = = = */
.single-detail {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.single-detail+.single-detail {
    margin-top: 80px;
}

.single-detail .detail-img {
    min-height: 350px;
    max-height: 100%;
}

.single-detail .detail-text {
    display: flex;
    align-items: center;
    padding: 4%;
    background-color: #fdfdfd;
}

.detail-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-text ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

.detail-text ul li:after,
.detail-text ul li:before {
    content: "\f04d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 0;
    color: #eee;
}

.detail-text ul li:before {
    top: 3px;
    left: 3px;
    color: #000;
}

.detail-text ul li+li {
    margin-top: 15px;
}

.detail-text ul li ul {
    margin-top: 15px;
}
.detail-text ul li li {
    font-size: 16px;
    padding-left: 25px;
}
.detail-text ul li li+li {
    margin-top: 10px;
}
.detail-text ul li li:after {
    display: none;
}
.detail-text ul li li:before {
    /* content: "\f111"; */
    font-size: 8px;
    top: 7px;
    left: 0;
}


/* = = = = = = = = = = =
* resources page
= = = = = = = = = = = */
.resource-single {
    display: flex;
    justify-content: center;

}

.resource-single+.resource-single {
    margin-top: 80px;
}

/* manpower */
/* .manpower.project-entry .project-img {
    height: 500px;
} */

/* equipments */
.equipments {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.equipments .single-equipment {
    width: 32%;    
    min-height: 60px;
    margin: 0 5px 20px;
    background: #fff;
    display: flex;
    align-items: center;
}

.equipments .single-equipment p {
    padding: 5px 10px 5px 35px;
    margin: 0;
    position: relative;
}

.equipments .single-equipment p:before {
    content: "\f085";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #03AFF3;
    position: absolute;
    top: 8px;
    left: 10px;
}

/* resources table */
table.resource-table {
    width: 100%;
    background: #e5e5e5;
    border-top: 6px double #555;
    border-bottom: 6px double #555;
}

table.resource-table th {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    background: #03AFF3;
    color: #fff;
    /* border-top: 6px double #555; */
    border-bottom: 6px double #555;
}

table.resource-table tr:nth-child(odd) {
    background: #fff;
}

table.resource-table tr td {
    padding: 15px 10px;
    color: #000;
}

table.resource-table tr td:last-child {
    text-align: center;
    width: 200px;
}

/* experience table */
.experiences {
    height: 440px;
    overflow-y: scroll;
    position: relative;
    border-bottom: 1px solid #999;
}

.experiences table.resource-table tr.table-heading {
    position: sticky !important;
    top: 0;
}

.experiences table.resource-table th,
.experiences table.resource-table td {
    font-size: 13px;
}

.experiences table.resource-table tr td {
    padding: 10px 5px;
}

.experiences table.resource-table tr td:last-child {
    width: auto;
}

/*--------------------*/
/* SCROLLBAR */
/*--------------------*/
/* width */
.experiences::-webkit-scrollbar {
	width: 8px;
	background: #f5f5f5;
}
/* Track */
.experiences::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
/* Handle */
.experiences::-webkit-scrollbar-thumb {
  background: #03AFF3;
  border-radius: 3px;
  border: 0.5px solid #fff;
  transition: all 0.3s ease;
}
/* Handle on hover */
.experiences::-webkit-scrollbar-thumb:hover {
  background: #03AFF3;
}


/* = = = = = = = = = = =
* go to top button
= = = = = = = = = = = */
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(41, 127, 213, 0.9);
    color: #fff;
    border: 1px solid #EDEDED;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    transition: 0.5s;
}

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

.gototop a:hover i {
    transform: translateY(-5px);
}


/* = = = = = = = = = = =
* responsive navigation menu
= = = = = = = = = = = */
#colorlib-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
    padding: 0;
    margin: 0;
}

#colorlib-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#colorlib-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown {
    display: block;
    position: relative;
    cursor: pointer;
}

#colorlib-offcanvas ul li a {
    display: block;
    padding: 5px 0;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a {
    display: inline-block;
    /*position: relative;*/
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown:after {
    position: absolute;
    top: 5px;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0c5";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown:hover:after {
    color: rgba(255, 255, 255, 0.9);
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* navbar toggle */
.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 1.6em !important;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
    background: #444;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white>i {
    color: #000;
    background: #000;
}

.colorlib-nav-toggle.colorlib-nav-white>i::before,
.colorlib-nav-toggle.colorlib-nav-white>i::after {
    background: #000;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff;
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #000;
}

.colorlib-nav-toggle {
    position: fixed;
    right: 0px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}


/* = = = = = = = = = = =
* common styles
= = = = = = = = = = = */
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #03AFF3;
    color: #fff;
    border: 2px solid #03AFF3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #03AFF3 !important;
    border-color: #03AFF3 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #03AFF3;
    border: 2px solid #03AFF3;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #03AFF3;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.row-pb-lg {
    padding-bottom: 7em !important;
}

.row-pb-md {
    padding-bottom: 5em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.related-services {
    padding-bottom: 7em;
}

.related-heading {
    padding: 2em 0 1em;
    position: relative;
}

.related-heading:before {
    content: "";
    /* border-top: 3px solid #fff; */    
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(41,127,213,1) 50%, rgba(245,245,245,1) 100%);
    width: 50%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* = = = = = = = = = = =
* preloader
= = = = = = = = = = = */
.colorlib-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}





/* =======================================================
*
*   Responsive Style 
*
* ======================================================= */
@media screen and (max-width: 1199.98px) {
    .qbstp-header-subscribe .col-three-forth {
        width: 63%;
    }
}


@media screen and (max-width: 991.98px) {
    #colorlib-about, 
    #colorlib-services, 
    #colorlib-contact, 
    #colorlib-testimony, 
    #colorlib-blog, 
    #colorlib-project, 
    #colorlib-subscribe {
        padding: 5em 0;
    }

    .colorlib-video {
        height: 450px;
    }
    
    .colorlib-nav #colorlib-logo img {
        width: 140px;
    }

    .colorlib-nav ul li a {
        font-size: 14px;
    }
    
    .colorlib-nav ul li.menu-item-has-children .dropdown {
        width: 230px;
        padding: 12px;
    }
    
    .colorlib-nav ul li.menu-item-has-children .dropdown li a {
        font-size: 13px;
        padding: 4px;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 36px;
        max-width: unset;
    }
    
    #colorlib-hero, 
    #colorlib-hero .flexslider .slides li,
    #colorlib-hero .flexslider .slider-text, 
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        min-height: unset;
        height: 500px;
    }

    #colorlib-hero .flexslider .flex-control-nav {
        bottom: 5em;
    }

    .qbstp-header-subscribe .col-three-forth {
        width: 70%;
    }

    footer .colorlib-widget+.colorlib-widget {
        margin-top: 40px;
    }
    
    #colorlib-footer h4 {
        margin-bottom: 20px;
    }

    .detail-text ul li+li {
        margin-top: 10px;
    }

    .detail-text ul li:after {
        top: 5px;
    }

    .detail-text ul li:before {
        top: 8px;
    }

    .related-services {
        padding-bottom: 5em;
    }

    .equipments .single-equipment {
        width: 47%;
    }
}


@media screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
    p {
        margin-bottom: 10px;
    }

    .row-pb-md {
        padding-bottom: 2em !important;
    }

    .row-pb-lg {
        padding-bottom: 4em !important;
    }

    #colorlib-about, 
    #colorlib-services, 
    #colorlib-contact, 
    #colorlib-testimony, 
    #colorlib-blog, 
    #colorlib-project, 
    #colorlib-subscribe {
        padding: 4em 0;
    }

    .colorlib-heading {
        margin-bottom: 2em;
    }
    
    .colorlib-heading h2 {
        font-size: 22px;
    }

    #colorlib-subscribe .colorlib-heading p {
        font-size: 15px;
    }

    .colorlib-nav {
        margin: 0;
    }

    .colorlib-nav .top-menu {
        padding: 28px 1em;
    }
    
    .colorlib-nav .menu-1 {
        display: none;
    }    
    
    #colorlib-hero, 
    #colorlib-hero .flexslider .slides li, 
    #colorlib-hero .flexslider .slider-text, 
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        width: 100%;
        height: unset;
        min-height: 380px;
    }
    
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        /* display: block; */
        /* padding:8em 5px 3em; */
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        text-align: center;
    }
    
    #colorlib-hero .flexslider .flex-control-nav {
        bottom: 1em;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
        font-size: 18px;
    }

    #colorlib-hero .flexslider .slider-text>.breadcrumb-text h2 {
        font-size: 16px;
    }
    
    #colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
        font-size: 30px;
    }

    #colorlib-intro .nav-tabs li {
        font-size: 10px;
    }

    #colorlib-intro .nav-tabs li a i {
        display: block;
    }

    #colorlib-intro .tab-content {
        padding: 1em 0.5em !important;
    }

    .services-img {
        height: 250px;
        margin-bottom: 20px;
    }

    .services-desc {
        padding: 0;
    }
    
    .services-desc ul li {
        font-size: 14px;
        font-weight: 300;
    }

    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
    }

    .counter-entry {
        padding: 2em 0;
    }

    .colorlib-counters .icon-white i {
        background: #03AFF3;
        color: #fff;
    }

    .project-entry .project-img {
        height: 250px;
    }

    .project-entry .desc {
        padding: 1.5em;
    }
    
    .project-entry .desc h3 {
        min-height: auto;
    }

    .about-wrap {
        padding-bottom: 3em;
    }

    .about-flex .col-half {
        width: 100%;
    }

    .about-flex .staff-img {
        height: 200px;
    }

    .about-flex .desc {
        padding: 1.5em;
    }

    .staff-img2 {
        margin-bottom: 30px;
    }

    .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important;
    }

    .form-group #fname {
        margin-bottom: 30px;
    }

    .qbstp-header-subscribe .col-three-forth,
    .qbstp-header-subscribe .col-one-third {
        width: 80%;
        margin: 0 auto;
    }

    #colorlib-footer .colorlib-widget {
        width: 100%;
        float: left;
    }

    .map {
        height: 250px;
    }

    #colorlib-offcanvas {
        display: block;
    }

    .colorlib-nav-toggle {
        display: block;
    }

    .about-desc {
        margin-bottom: 40px;
    }

    .single-detail {
        flex-direction: column;
        align-items: center;
    }
    
    .single-detail.single-even {
        flex-direction: column-reverse;
    }
    
    .single-detail+.single-detail {
        margin-top: 50px;
    }
    
    .single-detail .detail-img, 
    .single-detail .detail-text {
        width: 100%;
    }
    
    .single-detail .detail-img {
        min-height: unset;
        max-height: unset;
        height: 280px;
    }
    
    .detail-heading {
        font-size: 22px;
    }

    .related-services {
        padding-bottom: 3em;
    }

    .resource-single+.resource-single {
        margin-top: 50px;
    }    

    .resources-heading {
        font-size: 22px;
    }

    .equipments .single-equipment {
        width: 100%;
    }

    table.resource-table th {
        font-size: 15px;
    }
    
    table.resource-table tr td {
        font-size: 13px;
    }
    
    table.resource-table tr td:last-child {
        width: 130px;
    }    
    
    .experiences {
        height: 280px;
    }

    .experiences table.resource-table th, 
    .experiences table.resource-table td {
        font-size: 10px;
    }
    
    .experiences table.resource-table .project-desc {
        display: none;
    }
}


@media screen and (max-width: 575.98px) {
    #colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
        width: 100%;
    }

    .qbstp-header-subscribe .form-group {
        width: 100%;
    }
}
	#owl-client .item{
  background: #ffffff00;
  padding: 20px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
*   Template Style 
*
* ======================================================= */
body {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: gray;
    background: whitesmoke;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #03AFF3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #03AFF3;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #03AFF3;
}

::-moz-selection {
    color: #fff;
    background: #03AFF3;
}

::selection {
    color: #fff;
    background: #03AFF3;
}


/* = = = = = = = = = = =
* navigation bar
= = = = = = = = = = = */
.colorlib-nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    background-color: white;
}

.colorlib-nav .top-menu {
    padding: 20px 30px;
    position: fixed;
    background-color: #020202;
    width: 100%;
}

.colorlib-nav #colorlib-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.colorlib-nav #colorlib-logo a {
    position: relative;
    color: #fff;
}

.colorlib-nav #colorlib-logo img {
    max-height: 55px;
    width: auto;
    background-color: #ffffff82;
}

.colorlib-nav ul {
    padding: 0;
    margin: 8px 0 0 0;
}

.colorlib-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 400;
}

.colorlib-nav ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px 30px;
    color: rgb(255 255 255 / 80%);
    border-top: 4px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    filter: drop-shadow(1px 0px 0px black);
}

.colorlib-nav ul li a:hover,
.colorlib-nav ul li.active>a {
    color: #fff;
    /* border-color: #03AFF3; */
    border-color: #fff;
    filter: drop-shadow(1px 0px 1px black);
}

.colorlib-nav ul li.menu-item-has-children {
    position: relative;
}

.colorlib-nav ul li.menu-item-has-children .dropdown {
    width: 248px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.colorlib-nav ul li.menu-item-has-children .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li:last-child {
    margin-bottom: 0;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li a {
    display: block;
    padding: 5px 0;
    color: #404040;
    border: none;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li a:hover {
    color: #000;
    border: none;
}

.colorlib-nav ul li.menu-item-has-children:hover a,
.colorlib-nav ul li.menu-item-has-children.active a {
    color: #fff;
    /* border-color: #03AFF3; */
    border-color: #ffffff;
}

.colorlib-nav ul li.btn-cta a {
    padding: 30px 0px !important;
    color: #fff;
}

.colorlib-nav ul li.btn-cta a span {
    background: #03AFF3;
    padding: 4px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.colorlib-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active>a {
    /* color: #03AFF3 !important; */
    position: relative;
}

.colorlib-nav ul li.active>a:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* counter */
#colorlib-counter,
.colorlib-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

/* = = = = = = = = = = =
* video
= = = = = = = = = = = */
.colorlib-video {
    overflow: hidden;
}

.colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #03AFF3;
}

.colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* = = = = = = = = = = =
* hero area
= = = = = = = = = = = */
#colorlib-hero {
    height: 500px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

#colorlib-hero .btn {
    font-size: 24px;
}

#colorlib-hero .btn.btn-primary {
    padding: 14px 30px !important;
}

#colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#colorlib-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}

#colorlib-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 650px;
    position: relative;
}

#colorlib-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: .8; */
    opacity: .6;
    background: #00b7ea;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#9870FC', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#colorlib-hero .flexslider .flex-control-nav {
    bottom: 7em;
    z-index: 1000;
    width: 0 auto;
}

#colorlib-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    background: #03AFF3;
}

#colorlib-hero .flexslider .flex-direction-nav {
    display: none;
}

#colorlib-hero .flexslider .slider-text {
    max-width: 100%;
    display: table;
    opacity: 0;
    height: 700px;
    z-index: 9;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 700px;
    padding: 2em;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner span i {
    font-size: 24px;
    color: #F7AF1D;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1,
#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
    text-shadow: 0 0 5px black;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    margin-bottom: 30px;
    font-size: 53px;
    line-height: 1.3;
    font-weight: 300;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;    
}

#colorlib-hero .flexslider .slider-text>.breadcrumb-text h2 {
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0,0,0,0.5);
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 a {
    color: white;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 50px;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead {
    font-size: 20px;
    color: #03AFF3;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead .icon-heart {
    color: #d9534f;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px 30px !important;
    border: none;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
    background: #03AFF3;
    color: #fff;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
    background: #000 !important;
}

.colorlib-light-grey {
    background: #fafafa;
}


/* = = = = = = = = = = =
* section common
= = = = = = = = = = = */
#colorlib-about,
#colorlib-services,
#colorlib-contact,
#colorlib-testimony,
#colorlib-blog,
#colorlib-project,
#colorlib-subscribe {
    padding: 3em 0;
    clear: both;
}

#colorlib-intro {
    clear: both;
}


/* = = = = = = = = = = =
* nav tabs
= = = = = = = = = = = */
#colorlib-intro .tabulation {
    z-index: 1;
}

#colorlib-intro .tab-content {
    padding: 3em 2em !important;
    background: #fff;
}

#colorlib-intro .nav-tabs {
    margin: 0 !important;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

#colorlib-intro .nav-tabs li {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#colorlib-intro .nav-tabs li a {
    width: 100%;
    margin: 0;
    border: none;
    padding: 2.7em 1em !important;
    background: rgb(255 255 255 / 78%);
    color: #4d4d4d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#colorlib-intro .nav-tabs li a i {
    font-size: 18px;
}

#colorlib-intro .nav-tabs li.active {
    border-bottom: 1px solid #fff;
}

#colorlib-intro .nav-tabs li.active a {
    color: #000;
    border: none;
    background: #fff;
    bottom: 0 !important;
}


/* = = = = = = = = = = =
* service section
= = = = = = = = = = = */
.services-img {
    height: 320px;
    display: block;
}

.services-desc {
    padding: 0 1em;
}

/* .services-desc ul li {
    list-style: none;
    margin-bottom: 10px;
} */

.services-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-desc ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: gray;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
}

.services-desc ul li:after,
.services-desc ul li:before {
    content: "\f04d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 4px;
    left: 0;
    color: #eee;
}

.services-desc ul li:before {
    top: 7px;
    left: 3px;
    color: #000;
}

.services-desc ul li+li {
    margin-top: 10px;
}

.services-desc ul li ul {
    margin-top: 15px;
}
.services-desc ul li li {
    /* font-size: 14px; */
    padding-left: 25px;
}
.services-desc ul li li+li {
    margin-top: 8px;
}
.services-desc ul li li:after {
    display: none;
}
.services-desc ul li li:before {
    /* content: "\f111"; */
    font-size: 8px;
    top: 7px;
    left: 0;
}


/* services with icon */
.services {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.services .icon {
    line-height: 64px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.services .icon i {
    font-size: 40px;
    color: #03AFF3;
}

.services .desc {
    padding: 90px 20px 20px 20px;
}

.services .desc h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bg-primary-color {
    background: #03AFF3;
}

.bg-primary-color p {
    color: #fff !important;
}

.thumb-img,
.insta-img,
.staff-img,
.blog-img,
.colorlib-about-img,
.services-img,
.project-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.aside-stretch {
    background: #03AFF3;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    /* background: #03AFF3; */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


/* = = = = = = = = = = =
* project section
= = = = = = = = = = = */
.project-entry {
    display: block;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.project-entry .project-img {
    width: 100%;
    height: 350px;
    display: table;
    position: relative;
    z-index: 0;
}

.project-entry .project-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}

.project-entry .project-img img {
    width: 100%;
    height: 100%;
}

/* .project-entry .project-img .icon {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} */

.project-entry .project-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-entry .project-img .icon i {
    color: #fff;
}

.project-entry .desc {
    padding: 2.5em 2em;
    display: block;
}

.project-entry .desc h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 35.5px;
}

.project-entry .desc h3 a {
    color: #000;
}

.project-entry:hover {
    top: -1px;
    -webkit-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
}

.project-entry:hover .project-img:after {
    opacity: 1;
    z-index: 1;
}

.project-entry:hover .project-img .icon {
    opacity: 1;
    z-index: 2;
}

.project-single {
    margin-bottom: 30px;
}

.thumb-wrap {
    display: block;
    width: 100%;
    float: left;
}

.thumb-wrap .thumb-img {
    width: 100%;
    display: block;
    height: 150px;
    margin-bottom: 30px;
}


/* = = = = = = = = = = =
* single project
= = = = = = = = = = = */
.project-single-desc {
    width: 100%;
    float: left;
    padding: 3em;
    background: #fff;
    margin-bottom: 1em;
}

.project-single-desc h2 {
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.project-single-desc .list li {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.project-single-desc .list li .title {
    font-weight: 500;
    color: #000;
    width: 50%;
    float: left;
}

.downloadreport {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.downloadreport a {
    width: 100%;
    float: left;
    padding: 3em 2em;
    background: #fff;
}

.downloadreport a:hover {
    background: #03AFF3;
    color: #fff;
}


/* = = = = = = = = = = =
* testimonial section
= = = = = = = = = = = */
#colorlib-testimony {
    background: #fff;
}

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    background: transparent;
    padding: 5px 5px;
    opacity: 1;
}

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 20px;
}

#colorlib-testimony .testimony-slide {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
}

#colorlib-testimony .testimony-slide span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #000;
    margin-bottom: 20px;
}

#colorlib-testimony .testimony-slide figure {
    display: block;
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
}

#colorlib-testimony .testimony-slide figure img {
    width: 140px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#colorlib-testimony .testimony-slide blockquote {
    border: none;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 3em 0 0 0;
    color: #000;
}

#colorlib-testimony .testimony-slide blockquote p {
    font-size: 14px;
}

#colorlib-testimony .testimony-wrap {
    padding: 3em;
    width: 100%;
    float: left;
}

#colorlib-testimony .owl-stage-outer {
    padding-top: 6em;
}


/* = = = = = = = = = = =
* counter section
= = = = = = = = = = = */
#colorlib-counter {
    position: relative;
}

.counter-entry {
    padding: 7em 0;
}

.colorlib-counters {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.colorlib-counters .icon i {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    font-size: 50px;
    color: #fff;
    background: #03AFF3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-counters .icon-white i {
    background: #fff;
    color: #03AFF3;
}

.colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
    font-weight: 500;
    margin-bottom: .3em;
}

.colorlib-counters .colorlib-counter-label {
    /* color: rgba(255, 255, 255, 0.7); */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    display: block;
}


/* = = = = = = = = = = =
* blog section
= = = = = = = = = = = */
article {
    margin-bottom: 3em;
}

article .blog-img {
    width: 100%;
    display: block;
    height: 300px;
    display: table;
    position: relative;
    z-index: 0;
}

article .blog-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}

article .blog-img .icon {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

article .blog-img .icon i {
    color: #fff;
}

article:hover .blog-img:after {
    opacity: 1;
}

article:hover .icon {
    opacity: 1;
}

article .entry {
    width: 100%;
    margin-top: 0;
    z-index: 1;
    background: #fff;
    padding: 2em;
    position: relative;
}

article .entry h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
}

article .entry h2 a {
    color: #000;
}

article .entry h2 a:hover {
    color: #03AFF3;
}

article .entry .meta-2 {
    color: #b3b3b3;
}

article .entry .meta-2 span {
    margin-right: 10px;
}

article .entry .meta-2 span i {
    color: #666666;
}


/* = = = = = = = = = = =
* about section
= = = = = = = = = = = */
.about-wrap {
    width: 100%;
    float: left;
    padding-bottom: 0;
}

#colorlib-about {
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
}

#colorlib-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#colorlib-about .colorlib-heading2 h2 {
    color: #fff;
}

#colorlib-about .colorlib-heading2 p {
    color: rgba(255, 255, 255, 0.7);
}

.colorlib-about-img {
    height: 603px;
}

.about-flex {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.about-flex .col-half {
    width: 50%;
    float: left;
}

.about-flex .col-half:last-child {
    background: #fff;
}

.about-services .project-entry .project-img {
    height: 280px;
}

.about-flex .staff-img {
    float: left;
    width: 50%;
    height: 300px;
    position: relative;
    display: table;
}

.about-flex .staff-img .desc-staff {
    background: #03AFF3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.about-flex .staff-img .desc-staff h3 {
    color: #fff;
}

.about-flex .staff-img .desc-staff span {
    color: #fff;
}

.about-flex .staff-img:hover .desc-staff {
    opacity: 1;
}

.about-flex .desc {
    padding: 4em;
    display: block;
}

.fancy-collapse-panel .panel-default>.panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 15px 25px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #03AFF3;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.panel-heading a:after {
    font-family: "icomoon";
    content: "\e115";
    position: absolute;
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -5px;
}

.panel-heading a.collapsed:after {
    content: "\e114";
}

.panel-heading a.collapsed {
    background: #fafafa;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.about-desc h3 {
    font-weight: 500;
}

.about-desc ul,
.about-detail .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-desc ul li,
.about-detail .panel-body ul li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.about-desc ul li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
}

.about-desc ul li+li {
    margin-top: 15px;
}

.about-detail .panel-body ul li+li {
    margin-top: 10px;
}

.about-detail .panel-body ul li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    color: #555;
    /* text-shadow: 2px 2px 2px #333; */
    position: absolute;
    top: 0;
    left: 0;
}


/* = = = = = = = = = = =
* team
= = = = = = = = = = = */
.staff-img2 {
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    display: table;
}

.staff-img2 .desc-staff {
    background: #03AFF3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.staff-img2 .desc-staff h3 {
    color: #fff;
}

.staff-img2 .desc-staff span {
    color: #fff;
}

.staff-img2:hover .desc-staff {
    opacity: 1;
}


/* = = = = = = = = = = =
* contact form
= = = = = = = = = = = */
.contact-info-wrap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3em;
}

.contact-info-wrap-flex .con-info {
    width: 24%;
    background: #fff;
    padding: 1.5em;
    margin-left: 10px;
}

.contact-info-wrap-flex .con-info:first-child {
    margin-left: 0;
}

.contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000;
    text-align:center;
}

.contact-info-wrap-flex p a {
    color: #000;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    font-size: 16px !important;
    font-weight: 300;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-weight: 400;
}

.form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
}


/* location map */
.map {
    width: 100%;
    height: 500px;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}


/* social icons */
.colorlib-social-icons {
    margin: 0;
    padding: 0;
}

.colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.colorlib-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #03AFF3;
    padding-left: 10px;
    padding-right: 10px;
}

.colorlib-social-icons li a i {
    font-size: 20px;
}

.colorlib-heading {
    margin-bottom: 5em;
}

.colorlib-heading h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}


/* = = = = = = = = = = =
* subscribe form
= = = = = = = = = = = */
#colorlib-subscribe {
    background: #ededed;
    padding: 5em 0;
}

#colorlib-subscribe .colorlib-heading {
    margin-bottom: 20px;
}

#colorlib-subscribe .colorlib-heading p {
    font-size: 18px;
}

.qbstp-header-subscribe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.qbstp-header-subscribe .col-three-forth {
    width: 70%;
}

.qbstp-header-subscribe .col-one-third {
    width: 30%;
}

.qbstp-header-subscribe .col-three-forth,
.qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left;
}

.qbstp-header-subscribe .form-control {
    background: transparent;
}

.qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-o-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #333333 !important;
}

.qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #03AFF3;
    color: #fff;
    border: none;
    padding: 10px 18px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block;
}


/* instagram image box */
.instagram .insta-img {
    height: 80px;
    display: block;
    width: 33.3333%;
    float: left;
}


/* = = = = = = = = = = =
* footer
= = = = = = = = = = = */
#colorlib-footer {
    background: #25282a;
    color: rgba(255, 255, 255, 0.6) !important;
}

#colorlib-footer .contact-information {
    background: #1E2022;
    padding: 1.5em 0;
    margin-bottom: 5em;
}

#colorlib-footer .contact-information .info-wrap .icon {
    display: block;
    margin-bottom: 10px;
}

#colorlib-footer .contact-information .info-wrap .icon i {
    color: #fff;
    font-size: 20px;
}

#colorlib-footer .contact-information .info-wrap p {
    font-size: 13px;
}

#colorlib-footer .contact-information .info-wrap a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0;
}

#colorlib-footer .colorlib-footer-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
}

#colorlib-footer .footer-menu li {
    position: relative;
}

#colorlib-footer .footer-menu li:before {
    content: "\e116";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #03AFF3;
}

#colorlib-footer .colorlib-footer-links li span {
    display: block;
    font-size: 13px;
}

#colorlib-footer .colorlib-footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

#colorlib-footer .colorlib-footer-links li a i {
    padding-right: 10px;
    color: #03AFF3;
}

#colorlib-footer .colorlib-footer-links li a:hover {
    text-decoration: underline;
}

#colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px;
}

#colorlib-footer .colorlib-social-icons li a:first-child {
    padding-left: 0;
}

#colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}

#colorlib-footer .copy {
    background: #03AFF3;
    padding: 1.2em 0;
}

#colorlib-footer .copy p {
    margin-bottom: 0;
    color: #000;
}

#colorlib-footer .copy p small a {
    color: rgba(0, 0, 0, 0.7);
}


/* = = = = = = = = = = =
* other pages
= = = = = = = = = = = */

/* = = = = = = = = = = =
* market sectors page
= = = = = = = = = = = */
.single-detail {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.single-detail+.single-detail {
    margin-top: 80px;
}

.single-detail .detail-img {
    min-height: 350px;
    max-height: 100%;
}

.single-detail .detail-text {
    display: flex;
    align-items: center;
    padding: 4%;
    background-color: #fdfdfd;
}

.detail-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-text ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

.detail-text ul li:after,
.detail-text ul li:before {
    content: "\f04d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 0;
    color: #eee;
}

.detail-text ul li:before {
    top: 3px;
    left: 3px;
    color: #000;
}

.detail-text ul li+li {
    margin-top: 15px;
}

.detail-text ul li ul {
    margin-top: 15px;
}
.detail-text ul li li {
    font-size: 16px;
    padding-left: 25px;
}
.detail-text ul li li+li {
    margin-top: 10px;
}
.detail-text ul li li:after {
    display: none;
}
.detail-text ul li li:before {
    /* content: "\f111"; */
    font-size: 8px;
    top: 7px;
    left: 0;
}


/* = = = = = = = = = = =
* resources page
= = = = = = = = = = = */
.resource-single {
    display: flex;
    justify-content: center;

}

.resource-single+.resource-single {
    margin-top: 80px;
}

/* manpower */
/* .manpower.project-entry .project-img {
    height: 500px;
} */

/* equipments */
.equipments {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.equipments .single-equipment {
    width: 32%;    
    min-height: 60px;
    margin: 0 5px 20px;
    background: #fff;
    display: flex;
    align-items: center;
}

.equipments .single-equipment p {
    padding: 5px 10px 5px 35px;
    margin: 0;
    position: relative;
}

.equipments .single-equipment p:before {
    content: "\f085";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #03AFF3;
    position: absolute;
    top: 8px;
    left: 10px;
}

/* resources table */
table.resource-table {
    width: 100%;
    background: #e5e5e5;
    border-top: 6px double #555;
    border-bottom: 6px double #555;
}

table.resource-table th {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    background: #03AFF3;
    color: #fff;
    /* border-top: 6px double #555; */
    border-bottom: 6px double #555;
}

table.resource-table tr:nth-child(odd) {
    background: #fff;
}

table.resource-table tr td {
    padding: 15px 10px;
    color: #000;
}

table.resource-table tr td:last-child {
    text-align: center;
    width: 200px;
}

/* experience table */
.experiences {
    height: 440px;
    overflow-y: scroll;
    position: relative;
    border-bottom: 1px solid #999;
}

.experiences table.resource-table tr.table-heading {
    position: sticky !important;
    top: 0;
}

.experiences table.resource-table th,
.experiences table.resource-table td {
    font-size: 13px;
}

.experiences table.resource-table tr td {
    padding: 10px 5px;
}

.experiences table.resource-table tr td:last-child {
    width: auto;
}

/*--------------------*/
/* SCROLLBAR */
/*--------------------*/
/* width */
.experiences::-webkit-scrollbar {
	width: 8px;
	background: #f5f5f5;
}
/* Track */
.experiences::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
/* Handle */
.experiences::-webkit-scrollbar-thumb {
  background: #03AFF3;
  border-radius: 3px;
  border: 0.5px solid #fff;
  transition: all 0.3s ease;
}
/* Handle on hover */
.experiences::-webkit-scrollbar-thumb:hover {
  background: #03AFF3;
}


/* = = = = = = = = = = =
* go to top button
= = = = = = = = = = = */
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(41, 127, 213, 0.9);
    color: #fff;
    border: 1px solid #EDEDED;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    transition: 0.5s;
}

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

.gototop a:hover i {
    transform: translateY(-5px);
}


/* = = = = = = = = = = =
* responsive navigation menu
= = = = = = = = = = = */
#colorlib-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
    padding: 0;
    margin: 0;
}

#colorlib-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#colorlib-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown {
    display: block;
    position: relative;
    cursor: pointer;
}

#colorlib-offcanvas ul li a {
    display: block;
    padding: 5px 0;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a {
    display: inline-block;
    /*position: relative;*/
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown:after {
    position: absolute;
    top: 5px;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0c5";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown:hover:after {
    color: rgba(255, 255, 255, 0.9);
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* navbar toggle */
.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 1.6em !important;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
    background: #444;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white>i {
    color: #fff;
    background: #fff;
}

.colorlib-nav-toggle.colorlib-nav-white>i::before,
.colorlib-nav-toggle.colorlib-nav-white>i::after {
    background: #fff;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff;
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #fff;
}

.colorlib-nav-toggle {
    position: fixed;
    right: 0px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}


/* = = = = = = = = = = =
* common styles
= = = = = = = = = = = */
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #03AFF3;
    color: #fff;
    border: 2px solid #03AFF3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #03AFF3 !important;
    border-color: #03AFF3 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #03AFF3;
    border: 2px solid #03AFF3;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #03AFF3;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.row-pb-lg {
    padding-bottom: 7em !important;
}

.row-pb-md {
    padding-bottom: 5em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.related-services {
    padding-bottom: 7em;
}

.related-heading {
    padding: 2em 0 1em;
    position: relative;
}

.related-heading:before {
    content: "";
    /* border-top: 3px solid #fff; */    
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(41,127,213,1) 50%, rgba(245,245,245,1) 100%);
    width: 50%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* = = = = = = = = = = =
* preloader
= = = = = = = = = = = */
.colorlib-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}





/* =======================================================
*
*   Responsive Style 
*
* ======================================================= */
@media screen and (max-width: 1199.98px) {
    .qbstp-header-subscribe .col-three-forth {
        width: 63%;
    }
}


@media screen and (max-width: 991.98px) {
    #colorlib-about, 
    #colorlib-services, 
    #colorlib-contact, 
    #colorlib-testimony, 
    #colorlib-blog, 
    #colorlib-project, 
    #colorlib-subscribe {
        padding: 5em 0;
    }

    .colorlib-video {
        height: 450px;
    }
    
    .colorlib-nav #colorlib-logo img {
        width: 140px;
    }

    .colorlib-nav ul li a {
        font-size: 14px;
    }
    
    .colorlib-nav ul li.menu-item-has-children .dropdown {
        width: 230px;
        padding: 12px;
    }
    
    .colorlib-nav ul li.menu-item-has-children .dropdown li a {
        font-size: 13px;
        padding: 4px;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 36px;
        max-width: unset;
    }
    
    #colorlib-hero, 
    #colorlib-hero .flexslider .slides li,
    #colorlib-hero .flexslider .slider-text, 
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        min-height: unset;
        height: 500px;
    }

    #colorlib-hero .flexslider .flex-control-nav {
        bottom: 5em;
    }

    .qbstp-header-subscribe .col-three-forth {
        width: 70%;
    }

    footer .colorlib-widget+.colorlib-widget {
        margin-top: 40px;
    }
    
    #colorlib-footer h4 {
        margin-bottom: 20px;
    }

    .detail-text ul li+li {
        margin-top: 10px;
    }

    .detail-text ul li:after {
        top: 5px;
    }

    .detail-text ul li:before {
        top: 8px;
    }

    .related-services {
        padding-bottom: 5em;
    }

    .equipments .single-equipment {
        width: 47%;
    }
}


@media screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
    p {
        margin-bottom: 10px;
    }

    .row-pb-md {
        padding-bottom: 2em !important;
    }

    .row-pb-lg {
        padding-bottom: 4em !important;
    }

    #colorlib-about, 
    #colorlib-services, 
    #colorlib-contact, 
    #colorlib-testimony, 
    #colorlib-blog, 
    #colorlib-project, 
    #colorlib-subscribe {
        padding: 4em 0;
    }

    .colorlib-heading {
        margin-bottom: 2em;
    }
    
    .colorlib-heading h2 {
        font-size: 22px;
    }

    #colorlib-subscribe .colorlib-heading p {
        font-size: 15px;
    }

    .colorlib-nav {
        margin: 0;
    }

    .colorlib-nav .top-menu {
        padding: 28px 1em;
    }
    
    .colorlib-nav .menu-1 {
        display: none;
    }    
    
    #colorlib-hero, 
    #colorlib-hero .flexslider .slides li, 
    #colorlib-hero .flexslider .slider-text, 
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        width: 100%;
        height: unset;
        min-height: 380px;
    }
    
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        /* display: block; */
        /* padding:8em 5px 3em; */
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        text-align: center;
    }
    
    #colorlib-hero .flexslider .flex-control-nav {
        bottom: 1em;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
        font-size: 18px;
    }

    #colorlib-hero .flexslider .slider-text>.breadcrumb-text h2 {
        font-size: 16px;
    }
    
    #colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
        font-size: 30px;
    }

    #colorlib-intro .nav-tabs li {
        font-size: 10px;
    }

    #colorlib-intro .nav-tabs li a i {
        display: block;
    }

    #colorlib-intro .tab-content {
        padding: 1em 0.5em !important;
    }

    .services-img {
        height: 250px;
        margin-bottom: 20px;
    }

    .services-desc {
        padding: 0;
    }
    
    .services-desc ul li {
        font-size: 14px;
        font-weight: 300;
    }

    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
    }

    .counter-entry {
        padding: 2em 0;
    }

    .colorlib-counters .icon-white i {
        background: #03AFF3;
        color: #fff;
    }

    .project-entry .project-img {
        height: 250px;
    }

    .project-entry .desc {
        padding: 1.5em;
    }
    
    .project-entry .desc h3 {
        min-height: auto;
    }

    .about-wrap {
        padding-bottom: 3em;
    }

    .about-flex .col-half {
        width: 100%;
    }

    .about-flex .staff-img {
        height: 200px;
    }

    .about-flex .desc {
        padding: 1.5em;
    }

    .staff-img2 {
        margin-bottom: 30px;
    }

    .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important;
    }

    .form-group #fname {
        margin-bottom: 30px;
    }

    .qbstp-header-subscribe .col-three-forth,
    .qbstp-header-subscribe .col-one-third {
        width: 80%;
        margin: 0 auto;
    }

    #colorlib-footer .colorlib-widget {
        width: 100%;
        float: left;
    }

    .map {
        height: 250px;
    }

    #colorlib-offcanvas {
        display: block;
    }

    .colorlib-nav-toggle {
        display: block;
    }

    .about-desc {
        margin-bottom: 40px;
    }

    .single-detail {
        flex-direction: column;
        align-items: center;
    }
    
    .single-detail.single-even {
        flex-direction: column-reverse;
    }
    
    .single-detail+.single-detail {
        margin-top: 50px;
    }
    
    .single-detail .detail-img, 
    .single-detail .detail-text {
        width: 100%;
    }
    
    .single-detail .detail-img {
        min-height: unset;
        max-height: unset;
        height: 280px;
    }
    
    .detail-heading {
        font-size: 22px;
    }

    .related-services {
        padding-bottom: 3em;
    }

    .resource-single+.resource-single {
        margin-top: 50px;
    }    

    .resources-heading {
        font-size: 22px;
    }

    .equipments .single-equipment {
        width: 100%;
    }

    table.resource-table th {
        font-size: 15px;
    }
    
    table.resource-table tr td {
        font-size: 13px;
    }
    
    table.resource-table tr td:last-child {
        width: 130px;
    }    
    
    .experiences {
        height: 280px;@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
*   Template Style 
*
* ======================================================= */
body {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: gray;
    background: whitesmoke;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #03AFF3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #03AFF3;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #03AFF3;
}

::-moz-selection {
    color: #fff;
    background: #03AFF3;
}

::selection {
    color: #fff;
    /* background: #03AFF3; */
}


/* = = = = = = = = = = =
* navigation bar
= = = = = = = = = = = */
.colorlib-nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    background-color: white;
}

.colorlib-nav .top-menu {
    padding: 20px 30px;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
}

.colorlib-nav #colorlib-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.colorlib-nav #colorlib-logo a {
    position: relative;
    color: #fff;
}

.colorlib-nav #colorlib-logo img {
    max-height: 55px;
    width: auto;
    background-color: #ffffff;
}

.colorlib-nav ul {
    padding: 0;
    margin: 8px 0 0 0;
}

.colorlib-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 400;
}

.colorlib-nav ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px 30px;
    color: rgb(0 0 0 / 80%);
    border-top: 4px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    filter: drop-shadow(0px 0px 0px black);
}

.colorlib-nav ul li a:hover,
.colorlib-nav ul li.active>a {
    color: #000;
    /* border-color: #03AFF3; */
    border-color: #fff;
    filter: drop-shadow(0px 0px 0px black);
}

.colorlib-nav ul li.menu-item-has-children {
    position: relative;
}

.colorlib-nav ul li.menu-item-has-children .dropdown {
    width: 248px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.colorlib-nav ul li.menu-item-has-children .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li:last-child {
    margin-bottom: 0;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li a {
    display: block;
    padding: 5px 0;
    color: #404040;
    border: none;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li a:hover {
    color: #000;
    border: none;
}

.colorlib-nav ul li.menu-item-has-children:hover a,
.colorlib-nav ul li.menu-item-has-children.active a {
    color: #fff;
    /* border-color: #03AFF3; */
    border-color: #ffffff;
}

.colorlib-nav ul li.btn-cta a {
    padding: 30px 0px !important;
    color: #fff;
}

.colorlib-nav ul li.btn-cta a span {
    background: #03AFF3;
    padding: 4px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.colorlib-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active>a {
    /* color: #03AFF3 !important; */
    position: relative;
}

.colorlib-nav ul li.active>a:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* counter */
#colorlib-counter,
.colorlib-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

/* = = = = = = = = = = =
* video
= = = = = = = = = = = */
.colorlib-video {
    overflow: hidden;
}

.colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #03AFF3;
}

.colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* = = = = = = = = = = =
* hero area
= = = = = = = = = = = */
#colorlib-hero {
    /* height: 500px; */
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

#colorlib-hero .btn {
    font-size: 24px;
}

#colorlib-hero .btn.btn-primary {
    padding: 14px 30px !important;
}

#colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#colorlib-hero .flexslider .slides {
    /* position: relative; */
    overflow: hidden;
}

#colorlib-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 500px;
    position: relative;
}

#colorlib-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: .8; */
    opacity: .6;
    background: #00b7ea;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#9870FC', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#colorlib-hero .flexslider .flex-control-nav {
    bottom: 7em;
    z-index: 1000;
    width: 0 auto;
}

#colorlib-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    background: #03AFF3;
}

#colorlib-hero .flexslider .flex-direction-nav {
    display: none;
}

#colorlib-hero .flexslider .slider-text {
    max-width: 100%;
    display: table;
    opacity: 0;
    height: 700px;
    z-index: 9;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    padding: 2em;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner span i {
    font-size: 24px;
    color: #F7AF1D;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1,
#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
    text-shadow: 0 0 5px black;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    margin-bottom: 30px;
    font-size: 53px;
    line-height: 1.3;
    font-weight: 300;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;    
}

#colorlib-hero .flexslider .slider-text>.breadcrumb-text h2 {
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0,0,0,0.5);
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 a {
    color: white;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 50px;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead {
    font-size: 20px;
    color: #03AFF3;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead .icon-heart {
    color: #d9534f;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px 30px !important;
    border: none;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
    background: #03AFF3;
    color: #fff;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
    background: #000 !important;
}

.colorlib-light-grey {
    background: #fafafa;
}


/* = = = = = = = = = = =
* section common
= = = = = = = = = = = */
#colorlib-about,
#colorlib-services,
#colorlib-contact,
#colorlib-testimony,
#colorlib-blog,
#colorlib-project,
#colorlib-subscribe {
    padding: 3em 0;
    clear: both;
}

#colorlib-intro {
    clear: both;
}


/* = = = = = = = = = = =
* nav tabs
= = = = = = = = = = = */
#colorlib-intro .tabulation {
    z-index: 1;
}

#colorlib-intro .tab-content {
    padding: 3em 2em !important;
    background: #fff;
}

#colorlib-intro .nav-tabs {
    margin: 0 !important;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

#colorlib-intro .nav-tabs li {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#colorlib-intro .nav-tabs li a {
    width: 100%;
    margin: 0;
    border: none;
    padding: 2.7em 1em !important;
    background: rgb(255 255 255 / 78%);
    color: #4d4d4d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#colorlib-intro .nav-tabs li a i {
    font-size: 18px;
}

#colorlib-intro .nav-tabs li.active {
    border-bottom: 1px solid #fff;
}

#colorlib-intro .nav-tabs li.active a {
    color: #000;
    border: none;
    background: #fff;
    bottom: 0 !important;
}


/* = = = = = = = = = = =
* service section
= = = = = = = = = = = */
.services-img {
    height: 320px;
    display: block;
}

.services-desc {
    padding: 0 1em;
}

/* .services-desc ul li {
    list-style: none;
    margin-bottom: 10px;
} */

.services-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-desc ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: gray;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
}

.services-desc ul li:after,
.services-desc ul li:before {
    content: "\f04d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 4px;
    left: 0;
    color: #eee;
}

.services-desc ul li:before {
    top: 7px;
    left: 3px;
    color: #000;
}

.services-desc ul li+li {
    margin-top: 10px;
}

.services-desc ul li ul {
    margin-top: 15px;
}
.services-desc ul li li {
    /* font-size: 14px; */
    padding-left: 25px;
}
.services-desc ul li li+li {
    margin-top: 8px;
}
.services-desc ul li li:after {
    display: none;
}
.services-desc ul li li:before {
    /* content: "\f111"; */
    font-size: 8px;
    top: 7px;
    left: 0;
}


/* services with icon */
.services {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.services .icon {
    line-height: 64px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.services .icon i {
    font-size: 40px;
    color: #03AFF3;
}

.services .desc {
    padding: 90px 20px 20px 20px;
}

.services .desc h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bg-primary-color {
    background: #03AFF3;
}

.bg-primary-color p {
    color: #fff !important;
}

.thumb-img,
.insta-img,
.staff-img,
.blog-img,
.colorlib-about-img,
.services-img,
.project-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.aside-stretch {
    background: #03AFF3;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    /* background: #03AFF3; */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


/* = = = = = = = = = = =
* project section
= = = = = = = = = = = */
.project-entry {
    display: block;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.project-entry .project-img {
    width: 100%;
    height: 200px;
    display: table;
    position: relative;
    z-index: 0;
}

.project-entry .project-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}

.project-entry .project-img img {
    width: 100%;
    height: 100%;
}

/* .project-entry .project-img .icon {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} */

.project-entry .project-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-entry .project-img .icon i {
    color: #fff;
}

.project-entry .desc {
    padding: 2.5em 2em;
    display: block;
}

.project-entry .desc h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 35.5px;
}

.project-entry .desc h3 a {
    color: #000;
}

.project-entry:hover {
    top: -1px;
    -webkit-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
}

.project-entry:hover .project-img:after {
    opacity: 1;
    z-index: 1;
}

.project-entry:hover .project-img .icon {
    opacity: 1;
    z-index: 2;
}

.project-single {
    margin-bottom: 30px;
}

.thumb-wrap {
    display: block;
    width: 100%;
    float: left;
}

.thumb-wrap .thumb-img {
    width: 100%;
    display: block;
    height: 150px;
    margin-bottom: 30px;
}


/* = = = = = = = = = = =
* single project
= = = = = = = = = = = */
.project-single-desc {
    width: 100%;
    float: left;
    padding: 3em;
    background: #fff;
    margin-bottom: 1em;
}

.project-single-desc h2 {
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.project-single-desc .list li {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.project-single-desc .list li .title {
    font-weight: 500;
    color: #000;
    width: 50%;
    float: left;
}

.downloadreport {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.downloadreport a {
    width: 100%;
    float: left;
    padding: 3em 2em;
    background: #fff;
}

.downloadreport a:hover {
    background: #03AFF3;
    color: #fff;
}


/* = = = = = = = = = = =
* testimonial section
= = = = = = = = = = = */
#colorlib-testimony {
    background: #fff;
}

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    background: transparent;
    padding: 5px 5px;
    opacity: 1;
}

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 20px;
}

#colorlib-testimony .testimony-slide {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
}

#colorlib-testimony .testimony-slide span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #000;
    margin-bottom: 20px;
}

#colorlib-testimony .testimony-slide figure {
    display: block;
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
}

#colorlib-testimony .testimony-slide figure img {
    width: 140px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#colorlib-testimony .testimony-slide blockquote {
    border: none;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 3em 0 0 0;
    color: #000;
}

#colorlib-testimony .testimony-slide blockquote p {
    font-size: 14px;
}

#colorlib-testimony .testimony-wrap {
    padding: 3em;
    width: 100%;
    float: left;
}

#colorlib-testimony .owl-stage-outer {
    padding-top: 6em;
}


/* = = = = = = = = = = =
* counter section
= = = = = = = = = = = */
#colorlib-counter {
    position: relative;
}

.counter-entry {
    padding: 7em 0;
}

.colorlib-counters {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.colorlib-counters .icon i {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    font-size: 50px;
    color: #fff;
    background: #03AFF3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-counters .icon-white i {
    background: #fff;
    color: #03AFF3;
}

.colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
    font-weight: 500;
    margin-bottom: .3em;
}

.colorlib-counters .colorlib-counter-label {
    /* color: rgba(255, 255, 255, 0.7); */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    display: block;
}


/* = = = = = = = = = = =
* blog section
= = = = = = = = = = = */
article {
    margin-bottom: 3em;
}

article .blog-img {
    width: 100%;
    display: block;
    height: 300px;
    display: table;
    position: relative;
    z-index: 0;
}

article .blog-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}

article .blog-img .icon {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

article .blog-img .icon i {
    color: #fff;
}

article:hover .blog-img:after {
    opacity: 1;
}

article:hover .icon {
    opacity: 1;
}

article .entry {
    width: 100%;
    margin-top: 0;
    z-index: 1;
    background: #fff;
    padding: 2em;
    position: relative;
}

article .entry h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
}

article .entry h2 a {
    color: #000;
}

article .entry h2 a:hover {
    color: #03AFF3;
}

article .entry .meta-2 {
    color: #b3b3b3;
}

article .entry .meta-2 span {
    margin-right: 10px;
}

article .entry .meta-2 span i {
    color: #666666;
}


/* = = = = = = = = = = =
* about section
= = = = = = = = = = = */
.about-wrap {
    width: 100%;
    float: left;
    padding-bottom: 0;
}

#colorlib-about {
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
}

#colorlib-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#colorlib-about .colorlib-heading2 h2 {
    color: #fff;
}

#colorlib-about .colorlib-heading2 p {
    color: rgba(255, 255, 255, 0.7);
}

.colorlib-about-img {
    height: 603px;
}

.about-flex {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.about-flex .col-half {
    width: 50%;
    float: left;
}

.about-flex .col-half:last-child {
    background: #fff;
}

.about-services .project-entry .project-img {
    height: 280px;
}

.about-flex .staff-img {
    float: left;
    width: 50%;
    height: 300px;
    position: relative;
    display: table;
}

.about-flex .staff-img .desc-staff {
    background: #03AFF3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.about-flex .staff-img .desc-staff h3 {
    color: #fff;
}

.about-flex .staff-img .desc-staff span {
    color: #fff;
}

.about-flex .staff-img:hover .desc-staff {
    opacity: 1;
}

.about-flex .desc {
    padding: 4em;
    display: block;
}

.fancy-collapse-panel .panel-default>.panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 15px 25px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #03AFF3;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.panel-heading a:after {
    font-family: "icomoon";
    content: "\e115";
    position: absolute;
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -5px;
}

.panel-heading a.collapsed:after {
    content: "\e114";
}

.panel-heading a.collapsed {
    background: #fafafa;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.about-desc h3 {
    font-weight: 500;
}

.about-desc ul,
.about-detail .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-desc ul li,
.about-detail .panel-body ul li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.about-desc ul li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
}

.about-desc ul li+li {
    margin-top: 15px;
}

.about-detail .panel-body ul li+li {
    margin-top: 10px;
}

.about-detail .panel-body ul li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    color: #555;
    /* text-shadow: 2px 2px 2px #333; */
    position: absolute;
    top: 0;
    left: 0;
}


/* = = = = = = = = = = =
* team
= = = = = = = = = = = */
.staff-img2 {
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    display: table;
}

.staff-img2 .desc-staff {
    background: #03AFF3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.staff-img2 .desc-staff h3 {
    color: #fff;
}

.staff-img2 .desc-staff span {
    color: #fff;
}

.staff-img2:hover .desc-staff {
    opacity: 1;
}


/* = = = = = = = = = = =
* contact form
= = = = = = = = = = = */
.contact-info-wrap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3em;
}

.contact-info-wrap-flex .con-info {
    width: 24%;
    background: #fff;
    padding: 1.5em;
    margin-left: 10px;
}

.contact-info-wrap-flex .con-info:first-child {
    margin-left: 0;
}

.contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000;
    text-align:center;
}

.contact-info-wrap-flex p a {
    color: #000;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    font-size: 16px !important;
    font-weight: 300;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-weight: 400;
}

.form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
}


/* location map */
.map {
    width: 100%;
    height: 500px;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}


/* social icons */
.colorlib-social-icons {
    margin: 0;
    padding: 0;
}

.colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.colorlib-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #03AFF3;
    padding-left: 10px;
    padding-right: 10px;
}

.colorlib-social-icons li a i {
    font-size: 20px;
}

.colorlib-heading {
    margin-bottom: 5em;
}

.colorlib-heading h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}


/* = = = = = = = = = = =
* subscribe form
= = = = = = = = = = = */
#colorlib-subscribe {
    background: #ededed;
    padding: 5em 0;
}

#colorlib-subscribe .colorlib-heading {
    margin-bottom: 20px;
}

#colorlib-subscribe .colorlib-heading p {
    font-size: 18px;
}

.qbstp-header-subscribe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.qbstp-header-subscribe .col-three-forth {
    width: 70%;
}

.qbstp-header-subscribe .col-one-third {
    width: 30%;
}

.qbstp-header-subscribe .col-three-forth,
.qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left;
}

.qbstp-header-subscribe .form-control {
    background: transparent;
}

.qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-o-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #333333 !important;
}

.qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #03AFF3;
    color: #fff;
    border: none;
    padding: 10px 18px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block;
}


/* instagram image box */
.instagram .insta-img {
    height: 80px;
    display: block;
    width: 33.3333%;
    float: left;
}


/* = = = = = = = = = = =
* footer
= = = = = = = = = = = */
#colorlib-footer {
    background: #25282a;
    color: rgba(255, 255, 255, 0.6) !important;
}

#colorlib-footer .contact-information {
    background: #1E2022;
    padding: 1.5em 0;
    margin-bottom: 5em;
}

#colorlib-footer .contact-information .info-wrap .icon {
    display: block;
    margin-bottom: 10px;
}

#colorlib-footer .contact-information .info-wrap .icon i {
    color: #fff;
    font-size: 20px;
}

#colorlib-footer .contact-information .info-wrap p {
    font-size: 13px;
}

#colorlib-footer .contact-information .info-wrap a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0;
}

#colorlib-footer .colorlib-footer-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
}

#colorlib-footer .footer-menu li {
    position: relative;
}

#colorlib-footer .footer-menu li:before {
    content: "\e116";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #03AFF3;
}

#colorlib-footer .colorlib-footer-links li span {
    display: block;
    font-size: 13px;
}

#colorlib-footer .colorlib-footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

#colorlib-footer .colorlib-footer-links li a i {
    padding-right: 10px;
    color: #03AFF3;
}

#colorlib-footer .colorlib-footer-links li a:hover {
    text-decoration: underline;
}

#colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px;
}

#colorlib-footer .colorlib-social-icons li a:first-child {
    padding-left: 0;
}

#colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}

#colorlib-footer .copy {
    background: #03AFF3;
    padding: 1.2em 0;
}

#colorlib-footer .copy p {
    margin-bottom: 0;
    color: #000;
}

#colorlib-footer .copy p small a {
    color: rgba(0, 0, 0, 0.7);
}


/* = = = = = = = = = = =
* other pages
= = = = = = = = = = = */

/* = = = = = = = = = = =
* market sectors page
= = = = = = = = = = = */
.single-detail {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.single-detail+.single-detail {
    margin-top: 80px;
}

.single-detail .detail-img {
    min-height: 350px;
    max-height: 100%;
}

.single-detail .detail-text {
    display: flex;
    align-items: center;
    padding: 4%;
    background-color: #fdfdfd;
}

.detail-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-text ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

.detail-text ul li:after,
.detail-text ul li:before {
    content: "\f04d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 0;
    color: #eee;
}

.detail-text ul li:before {
    top: 3px;
    left: 3px;
    color: #000;
}

.detail-text ul li+li {
    margin-top: 15px;
}

.detail-text ul li ul {
    margin-top: 15px;
}
.detail-text ul li li {
    font-size: 16px;
    padding-left: 25px;
}
.detail-text ul li li+li {
    margin-top: 10px;
}
.detail-text ul li li:after {
    display: none;
}
.detail-text ul li li:before {
    /* content: "\f111"; */
    font-size: 8px;
    top: 7px;
    left: 0;
}


/* = = = = = = = = = = =
* resources page
= = = = = = = = = = = */
.resource-single {
    display: flex;
    justify-content: center;

}

.resource-single+.resource-single {
    margin-top: 80px;
}

/* manpower */
/* .manpower.project-entry .project-img {
    height: 500px;
} */

/* equipments */
.equipments {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.equipments .single-equipment {
    width: 32%;    
    min-height: 60px;
    margin: 0 5px 20px;
    background: #fff;
    display: flex;
    align-items: center;
}

.equipments .single-equipment p {
    padding: 5px 10px 5px 35px;
    margin: 0;
    position: relative;
}

.equipments .single-equipment p:before {
    content: "\f085";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #03AFF3;
    position: absolute;
    top: 8px;
    left: 10px;
}

/* resources table */
table.resource-table {
    width: 100%;
    background: #e5e5e5;
    border-top: 6px double #555;
    border-bottom: 6px double #555;
}

table.resource-table th {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    background: #03AFF3;
    color: #fff;
    /* border-top: 6px double #555; */
    border-bottom: 6px double #555;
}

table.resource-table tr:nth-child(odd) {
    background: #fff;
}

table.resource-table tr td {
    padding: 15px 10px;
    color: #000;
}

table.resource-table tr td:last-child {
    text-align: center;
    width: 200px;
}

/* experience table */
.experiences {
    height: 440px;
    overflow-y: scroll;
    position: relative;
    border-bottom: 1px solid #999;
}

.experiences table.resource-table tr.table-heading {
    position: sticky !important;
    top: 0;
}

.experiences table.resource-table th,
.experiences table.resource-table td {
    font-size: 13px;
}

.experiences table.resource-table tr td {
    padding: 10px 5px;
}

.experiences table.resource-table tr td:last-child {
    width: auto;
}

/*--------------------*/
/* SCROLLBAR */
/*--------------------*/
/* width */
.experiences::-webkit-scrollbar {
	width: 8px;
	background: #f5f5f5;
}
/* Track */
.experiences::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
/* Handle */
.experiences::-webkit-scrollbar-thumb {
  background: #03AFF3;
  border-radius: 3px;
  border: 0.5px solid #fff;
  transition: all 0.3s ease;
}
/* Handle on hover */
.experiences::-webkit-scrollbar-thumb:hover {
  background: #03AFF3;
}


/* = = = = = = = = = = =
* go to top button
= = = = = = = = = = = */
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(41, 127, 213, 0.9);
    color: #fff;
    border: 1px solid #EDEDED;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    transition: 0.5s;
}

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

.gototop a:hover i {
    transform: translateY(-5px);
}


/* = = = = = = = = = = =
* responsive navigation menu
= = = = = = = = = = = */
#colorlib-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
    padding: 0;
    margin: 0;
}

#colorlib-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#colorlib-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown {
    display: block;
    position: relative;
    cursor: pointer;
}

#colorlib-offcanvas ul li a {
    display: block;
    padding: 5px 0;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a {
    display: inline-block;
    /*position: relative;*/
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown:after {
    position: absolute;
    top: 5px;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0c5";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown:hover:after {
    color: rgba(255, 255, 255, 0.9);
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* navbar toggle */
.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 1.6em !important;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
    background: #444;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white>i {
    color: #000;
    background: #000;
}

.colorlib-nav-toggle.colorlib-nav-white>i::before,
.colorlib-nav-toggle.colorlib-nav-white>i::after {
    background: #000;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff;
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #000;
}

.colorlib-nav-toggle {
    position: fixed;
    right: 0px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}


/* = = = = = = = = = = =
* common styles
= = = = = = = = = = = */
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #03AFF3;
    color: #fff;
    border: 2px solid #03AFF3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #03AFF3 !important;
    border-color: #03AFF3 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #03AFF3;
    border: 2px solid #03AFF3;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #03AFF3;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.row-pb-lg {
    padding-bottom: 7em !important;
}

.row-pb-md {
    padding-bottom: 5em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.related-services {
    padding-bottom: 7em;
}

.related-heading {
    padding: 2em 0 1em;
    position: relative;
}

.related-heading:before {
    content: "";
    /* border-top: 3px solid #fff; */    
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(41,127,213,1) 50%, rgba(245,245,245,1) 100%);
    width: 50%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* = = = = = = = = = = =
* preloader
= = = = = = = = = = = */
.colorlib-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}





/* =======================================================
*
*   Responsive Style 
*
* ======================================================= */
@media screen and (max-width: 1199.98px) {
    .qbstp-header-subscribe .col-three-forth {
        width: 63%;
    }
}


@media screen and (max-width: 991.98px) {
    #colorlib-about, 
    #colorlib-services, 
    #colorlib-contact, 
    #colorlib-testimony, 
    #colorlib-blog, 
    #colorlib-project, 
    #colorlib-subscribe {
        padding: 5em 0;
    }

    .colorlib-video {
        height: 450px;
    }
    
    .colorlib-nav #colorlib-logo img {
        width: 140px;
    }

    .colorlib-nav ul li a {
        font-size: 14px;
    }
    
    .colorlib-nav ul li.menu-item-has-children .dropdown {
        width: 230px;
        padding: 12px;
    }
    
    .colorlib-nav ul li.menu-item-has-children .dropdown li a {
        font-size: 13px;
        padding: 4px;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 36px;
        max-width: unset;
    }
    
    #colorlib-hero, 
    #colorlib-hero .flexslider .slides li,
    #colorlib-hero .flexslider .slider-text, 
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        min-height: unset;
        height: 500px;
    }

    #colorlib-hero .flexslider .flex-control-nav {
        bottom: 5em;
    }

    .qbstp-header-subscribe .col-three-forth {
        width: 70%;
    }

    footer .colorlib-widget+.colorlib-widget {
        margin-top: 40px;
    }
    
    #colorlib-footer h4 {
        margin-bottom: 20px;
    }

    .detail-text ul li+li {
        margin-top: 10px;
    }

    .detail-text ul li:after {
        top: 5px;
    }

    .detail-text ul li:before {
        top: 8px;
    }

    .related-services {
        padding-bottom: 5em;
    }

    .equipments .single-equipment {
        width: 47%;
    }
}


@media screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
    p {
        margin-bottom: 10px;
    }

    .row-pb-md {
        padding-bottom: 2em !important;
    }

    .row-pb-lg {
        padding-bottom: 4em !important;
    }

    #colorlib-about, 
    #colorlib-services, 
    #colorlib-contact, 
    #colorlib-testimony, 
    #colorlib-blog, 
    #colorlib-project, 
    #colorlib-subscribe {
        padding: 4em 0;
    }

    .colorlib-heading {
        margin-bottom: 2em;
    }
    
    .colorlib-heading h2 {
        font-size: 22px;
    }

    #colorlib-subscribe .colorlib-heading p {
        font-size: 15px;
    }

    .colorlib-nav {
        margin: 0;
    }

    .colorlib-nav .top-menu {
        padding: 28px 1em;
    }
    
    .colorlib-nav .menu-1 {
        display: none;
    }    
    
    #colorlib-hero, 
    #colorlib-hero .flexslider .slides li, 
    #colorlib-hero .flexslider .slider-text, 
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        width: 100%;
        height: unset;
        min-height: 380px;
    }
    
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        /* display: block; */
        /* padding:8em 5px 3em; */
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        text-align: center;
    }
    
    #colorlib-hero .flexslider .flex-control-nav {
        bottom: 1em;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
        font-size: 18px;
    }

    #colorlib-hero .flexslider .slider-text>.breadcrumb-text h2 {
        font-size: 16px;
    }
    
    #colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
        font-size: 30px;
    }

    #colorlib-intro .nav-tabs li {
        font-size: 10px;
    }

    #colorlib-intro .nav-tabs li a i {
        display: block;
    }

    #colorlib-intro .tab-content {
        padding: 1em 0.5em !important;
    }

    .services-img {
        height: 250px;
        margin-bottom: 20px;
    }

    .services-desc {
        padding: 0;
    }
    
    .services-desc ul li {
        font-size: 14px;
        font-weight: 300;
    }

    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
    }

    .counter-entry {
        padding: 2em 0;
    }

    .colorlib-counters .icon-white i {
        background: #03AFF3;
        color: #fff;
    }

    .project-entry .project-img {
        height: 250px;
    }

    .project-entry .desc {
        padding: 1.5em;
    }
    
    .project-entry .desc h3 {
        min-height: auto;
    }

    .about-wrap {
        padding-bottom: 3em;
    }

    .about-flex .col-half {
        width: 100%;
    }

    .about-flex .staff-img {
        height: 200px;
    }

    .about-flex .desc {
        padding: 1.5em;
    }

    .staff-img2 {
        margin-bottom: 30px;
    }

    .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important;
    }

    .form-group #fname {
        margin-bottom: 30px;
    }

    .qbstp-header-subscribe .col-three-forth,
    .qbstp-header-subscribe .col-one-third {
        width: 80%;
        margin: 0 auto;
    }

    #colorlib-footer .colorlib-widget {
        width: 100%;
        float: left;
    }

    .map {
        height: 250px;
    }

    #colorlib-offcanvas {
        display: block;
    }

    .colorlib-nav-toggle {
        display: block;
    }

    .about-desc {
        margin-bottom: 40px;
    }

    .single-detail {
        flex-direction: column;
        align-items: center;
    }
    
    .single-detail.single-even {
        flex-direction: column-reverse;
    }
    
    .single-detail+.single-detail {
        margin-top: 50px;
    }
    
    .single-detail .detail-img, 
    .single-detail .detail-text {
        width: 100%;
    }
    
    .single-detail .detail-img {
        min-height: unset;
        max-height: unset;
        height: 280px;
    }
    
    .detail-heading {
        font-size: 22px;
    }

    .related-services {
        padding-bottom: 3em;
    }

    .resource-single+.resource-single {
        margin-top: 50px;
    }    

    .resources-heading {
        font-size: 22px;
    }

    .equipments .single-equipment {
        width: 100%;
    }

    table.resource-table th {
        font-size: 15px;
    }
    
    table.resource-table tr td {
        font-size: 13px;
    }
    
    table.resource-table tr td:last-child {
        width: 130px;
    }    
    
    .experiences {
        height: 280px;
    }

    .experiences table.resource-table th, 
    .experiences table.resource-table td {
        font-size: 10px;
    }
    
    .experiences table.resource-table .project-desc {
        display: none;
    }
}


@media screen and (max-width: 575.98px) {
    #colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
        width: 100%;
    }

    .qbstp-header-subscribe .form-group {
        width: 100%;
    }
}
	#owl-client .item{
  background: #ffffff00;
  padding: 20px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
*   Template Style 
*
* ======================================================= */
body {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: gray;
    background: whitesmoke;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #03AFF3;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #03AFF3;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #03AFF3;
}

::-moz-selection {
    color: #fff;
    background: #03AFF3;
}

::selection {
    color: #fff;
    background: #03AFF3;
}


/* = = = = = = = = = = =
* navigation bar
= = = = = = = = = = = */
.colorlib-nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    background-color: white;
}

.colorlib-nav .top-menu {
    padding: 20px 30px;
    position: fixed;
    background-color: #020202;
    width: 100%;
}

.colorlib-nav #colorlib-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.colorlib-nav #colorlib-logo a {
    position: relative;
    color: #fff;
}

.colorlib-nav #colorlib-logo img {
    max-height: 55px;
    width: auto;
    background-color: #ffffff82;
}

.colorlib-nav ul {
    padding: 0;
    margin: 8px 0 0 0;
}

.colorlib-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 400;
}

.colorlib-nav ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px 30px;
    color: rgb(255 255 255 / 80%);
    border-top: 4px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    filter: drop-shadow(1px 0px 0px black);
}

.colorlib-nav ul li a:hover,
.colorlib-nav ul li.active>a {
    color: #fff;
    /* border-color: #03AFF3; */
    border-color: #fff;
    filter: drop-shadow(1px 0px 1px black);
}

.colorlib-nav ul li.menu-item-has-children {
    position: relative;
}

.colorlib-nav ul li.menu-item-has-children .dropdown {
    width: 248px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.colorlib-nav ul li.menu-item-has-children .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li:last-child {
    margin-bottom: 0;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li a {
    display: block;
    padding: 5px 0;
    color: #404040;
    border: none;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
}

.colorlib-nav ul li.menu-item-has-children .dropdown li a:hover {
    color: #000;
    border: none;
}

.colorlib-nav ul li.menu-item-has-children:hover a,
.colorlib-nav ul li.menu-item-has-children.active a {
    color: #fff;
    /* border-color: #03AFF3; */
    border-color: #ffffff;
}

.colorlib-nav ul li.btn-cta a {
    padding: 30px 0px !important;
    color: #fff;
}

.colorlib-nav ul li.btn-cta a span {
    background: #03AFF3;
    padding: 4px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.colorlib-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active>a {
    /* color: #03AFF3 !important; */
    position: relative;
}

.colorlib-nav ul li.active>a:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* counter */
#colorlib-counter,
.colorlib-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

/* = = = = = = = = = = =
* video
= = = = = = = = = = = */
.colorlib-video {
    overflow: hidden;
}

.colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #03AFF3;
}

.colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* = = = = = = = = = = =
* hero area
= = = = = = = = = = = */
#colorlib-hero {
    height: 500px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

#colorlib-hero .btn {
    font-size: 24px;
}

#colorlib-hero .btn.btn-primary {
    padding: 14px 30px !important;
}

#colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#colorlib-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}

#colorlib-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 650px;
    position: relative;
}

#colorlib-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: .8; */
    opacity: .6;
    background: #00b7ea;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#9870FC', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#colorlib-hero .flexslider .flex-control-nav {
    bottom: 7em;
    z-index: 1000;
    width: 0 auto;
}

#colorlib-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    background: #03AFF3;
}

#colorlib-hero .flexslider .flex-direction-nav {
    display: none;
}

#colorlib-hero .flexslider .slider-text {
    max-width: 100%;
    display: table;
    opacity: 0;
    height: 700px;
    z-index: 9;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 700px;
    padding: 2em;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner span i {
    font-size: 24px;
    color: #F7AF1D;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1,
#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
    text-shadow: 0 0 5px black;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    margin-bottom: 30px;
    font-size: 53px;
    line-height: 1.3;
    font-weight: 300;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;    
}

#colorlib-hero .flexslider .slider-text>.breadcrumb-text h2 {
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0,0,0,0.5);
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner h2 a {
    color: white;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
    font-size: 50px;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead {
    font-size: 20px;
    color: #03AFF3;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner s .colorlib-lead .icon-heart {
    color: #d9534f;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px 30px !important;
    border: none;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
    background: #03AFF3;
    color: #fff;
}

#colorlib-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
    background: #000 !important;
}

.colorlib-light-grey {
    background: #fafafa;
}


/* = = = = = = = = = = =
* section common
= = = = = = = = = = = */
#colorlib-about,
#colorlib-services,
#colorlib-contact,
#colorlib-testimony,
#colorlib-blog,
#colorlib-project,
#colorlib-subscribe {
    padding: 3em 0;
    clear: both;
}

#colorlib-intro {
    clear: both;
}


/* = = = = = = = = = = =
* nav tabs
= = = = = = = = = = = */
#colorlib-intro .tabulation {
    z-index: 1;
}

#colorlib-intro .tab-content {
    padding: 3em 2em !important;
    background: #fff;
}

#colorlib-intro .nav-tabs {
    margin: 0 !important;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

#colorlib-intro .nav-tabs li {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#colorlib-intro .nav-tabs li a {
    width: 100%;
    margin: 0;
    border: none;
    padding: 2.7em 1em !important;
    background: rgb(255 255 255 / 78%);
    color: #4d4d4d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#colorlib-intro .nav-tabs li a i {
    font-size: 18px;
}

#colorlib-intro .nav-tabs li.active {
    border-bottom: 1px solid #fff;
}

#colorlib-intro .nav-tabs li.active a {
    color: #000;
    border: none;
    background: #fff;
    bottom: 0 !important;
}


/* = = = = = = = = = = =
* service section
= = = = = = = = = = = */
.services-img {
    height: 320px;
    display: block;
}

.services-desc {
    padding: 0 1em;
}

/* .services-desc ul li {
    list-style: none;
    margin-bottom: 10px;
} */

.services-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-desc ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: gray;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
}

.services-desc ul li:after,
.services-desc ul li:before {
    content: "\f04d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 4px;
    left: 0;
    color: #eee;
}

.services-desc ul li:before {
    top: 7px;
    left: 3px;
    color: #000;
}

.services-desc ul li+li {
    margin-top: 10px;
}

.services-desc ul li ul {
    margin-top: 15px;
}
.services-desc ul li li {
    /* font-size: 14px; */
    padding-left: 25px;
}
.services-desc ul li li+li {
    margin-top: 8px;
}
.services-desc ul li li:after {
    display: none;
}
.services-desc ul li li:before {
    /* content: "\f111"; */
    font-size: 8px;
    top: 7px;
    left: 0;
}


/* services with icon */
.services {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.services .icon {
    line-height: 64px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.services .icon i {
    font-size: 40px;
    color: #03AFF3;
}

.services .desc {
    padding: 90px 20px 20px 20px;
}

.services .desc h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bg-primary-color {
    background: #03AFF3;
}

.bg-primary-color p {
    color: #fff !important;
}

.thumb-img,
.insta-img,
.staff-img,
.blog-img,
.colorlib-about-img,
.services-img,
.project-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.aside-stretch {
    background: #03AFF3;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    /* background: #03AFF3; */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


/* = = = = = = = = = = =
* project section
= = = = = = = = = = = */
.project-entry {
    display: block;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.project-entry .project-img {
    width: 100%;
    height: 350px;
    display: table;
    position: relative;
    z-index: 0;
}

.project-entry .project-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}

.project-entry .project-img img {
    width: 100%;
    height: 100%;
}

/* .project-entry .project-img .icon {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} */

.project-entry .project-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-entry .project-img .icon i {
    color: #fff;
}

.project-entry .desc {
    padding: 2.5em 2em;
    display: block;
}

.project-entry .desc h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 35.5px;
}

.project-entry .desc h3 a {
    color: #000;
}

.project-entry:hover {
    top: -1px;
    -webkit-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
}

.project-entry:hover .project-img:after {
    opacity: 1;
    z-index: 1;
}

.project-entry:hover .project-img .icon {
    opacity: 1;
    z-index: 2;
}

.project-single {
    margin-bottom: 30px;
}

.thumb-wrap {
    display: block;
    width: 100%;
    float: left;
}

.thumb-wrap .thumb-img {
    width: 100%;
    display: block;
    height: 150px;
    margin-bottom: 30px;
}


/* = = = = = = = = = = =
* single project
= = = = = = = = = = = */
.project-single-desc {
    width: 100%;
    float: left;
    padding: 3em;
    background: #fff;
    margin-bottom: 1em;
}

.project-single-desc h2 {
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.project-single-desc .list li {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.project-single-desc .list li .title {
    font-weight: 500;
    color: #000;
    width: 50%;
    float: left;
}

.downloadreport {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
}

.downloadreport a {
    width: 100%;
    float: left;
    padding: 3em 2em;
    background: #fff;
}

.downloadreport a:hover {
    background: #03AFF3;
    color: #fff;
}


/* = = = = = = = = = = =
* testimonial section
= = = = = = = = = = = */
#colorlib-testimony {
    background: #fff;
}

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    background: transparent;
    padding: 5px 5px;
    opacity: 1;
}

#colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 20px;
}

#colorlib-testimony .testimony-slide {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
}

#colorlib-testimony .testimony-slide span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #000;
    margin-bottom: 20px;
}

#colorlib-testimony .testimony-slide figure {
    display: block;
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
}

#colorlib-testimony .testimony-slide figure img {
    width: 140px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#colorlib-testimony .testimony-slide blockquote {
    border: none;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 3em 0 0 0;
    color: #000;
}

#colorlib-testimony .testimony-slide blockquote p {
    font-size: 14px;
}

#colorlib-testimony .testimony-wrap {
    padding: 3em;
    width: 100%;
    float: left;
}

#colorlib-testimony .owl-stage-outer {
    padding-top: 6em;
}


/* = = = = = = = = = = =
* counter section
= = = = = = = = = = = */
#colorlib-counter {
    position: relative;
}

.counter-entry {
    padding: 7em 0;
}

.colorlib-counters {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.colorlib-counters .icon i {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    font-size: 50px;
    color: #fff;
    background: #03AFF3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.colorlib-counters .icon-white i {
    background: #fff;
    color: #03AFF3;
}

.colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
    font-weight: 500;
    margin-bottom: .3em;
}

.colorlib-counters .colorlib-counter-label {
    /* color: rgba(255, 255, 255, 0.7); */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    display: block;
}


/* = = = = = = = = = = =
* blog section
= = = = = = = = = = = */
article {
    margin-bottom: 3em;
}

article .blog-img {
    width: 100%;
    display: block;
    height: 300px;
    display: table;
    position: relative;
    z-index: 0;
}

article .blog-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}

article .blog-img .icon {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

article .blog-img .icon i {
    color: #fff;
}

article:hover .blog-img:after {
    opacity: 1;
}

article:hover .icon {
    opacity: 1;
}

article .entry {
    width: 100%;
    margin-top: 0;
    z-index: 1;
    background: #fff;
    padding: 2em;
    position: relative;
}

article .entry h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
}

article .entry h2 a {
    color: #000;
}

article .entry h2 a:hover {
    color: #03AFF3;
}

article .entry .meta-2 {
    color: #b3b3b3;
}

article .entry .meta-2 span {
    margin-right: 10px;
}

article .entry .meta-2 span i {
    color: #666666;
}


/* = = = = = = = = = = =
* about section
= = = = = = = = = = = */
.about-wrap {
    width: 100%;
    float: left;
    padding-bottom: 0;
}

#colorlib-about {
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
}

#colorlib-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#colorlib-about .colorlib-heading2 h2 {
    color: #fff;
}

#colorlib-about .colorlib-heading2 p {
    color: rgba(255, 255, 255, 0.7);
}

.colorlib-about-img {
    height: 603px;
}

.about-flex {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.about-flex .col-half {
    width: 50%;
    float: left;
}

.about-flex .col-half:last-child {
    background: #fff;
}

.about-services .project-entry .project-img {
    height: 280px;
}

.about-flex .staff-img {
    float: left;
    width: 50%;
    height: 300px;
    position: relative;
    display: table;
}

.about-flex .staff-img .desc-staff {
    background: #03AFF3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.about-flex .staff-img .desc-staff h3 {
    color: #fff;
}

.about-flex .staff-img .desc-staff span {
    color: #fff;
}

.about-flex .staff-img:hover .desc-staff {
    opacity: 1;
}

.about-flex .desc {
    padding: 4em;
    display: block;
}

.fancy-collapse-panel .panel-default>.panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 15px 25px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #03AFF3;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.panel-heading a:after {
    font-family: "icomoon";
    content: "\e115";
    position: absolute;
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -5px;
}

.panel-heading a.collapsed:after {
    content: "\e114";
}

.panel-heading a.collapsed {
    background: #fafafa;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.about-desc h3 {
    font-weight: 500;
}

.about-desc ul,
.about-detail .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-desc ul li,
.about-detail .panel-body ul li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.about-desc ul li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
}

.about-desc ul li+li {
    margin-top: 15px;
}

.about-detail .panel-body ul li+li {
    margin-top: 10px;
}

.about-detail .panel-body ul li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    color: #555;
    /* text-shadow: 2px 2px 2px #333; */
    position: absolute;
    top: 0;
    left: 0;
}


/* = = = = = = = = = = =
* team
= = = = = = = = = = = */
.staff-img2 {
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    display: table;
}

.staff-img2 .desc-staff {
    background: #03AFF3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.staff-img2 .desc-staff h3 {
    color: #fff;
}

.staff-img2 .desc-staff span {
    color: #fff;
}

.staff-img2:hover .desc-staff {
    opacity: 1;
}


/* = = = = = = = = = = =
* contact form
= = = = = = = = = = = */
.contact-info-wrap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3em;
}

.contact-info-wrap-flex .con-info {
    width: 24%;
    background: #fff;
    padding: 1.5em;
    margin-left: 10px;
}

.contact-info-wrap-flex .con-info:first-child {
    margin-left: 0;
}

.contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000;
    text-align:center;
}

.contact-info-wrap-flex p a {
    color: #000;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    font-size: 16px !important;
    font-weight: 300;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-weight: 400;
}

.form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
}


/* location map */
.map {
    width: 100%;
    height: 500px;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}


/* social icons */
.colorlib-social-icons {
    margin: 0;
    padding: 0;
}

.colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.colorlib-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #03AFF3;
    padding-left: 10px;
    padding-right: 10px;
}

.colorlib-social-icons li a i {
    font-size: 20px;
}

.colorlib-heading {
    margin-bottom: 5em;
}

.colorlib-heading h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}


/* = = = = = = = = = = =
* subscribe form
= = = = = = = = = = = */
#colorlib-subscribe {
    background: #ededed;
    padding: 5em 0;
}

#colorlib-subscribe .colorlib-heading {
    margin-bottom: 20px;
}

#colorlib-subscribe .colorlib-heading p {
    font-size: 18px;
}

.qbstp-header-subscribe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.qbstp-header-subscribe .col-three-forth {
    width: 70%;
}

.qbstp-header-subscribe .col-one-third {
    width: 30%;
}

.qbstp-header-subscribe .col-three-forth,
.qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left;
}

.qbstp-header-subscribe .form-control {
    background: transparent;
}

.qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::-o-input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe .form-group input::input-placeholder {
    color: #333333;
}

.qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #333333 !important;
}

.qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #03AFF3;
    color: #fff;
    border: none;
    padding: 10px 18px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block;
}


/* instagram image box */
.instagram .insta-img {
    height: 80px;
    display: block;
    width: 33.3333%;
    float: left;
}


/* = = = = = = = = = = =
* footer
= = = = = = = = = = = */
#colorlib-footer {
    background: #25282a;
    color: rgba(255, 255, 255, 0.6) !important;
}

#colorlib-footer .contact-information {
    background: #1E2022;
    padding: 1.5em 0;
    margin-bottom: 5em;
}

#colorlib-footer .contact-information .info-wrap .icon {
    display: block;
    margin-bottom: 10px;
}

#colorlib-footer .contact-information .info-wrap .icon i {
    color: #fff;
    font-size: 20px;
}

#colorlib-footer .contact-information .info-wrap p {
    font-size: 13px;
}

#colorlib-footer .contact-information .info-wrap a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0;
}

#colorlib-footer .colorlib-footer-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
}

#colorlib-footer .footer-menu li {
    position: relative;
}

#colorlib-footer .footer-menu li:before {
    content: "\e116";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #03AFF3;
}

#colorlib-footer .colorlib-footer-links li span {
    display: block;
    font-size: 13px;
}

#colorlib-footer .colorlib-footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

#colorlib-footer .colorlib-footer-links li a i {
    padding-right: 10px;
    color: #03AFF3;
}

#colorlib-footer .colorlib-footer-links li a:hover {
    text-decoration: underline;
}

#colorlib-footer .colorlib-social-icons li a {
    padding-left: 10px;
    padding-right: 10px;
}

#colorlib-footer .colorlib-social-icons li a:first-child {
    padding-left: 0;
}

#colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}

#colorlib-footer .copy {
    background: #03AFF3;
    padding: 1.2em 0;
}

#colorlib-footer .copy p {
    margin-bottom: 0;
    color: #000;
}

#colorlib-footer .copy p small a {
    color: rgba(0, 0, 0, 0.7);
}


/* = = = = = = = = = = =
* other pages
= = = = = = = = = = = */

/* = = = = = = = = = = =
* market sectors page
= = = = = = = = = = = */
.single-detail {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.single-detail+.single-detail {
    margin-top: 80px;
}

.single-detail .detail-img {
    min-height: 350px;
    max-height: 100%;
}

.single-detail .detail-text {
    display: flex;
    align-items: center;
    padding: 4%;
    background-color: #fdfdfd;
}

.detail-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-text ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

.detail-text ul li:after,
.detail-text ul li:before {
    content: "\f04d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 0;
    color: #eee;
}

.detail-text ul li:before {
    top: 3px;
    left: 3px;
    color: #000;
}

.detail-text ul li+li {
    margin-top: 15px;
}

.detail-text ul li ul {
    margin-top: 15px;
}
.detail-text ul li li {
    font-size: 16px;
    padding-left: 25px;
}
.detail-text ul li li+li {
    margin-top: 10px;
}
.detail-text ul li li:after {
    display: none;
}
.detail-text ul li li:before {
    /* content: "\f111"; */
    font-size: 8px;
    top: 7px;
    left: 0;
}


/* = = = = = = = = = = =
* resources page
= = = = = = = = = = = */
.resource-single {
    display: flex;
    justify-content: center;

}

.resource-single+.resource-single {
    margin-top: 80px;
}

/* manpower */
/* .manpower.project-entry .project-img {
    height: 500px;
} */

/* equipments */
.equipments {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.equipments .single-equipment {
    width: 32%;    
    min-height: 60px;
    margin: 0 5px 20px;
    background: #fff;
    display: flex;
    align-items: center;
}

.equipments .single-equipment p {
    padding: 5px 10px 5px 35px;
    margin: 0;
    position: relative;
}

.equipments .single-equipment p:before {
    content: "\f085";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #03AFF3;
    position: absolute;
    top: 8px;
    left: 10px;
}

/* resources table */
table.resource-table {
    width: 100%;
    background: #e5e5e5;
    border-top: 6px double #555;
    border-bottom: 6px double #555;
}

table.resource-table th {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    background: #03AFF3;
    color: #fff;
    /* border-top: 6px double #555; */
    border-bottom: 6px double #555;
}

table.resource-table tr:nth-child(odd) {
    background: #fff;
}

table.resource-table tr td {
    padding: 15px 10px;
    color: #000;
}

table.resource-table tr td:last-child {
    text-align: center;
    width: 200px;
}

/* experience table */
.experiences {
    height: 440px;
    overflow-y: scroll;
    position: relative;
    border-bottom: 1px solid #999;
}

.experiences table.resource-table tr.table-heading {
    position: sticky !important;
    top: 0;
}

.experiences table.resource-table th,
.experiences table.resource-table td {
    font-size: 13px;
}

.experiences table.resource-table tr td {
    padding: 10px 5px;
}

.experiences table.resource-table tr td:last-child {
    width: auto;
}

/*--------------------*/
/* SCROLLBAR */
/*--------------------*/
/* width */
.experiences::-webkit-scrollbar {
	width: 8px;
	background: #f5f5f5;
}
/* Track */
.experiences::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
/* Handle */
.experiences::-webkit-scrollbar-thumb {
  background: #03AFF3;
  border-radius: 3px;
  border: 0.5px solid #fff;
  transition: all 0.3s ease;
}
/* Handle on hover */
.experiences::-webkit-scrollbar-thumb:hover {
  background: #03AFF3;
}


/* = = = = = = = = = = =
* go to top button
= = = = = = = = = = = */
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(41, 127, 213, 0.9);
    color: #fff;
    border: 1px solid #EDEDED;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    transition: 0.5s;
}

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

.gototop a:hover i {
    transform: translateY(-5px);
}


/* = = = = = = = = = = =
* responsive navigation menu
= = = = = = = = = = = */
#colorlib-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
    padding: 0;
    margin: 0;
}

#colorlib-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#colorlib-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown {
    display: block;
    position: relative;
    cursor: pointer;
}

#colorlib-offcanvas ul li a {
    display: block;
    padding: 5px 0;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a {
    display: inline-block;
    /*position: relative;*/
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown:after {
    position: absolute;
    top: 5px;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0c5";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown:hover:after {
    color: rgba(255, 255, 255, 0.9);
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* navbar toggle */
.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 1.6em !important;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
    background: #444;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white>i {
    color: #fff;
    background: #fff;
}

.colorlib-nav-toggle.colorlib-nav-white>i::before,
.colorlib-nav-toggle.colorlib-nav-white>i::after {
    background: #fff;
}

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff;
}

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #fff;
}

.colorlib-nav-toggle {
    position: fixed;
    right: 0px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}


/* = = = = = = = = = = =
* common styles
= = = = = = = = = = = */
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #03AFF3;
    color: #fff;
    border: 2px solid #03AFF3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #03AFF3 !important;
    border-color: #03AFF3 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #03AFF3;
    border: 2px solid #03AFF3;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #03AFF3;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.row-pb-lg {
    padding-bottom: 7em !important;
}

.row-pb-md {
    padding-bottom: 5em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.related-services {
    padding-bottom: 7em;
}

.related-heading {
    padding: 2em 0 1em;
    position: relative;
}

.related-heading:before {
    content: "";
    /* border-top: 3px solid #fff; */    
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(41,127,213,1) 50%, rgba(245,245,245,1) 100%);
    width: 50%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* = = = = = = = = = = =
* preloader
= = = = = = = = = = = */
.colorlib-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}





/* =======================================================
*
*   Responsive Style 
*
* ======================================================= */
@media screen and (max-width: 1199.98px) {
    .qbstp-header-subscribe .col-three-forth {
        width: 63%;
    }
}


@media screen and (max-width: 991.98px) {
    #colorlib-about, 
    #colorlib-services, 
    #colorlib-contact, 
    #colorlib-testimony, 
    #colorlib-blog, 
    #colorlib-project, 
    #colorlib-subscribe {
        padding: 5em 0;
    }

    .colorlib-video {
        height: 450px;
    }
    
    .colorlib-nav #colorlib-logo img {
        width: 140px;
    }

    .colorlib-nav ul li a {
        font-size: 14px;
    }
    
    .colorlib-nav ul li.menu-item-has-children .dropdown {
        width: 230px;
        padding: 12px;
    }
    
    .colorlib-nav ul li.menu-item-has-children .dropdown li a {
        font-size: 13px;
        padding: 4px;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 36px;
        max-width: unset;
    }
    
    #colorlib-hero, 
    #colorlib-hero .flexslider .slides li,
    #colorlib-hero .flexslider .slider-text, 
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        min-height: unset;
        height: 500px;
    }

    #colorlib-hero .flexslider .flex-control-nav {
        bottom: 5em;
    }

    .qbstp-header-subscribe .col-three-forth {
        width: 70%;
    }

    footer .colorlib-widget+.colorlib-widget {
        margin-top: 40px;
    }
    
    #colorlib-footer h4 {
        margin-bottom: 20px;
    }

    .detail-text ul li+li {
        margin-top: 10px;
    }

    .detail-text ul li:after {
        top: 5px;
    }

    .detail-text ul li:before {
        top: 8px;
    }

    .related-services {
        padding-bottom: 5em;
    }

    .equipments .single-equipment {
        width: 47%;
    }
}


@media screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
    p {
        margin-bottom: 10px;
    }

    .row-pb-md {
        padding-bottom: 2em !important;
    }

    .row-pb-lg {
        padding-bottom: 4em !important;
    }

    #colorlib-about, 
    #colorlib-services, 
    #colorlib-contact, 
    #colorlib-testimony, 
    #colorlib-blog, 
    #colorlib-project, 
    #colorlib-subscribe {
        padding: 4em 0;
    }

    .colorlib-heading {
        margin-bottom: 2em;
    }
    
    .colorlib-heading h2 {
        font-size: 22px;
    }

    #colorlib-subscribe .colorlib-heading p {
        font-size: 15px;
    }

    .colorlib-nav {
        margin: 0;
    }

    .colorlib-nav .top-menu {
        padding: 28px 1em;
    }
    
    .colorlib-nav .menu-1 {
        display: none;
    }    
    
    #colorlib-hero, 
    #colorlib-hero .flexslider .slides li, 
    #colorlib-hero .flexslider .slider-text, 
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        width: 100%;
        height: unset;
        min-height: 380px;
    }
    
    #colorlib-hero .flexslider .slider-text>.slider-text-inner {
        /* display: block; */
        /* padding:8em 5px 3em; */
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        text-align: center;
    }
    
    #colorlib-hero .flexslider .flex-control-nav {
        bottom: 1em;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #colorlib-hero .flexslider .slider-text>.slider-text-inner h2 {
        font-size: 18px;
    }

    #colorlib-hero .flexslider .slider-text>.breadcrumb-text h2 {
        font-size: 16px;
    }
    
    #colorlib-hero .flexslider .slider-text>.slider-text-inner .heading-section {
        font-size: 30px;
    }

    #colorlib-intro .nav-tabs li {
        font-size: 10px;
    }

    #colorlib-intro .nav-tabs li a i {
        display: block;
    }

    #colorlib-intro .tab-content {
        padding: 1em 0.5em !important;
    }

    .services-img {
        height: 250px;
        margin-bottom: 20px;
    }

    .services-desc {
        padding: 0;
    }
    
    .services-desc ul li {
        font-size: 14px;
        font-weight: 300;
    }

    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
    }

    .counter-entry {
        padding: 2em 0;
    }

    .colorlib-counters .icon-white i {
        background: #03AFF3;
        color: #fff;
    }

    .project-entry .project-img {
        height: 250px;
    }

    .project-entry .desc {
        padding: 1.5em;
    }
    
    .project-entry .desc h3 {
        min-height: auto;
    }

    .about-wrap {
        padding-bottom: 3em;
    }

    .about-flex .col-half {
        width: 100%;
    }

    .about-flex .staff-img {
        height: 200px;
    }

    .about-flex .desc {
        padding: 1.5em;
    }

    .staff-img2 {
        margin-bottom: 30px;
    }

    .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important;
    }

    .form-group #fname {
        margin-bottom: 30px;
    }

    .qbstp-header-subscribe .col-three-forth,
    .qbstp-header-subscribe .col-one-third {
        width: 80%;
        margin: 0 auto;
    }

    #colorlib-footer .colorlib-widget {
        width: 100%;
        float: left;
    }

    .map {
        height: 250px;
    }

    #colorlib-offcanvas {
        display: block;
    }

    .colorlib-nav-toggle {
        display: block;
    }

    .about-desc {
        margin-bottom: 40px;
    }

    .single-detail {
        flex-direction: column;
        align-items: center;
    }
    
    .single-detail.single-even {
        flex-direction: column-reverse;
    }
    
    .single-detail+.single-detail {
        margin-top: 50px;
    }
    
    .single-detail .detail-img, 
    .single-detail .detail-text {
        width: 100%;
    }
    
    .single-detail .detail-img {
        min-height: unset;
        max-height: unset;
        height: 280px;
    }
    
    .detail-heading {
        font-size: 22px;
    }

    .related-services {
        padding-bottom: 3em;
    }

    .resource-single+.resource-single {
        margin-top: 50px;
    }    

    .resources-heading {
        font-size: 22px;
    }

    .equipments .single-equipment {
        width: 100%;
    }

    table.resource-table th {
        font-size: 15px;
    }
    
    table.resource-table tr td {
        font-size: 13px;
    }
    
    table.resource-table tr td:last-child {
        width: 130px;
    }    
    
    .experiences {
        height: 280px;
    }

    .experiences table.resource-table th, 
    .experiences table.resource-table td {
        font-size: 10px;
    }
    
    .experiences table.resource-table .project-desc {
        display: none;
    }
}


@media screen and (max-width: 575.98px) {
    #colorlib-hero .flexslider .slider-text>.slider-text-inner .btn {
        width: 100%;
    }

    .qbstp-header-subscribe .form-group {
        width: 100%;
    }
}
	#owl-client .item{
  background: #ffffff00;
  padding: 20px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}