/*------------1st section*/

.dsw-hero-section {
    padding: 70px 0;
    background: #f0f6f5;
    overflow: hidden;
    position: relative;
}

.dsw-hero-content {
    animation: dswFadeLeft 1s ease;
}
.dsw-main-heading {
    font-size: 50px;
    line-height: 1.02;
    font-weight: 700;
    color: #10222d;
   
}
.dsw-main-heading span {
    color: #0a6166;
}
.dsw-description {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    max-width: 720px;
    margin-bottom: 30px;
}
.dsw-btn-group {
    margin-top: 20px;
}
.dsw-btn-primary {
    display: inline-block;
    background: #0a6166;
    color: #fff;
    padding: 18px 42px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #0a6166;
    transition: .4s;
    margin-right: 18px;
}
.dsw-btn-primary:hover {
    background: #084b4f;
    border-color: #084b4f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(10,97,102,.25);
}
.dsw-btn-secondary {
    display: inline-block;
    background: #fff;
    color: #0a6166;
    padding: 18px 42px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 6px;
    border: 2px solid #0a6166;
    text-decoration: none;
    transition: .4s;
}
.dsw-btn-secondary:hover {
    background: #0a6166;
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(10,97,102,.25);
}
@keyframes dswFadeLeft {
from {
opacity:0;
transform:translateX(-70px);
}
to {
opacity:1;
transform:translateX(0);
}
}

/* Responsive */

@media(max-width:1200px) {
.dsw-main-heading {
    font-size: 58px;
}
}

@media(max-width:991px) {
.dsw-hero-section {
    padding: 70px 0;
}
.dsw-main-heading {
    font-size: 48px;
}
.dsw-description {
    font-size: 20px;
}
}

@media(max-width:767px) {
.dsw-main-heading {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -1px;
}
.dsw-description {
    font-size: 17px;
    line-height: 1.8;
}
.dsw-btn-primary, .dsw-btn-secondary {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
   
}
}
/*==================================
 ABOUT COMPANY PROFILE SECTION
===================================*/

.dsw-company-section {
    padding: 70px 0;
    background: #ffffff;
    overflow: hidden;
}
.dsw-company-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dsw-company-content {
    padding-right: 40px;
    animation: dswFadeLeft 1s ease;
}
.dsw-subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.dsw-subtitle span:first-child {
    width: 38px;
    height: 2px;
    background: #0a6166;
    margin-right: 12px;
}
.dsw-subtitle span:last-child {
    color: #0a6166;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
.dsw-title {
    font-size: 40px;
    color: #1b1b1b;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px!important;
}
.dsw-company-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}
.dsw-company-content strong {
    color: #0a6166;
}
.dsw-btn {
    display: inline-block;
    padding: 16px 38px;
    color: #0a6166;
    border: 2px solid #0a6166;
    text-decoration: none;
    font-weight: bold;
    transition: .4s;
}
.dsw-btn:hover {
    background: #0a6166;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(10,97,102,.25);
}
.dsw-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 8px solid #fff;
    box-shadow: 0 20px 45px rgba(0,0,0,.1);
    animation: dswFadeRight 1s ease;
    transition: .5s;
}

.dsw-image-box img {
    width: 100%;
    transition: .6s;
}
.dsw-image-box:hover img {
    transform: scale(1.08);
}

/*=========================
 Animation
==========================*/

@keyframes dswFadeLeft {
from {
opacity:0;
transform:translateX(-60px);
}
to {
opacity:1;
transform:translateX(0);
}
}
@keyframes dswFadeRight {
from {
opacity:0;
transform:translateX(60px);
}
to {
opacity:1;
transform:translateX(0);
}
}

/*=========================
 Responsive
==========================*/

@media(max-width:991px) {
.dsw-company-content {
    padding-right: 0;
    margin-bottom: 40px;
}
.dsw-title {
    font-size: 38px;
}
.dsw-company-content p {
    font-size: 16px;
}
}

@media(max-width:767px) {
.dsw-company-section {
    padding: 60px 0;
}
.dsw-title {
    font-size: 30px;
}
.dsw-company-content p {
    font-size: 15px;
    line-height: 1.8;
}
.dsw-btn {
    display: block;
    text-align: center;
    width: 60%;
    
}
}

/*----------------Service section*/

/*=========================================
Section
=========================================*/

.dswp-service-section {
    padding-top: 0px;
    padding-bottom: 70px;
    background: #ffffff;
    overflow: hidden;
}
/*=========================================
Heading
=========================================*/

.dswp-heading {
    margin-bottom: 60px;
    animation: dswpFadeDown 1s ease;
}
.dswp-heading-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.dswp-heading-line span {
    width: 45px;
    height: 2px;
    background: #0a6166!important;
    display: block;
}
.dswp-heading-line h5 {
    margin: 0 15px;
    color: #0a6166!important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.dswp-heading h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #1d1d1d;
}
/*=========================================
Cards
=========================================*/

.dswp-card {
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    transition: all .4s ease;
    overflow: hidden;
    animation: dswpFadeUp .9s ease;
}
.dswp-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
/*=========================================
Image
=========================================*/

.dswp-image {
    overflow: hidden;
    position: relative;
}
.dswp-image img {
    width: 100%;
    transition: all .6s ease;
}
.dswp-card:hover .dswp-image img {
    transform: scale(1.08);
}
.dswp-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.18);
    transition: .6s;
}
.dswp-card:hover .dswp-image:after {
    left: 100%;
}
/*=========================================
Content
=========================================*/

.dswp-content {
    padding: 25px;
   
}
.dswp-content h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 700;
    color: #303030;
    transition: .3s;
}
.dswp-card:hover h3 {
    color: #0a6166;
}
.dswp-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 28px;
    text-align: left;
}
/*=========================================
Button
=========================================*/
.dsw-view-btn {
    display: inline-block;
    position: relative;
    min-width: 140px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    border: 2px solid #2d2d2d;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all .35s ease;
    overflow: visible;
}

/* Hover */
.dsw-view-btn:hover {
    background: #0a6166;
    border-color: #0a6166;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(10,97,102,.25);
}
.dsw-view-btn:hover:before, .dsw-view-btn:hover:after {
    background: #0a6166;
}
.dsw-view-btn:focus {
    color: #fff;
    text-decoration: none;
}
/*=========================================
Animation
=========================================*/

@keyframes dswpFadeDown {
from {
opacity:0;
transform:translateY(-40px);
}
to {
opacity:1;
transform:translateY(0);
}
}
@keyframes dswpFadeUp {
from {
opacity:0;
transform:translateY(50px);
}
to {
opacity:1;
transform:translateY(0);
}
}

/*=========================================
Responsive
=========================================*/

@media (max-width:1199px) {
.dswp-heading h2 {
    font-size: 40px;
}
.dswp-content h3 {
    font-size: 28px;
}
}

@media (max-width:991px) {
.dswp-service-section {
    padding: 70px 0;
}
.dswp-heading {
    margin-bottom: 45px;
}
.dswp-heading h2 {
    font-size: 34px;
}
.dswp-content {
    padding: 22px;
}
.dswp-content h3 {
    font-size: 24px;
}
.dswp-content p {
    font-size: 15px;
}
}

@media (max-width:767px) {
.dswp-service-section {
    padding: 60px 0;
}
.dswp-heading h2 {
    font-size: 30px;
}
.dswp-heading-line span {
    width: 30px;
}
.dswp-heading-line h5 {
    font-size: 12px;
}
.dswp-content {
    padding: 20px;
}
.dswp-content h3 {
    font-size: 22px;
}
.dswp-content p {
    font-size: 14px;
    line-height: 1.8;
}
.dswp-btn {
    width: 100%;
}
}

@media (max-width:480px) {
.dswp-heading h2 {
    font-size: 26px;
}
.dswp-content h3 {
    font-size: 20px;
}
.dswp-content {
    padding: 18px;
}
}

/*-------------Why choose section---------*/
.no-gutter{
    margin-left:0;
    margin-right:0;
}

.no-gutter>[class*="col-"]{
    padding-left:0;
    padding-right:0;
}

/*==========================================
SECTION
==========================================*/

.ppwhy-section{
    background:#ffffff;
    overflow:hidden;
}

/*==========================================
LEFT CONTENT
==========================================*/

.ppwhy-content{

    padding:70px 60px;
    background:#ffffff;
    animation:ppwhyFadeLeft 1s ease;

}

/*==========================================
HEADING
==========================================*/

.ppwhy-heading{

    margin-bottom:45px;

}

.ppwhy-heading-line{

    display:flex;
    align-items:center;
    margin-bottom:18px;

}

.ppwhy-heading-line span{

    width:35px;
    height:2px;
    background:#0a6166!important;
    display:inline-block;
    margin-right:12px;

}

.ppwhy-heading-line h5{

    margin:0;
    color:#0a6166!important;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;

}

.ppwhy-heading h2{

    font-size:40px;
    font-weight:700;
    color:#1b1b1b;
    line-height:1.2;
    margin:20px 0;

}

.ppwhy-heading p{

    color:#666;
    font-size:16px;
    line-height:1.9;

}

/*==========================================
LIST
==========================================*/

.ppwhy-item{

    display:flex;
    align-items:flex-start;
    margin-bottom:28px;
    transition:.35s;
    padding:0px;
    border-radius:8px;

}




.ppwhy-text{

    flex:1;

}

.ppwhy-text h4{

    margin:0 0 10px;
    font-size:20px;
    color:#222;
    font-weight:600;
    transition:.35s;
    text-align: left;

}

.ppwhy-item:hover h4{

    color:#0a6166;

}

.ppwhy-text p{

    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.6;
    text-align: left;

}

/*==========================================
RIGHT IMAGE
==========================================*/

.ppwhy-image-box{

    position:relative;
    height:100%;
    
    overflow:hidden;
    animation:ppwhyFadeRight 1s ease;

}

.ppwhy-image-box img{

    width:100%;
    height:auto;
    object-fit:cover;
    transition:all .8s ease;

}

.ppwhy-image-box:hover img{

    transform:scale(1.08);

}

.ppwhy-overlay{

    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(rgba(10,97,102,.08),rgba(10,97,102,.08));
    transition:.5s;

}

.ppwhy-image-box:hover .ppwhy-overlay{

    background:linear-gradient(rgba(10,97,102,.20),rgba(10,97,102,.05));

}

/* Decorative Border */

.ppwhy-image-box:before{

    content:"";
    position:absolute;
    top:30px;
    left:30px;
    right:30px;
    bottom:30px;
    border:2px solid rgba(255,255,255,.35);
    z-index:2;
    transition:.5s;

}

.ppwhy-image-box:hover:before{

    top:20px;
    left:20px;
    right:20px;
    bottom:20px;

}

/*==========================================
ANIMATION
==========================================*/

@keyframes ppwhyFadeLeft{

from{

opacity:0;
transform:translateX(-60px);

}

to{

opacity:1;
transform:translateX(0);

}

}

@keyframes ppwhyFadeRight{

from{

opacity:0;
transform:translateX(60px);

}

to{

opacity:1;
transform:translateX(0);

}

}

/*==========================================
RESPONSIVE
==========================================*/

@media(max-width:1199px){

.ppwhy-content{

padding:60px 45px;

}

.ppwhy-heading h2{

font-size:34px;

}

.ppwhy-image-box{

min-height:680px;

}

.ppwhy-image-box img{

height:680px;

}

}

@media(max-width:991px){

.ppwhy-content{

padding:50px 35px;

}

.ppwhy-heading{

text-align:center;

}

.ppwhy-heading-line{

justify-content:center;

}

.ppwhy-heading h2{

font-size:30px;

}

.ppwhy-item{

padding:12px;

}

.ppwhy-number{

width:48px;
height:48px;
line-height:48px;
font-size:16px;

}

.ppwhy-text h4{

font-size:20px;

}

.ppwhy-image-box{

min-height:500px;

}

.ppwhy-image-box img{

height:500px;

}

}

@media(max-width:767px){

.ppwhy-content{

padding:40px 20px;

}

.ppwhy-heading h2{

font-size:26px;

}

.ppwhy-heading p{

font-size:15px;

}

.ppwhy-item{

display:block;
text-align:center;

}

.ppwhy-number{

margin:0 auto 15px;

}

.ppwhy-text h4{

font-size:18px;

}

.ppwhy-text p{

font-size:14px;

}

.ppwhy-image-box{

min-height:320px;

}

.ppwhy-image-box img{

height:320px;

}

.ppwhy-image-box:before{

display:none;

}

}

@media(max-width:480px){

.ppwhy-content{

padding:35px 15px;

}

.ppwhy-heading h2{

font-size:22px;

}

.ppwhy-heading-line h5{

font-size:12px;

}

.ppwhy-item{

margin-bottom:22px;

}

.ppwhy-number{

width:42px;
height:42px;
line-height:42px;
font-size:15px;

}

}

/*==========================================
 Statistics Section
===========================================*/

.ppstats-section{

    padding:60px 0;
    background:#f4f8f7;
    overflow:hidden;
    position:relative;
   

}



/*==========================================
 Statistics Box
===========================================*/

.ppstats-box{

    position:relative;
    text-align:center!important;
   background:#ffffff;
    padding:20px 10px;
    transition:all .45s ease;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(10,97,102,.1);

}

.ppstats-box:hover{

    background:#ffffff;
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(10,97,102,.12);

}

/* Hover Border */

.ppstats-box:after{

    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:0;
    height:4px;
    background:#0a6166;
    transition:.45s;

}

.ppstats-box:hover:after{

    left:0;
    width:100%;

}

/*==========================================
 Icon
===========================================*/

.ppstats-icon{

    width:75px;
    height:75px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#ffffff;
    border:2px solid #0a6166;
    color:#0a6166;
    font-size:30px;
    line-height:71px;
    transition:all .45s ease;

}

.ppstats-box:hover .ppstats-icon{

    background:#0a6166;
    color:#ffffff;
    transform:rotate(360deg);

}

/*==========================================
 Number
===========================================*/

.ppstats-number{

    margin:0 0 15px;
    font-size:30px;
    font-weight:700;
    color:#111111;
    transition:.4s;
    letter-spacing:-1px;

}

.ppstats-box:hover .ppstats-number{

    color:#0a6166;

}

/*==========================================
 Title
===========================================*/

.ppstats-title{

    margin:0;
    color:#5c6c71;
    font-size:15px;
    font-weight:400;    
    line-height:1.6;    
    transition:.35s;
    text-align: center;

}

.ppstats-box:hover .ppstats-title{

    color:#0a6166;

}

/*==========================================
 Animation
===========================================*/

.ppstats-box{

    animation:ppstatsFadeUp .8s ease both;

}

.ppstats-box:nth-child(1){

    animation-delay:.1s;

}

.ppstats-box:nth-child(2){

    animation-delay:.2s;

}

.ppstats-box:nth-child(3){

    animation-delay:.3s;

}

.ppstats-box:nth-child(4){

    animation-delay:.4s;

}

.ppstats-box:nth-child(5){

    animation-delay:.5s;

}

.ppstats-box:nth-child(6){

    animation-delay:.6s;

}

@keyframes ppstatsFadeUp{

    from{

        opacity:0;
        transform:translateY(60px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

/*==========================================
 Responsive
===========================================*/

@media (max-width:1199px){

.ppstats-number{

    font-size:46px;

}

}

@media (max-width:991px){

.ppstats-section{

    padding:70px 0;

}

.ppstats-box{

    margin-bottom:30px;

}

.ppstats-number{

    font-size:42px;

}

.ppstats-icon{

    width:68px;
    height:68px;
    line-height:64px;
    font-size:26px;

}

}

@media (max-width:767px){

.ppstats-section{

    padding:60px 0;

}

.ppstats-box{

    padding:30px 15px;
    margin-bottom:20px;

}

.ppstats-number{

    font-size:34px;

}

.ppstats-title{

    font-size:13px;
    letter-spacing:1px;

}

.ppstats-icon{

    width:60px;
    height:60px;
    line-height:56px;
    font-size:22px;
    margin-bottom:20px;

}

}

@media (max-width:480px){

.ppstats-number{

    font-size:28px;

}

.ppstats-title{

    font-size:12px;

}


.ppstats-icon{

    width:54px;
    height:54px;
    line-height:50px;
    font-size:20px;

}

}

/*------------Process section*/
/*=========================================
Section
=========================================*/

.ppprocess-section {
    padding: 60px 0;
    background: #f4f8f7;
    overflow: hidden;
    
}
/*=========================================
Heading
=========================================*/

.ppprocess-heading {
    margin-bottom: 40px;
    animation: ppprocessFadeDown .8s ease;
}
.ppprocess-subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.ppprocess-subtitle span {
    width: 35px;
    height: 2px;
    background: #0a6166;
    margin-right: 15px;
}
.ppprocess-subtitle h5 {
    margin: 0;
    color: #0a6166!important;
    font-size: 14px;
    font-weight: 700;
    
    text-transform: uppercase;
}
.ppprocess-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0 0 20px;
    line-height: 1.2;
}
.ppprocess-heading p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    max-width: 720px;
}
/*=========================================
Timeline Item
=========================================*/

.ppprocess-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-top: 1px solid #d9e4e2;
    transition: .45s ease;
    position: relative;
}
.ppprocess-item:last-child {
    border-bottom: 1px solid #d9e4e2;
}
.ppprocess-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 2px;
    background: #0a6166;
    transition: .45s;
}
.ppprocess-item:hover:before {
    width: 100%;
}
.ppprocess-item:hover {
    background: #ffffff;
    padding-left: 25px;
    box-shadow: 0 12px 35px rgba(10,97,102,.08);
}
/*=========================================
Left Side
=========================================*/

.ppprocess-left {
    width: 180px;
    flex-shrink: 0;
}
.ppprocess-left h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    color: #0a6166;
    transition: .35s;
}
.ppprocess-left span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8a989d;
    text-transform: uppercase;
}
.ppprocess-item:hover .ppprocess-left h3 {
    transform: scale(1.1);
}
/*=========================================
Right Side
=========================================*/

.ppprocess-right {
    flex: 1;
}
.ppprocess-right h4 {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: 600;
    color: #222;
    transition: .35s;
}
.ppprocess-item:hover .ppprocess-right h4 {
    color: #0a6166;
}
.ppprocess-right p {
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    max-width: 760px;
    text-align: left;
}
/*=========================================
Hover Indicator
=========================================*/

.ppprocess-item:after {
    content: "➜";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #0a6166;
    opacity: 0;
    transition: .4s;
}
.ppprocess-item:hover:after {
    opacity: 1;
    right: 20px;
}

/*=========================================
Animation
=========================================*/

@keyframes ppprocessFadeDown {
from {
opacity:0;
transform:translateY(-40px);
}
to {
opacity:1;
transform:translateY(0);
}
}
.ppprocess-item {
    animation: ppprocessFadeUp .8s ease both;
}
.ppprocess-item:nth-child(2) {
    animation-delay: .1s;
}
.ppprocess-item:nth-child(3) {
    animation-delay: .2s;
}
.ppprocess-item:nth-child(4) {
    animation-delay: .3s;
}
.ppprocess-item:nth-child(5) {
    animation-delay: .4s;
}
.ppprocess-item:nth-child(6) {
    animation-delay: .5s;
}
@keyframes ppprocessFadeUp {
from {
opacity:0;
transform:translateY(60px);
}
to {
opacity:1;
transform:translateY(0);
}
}

/*=========================================
Responsive
=========================================*/

@media(max-width:1199px) {
.ppprocess-heading h2 {
    font-size: 44px;
}
.ppprocess-right h4 {
    font-size: 28px;
}
}

@media(max-width:991px) {
.ppprocess-section {
    padding: 70px 0;
}
.ppprocess-item {
    display: block;
    padding: 30px 20px;
}
.ppprocess-left {
    width: 100%;
    margin-bottom: 20px;
}
.ppprocess-right h4 {
    font-size: 26px;
}
.ppprocess-right p {
    font-size: 16px;
}
.ppprocess-item:hover {
    padding-left: 20px;
}
.ppprocess-item:after {
    display: none;
}
}

@media(max-width:767px) {
.ppprocess-section {
    padding: 60px 0;
}
.ppprocess-heading {
    margin-bottom: 50px;
    text-align: center;
}
.ppprocess-subtitle {
    justify-content: center;
}
.ppprocess-heading h2 {
    font-size: 32px;
}
.ppprocess-heading p {
    font-size: 16px;
}
.ppprocess-left h3 {
    font-size: 28px;
}
.ppprocess-right h4 {
    font-size: 22px;
}
.ppprocess-right p {
    font-size: 15px;
    line-height: 1.8;
}
}

@media(max-width:480px) {
.ppprocess-heading h2 {
    font-size: 28px;
}
.ppprocess-left h3 {
    font-size: 24px;
}
.ppprocess-left span {
    font-size: 11px;
}
.ppprocess-right h4 {
    font-size: 20px;
}
.ppprocess-right p {
    font-size: 14px;
}
}

/*------------Pools TYPE SECTION*/

/*=========================================
Section
=========================================*/

.pppooltypes-section {
    position: relative;
    padding: 60px 0;
    background: url('../images/homepage/bg-pool.jpg') center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.pppooltypes-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(10,97,102,.82), rgba(10,97,102,.55));
}
/*=========================================
Heading
=========================================*/

.pppooltypes-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    animation: pppoolFadeDown .8s ease;
}

.pppooltypes-heading h2 {
    margin: 0 0 15px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}
.pppooltypes-heading p {
    max-width: 700px;
    margin: auto;
    color: #eef7f7;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
}
/*=========================================
Cards
=========================================*/

.pppool-card {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .45s;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
    z-index: 2;
}
.pppool-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0,0,0,.22);
}
/*=========================================
Image
=========================================*/

.pppool-image {
    overflow: hidden;
    position: relative;
}
.pppool-image img {
    width: 100%;
    transition: .7s;
}
.pppool-card:hover .pppool-image img {
    transform: scale(1.12);
}
.pppool-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(10,97,102,.10);
    opacity: 0;
    transition: .45s;
    z-index: 1;
}
.pppool-card:hover .pppool-image:before {
    opacity: 1;
}
/*=========================================
Content
=========================================*/

.pppool-content {
    background: #ffffff;
    padding: 28px 20px;
    text-align: center;
    position: relative;
}
.pppool-content:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 3px;
    background: #0a6166;
    transition: .4s;
}
.pppool-card:hover .pppool-content:before {
    left: 0;
    width: 100%;
}
.pppool-content h3 {
    margin-bottom: 15px!important;
    font-size: 20px;
    color: #222;
    font-weight: 700;
    transition: .4s;
    line-height: 1.3;
}
.pppool-card:hover .pppool-content h3 {
    color: #0a6166;
}
/*=========================================
Button
=========================================*/

.pppool-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #0a6166;
    color: #0a6166;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
}
.pppool-btn:hover {
    background: #0a6166;
    color: #ffffff;
    text-decoration: none;
}

/*=========================================
Animation
=========================================*/

@keyframes pppoolFadeDown {
from {
opacity:0;
transform:translateY(-40px);
}
to {
opacity:1;
transform:translateY(0);
}
}
.pppool-card {
    animation: pppoolFadeUp .8s ease both;
}
.pppool-card:nth-child(1) {
    animation-delay: .1s;
}
.pppool-card:nth-child(2) {
    animation-delay: .2s;
}
.pppool-card:nth-child(3) {
    animation-delay: .3s;
}
.pppool-card:nth-child(4) {
    animation-delay: .4s;
}
@keyframes pppoolFadeUp {
from {
opacity:0;
transform:translateY(60px);
}
to {
opacity:1;
transform:translateY(0);
}
}

/*=========================================
Responsive
=========================================*/

@media(max-width:1199px) {
.pppooltypes-heading h2 {
    font-size: 44px;
}
.pppool-content h3 {
    font-size: 26px;
}
}

@media(max-width:991px) {
.pppooltypes-section {
    padding: 70px 0;
}
.pppool-card {
    margin-bottom: 35px;
}
.pppooltypes-heading h2 {
    font-size: 38px;
}
.pppool-content {
    padding: 24px 18px;
}
.pppool-content h3 {
    font-size: 22px;
}
}

@media(max-width:767px) {
.pppooltypes-section {
    padding: 60px 0;
}
.pppooltypes-heading {
    margin-bottom: 40px;
}
.pppooltypes-heading h2 {
    font-size: 30px;
}
.pppooltypes-heading p {
    font-size: 15px;
}
.pppool-content {
    padding: 22px 15px;
}
.pppool-content h3 {
    font-size: 20px;
}
.pppool-btn {
    display: block;
    max-width: 190px;
        margin: auto;
}
}

@media(max-width:480px) {
.pppooltypes-heading h2 {
    font-size: 26px;
}
.pppooltypes-heading span {
    font-size: 12px;
}
.pppool-content h3 {
    font-size: 18px;
}
}

/*==================================
CTA Banner
==================================*/

.cta-section{ padding: 40px 0px;}

.ppcta-banner {
    position: relative;
    overflow: hidden;
    background: #0a6166;
    border-radius: 8px;
    padding: 28px 35px;
    box-shadow: 0 20px 45px rgba(10,97,102,.1);
}
/* Background Pattern */

.ppcta-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.08) 2px, transparent 3px), radial-gradient(circle at 35% 60%, rgba(255,255,255,.06) 3px, transparent 4px), radial-gradient(circle at 60% 30%, rgba(255,255,255,.07) 2px, transparent 3px), radial-gradient(circle at 80% 70%, rgba(255,255,255,.08) 3px, transparent 4px), radial-gradient(circle at 95% 25%, rgba(255,255,255,.05) 2px, transparent 3px);
    background-size: 180px 180px;
    animation: ppctaMove 18s linear infinite;
}
.ppcta-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ppcta-title {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
.ppcta-title span {
    color: #ffb347;
}
.ppcta-btn {
    display: inline-block;
    background: #fff;
    color: #0a6166;
    padding: 14px 34px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: .4s;
    white-space: nowrap;
}
.ppcta-btn:hover {
    background: #ffffff;
    color: #0a6166;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,.25);
}

/* Animation */

@keyframes ppctaMove {
0% {
transform:translateX(0);
}
100% {
transform:translateX(-180px);
}
}

/* Responsive */

@media(max-width:991px) {
.ppcta-content {
    display: block;
    text-align: center;
}
.ppcta-title {
    margin-bottom: 25px;
    font-size: 22px;
}
}

@media(max-width:767px) {
.ppcta-banner {
    padding: 25px 20px;
}
.ppcta-title {
    font-size: 18px;
}
.ppcta-btn {
    display: block;
    width: 60%;
   margin: auto;
}
}

/*------------Blog section=============*/

/*=========================================
Section
=========================================*/

.ppblog-section {
    padding: 60px 0;
    background: #f4f8f7;
    overflow: hidden;
}
/*=========================================
Heading
=========================================*/

.ppblog-heading {
    margin-bottom: 40px;
    animation: ppblogFadeDown .8s ease;
}
.ppblog-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.ppblog-subtitle span {
    width: 40px;
    height: 2px;
    background: #0a6166;
}
.ppblog-subtitle h5 {
    margin: 0 15px;
    color: #0a6166!important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ppblog-heading h2 {
    margin: 0 0 15px;
    font-size: 40px;
    font-weight: 700;
    color: #1d1d1d;
}
.ppblog-heading p {
    max-width: 700px;
    font-weight: bold;
    margin: auto;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
/*=========================================
Blog Card
=========================================*/

.ppblog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .45s;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    animation: ppblogFadeUp .8s ease both;
    position: relative;
    min-height: 630px;
}
.ppblog-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(10,97,102,.15);
}
/*=========================================
Image
=========================================*/

.ppblog-image {
    position: relative;
    overflow: hidden;
}
.ppblog-image img {
    width: 100%;
    transition: .7s;
}
.ppblog-card:hover .ppblog-image img {
    transform: scale(1.12);
}
.ppblog-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(10,97,102,.15);
    opacity: 0;
    transition: .4s;
    z-index: 1;
}
.ppblog-card:hover .ppblog-image:before {
    opacity: 1;
}
/*=========================================
Date
=========================================*/


/*=========================================
Content
=========================================*/

.ppblog-content {
    padding: 28px;
}
.ppblog-content h3 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.45;
    color: #222;
    font-weight: 700;
    transition: .35s;
}
.ppblog-card:hover h3 {
    color: #0a6166;
}
.ppblog-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}
/*=========================================
Blog Meta
=========================================*/

.ppblog-meta {
    margin: 5px 0 5px;
}
.ppblog-meta span {
    display: inline-block;
    color: #0a6166;
    font-size: 14px;
    font-weight: 600;
   
    border-radius: 30px;
    transition: .35s;
}
.ppblog-meta .glyphicon {
    margin-right: 2px;
    font-size: 13px;
}

/*=========================================
Button
=========================================*/

.ppblog-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #0a6166;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
}
.ppblog-btn span {
    margin-left: 8px;
    transition: .35s;
}
.ppblog-btn:hover {
    background: #083f42;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(10,97,102,.30);
}
.ppblog-btn:hover span {
    transform: translateX(6px);
}

/*=========================================
Animations
=========================================*/

@keyframes ppblogFadeDown {
from {
opacity:0;
transform:translateY(-40px);
}
to {
opacity:1;
transform:translateY(0);
}
}
@keyframes ppblogFadeUp {
from {
opacity:0;
transform:translateY(60px);
}
to {
opacity:1;
transform:translateY(0);
}
}

/*=========================================
Responsive
=========================================*/

@media(max-width:1199px) {
.ppblog-heading h2 {
    font-size: 38px;
}
.ppblog-content h3 {
    font-size: 22px;
}
}

@media(max-width:991px) {
.ppblog-section {
    padding: 70px 0;
}
.ppblog-card {
    margin-bottom: 35px;
    min-height: 400px;
}
.ppblog-content {
    padding: 24px;
}
.ppblog-content h3 {
    font-size: 20px;
}
}

@media(max-width:767px) {
.ppblog-section {
    padding: 60px 0;
}
.ppblog-heading {
    margin-bottom: 40px;
}
.ppblog-heading h2 {
    font-size: 30px;
}
.ppblog-heading p {
    font-size: 15px;
}
.ppblog-content {
    padding: 20px;
}
.ppblog-content h3 {
    font-size: 18px;
}
.ppblog-btn {
    display: block;
    text-align: center;
     width: 65%;
     margin: auto;
}
}

@media(max-width:480px) {
.ppblog-heading h2 {
    font-size: 26px;
}
.ppblog-subtitle h5 {
    font-size: 12px;
}
.ppblog-content h3 {
    font-size: 17px;
}
.ppblog-content {
    padding: 18px;
}
.ppblog-date {
    width: 55px;
    height: 55px;
    font-size: 15px;
    padding-top: 6px;
}
}

/*--------------Faq section*/
/*==========================
   FAQ SECTION
===========================*/

.imfaq-main-section {
    padding: 60px 0;
}
.imfaq-left {
    padding-right: 50px;
}
.imfaq-subtitle {
    color: #0a6166;
    font-size: 13px!important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.imfaq-title {
    font-size: 40px;
    font-weight: 700;
    color: #14313a;
    margin-bottom: 25px;
    line-height: 1.2;
}
.imfaq-text {
    font-size: 16px;
    color: #444;
    line-height: 30px;
    text-align: left;
    line-height: 1.6;
}
/*=====================
 Accordion
======================*/

.imfaq-panel-group {
    margin: 0;
}
.imfaq-panel {
    border: none!important;
    border-radius: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    background: #f4f8f7;
    box-shadow: 0 10px 35px rgba(0,0,0,.06);
    transition: .4s;
}
.imfaq-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(10,97,102,.18);
}
.imfaq-panel-heading {
    background: #fff !important;
    padding: 0;
    border: none !important;
}
.imfaq-panel-title a {
    background: #eef2ff;
    display: block;
    padding: 22px 65px 22px 80px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: .4s;
}
.panel-body{ font-size: 16px!important; line-height: 1.6;}
.panel-body{ background: #fff!important; border-top: solid 1px #fff!important;}
.imfaq-panel-title a:hover {
    color: #0a6166;
    text-decoration: none;
}
.imfaq-number {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #d6d6d6;
    color: #0a6166;
    font-weight: 700;
    font-size: 15px;
    transition: .4s;
}
.imfaq-panel:hover .imfaq-number {
    background: #0a6166;
    color: #fff;
}
.imfaq-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0a6166;
    transition: .4s;
}
.imfaq-panel-title a.collapsed .imfaq-icon {
    transform: translateY(-50%) rotate(0deg);
}
.imfaq-panel-title a .imfaq-icon {
    transform: translateY(-50%) rotate(180deg);
}
.imfaq-panel-body {
    border: none !important;
    padding: 20px 28px 28px 80px;
    color: #666;
    
    font-size: 16px!important;
    line-height: 1.6!important;
    animation: imfaqFade .4s ease;
}
@keyframes imfaqFade {
from {
opacity:0;
transform:translateY(15px);
}
to {
opacity:1;
transform:translateY(0);
}
}

@media(max-width:991px) {
.imfaq-left {
    margin-bottom: 40px;
    padding-right: 15px;
}
.imfaq-title {
    font-size: 30px;
}
}

/*--------------------Testimonial section-----------*/
.imclient-section {
    padding: 60px 0;
    background: #f4f8f7;
}
.imclient-heading {
    text-align: center;
    margin-bottom: 30px;
}
.imclient-small-title {
    display: inline-block;
    position: relative;
    font-size: 13px!important;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0a6166;
    margin-bottom: 15px;
}
.imclient-small-title:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #0a6166;
    right: 110%;
    top: 50%;
}
.imclient-small-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #0a6166;
    left: 110%;
    top: 50%;
}
.imclient-heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    color: #222;
}
/*====================*/

.imclient-slider .item {
    padding: 20px;
}
.imclient-box {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,.03);
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.imclient-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0a6166;
    opacity: .05;
    transition: .5s;
}
.imclient-box:hover:before {
    width: 100%;
}
.imclient-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(10,97,102,.0.6);
}
.imclient-border {
    width: 3px;
    height: 90px;
    background: #0a6166;
    position: absolute;
    left: 45px;
    top: 40px;
}
.imclient-quote {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 70px!important;
    color: #0a6166;
    opacity: .10;
    transition: .4s;
}
.imclient-box:hover .imclient-quote {
    transform: rotate(-10deg) scale(1.15);
}
.imclient-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #222;
    padding-left: 30px;
    text-align: left;
}
.imclient-name {
    padding-left: 30px;
    margin-top: 30px;
    font-size: 13px!important;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0a6166;
}
.imclient-company {
    padding-left: 30px;
    margin-top: 8px;
    color: #888;
    font-size: 14px;
}
/*====================*/

/*==========================
OWL NAVIGATION
==========================*/

.imclient-slider .owl-nav {
    display: block;
    margin-top: 15px;
    text-align: center;
}
.imclient-slider .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid #0a6166 !important;
    color: #0a6166 !important;
    font-size: 24px !important;
    margin: 0 8px;
    transition: .35s;
}
.imclient-slider .owl-nav button:hover {
    background: #0a6166 !important;
    color: #fff !important;
    transform: translateY(-4px);
}
.imclient-slider .owl-nav button:focus {
    outline: none;
}
/*==========================
OWL DOTS
==========================*/

.imclient-slider .owl-dots {
    margin-top: 25px;
    text-align: center;
}
.imclient-slider .owl-dot {
    outline: none;
}
.imclient-slider .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #c9d4d5 !important;
    transition: .35s;
    border-radius: 50%;
}
.imclient-slider .owl-dot.active span {
    width: 35px;
    border-radius: 20px;
    background: #0a6166 !important;
}
.imclient-slider .owl-dot:hover span {
    background: #0a6166 !important;
}

/*====================*/

@media(max-width:768px) {
.imclient-heading h2 {
    font-size: 30px;
}
.imclient-box {
    padding: 30px;
}
.imclient-text {
    font-size: 20px;
    line-height: 34px;
}
.imclient-border {
    height: 70px;
}
}

/*------------Location Section*/

/*========================*/

.imcoverage-section{

    padding:60px 0;
    background:#f8fcfc;

}

/*========================*/

.imcoverage-heading{

    margin-bottom:30px;

}

.imcoverage-subtitle{

    display:inline-block;
    position:relative;
    color:#0a6166;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    padding-left:55px;

}

.imcoverage-subtitle:before{

    content:'';
    position:absolute;
    width:40px;
    height:2px;
    background:#0a6166;
    left:0;
    top:50%;

}

.imcoverage-heading h2{

    margin-top:20px;
    margin-bottom:25px;
    color:#132b33;
    font-size:40px;
    font-weight:700;
    line-height:1.3;

}

.imcoverage-heading p{

    color:#444;
    font-size:16px;
    line-height:1.6;
    max-width:600px;
    text-align: left;

}

/*========================*/

.imcoverage-location-list{
    display:flex;
    flex-wrap:wrap;
    gap:15px;

}

.imcoverage-location-list span{

    display:inline-block;
    padding:5px 24px;
    border:1px solid #d5e6e8;
    border-radius:40px;
    color:#234;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    background:#fff!important;
    transition:all .35s ease;
    position:relative;
    overflow:hidden;

}

.imcoverage-location-list span:before{

    content:'';
    position:absolute;
    width:0%;
    height:100%;
    left:0;
    top:0;
    background:#0a6166;
    transition:.35s;
    z-index:-1;

}

.imcoverage-location-list span span{

    position:relative;
    z-index:2;

}

.imcoverage-location-list span:hover{

    color:#fff!important;
    border-color:#0a6166;
    transform:translateY(-4px);
    box-shadow:0 12px 25px rgba(10,97,102,.20);

}

.imcoverage-location-list span:hover:before{

    width:100%;

}

.imcoverage-location-list span{

    position:relative;
    z-index:1;
}

.imcoverage-location-list span{

    color:#1f2d35;
}

.imcoverage-location-list span:hover{

    color:#fff!important;
}

.imcoverage-location-list span{

    text-align:center;
}

.imcoverage-location-list span{

    line-height:1;
}

.imcoverage-location-list span{

    transition:all .35s ease;
}

.imcoverage-location-list span{

    padding-top:13px;
    padding-bottom:13px;
}

/* Text above background */

.imcoverage-location-list span{

    overflow:hidden;
}

.imcoverage-location-list span{

    position:relative;
}

.imcoverage-location-list span{

    z-index:1;
}

.imcoverage-location-list span{

    font-weight:600;
}

.imcoverage-location-list span{

    white-space:nowrap;
}

.imcoverage-location-list span{

    display:flex;
    align-items:center;
    justify-content:center;
}

.imcoverage-location-list span{

    color:#23343b;
}

.imcoverage-location-list span::after{

    content:attr(data-text)!important;
}

.imcoverage-location-list span{

    isolation:isolate;
}

.imcoverage-location-list span{

    padding-left:22px;
    padding-right:22px;
}

.imcoverage-location-list span{

    position:relative;
}

.imcoverage-location-list span{

    z-index:1;
}

.imcoverage-location-list span{

    color:#23343b;
}

.imcoverage-location-list span:hover{

    color:#fff!important;
}

.imcoverage-location-list span{

    transition:all .35s;
}

.imcoverage-location-list span{

    font-size:14px;
}

.imcoverage-location-list span{

    font-weight:600;
}

.imcoverage-location-list span{

    overflow:hidden;
}

.imcoverage-location-list span{

    text-shadow:none;
}

.imcoverage-location-list span{

    text-decoration:none;
}

.imcoverage-location-list span{

    cursor:pointer;
}

.imcoverage-location-list span{

    outline:none;
}

.imcoverage-location-list span{

    box-sizing:border-box;
}

.imcoverage-location-list span{

    position:relative;
}

.imcoverage-location-list span{

    z-index:5;
}

.imcoverage-location-list span{

    transition:.35s;
}

.imcoverage-location-list span{

    color:#1d2f37;
}

.imcoverage-location-list span:hover{

    color:#fff;
}

.imcoverage-location-list span{

    background:#fff;
}

.imcoverage-location-list span{

    font-weight:600;
}

.imcoverage-location-list span{

    border-radius:35px;
}

.imcoverage-location-list span{

    padding:13px 22px;
}

.imcoverage-location-list span{

    line-height:1;
}

.imcoverage-location-list span{

    display:inline-flex;
    align-items:center;
    justify-content:center;
}

/*========================*/

@media(max-width:991px){

.imcoverage-heading h2{

font-size:38px;

}

}

@media(max-width:767px){

.imcoverage-section{

padding:60px 0;

}

.imcoverage-heading h2{

font-size:30px;

}

.imcoverage-heading p{

font-size:15px;
line-height:28px;

}

.imcoverage-location-list{

gap:10px;

}

.imcoverage-location-list span{

font-size:13px;
padding:11px 18px;

}

}
/*-----------------request a quote section*/
.imquote-section {
    background: #0a6166;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.imquote-section:before {
    content: '';
    position: absolute;
    top: -150px;
    left: -150px;
    width: 350px;
    height: 350px;
    background: rgba(255,255,255,.03);
    border-radius: 50%;
}
.imquote-section:after {
    content: '';
    position: absolute;
    bottom: -180px;
    right: -180px;
    width: 420px;
    height: 420px;
    background: rgba(255,255,255,.03);
    border-radius: 50%;
}
/*==========================================
    LEFT CONTENT
==========================================*/

.imquote-left {
    color: #fff;
    animation: imFadeLeft .8s ease;
}
.imquote-small-title {
    display: inline-block;
    color: #f8c04a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    padding-left: 55px;
}
.imquote-small-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #f8c04a;
}
.imquote-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px;
}
.imquote-desc {
    font-size: 16px;
    color: rgba(255,255,255,.82);
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 45px;
    text-align: left;
}
/*==========================================
    CONTACT INFO
==========================================*/

.imquote-contact {
    margin-top: 20px;
}
.imquote-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    transition: .35s;
    line-height: 22px;
}
.imquote-item:hover {
    transform: translateX(2px);
}
.imquote-item i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: 18px;
    margin-right: 18px;
    transition: .35s;
}
.imquote-item:hover i {
    background: #fff;
    color: #0a6166;
    transform: rotate(360deg);
}
.imquote-item strong {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}
.imquote-item span {
    color: #cddede;
}
.mt-2{ margin-top: 10px;}
.imquote-item a{ color: #fff;}
.imquote-item a:hover{ text-decoration: none;}
/*==========================================
    FORM BOX
==========================================*/

.imquote-form-box {
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    transition: .4s;
    animation: imFadeRight .8s ease;
}
.imquote-form-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0,0,0,.35);
}
.imquote-form-box h3 {
    margin-top: 0!important;
    margin-bottom: 20px!important;
    color: #0a6166!important;
    font-weight: 700!important;
}
/*==========================================
    FORM
==========================================*/

.form-group {
    margin-bottom: 22px;
}
.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    margin-bottom: 8px;
}
.form-control {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    transition: .35s;
}
.form-control:focus {
    border-color: #0a6166;
    box-shadow: 0 0 0 4px rgba(10,97,102,.12);
}
textarea.form-control {
    height: 120px;
    resize: none;
}
/*==========================================
    BUTTON
==========================================*/

.imquote-btn {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 6px;
    background: #0a6166;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .35s;
    position: relative;
    overflow: hidden;
}
.imquote-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.25);
    transform: skewX(-30deg);
    transition: .55s;
}
.imquote-btn:hover:before {
    left: 120%;
}
.imquote-btn:hover {
    background: #084b4f;
    transform: translateY(-3px);
}

/*==========================================
    ANIMATION
==========================================*/

@keyframes imFadeLeft {
from {
opacity:0;
transform:translateX(-60px);
}
to {
opacity:1;
transform:translateX(0);
}
}
@keyframes imFadeRight {
from {
opacity:0;
transform:translateX(60px);
}
to {
opacity:1;
transform:translateX(0);
}
}

/*==========================================
    RESPONSIVE
==========================================*/

@media(max-width:991px) {
.imquote-left {
    margin-bottom: 50px;
}
.imquote-title {
    font-size: 42px;
}
}

@media(max-width:767px) {
    
    .mt-2{ display: inline-block!important; font-size: 15px!important; margin-top: 20px;}
.imquote-section {
    padding: 60px 0;
}
.imquote-title {
    font-size: 34px;
    line-height: 1.3;
}
.imquote-desc {
    font-size: 16px;
    line-height: 28px;
}
.imquote-form-box {
    padding: 25px;
}
.imquote-item {
    display: block;
}
.imquote-item i {
    margin-bottom: 12px;
}
}

/*-----------------------Footer Section*/
/*==================================================
    FOOTER
==================================================*/

.imfooter-section {
    background: #001b23;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}
.imfooter-section:before {
    content: '';
    position: absolute;
    top: -180px;
    left: -180px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(255,255,255,.03);
}
.imfooter-section:after {
    content: '';
    position: absolute;
    bottom: -220px;
    right: -220px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(255,255,255,.03);
}
/*==========================
LOGO
===========================*/

.imfooter-logo {
    display: inline-block;
    margin-bottom: 25px;
}
.imfooter-logo img {
    max-width: 220px;
    transition: .4s;
}
.imfooter-logo:hover img {
    transform: scale(1.05);
}
/*==========================
DESCRIPTION
===========================*/

.imfooter-description {
    color: rgba(255,255,255,.80);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
}
/*==========================
SOCIAL
===========================*/

.imfooter-social {
    margin-top: 10px;
}
.imfooter-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: rgba(255,255,255,.08);
    color: #ffffff;
    font-size: 18px;
    transition: .35s;
}
.imfooter-social a:hover {
    background: #ffffff;
    color: #0a6166;
    transform: translateY(-6px) rotate(360deg);
}
/*==========================
WIDGET
===========================*/

.imfooter-widget {
    margin-bottom: 8px;
}
.imfooter-widget h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
.imfooter-widget h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #f5b642;
}
/*==========================
LINKS
===========================*/

.imfooter-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.imfooter-widget ul li {
    margin-bottom: 15px;
    font-size: 15px!important;
}
.imfooter-widget ul li a {
    color: rgba(255,255,255,.82);
    text-decoration: none;
    position: relative;
    transition: .35s;
    font-size: 15px!important;
    padding-left: 0;
}
.imfooter-widget ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #f5b642;
    transition: .35s;
}
.imfooter-widget ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}
.imfooter-widget ul li a:hover:before {
    width: 100%;
}
/*==========================
CONTACT
===========================*/

.imfooter-contact li {
    color: rgba(255,255,255,.85);
    line-height: 26px;
}
.imfooter-contact i {
    width: 22px;
    color: #f5b642;
    margin-right: 8px;
}
.imfooter-contact a {
    color: rgba(255,255,255,.85);
}
.imfooter-contact a:hover {
    color: #ffffff;
}
/*==========================
BUTTON
===========================*/

.imfooter-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 28px!important;
    background: #f5b642;
    color: #0a6166 !important;
    border-radius: 35px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .35s;
    position: relative;
    overflow: hidden;
}
.imfooter-btn:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.35);
    transform: skewX(-25deg);
    transition: .5s;
}
.imfooter-btn:hover:before {
    left: 120%;
}
.imfooter-btn:hover {
    background: #ffffff;
    transform: translateY(-4px);
}
/*==========================
BOTTOM
===========================*/

.imfooter-bottom {
    margin-top: 40px;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}
.imfooter-bottom p {
    color: rgba(255,255,255,.70);
    margin: 0;
}
.imfooter-bottom a {
    color: rgba(255,255,255,.70);
    text-decoration: none;
    transition: .3s;
}
.imfooter-bottom a:hover {
    color: #ffffff;
}
.imfooter-bottom span {
    color: rgba(255,255,255,.30);
    margin: 0 12px;
}
/*==========================
ANIMATION
===========================*/

.imfooter-about, .imfooter-widget {
    animation: imfooterFade .8s ease;
}
@keyframes imfooterFade {
from {
opacity:0;
transform:translateY(35px);
}
to {
opacity:1;
transform:translateY(0);
}
}

/*==========================
RESPONSIVE
===========================*/

@media(max-width:991px) {
.imfooter-section {
    padding: 60px 0 0;
}
.imfooter-about {
    margin-bottom: 40px;
}
}

@media(max-width:767px) {
.imfooter-section {
    text-align: left;
}
.imfooter-widget h4:after {
    left: 8%;
    margin-left: -22px;
}
.imfooter-social {
    margin-bottom: 30px;
}
.imfooter-contact i {
    display: inline-block;
    margin: 0 auto 8px;
}
.imfooter-bottom {
    text-align: left;
}
.imfooter-bottom .text-right {
    text-align: left !important;
    margin-top: 12px;
}
.imfooter-btn {
    display: inline-block;
}
}