* {
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    outline-width: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Oswald";
    font-weight: 500;
    background: #fff;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {
    list-style-type: none;
    line-height: 1.5;
}

a,
input,
button {
    text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

a:hover {
    text-decoration: none;
}

a img,
img {
    border: 0px;
    max-width: 100%;
    height: auto;
    text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

/* Start of Header Section */
.header-menu-search {
    position: relative;
}
.search-in-menu {
    position: absolute;
    margin: auto;
    top: -10px;
    right: 0;
    bottom: 0;
    left: -15px;
    width: 50px;
    height: 50px;
    transition: all 1s;
}
.search-in-menu:hover {
    cursor: pointer;
}
.search-in-menu::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.search-in-menu::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all 0.5s;
}
.header-menu-search input {
    font-family: "Open Sans";
    position: absolute;
    margin: auto;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    background: #fff;
    color: #353535;
    text-shadow: 0 0 10px #fff;
    padding: 0 80px 0 20px;
    border-radius: 30px;
    box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.2);
    transition: all 1s;
    opacity: 0;
    z-index: 5;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.header-menu-search input:hover {
    cursor: pointer;
}
.header-menu-search input:focus {
    width: 200px;
    opacity: 1;
    cursor: text;
    left: -265px;
}
.header-menu-search input:focus ~ .search-in-menu {
    z-index: 6;
}

.header-menu-search input:focus ~ .search-in-menu::before {
    top: 0;
    left: 0;
    width: 25px;
}
.header-menu-search input:focus ~ .search-in-menu::after {
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border: none;
    background: #000;
    border-radius: 0%;
    transform: rotate(-45deg);
}

.header-menu-search input::placeholder {
    color: #353535;
    opacity: 0.5;
}

#my-menu:not(.mm-menu) {
    display: none;
}

.header-sec {
    display: table;
    width: 100%;
    padding: 0px;
}

.header-sec .mburger {
    display: none;
}

.logo {
    width: 20%;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: 2%;
    display: table-cell;
}

.logo img {
    max-width: 250px;
    height: auto;
    display: inline-block;
}

.header-menu-sec {
    display: table-cell;
    width: 56%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}

.header-menu-box {
    display: inline-block;
}

.header-menu-box > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu-box > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 7px;
    position: relative;
}

.header-menu-box > ul > li > a {
    font-size: 18px;
    color: #363636;
    display: inline-block;
    text-transform: uppercase;
}

.header-menu-box > ul > li:hover > a {
    color: #ff5929;
}

.header-menu-box > ul > li.has-icon > a::before {
    content: " ";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 20px;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.header-menu-box > ul > li:last-child > a::before {
    content: none;
}

.header-menu-box > ul > li.has-icon.icon-commercial > a::before {
    background-image: url(/wp-content/uploads/2025/08/Commercial-Icon.svg);
}

.header-menu-box > ul > li.has-icon.icon-residential > a::before {
    background-image: url(/wp-content/uploads/2025/08/Residential-Icon.svg);
}

.header-menu-box > ul > li.has-icon.icon-electrical > a::before {
    background-image: url(../images/icon-light-bulb.svg);
}

.header-menu-box > ul > li.has-icon.icon-data > a::before {
    background-image: url(../images/icon-cloud-computing.svg);
}

.header-menu-box > ul > li.has-icon.icon-security > a::before {
    background-image: url(../images/icon-shield.svg);
}

.header-menu-box > ul > li.has-icon.icon-ac > a::before {
    background-image: url(../images/icon-air-conditioner.svg);
}

.header-menu-box > ul > li.has-icon.icon-solar > a::before {
    background-image: url(../images/icon-solar-panel.svg);
}

li#menu-item-2367 > a :before {
    background-image: url(../images/about-us.svg);
}

.header-menu-box > ul > li.menu-item-has-children > a::after,
.header-menu-box > ul > li > ul > li.menu-item-has-children > a::after {
    content: " ";
    width: 10px;
    display: inline-block;
    height: 10px;
    background-image: url("../images/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: center center;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 5px;
    transform: rotate(90deg);
}

.header-menu-box > ul > li > a {
    padding: 54px 0px;
}

.header-menu-box ul ul {
    display: none;
}

.header-menu-box > ul > li:hover > ul,
.header-menu-box > ul > li > ul > li:hover > ul {
    display: block;
    position: absolute;
    z-index: 20;
    width: 230px;
    background: #fff;
    padding: 0;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #ff5929;
}

.header-menu-box > ul > li:hover > ul {
    left: 0px;
    top: 100%;
}

.header-menu-box > ul > li > ul > li:hover > ul {
    left: 100%;
    top: 0px;
}

.header-menu-box > ul > li > ul > li.menu-item-has-children > a::after {
    margin-left: 50%;
    filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(196deg)
        brightness(105%) contrast(100%);
    background-size: 7px;
    transform: rotate(360deg);
}

.header-menu-box > ul > li > ul > li.menu-item-has-children > a::after {
    position: absolute;
    right: 20px;
}

.header-menu-box ul li ul li {
    display: block;
    text-align: left;
    margin: 0px;
    position: relative;
}

.header-menu-box ul li ul li a:hover {
    background: #ff5929;
    color: #fff;
}

.header-menu-box > ul > li > ul li a {
    color: #363636;
}
.header-menu-box ul li ul li a {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    padding: 8px 20px;
}

.header-menu-search {
    display: inline-block;
}

.header-menu-search img {
    width: 14px;
}

.header-menu-search a:hover img {
    filter: invert(56%) sepia(67%) saturate(5204%) hue-rotate(343deg)
        brightness(101%) contrast(101%);
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

.header-call-sec {
    display: table-cell;
    width: 20%;
    text-align: right;
    vertical-align: middle;
    padding-right: 2%;
}

.header-call-box {
    display: inline-block;
    width: auto;
    text-align: left;
    padding-left: 54px;
    background-image: url(../images/contact-icon.png);
    background-size: 32px;
    background-position: 0 center;
    background-repeat: no-repeat;
	min-height: 40px;
}

@media only screen and (max-width: 1280px) {
    .header-call-box {
        background-size: 26px;
    }
}

.head-mobile-num {
    display: block;
    color: #ff5929;
    font-size: 35px;
}

.head-mobile-text {
    display: block;
    background: #ff5929;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 3px;
}

/* End of Header Section */

/* Start of Footer Section */
footer {
    position: relative;
    display: block;
    width: 100%;
}

.footer-sec {
    background-color: #09142f;
}

.footer-sec .footer-top,
.footer-sec .footer-top-left,
.footer-sec .brand-logo,
.footer-sec .icon-menu ul li,
.footer-sec .footer-copy-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-sec .brand-logo,
.footer-sec .icon-menu ul li {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer-sec .footer-top {
    padding: 50px 0px;
    width: 100%;
}

.footer-sec .footer-logo {
    display: flex;
    align-items: center;
}

.footer-sec .footer-logo img {
    max-width: 300px;
}

.footer-sec .footer-social {
    margin-left: 70px;
}

.footer-sec .social-links {
    margin-top: 44px;
}

.footer-sec .social-links ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer-sec .social-links ul li + li {
    margin-left: 10px;
}

.footer-sec .social-links ul li a {
    display: inline-block;
    padding: 10px;
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

.footer-sec .social-links li a img {
    width: 20px;
    height: auto;
    filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(189deg)
        brightness(102%) contrast(103%);
}

.footer-sec .social-links li a:hover {
    filter: invert(54%) sepia(84%) saturate(3056%) hue-rotate(339deg)
        brightness(101%) contrast(101%);
}

.footer-sec .connection-title {
    padding-left: 10px;
}

.footer-sec .connection-title,
.footer-sec .footer-brand-title,
.footer-sec .menu-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.footer-sec .footer-top-right,
.footer-sec .terms-links {
    margin-left: auto;
}

.footer-sec .brand-logo {
    margin-top: 40px;
}

.footer-sec .brand-logo a + a {
    margin-left: 20px;
}

.footer-sec .brand-logo img {
    max-width: 90px;
    height: auto;
}

.footer-sec .footer-bottom {
    border-top: 2px solid #29324a;
    padding: 50px 0px;
}

.footer-sec .footer-bottom > div {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}

.footer-sec .icon-menu ul li a,
.footer-sec .basic-menu .menu-list ul li a {
    color: #9da1ac;
    font-family: "Open Sans";
}

.footer-sec .icon-menu ul li {
    position: relative;
    padding-left: 50px;
    line-height: 45px;
}

.footer-sec .icon-menu ul li::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0px;
}

.footer-sec .icon-menu ul li:nth-child(1)::before {
    background-image: url("../images/gift.svg");
}

.footer-sec .icon-menu ul li:nth-child(2)::before {
    background-image: url("../images/blog.png");
}

.footer-sec .icon-menu ul li:nth-child(3)::before {
    background-image: url("../images/headset.svg");
}

.footer-sec .icon-menu ul li a {
    font-size: 24px;
}

.footer-sec .basic-menu .menu-title {
    margin-bottom: 15px;
}

.footer-sec .basic-menu .menu-list ul li {
    line-height: 20px;
}

.footer-sec .basic-menu .menu-list ul li a {
    font-size: 14px;
}

.footer-sec .icon-menu ul li a:hover,
.footer-sec .basic-menu .menu-list ul li a:hover,
.footer-sec .terms-links a:hover {
    color: #ff6633;
}

.footer-sec .basic-menu {
    margin-left: 4.5%;
}

.footer-sec .footer-copy-right {
    font-size: 14px;
    font-family: "Open Sans";
    color: #fff;
    padding-bottom: 30px;
}

.footer-sec .copy-right-text p {
    margin: 0px;
}

.footer-sec .terms-links a {
    color: #fff;
}
/*  End of Footer Section */

/* Start of Home page */
.home-page-sec {
    display: block;
    width: 100%;
}

.hom-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 0 35px;
    background-image: url("../images/home-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hom-banner .container {
    width: 90%;
    max-width: 100%;
}

.hom-banner-content {
    display: block;
    width: 890px;
}

.hom-banner-content .hom-banner-top h1 {
    font-size: 42px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
}

.hom-banner-content .hom-banner-top p {
    font-size: 23px;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    display: block;
}

.hom-banner-content .hom-banner-top a {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    background: #ff5929;
    padding: 19px 35px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
}

.hom-banner-content .hom-banner-top a > img,
.free-quote a img {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 10px;
    filter: invert(97%) sepia(0%) saturate(7487%) hue-rotate(54deg)
        brightness(110%) contrast(98%);
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

.hom-banner-content .hom-banner-top a:hover,
.free-quote a:hover {
    color: #ff5929;
    background: #fff;
}

.hom-banner-content .hom-banner-top a:hover img,
.free-quote a:hover img {
    filter: invert(56%) sepia(67%) saturate(5204%) hue-rotate(343deg)
        brightness(101%) contrast(101%);
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

.hom-banner-testi {
    display: block;
    margin-top: 50px;
}

.hom-banner-testi p {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    display: block;
}

.hom-banner-test-img img {
    margin-top: 6px;
    margin-right: 15px;
}

.hom-banner-test-img {
    display: inline-block;
    width: auto;
}

.hom-banner-test-cont {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.hom-banner-test-cont p {
    font-size: 18px;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0px;
}

.hom-banner-test-stars img {
    width: 15px;
    margin-right: 5px;
}

.postid-11908 .banner-content img {
    height: auto !important;
}

.speacial-offer-sec {
    display: none;
    position: absolute;
    top: 30%;
    right: -1px;
    text-align: center;
    transform: rotate(270deg);
    transform-origin: right bottom;
}

.special-offer-icon {
    margin: 0 auto -20px;
    background: #fff;
    padding: 20px;
    border-top-right-radius: 100%;
    display: inline-block;
    border-top-left-radius: 100%;
    position: relative;
    z-index: -1;
    content: "";
    background-image: url("../images/icon-arrow-up.svg");
    background-repeat: no-repeat;
    background-position: top 10px center;
    background-size: 10px;
}

.special-offer-icon img {
    width: 10px;
    transform: rotate(-90deg);
}

.special-offer-title {
    display: block;
    background: #fff;
    padding: 10px;
}

.special-offer-title span {
    font-size: 22px;
    color: #ff5929;
    text-transform: uppercase;
    border: 1px dashed;
    padding: 10px;
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.special-offer-lable a:hover .special-offer-title span {
    background: #ff5929;
    border: 1px solid #ff5929;
    color: #fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* Start of Brands Section */
.brands-slider-sec {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
}

.owl-carousel .owl-item .brand-box img {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
    height: auto;
    max-height: 70px;
    filter: grayscale(100%) opacity(50%);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.owl-carousel .owl-item .brand-box:hover img {
    filter: grayscale(0%) opacity(100%);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* End of Brands Section */

/* Start of Video Secion */
.video-sec {
    display: block;
    width: 100%;
    margin: 30px 0;
}

.video-sec .section-title h2 {
    font-size: 42px;
    color: #353535;
    text-transform: uppercase;
}

.video-content-box {
    display: block;
    width: 100%;
    text-align: center;
}

.video-content-box p {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 26px;
    color: #353535;
    margin: 15px 0;
}

.section-title {
    font-size: 42px;
    color: #353535;
    text-transform: uppercase;
}

.video-box {
    display: block;
    width: 100%;
    text-align: center;
    padding: 49px 0;
    background-image: url(../images/video-border.png);
    background-repeat: no-repeat;
    background-position: center bottom 10px;
    background-size: 100%;
}

.video-box iframe {
    width: 1200px !important;
    height: 538px !important;
    max-width: 100% !important;
}

.video-sec .gallery,
.normal-content .gallery,
.page-links-sec .gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.voltora-text-content.video-sec .gallery.gallery-columns-2,
.normal-content .gallery {
    grid-template-columns: repeat(2, 1fr);
}

.voltora-text-content.video-sec .gallery.gallery-columns-3,
.normal-content .gallery {
    grid-template-columns: repeat(3, 1fr);
}

.page-links-sec .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.page-links-sec .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.video-sec .gallery .gallery-item,
.normal-content .gallery .gallery-item,
.page-links-sec .gallery .gallery-item {
    width: 100% !important;
    float: none !important;
}

.video-sec .gallery .gallery-item img,
.normal-content .gallery .gallery-item img,
.page-links-sec .gallery .gallery-item img {
    border: 0 !important;
}
.normal-content .gallery p {
    display: none;
}

.voltora-text-content a.common-btn {
    color: #ff5929;
    border: 1px solid #ff5929;
    font-size: 18px;
    display: inline-block;
    padding: 15px 20px;
    width: auto;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 40px;
    font-family: "Oswald";
}

.voltora-text-content a.common-btn:hover,
.voltora-text-content a.common-btn:focus {
    background-color: #ff5929;
    color: #ffffff;
}

.our-achivement-wrapper {
    padding-bottom: 50px;
}

/* Start of Service Secion */
.service-sec {
    display: block;
    width: 100%;
    padding: 0 0 70px;
}

.service-sec .container {
    overflow: hidden;
}

.service-list-sec {
    display: block;
    width: 1250px;
    margin-left: -25px;
    font-size: 0px;
    padding: 0 0 20px;
}

.service-box {
    display: inline-block;
    width: 33.33%;
    padding: 25px;
    box-sizing: border-box;
    vertical-align: top;
}

.service-content p {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 26px;
    color: #353535;
}

.service-content a {
    background-color: #ff5929;
    border: 1px solid #ff5929;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    padding: 15px 20px;
    width: auto;
    border-radius: 3px;
    margin-top: 20px;
}

.service-list-sec .service-content .section-title h3 {
    font-size: 36px;
}

.service-content a:hover {
    background-color: #fff;
    color: #ff5929;
}

.service-content a img {
    display: inline-block;
    width: 18px;
    margin: 0 5px;
    filter: invert(97%) sepia(0%) saturate(7487%) hue-rotate(54deg)
        brightness(110%) contrast(98%);
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

.service-content a:hover img {
    filter: invert(56%) sepia(67%) saturate(5204%) hue-rotate(343deg)
        brightness(101%) contrast(101%);
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

.service-single {
    display: block;
    border: 1px solid #cdcdcd;
    padding: 40px 30px;
    border-radius: 5px;
    position: relative;
    min-height: 345px;
}

.service-single:hover {
    border: 1px solid #ff5929;
}

.service-single > img {
    width: auto;
    max-width: 90px;
    height: auto;
    max-height: 80px;
    display: inline-block;
    filter: grayscale(100%);
}

.service-single:hover > img {
    filter: grayscale(0);
}

.service-single h4 {
    font-size: 25px;
    color: #353535;
    margin: 30px 0;
    text-transform: uppercase;
}

.service-single p {
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 26px;
    color: #353535;
    display: block;
}

.service-link {
    opacity: 0;
    position: absolute;
    bottom: -30px;
    right: 60px;
    background: #ff5929;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.service-single:hover .service-link {
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.service-link img {
    width: 22px;
    height: auto;
    display: inline-block;
    padding: 20px;
}

.page-template-tpl-melbourne-services .service-sec.slider-sec {
    display: none !important;
}

.page-template-tpl-melbourne-services .page-banner {
    position: relative;
    margin-bottom: 100px;
}

.page-template-tpl-melbourne-services .page-banner .container {
    position: relative;
    z-index: 1;
}

.page-template-tpl-melbourne-services .page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.page-template-tpl-melbourne-services .video-sec ul {
    padding-left: 25px;
}

.page-template-tpl-melbourne-services .video-sec ul li {
    list-style: disc;
    font-family: "Open Sans";
}

.page-template-tpl-melbourne-services .about-sec {
    position: relative;
}
.page-template-tpl-melbourne-services .about-sec .about-content {
    position: relative;
    z-index: 1;
}
.page-template-tpl-melbourne-services .about-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.page-template-tpl-melbourne-services .why-choose-sec {
    margin-top: 0 !important;
}

.page-template-tpl-melbourne-services .banner-inner-boxes {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 30px;
}
.page-template-tpl-melbourne-services .banner-inner-box .gfield_label {
    display: none;
}

.page-template-tpl-melbourne-services
    .banner-inner-boxes
    .banner-content
    .popup {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    background: #ff5929;
    padding: 19px 35px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
}

.page-template-tpl-melbourne-services
    .banner-inner-boxes
    .banner-content
    .popup
    img {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 10px;
    filter: invert(97%) sepia(0%) saturate(7487%) hue-rotate(54deg)
        brightness(110%) contrast(98%);
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

@media only screen and (max-width: 767px) {
    .latest-blog-sec {
        display: none;
    }
}

.page-template-tpl-melbourne-services .latest-blog-sec.latest-blog-slider-sec {
    display: none;
}

@media only screen and (max-width: 767px) {
    .page-template-tpl-melbourne-services
        .latest-blog-sec.latest-blog-slider-sec {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .page-template-tpl-melbourne-services .service-box {
        width: 100%;
        display: block;
    }
}

/* End of Service Secion */

/* Start of About Section */

.page-template-tpl-home .about-sec {
    padding: 70px 0 170px;
}
.about-sec {
    padding: 60px 0;
    display: block;
    width: 100%;
    background-image: url("../images/home-about-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about-content {
    display: inline-block;
    width: 55%;
    color: #ffffff;
}

.about-content .section-title {
    color: #fff;
}

.about-content .section-title h2 {
    font-size: 42px;
}

.about-content p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
}

.about-content p a {
    color: #ff5929;
}

.about-content img {
    margin-right: 20px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-content .more-info {
    font-size: 18px;
    background: #ff5929;
    color: #fff;
    padding: 20px 24px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 30px 0;
}

.about-content .more-info:hover {
    color: #ff5929;
    background: #fff;
}

/* End of About Section */

/* Start of Why Choose Section */
.why-choose-sec {
    display: block;
    width: 100%;
    background-image: url(../images/home-why-choose-box-shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom -10px;
    padding-bottom: 10px;
    margin-top: -130px;
}

.why-choose-sec .container {
    background: #fff;
    margin-bottom: 20px;
}

.page-template-tpl-home .why-choose-cont {
    padding: 0;
}

.page-template-tpl-home .why-choose-cont .section-title {
    text-transform: inherit !important;
}

.page-template-tpl-home .why-choose-cont .section-title h2 {
    font-size: 36px;
    margin-bottom: 20px !important;
}

.page-template-tpl-home .why-choose-cont .section-title p {
    margin-top: 0;
}

.why-choose-boxes {
    display: table;
    width: 100%;
    font-size: 0px;
}

.why-choose-box {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

.why-choose-sec .section-title {
    margin: 40px auto 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.why-choose-sec .section-content {
    display: block;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin: 0 0 50px;
    text-align: center;
}

.why-choose-sec .section-content p {
    font-size: 18px;
    font-family: "Open Sans";
    color: #181818;
    margin: 0;
    display: inline-block;
}

.why-choose-box img {
    width: auto;
    height: auto;
    max-height: 90px;
}

.why-choose-box:hover img {
    transform: scale(1.1);
}

.why-choose-sec p {
    font-size: 16px;
    font-family: "Open Sans";
    color: #181818;
    margin: 30px 0 50px;
}

/* End of Why Choose Section */

/* Start of the Speacil Deal */
.special-deal-sec {
    text-align: center;
}

.special-deal-sec .section-title {
    margin: 40px 0px;
}

.speacil-deal-boxes {
    display: table;
    width: 100%;
    font-size: 0px;
}

.speacial-deal-box {
    display: inline-table;
    width: 22.6%;
    background: #000b26;
    padding: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 3.2%;
    margin-bottom: 40px;
    vertical-align: top;
}

.speacial-deal-box:last-child {
    margin-right: 0;
}

.special-deal-img img {
    max-height: 150px;
    width: 100%;
}

.speacial-deal-border {
    border: dashed 3px #000;
    border-image-source: url("../images/border-dashed.png");
    border-image-slice: 2;
    border-image-repeat: round;
}

.speacial-deal-border::after {
    content: " ";
    background-image: url("../images/icon-scissors.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 40px;
    right: 7px;
    width: 20px;
    height: 25px;
}

.speacial-deal-box h5 {
    font-size: 18px;
    color: #ff5929;
    text-transform: uppercase;
    display: block;
    margin: 20px 0;
}

.speacial-deal-box p {
    font-size: 12px;
    font-family: "Open Sans";
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
}

.speacial-deal-box a {
    font-size: 16px;
    color: #fff;
    padding: 0 0 20px;
    display: block;
}

.speacial-deal-box a span {
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.speacial-deal-box a:hover img {
    margin-left: 10px;
}

.speacial-deal-box a img {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    margin-top: 4px;
    margin-left: 5px;
}

.offer-cont {
    background: #ff5929;
    color: #fff;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: bold;
    transform: rotate(45deg);
    transform-origin: right;
    width: 200px;
    padding: 10px 0;
    margin-top: 95px;
    float: right;
    margin-right: -25px;
}

.offer-count-box {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.special-deal-sec > .container > a {
    font-size: 18px;
    display: inline-block;
    margin: 20px auto;
    color: #ff5929;
    padding: 21px 50px;
    border: 1px solid #ff5929;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #fff;
}

.special-deal-sec > .container > a:hover {
    background-color: #ff5929;
    color: #fff;
}

/* End of the special Deal */

/* Start of Call us section */

.call-us-sec {
    display: block;
    width: 100%;
    padding: 50px 0;
}

.call-us-box {
    background-image: url("../images/home-call-us-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
}

.call-us-img {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.call-us-img img {
    margin-top: -80px;
}

.call-us-content {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0 30px;
    box-sizing: border-box;
}

.call-us-row {
    display: table;
    width: 100%;
    font-size: 0px;
}

.call-us-content .section-title {
    display: inline-block;
    color: #ffffff;
    margin: 40px 0px;
}

.call-us-single {
    display: inline-block;
    width: 50%;
    margin: 0 0 40px;
    vertical-align: middle;
}

.call-us-single-num {
    color: #ff5929;
    font-size: 40px;
    font-weight: lighter;
    font-family: "Open Sans";
}

.call-us-single-lable {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-family: "Open Sans";
}

.call-us-single a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.call-us-single a:hover {
    color: #ff5929;
}

.call-us-single a span {
    vertical-align: middle;
    padding: 5px;
    display: inline-block;
}

.call-us-single a img {
    background-color: #ff5929;
    display: inline-block;
    width: 20px;
    height: auto;
    padding: 18px;
    border-radius: 100%;
    margin-left: 10px;
    vertical-align: middle;
}

/* End of Call us section */

/* Start of Review Section */
.review-sec {
    padding: 30px 0px 80px;
}

.review-sec .review-inner {
    font-size: 0px;
}

.review-sec .review-inner > div {
    display: inline-block;
    vertical-align: top;
}

.review-sec .review-text {
    width: 35%;
}

.review-sec .review-slider {
    width: 65%;
}

.review-sec .review-desc p,
.review-sec .review-slide-content p {
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 26px;
}

.review-sec .review-bottom {
    padding: 5px 0px;
}

.review-sec .review-box {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin: 15px 25px;
    min-height: 335px;
}

.review-slider .owl-carousel .owl-stage-outer {
    margin-left: 15px;
}

.review-sec .review-box .review-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.review-sec .review-dt-rating {
    width: 80%;
}

.review-sec .review-date {
    font-size: 12px;
    font-family: "Open Sans";
}

.review-sec .review-rating {
    display: block;
    margin-top: 3px;
}

.review-sec .review-rating img {
    max-width: 15px;
    display: inline-block !important;
}

.review-sec .review-logo {
    margin-left: auto;
}

.review-sec .review-logo img {
    max-width: 25px;
}

.review-sec .client-name {
    font-size: 16px;
    text-transform: uppercase;
}

.review-slider .owl-nav > button {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px !important;
    font-family: "Open Sans" !important;
    background-color: #e9e9e9 !important;
    color: #b4b4b4 !important;
}

.review-slider .owl-nav > button:hover {
    background-color: #ff6633 !important;
    color: #fff !important;
}

.review-slider .owl-nav > button.disabled {
    opacity: 0;
}

.review-slider .owl-nav > button span {
    display: inline-block;
    margin-top: -5px;
}

.review-slider .owl-nav .owl-prev {
    left: 20px;
}

.review-slider .owl-nav .owl-next {
    right: -10px;
}
/* End of Review Section */

/* Start of Latest Blog Section */
.latest-blog-sec {
    border-top: 1px solid #ececec;
    padding: 60px 0px;
}

.latest-blog-sec .section-title {
    text-align: center;
}

.latest-blog-sec .recent-blog-list {
    font-size: 0px;
}

.recent-blog-list .blog-item {
    display: inline-block;
    width: 31.66%;
    vertical-align: top;
    margin: 40px 0px 0px 2.5%;
}

.recent-blog-list .blog-item:nth-child(3n + 1) {
    margin-left: 0px;
}

.latest-blog-sec .blog-img {
    position: relative;
}

.latest-blog-sec .blog-cat {
    position: absolute;
    top: 0;
    padding: 15px 0px;
}

.latest-blog-sec .blog-cat ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 15px;
}

.latest-blog-sec .blog-cat ul li a {
    font-size: 10px;
    background-color: #336eb4;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
}

.latest-blog-sec .blog-cat ul li a:hover {
    background-color: #ff5929;
}
.latest-blog-sec .blog-title a {
    font-size: 23px;
    color: #232323;
    padding: 20px 0px;
    display: inline-block;
}

.latest-blog-sec .blog-title a:hover {
    color: #ff6633;
}

.latest-blog-sec .read-more-blog {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.latest-blog-sec .read-more-blog a {
    display: inline-block;
    color: #ff6633;
    border: 1px solid #ff6633;
}

.read-more-blog a:hover {
    background-color: #ff6633;
    color: #fff;
}

.common-btn {
    font-size: 18px;
    text-transform: uppercase;
    padding: 21px 50px;
    border-radius: 3px;
    display: inline-block;
}

/* End of Latest Blog Section */

/* Start of Air Touch Section */
.air-touch-sec {
    background-image: url(../images/skye-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.air-touch-sec .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.air-touch-left > div {
    display: inline-block;
    vertical-align: middle;
}

.air-touch-img {
    position: relative;
    left: -12%;
    top: 50px;
}

.air-touch-img img {
    max-width: 228px;
}

.air-touch-content {
    color: #fff;
    margin-left: -40px;
}

.air-touch-content .small-text {
    font-size: 18px;
    font-family: "Open Sans";
    padding-bottom: 10px;
}

.air-touch-content .big-text {
    font-size: 42px;
    text-transform: uppercase;
    max-width: 470px;
}

.air-touch-right {
    margin-left: auto;
}

.air-touch-right a {
    color: #03193a;
    background-color: #fff;
}

.air-touch-right a:hover {
    background-color: #03193a;
    color: #fff;
}

/* End of Air Touch Section */

/* End of the Home page */

/* Start Of Blog Page */
.blog-section .page-banner {
    background-image: url("../images/blog-banner.jpg");
}

.blog-section .blog-desc {
    margin: 100px 0px;
}

.blog-section .blog-top-content {
    position: relative;
    cursor: pointer;
    height: 420px;
}
.blog-section .blog-top-content .blog-title a {
    font-size: 23px;
    color: #fff;
}
.blog-section .blog-date {
    font-size: 12px;
}
.blog-section .blog-img {
    position: relative;
    height: 100%;
}
.blog-section .blog-desc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.blog-section .blog-desc ul li {
    display: block;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: "Open Sans";
    position: relative;
}

.blog-section .blog-desc ul li p {
    margin: 0 !important;
}

.blog-section .blog-desc ul li:before {
    position: absolute;
    content: "";
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 500px;
    background: #000;
    top: 10px;
}

.ez-toc-list li:before {
    content: none !important;
}

.blog-section .blog-content {
    padding: 20px;
    color: #fff;
    z-index: 1;
    position: absolute;
    bottom: 0px;
}
.blog-section .blog-col .blog-title a {
    font-size: 18px;
    margin: 0px;
    padding: 10px 0px;
    color: #fff;
}

.blog-section .blog-col .blog-sub-desc,
.blog-section .blog-top-content .blog-sub-desc {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    font-family: "Open Sans";
    line-height: 25px;
    height: 0px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.blog-section .blog-col:hover .blog-sub-desc,
.blog-section .blog-top-content:hover .blog-sub-desc {
    height: auto;
}

.blog-section .blog-col:hover .blog-title a,
.blog-section .blog-top-content:hover .blog-title a {
    color: #ff5929;
}

.blog-section .blog-top-content .box-shadow {
    background-image: url(../images/blog-overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.blog-section .blog-col .box-shadow {
    height: 200px;
    width: 100%;
    background-image: url(../images/blog-overlay-box.png);
    position: absolute;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.blog-section .blog-row:nth-of-type(2) {
    margin-top: 50px;
}

.blog-section .blog-row {
    font-size: 0px;
}

.blog-section .blog-col {
    cursor: pointer;
    height: 500px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 5% 0% 0% 5%;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.blog-section .blog-col:nth-child(3n + 2) {
    margin-left: 0%;
}

.blog-section .blog-load-more-section {
    text-align: center;
    margin-top: 5%;
}

.blog-section .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.blog-section .blog-col:hover .blog-img img,
.blog-section .blog-top-content:hover .blog-img img {
    filter: grayscale(1);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.blog-section .blog-col:hover .box-shadow,
.blog-section .blog-top-content:hover .box-shadow {
    height: 100%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.blog-section .blog-load-more-section a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff5929;
    border: solid 1px #ff5929;
    border-radius: 3px;
    display: inline-block;
    padding: 15px 50px;
    margin: 0px;
}
.blog-section .blog-cat {
    position: absolute;
    z-index: 1;
    padding: 15px 0px;
    top: 0px;
}

.blog-section .blog-cat a {
    font-size: 10px;
    background-color: #336eb4;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.blog-section .blog-load-more-section a:hover,
.blog-section .blog-cat a:hover {
    background-color: #ff5929;
}
.blog-section .blog-load-more-section a:hover {
    color: #fff;
}

.blog-section .air-touch-sec {
    padding: 50px 0px;
    margin-top: 60px;
}

.blog-section .air-touch-left,
.team-touch-sec .air-touch-left {
    max-width: 70%;
}

.blog-section .air-touch-content,
.team-touch-sec .air-touch-content {
    margin-left: 0px;
}

.blog-section .air-touch-content .big-text,
.team-touch-sec .air-touch-content .big-text {
    max-width: 100%;
}

.blog-section .air-touch-content .small-text,
.team-touch-sec .air-touch-content .small-text {
    padding-bottom: 0px;
}
/* End Of Blog Page */

/* Start of Service Page */
.service-section .page-banner {
    background-image: url("../images/service-list-banner.jpg");
}

.service-section .page-banner,
.blog-section .page-banner {
    padding: 130px 0px;
}

.service-section .page-banner .banner-content h1,
.blog-section .page-banner .banner-content h1 {
    margin: 0px;
}

.service-section .page-banner .banner-inner-box,
.blog-section .page-banner .banner-inner-box {
    text-align: center;
}

.service-section .emergncy-title,
.service-section .services-block-section a,
.service-section .emergncy-section a {
    color: #fff;
}

.service-section .emergncy-title {
    text-align: center;
}

.service-section .emergncy-title h2,
.service-section .emergncy-title p {
    margin: 0px;
}

.service-section .emergncy-title h2,
.service-section .services-block-section a {
    text-transform: uppercase;
}

.service-section .emergncy-title p {
    text-transform: capitalize;
}

.services-block-section .container {
    margin: 100px auto;
}

.service-section .emergncy-title p {
    font-size: 40px;
}

.service-section .services-block-section p {
    line-height: 26px;
    font-family: "Open Sans";
}

.service-section .services-block-section p {
    font-size: 16px;
    color: #353535;
}

.service-section .services-block-section a {
    font-size: 18px;
}

.service-section .emergncy-title h2 {
    font-size: 65px;
}

.service-section .services-block-section .services-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.service-section .services-block-section .services-row:nth-child(even) {
    flex-direction: row-reverse;
}

.service-section .services-block-section .services-img,
.service-section .services-block-section .services-text-content {
    width: 50%;
}

.service-section .services-block-section .srvices-desc {
    padding-left: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.service-section
    .services-block-section
    .services-row:nth-child(even)
    .srvices-desc {
    padding-left: 0px;
    padding-right: 50px;
}

.service-section .services-block-section a:hover {
    background-color: transparent;
    color: #ff5929;
}

.service-section .services-block-section a {
    padding: 20px 50px;
    background-color: #ff5929;
    border: 1px solid #ff5929;
    border-radius: 3px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-top: 25px;
}

.service-section .services-block-section .srvices-desc a {
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    text-transform: inherit;
    box-shadow: none;
    margin: 0;
    color: #ff5929;
}

.service-section .services-block-section .srvices-desc a:hover,
.service-section .services-block-section .srvices-desc a:focus {
    text-decoration: underline;
}

.service-section .emergncy-section {
    background-image: url("../images/CTA-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    background-color: #ff5929;
}

.service-section .emergncy-title {
    padding: 60px 0px;
}

.service-section .emergncy-title p {
    margin-top: 15px;
    text-transform: none;
    font-weight: 300;
}

.service-section .emergncy-section a {
    font-weight: bold;
    border-bottom: solid;
    margin-left: 15px;
}

.service-section .emergncy-section a::after {
    display: inline-block;
    height: 35px;
    width: 45px;
    content: "";
    background: url(../images/right_arrow.png) no-repeat 0 0;
    background-size: 45px 40px;
    margin-left: 15px;
}
/* End of Service Page */

/* Start of About Page */
.page-banner {
    background-image: url(../images/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0px;
}

.page-template-tpl-about-php .page-banner .banner-content {
    max-width: 450px;
}

.banner-content {
    color: #fff;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 500;
    margin: 20px 0px;
    text-transform: uppercase;
}

.banner-content p {
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 26px;
}

.breadcrumb {
    margin: 15px 0px;
}

.breadcrumb li img {
    width: 20px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(193deg)
        brightness(109%) contrast(101%);
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #fff;
}

.breadcrumb li a {
    color: #fff;
}
.breadcrumb li a:hover {
    color: #ff5929;
}

.breadcrumb li + li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}

.intro-sec,
.service-area-sec {
    padding: 70px 0px;
}

.intro-sec .container,
.business-model-sec .container,
.service-area-sec .container {
    font-size: 0px;
}

.intro-sec .col {
    display: inline-block;
    vertical-align: top;
}

.intro-img img {
    max-width: 90%;
}

.intro-sec .intro-img,
.intro-sec .intro-content {
    width: 48%;
}

.intro-desc p {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: 26px;
    color: #353535;
}

.about-page .why-choose-sec {
    margin-top: 0px;
}

.about-page .video-sec {
    margin: 40px 0 70px;
}

.about-video iframe {
    width: 1060px;
    height: 550px;
}

.founder-box {
    background-color: #fff;
    max-width: 640px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: block;
    margin-top: -70px;
    margin-left: auto;
    position: relative;
}
.founder-box .inner-founder {
    position: relative;
}
.founder-box .inner-founder:before {
    content: "";
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: -20px;
    transform: rotate(180deg);
}

.about-founder p {
    font-size: 20px;
    color: #555555;
    margin: 0px;
    font-family: "Open Sans";
    font-style: italic;
    position: relative;
}

.founder-info {
    margin-top: 20px;
    font-size: 16px;
    color: #353535;
    font-family: "Open Sans";
}

.founder-info .name {
    font-weight: 700;
    text-transform: uppercase;
}

.founder-info .year {
    font-weight: 600;
}

.business-model-sec {
    background-image: url(../images/business-model.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0px;
}

.business-model-sec .col,
.service-area-sec .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.business-model-sec .business-left .section-title {
    color: #fff;
    margin-bottom: 20px;
}

.business-model-sec .business-desc {
    max-width: 78%;
}

.business-model-sec .business-desc p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: 26px;
}

.business-model-sec .call-us-single {
    margin: 20px 0px 0px;
    width: 100%;
}

.business-model-sec .key-points ul {
    counter-reset: item;
}

.business-model-sec .key-points li {
    font-size: 25px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #ff5929;
    line-height: 55px;
    padding-left: 80px;
    counter-increment: item;
    position: relative;
    margin-bottom: 25px;
}

.business-model-sec .key-points li:before {
    content: counter(item) " ";
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ff5929;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.service-area-sec .area-list {
    margin-top: 30px;
}

.service-area-sec .area-list ul {
    column-count: 2;
}

.service-area-sec .area-list li {
    font-size: 16px;
    font-family: "Open Sans";
    position: relative;
    padding-left: 20px;
    line-height: 26px;
}

.service-area-sec .area-list li:before {
    content: "";
    background-image: url(../images/location-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0px;
}

.service-area-sec .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.service-area-sec .inner-list-area {
    padding-left: 60px;
}

.service-area-sec .map-content,
.service-area-sec .map-content .textwidget,
.service-area-sec .map-content p {
    height: 100%;
}

.service-area-sec .map-content iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
}

.abt-customer-sec .service-box:nth-child(3) .service-single,
.abt-customer-sec .service-box:nth-child(4) .service-single {
    min-height: 401px;
}

.about-page .service-single > img {
    filter: invert(46%) sepia(84%) saturate(2495%) hue-rotate(341deg)
        brightness(99%) contrast(108%);
}

.about-page .why-choose-box {
    width: 16.3%;
}

.why-choose-sec.about-choose-sec .why-choose-cont .section-title {
    display: none;
}

.about-page .why-choose-box .img-block {
    min-height: 90px;
}

a.common-btn.with-border {
    color: #ff5929;
    border: 1px solid #ff5929;
}

a.common-btn.with-border:hover {
    background-color: #ff5929;
    color: #fff;
}

a.common-btn.fill-clr {
    background-color: #ff5929;
    border: 1px solid #ff5929;
    color: #fff;
}

a.common-btn.fill-clr:hover {
    color: #ff5929;
    background-color: #fff;
}

.about-page .review-sec .review-text {
    text-align: center;
}

.about-page .review-sec .review-text,
.about-page .review-sec .review-slider {
    width: 100%;
}

.about-page .review-sec a.common-btn.with-border {
    text-align: center;
    margin: 20px auto 0px;
    display: block;
    max-width: 220px;
}

.abt-customer-sec .service-box {
    width: 50%;
    text-align: left;
}
/* End of About Page */

/* Start of Data Services Page */
.data-services-page .page-banner {
    background-image: url(../images/data-service-banner.jpg);
}

.data-services-page .banner-inner-box,
.page-template-tpl-about-php .banner-inner-box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.data-services-page .banner-left,
.about-page .banner-left {
    width: 70%;
}

.data-services-page .banner-right,
.about-page .banner-right {
    width: 30%;
    position: relative;
}

.data-services-page .page-banner .banner-content {
    max-width: 450px;
}

.data-services-page .why-choose-us-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 25px;
    margin-top: 30px;
}

.data-services-page .why-choose-box {
    text-align: left;
    width: auto;
    margin-right: 5%;
}

.data-services-page .why-choose-box img {
    max-width: 35px;
    max-height: 35px;
}

.data-services-page .why-choose-box p {
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans";
}

.banner-quote-form {
    background: #fff;
    padding: 20px;
    position: absolute;
    top: -50px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.banner-quote-form .form-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #353535;
}

.banner-quote-form .form-desc {
    margin-bottom: 20px;
}

.banner-quote-form .form-group {
    margin-bottom: 10px;
}

.banner-quote-form .form-control {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 40px;
    padding: 6px 12px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans";
    box-sizing: border-box;
}

.banner-quote-form textarea.form-control {
    resize: none;
    height: 100px;
}

.banner-quote-form input.form-btn {
    cursor: pointer;
    display: block;
    background: #ff5929;
    border: 1px solid #ff5929;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    padding: 20px 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 500;
}

.banner-quote-form input.form-btn:hover {
    background: #fff;
    color: #ff5929;
}

.banner-quote-form .form-desc p {
    font-size: 14px;
    line-height: 26px;
    color: #353535;
    font-family: "Open Sans";
    font-weight: 600;
    margin: 5px 0px;
}

.data-services-page .breadcrumb li + li:before,
.data-services-page .breadcrumb li {
    color: #b2b2bb;
}

.data-services-page .breadcrumb li img {
    filter: invert(20%) sepia(16%) saturate(30%) hue-rotate(110deg)
        brightness(95%) contrast(96%);
}

.intro-video iframe {
    width: 500px;
    float: right;
}

.data-services-page .intro-sec .intro-img {
    float: right;
}

.data-services-sec {
    background-image: url(../images/home-why-choose-box-shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom -10px;
    padding-bottom: 30px;
}

.data-services-sec .data-serv-inner {
    background-image: url(../images/service-vector-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #ff5929;
    position: relative;
}

.data-services-sec .data-serv-inner .section-title:before {
    content: "";
    background-image: url(../images/service-rectangle.png);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 100px;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    background-position: bottom;
    left: 0px;
}

.data-services-sec .section-title {
    margin-left: -10px;
    margin-top: -36px;
    position: relative;
}

.data-services-sec .section-title {
    background-color: #ff5929;
    display: inline-block;
    padding: 5px 50px;
    color: #fff;
}

.service-offer-list {
    padding: 40px 50px;
}

.service-offer-list ul {
    column-count: 3;
}

.service-offer-list ul li {
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans";
    position: relative;
    padding-left: 38px;
    line-height: 38px;
}

.service-offer-list ul li:before {
    content: "";
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0px;
    margin-top: 10px;
}

.blue-sec {
    background-image: url(../images/blue-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    margin: 80px 0px 0px;
}

.blue-sec .container {
    font-size: 0px;
}

.blue-sec .col {
    display: inline-block;
    vertical-align: top;
}

.blue-sec .blue-left {
    width: 40%;
}

.blue-sec .blue-right {
    width: 60%;
    padding: 50px 0px;
}

.blue-sec .blue-left .server-img {
    display: inline-block;
    margin-top: -50px;
}

.blue-content .section-title {
    color: #fff;
}

.blue-content .blue-desc {
    padding-top: 10px;
    display: block;
    color: #fff;
}
.blue-content .blue-desc p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Open Sans";
    color: #fff;
}

.blue-content .blue-desc h2 {
    font-size: 20px;
}

.free-quote a {
    font-size: 18px;
    color: #fff;
    background: #ff5929;
    display: inline-block;
    padding: 22px 40px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 25px;
}

.blue-sec .free-quote a img {
    margin-top: 3px;
}

.data-services-page .review-sec {
    padding: 70px 0px 0px;
}
/* Start of Data Services Page */

/* Start of Blog Single Page */
.blog-single-content a {
    color: #ff5929;
}

.blog-single-page .page-banner .banner-inner-box,
.page-full .page-banner .banner-inner-box {
    text-align: left;
}

.blog-single-page .inner-container {
    max-width: 870px;
    margin: 0 auto;
}

.blog-single-page .blog-single-img {
    background-image: url(../images/home-why-choose-box-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding-bottom: 40px;
    height: 470px;
    margin-top: -50px;
}

.blog-single-page .blog-single-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.author-info,
.blog-share {
    background-color: #f4f4f4;
    display: inline-block;
}

.blog-share {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.blog-share span {
    color: #353535;
    font-size: 12px;
}

.blog-share .share-left span + span:before {
    content: " | ";
    padding: 5px;
}

.blog-share .share-right {
    margin-left: auto;
}

.blog-share .share-right span {
    text-transform: uppercase;
}

.blog-share .share-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.blog-single-page .share-icon a {
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
    padding: 5px;
}

.blog-single-page .share-icon a img {
    width: 15px;
    filter: invert(67%) sepia(9%) saturate(15%) hue-rotate(29deg)
        brightness(95%) contrast(91%);
    -webkit-transition: all 0ms ease-out;
    -moz-transition: all 0ms ease-out;
    -o-transition: all 0ms ease-out;
    transition: all 0ms ease-out;
}

.blog-single-page .share-icon a:hover img {
    filter: invert(43%) sepia(96%) saturate(2940%) hue-rotate(345deg)
        brightness(109%) contrast(101%);
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
    opacity: 1;
}

.blog-single-content {
    padding: 40px 0px;
}

.blog-single-content p,
.blog-single-content h4 {
    color: #353535;
    font-family: "Open Sans";
}

.blog-single-content p {
    font-size: 16px;
    line-height: 26px;
}

.blog-single-content h4 {
    font-size: 25px;
    font-weight: blod;
}

.blog-single-content .get-started {
    color: #fff;
}

.get-started {
    display: inline-block;
    border: 1px solid #ff5929;
    border-radius: 3px;
    background-color: #ff5929;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 20px 90px;
    margin-top: 20px;
}

.get-started:hover {
    background-color: transparent;
    color: #ff5929;
}

.author-info {
    padding: 0px 30px;
}

.author-info .author-inner-box {
    font-size: 0px;
    border-top: 1px solid #e2e2e2;
    padding: 40px 0px;
}

.author-info .author-inner-box > div {
    display: inline-block;
    vertical-align: top;
}

.author-info .author-img {
    width: 10%;
}

.author-info .author-img img {
    border-radius: 50%;
    max-width: 52px;
}

.author-info .author-desc {
    width: 90%;
}

.author-info .author-desc p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    font-family: "Open Sans";
}

.related-blog-sec {
    padding: 70px 0px;
}

.related-blog-sec .blog-related-title {
    font-size: 25px;
    color: #353535;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.related-blog-sec .blog-col {
    width: 48%;
    margin: 0px;
}
.related-blog-sec .blog-col:last-child {
    margin-left: 4%;
}
/* End of Blog Single Page */

/* Start of Full Width Page */
.page-full .page-slider {
    padding: 60px 0px 40px;
}

.page-full .inner-page-slide-content {
    background-image: url(../images/home-why-choose-box-shadow.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding-bottom: 40px;
}

.page-full .intro-sec {
    padding-top: 0px;
}

.squarebox-sec {
    padding-bottom: 60px;
}

.squarebox-sec .container {
    font-size: 0px;
}

.squarebox-sec .square-box {
    display: inline-block;
    width: 26%;
    border: 1px solid #ff5929;
    padding: 35px 35px 20px;
    margin-top: 30px;
}

.squarebox-sec .square-box + .square-box {
    margin-left: 2%;
}

.squarebox-sec .sq-num {
    font-size: 26px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #ff5929;
    border-radius: 50%;
    color: #ff5929;
    margin-bottom: 30px;
}

.squarebox-sec .sq-title,
.page-full .blue-sec .popup-main-title {
    font-size: 26px;
    color: #353535;
    text-transform: uppercase;
    line-height: 34px;
}

.squarebox-sec .sq-desc p,
.page-full .blue-desc p,
.page-full .blue-sec .popup-desc p,
.page-full .gallery-sec .gallery-desc p {
    font-size: 16px;
    font-family: "Open Sans";
    color: #353535;
    line-height: 26px;
}

.page-full .blue-sec {
    background-image: url(../images/page-blue-bg.jpg);
}

.page-full .blue-sec .blue-inner-content {
    padding: 60px 0px;
}

.page-full .blue-sec .section-title,
.page-full .blue-desc p {
    color: #fff;
}

.page-full .blue-sec .blue-left {
    width: 46%;
}

.page-full .blue-sec .blue-right {
    width: 54%;
    padding: 0px;
    position: relative;
}

.page-full .blue-sec .popup-content {
    background: #fff;
    padding: 40px;
    max-width: 65%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: -130px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}

.page-full .blue-sec .popup-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #353535;
}

.page-full .blue-sec .popup-main-title {
    margin: 30px 0px;
}

.page-full .blue-sec .popup-btn {
    text-align: center;
}

.page-full .gallery-sec {
    padding: 70px 0px;
}

.page-full .gallery-sec .gallery-inner {
    font-size: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.page-full .gallery-sec .col,
.page-full .gallery-sec .gallery-images-col {
    display: inline-block;
    vertical-align: top;
}

.page-full .gallery-sec .col {
    width: 50%;
}

.page-full .gallery-sec .gallery-images-col {
    width: 47%;
}

.page-full .gallery-sec .gallery-images-col:last-child {
    margin-top: 150px;
    margin-left: 5%;
}

.page-full .gallery-sec .gallery-box {
    background: #fff;
    -webkit-box-shadow: 3px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 10px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 70px 25px;
    text-align: center;
    margin: 25px 0px;
    display: inline-block;
}

.page-full .gallery-sec .gallery-box h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.page-full .gallery-sec .gallery-box img {
    width: 65px;
}

.page-full .gallery-sec .gallery-right .gallery-content {
    padding: 0px 40px;
}

.page-full .gallery-sec .get-started {
    padding: 20px 50px;
}
/* End of Full Width Page */

/* Start of page with sidebar */
.page-with-sidebar .aside {
    display: inline-block;
    vertical-align: top;
}

.page-with-sidebar {
    font-size: 0px;
}

.page-with-sidebar .page-side-left {
    width: 73%;
}

.page-with-sidebar .page-side-right {
    width: 24%;
    margin-left: 3%;
    padding-top: 60px;
}

.page-with-sidebar .squarebox-sec .square-box {
    width: 24.92%;
    padding: 30px 30px 20px;
}

.page-with-sidebar .blue-sec {
    margin: 20px 0px 60px;
    width: 90%;
}

.page-with-sidebar .blue-sec .blue-inner-content {
    padding: 58px;
}

.page-with-sidebar .blue-sec .blue-left,
.page-with-sidebar .blue-sec .blue-right {
    width: 50%;
}

.page-with-sidebar .blue-sec .popup-content {
    padding: 40px 20px;
    max-width: 360px;
    right: -145px;
    top: 0px;
}

.page-with-sidebar .get-started {
    padding: 20px 60px;
}

.page-with-sidebar .gallery-left {
    width: 30% !important;
}

.page-with-sidebar .gallery-right {
    width: 70% !important;
}

.page-with-sidebar .gallery-sec .gallery-right .gallery-content {
    padding: 25px 40px 0px;
}

.page-with-sidebar .gallery-sec .gallery-inner {
    display: block;
}

.page-with-sidebar .gallery-sec .gallery-images-col {
    width: 100%;
}

.page-with-sidebar .gallery-sec .gallery-images-col:last-child {
    margin: 0px;
}

.search {
    position: relative;
}

.sidebar-widget .search input[type="text"] {
    border: 1px solid #ddd;
    height: 50px;
    padding: 6px 60px 6px 12px;
    width: 100%;
    color: #353535;
    font-size: 18px;
    font-family: "Open Sans";
    box-sizing: border-box;
}

.search .search-icon {
    position: absolute;
    right: 0px;
    padding: 17px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.sidebar-widget .widget-title {
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #000;
    margin-top: 30px;
}

.sidebar-widget ul li a span {
    float: right;
}

.sidebar-widget ul li {
    margin-bottom: 10px;
    color: #b3b3b3;
    font-size: 16px;
    font-family: "Open Sans";
    display: inline-block;
    text-align: right;
    width: 100%;
}

.sidebar-widget ul li a {
    color: #000000;
    max-width: 80%;
    float: left;
    text-align: left;
}

.social-widget.widget-box {
    margin-top: 40px;
}

.social-widget ul {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    text-align: center;
}

.social-widget.widget-box ul li {
    margin-bottom: 0px;
    display: inline-block;
    width: auto;
}

.social-widget.widget-box ul li + li {
    margin-left: 15px;
}

.social-widget.widget-box ul li a {
    width: 100%;
    max-width: 100%;
    display: block;
}
/* End of page with sidebar */

/* Start of Offers Page */
.normal-content a {
    color: #353535;
}
.normal-content a:hover {
    color: #ff5929;
}
.normal-content.text-center {
    text-align: center;
}
.normal-content {
    font-family: "Open Sans";
    padding: 60px 0px;
}
.normal-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
}
.normal-content p {
    font-size: 16px;
    line-height: 26px;
    color: #353535;
}
.offer-listing .speacial-deal-box {
    width: 94%;
}
.offer-listing .speacial-deal-box a img {
    display: inline-block !important;
    width: 15px !important;
}
/* End of Offers Page */

/* The Modal (background) */
.quick-popup {
    display: none;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.quick-popup .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 40px 25px;
    border: 1px solid #888;
    width: 950px;
    position: relative;
    font-size: 0px;
}

/* The Close Button */
.quick-popup .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-family: "Open Sans";
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 5px;
}

.quick-popup .close:hover,
.quick-popup .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.quick-popup .col {
    display: inline-block;
    vertical-align: top;
}

.quick-popup .quote-left {
    width: 60%;
}

.quick-popup .quote-right {
    width: 40%;
}

.quick-popup .left-inner-part,
.quick-popup .right-inner-part {
    padding: 0px 15px;
}

.quote-left h2 {
    margin: 0px;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}

.quote-left p,
.quick-popup .gform_wrapper span.gform_description .quote-right p {
    line-height: 26px;
}

.quote-left p,
.quick-popup .gform_wrapper span.gform_description,
.quote-right p,
.quote-left ul li {
    font-size: 16px;
    font-family: "Open Sans";
}

.quote-left ul {
    padding-left: 15px;
}

.quote-left ul li {
    margin-bottom: 10px;
    position: relative;
    list-style-type: disc;
}

.quick-popup .gform_wrapper h3.gform_title {
    font-size: 26px;
    text-transform: uppercase;
    color: #353535;
    margin-bottom: 10px;
    margin-top: 0px;
}

.quick-popup .quote-right a {
    color: #353535;
}

.gform_wrapper {
    margin-top: 0px !important;
}

.gform_wrapper select,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
    height: 40px;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 6px 12px !important;
    box-sizing: border-box;
    color: #353535;
    position: relative;
    z-index: 5;
    background: transparent;
}

.gform_wrapper select {
    padding-right: 50px !important;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select::after {
    content: " ";
    width: 10px;
    height: 10px;
    background-image: url("../images/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center center;
    position: absolute;
    top: 16px;
    right: 15px;
    transform: rotate(90deg);
    z-index: 1;
}

.validation_message {
    font-size: 14px;
    color: red;
    font-family: "Open Sans";
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
    margin-top: 15px !important;
}

.gform_wrapper textarea {
    height: 100px !important;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 15px 0 0 !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
    cursor: pointer;
    background-color: #ff5929;
    color: #fff;
    border: 1px solid #ff5929;
    padding: 20px 0px;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 500;
    width: 100% !important;
    border-radius: 3px;
    margin-bottom: 0px !important;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: transparent;
    color: #ff5929;
}

body img.gform_ajax_spinner {
    margin-top: 10px;
}

/* Start of Contact Page */
.contact-form-sec .gform_wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form-sec .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 30px !important;
}

.contact-form-sec .gform_wrapper ul.gform_fields li:first-child {
    margin-top: 0px !important;
}

.contact-form-sec .gfield_label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-form-sec .gfield_required {
    color: red;
}

.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half {
    display: inline-block;
    width: 48%;
    float: none;
}

.gform_wrapper .gf_right_half {
    margin-left: 4%;
}

.contact-form-sec .gform_wrapper .gform_footer {
    margin-top: 30px !important;
    position: relative;
}

.contact-form-sec .gform_wrapper textarea {
    height: 150px !important;
}

.contact-form-sec .gform_wrapper .gform_footer input[type="submit"] {
    width: 300px !important;
    margin: 0 auto;
    display: block;
}

body .contact-form-sec img.gform_ajax_spinner {
    position: absolute;
    top: 20px;
    right: 200px;
}

.validation_error {
    margin-bottom: 20px;
    color: red;
}

.contact-mdl-sect {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.contact-left,
.contact-right {
    float: left;
    width: 47%;
    margin-right: 50px;
}
.contact-right {
    margin-right: 0px;
}
.contact-mdl-sect h2 {
    margin-bottom: 35px;
    text-transform: inherit;
}

.contact-left ul li {
    list-style: none;
}

.contact-left ul li a {
    display: block;
    margin-bottom: 40px;
    position: relative;
    padding-left: 80px;
}

.contact-left ul li a::before {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-left ul li:hover a::before {
    filter: invert(54%) sepia(84%) saturate(3056%) hue-rotate(339deg)
        brightness(101%) contrast(101%);
}

.contact-left ul li:first-child a::before {
    background-image: url("../images/icon-phone-call-black.svg");
}
.mse-phone {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 0px 0px 5px 0px;
    width: 100%;
}
.mse-text {
    margin-top: 0px;
}

.contact-left ul li:nth-child(2) a:last-child::before {
    background-image: url(../images/icon-email-black.svg);
}
.contact-left ul li:nth-child(3) a:last-child::before {
    background-image: url(../images/icon-pin-black.svg);
}

.map_sec {
    width: 100%;
    display: block;
    margin: 50px 0 0;
}

.map_sec iframe {
    width: 100% !important;
}

.contact-form-sec.normal-content {
    padding-bottom: 0;
}

.contact-form-sec .ginput_recaptcha > div {
    text-align: center;
    margin: 0 auto;
}
/* End of Contact Page */

/* Start of Terms & Condtions */
.page-content-sec li {
    margin-bottom: 20px;
}
/* End of Terms & Condtions */

/* Start of team */
.team-touch-sec {
    padding: 50px 0px;
}
/* End of team */
/* Start Interest Finance */
.why-choose-sec.interest-lists {
    padding-top: 50px;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
}
.interest-lists p {
    margin: 15px 0px;
}
.why-choose-cont {
    padding: 50px 0px 25px 0px;
    display: inline-block;
    width: 100%;
}
.why-choose-cont p {
    margin: 30px 20px 50px;
}
.interest-page .service-sec {
    text-align: center;
    padding-bottom: 35px;
}
.interest-page .normal-content a.btnlink {
    color: #03193a;
    text-align: center;
    display: block;
    margin-bottom: 35px;
    font-family: "Oswald";
    font-weight: 500;
}
.interest-page .normal-content a.btnlink:hover {
    color: #ff6633;
}
.interest-page .page-content-sec.normal-content {
    text-align: left;
}
.interest-page .why-choose-box {
    width: 25%;
}
.learn-sect {
    background: none;
    text-align: center;
}
.interest-apply-sec .service-list-sec {
    display: flex;
    margin-left: 0px;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
}
.interest-apply-sec .service-box {
    width: 25%;
    display: flex;
    padding: 25px 15px;
}
.interest-apply-sec .service-box .service-single {
    padding: 25px 15px;
}
/* End Interest Finance */

/* Start of 404 page */
.error404 .normal-content .footer-bottom {
    display: block;
}

.error404 .normal-content .basic-menu {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    text-align: left;
}

.error404 .normal-content .menu-title {
    font-weight: bold;
    margin: 20px 0;
}

.error404 .normal-content .basic-menu a {
    padding: 5px 0;
    display: block;
}
/* End of 404 page */

/* Start of about page */
.abt-service-sec {
    text-align: center;
    padding: 0px;
}
/*
.about-page .about-sec {
    margin-top: 50px;
}*/
.about-page .intro-sec {
    text-align: center;
    padding: 50px 0px 25px;
}
.about-page .intro-sec.top-sp {
    padding-top: 140px;
}
.intro-sec p {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: 26px;
    color: #353535;
}
.abt-customer-sec {
    padding: 45px 0px 0px;
    text-align: center;
}
.abt-customer-sec p {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: 26px;
    color: #353535;
}
.service-popup-inner .section-title {
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    text-align: left;
}
.service-popup-inner p {
    margin: 15px 0px;
}
.intro-sec p {
    margin-bottom: 30px;
}
.service-popup .modal-content {
    width: 650px;
}
.banner-quote-form.quick-popup {
    display: block;
    position: absolute;
    top: -50px;
    background: #fff;
    width: auto;
    height: auto;
}
.banner-quote-form label.gfield_label {
    display: none;
}
.banner-quote-form.quick-popup .gform_wrapper span.gform_description {
    font-size: 14px;
    font-weight: 600;
}
/* End of about page */

/* Start of our team page */
.our-team .intro-sec h2 {
    font-size: 24px;
}

.our-team .Team-photo-sec p {
    font-family: "Open Sans";
}
.our-team .Team-photo-sec {
    padding-bottom: 60px;
}
/* End of our team page */

/* Start of search page */
.post-box {
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.pager .page-numbers {
    padding: 10px;
    margin: 5px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    width: 22px;
    display: inline-block;
    text-align: center;
}

.pager .page-numbers.next,
.pager .page-numbers.prev {
    width: auto;
}

.pager .page-numbers.current,
.pager a.page-numbers:hover {
    color: #ff5929;
    border: 1px solid #ff5929;
}
/* End of search page */

/* Start of our company page */
.company-page .video-sec {
    margin-bottom: 0px;
}
.company-mdl-sect .section-title,
.company-mdl-sect .intro-desc,
.company-mdl-sect .intro-img {
    text-align: left;
}
.company-page .squarebox-sec {
    padding-top: 30px;
    text-align: center;
}
.squarebox-inner {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.squarebox-inner .square-box:nth-child(4n) {
    margin-left: 0%;
}
.company-page .squarebox-sec p {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: 26px;
    color: #353535;
}
.company-page .learn-sect .section-title,
.interest-page .learn-sect .section-title,
.review-page .learn-sect .section-title {
    margin: 0px;
}
.company-page .learn-sect p,
.review-page .learn-sect p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: 26px;
    color: #353535;
}
.company-page .why-choose-cont,
.review-page .why-choose-cont {
    padding: 25px 0px;
}
.company-service-list {
    display: flex;
    flex-wrap: wrap;
}
.company-service-list .service-box {
    display: flex;
}
/* End of our company page */
/* Start of review page */
#ndrsl-grid.ndrsl-fixed-height .ndrsl-col-inner .ndrsl-live-testimonial {
    height: auto !important;
}
.review-page .why-choose-box {
    margin-bottom: 20px;
}
/* End of review page */
/*==================================
*  Start Media Queries
==================================
*/
@media only screen and (max-width: 1500px) {
    /* Start of Header */
    .header-menu-box > ul > li > a {
        font-size: 16px;
    }
    .head-mobile-num {
        font-size: 30px;
    }
    .head-mobile-text {
        font-size: 16px;
    }
    /* End of Header */

    /* Start of Home Page */
    .hom-banner {
        padding: 40px 0 25px;
    }

    .hom-banner-content {
        width: 750px;
    }

    .hom-banner-content .hom-banner-top h1 {
        font-size: 32px;
    }

    .hom-banner-content .hom-banner-top p {
        font-size: 18px;
    }

    .hom-banner-content .hom-banner-top a {
        font-size: 18px;
    }

    .hom-banner-content .hom-banner-top a > img {
        width: 18px;
        margin-top: 4px;
    }

    .hom-banner-testi {
        margin-top: 30px;
    }

    .hom-banner-testi p {
        font-size: 14px;
    }

    .hom-banner-test-cont p {
        font-size: 16px;
        margin: 0px;
    }

    .air-touch-img {
        left: -6%;
    }
    .air-touch-content {
        margin-left: -20px;
    }
    /* End of Home Page */
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 960px;
    }

    /* Start of Header */
    .logo img {
        max-width: 220px;
    }

    .head-mobile-num {
        font-size: 24px;
    }

    .head-mobile-text {
        font-size: 14px;
    }

    .header-menu-box > ul li {
        margin: 0 4px;
    }

    .header-menu-box > ul > li > a {
        font-size: 14px;
    }

    .header-menu-box > ul > li.has-icon > a::before {
        margin-right: 4px;
        width: 20px;
        height: 20px;
        background-size: 15px;
    }
    /* End of Header */

    /* Start of Footer Section */
    .footer-sec .connection-title,
    .footer-sec .footer-brand-title,
    .footer-sec .menu-title {
        font-size: 14px;
    }

    .footer-sec .icon-menu ul li::before {
        height: 20px;
        width: 20px;
    }

    .footer-sec .icon-menu ul li a {
        font-size: 20px;
    }

    .footer-sec .basic-menu .menu-list ul li a {
        font-size: 12px;
    }

    .footer-sec .basic-menu {
        margin-left: 4%;
    }

    .footer-sec .footer-copy-right {
        font-size: 12px;
    }

    /* End of Footer Section */

    /* Start of Home Page */
    .section-title,
    .banner-content h1 {
        font-size: 34px;
    }

    .hom-banner-content .hom-banner-top h1 {
        font-size: 30px;
    }

    .about-content img {
        max-width: 140px;
    }

    .why-choose-sec {
        background-position: center bottom -5px;
        padding-bottom: 10px;
        margin-top: -130px;
        background-size: 990px;
    }

    .service-list-sec {
        width: 1000px;
        margin-left: -20px;
    }

    .service-box {
        padding: 20px;
    }

    .service-single {
        padding: 30px 20px;
    }

    .speacial-deal-box h5 {
        font-size: 16px;
        height: 2em;
        padding: 0 3px;
    }

    .offer-cont {
        font-size: 18px;
        top: 85px;
        right: -40px;
    }

    .call-us-content h2 {
        margin: 20px 0;
    }

    .call-us-single {
        margin: 0 0 15px;
    }

    .call-us-content .section-title {
        margin: 20px 0px;
    }

    /* Start of Latest Blog Section */
    .latest-blog-sec .blog-title a {
        font-size: 18px;
    }
    /* End of Latest Blog Section */

    /* Start of Air Touch Section */
    .air-touch-img {
        top: 40px;
    }

    .air-touch-img img {
        max-width: 190px;
    }

    .air-touch-content .small-text {
        font-size: 16px;
    }

    .air-touch-content .big-text {
        font-size: 34px;
        max-width: 430px;
    }

    /* End of Air Touch Section */

    /* End of Home Page */

    /* Start of Blog Page */
    .blog-section .blog-desc {
        margin: 70px 0px;
    }
    .blog-section .blog-col .blog-title a,
    .blog-section .blog-load-more-section a {
        font-size: 16px;
    }
    .blog-section .blog-top-content .blog-title a {
        font-size: 20px;
    }
    .blog-section .blog-col .blog-sub-desc {
        font-size: 12px;
        line-height: 20px;
    }

    .blog-section .blog-load-more-section a {
        padding: 10px 30px;
    }
    /* End of Blog Page */

    /* Start of Service Page */
    .services-block-section .container {
        margin: 70px auto;
    }

    .service-section .emergncy-title p {
        font-size: 32px;
    }

    .service-section .services-block-section .srvices-desc {
        padding-left: 30px;
    }

    .service-section
        .services-block-section
        .services-row:nth-child(even)
        .srvices-desc {
        padding-right: 30px;
    }

    .service-section .emergncy-title h2 {
        font-size: 45px;
    }
    /* End of Service Page */

    /* Start of About Page */
    .about-video iframe {
        width: 820px;
        height: 425px;
    }

    .about-founder p {
        font-size: 18px;
    }

    .business-model-sec .business-desc {
        max-width: 90%;
    }

    .business-model-sec .key-points li {
        font-size: 23px;
    }
    /* End of About Page */

    /* Start of Data Services Page */
    .data-services-page .why-choose-us-title {
        font-size: 16px;
    }

    .data-services-page .why-choose-box {
        margin-right: 4%;
    }

    .data-services-page .why-choose-box p {
        font-size: 12px;
    }

    .banner-quote-form .form-title {
        font-size: 23px;
    }

    .data-services-sec {
        background-position: center bottom -5px;
        background-size: 990px;
    }

    .data-services-sec .data-serv-inner:before {
        width: 30px;
        height: 88px;
    }

    .data-services-sec .data-serv-inner:before {
        top: -30px;
    }

    .service-offer-list {
        padding: 30px 0px 25px 40px;
    }

    .service-offer-list ul li {
        font-size: 16px;
    }

    .blue-content {
        padding-left: 15px;
    }
    /* End of Data Services Page */

    /* Start of Blog Single Page */
    .blog-single-page .inner-container {
        max-width: 696px;
    }
    .blog-single-content h4,
    .related-blog-sec .blog-related-title {
        font-size: 20px;
    }
    /* End of Blog Single Page */

    /* Start of Full Width Page */
    .squarebox-sec .square-box {
        width: 26.58%;
        padding: 25px 25px 20px;
    }

    .squarebox-sec .sq-num {
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .page-full .blue-sec .popup-title {
        font-size: 16px;
    }

    .squarebox-sec .sq-title,
    .page-full .blue-sec .popup-main-title {
        font-size: 20px;
        line-height: 30px;
    }

    .page-full .gallery-sec .gallery-box {
        padding: 70px 20px;
    }

    .page-full .gallery-sec .gallery-box h4 {
        font-size: 16px;
    }
    /* End of Full Width Page */

    /* Start of page with sidebar */
    .page-with-sidebar .squarebox-sec .square-box {
        width: 26%;
        padding: 20px;
    }

    .page-with-sidebar .squarebox-sec .sq-num {
        margin-bottom: 20px;
    }

    .page-with-sidebar .blue-sec {
        margin: 20px 0px 90px;
    }

    .page-with-sidebar .blue-sec .blue-inner-content {
        padding: 30px;
    }

    .page-with-sidebar .blue-sec .popup-content {
        padding: 40px 20px;
        max-width: 270px;
        right: -100px;
    }

    .page-with-sidebar .get-started {
        padding: 20px 50px;
    }
    /* End of page with sidebar */
    /* Start of Interest */
    .why-choose-sec.interest-lists {
        max-width: 100%;
    }
    /* End of Interest */
}

@media only screen and (max-width: 1199px) {
    /* Start of Header */
    .logo img {
        max-width: 190px;
    }

    .head-mobile-num {
        font-size: 20px;
    }

    .head-mobile-text {
        font-size: 12px;
    }

    .header-menu-box > ul > li > a {
        font-size: 12px;
    }

    .header-menu-box > ul > li.menu-item-has-children > a::after {
        margin-top: 4px;
    }

    .header-call-box {
        padding-left: 44px;
        background-size: 24px;
    }
    /* End of Header */

    /* Start of the Home page */

    /* Start of Air Touch Section */
    .air-touch-img {
        left: 0px;
    }

    .air-touch-content {
        margin-left: 20px;
    }
    /* End of Air Touch Section */

    /* End of the Home page */

    /* Start of Service page */
    .service-section .emergncy-section a::after {
        height: 25px;
        width: 35px;
        background-size: 35px 30px;
    }
    /* End of Service page */

    /* Start of Modal */
    .quick-popup .modal-content {
        width: 850px;
    }
    /* End of Modal */
    /* Start of Contact */
    .contact-left {
        width: 35%;
    }
    .contact-right {
        width: 56%;
    }
    .blog-section iframe {
        width: 100%;
        height: 300px;
    }
    /* End of Contact */
    /* Start Of Interest */
    .interest-apply-sec .service-box {
        width: 33%;
    }
    /* End Of Interest */
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 720px;
    }

    /* Start of Header */
    .mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
        padding-right: 10px;
    }

    .mm-navbars_top .mm-navbar {
        display: block;
    }

    .mm-navbars_top .mm-navbar .logo {
        width: 70%;
        margin: 0 auto;
        padding: 10px 0px;
        display: block;
    }

    .mm-navbars_bottom .header-call-box {
        text-align: center;
        padding-left: 0px;
        background-position: 30px 0px;
        margin-right: 0px;
        max-width: 256px;
        margin: 20px auto 0px;
        background-size: 26px;
    }

    .header-menu-sec {
        display: none;
    }

    .header-sec {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 15px 0px;
    }

    .header-sec .mburger {
        display: block;
        position: absolute;
        right: 0;
    }

    .header-sec .mburger b {
        color: #ff6633;
    }

    .header-call-sec {
        display: none;
    }

    .logo {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    /* End of Header */

    /* Start of Footer Section */
    footer {
        position: relative;
    }

    .footer-sec .footer-logo img {
        max-width: 200px;
    }

    .footer-sec .footer-social {
        margin-left: 50px;
    }

    .footer-sec .brand-logo img {
        max-width: 100px;
        max-height: 50px;
    }

    .footer-sec .footer-bottom > div {
        width: 200px;
        margin-bottom: 20px;
    }

    .footer-sec .basic-menu {
        margin-left: 0px;
    }
    /* End of Footer Section */

    /* Start of Home Page */
    /*.section-title,*/
    /*.hom-banner-content .hom-banner-top h1,*/
    /*.banner-content h1 {*/
    /*    font-size: 30px;*/
    /*}*/

    .hom-banner-content {
        width: 690px;
    }

    .video-box iframe {
        height: 405px !important;
    }

    .video-box {
        padding: 35px 0;
    }

    .service-single h4 {
        font-size: 22px;
    }

    .service-list-sec {
        width: 750px;
        margin-left: -15px;
        display: inline-table;
    }

    .service-box {
        padding: 15px;
    }

    .speacial-deal-box h5 {
        font-size: 14px;
    }

    .about-content img {
        max-width: 110px;
        margin-right: 10px;
    }

    .why-choose-box img {
        width: auto;
        max-width: 60px;
        height: auto;
        max-height: 60px;
    }

    .why-choose-sec {
        background-position: center bottom -5px;
        padding-bottom: 10px;
        margin-top: -130px;
        background-size: 740px;
        background-position: center bottom;
    }

    .why-choose-sec p {
        font-size: 12px;
        margin: 10px 0 30px;
    }

    .call-us-img,
    .call-us-content {
        display: inline-block;
        width: 100%;
    }

    .call-us-img img {
        margin: -70px auto 0px;
    }

    .call-us-content {
        padding: 30px;
    }

    /* Start of Review Section */
    .review-sec .review-inner > div {
        display: block;
    }

    .review-sec .review-text,
    .review-sec .review-slider {
        width: 100%;
    }

    .review-slider .owl-carousel .owl-stage-outer {
        margin-left: 0px;
    }

    .review-slider .owl-nav .owl-prev {
        left: 5px;
    }

    .review-slider .owl-nav .owl-next {
        right: 5px;
    }
    /* End of Review Section */

    /* Start of Air Touch Section */
    .air-touch-sec {
        padding: 60px 0px;
    }

    .air-touch-sec .d-flex,
    .air-touch-left > div {
        display: block;
    }

    .air-touch-sec .d-flex {
        margin: 0 auto;
        text-align: center;
    }

    .air-touch-img {
        top: 0px;
    }

    .air-touch-content,
    .air-touch-right {
        margin: 20px 0px;
    }

    .air-touch-right {
        display: inline-block;
    }

    .air-touch-content .big-text {
        font-size: 30px;
        max-width: 380px;
        margin: 0 auto;
    }
    /* End of Air Touch Section */

    /* End of Home Page */

    /* Start of Blog Page */
    .blog-section .blog-col {
        height: 300px;
    }
    .blog-section .blog-desc {
        margin: 50px 0px;
    }
    .blog-section .blog-col .blog-sub-desc p,
    .blog-section .blog-col .blog-title a {
        font-size: 14px;
    }
    .blog-section .blog-top-content .blog-title a {
        font-size: 18px;
    }
    .blog-section .blog-cat a {
        font-size: 8px;
    }
    .blog-section .blog-col .blog-sub-desc {
        font-size: 10px;
    }
    .blog-section .blog-content {
        padding: 10px;
    }
    .blog-section .blog-load-more-section a {
        font-size: 14px;
        padding: 8px 20px;
    }
    .blog-section .blog-col .blog-title {
        padding: 5px 0px;
    }

    .blog-section .air-touch-left,
    .team-touch-sec .air-touch-left {
        max-width: 80%;
        margin: 0 auto;
    }

    .blog-section .air-touch-right,
    .team-touch-sec .air-touch-right {
        display: block;
        padding-top: 20px;
    }

    .team-touch-sec .air-touch-content,
    .team-touch-sec .air-touch-right,
    .team-touch-sec .air-touch-content,
    .team-touch-sec .air-touch-right {
        margin: 0px;
    }
    /* End of Blog Page */

    /* Start of Service Page */
    .services-block-section .container {
        margin: 50px auto;
    }

    .service-section .services-block-section a {
        font-size: 16;
        margin-top: 15px;
        padding: 10px 30px;
    }

    .service-section .services-block-section p {
        font-size: 14px;
        margin: 5px 0px;
        line-height: 20px;
    }

    .data-services-sec .section-title {
        margin-top: -29px;
    }
    /* End of Service Page */

    /* Start of About Page */
    .about-page .intro-sec.top-sp {
        padding-top: 50px;
    }
    .about-video iframe {
        width: 580px;
        height: 301px;
    }

    .founder-box {
        max-width: 560px;
    }

    .business-model-sec .key-points li {
        font-size: 20px;
        line-height: 35px;
        padding-left: 50px;
    }

    .business-model-sec .key-points li:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .service-area-sec .area-list li {
        font-size: 14px;
    }

    .service-area-sec .inner-list-area {
        padding-left: 40px;
    }
    /* End of About Page */

    /* Start of Data Services Page */
    .data-services-page .banner-inner-box,
    .about-page .banner-inner-box {
        display: block;
    }
    .data-services-page .banner-left,
    .about-page .banner-left,
    .data-services-page .banner-right,
    .about-page .banner-right {
        width: 100%;
    }

    .banner-quote-form {
        position: relative;
        top: 0;
        max-width: 320px;
        margin: 30px auto 0px;
    }

    .banner-quote-form.quick-popup {
        position: relative;
        top: 0;
    }

    .intro-video iframe {
        width: 350px;
    }
    .data-services-sec {
        background-position: center bottom;
        background-size: 740px;
    }

    .service-offer-list ul {
        column-count: 2;
    }

    .data-services-sec .data-serv-inner:before {
        width: 25px;
        height: 78px;
    }
    /* End of Data Services Page */

    /* Start of Blog Single Page */
    .blog-single-page .inner-container {
        max-width: 522px;
    }

    .blog-single-page .blog-single-img {
        padding-bottom: 30px;
    }

    .author-info .author-desc p {
        padding: 0px 15px;
    }
    /* End of Blog Single Page */

    /* Start of Full Width Page */
    .squarebox-sec .square-box {
        width: 26.16%;
        padding: 20px;
    }

    .squarebox-sec .sq-num {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .page-full .blue-sec .get-started {
        padding: 20px 50px;
    }

    .page-full .blue-sec .popup-title {
        font-size: 14px;
    }

    .squarebox-sec .sq-title,
    .page-full .blue-sec .popup-main-title {
        font-size: 18px;
        line-height: normal;
    }

    .page-full .gallery-sec {
        padding: 40px 0px;
    }

    .page-full .gallery-sec .gallery-inner {
        display: table;
    }

    .page-full .gallery-sec .col {
        width: 100%;
    }

    .page-full .gallery-sec .gallery-left {
        display: table-footer-group !important;
    }

    .page-full .gallery-sec .gallery-right {
        display: table-header-group !important;
    }

    .page-full .gallery-sec .gallery-right .gallery-content {
        padding: 0px;
        margin-bottom: 20px;
    }
    /* End of Full Width Page */

    /* Start of page with sidebar */
    .page-with-sidebar .gallery-sec {
        padding: 80px 0px 20px;
    }

    .page-with-sidebar .gallery-sec .gallery-box {
        max-width: 300px;
        display: block;
        margin: 25px auto;
    }

    .page-with-sidebar .aside {
        display: block;
    }

    .page-with-sidebar .page-side-left,
    .page-with-sidebar .page-side-right {
        width: 100%;
    }

    .page-with-sidebar .page-side-right {
        padding-top: 30px;
        max-width: 290px;
        margin-left: 0px;
        margin-bottom: 60px;
    }
    /* End of page with sidebar */

    /* Start of Modal */
    .quick-popup .modal-content {
        width: 500px;
    }

    .quote-left h2 {
        font-size: 30px;
    }

    .quick-popup .col {
        display: block;
    }

    .quick-popup .quote-left,
    .quick-popup .quote-right {
        width: 100%;
    }

    .quick-popup .quote-right {
        margin-top: 25px;
    }
    /* End of Modal */

    /* Start of Contact Page */
    .contact-form-sec .gform_wrapper {
        max-width: 100%;
    }

    /* End of Contact Page*/
    /* Start Of Interest */
    .interest-apply-sec .service-box {
        width: 50%;
    }

    /* End Of Interest */
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0px 15px;
    }

    /* Start of Footer Section */
    .footer-sec .footer-top,
    .footer-sec .footer-top-left {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }

    .footer-logo,
    .footer-top-left {
        padding-bottom: 50px;
    }

    .footer-sec .footer-logo {
        display: block;
    }

    .footer-logo,
    .footer-sec .footer-social,
    .footer-brand-title {
        text-align: center;
    }

    .footer-sec .footer-social {
        margin-left: 0px;
    }

    .footer-sec .brand-logo {
        justify-content: center;
    }

    .footer-sec .footer-bottom > div {
        width: 178px;
    }

    .footer-sec .footer-copy-right {
        text-align: center;
        flex-direction: column-reverse;
    }

    .footer-sec .terms-links {
        margin-left: 0px;
        margin-bottom: 15px;
    }
    /* End of Footer Section */

    /* Start of the Home page */
    .hom-banner {
        padding: 30px 0;
    }

    .hom-banner .container,
    .hom-banner-content {
        width: 100%;
    }

    .hom-banner-content .hom-banner-top h1 {
        font-size: 28px;
    }

    .hom-banner-content .hom-banner-top p {
        font-size: 18px;
    }

    .hom-banner-content .hom-banner-top a {
        font-size: 18px;
        padding: 15px 20px;
    }

    .hom-banner-testi p {
        font-size: 12px;
    }

    .hom-banner-test-cont p {
        font-size: 14px;
    }

    .hom-banner-content .hom-banner-top a > img {
        margin-top: 0px;
        margin-left: 4px;
    }

    .video-box {
        padding: 30px 0;
        background-position: center bottom 10px;
    }

    .video-box iframe {
        height: 305px !important;
    }

    .service-list-sec {
        width: 100%;
        margin-left: 0;
        text-align: center;
        display: block;
    }

    .service-list-sec .service-single {
        min-height: auto;
    }

    .service-list-sec .owl-carousel .owl-item img {
        width: 20px;
    }

    .service-box {
        padding: 20px 20px 40px;
        width: 300px;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
    }

    .about-sec {
        padding: 50px 0;
    }

    .about-content {
        width: 100%;
        text-align: center;
        padding: 0 4%;
        box-sizing: border-box;
    }

    .about-content img {
        max-width: 72px;
        margin: 10px 2px;
    }

    .about-content .more-info {
        margin: 20px auto;
    }

    .why-choose-sec {
        margin-top: 0;
    }

    .why-choose-boxes {
        display: block;
        text-align: center;
    }

    .why-choose-box,
    .interest-page .why-choose-box {
        display: inline-block;
        width: 140px;
        text-align: center;
        margin: 0 auto 30px;
        padding: 0 10px;
    }

    .why-choose-sec p {
        margin: 15px 0;
        font-size: 13px;
    }

    .speacial-deal-box {
        width: 280px;
        margin: 0 auto 20px;
    }

    .call-us-single {
        width: 100%;
    }

    /* Start of Review Section */
    .review-sec .review-box {
        min-height: auto;
    }

    .review-sec .review-box {
        padding: 15;
        margin: 15px 10px;
    }

    .review-slider .owl-nav {
        text-align: center;
    }

    .review-slider .owl-nav > button {
        position: relative;
        top: unset;
    }

    .review-slider .owl-nav .owl-prev {
        left: unset;
    }

    .review-slider .owl-nav .owl-next {
        right: unset;
        margin-left: 15px;
    }
    /* End of Review Section */

    /* Start of Latest Blog Section */
    .latest-blog-sec {
        padding: 60px 0px;
    }

    /*.section-title, .banner-content h1 {*/
    /*    font-size: 28px;*/
    /*}*/

    .latest-blog-sec .blog-title a {
        font-size: 16px;
    }

    .recent-blog-list .blog-item {
        width: 48.66%;
    }
    /* End of Latest Blog Section */

    /* Start of Air Touch Section */
    .air-touch-content .small-text {
        font-size: 14px;
    }

    .air-touch-content .big-text {
        font-size: 28px;
    }
    /* End of Air Touch Section */

    /* End of the Home page */

    /* Start of Blog Page */
    .blog-section .blog-top-content {
        height: 300px;
    }
    .blog-section .blog-desc {
        margin: 30px 0px;
    }

    .blog-section .blog-top-content {
        max-width: 100%;
        margin: 0 auto;
    }

    .blog-section .blog-col {
        width: 400px;
        margin: 5% auto !important;
        display: block;
    }

    .blog-section .blog-col .blog-img img {
        width: 100%;
    }
    /* End of Blog Page */

    /* Start of Service Page */
    .service-section .page-banner,
    .blog-section .page-banner {
        padding: 100px 0px;
    }

    .services-block-section .container {
        margin: 30px 0px;
    }
    .service-section .services-inner-img {
        width: 100%;
    }

    .service-section .services-block-section .services-row {
        max-width: 450px;
        margin: 0 auto;
    }

    .service-section .services-block-section .services-row,
    .service-section .services-block-section .services-row:nth-child(even) {
        flex-direction: column;
    }

    .service-section .services-block-section .services-img,
    .service-section .services-block-section .services-text-content {
        width: 100%;
    }

    .service-section .services-block-section .srvices-desc {
        padding: 20px 0px 40px;
        position: unset;
        top: 0%;
        transform: none;
    }

    .service-section .emergncy-title p {
        font-size: 26px;
    }

    .service-section .emergncy-title h2 {
        font-size: 34px;
    }

    .service-section .emergncy-section a::after {
        height: 20px;
        width: 25px;
        background-size: 25px 20px;
    }
    /* End of Service Page */

    /* Start of About Page */
    .page-banner {
        padding: 40px 0px;
    }

    .intro-sec,
    .service-area-sec,
    .business-model-sec {
        padding: 40px 0px;
    }

    .intro-sec .col,
    .business-model-sec .col,
    .service-area-sec .col {
        display: block;
        width: 100%;
    }

    .intro-sec .intro-img,
    .intro-sec .intro-content {
        width: 100%;
    }

    .intro-content {
        margin-top: 20px;
    }

    .intro-img img {
        margin: 0 auto;
        display: block;
    }

    .about-page .video-sec {
        margin: 10px 0 40px;
    }

    .about-video iframe {
        width: 100%;
    }

    .founder-box {
        max-width: 460px;
        margin: 20px auto;
    }

    .business-right {
        margin-top: 30px;
    }

    .business-model-sec .business-desc {
        max-width: 100%;
    }

    .service-area-sec .container {
        display: block;
    }

    .service-area-list {
        margin-top: 30px;
    }

    .service-area-sec .inner-list-area {
        padding-left: 0px;
    }
    /* End of About Page */

    /* Start of Data Services Page */
    .data-services-page .why-choose-box {
        margin-right: 0px;
        width: 140px;
    }

    .data-services-page .intro-content {
        margin-top: 30px;
    }

    .data-services-page .intro-sec .intro-img,
    .intro-video iframe {
        float: none;
    }

    .intro-video iframe {
        margin: 0 auto;
        display: block;
    }

    .data-services-sec {
        margin-top: 50px;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .data-services-sec .data-serv-inner:before {
        height: 70px;
    }

    .service-offer-list ul {
        column-count: 1;
    }

    .blue-sec .col {
        display: block;
    }

    .blue-content {
        padding-left: 0px;
    }

    .blue-sec .blue-left,
    .blue-sec .blue-right {
        width: 100%;
    }
    /* End of Data Services Page */

    /* Start of Full Width Page */
    .page-full .intro-sec {
        padding-bottom: 20px;
    }

    .squarebox-sec {
        padding-bottom: 40px;
    }

    .squarebox-sec .square-box {
        width: 250px;
        margin: 30px auto;
        display: block;
    }

    .squarebox-sec .square-box + .square-box {
        margin-left: auto;
    }

    .page-full .blue-sec {
        margin: 0px;
    }

    .page-full .blue-sec .blue-left,
    .page-full .blue-sec .blue-right {
        width: 100%;
    }

    .page-full .blue-sec .popup-content {
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        top: 20px;
    }
    /* End of Full Width Page */

    /* Start of page with sidebar */
    .page-with-sidebar.container {
        padding: 0px;
    }

    .page-with-sidebar .page-side-right {
        padding: 30px 15px 0px;
    }

    .page-with-sidebar .blue-sec .blue-inner-content {
        padding: 30px 0px;
    }

    .page-with-sidebar .squarebox-sec .square-box {
        width: 250px;
    }

    .page-with-sidebar .blue-sec {
        width: 100%;
    }

    .page-with-sidebar .blue-sec .popup-content {
        max-width: 400px;
        right: 0;
    }
    /* End of page with sidebar */

    /* Start of Offers Page */
    .offer-listing .speacial-deal-box {
        width: 290px;
        margin: 0 auto;
    }
    /* End of Offers Page */

    /* Start of Modal */
    .quick-popup .modal-content {
        width: 400px;
    }

    .gform_wrapper .gform_footer input[type="submit"] {
        padding: 15px 0px;
    }
    /* End of Modal */

    /* Start of Contact Page */
    .contact-form-sec .gfield_label {
        font-size: 14px;
    }

    .contact-form-sec .gform_wrapper .gform_footer input[type="submit"] {
        width: 220px !important;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        margin-right: 0px;
    }
    .contact-mdl-sect {
        margin-top: 30px;
    }
    .contact-right {
        margin-top: 10px;
    }
    /* End of Contact Page*/

    /* Start of Our Team Page */
    .our-team .intro-sec h2 {
        font-size: 20px;
    }
    /* End of Our Team Page */
}

@media only screen and (max-width: 575px) {
    /* Start of the Home page */
    .section-title,
    .hom-banner-content .hom-banner-top h1,
    .banner-content h1 {
        font-size: 24px;
    }

    .hom-banner-content .hom-banner-top p {
        font-size: 16px;
    }

    .hom-banner-content .hom-banner-top a {
        font-size: 14px;
    }

    .hom-banner-test-cont {
        display: block;
        margin-top: 15px;
    }

    .video-box {
        padding: 20px 0;
    }

    .call-us-img img {
        margin: -50px auto 0px;
    }
    /* Start of Latest Blog Section */
    .recent-blog-list .blog-item {
        width: 290px;
        display: block;
        margin: 40px auto 0px !important;
    }
    /* End of Latest Blog Section */

    /* Start of Air Touch Section */
    .air-touch-content .big-text {
        font-size: 24px;
    }
    /* End of Air Touch Section */

    /* End of the Home page */

    /* Start of Blog Page */
    .blog-section .blog-top-content .blog-title a {
        font-size: 16px;
    }
    .blog-section .blog-col .inner-sub-desc {
        font-size: 12px;
    }
    .blog-section .blog-col .blog-sub-desc {
        line-height: 15px;
    }
    .blog-section .blog-col {
        width: 290px;
    }
    /* End of Blog Page */

    /* Start of Service Page */
    .service-section .emergncy-title p {
        font-size: 20px;
    }

    .service-section .emergncy-title h2 {
        font-size: 26px;
    }

    .service-section .emergncy-section a::after {
        width: 20px;
        background-size: 20px 22px;
    }
    /* End of Service Page */

    /* Start of About Page */
    .about-founder p {
        font-size: 16px;
    }

    .founder-box {
        padding: 15px;
    }

    .founder-box .inner-founder:before {
        width: 60px;
        height: 40px;
        right: 15px;
        top: -15px;
    }

    .founder-info {
        font-size: 14px;
    }

    .business-model-sec .key-points li {
        font-size: 16px;
    }
    /* End of About Page */

    /* Start of Data Services Page */
    .intro-video iframe {
        width: 290px;
    }

    .data-services-sec .section-title {
        padding: 5px 20px;
    }

    .data-services-sec .data-serv-inner:before {
        top: -25px;
    }

    .data-services-sec .data-serv-inner:before {
        height: 65px;
        width: 20px;
    }

    .service-offer-list {
        padding: 30px 15px 25px;
    }

    .service-offer-list ul li {
        font-size: 14px;
        padding-left: 34px;
        line-height: 34px;
    }
    /* End of Data Services Page */

    /* Start of Blog Single Page */
    .blog-single-page .inner-container {
        max-width: 290px;
    }

    .blog-single-page .blog-single-img {
        height: 300px;
        padding-bottom: 20px;
    }

    .blog-share {
        padding: 15px;
        display: block;
    }

    .blog-share .share-right {
        margin-top: 15px;
    }

    .blog-single-content h4,
    .related-blog-sec .blog-related-title {
        font-size: 18px;
    }

    .get-started {
        padding: 15px 50px;
    }

    .author-info .author-inner-box > div {
        display: block;
    }

    .author-info .author-img {
        width: 52px;
        margin: 0 auto;
        text-align: center;
    }

    .author-info .author-desc {
        width: 100%;
    }

    .author-info {
        padding: 0px 15px;
    }

    .author-info .author-desc p {
        padding: 15px;
        text-align: center;
    }
    /* End of Blog Single Page */

    /* Start of Full Width Page */
    .page-full .blue-sec .popup-content {
        padding: 20px;
    }

    .page-full .gallery-sec .gallery-box {
        max-width: 300px;
        margin: 25px auto;
        display: block;
    }

    .page-full .gallery-sec .gallery-images-col {
        display: block;
    }

    .page-full .gallery-sec .gallery-images-col {
        width: 100%;
    }

    .page-full .gallery-sec .gallery-images-col:last-child {
        margin-top: 0px;
        margin-left: 0px;
    }
    /* End of Full Width Page */

    /* Start of Modal */
    .quick-popup .modal-content {
        width: 85%;
        padding: 40px 10px;
    }

    .quote-left h2 {
        font-size: 24px;
    }

    .quick-popup .gform_wrapper h3.gform_title {
        font-size: 20px;
    }

    .gform_wrapper .gform_footer input[type="submit"] {
        padding: 10px 0px;
    }
    /* End of Modal */
    /* Start Of Interest */
    .interest-apply-sec .service-box {
        width: 300px;
        margin: 0 auto;
    }
    /* End Of Interest */
}

.section-title h2 {
    font-size: 42px;
}

.section-title h3 {
    font-size: 36px;
}

@media only screen and (max-width: 768px) {
    .section-title h2 {
        font-size: 32px;
    }

    .section-title h3 {
        font-size: 24px;
    }
}
