/**
*	Theme Name: Bumble Roofing
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/
@font-face {
    font-family: 'Gotham Medium';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova A';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_bold';
    src: url('fonts/nexa_bold-webfont.woff2') format('woff2'),
        url('fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Poppins', sans-serif !important;
    max-width: 1920px;
    margin: 0 auto !important;
}
div#wrapper {
    overflow: hidden;
}
a,
a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease;
}

p {
    margin: 0 0 20px;
}

img {
    height: auto;
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
    width: auto !Important
}

.searchform {
    position: relative
}

.searchform input {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 14px 20px;
    width: 100%;
}

.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}


.not-found p {
    margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    float: left;
    width: 55%;
    text-align: right;
    padding-top: 22px;
}
.banner-add .financing-module {
    margin-left: auto !important;
    margin-right: auto !important;
}
.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu,
div.nav-menu>ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0 22px 0 0;
    position: relative;
}

.nav-menu li:last-child {
    margin-right: 25px;
}

.nav-menu li a {
    color: #231f20;
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0 6px;
    text-decoration: none;
}

.yellow-btn a {
    background: #f5ab47;
    padding: 15px 25px !important;
    color: #fff !important;
    background: url(images/btn-polygon.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding-top: 12px !important;
}

.yellow-btn a:hover,
.yellow-btn a:focus {
    color: #fff;
    opacity: 0.8;
}

.nav-menu li:hover>a,
.nav-menu li a:hover,
.nav-menu li:focus>a,
.nav-menu li a:focus {
    color: #f5ab47;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #e35a28;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #db572f;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul,
ul.nav-menu .focus>ul,
.nav-menu .focus>ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
    color: #f5ab47;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
    display: none;
}

/*  Alignment  */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
    padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

/* Pagination  */
.pagination {
    display: block !important;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
    display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 0px;
    color: #343434;
    display: block;
    padding: 5px 15px;
    border: 1px solid #d2d2d2;
    font-size: 15px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #f5a73f;
    color: #ffffff;
     border: 1px solid #f5a73f;
}

.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
    content: '';
    clear: both;
    display: block;
}

.blogdetail {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.site-logo {
    width: 24%;
    float: left;
}

.header-phone a {
    color: #0b1f40;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.header-phone a:hover {
    color: #f5ab47;
}

.site-header {
    padding-top: 10px;
    width: 100%;
    z-index: 9;
    position: absolute;
    max-width: 1920px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.site-header-fixed {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    top: 0;
    position: fixed;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 999;
    background: #ffffff;
}

.site-header-fixed .site-logo img {
    height: 90px;
}

.header-phone img {
    margin-right: 12px;
}

.header-phone {
    float: left;
    padding-top: 33px;
    margin-left: 5px;
}
.social-icons {
    padding-top: 28px;
    float: right;
}
.social-icons .try-free-btn {
    display: none;
     float: left;
}
.social-icons .try-free-btn span.same-btn{
    cursor: pointer;
    font-size: 14px;
    margin-top: -6px;
    padding: 0;
    height: 40px;
    width: 100px;
    line-height: 40px;
    text-align: center;
}
.social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    float: right;
}

.social-icons li {
    display: inline-block;
    margin-left: 2px;
}

.social-icons li a {
    border: 2px solid #cdd1d8;
    width: 30px;
    height: 30px;
    line-height: 23px;
    color: #0b1f40;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
}

.social-icons li a:hover {
    opacity: 0.5;
}

.banner-home {
    width: 100%;
    min-height: 900px;
    background-repeat: no-repeat !important;
    position: relative;
    padding-top: 425px;
}

.site-footer {
    text-align: center;
    padding: 42px 0;
}

.ft-logo {
    margin-bottom: 20px;
}

.footer-menu {
    margin-bottom: 20px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu li {
    display: inline-block;
    border-right: 2px solid #ebebeb;
    padding-right: 20px;
    margin-right: 18px;
}

.footer-menu li a {
    color: #231f20;
    font-size: 19px;
    font-family: 'Proxima Nova A';
}

.footer-menu li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.site-footer a:hover {
    color: #f5ab47;
}

.ft-pp a,
.copyright p,
.policy-lnk {
    margin: 0;
    color: #231f20;
    font-size: 14px;
}

.ft-pp a.disabled {
    padding-left: 20px;
    cursor: default !important;
}

.ft-pp a.disabled:hover {
    color: #231f20;
}



.policy-lnk {
    border-right: 2px solid #ebebeb;
    padding-right: 20px;
    margin-right: 20px;
    /*border-left: 2px solid #ebebeb;*/
    padding-left: 20px;
    margin-left: 20px;
}

.banner-content h1 {
    color: #0b1f40;
    font-weight: 700;
    font-size: 49px;
    text-transform: uppercase;
}

.banner-content p {
    color: #2b2b2b;
    font-size: 29px;
    font-weight: 300;
    padding-right: 22px;
    line-height: 40px;
}

.banner-txtright {
    position: relative;
}

.banner-txtright span {
    color: #2b2b2b;
    font-size: 19px;
    font-weight: 300;
    padding-top: 15px;
    display: block;
}

.banner-home .col-lg-3 {
    padding-left: 0 !important;
}

.banner-txtright::before {
    content: url(images/border.png);
    position: absolute;
    left: -35px;
    top: 10px;
}

.main-bg {
    position: relative;
}

.curve-div {
    position: absolute;
    height: 1960px;
    top: -150px;
    background: url(images/curve-big.png);
    background-repeat: no-repeat;
    width: 100%;
}

.icon-div {
    min-height: 80px;
    text-align: center;
}

.icon-details h2 {
    color: #1b1b1b;
    font-size: 29px;
    font-weight: 500;
}

.icon-details p {
    color: #2b2b2b;
    font-size: 16px;
    margin-bottom: 5px;
}
.lmore-btn .same-btn{
    margin: 7px 0 20px;
}
.same-btn {
    padding: 15px 50px;
    color: #fff;
    background: url(images/btn-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 25px;
    display: inline-block;
    transition: all 0.1s ease;
}

.main-div.same-div2 .same-btn,
.main-div.same-div3 .same-btn {
    margin-left: 30px;
}

.main-div.same-div4 .same-btn {
    margin-left: 20px;
    float: left;
}

.same-btn:hover {
    opacity: 0.8;
    color: #fff;
}

.show-numbers {
    background: url(images/dd.png);
    color: #fff;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 65px;
    font-size: 26px;
    margin: auto;
    margin-bottom: 30px;
    font-family: 'nexa_bold';
}

.main-div {
    min-height: 440px;
}

.icons_text {
    padding-top: 164px;
    padding-bottom: 127px;
    position: relative;
}

.icons_text::before {
    content: '';
    background: url(images/tttt.png);
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    height: 60px;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;

    left: 0;
}

.icons_text::after {
    background: url(images/bg-services.png);
    background-position: center;
    content: '';
    background-repeat: no-repeat;
    width: 100%;
    height: 511px;
    display: block;
    position: absolute;
    bottom: -95px;
    z-index: -1;
    left: 0;
}

.same-div1 .icon-div {
    text-align: left;
    padding-left: 90px;
}

.same-div1 {
    padding-right: 45px;
}

.same-div2 {
    margin-top: 18px;
    max-width: 90%;
}

.same-div2 .icon-div {
    margin-top: 50px;
}

.same-div2 p {
    padding-left: 28px;
}

.same-div2 h2,
.same-div3 h2 {
    text-align: center;
    margin-top: 15px;
}

.gform_wrapper .gfield_radio li label {
    margin-top: 0;
}

.same-div3 p {
    padding-left: 37px;
}

.same-div3 {
    margin-top: 226px;
}

.same-div4 {
    text-align: center;
    margin-left: 85px;
    margin-top: 30px;
    max-width: 509px;
    width: 100%;
}

.same-div4 h2 {
    margin: 20px 0;
}

.same-div4 p {
    text-align: left;
    padding-left: 20px;
}

.our-missions {
    text-align: center;
    position: relative;
    z-index: 9;
}

.our-missions h3 {
    color: #000000;
    font-size: 56px;
    font-weight: 600;

}

.our-missions span {
    color: #2b2b2b;
    font-size: 36px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.our-missions {
    text-align: center;
    position: relative;
    z-index: 9;
    padding-bottom: 272px;
}

.we_started {
    text-align: center;
    position: relative;
    z-index: 9;
}

.we_started h3 {
    color: #000000;
    font-size: 56px;
    font-weight: 600;
    margin: 0;
}

.strated-subheading {
    color: #2b2b2b;
    font-size: 37px;
    font-weight: 300;
}

.main-startedcircles {
    margin-top: 70px;
}

.circle-main {
    width: 380px;
    height: 380px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    margin: auto;
}

.circle-main::after {
    content: url(images/arrow.png);
    position: absolute;
    top: 38%;
    right: -147px;
    z-index: 9;
}

.circle-same2::before,
.circle-same3::before {
    background: #fff;
    width: 50px;
    height: 112px;
    position: absolute;
    left: 0;
    top: 36%;
    display: block;
    content: '';
}

.circle-same2::after {
    top: 37%;
    right: -144px;
}

.circle-same3::after {
    display: none;
}

.inner-circlediv {
    width: 100%;
    height: 366px;
    display: table;
}

.vertically-center {
    display: table-cell;
    vertical-align: middle;
}

.circle-main h5 {
    color: #2b2b2b;
    font-size: 22px;
    font-weight: 400;
    margin-top: 25px;
}

.numbers-circle {
    background: url(images/dd.png);
    color: #fff;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 65px;
    font-size: 26px;
    margin: auto;
    margin-bottom: 0px;
    font-weight: 600;
    position: absolute;
    left: 42%;
    top: -16px;
    font-family: 'nexa_bold';
}

.circle-main:hover .numbers-circle::after {
    background: url(images/hover.png);
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    content: '';
    display: inline-block;
    position: absolute;
    left: -7px;
    z-index: -1;
}

.circle-same2 .numbers-circle {
    top: auto;
    bottom: -18px;
}

.circle-same3 {
    padding-top: 22px;
}

/*
.home_services::before {
	content:  url(images/ssss.png);
	position: absolute;
	left: 290px;
	top: -85px;
}
.home_services::after {
	content: url(images/angles.png);
	position: absolute;
	left: 0px;
	top: -245px;
}
*/
.privacy-policy-pg {
    padding-top: 270px;
}
.privacy-policy-pgct h3, .privacy-policy-pgct h3 strong {
    color: #1b1b1b;
    font-size: 23px;
    font-weight: bold !important;
    margin: 30px 0;
}
.privacy-policy-pgct p {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.privacy-policy-pgct p strong{
    font-weight: 600;
}
.privacy-policy-pgct p a,
.privacy-policy-pgct ul.first-privacy-ul li,
.privacy-policy-pgct ul li a{
    color: #2b2b2b;
    text-decoration: underline !important;
    line-height: 1;
    transition: all 0.4s ease;
}
.privacy-policy-pgct ul.first-privacy-ul li{
    cursor: pointer;
}
.privacy-policy-pgct p a:hover,
.privacy-policy-pgct ul.first-privacy-ul li:hover,
.privacy-policy-pgct ul li a:hover{
    color: #f5ab47;
}
.privacy-policy-pgct ul{
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.privacy-policy-pgct ul li{
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}
.privacy-policy-pgct ul li strong{
    font-weight: 600;
}
.home_services {
    background: url(images/21.png);
    position: relative;
    padding-top: 195px;
    /*	padding-bottom: 180px;*/
}

.home_services h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 30px;
}

.yellow-color {
    color: #f7bc40;
    display: inline-block;
    border: 0;
    position: relative;
}

.yellow-color::after {
    content: '';
    background: url(images/ss.png);
    width: 100%;
    height: 2px;
    display: block;
}

.ser_subheading {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 115px;
    display: block;
}

.main-innerserv {
    text-align: right;
    color: #fff;
    margin-bottom: 150px;
}

.servis-count {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #6a6a6a;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    margin-bottom: 15px;
}

.main-innerserv h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    position: relative;
}

.main-innerserv h5::after {
    content: url(images/arrow-after.png);
    position: absolute;
    right: -40px;
    top: 0;
}

.main-innerserv.maindivsame3,
.main-innerserv.maindivsame4 {
    text-align: left;
    margin-bottom: 46px;
}

.col-lg-6.col-md-12.col-sm-12.padd-right {
    padding-right: 0;
}

.ser-img {
    text-align: center;
}

.home_services h6 {
    text-align: center;
    color: #fff;
    font-size: 34px;
    position: relative;
    z-index: 9;
    margin-top: 90px;
    font-weight: 400;
}

.home_services p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    opacity: 0.7;
}

.main-innerserv.maindivsame3 h5::after,
.main-innerserv.maindivsame4 h5::after {
    right: auto;
    left: -40px;
    transform: rotate(180deg);
}

.bottom-ser {
    background: url(images/curver.png);
}

.bottom-ser {
    background: url(images/curver.png);
    padding: 313px 0 385px;

}

.bottom-ser p {
    color: #151515;
    font-size: 26px;
    font-weight: 500;
    padding: 0 55px;
    text-align: center;
}

.bottom-ser {
    background: url(images/curver.png);
    padding: 313px 0 135px;
    margin-top: -100px;
    position: relative;
}

.customer_bg {
    background-repeat: no-repeat !important;
    padding-top: 385px;
    margin-top: -222px;
    background-size: 101% !important;
    padding-bottom: 185px;
}

.customer_content {
    padding-left: 83px;
    position: relative;
    left: 25px;
}

.customer_content h3 {
    color: #000000;
    font-size: 47px;
    font-weight: 600;
}

.customer_content p {
    color: #383838;
    font-size: 18px;
    font-weight: 300;
}

.cutomer_btn {
    padding: 13px 30px;
    color: #f5a73f;
    font-size: 16px;
    border: 1px solid #f5a73f;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    box-shadow: 6px 0 20px #ccc;
    width: 200px;
    text-align: center;
    letter-spacing: 1.5px;
}

.cutomer_btn:hover {
    background: #f5a73f;
    color: #fff;
}

.main-accordindiv .card-header {
    background: #fff;
    border: 0;
    padding: 16px 0;
    margin-bottom: 0px;
    box-shadow: 0 0 20px #f4f4f4;
    padding-left: 90px;

}

.main-accordindiv .card {
    border: 0;
    background: transparent;
    margin: 0;
    margin-bottom: 15px;
}

.main-accordindiv {
    padding-left: 110px;
}

.countshow {
    background: url(images/acordin.png);
    width: 70px;
    height: 60px;
    color: #fff;
    position: absolute;
    left: -1px;
    top: 0;
    background-repeat: no-repeat;
    padding-top: 14px;
    font-weight: bold;
    padding-left: 20px;
    font-size: 25px;
    background-size: contain;
    font-family: 'nexa_bold';
}

.main-accordindiv .card h5 {
    color: #4e4f4e;
    font-size: 21px;
    font-weight: 300;
}

.main-accordindiv .card h5::after {
    content: url(images/+.png);
    position: absolute;
    right: 20px;
    color: #f5a73f;
}

.main-accordindiv .card .minus h5::after {
    content: url(images/--.png);
}

.main-accordindiv .card-body {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    background: #686868;
    padding-left: 88px;
    padding-bottom: 30px;
}

.main-accordindiv .card-body p {
    margin-bottom: 0;
}

.boot-section {
    padding-top: 95px;
    padding-bottom: 10px;
    background: #f9f9f8;
}

.boot-section h3 {
    color: #182b4d;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.boot-section p {
    color: #383838;
    font-size: 17px;
    font-weight: 300;
}

.red-morebtn {
    background: url(images/read-more.png);
    padding: 9px 35px;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}

.red-morebtn:hover {
    opacity: 0.8;
    color: #fff;
}

.abuot-details {
    position: relative;
    padding-top: 230px;
    padding-bottom: 60px;
    background-repeat: no-repeat !important;
}

.subheading {
    color: #2b2b2b;
    font-size: 32px;
    font-weight: 300;
}

.abuot-details h1 {
    color: #000000;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 110px;
}

.main-abservices {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
}
.main-abservices .start-now-btn{
    display: none;
}
.main-abservices .col-md-4:nth-child(2) .start-now-btn{
    display: block;
    margin-top: 20px;
    cursor: pointer;
}
.about-numbers {
    background: url(images/dd.png);
    color: #fff;
    display: block;
    width: 70px;
    height: 64px;
    text-align: center;
    line-height: 65px;
    font-size: 26px;
    margin: auto;
    margin-bottom: 0;
    margin-bottom: -33px;
    position: relative;
    z-index: 9;
    font-family: "nexa_bold"
}

.about-rep {
    position: relative;
    padding-top: 13px;
    margin-left: 15px;
}

.about-rep h3 {
    color: #2b2b2b;
    font-size: 22px;
    font-weight: 400;
    margin-top: 19px;
}

.about-rep.rep-abdiv2 {
    padding-top: 42px;
}

.about-rep.rep-abdiv3 {
    padding-top: 12px;
    margin-left: 8px;
}

.rep-abdiv2 .about-numbers {
    position: absolute;
    bottom: 100px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.rep-abdiv2 h3 {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
}

.aboutus-history {
    padding-top: 90px;
    background-repeat: no-repeat !important;
}

.aboutus-history center {
    max-width: 1150px;
    margin: 0 auto;
}

.aboutus-history h2 {
    color: #000000;
    font-size: 43px;
    font-weight: 500;
    line-height: 50px;
}

.aboutus-history .yellow-color::after {
    height: 3px;
}

.hist-subheading {
    color: #000000;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 150px;
    display: block;
}

.listing-history {
    background: #fff;
    box-shadow: 0 0 20px #cccccce3;
    text-align: center;
    padding: 32px 30px;
    min-height: 496px;
}

.number-history {
    background: url(images/dd.png);
    color: #f0f0f0;
    display: inline-block;
    width: 67px;
    height: 58px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.listing-history h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    min-height: 75px;
}

.content-history p {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
}

.about-ser {
    padding-top: 170px;
    padding-bottom: 25px;
    margin-top: -85px;
}

.about-ser h5 {
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 135px;
}

.about-ser p {
    color: #151515;
    font-size: 21px;
    font-weight: 300;
    line-height: 38px;
}

.testmonials-main {
    padding-top: 220px;
    text-align: center;
    padding-bottom: 122px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-heading {
    color: #2b2b2b;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 60px;
}

.testimonials-rep {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 20px #cccccc29;
    margin-bottom: 50px;
}

.thumnbnail {
    background-repeat: no-repeat !important;
    background-position: center !important;
    max-width: 153px;
    max-height: 170px;
    margin: auto;
    margin-bottom: 25px;
    background-size: contain !important;
}

.testmonials-content {
    text-align: left;
    padding-left: 30px;
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Oxygen', sans-serif;
    position: relative;
}

.testmonials-content p {
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

.testmonials-content::before {
    content: url(images/quotes.png);
    position: absolute;
    left: -15px;
    top: 0;
}

.name-testi {
    display: block;
    text-align: right;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

.testmonials-main .col-lg-4 {
    padding-left: 25px;
    padding-right: 25px;
}

.testmonials-main .red-morebtn {
    padding: 9px 46px;
    text-transform: capitalize;
}

.contact-us {
    padding-top: 220px;
    text-align: center;
    padding-bottom: 210px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.yellow-bg {
    background: #ffbf3f;
    text-align: center;
    padding: 52px 30px;
    box-shadow: 0 0 20px #cccccc70;
}

.yellow-bg h5 {
    color: #2b2b2b;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 50px;
}

.yellow-bg a {
    color: #2b2b2b;
    font-size: 40px;
    font-weight: 400;
    margin: 15px 0;
    display: block;
}

.phone-img {
    display: block;
}

.contact-us h1 {
    margin-bottom: 0;
}

.form-maindiv {
    background: #fff;
    padding: 52px;
    box-shadow: 0 0 20px #cccccc70;
    width: 97.8%;
    float: right;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: left;
    position: relative;
    bottom: 12px;
    font-size: 12px;
}

.page-subheading {
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
    margin-bottom: 65px;
}

.form-maindiv input {
    width: 100%;
    height: 44px;
    border: 1px solid #c8c8c8;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.form-maindiv input::placeholder {
    color: #5a5a5a;
}

.form-maindiv textarea {
    width: 100%;
    height: 155px;
    border: 1px solid #c8c8c8;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.form-maindiv .wpcf7-submit {
    padding: 11px 55px;
    color: #fff;
    background: url(images/btn-polygon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    width: auto;
    border: 0;
    float: left;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 0;
    height: 48px;
}

.form-maindiv .wpcf7-submit:hover {
    background: url(images/btn-polygonhover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.commercial-main {
    position: relative;
    padding-top: 301px;
    padding-bottom: 230px;
}

.content-commercial h1 {
    color: #231f20;
    font-size: 27px;
    margin-bottom: 35px;
    line-height: 37px;
}

.content-commercial {
    padding-left: 26px;
}

.listing {
    margin-bottom: 20px;
}

.rifgt-corner::after {
    content: url(images/single.png);
    position: absolute;
    right: -15px;
    top: -31px;
}

.bottomleft-corner::after {
    content: url(images/after3.png);
    position: absolute;
    right: 120px;
    bottom: -59px;
}

.listing ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.listing li {
    color: #231f20;
    font-size: 19px;
    font-weight: 400;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.listing li::before {
    content: url(images/check.png);
    position: absolute;
    left: 0;
    top: 3px;
}

.listing p {
    color: #231f20;
    font-size: 17px;
}

.from-commercial {
    padding: 0 160px;
    max-width: 950px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px #cccccc82;
    padding-bottom: 60px;
}

.from-commercial h2 {
    color: #ffffff;
    background: url(images/bg-text.png);
    font-size: 33px;
    font-weight: 500;
    background-repeat: no-repeat;
    text-align: center;
    padding: 33px 20px;
    background-size: cover;
    border-radius: 5px;
}

.commercial-page {
    margin-top: -25px;
    padding-bottom: 100px;
    position: relative;
}

.commercial-page .wpcf7 {
    padding: 0 160px;
    padding-top: 50px;
}

.commercial-page input {
    width: 100%;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    padding: 0 20px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.commercial-page p br {
    display: none;
}

.commercial-page .wpcf7-radio span {
    margin-left: 0;
}

.commercial-page .wpcf7-radio input {
    height: auto;
}

.commercial-page .wpcf7-radio .wpcf7-list-item.first {
    display: block;
}

.commercial-page .wpcf7-submit {
    padding: 9px 55px;
    color: #fff;
    background: url(images/button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    width: auto;
    border: 0;
    float: right;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 0;
}

.commercial-page .wpcf7-submit:hover {
    background: url(images/btn-polygonhover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.giving-backcontentnmain .content-commercial h1 {
    font-size: 33px;
    margin-bottom: 20px;
}

.commercial-main.giving-backcontentnmain {
    padding-bottom: 50px;
}

.commercial-image::after {
    content: url(images/after1.png);
    position: absolute;
    left: -62px;
    bottom: 17px;
}

.commercial-image::before {
    content: url(images/after2.png);
    position: absolute;
    left: 32.6%;
    bottom: -42px;
}

.commercial-image {
    position: relative;
}

.modal-dialog.modal-dialog-centered.from-commercial {
    max-width: 950px;
    display: block;
    padding-bottom: 0;
}

.from-commercial .modal-header {
    padding: 0;
    display: block;
}

.from-commercial button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 50px;
    opacity: 1;
    z-index: 99;
    color: #fff;
}

.from-commercial .modal-title {
    background-size: cover;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

/*.from-quote li{
	padding: 0 160px !important;
}*/
.from-quote li#field_1_46 label{
    float: left;
}
.from-quote li#field_1_46 ul li{
    display: inline-block;
    margin-right: 20px;
    width: auto;
}
.from-quote li#field_1_46 ul li input{
    float: left;
    margin-top: 8px;
}
.from-quote li#field_1_46 ul li label{
    padding-left: 5px;
}
.from-quote li#field_1_8 {
    padding: 0 0px !important;
    margin-top: -20px !important;
    margin-bottom: 60px !important;
    border-radius: 0;
}

.from-quote input {
    width: 100% !important;
    height: 50px;
    background: #fdfdfd;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    color: #2b2b2b;
    font-size: 20px;
    border-radius: 2px;
}

.modal.show .modal-dialog {
    min-height: auto;
}

.gfield_required {
    display: none;
}

.from-quote label {
    margin-bottom: 5px;
    color: #2b2b2b;
    font-size: 16px !important;
    font-weight: 300 !important;

}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    margin-top: 0 !important;
}

.validation_message,
.gform_wrapper div.validation_error {
    display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}

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

.from-quote .gfield_radio input {
    height: auto;
}

.step-countfrom {
    background: url(images/bgnber.png);
    width: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 60px;
    background-size: contain;
    text-align: center;
    line-height: 62px;
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    background-position: center;
    margin-top: 20px;
}

#input_1_12_other {
    width: 200px !important;
    height: 45px;
}

.gfield_radio input {
    height: auto !important;
    margin-bottom: 0;
}

#field_2_8 {
    padding: 0 !important;
    margin-bottom: 70px;
}


.from-quote .bold-label label.gfield_label,
.from-quote #field_1_7 label.gfield_label,
#gform_page_1_2 label.gfield_label,
#field_2_7 .gfield_label,
#gform_page_2_2 .gfield_label {
    color: #161616;
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
    padding-right: 45px;
}

.from-quote .gform_button,
.from-quote .gform_next_button {
    padding: 9px 55px;
    color: #fff;
    background: url(images/button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    width: auto !important;
    border: 0;
    float: right;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 0;
}

.from-quote .gform_button:hover,
.from-quote .gform_next_button :hover {
    opacity: 0.8;
    color: #fff;
}

.modal-content {
    border: 0 !important;
    padding-bottom: 40px !important;
    border-radius: 0 !important;
}

.show-confrmtext {
    border: 2px dashed #ccc;
    text-align: center;
    padding: 50px;
    max-width: 70%;
    margin: auto;
    margin-top: 85px;
    margin-bottom: 50px;
}

.show-confrmtext h5 {
    color: #161616;
    font-size: 42px;
    font-weight: bold;
}

.reach-text {
    color: #161616;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.quote-mainpage .from-commercial .modal-title{
    margin-right: -175px;
}
.from-commercial .modal-title {
    margin-right: -160px;
    margin-left: -160px;
    color: #ffffff;
    background: url(images/bg-text.png);
    font-size: 33px;
    font-weight: 500;
    background-repeat: no-repeat;
    text-align: center;
    padding: 22px 20px;
    background-size: cover;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 48px;
}

.from-commercial .gform_wrapper {
    margin: 0 !important;
}

.modal-body {
    padding: 0 !important;
}

.from-commercial .gform_page_footer {
    padding-right: 115px !important;
    padding-left: 115px !important;
}

.from-commercial .gform_wrapper .gform_heading {
    margin: 0 !important;
}

.modal {
    transform: scale(0);
    transition: all 0.7s ease;
}

.modal.show {
    transform: scale(1);
    transition: all 0.7s ease;
}

#gf_progressbar_wrapper_1,
#gf_progressbar_wrapper_2,
#gf_progressbar_wrapper_3{
    display: none;
}

.gform_previous_button {
    display: none !important;
}

.gform_wrapper .gform_page_footer {
    border: 0 !important;
}

.from-commercial .commercial_form_title,
.from-commercial #field_1_11 {
    padding: 0 !important;
    margin-top: -16px;
    margin-bottom: 60px;
}

.from-commercial .commercial_form_title {
    margin-top: -16px !important;
}

.gform_wrapper .gfield_radio li label {
    padding-left: 10px !important;
    word-spacing: 4px;
}

.page-header {
    position: relative;
    width: 100%;
    height: 330px;
    padding-top: 260px;
}

.commercial-main.giving-backcontentnmain {
    padding-top: 300px;
}

.commercial-main.giving-backcontentnmain .rifgt-corner::after {
    display: none;
}

.commercial-main.giving-backcontentnmain .rifgt-corner::before {
    content: url(images/right-after.png);
    position: absolute;
    right: -53px;
    bottom: -22px;
}

.col-lg-6.col-md-12.col-sm-12.pad-right {
    padding-right: 0;
}

.col-lg-6.col-md-12.col-sm-12.pad-right h1 {
    letter-spacing: 1px;
}

.content-commercial p {
    color: #231f20;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}

.content-commercial p strong {
    display: block;
}

.commercial-page .from-commercial .modal-title,
#field_2_11 .modal-title {
    font-size: 31px;
    text-transform: inherit;
    line-height: 40px;
    padding: 35px 0 !important;
}

#field_2_11 {
    padding: 0 !important;
    margin-bottom: 60px;
}

#input_2_12_other {
    width: 200px !important;
    height: 45px;
}

.quote-mainpage {
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 1500px;
    padding-top: 350px;
}

.d-600 {
	display: initial !important;
}

.h-600 {
	display: none !important;
}
.faq-main {
	background-repeat: no-repeat !important;
	padding-top: 260px;
	padding-bottom: 285px;
}
.faq-main h1 {
    text-align: center;
    color: #2b2b2b;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    
}
.main-bgfaq {
	background: #fff;
    box-shadow: 0 0 20px #cccccc78;
}
.rep-div {
    padding: 40px 60px;
    padding-bottom: 20px;
}
.rep-div:nth-child(2n){
    background: #fefbf5;
}
.question h5  {
    color: #101010;
    font-size: 23px;
    font-family: 'Gotham Book';
}
.question h5  span {
    font-family: 'Gotham Bold';
    display: inline-block;
    color: #f5a73f;
}
.answer-div p {
    color: #101010;
    font-size: 16px;
    font-family: 'Gotham Light';
    line-height: 23px;
}
.answer-div a {
    color: #f5a73f;
     font-family: 'Gotham Medium';
}
.header-diiferdiv {
	position: relative;
	height: 205px;
	width: 100%;
	background-repeat: no-repeat !important;
}
.recources-banner {
	background-repeat: no-repeat !important;
	padding: 188px 0;
}
.recources-banner h1 {
	color: #fff;
	font-size: 54px;
	font-weight: 600;
	margin-bottom: 0;
}
.subheading-res {
	display: block;
	color: #162236;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2.4px;
}
.recources-mainposts {
	background-repeat: no-repeat !important;
	padding-top: 210px;
	margin-top: -102px;
}
.recources-posts h3 {
	color: #231f20;
	font-size: 27px;
	line-height: 37px;
	margin-bottom: 15px;
}
.recources-posts  p {
    color: #7b7b7b;
    line-height: 30px;
    font-size: 16px;
}
.recources-posts .red-morebtn {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}
.main-page-class {
	margin-bottom: 105px;
}
.bg-colorrecources {
    background: #fcfcfc;
    padding-bottom: 60px;
}
.sub-pagenation-div {
    width: 100%;
    text-align: right;
}
.mainn-single {
	background-repeat: no-repeat !important;
	padding-top: 275px;
	padding-bottom: 150px;
}
.mainn-single h1 {
    color: #122548;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 0;
}
.main-post-div {
	margin-top: 50px;
}
.blog-pagemain {
	background-repeat: no-repeat !important;
	padding-top: 230px;
	padding-bottom: 40px;
	background-size: cover !important;
}
.blog-img {
    text-align: center;
}
.blog-pagemain  h1 {
    color: #2b2b2b;
    font-size: 49px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 55px;
}
.contnt-blog {
	background: #fff;
	padding: 42px 45px;
	width: 89%;
	margin: auto;
	box-shadow: 0 3px 10px #cccccc59;
	z-index: 99;
	position: relative;
	bottom: 75px;
    margin-bottom: -15px;
    padding-bottom: 35px;
}
.contnt-blog h3 {
    color: #343434;
    font-size: 23px;
    font-weight: 500;
}
.date-blog {
	color: #5e5e5e;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 500;
	margin: 20px 0 10px;
	display: block;
}
.date-blog p {
    color: #343434;
    font-size: 15px;
    line-height: 24px;
}
.date-blog img {
	margin-top: -4px;
}
.blog-pagemain .pagination {
    margin-top: 0;
}
.next-previousbtn ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.next-previousbtn {
	width: 89%;
	margin: auto;
}
.next-previousbtn li {
    display: inline-block;
}
.next-previousbtn a {
	position: relative;
	padding-left: 60px;
	padding-right: 35px;
	background-size: 100%;
}
.single-post .contnt-blog {
    margin-bottom: -55px;
}
.next-previousbtn li:first-child {
    float: right;
}
.next-previousbtn .red-morebtn img {
	position: absolute;
	left: 25px;
	top: 16px;
}
.next-previousbtn li:first-child a {
    padding-right: 60px;
    padding-left: 35px;
}
.next-previousbtn li:first-child .red-morebtn img {
	position: absolute;
	right: 25px;
	top: 16px;
	left: auto;
}
.comment-singleblog {
	padding: 48px;
	background: #fff;
	box-shadow: 0 3px 10px #cccccc59;
    margin-top: 50px;
}
.comment-reply-title,
.comment-notes,
.comment-form-cookies-consent ,
.comment-singleblog .required{
    display: none;
}
.comment-form-author,
.comment-form-email ,
.comment-form-url {
    width: 33.33%;
    padding-right: 15px;
    float: left;
}
.comment-form-url {
    padding-right: 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    color: #454545;
    font-size: 15px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
    width: 100%;
    height: 48px;
    background: #fafafa;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
}
.comment-form-comment textarea  {
    height: 150px;
}
.comment-title {
    color: #343434;
    font-size: 32px;
    margin-bottom: 30px;
}
.comment-singleblog .submit {
    background: #f5a73f;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 1px;
    border: 1px solid #f5a73f;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
}
.comment-singleblog .submit:hover {
    opacity: 0.8;
}
.comment-singleblog {
	padding: 48px;
	background: #fff;
	box-shadow: 0 3px 10px #cccccc59;
	margin-top: 50px;
	width: 89%;
	margin: 50px auto;
}
.comments ul {
    list-style: none;
}
.url ,
.comment-reply-link,
.comment-meta.commentmetadata a{
    color: #f5a73f;
}
.recent-img {
	width: 30%;
	float: left;
}
.recent-img img{
    display: inline-block;
}
.recent-des {
    width: 70%;
    padding-left: 15px;
    float: left;
}
.sidebar .col-lg-12.col-md-12.col-sm-12:last-child .main-recent {
    border-bottom: 0;
    margin-bottom: 0;
}
.sidebar {
	background: #fff;
	box-shadow: 0 3px 10px #cccccc59;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 25px;
}
.main-recent {
	border-bottom: 1px solid #e9e9e9;
    padding:  0 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.recent-des h6 {
	color: #231f20;
	font-size: 19px;
	font-weight: 500;
	line-height: 21px;
	margin-top: -4px;
}
.date {
    color: #f5a73f;
    font-size: 14px;
}
.sidebar-exploresp{
    color: #231f20;
    display: block;
    font-size: 19px;
    font-weight: 300;
    padding-left: 15px;
}
.sidebar h3 {
    color: #231f20;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
}
.dropdown-categories {
	padding: 0 20px;
    margin-bottom: 60px;
}
.sidebar  select {
    width: 100%;
    border: 1px solid #e9e9e9;
    height: 46px;
    display: block;
    color: #7b7b7b;
    font-size: 16px;
    padding: 0 10px;
}
.recourse-filter h4 {
    color: #231f20;
    font-size: 27px;
    padding-left: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.recources-posts {
	padding-right: 30px;
}
.loader {
    text-align: center;
    display: none;
    width: 100px;
    margin: 0 auto;
}
.proudly-section {
	background-repeat: no-repeat !important;
	padding: 70px 0 70px;
	text-align: center;
}

.proudly-section h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.proudly-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.proudly-section li {
    display: inline-block;
}
.proudly-section li {
	background: #fcce54;
	padding: 10px 15px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
}
.proudly-section h4 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    margin-bottom: 15px;
}
.links-inlinediv {
	margin-bottom: 50px;
	padding-left: 50px;
}
.proudly-section p {
	max-width: 61%;
	font-family: 'Poppins', sans-serif !important;
	font-size: 19px;
	margin: auto;
	color: #fff;
	padding-left: 45px;
}
.proudly-section p a {
    color: #fafc5e;
    font-size: 19px;
    font-weight: 500;
}
.commercial-main.finance-main .content-commercial h1 {
	color: #231f20;
	font-size: 43px;
	margin-bottom: 15px;
	line-height: 46px;
	font-weight: 500;
}
.fince-subheaing {
	color: #231f20;
	font-size: 21px;
	display: block;
	margin-bottom: 20px;
	line-height: 27px;
}
.we-offer-text {
	background: #f5a73f;
	padding: 6px 15px;
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 20px;
    position: relative;
}
.we-offer-text::before {
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 40px;
	position: absolute;
	bottom: -32px;
	left: 16px;
	color: #f5a73f;
}
.banner-add {
	margin-top: 110px;
}
.financing-module {
    width: 100%!important;
    max-width: 552px!important;
}
.commercial-main.finance-main {
	padding-top: 290px;
	padding-bottom: 180px;
}
.commercial-page.finace-page {
	background: #fbfbfa;
    padding-bottom: 0;
}
.commercial-page.finace-page .from-commercial {
    max-width: 910px;
    position: relative;
    padding-top: 200px;
    bottom:  90px;
}
.drop-text {
	display: block;
	font-size: 22px;
	max-width: 78%;
	margin: auto;
    margin-top: 5px;
}
.commercial-page.finace-page .from-commercial .modal-title {
	font-size: 33px;
    text-transform: inherit;
    line-height: 30px;
    padding: 35px 0 !important;
    width: 100%;
    position: absolute;
    top: 0;
}
.commercial-page.finace-page .from-quote textarea {
    width: 100% !important;
    background: #fdfdfd;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    color: #2b2b2b;
    font-size: 20px;
    border-radius: 2px;
    height: 170px;
}
.commercial-page.finace-page .from-quote .gform_button {
    float: left;
}
.commercial-page.finace-page .commercial-image::after {
	content: url(images/after1.png);
	position: absolute;
	left: -53px;
	bottom: -78px;
}
/*  Media Query  */
@media(max-width: 1680px) {
    .banner-home {
        background-size: cover !important;
    }

    .icons_text {
        padding-top: 15px;
    }

    .curve-div {
        background: url(images/curve-big1600.png);
        left: -30px;
        background-repeat: no-repeat;
        width: 101%;
        height: 1615px;
    }

    .bottom-ser {
        background-repeat: no-repeat !important;
        background-size: 100%;
        padding: 225px 0 135px;
    }

    .same-div3 {
        margin-top: 208px;
    }

    .same-div4 {
        margin-left: 0;
        margin-top: 40px;
        max-width: auto;
        width: 100%;
    }

    .icons_text {
        padding-bottom: 112px;
    }

    .our-missions {
        padding-bottom: 140px;
    }

    .home_services h6 {
        position: relative;
        z-index: 9;
    }

    .abuot-details {
        padding-top: 320px;
        background-position: center !important;
    }

    .about-rep {
        margin-left: 0;
    }

    .aboutus-history {
        padding-top: 0;
        background-position: center !important;
    }

    .hist-subheading {
        margin-bottom: 30px;
    }

    .about-ser {
        padding-top: 170px;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .proudly-section {
        background-position: -160px !important;
    }
}

@media(max-width: 1450px) {
    .cutomer_btn {
        width: auto;
    }

    .curve-div {
        width: 100%;
        height: 1355px;
        background-size: 100%;
        top: -210px;
        left: 0;
    }

    .icons_text {
        padding-bottom: 20px;
    }

    .banner-home {
        width: 100%;
        min-height: 770px;
        padding-top: 310px;
    }

    .our-missions {
        padding-bottom: 100px;
    }

    .bottom-ser p {
        font-size: 20px;
    }

    .customer_bg {
        background-repeat: no-repeat !important;
        padding-top: 250px;
        margin-top: -222px;
        background-size: 96.4% !important;
        padding-bottom: 185px;
    }

    .customer_content {
        left: auto;
        background: rgba(255, 255, 2555, 0.5);
        padding: 30px;
    }
    .proudly-section {
        background-position: 50% !important;
    }
}

@media(max-width: 1366px) {
    .customer_bg {
        padding-top: 220px;
    }
	.nav-menu li a {
		font-size: 17px;
	}
    .curve-div {
        width: 100%;
        height: 1295px;
        background-size: 100%;
        top: -160px;
        left: 0;
    }

    .same-div2 {
        margin-top: 60px;
    }

    .same-div4 {
        margin-top: 80px;
    }

    .banner-home {
        min-height: 670px;
        padding-top: 250px;
    }
}

@media(max-width: 1285px) {
    .yellow-btn a {
        background: none !important;
        padding-left: 0 !important;
    }
    .container {
        max-width: 1165px !important;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .same-div2 {
        margin-top: 43px;
    }
    .main-div {
        min-height: 360px;
    }
    .our-missions h3 {
        font-size: 45px;
    }
    .same-div3 {
        margin-top: 190px;
    }
    .our-missions span {
        margin-bottom: 0;
        margin-top: 0;
    }
    .circle-main::after {
        right: -115px;
    }
    .home_services h6 {
        margin-top: 0;
    }
    .same-div4 {
        margin-top: 58px;
    }
    .icon-details h2 {
        font-size: 24px;
    }
    .curve-div {
        height: 1288px;
    }
    .customer_content h3 {
        font-size: 36px;
    }
    .header-phone {
        width: 20%;
    }
    .customer_bg {
        padding-bottom: 30px;
    }
    .site-logo {
        width: 55%;
    }

    .social-icons {
        padding-top: 28px;
        width: 21%;
        float: left;
    }

    .banner-txtright {
        margin-left: 50px;
    }

    .banner-txtright span {
        font-size: 16px;
    }

    .bottom-ser {
        padding: 200px 0 135px;
    }

    .ser-img {
        text-align: center;
        max-width: 85%;
        margin: auto;
    }

    .customer_content {
        padding-left: 0;
        background: rgba(255, 255, 255, 0.5);
        padding: 20px;
    }

    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 45px;
        right: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
    }

    #menuToggle input {
        width: 32px !important;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }

    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    ul.nav-menu li ul.sub-menu,
    ul.nav-menu li:hover ul.sub-menu {
        display: none !IMportant
    }

    ul.nav-menu li.open ul.sub-menu,
    ul.nav-menu li.open:hover ul.sub-menu {
        display: block !important
    }

    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }

    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }

    ul.sub-menu {
        display: none !Important;
        position: relative !Important;
        top: -100% !Important;
    }

    .site-logo {
        float: left;
    }

    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }

    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }

    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }

    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
    }

    ul.sub-menu li {
        display: block;
    }

    ul.sub-menu,
    .open-submenu {
        transition: all 1s;
    }

    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }

    .nav-bar.open {
        height: 100vh;
        right: 0;
    }

    .nav-menu li a {
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }

    ul.sub-menu li:last-child {
        border: 0px !Important;
    }

    ul.sub-menu li a {
        color: #ffffff !Important;
        font-weight: 600;
    }

    ul.sub-menu li {
        margin: 0px
    }

    ul.sub-menu li:last-child a {
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }

    .nav-menu li:last-child {
        border: 0px !Important;
    }

    .nav-menu li:last-child a,
    .nav-menu .sub-menu,
    .nav-menu .children {
        left: 0;
        width: 100% !important;
    }

    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 100%;
        text-align: left;
        z-index: 999;
    }

    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .content-history p {
        font-size: 16px;
    }
}

@media(max-width: 1248px) {
    .main-accordindiv .card-header {
        padding-left: 80px;
    }
}

@media(max-width: 1170px) {
    .proudly-section {
        background-position: 85% !important;
    }
    .links-inlinediv {
        padding-left: 0;
    }
    .proudly-section p {
        max-width: 100%;
        padding-left: 0;
    }
    .quote-mainpage {
        padding-top: 265px;
    }
    .social-icons,
    .header-phone {
        float: right;
    }

    .header-phone {
        width: 25%;
    }

    .social-icons {
        padding-right: 25px;
        width: 22%;
    }

    .site-logo {
        width: 25%;
    }

    .from-commercial {
        padding: 0 100px 60px 100px;
    }
    .from-commercial .modal-title {
        margin-right: -114px!important;
        margin-left: -100px;
    }

   .main-accordindiv .card-header {
        padding: 19px 35px 19px 85px;
    }

    .curve-div {
       display: none;
    }
    .banner-home .col-lg-3 {
        flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        max-width: 35%;
    }

    /* .site-logo {
        width: 50%;
    }*/
    .banner-content p {
        font-size: 20px;
    }

    .banner-home {
        min-height: 560px;
        padding-top: 250px;
    }

    .same-div2,
    .same-div3,
    .same-div4,
    .same-div2 .icon-div {
        margin-top: 0;
    }

    .same-div2 p,
    .same-div4 p {
        padding-left: 0;
        text-align: center;
    }

    .same-div1 {
        padding-right: 0;
    }

    .icons_text {
        padding-bottom: 20px;
        text-align: center;
    }

    .same-div1 .icon-div {
        text-align: center;
        padding-left: 0;
    }

    .icon-details h2 {
        font-size: 20px;
    }

    .our-missions h3,
    .we_started h3 {
        font-size: 40px;
    }

    .circle-main {
        width: 280px;
        height: 300px;
        margin: auto;
        background-size: 100% !important;
    }

   .circle-main::after {
	background: url(images/arrow.png);
	position: absolute;
	content: '';
	top: 37%;
	right: -140px;
	z-index: 9;
	width: 160px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
}
    .home_services {
        background-size: cover;
    }
    .home_services h6 {
        margin-top: 0;
    }
    .we_started {
        padding-bottom: 30px;
    }

    .customer_content h3 {
        font-size: 30px;
    }

    .main-accordindiv .card h5 {
        font-size: 16px;
    }

    /*.main-accordindiv .card-header {
        padding: 19px 0;
    }*/
    .numbers-circle {
        left: 38%;
    }

    .inner-circlediv {
        height: 260px;
    }

    .bottom-ser {
        padding: 160px 0 135px;
    }

    .bottom-ser p {
        font-size: 16px;
    }

    .home_services h6 {
        font-size: 20px;
        margin-top: 0;
    }

    .customer_bg {
        padding-top: 230px;
        padding-bottom: 60px;
    }

    .abuot-details {
        background-color: #fefefd !important;
        background-image: none !important;
    }
    .circle-main h5 {
        font-size: 20px;
    }
    .customer_bg {
        background-size: cover !important;
        padding-bottom: 0;
    }
    .main-accordindiv {
        padding-left: 30px;
    }
    .commercial-page .from-commercial .modal-title, #field_2_11 .modal-title {
    	width: 126%;
    	margin: 0 -13% !important;
	}
}
@media(max-width: 1024px){
    .social-icons {
        width: 25%;
    }
}
@media(max-width: 980px) {
    .commercial-main.finance-main {
        text-align: center;
    }
	.quote-mainpage .from-commercial .modal-title {
		margin-right: -82px!important;
		margin-left: -67px;
	}
   .commercial-main.finance-main .commercial-image {
        text-align: center;
    }
   .commercial-main.finance-main .content-commercial {
        padding-left: 0;
        margin-top: 65px;
    }
    .numbers-circle {
        top: -30px;
    }
    .circle-main {
        margin-bottom: 50px;
    }
    .ser-img {
	   display: none;
    }
    .banner-content p {
        padding-right: 0;
    }
    .quote-mainpage {
        padding-top: 260px;
    }
    .show-confrmtext {
        max-width: 100%;
    }
    .from-commercial .modal-title {
        margin-right: -8%;
        margin-left: -8%;
    }

    .from-commercial {
        padding: 0 7% 30px 7%;
    }

    .main-accordindiv {
        padding-left: 0;
    }

    .banner-home .col-lg-3 {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-txtright::before {
        display: none;
    }

    .banner-txtright {
        margin-left: 0;
        text-align: center;
    }

    .banner-home {
        text-align: center;
    }

    .header-phone a {
        font-size: 17px;
    }

    .social-icons {
        width: 25%;
    }

    main-div {
        margin-bottom: 30px;
    }

    .circle-same2::before,
    .circle-same3::before {
        display: none;
    }

    .circle-main {
        width: 300px;
        height: 300px;
        margin: auto;
        background-size: 100% !important;
        background-image: none !important;
        border: 2px solid #ccc;
        border-radius: 100%;
        margin-bottom: 30px;
    }

    .main-innerserv,
    .ser-img {
        text-align: center;
        margin-bottom: 30px;
    }

    .circle-main::after {
        display: none;
    }

    .main-innerserv.maindivsame3,
    .main-innerserv.maindivsame4 {
        text-align: center;
        margin-bottom: 46px;
    }

    .main-innerserv h5::after {
        display: none;
    }

    .bottom-ser {
        padding: 50px 0 50px;
        background-image: none !important;
        background-color: #fbcd41;
        margin: 0;
    }

    .main-accordindiv {
        text-align: center;
    }

    .boot-section h3 {
        font-size: 30px;
    }

    .countshow {
        text-align: left;
    }

    .listing-history {
        min-height: 460px;
        margin-bottom: 30px;
    }
}
@media(max-width: 900px){
    .social-icons {
        width: 30%;
    }
    .header-phone {
        width: 28%;
        padding-top: 30px;
    }
	.quote-mainpage .from-commercial .modal-title {
		margin-right: -71px!important;
		margin-left: -56px;
	}
}
@media(max-width: 830px) {
    .proudly-section li a {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .proudly-section {
        background-size: cover !important;
    }

    /*.site-logo {
	   width: 45%;
    }*/
    
    .header-phone {
        width: 30%;
    }
    .circle-same2 .numbers-circle {
        top: -32px;
        bottom: auto;
    }
    .banner-home {
        text-align: center;
        background-position: center !important;
    }
    .home_services h6 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}
@media(max-width: 768px) {
    .header-phone {
        margin-right: 13px;
    }
    .social-icons {
        width: 35%;
    }
}
@media(max-width: 767px) {
    .site-header-fixed .social-icons {
        display: none !important;
    }
	.quote-mainpage .from-commercial .modal-title {
		margin-right: -65px!important;
		margin-left: -50px;
	}
    .header-phone {
        margin-right: 20px;
    }

    .site-logo {
        width: 45%;
    }
    .rep-abdiv2 .about-numbers {
        bottom: auto;
        top: 10px;
    }

    .listing-history {
        min-height: auto;
    }

    .about-rep.rep-abdiv2 {
        padding-top: 40px;
        margin-bottom: 30px;
    }
}
@media(max-width: 667px) {

    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
    .social-icons {
        width: 41%;
    }
    .header-phone {
        width: 50%;
        text-align: center;
    }
   
    .commercial-main.finance-main .content-commercial h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .social-icons ul {
        text-align: center;
        float: none;
    }

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

    .home_services h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .home_services h6 {
        margin-bottom: 0;
    }

    /* .from-quote li {
        padding: 0 30px !important;
    }*/
    .aboutus-history h2 {
        font-size: 26px;
    }

    .about-ser {
        background-color: #fbcd41 !important;
        padding: 50px 0;
        background-size: cover !important;
        background-position: center -250px !important;
        margin: 0;
    }

    .about-ser h5 {
        margin-bottom: 20px;
    }

    .abuot-details {
        padding-top: 240px;
    }

    .abuot-details h1 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .subheading {
        font-size: 20px;
    }

    .yellow-bg a {
        font-size: 25px;
    }

    .form-maindiv {
        padding: 20px;
    }

    .contact-us {
        padding-bottom: 30px;
    }

    .commercial-main {
        padding-bottom: 30px;
    }

    .content-commercial {
        padding-left: 0;
    }

    .content-commercial li {
        width: 100%;
    }

    .content-commercial h1 {
        margin-top: 30px;
    }

    .from-commercial h2 {
        font-size: 22px;
    }

    .commercial-page .wpcf7 {
        padding: 0 20px;
    }

    .commercial-page {
        padding-bottom: 30px;
    }

    .commercial-main.giving-backcontentnmain {
        padding-bottom: 30px;
        padding-top: 180px;
    }

    .giving-backcontentnmain .content-commercial h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .quote-mainpage {
        padding-top: 250px;
    }

    .from-commercial .modal-title {
        font-size: 28px;
        padding: 10px 20px;
        text-align: left;
    }

}
@media(max-width: 645px) {
    .page-template-free-quote .from-commercial,
    .commercial-page .from-commercial {
        padding: 0 7% 1px 7% !important
    }
	.quote-mainpage .from-commercial .modal-title {
		margin-right: -42px!important;
		margin-left: -45px;
	}
	.customer_content p{
		font-weight: bold;
	}
    .show-confrmtext {
        margin-top: 50px;
    }
    .commercial-page .from-commercial .modal-title, #field_2_11 .modal-title {
        font-size: 26px;
        line-height: 35px;
    }
    .commercial-main,
    .abuot-details {
        padding-top: 45%;
    }
    .show-numbers {
        position: relative;
    }
    .same-div1 .show-numbers::before, .same-div2 .show-numbers::before, .same-div3 .show-numbers::before {
        content: "";
        background-image: url(images/ss-right-curve.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        position: absolute;
        top: 30px;
        width: 239px;
        height: 365px;
        z-index: -1;
        right: -112px;
    }
    .same-div3 p {
        padding-left: 0;
    }
   .same-div2 .show-numbers::before {
        background-image: url(images/ss-left-curve.png);
        z-index: 1;
        left: -119px;
        top: 29px;
    }
    .same-div3 .show-numbers::before {
        z-index: 1;
        right: -117px;
    }
        /*.curve-div {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url(images/curve-small-screen.png);
    }*/
    .from-commercial {
        padding: 0 7%;
    }
    .modal-content {
        padding-bottom: 0 !important;
    }
    .rep-abdiv2 h3 {
        position: relative;
        top: auto;
    }
    .modal.show {
        padding-right: 0 !important;
    }
    .from-quote .show-confrmtext {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
	.gform_wrapper .gform_page_footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.show-confrmtext h5 {
	    font-size: 30px;
	}
	.policy-lnk {
		margin-left: 0;
		border-left: 0;
	}
	.d-600 {
		display: initial !important;
	}
	.h-600 {
		display: none !important;
	}
    .home_services {
        background-size: cover;
    }

    .main-innerserv.maindivsame4 {
        margin-bottom: 32px;
    }

    .ser-img {
        display: none;
    }

    .giving-backcontentnmain {
        overflow: hidden;
    }

    .same-div2 {
        max-width: 100%;
    }

    .social-icons {
        width: 50%;
        padding-top: 20px;
    }

    .commercial-page .from-commercial .modal-title {
        background-position: right top;
        background-size: cover;
    }

    .form-maindiv .wpcf7-submit {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .quote-mainpage {
        min-height: auto;
        padding-bottom: 50px;
        background-size: cover;
        background-position: bottom;
    }

    .banner-home .container {
        padding-top: 7px;
        background: rgba(255, 255, 255, 0.61);
    }

    .banner-txtright,
    .banner-content p {
        position: relative;
        top: 175px;
    }

    .banner-home {
        margin-bottom: 175px;
        background-position: right !important;
    }

    .main-innerserv.maindivsame3 {
        padding-top: 0px;
    }

    .ser_subheading {
        margin-bottom: 15px;
    }

    .main-accordindiv .card-body {
        padding-left: 20px;
    }

    .countshow {
        height: 100%;
    }

    .main-accordindiv .card-header {
        padding: 19px 35px 0 67px;
    }

    .main-accordindiv .card h5 {
        padding-bottom: 19px;
    }

    .circle-same2 .numbers-circle {
        top: -18px;
        bottom: auto;
    }

    .site-header s.social-icons {
        width: 50%;
        padding-top: 20px;
    }
	.main-abservices .col-md-4:nth-child(2) .start-now-btn{display:none;}
	.main-abservices .col-md-4:nth-child(3) .start-now-btn{
		display: block;
		margin-top: 20px;
		cursor: pointer;
	}
}
@media(max-width: 570px) {
    .links-inlinediv {
        margin-bottom: 0;
    }
    .header-phone {
        padding-right: 50px;
    }
    .faq-main h1 ,
    .proudly-section h2 ,
    .proudly-section h4 {
        font-size: 22px;
    }
    .rep-div {
        padding: 20px 20px;
        padding-bottom: 10px;
    }
    .rep-div  h5{
        display: flex;
        font-size: 20px;
    }
    .answer-div {
        padding-left: 30px;
    }
}
@media(max-width: 480px) {
      .commercial-main.finance-main .commercial-image::before,
     .commercial-main.finance-main .commercial-image::after, 
    .bottomleft-corner::after {
         
            display: none;
        }
	.quote-mainpage .from-commercial .modal-title {
		margin-right: -31px!important;
		margin-left: -33px;
	}
    .commercial-main.finance-main .content-commercial {
        padding-left: 0;
        margin-top: 0;
    }
    .header-phone {
        padding-right: 12px;
    }
    .commercial-page.finace-page .from-commercial {
        bottom: auto;
        margin-top: 50px;
    }
    .drop-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
   .commercial-page.finace-page .from-commercial .modal-title {
        font-size: 22px;
        padding: 15px 0 !important;
        width: 100%;
        position: relative;
        width: auto;
    }
    .commercial-main, .abuot-details{
        padding-top: 60%;
    }
    .banner-add {
        margin-top: 20px;
    }
    .commercial-main.finance-main {
        padding-bottom: 0;
    }
    .site-header-fixed .header-phone{
        display: none;
    }
    .header-phone{
        width: 47%;
    }
    .social-icons{
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }
    .ft-pp a.disabled {
        padding-left: 10px;
    }
    .from-quote .bold-label label.gfield_label, .from-quote #field_1_7 label.gfield_label, #gform_page_1_2 label.gfield_label, #field_2_7 .gfield_label, #gform_page_2_2 .gfield_label {
        font-size: 22px !important;
        padding-right: 0;
    }
    
    .about-ser {
        background-position: center -250px !important;
        padding-top: 133px;
    }
    .main-accordindiv .card h5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .main-accordindiv .card-header {
        justify-content: center;
        padding: 0 35px 0 50px;
        min-height: 57px;
        display: flex;
        align-items: center;
    }
    .countshow {
        height: 57px;
        width: 50px;
        padding: 0;
        display: flex;
        padding-left: 15px;
        background-size: 50px 70px;
        background-position: 0 -6px !important;
        font-size: 22px;
        align-items: center;
    }
	.policy-lnk {
	    padding-right: 7px;
	    margin-right: 7px;
	    padding-left: 0;
	}
	.ft-pp a,
	.ft-pp span {
		font-size: 13px;
	}
    .show-confrmtext {
        padding: 15px;
    }

    .show-confrmtext h5 {
        font-size: 32px;
    }

    .show-confrmtext {
        max-width: 100%;
    }

    .footer-menu li a {
        font-size: 17px;
    }

    .footer-menu li {
        margin-right: 10px;
        padding-right: 15px;
    }

    .main-innerserv.maindivsame3 {
        padding-top: 0;
    }

    .copyright {
        overflow: hidden;
    }

    #menuToggle {
        right: 3px;
    }
    .about-ser p{
        font-size: 18px;
        line-height: 28px;
    }
    #field_2_8 {
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .from-quote input {
        margin-bottom: 0;
    }
    .gform_wrapper .gfield_radio li {
        margin: 0 0 5px !important;
    }
    .col-lg-6.col-md-12.col-sm-12.padd-right {
        padding-left: 0;
    }
    .contnt-blog {
        width: 100%;
        padding: 20px;
        bottom: 15px;
    }
    .contnt-blog h3 {
        font-size: 20px;
    }
    .single-post .contnt-blog {
        margin-bottom: 0;
    }
    .blog-pagemain h1,
    .comment-title {
        font-size: 30px;
    }
    .comment-singleblog {
        width: 100%;
        padding: 20px;
    }
    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100%;
    } 
    .mainn-single h1 {
        font-size: 30px;
    }
    .mainn-single {
        padding-top: 155px;
    }
    .recources-posts h3 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 15px;
    }
    .sidebar h3 {
        font-size: 26px;
    }
    .commercial-page .from-commercial .modal-title, #field_2_11 .modal-title {
    	font-size: 23px;
    	width: 116%;
    	margin: 0 -8% !important;
	}
.from-commercial .modal-title {
		margin-left: -8.5% !important;
    	margin-right: -8.5% !important;
	}
}
@media(max-width: 435px) {
   .commercial-page .from-commercial .modal-title, #field_2_11 .modal-title {
        font-size: 22px;
        line-height: 31px;
        padding: 20px 20px !important;
    }
	.quote-mainpage .from-commercial .modal-title {
		margin-right: -26px!important;
		margin-left: -27px;
	}
    .from-quote .bold-label label.gfield_label, .from-quote #field_1_7 label.gfield_label, #gform_page_1_2 label.gfield_label, #field_2_7 .gfield_label, #gform_page_2_2 .gfield_label {
        font-size: 18px !important;
        padding-right: 0;
    }
	.same-div1 {
		margin-top: 75px;
	}
   .about-ser {
        background-position: center -220px !important;
        padding-top: 100px;
    }
    .banner-txtright, .banner-content p {
        top: 275px;
    }
    .banner-home {
        margin-bottom: 200px;
    }
    .quote-mainpage {
        padding-top: 190px;
    }
    .banner-home {
        padding-top: 200px;
    }

    .header-phone {
        padding-right: 25px;
    }

    .header-phone img {
        margin-right: 7px;
    }

    #menuToggle {
        right: 0;
    }

    .header-phone {
        text-align: left;
    }

    .content-commercial h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .our-missions h3,
    .we_started h3 {
        font-size: 28px;
    }

    .our-missions span,
    .strated-subheading {
        font-size: 16px;
    }

    .header-phone a {
        font-size: 15px;
        text-align: left;
    }

    #menuToggle {
        right: 0;
    }

    .bottom-ser p {
        padding: 0;
        font-size: 16px;
    }

    .customer_content {
        text-align: center;
    }

    .main-accordindiv .card h5 {
        font-size: 14px;
    }
    .commercial-main.finance-main {
        padding-top: 220px;
    }
    .aboutus-history {
    	background: none !important;
	}
}
@media(max-width: 380px) {
  .commercial-main.finance-main {
            padding-top: 200px;
        }
    .commercial-main.finance-main .content-commercial h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .fince-subheaing {
        font-size: 14px;
        line-height: 20px;
    }
    .header-phone {
        padding-right: 5px;
    }
    .countshow {
        text-align: left;
        padding-left: 15px;
        align-items: center;
    }
    .main-accordindiv .card .minus h5::after {
        top: 18px;
    }
   .about-ser {
        background-position: center -250px !important;
        padding-top: 100px;
    }
    .main-accordindiv .card h5::after {
        right: 10px;
    }
    .main-accordindiv .card-header {
        padding: 0 40px 0 55px;
    }
    .home .main-bg {
        padding-top: 20px;
    }
    #myModal button.close {
        right: 0;
    }
    .footer-menu li {
        padding-right: 10px;
    }

    .footer-menu li a {
        font-size: 15px;
    }

    .main-accordindiv .card h5::after {
        top: 20px;
    }
    .header-phone img {
        margin-right: 5px;
    }

    .header-phone img {
        height: 15px;
    }

    .social-icons li a img {
        height: 10px;
    }

    .social-icons li a {
        line-height: 20px;
        display: inline-block;
        width: 25px;
        height: 25px;
    }
}
@media(max-width: 360px) {
      .commercial-main.finance-main {
        padding-top: 180px;
    }
    .about-ser {
        background-size: center -445px !important;
    }
    .from-commercial .modal-title {
        font-size: 24px;
    }
	.ft-pp a, .ft-pp span {
	    font-size: 11px;
	}
    .main-accordindiv .card-header {
        padding: 15px 10px 0 0px;
        text-align: left;
        display: block;
    }

    .countshow {
        display: none;

    }

    .main-accordindiv .card h5 {
        font-size: 15px;
        text-align: left;
        padding-left: 10px;
    }

    .header-phone a {
        font-size: 12px;
        text-align: left;
    }
    .main-accordindiv {
        text-align: left;
    }
}
@media(max-width: 320px) {
    .header-phone {
        width: 45%;
    }
	.quote-mainpage .from-commercial .modal-title {
		margin-right: -19px!important;
		margin-left: -21px;
	}
    .about-ser {
        background-position: center -300px !important;
    }
    .home .main-bg {
        padding-top: 80px;
    }
    
    .from-commercial .modal-title {
        font-size: 22px;
    }
	.ft-pp a, .ft-pp span {
	    font-size: 11px;
	}
    .banner-home {
        padding-top: 170px;
    }

    .header-phone a {
        font-size: 11px;
    }

    .social-icons {
        padding-right: 0;
    }

    .show-confrmtext h5 {
        font-size: 25px;
    }

    .footer-menu li a {
        font-size: 14px;
    }

    .footer-menu li {
        margin-right: 5px;
        padding-right: 5px;
    }

    .main-innerserv.maindivsame3 {
        padding-top: 0;
    }

    .circle-main h5 {
        font-size: 20px;
    }

    .circle-main {
        width: 260px;
        height: 260px;
    }
}