/*Regular - 400*/
/*Medium - 500*/
/*Bold - 700*/
/*Black - 900*/

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #454545;
    font-weight: 400;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/GothamBlack.eot');
    src: url('../fonts/GothamBlack.eot') format('embedded-opentype'),
        url('../fonts/GothamBlack.woff2') format('woff2'),
        url('../fonts/GothamBlack.woff') format('woff'),
        url('../fonts/GothamBlack.ttf') format('truetype'),
        url('../fonts/GothamBlack.svg#GothamBlack') format('svg');
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype'),
        url('../fonts/GothamBold.svg#GothamBold') format('svg');
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
        url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.woff') format('woff'),
        url('../fonts/GothamBook.ttf') format('truetype'),
        url('../fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot') format('embedded-opentype'),
        url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff'),
        url('../fonts/GothamMedium.ttf') format('truetype'),
        url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
}


a,
a::after,
a::before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

a {
    color: #777575;
    font-weight: 700;
    padding-right: 22px;
}

/*a:hover {
    color: #454545;
}*/

a.readmore {
    position: relative;
}

a.white-arrow.readmore:after {
    background-image: url(../images/readmore-arrow-white.png);
}

a.readmore:after {
    content: '';
    background-image: url(../images/readmore-arrow.png);
    position: absolute;
    right: 0;
    width: 13px;
    height: 9px;
    top: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

a.readmore:hover:after {
    right: -20px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 68px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

p {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-weight: 500;
}

.block {
    padding: 125px 0;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.d-just-center {
    justify-content: center;
}

.d-just-spacebetween {
    justify-content: space-between;
}

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

.d-direction-row {
    flex-direction: row;
}

.d-direction-column {
    flex-direction: column;
}

.unstyled-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.slider-items {
    outline: 0;
}

.card-3 {
    width: 33.33%;
}

.card-4 {
    width: 25%;
}

header {
    max-width: 1280px;
    display: flex;
    border-bottom: solid 10px #ed1c24;
    width: 100%;
    padding: 25px 30px;
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    display: flex;
    max-width: 194px;
}

.logo img {
    max-width: 100%;
}

.banner-area {
    width: 100%;
    float: left;
    position: relative;
}

.whatsapp {
    position: fixed;
    right: 50px;
    bottom: 30px;
    bottom: 48px;
    z-index: 1;
    width: 50px;
    height: 50px;
    padding: 0;
}

.whatsapp img {
    width: 100%;
}

.banner-content {
    max-height: 1080px;
}

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

.banner-area h1 {
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
}

.banner-area .slider-items {
    position: relative;
}

.banner-area .slider-items:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(53, 25, 25, 0.5);
    left: 0;
    top: 0;
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 18px;
    height: 18px;
    border: solid 2px #fff;
    color: transparent;
    background: transparent;
    border-radius: 16px;
    margin: 0 6px;
    outline: 0;
}

.slick-dots li button:hover {
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #fff;
}

.banner-area .slider-content {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    text-align: center;
}

/*About Us section*/

.about-us {
    padding: 10px;
    border: solid 1px #686868;
    width: 100%;
    box-sizing: border-box;
}

.section-left figure {
    width: 100%;
    margin: 0;
}

.about-us h2 {
    font-weight: 500;
    color: #454545;
    margin-bottom: 35px;
}

.section-right {
    max-width: 585px;
    margin-right: 30px;
}

.section-right p {
    margin-bottom: 40px
}

/*End of about us*/

/*Why Consultant*/

.why-consultant {
    background-image: url('../images/why-consulatant-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.why-consultant h2 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.why-consultant .section-left {
    max-width: 320px;
    width: 100%;
}

.why-consultant-content {
    z-index: 1;
}

.why-consultant-content p {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 0;
}

.why-consultant-content button {
    outline: 0;
    cursor: pointer;
}

.why-consultant-content button.slick-prev {
    background-image: url('../images/prev-slide.svg');
    background-color: transparent;
    color: transparent;
    border: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -150px;
    left: 43%;
}

.why-consultant-content button.slick-next {
    background-image: url('../images/next-slide.svg');
    background-color: transparent;
    color: transparent;
    border: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -150px;
    right: 43%;
}

.why-consultant .section-right {
    margin: 0;
    width: 100%;
    max-width: 925px;
    padding: 100px;
    position: relative;
}

.why-consultant .section-right:after {
    content: '';
    background: #ed1c24;
    width: 10000px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/*End of why consultant*/

/*Our Service*/

.block.our-service {
    padding-bottom: 0;
}

.our-service li {
    background: #ed1c24;
    color: #fff;
    padding: 30px;
    text-align: center;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transition: all 0.5s ease-in-out;
}

.our-service figure span {
    color: #fff;
    font-size: 61px;
}

.our-service li:hover {
    background: #dd1921;
    cursor: pointer;
}

.our-service li:first-child {
    background: #fff;
    border: solid 1px #414040;
    text-align: left;
}

.our-service li:nth-child(2),
.our-service li:nth-child(3) {
    border-top: 0;
}

.our-service li:first-child p {
    color: #454545;
}

.our-service li:first-child .service-data {
    margin-bottom: 0;
}

.our-service li:first-child .service-data p {
    font-weight: 400;
}

.our-service .card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.our-service .card .service-data {
    margin-bottom: 70px;
}

.our-service .card .service-data figure {
    max-height: 61px;
}

.our-service .card .service-data figure img {
    width: auto;
    height: 100%;
}

.our-service .card .service-data p {
    font-weight: 700;
    font-size: 20px;
}

.our-service a {
    color: #fff;
    font-weight: 400;
    width: 115px;
    margin: 0 auto;
}

.service-data h2 {
    text-transform: uppercase;
    color: #ed1c24;
    font-weight: 900;
    margin-bottom: 40px;
}

/*End of Our Service*/

/*Industry We Serve*/

.industry-service {
    padding: 80px 0;
}

.industry-service figure span {
    color: #ed1c24;
    font-size: 58px;
    transition: all 0.5s ease-in-out;
}

.industry-service figure span:hover:before {
    color: #454545;
    cursor: pointer;
}

.industry-we-serve {
    width: 67.77%;
}

.industry-service h2 {
    width: 33.33%;
    text-transform: uppercase;
    color: #ed1c24;
    font-weight: 900;
    padding-right: 130px;
}

.industry-we-serve figure {
    margin-bottom: 25px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
}

.industry-we-serve p {
    font-weight: 700;
    font-size: 20px;
}

.industry-we-serve li {
    padding: 45px 45px 45px 0;
}

/*Our Client*/

.our-clients {
    padding-top: 0;
}

.our-client-bg {
    background-image: url('../images/our-client-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 120px;
    color: #fff;
}

.our-client-bg li {
    margin: 20px 0;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}

.our-client-bg li:after {
    content: '';
    background: url('../images/tick.png');
    width: 18px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 7px;
}

.our-client-bg li:first-child {
    margin-top: 0;
}

.our-client-bg li:last-child {
    margin-bottom: 0;
}

.our-client-bg h2 {
    margin-bottom: 35px;
    text-transform: uppercase;
}

.testimonial-content {
    border: solid 1px #686868;    
}

.testimonial-section .slider-items {
    outline: 0;
    padding: 35px;

}

.testimonial-section {
    padding: 0 0 125px 0;
}

.testimonial-section h2 {
    color: #ed1c24;
}

.testimonial-section .section-right {
    max-width: 735px;
}

.testimonial-section .slick-dots li button {
    border-color: #454545;
}

.testimonial-section .slick-dots li.slick-active button {
    background: #454545;
}

.testimonial-section .slick-dots {
    bottom: -50px;
}

.testimonial-section .company-name {
    color: #ed1c24;
    font-weight: 700;
}

.testimonial-section .client-name {
    font-weight: 700;
}

.testimonial-section figure {
    margin: 0;
    margin-right: 20px;
}

.testimonial-section p {
    margin-bottom: 50px;
}

.testimonial-author-content p {
    margin-bottom: 0;
}

.section-left h2 {
    font-weight: 900;
    letter-spacing: 0.5px;
}

/*End of Our Client*/

/*Blog Section*/


.blog-section {
    background: #dfdfdf;
    padding: 55px 0;
}

.blog-section h2 {
    color: #ed1c24;
    font-weight: 900;
    margin-bottom: 50px;
}

.blog-section h3 {
    color: #ed1c24;
    font-weight: 500;
    margin-bottom: 65px;
    /* -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: -webkit-box;*/
    max-width: 100%;
    /* height: 95px; */
}

.blog-content p {
    margin-bottom: 25px;
    min-height: 175px;
}

.blog-section li {
    background: #fff;
    padding: 25px;
    border-right: solid 3px #dfdfdf;
}

.blog-section li img {
    transition: all 0.5s ease-in-out;
}

.blog-section li:hover img {
    margin-left: 30px;
}

/*End of Blog Section*/

/*Footer Design*/

footer {
    padding: 50px 0 20px;
    background: #454545;
    color: #fff;
}

footer p {
    line-height: 32px;
}

footer a {
    color: #fff;
    font-weight: 400;
}

footer li a:hover {
    margin-left: 5px;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer ul li {
    line-height: 32px;
}

.footer-left {
    max-width: 340px;
    width: 100%;
}

.footer-center {
    max-width: 545px;
    width: 100%;
}

.get-direction {
    background: #fff;
    color: #454545;
    display: flex;
    align-items: center;
    max-width: 182px;
    font-weight: 900;
    margin: 30px 0;
}

.get-direction .icon-get-direction {
    margin-left: 15px;
}

.get-direction .icon-get-direction {
    font-size: 33px;
}

.get-direction a {
    padding: 6px 10px;
    width: 100%;
    color: #454545;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.get-direction a:hover {
    color: #fff;
    text-decoration: none;
    background: #ed1c24;
}

.social-area a {
    padding: 0;
    line-height: 0;
    font-size: 0;
    float: left;
    margin-right: 10px;
}

.social-area a span,
.social-area a:hover {
    transition: all 0.5s ease-in-out;
    font-size: 42px;
    text-decoration: none;
}

.social-area a span:hover {
    color: #ed1c24;    
}

.footer-copyright {
    font-size: 16px;
    text-align: right;
    padding: 16px 0;
}

/*End of Footer Design*/

.enquiry-btn {
    color: rgb(255, 255, 255);
    z-index: 1;
    position: fixed;
    font-weight: 700;
    font-size: 22px;
    height: 40px;
    width: 160px;
    transform: rotate(-90deg);
    right: -60px;
    top: 50%;
    background: rgb(237, 28, 36);
    border-radius: 10px 10px 0px 0px;
    outline: 0px;
    text-align: center;
    line-height: 40px;
    padding: 0;
}

.modal a.close-modal {
    background-image: url(../images/close-icon.png);
}

.modal {
    padding: 15px 30px;
    max-width: 530px;
    border: solid 1px #ed1c24;
    box-shadow: none;
}

.modal img {
    margin: 20px 0;
}

.modal h3 {
    font-size: 28px;
    color: #ed1c24;
}

#enquiry form input {
    color: #777575;
    border: solid 1px #686868;
    width: 100%;
    padding: 18px;
    font-size: 22px;
    margin-bottom: 20px;    
}

#enquiry form input:focus {
    border: solid 1px #ed1c24;
    outline: 0;
}

#enquiry form button {
    background: #ed1c24;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border: 0;
    width: 100%;
    padding: 18px;
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out;
    outline: 0;
}

#enquiry form button:hover {
    cursor: pointer;
    background: #dd1921;
}

/*Banner SLider Animation*/

.slide .slide__content--headings .button-custom {
    width: 202px;
    height: 45px;
    border: solid 3px #ed1c24;
    color: #fff;
    background: transparent;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    border-radius: 45px;
    outline: 0;
}

.slide .slide__content--headings .button-custom:hover {
    background-color: #ed1c24;
    cursor: pointer;
}

.slide .slide__content--headings .title {
    font-size: 68px;
    font-size: 36px;
    margin-bottom: 36px;
}

.blocker {
    z-index: 99;
}

.footer-right {
    width: 100%;
    max-width: 400px;
}

/* Blog Page Design */

.inner-banner-area {
    height: 418px;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.inner-banner-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(139, 113, 114, 0.6);
}

.banner-content-area {
    font-size: 36px;
    color: #fff;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: calc(50% + 60px);
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.inner-title-area {
    font-size: 22px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 50px;
}

.blog-part .content-area {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #454545;
    text-align: justify;
}

.blog-part .content-area p {
    margin-bottom: 15px;
}

.blog-part:last-child .content-area {
    margin-bottom: 0;
}

.blog-container {
    padding: 90px 0;
}

.service-container {
    padding: 90px 0;
}

.service-part {
    margin-bottom: 60px;
}

.service-part:last-child {
    margin-bottom: 0px;
}

.service-part .icon-area {
    width: 121px;
    height: 121px;
    background: #ed1c24;
    color: #fff;
}

.service-part .icon-area figure {
    height: 100%;
    margin: 0;
}

.service-part .icon-area figure span {
    font-size:  62px;
}

.service-part .inner-title-area {
    margin-bottom: 25px;
}

.service-part .content-area {
    background: #dfdfdf;
    padding: 30px;
}

.functional-covarage {
    padding: 70px 0 50px;
    overflow: hidden;
}

.functional-covarage h2 {
    color: #ed1c24;
    margin-bottom: 25px;
}

.functional-covarage h4 {
    font-size: 22px;
    color: #ed1c24;
    margin-bottom: 15px;
}

.function-column > ul {
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.function-column > ul > li {
    background: #fff;
}

.column-2 {
    flex-wrap: wrap;
}

.column-2 .col {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;    
}

.function-column .column-2 .col {
    min-height: 345px;
    padding: 35px;
}

.function-column .column-2 .col > ul {
    margin: 0;
    padding: 0;
}

.function-column .column-2 .col > ul > li {
    padding-left: 20px;
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.function-column .column-2 .col > ul > li::before {
    content: ".";
    color: #ed1c24;
    font-size: 39px;
    position: absolute;
    left: 0;
    line-height: 0;
}

.about-content {
    padding: 90px 0 120px;
}

.about-content h2 {
    color: #ed1c24;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-content p {
    padding-bottom: 15px;
    text-align: justify;
}

.about-content p:last-child {
    padding: 0;
}

.about-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.column-3 {
    flex-wrap: wrap;
}

.column-3 .col {
    width: 31.33%;
    margin-right: 2%;
}

.goals {
    margin-top: 50px;
}

.service-part figure {
    margin: 0;
}

.desc {
    background: #ed1c24;
    min-height: 300px;
    color: #fff;
    padding: 35px;
}

.desc p {
    max-width: 220px;
    text-align: left;
}

.desc figure {
    width: 89px;
    height: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.our-team {
    padding: 70px 0 30px;
    margin-bottom: 80px;
}

.our-team h2 {
    color: #ed1c24;
    margin-top: -130px;
    text-transform: uppercase;
}

.team-member {
    margin-top: 65px;
}

.team-member ul {
    list-style: none;
    margin: 0;
    padding: 0;    
}

.team-member h4 {
    font-size: 22px;
    color: #ed1c24;
    margin-top: 20px;
    margin-bottom: 30px;
}

.team-member p {
    margin-top: 15px;
}

.team-member .col {
    padding-right: 50px;
}

.description {
    text-align: justify;
}

.functional-coverage {
    background: #414040;
    color: #fff;
    padding: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.functional-content {
    margin-right: 90px;
    max-width: 450px;
}

.functional-content ul li {
    padding: 10px 15px;
    border: solid 2px #fff;
    margin: 5px;
}

.functional-coverage h2 {
    width: 100%;
    max-width: 400px;
}

.map-area {
    margin: 90px 0;
}

.map-container {
    border: solid 1px #454545;
    line-height: 0;
}

.contact-data {
    display: flex;
}

.adress-area h3 {
    color: #ed1c24;
    margin-bottom: 25px;
}

.mobile-contact {
    margin-top: 25px;
}

.address-container a {
    padding: 0;
    font-weight: 500;
}

.address-container a:hover {
    color: #ed1c24;
}

.form-container input {
    width: 100%;    
}

.address-container {
    width: 100%;
    max-width: 460px;
    margin-right: 60px;
}

.adress-area {
    margin-bottom: 60px;
}

.form-container input {
    width: 100%;
    height: 60px;
    color: #777575;
    border: solid 1px #686868;
    padding: 18px;
    font-size: 15px;
    margin-bottom: 20px;
}

.form-container input:focus {
    border: solid 1px #ed1c24;
    outline: 0;
}

.form-container button:hover {
    cursor: pointer;
    background: #dd1921;
}

.form-container button {
    background: #ed1c24;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border: 0;
    width: 100%;
    padding: 18px;
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out;
    outline: 0;
}


/*Responsive Design*/

@media (max-width: 1370px) {    
    header,
    .container {
        max-width: 1170px;
    }

    .logo {
        max-width: 160px;
    }

    .slide .slide__content--headings .title {
        font-size: 58px;
        font-size: 36px;
    }

    .section-right {
        margin-left: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .why-consultant .section-right {
        max-width: 845px;
    }

    .why-consultant-content p {
        font-size: 26px;
    }
}

@media (max-width: 1280px) {
    .container {
        padding: 0 20px;
    }

    .section-right {
        margin-left: 30px;
    }

    .why-consultant .section-right {
        margin-left: 40px;
    }

    .our-client-bg {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .slick-dots {
        bottom: 50px;
    }

    .blog-section h3 {
        margin-bottom: 45px;
    }

    h3 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .logo {
        max-width: 130px;
    }

    .section-left {
        max-width: 50%;
    }

    figure img {
        max-width: 100%;
        width: 100%;
    }

    .section-right {
        max-width: 50%;
    }

    .block {
        padding: 80px 0;
    }

    .why-consultant .section-right {
        max-width: 60%;
        padding: 60px;
        padding-left: 80px;
    }

    .why-consultant-content button.slick-next {
        bottom: -110px;
        right: 41%;
    }

    .why-consultant-content button.slick-prev {
        bottom: -110px;
        left: 41%;
    }

    .testimonial-section .section-right {
        max-width: 600px;
    }

    .blog-section li {
        display: flex;
    }

    .footer-center {
        max-width: 365px;
    }

    .our-clients {
        padding-top: 0;
    }

    .testimonial-section {
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    .logo {
        max-width: 80px;
        background: #fff;
        padding: 0px;
    }

    .map-area {
        margin: 50px 0; 
    }

    .form-container input,
    .form-container button {
        height: 50px;
        font-size: 20px;                
    }

    .form-container button {
        padding: 0;
    }

    .address-container {
        margin-right: 20px;
    }

    .adress-area {
        margin-bottom: 50px;
    }

    header {
        padding: 15px;
    }

    header {
        border-width: 6px;
        position: fixed;        
        background: #fff;
        width: 101%;
    }

    .open-menu header {
        position: static;
        transform: inherit;
    }

    .open-menu .logo {
        visibility: hidden;
    }

    .footer-right {
        max-width: 250px;
    }   

    .slide .slide__content--headings .title {
        font-size: 48px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 25px;        
    }

    .about-us h2 {
        margin-bottom: 10px;
    }

    .section-right {
        max-width: 45%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .section-right p {
        margin-bottom: 10px;
    }

    .why-consultant .section-right {
        padding: 30px;
        padding-left: 30px;
    }

    .card-3,
    .card-4 {
        width: 50%;
    }

    .testimonial-section .section-right {
        max-width: 440px;
    }

    .footer-left {
        max-width: 200px;
    }

    .footer-center {
        max-width: 265px;
    }

    .blog-section li {
        border-bottom: solid 3px #dfdfdf;
    }

    .banner-area {
        margin-top: 66px;
    }

    .desc figure img {
        width: initial;
    }

    .desc {
        padding: 20px;
    }

}

@media (max-width: 991px) {
    .t-direction-column {
        flex-direction: column;
    }

    .functional-content {
        margin-right: 0;
        max-width: inherit;
        margin-top: 20px;
    }

    .functional-coverage {
        padding: 20px;
    }

    .functional-coverage ul {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .banner-area .slick-track {
        height: calc(100vh - 66px);
    }

    .banner-content-area {
        width: 100%;
        text-align: center;
        top: 60%;
    }

    .map-container iframe {
        height: 300px;
    }

    .contact-data {
        flex-direction: column;
    }

    .form-container,
    .mobile-contact {
        margin-top: 20px;
    }

    .adress-area h3 {
        margin-bottom: 20px;
    }

    .address-container {
        margin-right: 0;
    }

    .logo {
        max-width: 79px;
        padding: 0;
    }

    .slide .slide__content--headings .title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .block {
        padding: 40px 0;
    }

    .about-us {
        flex-direction: column;
    }

    .section-left {
        width: 100%;
        margin-bottom: 20px;
        max-width: inherit;
    }

    .section-right {
        max-width: 100%;
        margin: 0;
    }

    .why-consultant-area {
        flex-direction: column;
    }

    .why-consultant .section-right {
        padding: 15px;
        padding-left: 15px;
        max-width: 100%;
        margin: 0;
    }

    .why-consultant-content button.slick-next,
    .why-consultant-content button.slick-prev {
        bottom: -65px;
    }

    .why-consultant {
        padding: 40px 0 65px 0;
    }

    .why-consultant-content button.slick-next {
        right: 36%;
    }

    .why-consultant-content button.slick-prev {
        left: 36%;
    }

    .why-consultant-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .card-3, .card-4 {
        width: 100%;
    }

    .industry-service .d-flex {
        flex-direction: column;
    }

    .industry-service h2 {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .industry-we-serve li {
        padding: 25px 0px 25px 0;
        text-align: center;
        width: 50%;
    }

    .industry-service ul.d-flex {
        flex-direction: row;
    }

    .industry-we-serve li:last-child {
        padding-bottom: 0;
    }

    .testimonial-section .d-flex {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .testimonial-section {
        padding-top: 0;
    }

    .testimonial-section .section-right {
        max-width: 100%;
    }

    .testimonial-section .slider-items {
        padding: 15px;
        text-align: center;
    }

    .testimonial-section .client-name {
        margin: 0;
    }

    .testimonial-section .slick-dots {
        bottom: 10px;
    }

    .section-left h2 {
        text-align: center;
    }

    .modal {
        padding: 15px;
    }

    .modal h3 {
        font-size: 22px;
    }

    .modal img {
        max-width: 100%;
    }

    #enquiry form input,
    #enquiry form button {
        padding: 15px;
        font-size: 16px;
    }

    footer .d-flex {
        flex-direction: column;
    }

    .blog-section li {
        border-right: 0;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .whatsapp {
        right: 15px;
        bottom: 40px;
    }

    .slide .slide__content--headings .button-custom {
        width: auto;
        padding: 0 15px 0 15px;
        font-size: 16px;
        height: 35px;
    }

    .enquiry-btn {
        font-size: 16px;
        height: 30px;
        width: 105px;
        line-height: 30px;
        right: -38px;
    }

    .about-us h2 {
        margin-bottom: 20px;
    }

    .industry-we-serve {
        width: 100%;
    }

    .column-2 .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .service-part .icon-area {
        width: 90px;
        height: 90px;
    }

    .service-part .icon-area figure span {
        font-size: 45px;
    }

    .service-part {
        margin-bottom: 30px;
    }

    .functional-covarage {
        padding: 30px 0 20px;
    }

    .inner-title-area {
        margin-bottom: 20px;
    }

    .blog-part .content-area {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .team-member .col {
        padding-right: 0px;
    }

    .about-content {
        padding: 40px 0 70px;
    }

    .column-3 .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .goals {
        margin-top: 0;
    }

    .desc {
        min-height: auto;
    }

    .description {
        text-align: left;
    }

}