/*Variables */
/* Rest */
img {
    max-width: 100%;
    height: auto; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
a:hover {
    text-decoration: none;
}

/* General css */
.primary-color {
    color: #000; 
}
.secondary-color {
    color: #999;
}
.color-green {
    color: #03989e;
}
.color-red {
    color: #03989e;
}
.section-padding {
    padding: 60px 0;
}
.section-padding-top {
    padding-top: 60px;
}
.section-padding-bottom {
    padding-bottom: 60px;
}
.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
/* Header */
.top-header {
    padding: 8px 0;
    background: #e2e2e2;
    color: #000; 
}
.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.top-header ul li {
    float: left;
    margin-right: 10px; 
}
.top-header ul li :last-child {
    margin-right: 0px;
}
.top-header ul a {
    color: #000; 
}
.top-header a {
    color: #000;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand {
    color: #fff;
}
.navbar {
    padding: 0;
    float: left;
}
.dropdown-menu {
    margin: 0;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.btm-header {
    padding: 35px 0;
    background: #fff;
}
.header-right {
    width: 100%;
}
.header-right>.hr-content:nth-child(2) {
    width: 32%;
}
.header-right>.hr-content:nth-child(3) {
    width: 35%;
}
.hr-content {
    float: left;
    margin-right: 20px;
    width: 24%;
}
.th-content {

}
.th-content i {
    border: 3px solid #E9E9E9;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    float: left;
}
.th-content a {
    color: #212529;
}
.main-menu {
    background: #03989e;
}
.navbar-brand {
    display: none;
}
.main-menu .navbar .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 20px;
    font-size: 1.2em;
}
.main-menu .navbar .navbar-nav li:first-child a {
    padding-left: 0;
}
.main-menu .navbar .navbar-nav li a:hover, .main-menu .navbar .navbar-nav li.active a {
    color: #000000;
}
.nav-right {
    float: right;
    background: #000;
}
.nav-right a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 20px;
    font-size: 1.2em;
}
.navbar-fixed-top {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-fixed-top .logo {
    width: 60%; 
}
.navbar-fixed-top .top-header-2 {
    display: none; 
}
.navbar-fixed-top .main-menu {
    margin-top: 0;
}
.banner-wrapper {
    position: relative;
}
.banneroverlay {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.banner-caption {
    position: absolute;
    top: 33%;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.banner-caption h2 {
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    padding: 5px 40px;
    margin: 10px;
}
.banner-caption h2 span {
    color: #1d5295;
}
.banner-caption p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
}
.banner-caption a {
    background: #03989e;
    border-radius: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}
.banner-caption a:hover {
    background: #1D5296;
}
/* ================================= WELCOME SECTION ============================= */
.section-welcome {

}
.section-welcome h1 {
    font-weight: 700;
}
.welcome-image {

}
.welcome-image img {
    position: relative;
}
.welcome-image .image-caption {
    position: absolute;
    bottom: 90px;
    left: 90px;
    padding: 20px 50px;
    background: #03989e;
    text-align: center;
}
.welcome-image .image-caption p {
    margin: 0;
    color: #fff;
}
.welcome-image .image-caption p span {
    font-size: 35px;
    font-weight: 700;
}
.welcome-right {
    margin-top: 50px;
}
.welcome-right h1, .service-right h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
}
.welcome-right h2, .service-right h2 {
    color: #03989e;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.dwk-btn {
    display: inline-block;
    margin-top: 10px;
}
.dwk-btn a {
    background: #03989e;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
}
.dwk-btn a.round {
    border-radius: 10px;
    overflow: hidden;
}
/* ================================= COUNTER ============================= */
.counter {
    width: 100%;
    margin-top: 50px;
}
.counter-content {
    background: #161515;
    padding: 35px 25px;
    overflow: hidden;
}
.counter-left {
    float: left;
    margin-right: 20px;
    width: 20%;
}
.counter-left i {
    color: #03989e;
    font-size: 50px;
    line-height: 60px;
}
.counter-right {
    float: left;
    color: #fff;
    width: 65%;
}
.counter-right h2 {
    font-weight: 600;
    font-size: 25px;
    float: left;
}
.counter-right span {

}
.counter-right h4 {
    font-size: 14px;
    clear: both;
}
/* ================================= OUR SERVICES ============================= */
.service-image {
    position: relative;
}
.service-caption {
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
    color: #000;
    background: rgba(3, 152, 158, 1);
}
.service-caption h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
.service-caption p {
    margin-bottom: 0;
}
ul.ul-services {
    list-style: none;
}
ul.ul-services li {
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.services-section {
}

.services-wrapper {
    position: relative;
    float: left;
    margin-bottom: 30px; 
}

.service-block h2 {
    font-size: 14px;
    background: #03989e;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif; 
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(3,152,158,1);
}

.services-wrapper:hover .overlay {
    opacity: 0.9; 
}

.text {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; 
}

.allservice {
    margin-top: 30px;
    text-transform: uppercase;
}
.allservice a {
    border: 1px solid #f37e21;
    color: #f37e21; 
}

/* ================================= OUR GALLERY ============================= */
.title h2 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
}
ul.galleryul {
    list-style: none;
}
ul.galleryul li {
    margin-bottom: 30px;
}
.flex-solutions {
    padding: 0;
    margin: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #DBDBDB;
}
.solution-content {
    padding: 0 25px;
}
.solution-block {
    max-width: 500px;
    width: 100%;
    padding: 150px 15px 150px 0px;
    float: right;
    text-align: left;
}
.solution-block h3 {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
/* ============================== Testimonial ===============================*/
section-padding.testimonail {
    padding: 80px 0;
}
.testimonail {
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.testimonial-inner {
    background: url(../images/testimonail-bg-inner.jpg) #121212 no-repeat;
    background-size: 50%;
    color: #fff;
}
.testimonial-title h2 {
    font-weight: bold;
}
.testimonail-block .owl-carousel2 span.fa-arrow-circle-left {
    left: -160px;
}
.testimonail-block .owl-carousel2 span.fa-arrow-circle-right {
    right: -160px;
}
.testimonail-block .owl-carousel2 span.fa {
    font-size: 35px;
    color: #9f9f9f;
    position: absolute;
    top: 40px;
}
span.name {
    color: #dd7222;
    font-size: 18px;
    display: block;
}
span.designation {
    margin-bottom: 30px;
    display: block;
    color: #03989e;
}
.testimonial-block {
    box-shadow: 0 0 10px #03989e;
    padding: 30px;
    margin-bottom: 40px;
    min-height: 220px;
}
.testimonial-block:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: rgba(255,153,51,0.2);
    font-size: 75px;
    position: absolute;
    top: 0;
    left: 40px;
    vertical-align: top;
    z-index: -1;
}
.testimonial-block h5 {
    color: #03989e;
    font-size: 15px;
}
/* ===================== Breadcrumb ============== */
.breadcrumb-wrapper {
    background: url(../images/menu-bg.jpg) top center no-repeat;
    position: relative;
    padding: 40px;
    background-size: cover;
    text-align:center;
}
.breadcrumb-wrapper:before {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.breadcrumb-wrapper h2 {
    color: #03989e;
    font-weight: bold;
}
.breadcrumb-wrapper h3 {
    color: #999;
}
.breadcrumb-wrapper h3 a {
    color: #fff;
}
.breadcrumb-wrapper h3 a:hover {
    transition: all linear 0.25s;
    color: #dbdbdb;
}
/* ============================== Why us ===============================*/
.whyus {
    background: url(../images/whyusbg.jpg) #e2e2e2 no-repeat;
    background-size: 50%;
    color: #2b2b2b;
    padding: 80px 0;
}
.whychooseus {
    padding-left: 35px;
}
.whychooseus h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}
.whychooseus ul {
    list-style: none;
}
.whychooseus ul li {
    line-height: 25px;
    margin-bottom: 20px;
}
.whychooseus ul li em {
    font-size: 11px;
}
/* ============================== Contact Page ===============================*/
.contactinfo {
    background: #03989e;
    padding: 30px;  
    color: #fff;
    min-height: 185px;
}
.contactinfo h3 {
    font-weight: 800;
}
.contactinfo a {
    color: #fff;
}
.contactinfo i {
    font-size: 30px;
}
.freequote .aboutus-btm {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #8d8d8d;
}
.freequote .aboutus-btm h2 {
    font-weight: 700;
    font-size: 1.5rem;
}
/* ============================== FOOTER TOP ===============================*/
.section-footer-top {
    background: #282828;
    color: #fff;
}
.section-footer-top .ft-left {

}
.ft-left h2 {
    font-weight: 600;
}
.ft-left h2 span {
    border-bottom: 1px solid #03989e;
}
.ft-left p {

}
.ft-right {

}
.ft-right h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.ft-right h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.ft-right .btn-started {
    display: inline-block;
    margin-top: 15px;
}
.ft-right .btn-started a {
    background: #03989e;
    color: #fff;
    border-radius: 25px;
    padding: 10px 60px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
/* Content */
#overlay {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    transition: background-color 300ms ease;
    width: 100%;
}

#state {
    bottom: 0;
    cursor: pointer;
    font-size: 2.25rem;
    right: 0;
    line-height: 1;
    padding: 2rem 2.5rem 1.65rem;
    position: absolute;
    z-index: 999; 
}

.owl-theme .owl-nav [class*='owl-'] {
    background: none !important; 
}

.icon {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
}

.owl-next,
.owl-prev {
    height: 100%;
    position: absolute;
    top: 0; }

.owl-next {
    right: 0; 
}

.owl-prev {
    left: 0; 
}

.owl-next:hover .icon,
.owl-prev:hover .icon {
    background: rgba(0,0,0);
    color: rgba(3, 152, 158, 1);
}

.icon-arrow-left7 {
    left: 0; 
}

.icon-arrow-left7:before {
    content: "\f053"; 
}

.icon-arrow-right7 {
    right: 0; 
}

.icon-arrow-right7:before {
    content: "\f054"; 
}

/* Quote */
.quote-block {
    background: #efefef;
}

/* Footer */
footer {
    background: #fff;
}

.footer-widget {
    color: #000;
}
.footer-widget h3 {
    margin-top: 0px; 
    font-weight: 700;
    color: #03989e;
    font-size: 20px;
}
.footer-widget ul li {
    list-style: none;
    line-height: 30px; 
}
.footer-widget ul li a {
    color: #000; 
}
.btm-border {
    border-top: 1px solid #e2e2e2;
    padding: 15px 0;
}

.copyright p {
    margin-bottom: 0; 
}

.powered {
    float: right;
}

.scrollup {
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background-color: #999; 
}

/* responsive */
.footer-button {
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid #111;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}
.footer-bar {
    margin: 0;
    overflow: hidden;
    padding-left: 0;
}
.footer-bar li {
    border-right: 1px solid #111;
    float: left;
    list-style: outside none none;
    padding: 8px 0;
    text-align: center;
    width: 25%;
}
.footer-bar li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.footer-bar li {
    list-style: outside none none;
    text-align: center;
}
.footer_bar li i {
    font-size: 18px;
}
.footer-button ul.footer-bar li:last-child{
    border-right: none;
}