    a,
    a:link,
    a:visited,
    a:hover,
    a:active {
        text-decoration: none;
        outline: 0;
    }
    
    .banner {
        height: 400px;
        padding-top: 110px;
        position: relative;
        background-image: url("../images/contact-banner.jpg");
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
        color: #fff;
    }
    
    .banner h1 {
        font-family: Lato, sans-serif;
        font-size: 60px;
        font-weight: 900;
        margin-bottom: 15px;
        color: #fff;
        line-height: 1.2
    }
    
    .banner h2 {
        font-family: 'Poppins-Regular';
        font-size: 18px;
        margin: 20px 0px 0px 0px;
        line-height: 26px
    }
    
    .banner a {
        background-color: #fb7820;
        color: #fff;
        padding: 15px 30px;
        text-decoration: none;
        transition: all .3s ease-in-out;
        border-radius: .25rem;
        font-family: Lato, sans-serif;
        font-weight: 700;
        font-size: 16px;
        top: 30px;
        position: relative;
        text-transform: uppercase;
    }
    
    .banner a:hover {
        background-color: #fff;
        color: #0178e5;
    }
    
    .contact-item {
        padding: 40px;
        border: 1px solid #ced7e0;
        text-align: center;
        height: 300px;
        border-radius: 6px;
    }
    
    .contact-item .icon {
        width: 88px;
        height: 88px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #77bbad;
        border-radius: 50%;
        margin-bottom: 30px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    
    .contact-item:hover {
        border: 1px solid #095646;
    }
    
    .contact-item:hover .icon {
        background: #095646;
        color: #fff;
    }
    
    .contact-item:hover .icon i {
        -webkit-animation: wobble-horizontal-hover 1s ease-in-out 1;
        animation: wobble-horizontal-hover 1s ease-in-out 1;
    }
    
    @-webkit-keyframes wobble-horizontal-hover {
        16.65% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
        33.3% {
            -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
        }
        49.95% {
            -webkit-transform: translateX(4px);
            transform: translateX(4px);
        }
        66.6% {
            -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
        }
        83.25% {
            -webkit-transform: translateX(1px);
            transform: translateX(1px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    
    @keyframes wobble-horizontal-hover {
        16.65% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
        33.3% {
            -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
        }
        49.95% {
            -webkit-transform: translateX(4px);
            transform: translateX(4px);
        }
        66.6% {
            -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
        }
        83.25% {
            -webkit-transform: translateX(1px);
            transform: translateX(1px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    
    .contact-item .icon i {
        font-size: 32px;
    }
    
    .contact-item h3 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
        font-family: 'Poppins-SemiBold';
        color: #251b14;
    }
    
    .contact-item p {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
        color: #212121;
    }
    
    .contact-item p a {
        color: #212121;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    
    .contact-item p a:hover {
        color: #095646;
    }
    
    .get {
        padding: 0px 0px 30px 0px;
        position: relative;
        text-align: center;
    }
    
    .get h2 {
        font-size: 36px;
        padding: 0px 30px 20px 30px;
        font-family: 'Poppins-Regular';
        position: relative;
        margin: 0 auto;
    }
    
    .get p {
        font-family: 'Poppins-Regular';
        font-size: 22px;
        width: 100%;
        line-height: 32px;
        padding: 0% 20% 0% 20%;
    }
    
    .map {
        padding: 0px 0px 80px 0px;
        position: relative;
    }
    
    .cdetails {
        padding: 0px 0px 90px 0px;
        position: relative;
        text-align: center;
    }
    
    .bxshdw {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    }
    
    .cform {
        background: #e1f0e6;
        position: relative;
    }
    
    .cform section {
        padding: 40px;
        text-align: left;
    }
    
    .cform section h6 {
        font-size: 16px;
        padding: 10px 0px;
        font-family: 'Poppins-Regular';
        position: relative;
        color: #0961ba;
    }
    
    .cform section p {
        font-family: "Open Sans", sans-serif;
        font-size: 32px;
        width: 100%;
        line-height: 32px;
        padding: 0px;
        font-weight: 700;
        letter-spacing: -2px;
    }
    
    .cform section p.line::before {
        background: #2168c5;
        width: 65px;
        height: 4px;
        content: "";
        position: absolute;
        border-radius: 30px;
        top: 135px;
    }
    
    .services .pdng {
        padding: 0px;
    }
    
    .cform form {
        font-family: 'Poppins-Regular';
    }
    
    .cform .form-group {
        padding: 20px 0px 0px 0px;
        margin-bottom: 0px;
        position: relative;
    }
    
    .cform input,
    textarea {
        line-height: 40px;
        color: #0d0d0d;
        padding: 0 40px 0 20px;
        margin: 0px;
        background: #fff;
        transition: 0.5s;
        margin-bottom: 10px;
        border-radius: 4px;
        font-size: 16px;
        width: 100%;
        transition: 0.5s;
        border: 1px solid #fff;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    }
    
    .cform textarea {
        height: 120px;
        line-height: 40px;
    }
    
    .cform i {
        position: absolute;
        top: 40px;
        transform: translateY(-50%);
        z-index: 1;
        right: 15px;
        color: #251b14;
        font-size: 18px;
        font-weight: 600;
    }
    
    .cform input:focus,
    .cform textarea:focus {
        border: 1px solid #251b14;
        transition: 0.5s;
    }
    /*.cform button {border: none; border-radius: 4px; background: #2782f9; color: #ffffff; height: 46px; cursor: pointer; padding: 0px 20px; transition: 0.5s; text-transform: uppercase;font-family: 'WorkSans-Medium';font-size: 16px; }
.cform button:hover {background: #000; color: #fff; }*/
    
    .cform .subbut {
        width: auto;
        border: none;
        border-radius: 4px;
        background: #251b14;
        color: #ffffff;
        height: 46px;
        cursor: pointer;
        padding: 0px 20px;
        transition: 0.5s;
        text-transform: uppercase;
        font-family: 'Poppins-Medium';
        font-size: 16px;
    }
    
    .cform .subbut:hover {
        background: #000;
        color: #fff;
    }
    
    .location {
        position: relative;
        padding: 0px 0px 0px 40px;
        text-align: left;
    }
    
    .location h6 {
        font-size: 16px;
        padding: 10px 0px;
        font-family: 'Poppins-Regular';
        position: relative;
        color: #0961ba;
    }
    
    .location p {
        font-family: 'Poppins-SemiBold';
        font-size: 36px;
        width: 100%;
        line-height: 32px;
        padding: 0px;
        margin-bottom: 30px;
    }
    
    .location p.line::before {
        background: #2168c5;
        width: 65px;
        height: 4px;
        content: "";
        position: absolute;
        border-radius: 30px;
        top: 135px;
    }
    
    .location section {
        position: relative;
        padding: 30px 0px 0px 0px;
        display: flex;
        border-bottom: 1px solid #eaeaea;
    }
    
    .location section:last-child {
        border-bottom: 0px solid #eaeaea;
    }
    
    .location section .icnbx {
        display: inline-block;
        margin-right: 20px;
    }
    
    .location section .icnbx i {
        font-size: 26px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #0961ba;
        border-color: #FFFFFF;
        text-align: center;
        color: #fff;
        display: inline-block;
    }
    
    .location section .txt {
        position: relative;
    }
    
    .location section .txt h4 {
        font-size: 24px;
        font-family: 'Poppins-SemiBold';
        line-height: 25px;
    }
    
    .location section .txt p {
        font-size: 16px;
        font-family: 'Poppins-Regular';
        color: #646464;
        padding: 10px 0px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    
    .location section .txt p a {
        font-size: 16px;
        font-family: 'Poppins-Regular';
        color: #646464;
        padding: 10px 0px;
        line-height: 26px;
        margin-bottom: 0px;
        color: #646464;
    }
    
    .location section .txt p a:hover {
        color: #000;
    }
    
    @media only screen and (min-width:320px)and (max-width:479px) {
        .banner {
            padding-top: 20px;
            height: 200px;
            background-size: cover;
            padding-top: 70px;
        }
        .banner h1 {
            font-size: 32px;
        }
        .banner h2 {
            font-size: 16px;
            margin: 10px 0px 0px 0px;
            line-height: 22px;
        }
        .get {
            padding: 30px 0px;
        }
        .get h2 {
            font-size: 24px;
            padding-bottom: 10px;
        }
        .get p {
            font-size: 14px;
            padding: 0px 10px;
            line-height: 20px;
        }
        .cform section {
            padding: 20px;
        }
        .cform section p {
            font-size: 24px;
            line-height: 24px;
        }
        .cform section p.line::before {
            top: 100px;
        }
        .contact-item {
            margin-bottom: 10px;
        }
        .map {
            padding: 0px 0px 60px 0px;
        }
        .location {
            padding: 20px;
        }
        .location p {
            font-size: 24px;
            line-height: 24px;
        }
        .location p.line::before {
            top: 130px;
        }
        .location section .txt h4 {
            font-size: 22px;
            line-height: 22px;
        }
    }
    
    @media only screen and (min-width:480px) and (max-width:767px) {
        .banner {
            padding-top: 20px;
            height: 200px;
            background-size: cover;
            padding-top: 70px;
        }
        .banner h1 {
            font-size: 35px
        }
        .banner h2 {
            font-size: 16px;
            margin: 10px 0px 0px 0px;
            line-height: 22px
        }
        .banner p {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 15px
        }
        .banner h2 {
            font-size: 25px
        }
        .get {
            padding: 30px 0px;
        }
        .get h2 {
            font-size: 24px;
            padding-bottom: 10px;
        }
        .get p {
            font-size: 14px;
            padding: 0px 10px;
            line-height: 20px;
        }
        .cform section {
            padding: 20px;
        }
        .cform section p {
            font-size: 24px;
            line-height: 24px;
        }
        .cform section p.line::before {
            top: 100px;
        }
        .contact-item {
            margin-bottom: 10px;
        }
        .location p {
            font-size: 24px;
            line-height: 24px;
        }
        .location p.line::before {
            top: 130px;
        }
        .location section .txt h4 {
            font-size: 22px;
            line-height: 22px;
        }
    }
    
    @media only screen and (min-width:768px) and (max-width:1024px) {
        .banner {
            padding-top: 70px;
            height: 200px;
        }
        .banner h1 {
            font-size: 35px
        }
        .banner h2 {
            font-size: 18px!important;
            margin: 10px 0px 0px 0px;
            line-height: 24px
        }
        .get {
            padding: 30px 0px;
        }
        .get h2 {
            font-size: 24px;
            padding-bottom: 10px;
        }
        .get p {
            font-size: 14px;
            padding: 0px 10px;
            line-height: 20px;
        }
        .cform section {
            padding: 20px;
        }
        .cform section p {
            font-size: 24px;
            line-height: 24px;
        }
        .cform section p.line::before {
            top: 100px;
        }
        .contact-item {
            margin-bottom: 10px;
        }
        .location p {
            font-size: 24px;
            line-height: 24px;
        }
        .location p.line::before {
            top: 130px;
        }
        .location section .txt h4 {
            font-size: 22px;
            line-height: 22px;
        }
    }
    
    @media only screen and (min-width:1024px) and (max-width:1280px) {}
    
    @media only screen and (min-width: 1200px) and (max-width: 1440px) {
        .banner {
            height: 400px;
        }
        .banner h1 {
            font-size: 50px;
        }
        .banner h2 {
            font-size: 18px;
            margin: 10px 0px 0px 20px;
        }
    }
    
    @media (min-width: 1080px) {
        .banner {
            height: 400px;
        }
        .banner h1 {
            font-size: 60px;
        }
        .banner h2 {
            margin: 10px 0px 0px 0px;
        }
    }
    
    @media (min-width:1920px) {
        .banner {
            height: 400px;
            padding-top: 150px;
        }
        .banner h1 {
            font-size: 60px;
        }
        .banner p {
            font-size: 24px;
            line-height: 34px;
        }
        .get {
            padding: 30px 0px;
        }
    }