@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #01193c;
    --themeColor: #01193c;
    --themeColor2: #b9893a;
    --themeColor3: #b28037;
    --headingColor: #161a1d;
    --headingColor2: #131212;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

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

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 52px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Oswald';
    color: var(--themeColor);
    text-transform: uppercase;
}

h2 {
    font-size: 48px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Oswald';
    color: var(--themeColor);
    text-transform: uppercase;
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: 'Oswald';
    color: var(--themeColor);
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Oswald';
    color: var(--themeColor);
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Oswald';
    color: var(--themeColor);
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--themeColor);
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

.theme-btn-1 {
    gap: 15px;
    display: flex;
    font-size: 14px;
    width: fit-content;
    border-radius: 5px;
    padding: 15px 20px;
    color: var(--white);
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid var(--themeColor2);
    background-color: var(--themeColor2);
}

.theme-bnt-2 {
    gap: 15px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    border-radius: 5px;
    padding: 15px 20px;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    text-transform: uppercase;
    background-color: var(--white);
    border: 1px solid var(--themeColor);
}

.theme-bnt-2 i {
    font-size: 20px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 0px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: var(--themeColor);
    text-transform: uppercase;
}

.menuSec ul li a::before {
    bottom: 0;
    left: 0px;
    width: 0px;
    height: 1px;
    content: '';
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.menuSec ul li a.active::before {
    width: 25px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSec ul li a:hover::before {
    width: 25px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--textColor);
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */


.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.header-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.header-btn .theme-btn-1 {
    gap: 10px;
    color: var(--themeColor2);
    border-color: var(--themeColor2);
    background-color: var(--themeColor);
}

.header-tel {
    gap: 10px;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 35px 0px;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

.header-logo {
    height: 80px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    height: 100%;
    width: fit-content;
    object-fit: contain;
}


/*header css start */


/*banner css start */

.main_slider {
    display: flex;
    margin: 0px auto;
    max-width: 1920px;
    min-height: 850px;
    padding-top: 100px;
    position: relative;
    align-items: flex-end;
}

.banner-bg {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    object-position: right bottom;
}

.main_slider .container {
    z-index: 1;
    position: relative;
}

.banner_text h1 {
    margin-bottom: 10px;
}

.banner_text h1 span {
    color: var(--themeColor2);
}

.banner_text ul {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner_text p {
    margin-bottom: 25px;
}

.banner-bottom-box {
    gap: 20px;
    display: flex;
    margin-top: 200px;
    align-items: center;
    justify-content: space-between;
}

.banner-bottom-box li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-bottom-box li img {
    width: 35px;
    height: auto;
    flex-shrink: 0;
}

.banner-bottom-box h6 {
    font-weight: 600;
    text-transform: uppercase;
}

/*banner css end*/

/* service-sec */

.service-sec {
    padding: 100px 0px;
}

.service-sec .section-heading h5 {
    font-size: 18px;
    position: relative;
    width: fit-content;
    margin: 0px auto 15px;
    color: var(--themeColor2);
    text-transform: uppercase;
}

.service-sec .section-heading h5::before {
    top: 0;
    bottom: 0;
    left: 120%;
    width: 100%;
    content: '';
    height: 1px;
    margin: auto;
    position: absolute;
    background-color: var(--themeColor2);
}

.service-sec .section-heading h5::after {
    top: 0;
    bottom: 0;
    right: 120%;
    width: 100%;
    content: '';
    height: 1px;
    margin: auto;
    position: absolute;
    background-color: var(--themeColor2);
}

.service-box {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.service-box-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.service-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-box-text-icon {
    z-index: 1;
    width: 55px;
    height: 55px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 50px;
    margin: -35px auto 10px;
    justify-content: center;
    background-color: var(--themeColor);
}

.service-box-text {
    line-height: 20px;
    min-height: 150px;
    text-align: center;
    padding: 5px 5px 10px;
}

.service-box-text h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box-text p {
    font-size: 12px;
}

/* service-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
    background-image: url(../images/why-choose-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-text {
    gap: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.why-choose-text h2 {
    color: var(--white);
}

.why-choose-text ul {
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.why-choose-text ul li {
    gap: 10px;
    width: 100%;
    display: flex;
    padding: 0px 10px;
    min-height: 190px;
    text-align: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.why-choose-text ul li::before {
    top: 60px;
    right: -10px;
    width: 1px;
    height: 80%;
    content: '';
    opacity: 0.2;
    position: absolute;
    background-color: var(--white);
}

.why-choose-text ul li:last-child::before {
    display: none;
}

.why-choose-text ul li img {
    height: 30px;
    width: fit-content;
    object-fit: contain;
    margin-bottom: 20px;
}

.why-choose-text ul li p {
    font-size: 12px;
    color: var(--white);
}

.why-choose-text ul li h5 {
    font-size: 18px;
    color: var(--white);
}

/* why-choose-sec */

/* process-sec */

.process-text {
    padding: 100px 0px;
}

.process-text h2 {
    margin-bottom: 60px;
}

.process-text ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.process-text ul li {
    gap: 10px;
    width: 100%;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.process-text ul li::before {
    top: 60px;
    width: 25px;
    right: -13px;
    height: 20px;
    font-size: 20px;
    content: '\f061';
    position: absolute;
    color: var(--themeColor2);
    font-family: 'FontAwesome';
}

.process-text ul li:last-child::before {
    display: none;
}

.process-text ul li .process-number {
    top: 0;
    left: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 13px;
    position: absolute;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    font-family: 'Oswald';
    justify-content: center;
    background-color: var(--themeColor);
}

.process-text ul li .process-box-icon {
    width: 130px;
    height: 130px;
    display: flex;
    border-radius: 50%;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.process-text ul li h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.process-text ul li p {
    font-size: 12px;
    line-height: 20px;
}

.process-img {
    width: 30vw;
    height: 600px;
    min-height: 100%;
}

.process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* process-sec */

/* get-a-quote-sec */

.get-a-quote-sec {
    padding: 100px 0px;
    background-color: var(--themeColor);
}

.get-a-quote-sec .row {
    align-items: center;
}

.get-a-quote-text h3 {
    font-size: 40px;
    color: var(--white);
    margin-bottom: 25px;
}

.get-a-quote-text ul {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.get-a-quote-text ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.get-a-quote-text ul li i {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: var(--themeColor2);
}

.get-a-quote-text ul li h4 {
    font-size: 22px;
    color: var(--white);
}

.get-a-quote-img {
    display: flex;
    height: 400px;
    align-items: center;
    justify-content: center;
}

.get-a-quote-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.get-a-quote-form {
    padding: 40px 25px;
    border-radius: 5px;
    background-color: var(--white);
}

.get-a-quote-form h2 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.get-a-quote-form input {
    width: 100%;
    height: 50px;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 24px;
    color: var(--themeColor);
    border: 1px solid #cccccc;
}

.get-a-quote-form input::placeholder,
.get-a-quote-form textarea::placeholder {
    font-weight: 600;
    color: var(--themeColor);
}


.get-a-quote-form textarea {
    width: 100%;
    height: 80px;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 24px;
    color: var(--themeColor);
    border: 1px solid #cccccc;
}

.get-a-quote-form button {
    width: 100%;
}

/* get-a-quote-sec */

/* review-sec */

.review-sec {
    padding: 100px 0px;
}

.review-box {
    padding: 35px;
    margin: 10px 0px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.review-box ul {
    gap: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.review-box ul li i {
    color: #b78336;
}

.reviewSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.review-box-text {
    height: 100px;
    padding: 0px 10px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.review-box-text p {
    text-align: center;
    line-height: 30px;
}

.review-box-text::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.review-box-text::-webkit-scrollbar-thumb {
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
    border-radius: 100px;
}

.review-box-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

.review-box h5 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat';
}

.review-box h5 span {
    display: block;
    margin-top: 5px;
    font-weight: 500;
}

/* review-sec */

/* ready-sec */

.ready-sec {
    padding: 60px 0px;
    position: relative;
    background-color: var(--themeColor);
}

.ready-img {
    height: 100px;
}

.ready-img img {
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.ready-text {
    gap: 15px;
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.ready-heading {
    max-width: 505px;
}

.ready-heading h2 {
    font-size: 30px;
    color: var(--white);
}

.ready-heading p {
    font-size: 12px;
    color: var(--white);
}

.ready-btn {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ready-btn .theme-bnt-2 {
    color: var(--white);
    border: 1px solid var(--white);
    background-color: var(--themeColor);
}


/* ready-sec */

/* Footer Section Start */

footer.footer-sec {
    width: 100%;
    padding: 80px 0 0;
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer.footer-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.97;
    position: absolute;
    background-color: var(--themeColor);
}

footer.footer-sec .container {
    z-index: 1;
    position: relative;
}

.footer-text img {
    margin-bottom: 30px;
}

ul.footer-social-list {
    gap: 10px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}


.footer-text h2 {
    line-height: 1;
    font-size: 18px;
    position: relative;
    color: var(--white);
    margin-bottom: 20px;
    text-transform: uppercase;
}

ul.footer-link li a {
    font-size: 14px;
    transition: 0.5s;
    font-weight: 500;
    line-height: 25px;
    color: var(--white);
    font-family: 'Montserrat';
    text-transform: capitalize;
}

ul.footer-link li a:hover {
    color: var(--themeColor2);
}

ul.footer-link-list li i {
    font-size: 20px;
    color: var(--white);
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding-right: 15px;
    margin-bottom: 30px;
}

ul.footer-link-list li a {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.footer-link-list li p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    color: var(--white);
    font-family: 'Montserrat';
}

.footer-form {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 100%;
    height: 60px;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 7px;
    margin-bottom: 14px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding-left: 80px;
}

.footer-form i {
    position: absolute;
    top: 19px;
    left: 40px;
    font-size: 20px;
    color: #4984e8;
}

.footr-btn button {
    border: 0;
    margin: 0;
    width: 100%;
}

.footer-text.ftr-border {
    position: relative;
    padding-left: 30px;
}

.footer-text.ftr-border:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 110%;
    left: -20px;
    top: -15%;
    background: #0c8381bf;
    display: none;
}

.footer-text.ftr-border:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 110%;
    right: 20px;
    top: -15%;
    background: #0c8381bf;
    display: none;
}

section.bottom-nav {
    z-index: 1;
    padding: 16px 0;
    margin-top: 80px;
    position: relative;
    background: transparent;
    text-transform: capitalize;
    border-top: 1px solid #ffffff81;
}

section.bottom-nav p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: var(--white);
    text-transform: capitalize;
}

ul.footer-link li {
    width: 75%;
    margin-bottom: 5px;
    transition: 1s ease-in-out;
}

ul.footer-link-list li {
    transition: 1s ease-in-out;
}

.footer-text.text-center {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: flex-start;
}

footer.footer-sec .col-lg-3 {
    position: relative;
}

footer.footer-sec .col-lg-3:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 1px;
    height: 100%;
    right: 20px;
    top: 0;
}

footer.footer-sec .col-lg-3:last-child:before {
    display: none;
}

footer.footer-sec .col-lg-3:first-child:before {
    right: -10px;
}

footer.footer-sec .col-lg-3 {
    position: relative;
}

footer.footer-sec .col-lg-3:before {
    position: absolute;
    content: '';
    background-color: #ccc;
    width: 1px;
    height: 100%;
    right: 20px;
    top: 0;
}

footer.footer-sec .col-lg-3:last-child:before {
    display: none;
}

footer.footer-sec .col-lg-3:first-child:before {
    right: -10px;
}

/* Footer Section End */



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/