/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --body-color: #606060;
    --hding-color: #312414;
    --primay-color: #85B444;
    --body-font: 'Poppins', sans-serif;

}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #606060;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
}

:root {
    scroll-behavior: inherit;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
.h1-title,
h2,
.h2-title h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--hding-color);
    font-weight: 700;
    text-transform: capitalize;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h1-title {
    font-weight: 700;
    font-size: 74px;
    line-height: 1;
}

h2,
.h2-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
}

h3,
.h3-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

h4,
.h4-title {
    font-size: 24px;
    line-height: 1.2;

}

h5,
.h5-title {
    font-size: 20px;
    line-height: 1.2;

}




a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--hding-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--primay-color);
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    color: #000;
    height: 60px;
    padding: 0 19px;
    outline: none !important;
    border-radius: 4px;
    border: 1px solid #BFBFBF;
    background-color: #FEFBFB;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    padding: 12px 19px;
    width: 100%;
    color: #000;
    height: 140px;
    outline: none !important;
    border-radius: 4px;
    border: 1px solid #BFBFBF;
    background: #FEFBFB;
    resize: none;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #312414;
    color: #fff;
    height: 60px;
    border: 1px solid #312414;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 49px;
    padding-right: 49px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #fff;
    color: #312414;
}

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

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

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

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







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

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

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}



/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    /* margin: 0 17px;
    padding: 20px 0; */
    padding: 0 17px;
    position: relative;
}

.navbar-nav>li:last-child {
    padding-right: 0;
}

.navbar-nav>li:first-child {
    padding-left: 0;
}

.navbar-nav>li>a {
    color: #123800;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    /* background: #3B61DC; */
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--primay-color);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/
ul {
    margin: 0;
    padding: 0;
}

.cmn-gap {
    padding: 100px 0;
}

.main-head {
    padding: 10px 0;
    background: var(--white-color);
}

.hd-search {
    padding-left: 48px;
    padding-right: 29px;
}

.hd-sech {
    padding-left: 13px;
    border-left: 1px solid rgba(0, 0, 0, 0.30);
}

.sch-hd {
    color: #123800;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.53px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.sch-tel {
    display: inline-block;
    color: var(--black-color);
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.sch-tel:hover {
    color: var(--primay-color);
}

.search-wrap {
    position: relative;
}

#search-bar {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 3;
    width: 300px;
    background: #fff;
    padding: 20px;
}

#search-bar input[type="search"] {
    width: 100%;
    height: 45px;
    padding: 0 42px 0 16px;
    border: 1px solid #000;
}

#search-bar input[type="search"]:focus {
    outline: none;
}

.search-bar-icon {

    background: url(images/search.svg)no-repeat center right 16px;
    background-size: 18px;
}

/* banner-sec */
.banner-sec {
    position: relative;
    min-height: 700px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(9, 9, 121, 0)), to(rgba(0, 0, 0, 0.4234068627450981)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(9, 9, 121, 0) 50%, rgba(0, 0, 0, 0.4234068627450981) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(9, 9, 121, 0) 50%, rgba(0, 0, 0, 0.4234068627450981) 100%);
    z-index: -1;
}

.bnr-cnt {
    max-width: 690px;
    padding: 100px 0;
}

.bnr-hd {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 5.89px;
    text-transform: uppercase;
    padding-right: 28px;
}

.bnr-hd:before {
    content: '';
    position: absolute;
    width: 67px;
    height: 1px;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--white-color);
    z-index: 2
}

.banner-sec h1 {
    color: var(--white-color);
}

.ply-outer {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    border: 0.4px solid #9E9999;
    padding: 12px;
}

.ply-mid {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.6px solid #E9E9E9;
    padding: 18px;
}

.ply-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--white-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.ply-btn {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ply-btn::before {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 130px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.00)), color-stop(102.59%, #FFF));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%, #FFF 102.59%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 102.59%);
}

.ply-btn:hover .ply-inner {
    background: var(--primay-color);
}

.ply-btn:hover .ply-inner img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.ply-inner img {
    width: 22px;
    height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.reach-btn {
    position: fixed;
    top: 50%;
    right: 0;
    width: 182px;
    padding: 18px 10px;
    text-align: center;
    display: inline-block;
    color: var(--black-color);
    background: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(64px) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(64px) translateY(-50%) rotate(-90deg);
    transform: translateX(64px) translateY(-50%) rotate(-90deg);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    /* transform-origin: bottom right; */
    z-index: 3;
}

.reach-btn:hover {
    background: var(--primay-color);
    color: var(--white-color);
}

/* what-sec */
.sec-hd-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec-lft {
    max-width: 559px;
    padding-right: 15px;
}

.cmn-btn {
    display: inline-block;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    border: 1px solid var(--black-color);
    padding: 15px 20px;
    background: var(--white-color);
}

.cmn-btn:hover {
    background: var(--primay-color);
    color: var(--white-color);
    border: 1px solid var(--primay-color);
}

.what-sec .sec-hd {
    margin-bottom: 76px;
}

.what-tab-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.what-tab-list {
    list-style: none;
    padding: 0;
    width: 35%;
}

.what-tab-list>li {
    padding: 19px 0;
    border: none;
    border-top: 1px solid #E6E6E6 !important;
    background: none !important;
}

.what-tab-list>li:first-child {
    border-top-color: transparent !important;
    padding-top: 0;
}

.what-tab-list>li.resp-tab-active+li {
    border-top-color: transparent !important;
}

.what-tab-list>li.resp-tab-active .what-tab-item {
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
    box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
}

.what-tab-list>li.resp-tab-active .what-tab-item .what-item-lft h3 {
    color: var(--primay-color);
}

.what-tab-list>li.resp-tab-active .what-tab-item .what-item-rgt {
    opacity: 1;
}

.what-tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 17px 11px 8px;
    border-radius: 3px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}

.what-tab-item:hover .what-item-lft h3 {
    color: var(--primay-color);
}

.what-tab-item:hover .what-item-rgt {
    opacity: 1;
}

.what-item-lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.what-item-img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.what-item-lft h3 {
    color: #717171;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.what-item-rgt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.what-tab-cnt {
    padding-left: 30px;
    width: 65%;
}

.what-tab-cnt-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 28px;
}

.what-tab-cnt-lft {
    width: 30%;
}

.what-tab-cnt-lft h3 {
    color: var(--primay-color);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.what-tab-cnt-rgt {
    width: 70%;
    padding-left: 15px;
}

.cmn-btn-2 {
    padding: 15px 22px;
    display: inline-block;
    color: var(--white-color);
    background: var(--hding-color);
    border: 1px solid var(--hding-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
}

.cmn-btn-2:hover {
    color: var(--hding-color);
    background: var(--white-color);
}

.what-tab-cnt-rgt p {
    color: #808EA3;
    font-weight: 300;
}

.what-wrap {
    position: relative;
}

.what-big-txt {
    position: absolute;
    top: 199px;
    right: 0;
    font-size: 75px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.375px;
    text-transform: uppercase;
    /* margin-bottom: -47px; */
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F2F2F2;
    z-index: -1;
}

.featured_wrok_sec .btn_cont {
    text-align: center;
    margin-top: 30px;
}


.btn_cont .cmn-btn {
    border: transparent;
}

.footer_btm_wrap p a {
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer_btm_wrap p a:hover {
    color: var(--primay-color);
}

.sec-hd {
    margin-bottom: 40px;
}

.featured_wrok_sec {
    background: #312414;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.featured_wrok_sec .shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.featured_wrok_card {
    position: relative;
    z-index: 1;
}

.featured_wrok_card a {
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured_wrok_card a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured_wrok_card img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured_wrok_card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53.39%, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.60)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 53.39%, rgba(0, 0, 0, 0.60) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.39%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 1;
    pointer-events: none;
}

.hm_blog_row {
    margin: -15px;
}

.hm_blog_row .item {
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

.hm_blog_row .content {
    padding: 22px 15px;
}

.hm_blog_row figure {
    margin-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}



.hm_blog_row figure img {
    height: 224px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hm_blog_row figure:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hm_blog_row figure img {
    width: 100%;
}

.hm_blog_row .content span {
    color: #717171;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    display: block;
    margin-bottom: 16px;
}

.hm_blog_row .content h3 {
    color: #121212;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.hm_blog_row .content h3 a {
    color: #121212;
}

.hm_blog_row .content h3 a:hover {
    color: var(--primay-color);
}

.hm_blog_row .content p {
    color: #717171;
}

.hm_blog_row .content .btn_cont {
    margin-top: 20px;
}

.hm_blog_row .content .btn_cont a {
    color: #312414;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.hm_blog_row .content .btn_cont a img {
    margin-left: 10px;
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hm_blog_row .content .btn_cont a:hover {
    color: var(--primay-color);
    border-color: var(--primay-color);
}

.hm_blog_row .content .btn_cont a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(9%) saturate(2857%) hue-rotate(42deg) brightness(92%) contrast(70%);
    filter: brightness(0) saturate(100%) invert(74%) sepia(9%) saturate(2857%) hue-rotate(42deg) brightness(92%) contrast(70%);
}

.hm_blog_row .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 70px;
    height: 70px;
    font-size: 0px;
    border-radius: 100%;
    border: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.hm_blog_row .slick-arrow:hover {
    border: 1px solid #312414;
}


.hm_blog_row .slick-prev {
    left: -90px;
    background-image: url('images/caret-arrow-lt.svg');
}

.hm_blog_row .slick-next {
    right: -90px;
    left: auto;
    background-image: url('images/caret-arrow-rt.svg');
}

.find_us_sec .map_wrap iframe {
    width: 100%;
    height: 430px;
    display: block;
}

.footer_top {
    padding: 70px 0px 55px;
}

.footer_logo a {
    display: inline-block;
}

.footer_logo {
    margin-bottom: 40px;
}

.footer_dtls ul {
    list-style: none;
    padding: 0px;
    max-width: 230px;
}

.footer_dtls li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #121212;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_dtls li a {
    color: #121212;
}

.footer_dtls li img {
    margin-right: 25px;
    width: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer_dtls li+li {
    margin-top: 25px;
}

.ft-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    text-transform: capitalize;
}

.ft-title:after {
    content: '';
    width: 170px;
    height: 1px;
    background: #121212;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.ft_links li {
    color: #121212;
    text-transform: capitalize;
}

.ft_links a {
    color: #121212;
}

.ft_links li+li {
    margin-top: 10px;
}

.ft_links li.active a,
.ft_links a:hover {
    padding-left: 5px;
    color: var(--primay-color);
}

.ft_social {
    margin-top: 20px;
}

.ft_social ul {
    list-style: none;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ft_social a {
    display: inline-block;
}

.ft_social li+li {
    margin-left: 25px;
}

.ft_social a img {
    max-width: 20px;
}

.ft_social a:hover {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.footer_dtls li a:hover {
    color: var(--primay-color);
}

.footer_btm .footer_btm_wrap {
    padding: 28px 0px;
    text-align: center;
    border-top: 1px solid #060606;
}

.footer_btm .footer_btm_wrap p {
    color: #121212;
    font-weight: 400;
}

.featured_wrok_card a {
    display: block;
}

.caption_text {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    z-index: 2;
    padding: 45px 35px;
}

.caption_text h3 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}


/* SERVICE PAGE */

.inner-banner-sec {
    min-height: 470px;
}

.service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 19px 17px;
}

.btn_cont .cmn-btn {
    color: #312414;
}

.ser-img {
    display: inline-block;
    width: 53%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.ser-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ser-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-cnt-rgt {
    width: 47%;
    padding-left: 20px;
    text-align: center;
}

.service-cnt-rgt h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.service-btn {
    display: inline-block;
    color: var(--white-color);
    border-radius: 3px;
    background: #9BCB59;
    border: 1px solid #9BCB59;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 11px 24px;
}

.service-cnt-rgt p {
    margin-bottom: 20px;
    color: #717171;
}

.service-btn:hover {
    color: #9BCB59;
    background: var(--white-color);
}

.service-row {
    margin: -15px -15px;
}

.service-col {
    padding: 15px 15px;
}

.ch-lft-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 26px;
}

.ch-rgt-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.ch-rgt-img:last-child {
    margin-bottom: 0;
}

.ch-rgt-img img {
    width: 100%;
}

.ch-outr {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 0.4px solid #9E9999;
    padding: 8px;

}


.ch-mid {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.6px solid #E9E9E9;
    padding: 10px;
}

.ch-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--white-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}


.ch-inner img {
    width: 12px;
    height: 15px;
}

.ch-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ch-video a {
    display: inline-block;
    position: relative;
}

.view-slider-img {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-slider-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-slider-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-row .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 60px;
    height: 60px;
    font-size: 0px;
    border-radius: 100%;
    border: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.view-row .slick-prev {
    left: -90px;
    background-image: url('images/caret-arrow-lt.svg');
}

.view-row .slick-next {
    right: -90px;
    left: auto;
    background-image: url('images/caret-arrow-rt.svg');
}

.view-row .slick-list {
    margin: 0 -14px;
}

.view-slide {
    padding: 0 14px;
}

.player-lst {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 40px;
}

.player-lst>li h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.player-lst>li {
    padding-bottom: 30px;
}

.player-lst>li:last-child {
    padding-bottom: 0;
}

.ch-row {
    margin: 0 -15px;
}

.ch-col {
    padding: 0 15px;
}

.innner-blog-img {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.innner-blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.innner-blog-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-blog-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.inner-blog-box h3 a {
    display: inline-block;
    color: #222;
}

.inner-blog-box h3 a:hover {
    color: var(--primay-color);
}

.blog-date {
    display: inline-block;
    color: #121212;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}

.inner-blog-box p {
    color: #626262;
    text-transform: lowercase;
    margin-bottom: 19px;
}

.inner-blog-lft-row {
    margin: -18px -15px;
}

.inner-blog-lft-col {
    padding: 18px 15px;
}

.inner-blog-row {
    margin: -15px -15px;
}

.inner-blog-col {
    padding: 15px 15px;
}

.inner-blog-rgt-box {
    background: #F8F8FA;
    padding: 22px 32px;
}

.inner-blog-rgt-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.inner-blog-rgt-cnt:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.inner-blog-rgt-cnt:first-child {
    padding-top: 0;
}

.inner-blog-rgt-img {
    display: inline-block;
    overflow: hidden;
    width: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-blog-rgt-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-blog-rgt-txt {
    width: calc(100% - 70px);
    padding-left: 19px;
}

.inner-blog-rgt-txt h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.inner-blog-rgt-txt h3 a {
    color: #222;
    display: inline-block;
}

.inner-blog-rgt-txt h3 a:hover {
    color: var(--primay-color);
}

.blog-date-1 {
    display: inline-block;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
}

.abt-rgt-cnt {
    padding: 34px;
    background: #F8F8FA;
    margin-bottom: 42px;
}

.abt-hd {
    max-width: 264px;
    margin: 0 auto 25px;
}

.abt-hd h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    text-align: center;
}

.abt-rgt-row {
    margin: -10px -10px;
}

.abt-rgt-col {
    padding: 10px 10px;
}

.team-box {
    padding: 7px 7px 22px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(46, 126, 143, 0.15);
    box-shadow: 0px 2px 30px 0px rgba(46, 126, 143, 0.15);
    display: block;
    width: 100%;
}

.team-img {
    overflow: hidden;
    border-radius: 10px 10px 3px 3px;
    margin-bottom: 17px;
}

.team-box h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.team-desg {
    display: block;
    color: #9B9B9B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.team-row {
    margin: -15px -15px;
}

.team-col {
    padding: 15px 15px;
}

.abt-lft-cnt h3 {
    color: var(--hding-color);
    font-size: 54px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ch-lft-cnt h3 {
    color: var(--hding-color);
    font-size: 54px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1.2;
}

.work-lft-cnt h3 {
    color: var(--hding-color);
    font-size: 54px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1.3;
}

.bnr-cnt p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;

}

.work-lft-cnt ul {
    margin-bottom: 20px;
}

.ch-lft-cnt ul {
    margin-bottom: 20px;
}

.ch-lft-cnt ul>li {
    padding-bottom: 20px;
    padding-left: 34px;
    position: relative;
    list-style: none;
}

.ch-lft-cnt ul>li:last-child {
    padding-bottom: 0;
}

.ch-lft-cnt ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 17px;
    background: url(images/wright.svg)no-repeat center left;
    background-size: 19px;
}

.paid-rgt-box {
    padding: 13px 13px 26px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(46, 126, 143, 0.15);
    box-shadow: 0px 2px 30px 0px rgba(46, 126, 143, 0.15);
    margin-bottom: 25px;
}

.paid-rgt-box h3 {

    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.ply-sound {
    display: inline-block;
    padding: 14px 11px;
    border-radius: 6px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(53, 37, 17, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(53, 37, 17, 0.06);
}

.paid-rgt-box h3 a {
    color: #000;
}

.paid-rgt-box h3 a:hover {
    color: var(--primay-color);

}

.paid-rgt-img {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 18px;
}

.paid-rgt-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.paid-rgt-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ch-lft-img img {
    width: 100%;
}

.con-del-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(255, 151, 1, 0.17);
    box-shadow: 0px 0px 30px rgba(255, 151, 1, 0.17);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.con-del-img i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #67302C;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
}

.con-det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E1DC;
    border-radius: 5px;
}

.con-det:first-child {
    padding-top: 0;
}

.con-del-txt {
    padding-left: 13px;
}

.con-del-txt h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.con-del-txt p {
    margin-bottom: 12px;
}

.tel-cont {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.tel-cont:hover {
    color: var(--primay-color);
}

.con-lft-tp {
    margin-bottom: 50px;
}

.want-sub {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.con-lft-btm h3 {
    color: #000;
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 11px;
}




.cont-rgt-cnt strong {
    color: #000;
}

.cont-frm-bx:not(:last-child) {
    margin-bottom: 26px;
}

.cont-rgt-cnt p {
    margin-bottom: 30px;
}

.inner-blog-bck {
    background: #F1F8F8;
}

.cmn-btn-blg {
    padding: 10px 21px;
    border-radius: 3px;
    font-weight: 400;
}

.team-box .team-img img {
    transition: all 0.3s ease-in-out;
}

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

.paid-sec h2 {
    line-height: 1.4;
}

.con-lft-col {
    padding-right: 100px;
    padding-top: 100px;
}

.con-rgt-col {
    padding-left: 40px;
    padding-top: 100px;
    background: #fff;
}

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

.contact-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: url(images/con-lyr.png)no-repeat center;
    background-size: cover;
    z-index: -1;
}

.paid-row {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-blog-rgt-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.work-case-study-sec .top-nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -15px 35px;
}

.work-case-study-sec {
    position: relative;
    z-index: 1;
}

.work-case-study-sec .tnav-item {
    width: 33.33333333%;
    padding: 15px;
}

.work-case-study-sec .tnav-item a {
    display: block;
    padding: 15px 35px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #E5E9EB;
    background: #FCFCFC;
    color: #565656;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.work-case-study-sec .tnav-item a:hover,
.work-case-study-sec .tnav-item a.active {
    background: #9BCB59;
    color: #fff;
}

.work-case-study-block-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.work-case-study-block-card {
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.work-case-study-block-card .caption-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(155, 203, 89, 0.85)), to(rgba(155, 203, 89, 0.85)));
    background: -o-linear-gradient(bottom, rgba(155, 203, 89, 0.85) 0%, rgba(155, 203, 89, 0.85) 100%);
    background: linear-gradient(0deg, rgba(155, 203, 89, 0.85) 0%, rgba(155, 203, 89, 0.85) 100%);
    color: var(--white-color);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 30px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.work-case-study-block-card:hover .caption-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.work-case-study-sec .btn-wrap {
    margin-top: 35px;
    text-align: center;
}

.work-case-study-sec .btn-wrap .cmn-btn {
    background: #312414;
    color: #fff;
}

.work-case-study-sec .btn-wrap .cmn-btn:hover {
    background: var(--primay-color);
}

.what-sec .sec-hd .sec-lft {
    max-width: 65%;
}

.team-modal .modal-dialog {
    max-width: 730px;
}

.team-modal .modal-header {
    border-bottom: none;
}

.team-modal .modal-body {
    padding: 0 25px 25px;
}

.team-modal .modal-body h4 {
    margin-bottom: 10px;
    color: var(--primay-color);
}

.modal-position {
    display: block;
    margin-bottom: 15px;
    color: var(--hding-color);
    font-weight: 500;
    font-size: 20px;
}

.team-modal ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-modal ul li:not(:last-child) {
    margin-right: 15px;
}

.team-modal ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: var(--hding-color);
}

.team-modal ul li a img {
    max-width: 15px;
    max-height: 15px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.team-modal ul li a:hover {
    background-color: var(--primay-color);
}

.team-modal .btn-close {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: var(--hding-color);
    opacity: 1;
    color: #fff;
    --bs-btn-close-color: #fff;
    background-image: url(images/cross.svg);
    background-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.innner-blog-img {
    display: block;
    width: 100%;
}

.innner-blog-img img {
    width: 100%;
}

.con-del-txt {
    width: calc(100% - 56px);
}

.team-img img {
    width: 100%;
}

.team-box {
    height: 100%;
}

.ch-video a {
    display: block;
    width: 100%;
}

.work-lft-cnt .wrk-pst-hdng {
    display: block;
    font-size: 26px;
}

.wrk-pst-lft {
    float: left;
    max-width: 15%;
}

.wrk-pst-rgt {
    float: right;
    max-width: 85%;
    padding-left: 21px;
}

.wrk-pst-img {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.faq-section .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

.faq-section .accordion-item {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
}

.faq-section .accordion-button {
    padding: 15px 22px;
    border: 1px solid #31241469;
    color: var(--hding-color);
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: calc(100% - 60px);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: transparent;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.faq-section .accordion-item.active {
    /* padding: 25px 22px 35px; */
    border-radius: 11px;
    /* background: #FFF; */
    /* -webkit-box-shadow: 0px 6px 44px 0px rgba(41, 132, 184, 0.20); */
    /* box-shadow: 0px 6px 44px 0px rgba(41, 132, 184, 0.20); */
    border-bottom: none;
    position: relative;
}

.faq-section .accordion-button:not(.collapsed) {
    padding: 0;
    padding-bottom: 13px;
    color: var(--primay-color);
    background-color: #FEFBFB;
    /* border: none; */
    /* border-bottom: none; */
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 22px;
}

.faq-section .accordion-body {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    padding-left: 22px;
    padding-top: 13px;
    padding-right: 82px;
}

/* .faq-section .accordion-item.active::before {
    content: "";
    height: calc(100% - 62px);
    width: 1px;
    background-color: var(--primay-color);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.faq-section .accordion-button::after {
    background-image: url(images/accor-plus.svg);
    background-size: 15px;
    height: 15px;
    width: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-position: left center;
    position: absolute;
    right: -40px;

}

.faq-section .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(images/accor-minus.svg);
    background-position: left center;
    /*right: -18px;
    */
    height: 4px;
    width: 12px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.faq-acco {
    max-width: 765px;
    margin: 0 auto;
}

.sec-hd-cntr {
    text-align: center;
}

.service-cont-col {
    padding: 18px 12px;
}

.service-cont-row {
    column-count: 2;
    margin: -18px -12px;
    margin-bottom: 25px;
}

.services-sec p span {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
}

.service-cont-heading {
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--black-color);
}

.services-sec-colr {
    color: var(--black-color);
}

.wrk-pst-img img {
    width: 100%;
}

.ch-col .faq-section .accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

.faq-banner .bnr-cnt {
    max-width: 691px;
}

.faq-acco-section .accordion-button {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color);
    padding: 18px 19px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: transparent;
    position: relative;
}

.faq-acco-section .accordion-button:focus {
    box-shadow: none;
}

.faq-acco-section {
    padding-right: 35px;
}

.faq-acco-section .accordion-button::after {
    position: absolute;
    top: 18px;
    right: -35px;
    background-image: url(images/plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
}

.faq-acco-section .accordion-button:not(.collapsed)::after {
    background-image: url(images/minus.svg);
}

.faq-acco-section .accordion-item {
    border: none;
    background-color: transparent;
}

.faq-acco-section .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.faq-acco-section .accordion-body {
    padding: 10px 19px;
}

/* ========== responsive css =========== */

@media(min-width:1400px) {
    .container {
        max-width: 1170px;
        padding: 0 15px;
    }
}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(max-width:1340px) {
    .hm_blog_row {
        padding-bottom: 140px;
    }

    .hm_blog_row .slick-arrow {
        /* position: static; */
        top: auto;
        bottom: 0;
    }

    .hm_blog_row .slick-next {
        right: 42%;
        left: auto;
    }

    .hm_blog_row .slick-prev {
        left: 42%;
    }

    .view-row .slick-next {
        right: -40px;
    }

    .view-row .slick-prev {
        left: -40px;
    }
}

@media(max-width:1199px) {
    .navbar-nav>li {
        padding: 0 7px;
    }

    .navbar-nav>li>a {
        font-size: 16px;
    }

    .hd-search {
        padding-left: 34px;
        padding-right: 27px;
    }

    h1,
    .h1-title {
        font-size: 60px;
    }

    .bnr-hd {
        font-size: 40px;
    }

    .banner-sec {
        min-height: 650px;
    }

    .ply-outer {
        width: 122px;
        height: 122px;
    }

    /* css 19/10/23 */

    .what-sec .sec-hd .sec-lft {
        max-width: 70%;
    }

    .cmn-gap {
        padding: 90px 0;
    }

    .banner-sec.inner-banner-sec {
        min-height: 372px;
    }

    .abt-lft-cnt h3 {
        font-size: 47px;
    }

    .view-row .slick-next {
        right: -22px;
    }

    .view-row .slick-prev {
        left: -22px;
    }

    .ch-lft-cnt h3 {
        font-size: 45px;
    }

    .paid-row {
        padding-bottom: 90px;
    }

    .inner-blog-box h3 {
        font-size: 22px;
    }

    .inner-blog-rgt-txt h3 {
        font-size: 19px;
    }

    .con-lft-btm h3 {
        font-size: 45px;
    }

    .team-col {
        padding: 12px 12px;
    }

    .team-row {
        margin: -12px -12px;
    }

    .team-box h3 {
        font-size: 18px;
    }

    .team-box h3 {
        margin-bottom: 7px;
    }

    .ser-img {
        width: 47%;
    }

    .service-cnt-rgt {
        width: 53%;
    }

    .service-cnt-rgt p {
        font-size: 15px;
    }

    .work-case-study-sec .tnav-item a {
        font-size: 17px;
        padding: 15px 31px;
    }

    .work-case-study-sec .tnav-item {
        padding: 5px;
    }

    .work-case-study-sec .top-nav-bar {
        margin: -5px -5px 25px;
    }

    h2,
    .h2-title {
        font-size: 47px;
    }

    .faq-section .accordion-button {
        font-size: 17px;
    }

    .faq-section .accordion-button::after {
        background-size: 13px;
    }

    .what-big-txt {
        top: 209px;
        font-size: 58px;
    }

}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 25px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */


    .hd-sech {
        margin-left: auto;
        border-left: none;
        border-right: 1px solid rgba(0, 0, 0, 0.30);
        padding-left: 0;
        padding-right: 13px;
        margin-right: 13px;
    }

    .hd-search {
        padding-left: 0;
    }

    .hd-search {
        padding-right: 0;
    }

    .banner-sec {
        min-height: 550px;
    }

    h1,
    .h1-title {
        font-size: 52px;
    }

    .bnr-hd {
        font-size: 30px;
    }

    .ply-inner img {
        width: 16px;
        height: 20px;
    }

    .ply-outer {
        width: 100px;
        height: 100px;
        padding: 10px;
    }

    .bnr-cnt {
        padding: 60px 0;
    }

    .ply-mid {
        padding: 13px;
    }

    /* 19/10/23 */

    .search-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #search-bar {
        right: 0;
        left: auto;
    }

    .banner-sec {
        min-height: 445px;
    }

    .navbar-nav>li:not(:last-child) {
        border-bottom: 1px solid #12380038;
    }

    h2,
    .h2-title {
        font-size: 41px;
    }

    .what-big-txt {
        font-size: 60px;
    }

    .what-sec .sec-hd {
        margin-bottom: 35px;
    }

    .what-tab-list {
        width: 40%;
    }

    .what-tab-cnt {
        width: 60%;
    }

    .what-item-lft h3 {
        font-size: 18px;
    }

    .what-tab-cnt-lft {
        width: 100%;
        margin-bottom: 15px;
    }

    .what-tab-cnt-rgt {
        padding-left: 0;
        width: 100%;
    }

    .sec-lft h2 {
        margin-bottom: 15px;
    }

    .cmn-gap {
        padding: 75px 0;
    }

    .hm_blog_row .slick-prev {
        left: calc(50% - 80px);
    }

    .hm_blog_row .slick-next {
        right: calc(50% - 80px);
    }

    .footer_col {
        width: 33.3%;
    }

    .find_us_sec .map_wrap iframe {
        height: 305px;
    }

    .hm_blog_sec .hm_blog_row {
        margin-bottom: 0;
    }

    .hm_blog_row .slick-arrow {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .hm_blog_row {
        padding-bottom: 90px;
    }

    .abt-lft-cnt h3 {
        font-size: 37px;
    }

    .abt-rgt-col img {
        width: 100%;
    }

    .abt-rgt-col {
        width: 50%;
    }

    .banner-sec.inner-banner-sec {
        min-height: 275px;
    }

    .hm_blog_row .content {
        min-height: 355px;
    }

    .ch-col:not(:last-child) {
        margin-bottom: 25px;
    }

    .ch-lft-cnt h3 {
        font-size: 35px;
    }

    .paid-rgt-img {
        width: 100%;
    }

    .paid-row {
        padding-bottom: 65px;
    }

    .view-row .slick-arrow {
        height: 35px;
        width: 35px;
        background-size: 7px;
    }

    .contact-sec::before {
        width: 100%;
    }

    .con-lft-col {
        padding: 75px 12px;
    }

    .con-rgt-col {
        padding: 45px 25px 0;
    }

    .work-lft-cnt ul {
        text-align: center;
    }

    .work-case-study-sec .tnav-item {
        width: 50%;
    }

    .work-case-study-sec .top-nav-bar {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .work-case-study-block-row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .ch-rgt-img img {
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }

    .what-big-txt {
        display: none;
    }
}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    .logo {
        max-width: 60px;
    }

    h1,
    .h1-title {
        font-size: 40px;
    }

    .banner-sec {
        min-height: 490px;
    }

    .banner-sec {
        min-height: 400px;
    }

    .reach-btn {
        width: 155px;
        padding: 9px 10px;
        font-size: 16px;
    }

    .sec-hd-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .what-sec .sec-hd .sec-lft {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    h2,
    .h2-title {
        font-size: 35px;
    }

    .what-sec .sec-hd {
        margin-bottom: 21px;
    }

    .what-big-txt {
        font-size: 45px;
    }

    .what-tab-cnt {
        padding-left: 0;
        width: 100%;
    }

    .what-item-rgt {
        opacity: 1;
    }

    .what-sec .resp-tab-active .what-tab-item {
        background: var(--white-color);
        -webkit-box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
        box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
    }

    .what-sec .resp-tab-active .what-tab-item .what-item-rgt {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        padding-left: 0;
    }

    .what-sec .resp-tab-content:not(:last-child) {
        margin-bottom: 25px;
    }

    .what-tab-item {
        padding: 11px 17px;
    }

    .what-sec .sec-hd {
        margin-bottom: 30px;
    }

    .what-sec h2.resp-accordion:not(:last-child) {
        margin-bottom: 15px;
    }

    .cmn-gap {
        padding: 55px 0;
    }

    .footer_col {
        width: 50%;
    }

    .banner-sec.inner-banner-sec {
        min-height: 195px;
    }

    .abt-lft-cnt h3 {
        font-size: 31px;
    }

    .hm_blog_row .content h3 {
        font-size: 20px;
    }

    .hm_blog_row .content {
        min-height: 394px;
    }

    .banner-sec.inner-banner-sec .bnr-cnt h1:not(:last-child) {
        margin-bottom: 15px;
    }

    .banner-sec.inner-banner-sec .bnr-cnt p {
        line-height: 1;
    }

    .sec-hd {
        margin-bottom: 25px;
    }

    .ch-lft-cnt h3 {
        font-size: 31px;
    }

    .ch-lft-cnt ul>li {
        padding-bottom: 10px;
    }

    .ch-lft-cnt ul>li::before {
        top: 11px;
    }

    .inner-blog-col {
        padding: 12px 12px;
    }

    .inner-blog-row {
        margin: -12px -12px;
    }

    .inner-blog-lft-col {
        width: 50%;
        padding: 15px 12px;
    }

    .inner-blog-lft-row {
        margin: -15px -12px;
    }

    .con-lft-col {
        padding: 55px 12px 35px;
    }

    .con-lft-tp {
        margin-bottom: 30px;
    }

    .want-sub {
        margin-bottom: 9px;
        line-height: 1;
    }

    .con-lft-btm h3 {
        font-size: 35px;
        line-height: 1;
    }

    .work-case-study-sec .tnav-item a {
        font-size: 15px;
        padding: 12px 18px;
    }

    .work-lft-cnt .wrk-pst-hdng {
        font-size: 20px;
    }

    .wrk-pst-rgt {
        padding-left: 15px;
    }

    .work-lft-cnt h3.wrk-pst-hdng {
        margin-bottom: 10px;
    }

    .service-cont-row {
        column-count: 1;
    }

    .services-sec p span {
        font-size: 16px;
    }

    .ch-col .faq-section .accordion-item:not(:last-child) {
        margin-bottom: 22px;
    }

    .faq-section .accordion-button {
        width: calc(100% - 50px);
        padding: 15px;
        font-size: 16px;
    }

    .faq-section .accordion-button:not(.collapsed) {
        padding: 15px 15px;
    }

    .faq-section .accordion-button::after {
        right: -30px;
    }


    .faq-section .accordion-body {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 65px;
    }

}

@media (max-width: 575px) {
    .banner-sec {
        min-height: 400px;
    }

    h1,
    .h1-title {
        font-size: 35px;
    }

    .ply-outer {
        width: 80px;
        height: 80px;
        padding: 8px;
    }

    .ply-mid {
        padding: 9px;
    }

    #search-bar {
        top: 100%;
    }

    .hm_blog_row .item {
        margin: 0 12px;
    }

    .hm_blog_row.hm_blog_slider {
        margin: 0;
    }

    .footer_col {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_col:last-child {
        margin-bottom: 0;
    }

    .footer_top {
        padding: 45px 0px;
    }

    .footer_logo {
        margin-bottom: 21px;
    }

    .footer_dtls li+li {
        margin-top: 16px;
    }

    .ft-title:after {
        margin-top: 6px;
    }

    .banner-sec {
        min-height: 331px;
    }

    .bnr-cnt {
        padding: 40px 0;
    }

    .what-tab-cnt-hd {
        margin-top: 18px;
    }

    .what-tab-cnt-lft {
        margin-bottom: 8px;
    }

    .cmn-btn-2 {
        padding: 9px 22px;
        font-size: 17px;
    }

    .sec-hd {
        margin-bottom: 30px;
    }

    .hm_blog_row .slick-arrow {
        height: 45px;
        width: 45px;
        background-size: 7px;
    }

    .hm_blog_row .slick-prev {
        left: calc(50% - 50px);
    }

    .hm_blog_row .slick-next {
        right: calc(50% - 50px);
    }

    .hm_blog_row {
        padding-bottom: 65px;
    }

    .hm_blog_row .content {
        min-height: auto;
    }

    .sch-tel {
        font-size: 20px;
    }

    .sch-hd {
        margin-bottom: 2px;
    }

    h2,
    .h2-title {
        font-size: 33px;
    }

    .ch-col {
        padding: 0 12px;
    }

    .ch-row {
        margin: 0 -12px;
    }

    .abt-lft-cnt h3 {
        font-size: 27px;
    }

    .paid-row {
        padding-bottom: 55px;
    }

    .view-row .slick-arrow {
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        bottom: 0;
    }

    .view-row .slick-prev {
        left: calc(50% - 41px);
    }

    .view-row .slick-next {
        right: calc(50% - 41px);
    }

    .view-slider {
        padding-bottom: 55px;
    }

    .view-slide {
        padding: 0 12px;
    }

    .view-row .slick-list {
        margin: 0 -12px;
    }

    .inner-blog-lft-col {
        width: 100%;
    }

    .innner-blog-img {
        margin-bottom: 19px;
    }

    .blog-date {
        line-height: 1;
    }

    .inner-blog-box h3 {
        margin-bottom: 11px;
    }

    .con-lft-btm h3 {
        font-size: 31px;
    }

    .team-col {
        width: 50%;
    }

    .modal-position {
        line-height: 1;
        margin-bottom: 10px;
    }

    .service-col {
        padding: 12px 12px;
    }

    .service-row {
        margin: -12px -12px;
    }

    .work-case-study-sec .tnav-item {
        width: 100%;
    }

    .service-cont-col {
        padding: 12px 12px;
    }

    .service-cont-row {
        margin: -12px -12px;
        margin-bottom: 21px;
    }




}

@media (max-width: 479px) {

    h1,
    .h1-title {
        font-size: 32px;
    }

    h1,
    .h1-title,
    h2,
    .h2-title h3,
    .h3-title,
    h4,
    .h4-title,
    h5,
    .h5-title,
    h6 {
        margin: 0 0 15px 0;
    }

    .cmn-gap {
        padding: 40px 0;
    }

    .bnr-hd {
        font-size: 24px;
    }

    .banner-sec {
        min-height: 290px;
    }

    .search-wrap {
        position: static;
    }

    #search-bar {
        width: 265px;
        padding: 15px;
    }

    h2,
    .h2-title {
        font-size: 29px;
    }

    .what-big-txt {
        font-size: 30px;
    }

    .what-tab-cnt-lft h3 {
        font-size: 25px;
    }

    .cmn-btn {
        font-size: 16px;
        padding: 11px 13px;
    }

    .find_us_sec .map_wrap iframe {
        height: 195px;
    }

    .hm_blog_row {
        padding-bottom: 65px;
    }

    .what-item-lft h3 {
        font-size: 16px;
    }

    .what-item-img {
        width: 41px;
        height: 41px;
        margin-right: 5px;
    }

    .what-tab-item {
        padding: 7px 12px;
    }

    .sec-hd {
        margin-bottom: 23px;
    }

    .abt-lft-cnt h3 {
        font-size: 21px;
    }

    .abt-rgt-cnt {
        padding: 25px 15px;
    }

    .abt-rgt-col {
        padding: 5px 5px;
    }

    .abt-rgt-row {
        margin: -5px -5px;
    }

    .sch-tel {
        font-size: 18px;
    }

    .banner-sec.inner-banner-sec {
        min-height: 155px;
    }

    .paid-row {
        padding-bottom: 35px;
    }

    .ch-lft-cnt h3 {
        font-size: 25px;
        margin-bottom: 13px;
    }

    .ch-lft-cnt ul>li {
        padding-left: 21px;
        padding-bottom: 5px;
    }

    .ch-lft-cnt ul>li::before {
        width: 15px;
        height: 12px;
        background-size: 15px;
    }

    .con-del-txt p {
        margin-bottom: 8px;
    }

    .con-lft-btm h3 {
        font-size: 26px;
    }

    .con-lft-col {
        padding: 35px 12px 20px;
    }

    .con-rgt-col {
        padding: 25px 15px 0;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 45px;
    }

    .cont-frm-bx:not(:last-child) {
        margin-bottom: 14px;
    }

    textarea {
        height: 105px;
    }

    input[type="submit"] {
        height: 45px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .bnr-cnt p {
        font-size: 17px;
    }

    .banner-sec.inner-banner-sec .bnr-cnt h1:not(:last-child) {
        margin-bottom: 9px;
    }

    .team-box h3 {
        font-size: 16px;
    }

    .team-desg {
        font-size: 14px;
        line-height: 1;
    }

    .team-modal .modal-body {
        padding: 0 15px 25px;
    }

    .team-modal .btn-close {
        height: 15px;
        width: 15px;
        top: 15px;
        right: 15px;
    }

    .modal-position {
        font-size: 17px;
    }

    h4,
    .h4-title {
        font-size: 22px;
    }

    .ser-img {
        width: 100%;
        margin-bottom: 15px;
    }

    .service-cnt-rgt {
        width: 100%;
    }

    .service-cnt-rgt p {
        margin-bottom: 7px;
    }

    .work-case-study-block-row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .faq-section .accordion-button {
        font-size: 16px;
    }

    .faq-section .accordion-body {
        font-size: 14px;
    }

    .services-sec p span {
        font-size: 15px;
    }

    .services-sec h2 {
        line-height: 1.2;
    }

    .service-cont-heading {
        margin-bottom: 10px;
    }

    .faq-acco-section {
        padding-right: 20px;
    }

    .faq-acco-section .accordion-button::after {
        right: -25px;
        background-size: 14px;
    }

    .faq-acco-section .accordion-button {
        font-size: 15px;
        padding: 11px 7px;
    }

    .faq-acco-section .accordion-body {
        padding: 10px 7px;
    }

}

@media (max-width: 374px) {

    p {
        margin: 0 0 12px 0;
    }

    body {
        font-size: 15px;
    }

    .sch-hd {
        display: none;
    }

    .navbar-toggler {
        margin-left: 15px;
    }

    h2,
    .h2-title {
        font-size: 26px;
    }

    .inner-blog-box h3 {
        font-size: 19px;
    }

    .inner-blog-rgt-txt h3 {
        font-size: 16px;
    }

    .blog-date-1 {
        line-height: 1;
    }

    .team-col {
        width: 100%;
    }

    .ch-rgt-img {
        margin-bottom: 17px;
    }

}