@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ::selection {
    background: #f29131;
    color: #fff;
    text-shadow: none
} */

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #dedede
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-image: linear-gradient(#003363, #00488c)
}

body {
    overflow-x: hidden;
    font-family: "Inter", serif;
    background-color: #000;
}
html {
    scroll-behavior: smooth;
}

*:hover,
*:focus,
* {
    outline: none !important
}

.overflw {
    overflow: hidden
}

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

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

a:hover,
button:hover {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out
}

.pad {
    padding: 0
}

.padL {
    padding-left: 0
}

.padR {
    padding-right: 0
}

.pad-top-80 {
    padding-top: 80px !important
}

.pad-top {
    padding-top: 60px
}

.pad-btm-30 {
    padding-bottom: 30px
}

.pad-btm {
    padding-bottom: 50px
}

.pad-btm-70 {
    padding-bottom: 70px
}

.pad-tb {
    padding: 80px 0
}

.pad-tbm {
    padding: 50px 0
}

.padRt-60 {
    padding-right: 60px
}

.pad-LR30 {
    padding: 0 30px
}

.pad-80-240 {
    padding: 80px 0 240px
}

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

.mt-35 {
    margin-top: 35px
}

.btn-a {
    background-color: #df0041;
    border: 2px solid #df0041;
    border-radius: 0;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s
}

.btn-a:hover {
    background: #fff0;
    color: #fff
}

.btn-submit {
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    letter-spacing: .2px
}

.btn-submit:hover {
    background: #fff0;
    color: #fff
}

.m1-h h5 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-family: "Poppins"
}

.m1-h h5 span {
    font-weight: 400;
    font-size: 44px
}

.m2-h h5 {
    font-size: 36px;
    text-transform: capitalize;
    color: #f29131;
    font-weight: 600;
    position: relative;
    font-family: "Poppins";
    text-transform: uppercase;
    padding-bottom: 20px
}

.m2-h h5 span {
    border-bottom: 3px solid #f29131;
    text-transform: capitalize
}

.m3-h h5 {
    margin-bottom: 35px;
    padding-bottom: 19px;
    color: #f29131;
    font-weight: 600;
    font-family: "Poppins";
    text-transform: uppercase;
    font-size: 18px
}

.m4-h h5 {
    color: #f29131;
    font-family: "Poppins";
    text-transform: capitalize;
    font-size: 18px;
    margin: 25px 0 30px;
    font-weight: 600
}

.m5-h h5 {
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Poppins"
}

.m5-h h5 span {
    border-bottom: 3px solid #fff
}

.p1 p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .2px
}

.p2 p {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: .2px;
    text-transform: uppercase
}

.p3 p {
    color: #fff;
    line-height: 32px;
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins"
}

.p4 p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: "Poppins";
    line-height: 22px
}

.font-16 {
    font-size: 16px !important
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999;
    display: none
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px
}

.menu-Bar span:nth-child(1) {
    top: 0
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left
}

.menu-Bar span:nth-child(3) {
    top: 16px
}

.menu-Bar.open span {
    background: #ffffff
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center
}

header {
    padding: 10px 20px;
    background: #000
}

ul.menu {
    display: block
}

ul.menu>li {
    display: inline-block;
    margin-right: 20px
}

ul.menu>li:last-child {
    margin-right: 0;
    margin: 0 0 0 30px
}

ul.menu>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    text-transform: capitalize;
    letter-spacing: 0;
    border-bottom: 2px solid #fff0
}

ul.menu>li.active a {
    border-bottom: 2px solid #fff
}

ul.menu>li>a:hover {
    border-bottom: 2px solid #fff
}

.mainBanner {
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999
}

video#myVideo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99
}

.z-9 {
    z-index: 999;
    position: relative
}

.mainBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: 0 auto
}

.socialIcon li {
    display: inline-block
}

.socialIcon li span {
    padding: 12px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
    transition: 0.3s;
}

.socialIcon li span:hover {
    border: 1px solid #fff;
    background: #df0041;
    color: #fff
}

.padding-sec {
    padding: 60px 0 20px;
}

p.theme-p {
    line-height: normal;
}

.theme-h2 {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: auto;
    text-transform: uppercase;
    line-height: normal;
}

.theme-btn-dark {
    background-color: #231F20;
    color: #fff;
}

.theme-btn-outline:hover,
.theme-btn-outline.active,
.theme-btn-featured {
    background: linear-gradient(180deg, rgba(250, 152, 0, 1) 0%, #f8991c 100%);
    transition: 0.3s;
    color: #fff;
    border-color: transparent;
    background: #df0041
}

.theme-btn-outline:hover,
.theme-btn-outline.active,
.theme-btn-featured:hover {
    /* background: #000; */
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, #000000 100%);
    transition: 0.3s;
    color: #fff;
}

.process-work .process-stp img {
    width: 56%;
    margin-bottom: 20px;
    margin-left: 25px;
}

.process-work {
    position: relative;
    padding: 60px 10px 50px;
}

.process-work::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/side11.png);
    width: 350px;
    height: 500px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.process-stp h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    line-height: 24px;
}

.process-stp {
    transition: 0.3s;
    padding: 50px 0px 0px;
}

.process-stp img {
    transition: 0.3s;
}

.process-stp:hover img {
    transition: 0.3s;
    scale: 1.05;
}

.theme-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    width: fit-content;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    border: none;
    outline: none;
    overflow: hidden;
}

.theme-btn-dark {
    background-color: #000000;
    color: #fff;
}

.theme-btn-dark:hover {
    background-color: #003363;
}

.theme-btn-ul li:not(:nth-child(1)) {
    margin-left: 20px;
}

.theme-btn-ul {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px 0 25px;
}

/*popup start*/

.popup-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup {
    background-color: white;
    background-image: url("../images/popup-bg.webp");
    background-image: url("../images/flag-bg.webp");
    padding: 20px;
    border-radius: 8px;
    background-repeat: no-repeat;
    position: relative;
    min-width: 300px;
    transform: scale(0.95);
    transition: transform 0.3s ease;
    max-width: 700px;
    position: relative;
}
.popup {
    top: 0px;
    /* background-image: linear-gradient(to right, #003063, #df0041); */
    background-color: #df0041;
    background: linear-gradient(to right,
            #df0140 20%,
            #df0140 30%,
            #003363 70%,
            #003363 80%);
    background-image: url("../images/flag-bg.webp");

    background-size: 200% auto;
    animation: popup-animation 45s ease-in-out infinite alternate;

}

@keyframes popup-animation {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


.popup-overlay.active .popup {
    transform: scale(1);
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #003363;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-weight: bold;
    font-size: 25px;
    transition: 0.3s;
}

.close-btn:hover {
    background: #df0041;
}

button#showPopup {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/*popup end*/

.why-choose.slick-initialized.slick-slider {
    color: #fff;
}

.why-choose.slick-initialized.slick-slider .serve-box {
    padding: 30px;
    border: 2px solid #003363;
    border-radius: 10px;
    transition: 0.5s all;
    color: #000;
    margin: 0px 10px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
}

.why-choose.slick-initialized.slick-slider .serve-box img {
    margin: auto;
    margin-bottom: 15px;
    width: 60px;
    filter: contrast(12.5);
    filter: brightness(0.0);
}

.why-choose.slick-initialized.slick-slider .serve-box:hover img {
    filter: brightness(6.0);
}

.why-choose.slick-initialized.slick-slider .serve-box h4 {
    color: #df0041;
    transform: 0.3s;
}

.why-choose.slick-initialized.slick-slider .serve-box:hover h4 {
    color: #fff;
    transform: 0.3s;
}


.listStyle {
    list-style: disc;
    display: inline-block;
    list-style-position: inside
}

.listStyle li {
    margin: 30px 0;
    font-family: "Poppins";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff
}

a:hover {
    text-decoration: none
}

body {
    background-color: #fff
}

header {
    padding: 15px 20px;
    background: #000;
    background: linear-gradient(99deg, rgb(0 0 0) 0%, #f29131 47%, #f29131 59%, rgb(33 37 41) 100%);
    text-align: center;
    background: #003363;
}

a.btn.btn-a {
    padding: 9px 24px;
    border: 1px solid #ffffff4a;
    border-radius: 42px;
}

section.home-banner {
    padding: 50px 0 50px;
    background-image: url(../images/home-banner.webp);
    background-position: center;
    background-size: cover
}
.banner-img img {
    border-radius: 8px;
}

section.hero-sec {
    position: relative;
    background-color: #003363;
    background-image: none;
    background-image: url(../images/banner-main-flag.webp);
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: bottom;
    padding: 70px 10px 100px;
}

.hero-sec .container {
    z-index: 1;
}

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

.flag-div {
    position: relative;
}

.flag-div::after {
    content: "";
    background-image: url("../images/banner-main-flag.webp");
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;

}

.flag-div img {
    position: absolute;
    opacity: 0.4;
    left: 0;
    top: -170px;
}

.hero-sec::before {
    content: "";
    background-image: url("../images/banner-flag.webp");
    width: 450px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-sec::after {
    content: "";
    background-image: url("../images/image28.png");
    height: 100%;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    filter: contrast(0.0);
    width: 250px;
    right: 0;
}

.banner-text h1 {
    font-size: 31px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.hero-sec .banner-text h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    max-width: 900px;
    margin: auto;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px
}

.banner-text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
    max-width: 900px;
    margin: auto;
}

.banner-text h5 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px
}

.banner-text ul {
    padding-left: 20px;
    margin-top: 19px
}

.banner-text ul li {
    font-size: 16px;
    margin-bottom: 10px;
    list-style-type: disclosure-closed
}

.banner-text ul li::marker {
    color: #003363
}

.buttons-div {
    margin-top: 20px
}

.serve-box .buttons-div {
    justify-content: center;
    display: flex;
}

.buttons-div a.btn-01 {
    background: #000000;
    padding: 13px 38px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 15px;
    margin-right: 10px;
    transition: 0.3s;
    display: inline-block;
}

.buttons-div a.btn-01:hover {
    background: #df0041;
}

.buttons-div a.btn-02 {
    background: #df0041;
    padding: 13px 38px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 15px;
    transition: 0.3s;
    display: inline-block;
}

.buttons-div a.btn-02:hover {
    background-color: #000;
}

.banner-form {
    padding: 35px;
    border-radius: 10px;
    padding: 35px;
    border-radius: 10px;
    background-image: url(../images/flag-bg.webp);
    position: relative;
}

.banner-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;

}

.banner-form p {
    color: #fff;
    font-size: 15px
}

.banner-form label {
    font-size: 0px !important
}

.banner-form label input {
    margin: 0px !important;
    margin-bottom: 18px !important;
    padding: 13px 15px;
    border: 2px solid white !important;
    border-radius: 9px;
    margin-top: 8px !important
}

.banner-form label input::placeholder {
    color: #fff
}

.banner-form label textarea {
    margin: 0px !important;
    padding: 13px 15px;
    border: 2px solid white !important;
    border-radius: 9px;
    margin-top: 8px !important;
    margin-bottom: 20px !important
}

.banner-form label textarea::placeholder {
    color: #fff
}

.banner-form button.btn.submitbtn {
    background: #df0041;
    color: #fff;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}

.banner-form button.btn.submitbtn:hover {
    scale: 1.05;
}

form button:hover {
    scale: 1.05;
}

section.visions-sell {
    padding: 20px 0
}

section.visions-sell h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    line-height: 24px
}

section.professional-book {
    background-image: url("../images/flag-bg.webp");
    padding: 80px 0;
    background-attachment: fixed;
}

.professional-book-text h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 15px
}

.professional-book-text p {
    color: #ffffffd9;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px
}

.professional-book-text ul li {
    width: 50% !important;
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 20px
}

.professional-book-text ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.professional-book-text a {
    background: #fff;
    color: #000;
    padding: 12px 35px;
    font-size: 16px;
    border-radius: 8px;
    display: inline-block;
}

.professional-book-text a:hover {
    background-color: #df0041;
    color: #fff;
}

.professional-book-text ul li:before {
    content: "";
    background-image: url(../images/icon/listicons.webp);
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    top: 2px;
    background: #fff;
    border-radius: 50%;
}

section.book-name {
    padding: 60px 0
}

.prominent-text h2 {
    color: #000;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 15px
}

.prominent-text p {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 16px
}

.texh-text p {
    font-size: 14px;
}

.left-side-bar .tango-tech-main p {
    font-size: 14px;
}

.counter-box-main {
    display: flex;
    column-gap: 37px;
    justify-content: flex-start
}

.prominent-text .counter-box-main .counter-box i {
    font-size: 27px;
    color: #003063;
    margin-right: 8px
}

.prominent-text .counter-box-main .counter-box span.counter {
    font-size: 30px;
    color: #000;
    font-weight: 800
}

.prominent-text .counter-box-main .counter-box p {
    margin: 0;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 400
}

.counter-box-main .counter-box {
    font-size: 32px;
    color: #000;
    font-weight: 800
}

section.awards {
    background: #000;
    padding: 40px 0
}

section.awards h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 35px
}

section.tech {
    padding: 90px 0;
    background: linear-gradient(99deg, rgb(0 0 0) 0%, #f29131 30%, #f29131 47%, #f29131 59%, #f29131 70%, rgb(33 37 41) 100%);
    background-image: linear-gradient(to right, #df0041, #003063);
    position: relative;
}

section.tech::before {
    content: "";
    background-image: url(../images/banner-flag.webp);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.texh-text h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 3rem;
}

.texh-text h2 span {
    font-weight: 500;
    color: #ffffff
}

.texh-text p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    line-height: 25px
}

.texh-text {
    margin-bottom: 30px
}

.left-side-bar {
    padding-right: 30px
}

.left-side-bar .tango-tech-main {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
    align-items: center;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s !important;
}

.left-side-bar .tango-tech-main:hover,
.right-side-bar .tango-tech-main:hover {
    background: #000;
}

.left-side-bar .tango-tech-main h4,
.left-side-bar .tango-tech-main p,
.right-side-bar .tango-tech-main h4,
.right-side-bar .tango-tech-main p {
    transition: all ease-in-out 0.3s !important;
}

.left-side-bar .tango-tech-main:hover h4,
.left-side-bar .tango-tech-main:hover p,
.right-side-bar .tango-tech-main:hover h4,
.right-side-bar .tango-tech-main:hover p {
    color: #fff;
}

.left-side-bar .tango-tech-main img {
    padding: 20px 18px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 2px 2px 7px -2px #bbb;
    margin-right: -50px;
    width: 100px;
    height: 100px;
    filter: grayscale(9);
    object-fit: contain
}

.left-side-bar .tango-tech-main p {
    width: 60%;
    font-size: 15px;
    color: #555;
    line-height: 21px;
    text-align: end;
    height: auto
}

.left-side-bar .tango-tech-main h4 {
    width: 26%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: end
}

.right-side-bar {
    padding-left: 30px
}

.right-side-bar .tango-tech-main {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s !important;
}

.right-side-bar .tango-tech-main img {
    padding: 20px 18px;
    border-radius: 7px;
    background: #fff;
    box-shadow: -2px 2px 7px -2px #bbb;
    margin-left: -50px;
    width: 100px;
    filter: grayscale(1);
    height: 100px;
    object-fit: contain
}

.right-side-bar .tango-tech-main p {
    width: 60%;
    font-size: 15px;
    color: #000000;
    line-height: 21px;
    text-align: left;
    height: auto
}

.right-side-bar .tango-tech-main h4 {
    width: 26%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: left
}

section.tabs-section {
    padding: 80px 0
}

.tabs-head {
    margin-bottom: 20px
}

.tabs-head h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tabs-head p {
    font-size: 16px;
    text-align: center;
    color: #555;
    width: 80%;
    margin: 0 auto;
    line-height: 25px
}

.tablist {
    text-align: center;
    margin-bottom: 30px
}

.tablist button {
    background: #fff0;
    border: 0;
    padding: 13px 20px;
    font-size: 15px;
    border-radius: 7px;
    margin: 0 5px;
    color: #000;
    font-weight: 700
}

.tablist button[aria-selected="true"] {
    background: #f29131;
    color: #fff
}

.image-box {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 20px
}

.image-box img {
    width: 23%;
    transition: all ease-in-out 0.3s;
}

.image-box img:hover {
    scale: 1.05;
}

section.edited {
    padding: 70px 0;
    background: #f29131;
    text-align: center;
    color: #fff;
    position: relative;
    background-image: url("../images/banner-main-flag.webp");
}
section.edited::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    background-image: url(../images/cta-shap-2.webp);
    width: 250px;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
    background-size: contain;
}
section.edited::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(../images/cta-shap-1.webp);
    width: 250px;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
    background-size: contain;
}
section.edited .container {
    z-index: 2;
}
section.edited {
    position: relative;
    top: 0px;
    padding: 50px 70px;
    /* background-image: linear-gradient(to right, #003063, #df0041); */
    background-color: #df0041;
    background: linear-gradient(to right,
            #df0140 20%,
            #df0140 30%,
            #003363 70%,
            #003363 80%);

    background-size: 500% auto;
    animation: textShine 3s ease-in-out infinite alternate;

}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


section.edited .buttons-div a.btn-02 {
    background-color: #fff;
    color: #000;
}

section.edited .buttons-div a.btn-02:hover {
    background-color: #000;
    color: #fff;
}

section.edited .buttons-div a.btn-01:hover {
    background-color: #fff;
    color: #000;
}

section.edited h2 {
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 42px;
    width: 80%;
    margin: 0 auto 20px
}

section.edited p {
    color: #ffffffd9;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px
}

.left-img img {
    right: 0;
    width: 120% !important;
    max-width: 120%;
    position: absolute;
    animation: float 3s infinite;
}

@keyframes float {
    0% {
        margin-top: -20px;
    }

    50% {
        margin-top: 10px;
    }

    100% {
        margin-top: -20px;
    }
}

.right-img img {
    left: 0;
    width: 120% !important;
    max-width: 120%;
    position: absolute;
    left: 0;
    animation: float 3s infinite;
}

section.service {
    padding: 60px 0;
    text-align: center
}

.services-head {
    margin-bottom: 30px
}

.services-head h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.services-head p {
    font-size: 16px;
    text-align: center;
    color: #555;
    width: 86%;
    margin: 0 auto;
    line-height: 25px
}

.serve-box {
    padding: 30px;
    border: 2px solid #003363;
    border-radius: 10px;
    transition: 0.5s all;
    color: #000;
    margin-bottom: 30px
}

.serve-box:hover {
    background-color: #003363;
    background-image: url("../images/flag-bg.webp");
    color: white !important;
    transition: 0.5s all
}

.serve-box img {
    margin-bottom: 15px;
    width: 60px;
    filter: contrast(12.5);
}

.serve-box:hover img {
    filter: brightness(0) invert(1)
}

.serve-box h4 {
    font-size: 22px;
    margin-bottom: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px
}

.serve-box p {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    height: 120px;
    padding-right: 10px;
    overflow-y: auto;
}

.why-choose .serve-box p {
    height: 120px;
    padding-right: 0px;
    overflow-y: auto;
}

section.authors-sec {
    background-image: url(../images/authors-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
    position: relative;
}

section.authors-sec {
    position: relative;
    top: 0px;
    padding: 50px 70px;
    /* background-image: linear-gradient(to right, #003063, #df0041); */
    background-color: #df0041;
    background: linear-gradient(to right,
            #df0140 20%,
            #df0140 30%,
            #003363 70%,
            #003363 80%);

    background-size: 500% auto;
    animation: textShine 3s ease-in-out infinite alternate;

}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

section.authors-sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    background-image: url(../images/cta-shap-2.webp);
    width: 250px;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    background-position: center;
}

section.authors-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(../images/cta-shap-1.webp);
    width: 250px;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    background-position: center;
}

section.authors-sec img {
    width: 87%;
    /*margin: -120px 0;*/
    top: -80px;
    position: absolute;
    animation: float3 3s infinite;
}

@keyframes float3 {
    0% {
        top: -100px;
    }

    50% {
        top: -70px;
    }

    100% {
        top: -100px;
    }
}


.author-sec-content h3 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    width: 80%;
}

.author-sec-content p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px;
    width: 70%
}

section.authors-sec-2 {
    background-image: url(../images/best-selling-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
    position: relative;
    background-image: linear-gradient(to right, #df0041, #003063);
}
section.authors-sec-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/side11.png);
    width: 350px;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(10.9);
    background-position: center;
}

section.authors-sec-2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/side9.png);
    width: 210px;
    height: 230px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: 999;
    filter: brightness(10.5);
    background-position: right;
}

section.authors-sec-2 img {
    width: 74%;
    margin: -120px 0;
    position: absolute;
    right: 0;
    animation: float2 3s infinite;
}

@keyframes float2 {
    0% {
        top: -20px;
    }

    50% {
        top: 20px;
    }

    100% {
        top: -20px;
    }
}

.author-sec-text h3 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 15px
}

.author-sec-text p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px
}

.author-sec-text .buttons-div a.btn-01 {
    background: #fff;
    color: #000;
    border-radius: 100px;
    transition: 0.3s;
    scale: 1;
    transition: 0.3s;
}

.author-sec-text .buttons-div a.btn-01:hover {
    transition: 0.3s;
    scale: 1.05;
}

section.value {
    padding: 90px 0;
    text-align: center
}

.value-text h2 {
    text-align: center;
    max-width: 900px;
    margin: auto;
    font-size: 36px;
    margin-bottom: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 3rem;
}

.value-text .buttons-div {
    display: flex;
    justify-content: center;
}

.value-text p {
    font-size: 16px;
    line-height: 1.3em;
    color: #000;
    max-width: 900px;
    margin: auto;
}

.value-text .buttons-div a.btn-01 {
    background: #003363;
    border-radius: 100px;
    transition: 0.3s;
}

.value-text .buttons-div a.btn-01:hover {
    background-color: #df0041;
}

.value-text .buttons-div {
    margin-bottom: 50px
}

section.faqs {
    padding: 60px 0 80px;

    .accordion-container .set a {
        background: #003363;
        padding: 11px 20px;
        margin-bottom: 20px;
        border-radius: 6px;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        display: block;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

    .accordion-container .set a:hover {
        background: #df0041;
    }

    .accordion-container .set a i.fa {
        color: #000;
        background: #fff;
        border-radius: 100%;
        width: 36px;
        height: 36px;
        padding: 12px;
        margin-right: 9px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .accordion-container {
        position: relative
    }

    .accordion-container>h2 {
        text-align: center;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd
    }

    .set>a.active {
        background-color: #df0041;
        margin-bottom: 10px !important
    }

    .content {
        background-color: #fff;
        display: none
    }

    .content p {
        padding: 10px 15px 30px;
        margin: 0;
        color: #333;
        font-size: 15px;
        line-height: 21px
    }
}

.faqs-text {
    margin-bottom: 20px;
    text-align: center
}

.faqs-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #302946;
    max-width: 900px;
    margin: auto;
    margin-bottom: 10px;
    line-height: normal;
}

.faqs-text p {
    font-size: 16px;
    line-height: normal;
    max-width: 900px;
    margin: auto;
}

section.contact-sec {
    background-image: url(../images/contact-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    background-image: linear-gradient(to right, #df0041, #003063);
    position: relative;
}

.contact-sec::before {
    position: absolute;
    content: "";
    background-image: url("../images/book-icon-bg-2.webp");
    width: 22%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}

.contact-sec::after {
    position: absolute;
    content: "";
    background-image: url("../images/r-book-icon.webp");
    width: 14%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    background-position: right;
    bottom: 0;
}

.contact-text {
    text-align: center;
    margin-bottom: 20px
}

.contact-text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    width: 60%;
    line-height: 51px;
    margin: 0 auto
}

.contact-form {
    padding: 35px;
    border-radius: 10px;
    background: linear-gradient(45deg, #f29131, #f29131);
    background-image: url(../images/flag-bg.webp);
    position: relative;
    border: solid #ffffff 4px;
}

.contact-form h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 29px
}

.contact-form input,
.contact-form textarea {
    color: #fff;
    padding: 8px 7px
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #fff
}

.contact-form button.btn.submitbtn {
    background: #df0041;
    color: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
}

section.contact-sec h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px !important
}

section.contact-sec h3 span {
    color: #ffffff
}

section.contact-sec ul.contact-point li {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 50px
}

ul.contact-point li::before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 18px;
    background: #ffffff;
    border-radius: 100px;
    top: 5px
}

.footer-top {
    padding: 40px 0;
    text-align: center;
    /* background: linear-gradient(99deg, rgb(0 0 0) 0%, #f29131 30%, #f29131 47%, #f29131 59%, #f29131 70%, rgb(33 37 41) 100%); */
}
section.footer-top.edited::after, section.footer-top.edited::before {
    display: none;
}

.footer-top img {
    width: 80%
}

ul.socialIcon {
    margin-bottom: 30px;
}

.footer-links-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin: 20px 0
}


.footer-links-img img {
    width: 120px
}

.ftr-lt img {
    margin-bottom: 20px;
    width: 110px;
}

.contact-details a {
    color: #fff;
    display: block;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px
}

.other-details h4 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff
}

.other-details a {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 14px
}

.other-details a:hover {
    color: #ffffff;
}

p.disclaimer {
    margin: 13px 0 0;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 30px;
}

.text-right a {
    color: #fff;
    margin-left: 15px;
    font-size: 15px;
    line-height: 14px
}

.text-right a:hover {
    color: #ffffff;
}

section.testimonail {
    padding: 100px 0 30px
}

.test-head {
    text-align: center;
    margin-bottom: 50px
}

.test-head h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}

.test-main img {
    margin: auto;
}

.test-main {
    padding: 30px 30px;
    position: relative;
    border: 2px solid #003363;
    margin: 0 10px;
    text-align: center;
    height: 260px;
    border-radius: 7px;
    transition: all ease-in-out 0.3s !important;
}

.test-main:hover {
    background-color: #003363;
    background-image: url("../images/flag-bg.webp");
    color: #fff;
}

.img-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.test-main h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px
}

.test-main p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 22px
}

.test-main img {
    display: inline
}

footer {
    background-color: #000000;
    background-image: url("../images/flag-bg.webp");
    padding: 70px 0px 0px;
    margin-top: -1px;
}

footer .container.border-bottom {
    border-bottom: solid 1px #fff;
}

.flogo {
    text-align: right
}

.copyright.text-center {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.copyright.text-center p {
    text-transform: capitalize;
    text-align: left
}

.img-box img {
    width: 80px;
    height: 80px
}

.modal-dialog {
    max-width: 930px;
    margin: 100px auto
}

.logo {
    text-align: center
}

a.logo img {
    width: 110px;
}

.popup-work h2 {
    text-align: center;
    font-family: 'Inter';
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 12px;
}
.popup input::placeholder, .popup textarea::placeholder {
    color: #fff;
}
.popup-work h2 span {
    color: #ffffff
}

.popup-work p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.modal-body {
    background-image: url(../images/popupbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 10px 10px;
    position: relative
}

.modal-body .logo img {
    width: 120px;
}

.modal-body::after {
    content: url(../images/popup-before.png);
    position: absolute;
    right: 0;
    bottom: 0
}

.popup-work input {
    border: 2px solid #ffffff  !important;
    color: #ffffff !important;
    padding: 10px 14px;
    font-family: 'Lato' !important;
    font-weight: 400;
    margin: 0px 0px 12px !important;
}

img.img-pop {
    height: 280px;
    padding: 10px;
    border: 2px solid #ffffff;
    width: 100%;
    object-fit: cover;
}

.popup-work .cta label {
    font-size: 0px !important
}

.popup-work button.btn.submitbtn {
    width: 100%;
    background: #ffffff;
    margin: 0px !important;
    color: #000000;
    font-family: 'Lato';
    font-size: 16px;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 600;
}
.popup-work button.btn.submitbtn:hover {
    background-color: #c40037;
    color: #fff;
}
.modal-body button.close {
    background: #f29131;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    padding: 0px !important
}

.popup-work textarea {
    background: #ffffff00 !important;
    border: 2px solid #ffffff !important;
    color: #000000  !important;
    padding: 10px 14px;
    font-family: 'Lato' !important;
    font-weight: 500;
    margin: 0px 0px 12px !important;
    height: 60px;
}

.mobile-version {
    display: none
}

.process.process-01 {
    margin-top: -30px
}

section.banner-abt-contact {
    padding: 90px 0
}

section.banner-abt-contact.abt-bg.home-banner.hero-sec {
    background-image: none;
}

section.banner-abt-contact.contact-bg.home-banner.hero-sec {
    background-image: none;
}

.abt-bg {
    background-image: url(../images/abt-bg.webp);
    background-size: cover;
    background-position: center
}

.contact-bg {
    background-image: url(../images/contact-bg.webp);
    background-size: cover;
    background-position: center
}

section.banner-abt-contact h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

section.sub-sec {
    padding: 80px 0 30px
}

section.sub-sec h2 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 37px
}

.img-sec {
    background: #000;
    padding: 16px 0
}

section.our-mission {
    padding: 70px 0 70px
}

.consulation-col h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 37px
}

.consulation-col {
    text-align: center
}

.consulation-col p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px
}

.consulation-col a.abt-button {
    background: #df0041;
    color: #fff;
    padding: 16px 20px;
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.consulation-col a.abt-button:hover {
    background-color: #000;
}

.mission-col {
    background: #003363;
    padding: 30px
}

.mis-2-col {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    text-align: center
}

.mis-2-col h2 {
    margin-bottom: 10px;
    font-size: 31px;
    color: #000;
    font-weight: 600
}

.mis-2-col p {
    font-size: 14px;
    line-height: 20px;
    color: #000
}

section.quote-sec {
    background-color: #E8C9BB;
    padding: 100px 0
}

section.quote-sec h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px
}

section.quote-sec form input {
    width: 100%;
    background: white !important;
    border: 2px solid #a6a6a6;
    padding: 15px 20px;
    font-family: "Poppins";
    color: #000;
    margin-top: 0px !important;
    height: 60px
}

section.quote-sec form .form-group {
    width: 95%;
    margin: 0 auto
}

section.quote-sec form button.btn.bgbtn {
    background: #f29131;
    padding: 17px 40px;
    width: 26%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins";
    color: #fff
}

section.top-notch {
    background-image: url(../images/struggling.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    text-align: center
}

section.top-notch h2 {
    color: #fff;
    font-size: 41px;
    width: 81%;
    line-height: 52px;
    margin: 0 auto;
    font-weight: 800;
    text-transform: uppercase
}

section.faqshead {
    padding: 60px 0 0;
    padding: 60px 0 0
}

section.faqshead h2 {
    color: #000;
    font-size: 30px;
    width: 89%;
    line-height: 43px;
    margin: 0 auto 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center
}

.faqs-work .Accordion_item h3.title {
    margin-bottom: 12px;
    font-size: 17px
}

.faqs-work .Accordion_item .inner_content {
    font-size: 15px;
    line-height: 23px;
    width: 81%
}

.faqs-work .Accordion_item {
    background: #000;
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
    text-align: left;
    cursor: pointer
}

a.contact-button {
    background: #003363;
    color: #fff;
    font-size: 21px;
    padding: 24px 10px;
    display: block;
    text-align: center;
    width: 43%;
    border-radius: 12px;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
}

a.contact-button:hover {
    background-color: #df0041;
}

section.looking-banner {
    /* background-image: url(../images/looking-table.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 60px 0;
    text-align: center
}

.looking-banner .buttons-div a.btn-02 {
    margin-right: 8px;
}

section.looking-banner h2 {
    color: #fff;
    font-size: 41px;
    width: 70%;
    line-height: 52px;
    margin: 0 auto 20px;
    font-weight: 800;
    text-transform: uppercase
}

section.looking-banner p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px
}

section.looking-banner a.number {
    color: #000;
    padding: 12px 23px;
    border: 2px solid #fff;
    background: #fff;
    margin: 0 7px;
    border-radius: 4px;
    font-size: 16px
}

section.looking-banner .buttons {
    margin-top: 40px !important
}

section.looking-banner a.number:hover {
    background: #a5a5a5;
    color: #fff
}

section.contact-us {
    background: #f1f1f1;
    padding: 60px 30px
}

section.contact-us h2 {
    color: #000;
    font-size: 38px;
    line-height: 48px;
    margin: 0 auto;
    font-weight: 800;
    text-transform: uppercase
}

section.contact-us p {
    font-size: 15px;
    margin: 10px 0 20px;
    line-height: 23px
}

.forms {
    background: #fff;
    padding: 30px;
    padding: 35px;
    border-radius: 10px;
    background: linear-gradient(45deg, #f29131, #f29131);
    background-image: url(../images/flag-bg.webp);
    position: relative;
}

.forms h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff
}

.forms form.cta label {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important
}

.forms form.cta {
    margin-top: 30px
}

.forms form.cta input {
    color: black !important;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 22px !important;
    padding: 14px;
    margin-top: 0
}

.forms input::placeholder,
.forms textarea::placeholder {
    color: #ffffffa9;
}

.forms form.cta textarea {
    border-bottom: 1px solid 4880EE;
    height: 50px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 22px !important;
    padding: 14px;
    margin-top: 0;
    color: black !important
}

.forms form.cta button.btn.submitbtn {
    background: #df0041;
    width: 100%;
    color: white !important;
    padding: 16px;
    font-family: "Inter";
    font-weight: 600;
}

.forms form.cta button.btn.submitbtn:hover {
    background-color: #003363;
}

.banner-button {
    margin-top: 30px
}

.banner-button a {
    padding: 11px 24px;
    border: 1px solid #444;
    margin-right: 20px;
    font-weight: 500
}

.banner-button a:hover {
    background: #444;
    color: #fff
}

.banner-button a.button-2 {
    padding: 13px 30px;
    margin-right: 20px;
    font-weight: 500;
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 6px
}

section.getto-know {
    padding: 50px 0;
    text-align: center
}

section.getto-know h4 {
    font-size: 22px;
    margin-bottom: 12px;
    text-transform: uppercase
}

section.getto-know h2 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 17px;
    font-weight: 800
}

section.getto-know ul.contact li a .details {
    color: #000
}

section.getto-know ul.contact li a i {
    color: #003363;
}

section.getto-know p {
    font-size: 16px;
    margin-bottom: 30px
}

section.getto-know ul.contact {
    display: flex;
    justify-content: center;
    gap: 40px
}

section.getto-know ul.contact li a {
    display: flex;
    align-items: center;
    gap: 10px
}

section.getto-know ul.contact li a i {
    font-size: 40px
}

section.getto-know ul.contact li {
    width: 23%;
    text-align: left
}

section.getto-know ul.contact li a .details h6 {
    font-weight: 700;
    margin-bottom: 7px
}

section.getto-know ul.contact li a .details p {
    font-size: 15px;
    margin: 0
}

section.form {
    padding: 80px 20px 0;
    background-image: url(../images/contact-bg2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.form-work2 h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 17px;
    font-weight: 600
}

.form-work2 p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.form-work2 {

    .cta input[type="text"],
    input[type="number"],
    input[type="email"],
    textarea {
        width: 100% !important;
        color: #000;
        font-size: 16px !important;
        background: #ffffff !important;
        border: 0;
        border-bottom: 0 solid #fff;
        margin: 15px 0;
        padding: 14px
    }

    textarea {
        height: 270px
    }

    form.cta {
        width: 80%
    }

    button.btn.submitbtn {
        width: 100%;
        padding: 14px 20px;
        color: #fff;
        background: #f29131;
        font-size: 18px
    }
}

img.img-contact {
    width: 80%
}

.vision-process {
    display: flex;
    gap: 20px
}

.v-process .icons {
    background: #f29131;
    width: 130px;
    height: 130px;
    padding: 40px 30px;
    border-radius: 100%;
    border: 5px solid #fbc58f;
    background: #df0041;
    border: 5px solid #003363;
    margin: 100px auto 0
}

.pro-02 .icons {
    background: #df0041;
    border: 5px solid #003363;
}

.pro-03 .icons {
    background: #df0041;
    border: 5px solid #003363;
}

.pro-04 .icons {
    background: #df0041;
    border: 5px solid #003363;
}

.pro-05 .icons {
    background: #df0041;
    border: 5px solid #003363;
}

.v-process .icons img {
    height: 45px;
    width: 45px
}

.v-process .text h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    line-height: 24px
}

.v-process .text p {
    font-size: 14px;
    line-height: 21px;
    min-height: 150px;
}

.v-process:nth-child(even) {
    display: flex;
    flex-direction: column-reverse
}

.v-process:nth-child(even) .icons {
    margin: 150px auto 80px
}

.v-process .text {
    margin: 0 -50px 0;
    transition: all ease-in-out 0.3s;
}

.v-process .text:hover {
    scale: 1.05;
}

.vision-process {
    background-image: url(../images/visionnary-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

ul.menu {
    text-align: end
}

.lp-page li.first {
    margin-right: 0
}

.lp-page .footer-links-img {
    justify-content: center
}

.terms-heading h4 {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700
}
.banner-contents p i {
    color: #003363;
}
.banner-contents h1 {
    font-size: 38px;
    line-height: 50px;
    text-transform: uppercase;
    color: #003363;
    font-weight: 700
}

.banner-contents p {
    font-size: 16px;
    color: #000;
    padding: 5px 0;
    line-height: 25px
}

.banner-contents p a {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
    line-height: 25px
}

form.lp-forms select {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    font-family: 'Inter';
    color: #fff;
    background: #fff0;
    border-radius: 7px
}

form.lp-forms select option {
    color: #000
}

form.lp-forms h3.service-choose {
    font-family: 'Inter';
    color: #fff;
    font-size: 16px;
    margin: 12px 0 10px
}

form.lp-forms label {
    color: white !important;
    font-size: 15px !important;
    font-family: 'Inter'
}

form.lp-forms .forn-icons input {
    width: 100%;
    background: #fff0;
    color: white !important;
    border: 1px solid #fff;
    padding: 12px;
    font-family: 'Inter'
}

form.lp-forms .forn-icons input::placeholder {
    color: white !important
}

form.lp-forms input[type="submit"] {
    background: #000000;
    color: #fff;
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    border: none;
    font-family: 'Inter'
}

.banner-images {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 40px
}

.banner-images img {
    width: 130px
}

/* .serve-box:hover .buttons-div a.btn-02 {
    background: #000000;
} */

.top-bar {
    background: #000000;
    padding: 10px 0;
}

.top-bar ul {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.top-bar ul li a {
    color: white;
    font-size: 15px;
}

.contact-text p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 13px;
}

section.contact-sec ul.contact-point li b {
    font-weight: 700;
}

li.sub-menu-support {
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    background: #df0041;
    list-style: none;
    padding: 0px 0;
    min-width: 240px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 999;
    box-shadow: 0px 0px 15px black;
    border-radius: 5px;
}

.menu li:hover>.sub-menu {
    display: block;
}

.sub-menu li a {
    display: block;
    padding: 12px 20px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.sub-menu li a:hover {
    background-color: #f5f5f5;
    color: black;
}

.service {
    position: relative;
    overflow: hidden;
}

.service:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/side4.png);
    width: 350px;
    height: 450px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.service:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/side5.png);
    width: 170px;
    height: 450px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.value {
    position: relative;
}

.value:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/side3.png);
    width: 350px;
    height: 350px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.value:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/side1.png);
    width: 270px;
    height: 450px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.tabs-section {
    position: relative;
}

.tabs-section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/pf-leaf-left.webp);
    width: 350px;
    height: 500px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.tabs-section:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/side1.png);
    width: 270px;
    height: 450px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.book-name {
    position: relative;
}

.book-name:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/side11.png);
    width: 350px;
    height: 500px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.book-name:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/side9.png);
    width: 210px;
    height: 230px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.book-name .row {
    align-items: center;
}
.faqs {
    position: relative;
}

.faqs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/side14.png);
    width: 365px;
    height: 500px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.faqs:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/pf-leaf.webp);
    width: 230px;
    height: 530px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonail {
    position: relative;
}

.testimonail:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/side1.png);
    width: 250px;
    height: 430px;
    object-fit: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

/*floating starts*/

.floating-discount a {
    position: fixed;
    bottom: 90px;
    z-index: 9999;
    text-align: center;
    background: #f6981b;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    left: 20px;
    animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    -webkit-animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #fff;
    color: #fff;
    font-weight: 800;
    line-height: 20px;
    border: 1px solid #7c490d;
}


.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border: 5px solid #25d366;
    opacity: .75;
    animation-name: pulse-border
}

.btn-whatsapp-pulse,
.btn-whatsapp-pulse-border::before {
    border-radius: 50%;
    padding: 25px;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    z-index: 111;
    text-decoration: none;
    animation-name: pulse
}

.ban-form textarea {
    width: 100% !important;
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    padding: 10px 15px !important;
    color: gray !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    font-weight: 400 !important;
    height: 120px !important;
    outline: 0 !important;
    margin: 15px 0 0 0 !important;
    resize: none !important;
    font-family: 'Lato' !important;
}

.btns_wrap {
    position: fixed;
    right: -6px
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0
}

.btns_wrap .call_wrap {
    width: 280px;
    border: 1px solid #fff;
    background-color: #f29131;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999;
    border-radius: 30px 0 0 30px
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #f29131;
    top: 0;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 30px 0 0 30px;
    z-index: 9999
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0
}

.fldset.inpchecbx {
    margin: 10px 0 0 0
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0
}

.fldset p a {
    display: block;
    padding: 5px 0 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.floatbutton .banner-form {
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f
}

.ban-form input[type="email"],
.ban-form input[type="text"],
.ban-form input[type="phone"] {
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    padding: 10px 15px !important;
    color: gray !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    height: 50px !important;
    font-weight: 400 !important;
    outline: 0 !important;
    margin: 0 0 15px 0 !important;
    font-family: 'Lato' !important;
}

.banner-form .intl-tel-input {
    width: 100%
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-weight: 700;
}

.ban-form input[type=submit] {
    color: #fff !important;
    border-radius: 3px !important;
    text-align: center !important;
    margin: 20px 0 0 !important;
    border: transparent !important;
    cursor: pointer !important;
    font-family: 'Lato' !important;
    background-color: #f29131 !important;
    padding: 13px 38px !important;
    font-weight: 400 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    text-transform: capitalize;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    transition: all ease-in-out 0.3s !important;
}

.ban-form input[type=submit]:hover {
    background-color: #000 !important;
}

.btns_wrap {
    position: fixed;
    right: -6px
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    border-radius: 3px 0 0 3px;
    border-radius: 30px 0 0 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
    background-color: #f29131;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: -52px;
    white-space: pre;
    bottom: 87px
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    right: -371px;
    top: 20%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floating-discount a {
    position: fixed;
    bottom: 90px;
    z-index: 9999;
    text-align: center;
    background: #046cdd;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    left: 20px;
    animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    -webkit-animation: .5s infinite alternate scrollDownAnimation, 2s cubic-bezier(.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #fff;
    color: #fff;
    font-weight: 800;
    line-height: 20px;
    border: 1px solid #7c490d;
}

.btn-whatsapp-pulse,
.btn-whatsapp-pulse-border::before {
    border-radius: 50%;
    padding: 25px;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    z-index: 111;
    text-decoration: none;
    animation-name: pulse;
}

/*FLOATING ENDS*/
@media screen and (max-width:1700px) {
    section.service {
        padding: 80px 0 60px;
        text-align: center;
    }

    section.value {
        padding: 80px 10px 100px;
        text-align: center;
    }
}

@media screen and (max-width:1366px) {
    section.edited::before, section.edited::after, section.authors-sec::after, section.authors-sec::before, section.authors-sec-2::after, section.authors-sec-2::before {
        display: none;
    }
    .contact-sec::after {
        display: none;
    }
    .contact-sec::before {
        display: none;
    }
    .vision-process {
        background-size: 120%;
    }
    section.authors-sec-2 {
        padding: 70px 0px;
    }

    .value-text {
        width: 90%;
        margin: auto;
    }

    .author-sec-content h3 {
        width: 90%
    }

    .process-work::before,
    .testimonail:after,
    .faqs:after,
    .faqs:before,
    .book-name:after,
    .book-name:before,
    .service:after,
    .service:before,
    .value:before,
    .value:after,
    .tabs-section:after,
    .tabs-section:before {
        display: none;
    }
}

@media (max-width:1200px) {
    .last a.btn.btn-a.showPopup {
        padding: 10px;
    }
    ul.menu>li:last-child {
        margin: 0 0 0 0px;
    }
    ul.menu {
        width: 100%;
        max-width: 330px;
        text-align: center;
    }
    .sub-menu li a {
        margin-bottom: 0 !important;
        padding: 15px 20px !important;
    }
    .hero-sec .banner-text h1 {
        font-size: 40px;
    }

    .menu-Bar {
        display: block;
        top: 0
    }

    .menuWrap.open {
        display: flex;
        left: 0
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #003363;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 9999;
        width: 100vw
    }

    .menuWrap .menu li {
        display: block
    }

    .menuWrap .menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        margin-bottom: 30px;
        padding-right: 0;
        margin-right: 0;
        color: #fff;
        font-size: 25px;
        padding-bottom: 10px !important;
    }

    .container {
        position: relative
    }

    header .header-top {
        display: none
    }

    header .main-header ul.menu>li {
        display: block;
        padding: 0
    }

    header .main-header ul.menu>li a {
        color: #fff;
        padding: 0;
        text-align: center
    }

    header .main-header ul.menu>li a:before {
        display: none
    }
}

@media (max-width:980px) {
    .btn-a {
        margin-bottom: 20px
    }

    footer {
        padding-bottom: 60px
    }
}


@media screen and (max-width:1024px) {
    section.getto-know ul.contact {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .banner-text h1 {
        font-size: 28px;
        line-height: 36px
    }

    .banner-text ul li {
        font-size: 14px;
        margin-bottom: 10px;
        list-style-type: disclosure-closed
    }

    .professional-book-text h2 {
        font-size: 28px
    }

    .prominent-text h2 {
        font-size: 28px;
        line-height: 37px
    }

    .prominent-text .counter-box-main .counter-box span.counter {
        font-size: 23px
    }

    section.awards h3 {
        font-size: 21px;
        line-height: 30px
    }

    .value-text h2 {
        font-size: 28px;
        line-height: 1.3em;
    }

    .texh-text h2 {
        font-size: 28px;
        margin-bottom: 11px;
        line-height: 1.3em;
    }

    .tabs-head h2 {
        font-size: 28px;
        margin-bottom: 15px
    }

    section.edited h2,
    .services-head h2 {
        font-size: 28px;
    }

    .tablist button {
        padding: 13px 17px;
        font-size: 14px
    }

    .image-box img {
        width: 23%
    }

    section.edited {
        padding: 60px 0;
    }

    .serve-box {
        padding: 20px
    }

    .serve-box h4 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.3em;
    }

    .author-sec-content {
        padding-left: 0;
        padding: 30px 0
    }

    .author-sec-content h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 15px;
        width: 100%
    }

    section.authors-sec img {
        width: 100%;
        margin: 30px 0
    }

    section.value {
        padding: 70px 0 70px;
        text-align: center
    }

    section.authors-sec-2 img {
        width: 90%;
        margin: -120px 0
    }

    .author-sec-text h3 {
        font-size: 28px;
        line-height: 40px
    }

    .img-box h3 {
        font-size: 15px
    }

    .test-head h2 {
        font-size: 28px;
    }

    section.testimonail {
        padding: 60px 0 20px;
    }

    .img-box img {
        width: 40%
    }

    .test-main {
        padding: 30px 30px 40px;
        position: relative;
        height: auto
    }

    .faqs-text h2 {
        font-size: 28px;
    }

    .contact-form h2 {
        font-size: 24px;
    }

    .contact-text h2 {
        font-size: 28px;
        line-height: 40px;
        font-weight: 700;
        margin: 0 auto
    }

    .btn {
        font-size: 14px;
    }

    section.tech {
        padding: 60px 0;
    }

    section.authors-sec {
        padding: 60px 0;
    }

    section.contact-sec {
        padding: 60px 0px;
    }

    .other-details h4 {
        font-size: 16px
    }

    section.faqs {
        padding: 60px 0px;
    }

    footer {
        background-color: #000000;
        padding: 50px 0px 0px;
    }

    section.getto-know ul.contact li {
        width: 30%;
    }

    section.getto-know h2 {
        font-size: 44px;
    }

    section.banner-abt-contact h1 {
        font-size: 40px;
    }

    .v-process .icons {
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .v-process .icons img {
        height: 20px;
        width: 20px;
    }

    section.book-name {
        padding: 60px 0;
    }

    section.professional-book {
        padding: 60px 0;
        background-size: cover;
    }

    section.tabs-section {
        padding: 60px 0px;
    }

    .consulation-col h2,
    .mis-2-col h2 {
        font-size: 28px;
    }

    .mis-2-col {
        padding: 40px 20px;
    }

    .consulation-col p {
        margin-top: 10px;
    }

    section.top-notch h2 {
        font-size: 28px;
        line-height: 40px;
    }

    section.top-notch {
        padding: 60px 0px;
    }

    section.faqshead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    a.contact-button {
        font-size: 16px;
        padding: 16px 10px
    }

    section.looking-banner h2 {
        font-size: 28px;
        width: 90%;
        line-height: 40px;
    }

    section.contact-us h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .forms {
        padding: 20px;
    }

    .forms h4 {
        font-size: 24px;
    }

    .consulation-col a.abt-button {
        width: 80%;
    }

    .book-name .prominent-text .buttons-div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media screen and (max-width:991px) {
    section.awards h3 {
        margin-bottom: 20px;
        text-align: center;
    }

    .contact-form {
        margin-bottom: 40px;
    }

    .contact-text h2 {
        width: 80%;
    }

    section.authors-sec-2 {
        padding: 50px 0px 40px;
        text-align: center;
    }

    .hero-sec .buttons-div {
        display: flex;
        justify-content: center;
    }

    section.authors-sec-2 img {
        display: none;
    }

    .right-side-bar .tango-tech-main img {
        margin-left: 0px;
    }

    section.banner-abt-contact h1 {
        margin-bottom: 30px;
        text-align: center;
        font-size: 40px;
    }

    .left-side-bar .tango-tech-main h4 {
        width: 100%;
    }

    .left-side-bar .tango-tech-main p,
    .right-side-bar .tango-tech-main p {
        height: 80px;
        overflow: auto;
        padding-right: 6px;
    }

    section.form {
        padding: 80px 10px 80px;
    }

    .form-work2 {
        text-align: center;
    }

    form.cta {
        width: 100%;
        margin: auto;
        text-align: left;
    }

    section.visions-sell h3 {
        text-align: center;
        margin-bottom: 10px;
    }

    img.img-contact {
        width: 80%;
        display: none;
    }

    section.getto-know h2 {
        font-size: 30px;
    }

    section.getto-know h4 {
        font-size: 18px;
    }

    section.authors-sec img {
        width: 70%;
        margin: auto;
        text-align: center;
        display: flex;
        display: none;
    }

    section.authors-sec {
        padding: 50px 0 30px;
    }

    .author-sec-content {
        display: flex;
        flex-direction: column;
    }

    .professional-book-text {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        align-items: baseline;
    }

    .buttons-div {
        display: flex;
        margin-bottom: 20px;
        justify-content: center;
    }

    .right-img img {
        margin-left: 0px;
        width: 80% !important;
        margin-right: 0px;
        margin-top: 15px;
        display: none;
    }

    .edited .buttons-div {
        display: flex;
        justify-content: center;
    }

    .left-img img {
        margin-left: 0px;
        width: 80% !important;
        margin-right: 0px;
        display: none;
    }

    .right-side-bar .tango-tech-main h4 {
        width: 100%;
        text-align: center;
    }

    .right-side-bar .tango-tech-main p {
        text-align: center;
        width: 100%;
    }

    .right-side-bar .tango-tech-main {
        flex-direction: column;
    }

    .right-side-bar {
        padding-left: 0px;
    }

    .left-side-bar .tango-tech-main img {
        margin-right: 0px;
    }

    .left-side-bar {
        padding-right: 0px;
    }

    .left-side-bar .tango-tech-main p {
        text-align: center;
        width: 100%;
    }

    .left-side-bar .tango-tech-main h4 {
        text-align: center;
    }

    .left-side-bar .tango-tech-main {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .contact-us .buttons-div {
        display: flex;
        margin-bottom: 20px;
    }

    section.contact-us h2 {
        color: #000;
        font-size: 35px;
    }

    section.looking-banner p {
        line-height: 22px;
    }

    section.looking-banner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section.top-notch h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .mission-col img {
        width: 100%;
        margin-bottom: 20px;
    }

    .mission-col {
        margin-top: 30px;
    }

    section.getto-know ul.contact li {
        width: 100%;
    }

    section.getto-know ul.contact li a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .prominent-text h2 {
        margin-top: 20px;
    }

    ul.contact-point li::before {
        width: 17px;
        height: 17px;
    }

    section.edited {
        padding: 40px 0px;
    }

    .v-process .icons {
        padding: 0px;
    }

    .v-process .icons img {
        width: 30px;
        height: 30px;
    }

    .top-notch .buttons-div {
        justify-content: center;
    }

    .professional-book .img-work {
        display: block;
        margin: auto;
        float: none;
        width: 50%;
    }

    .author-sec-content p {
        text-align: center;
        width: 100%;
    }

    .author-sec-content h3 {
        text-align: center;
    }

    .authors-sec .author-sec-content .buttons-div {
        justify-content: center;
        gap: 10px;
    }
}

@media screen and (max-width:768px) {
    .v-process .text p {
        min-height: auto;
    }
    section.professional-book {
        padding: 40px 0
    }

    .banner-form {
        margin-top: 40px
    }

    .texh-text p {
        font-size: 16px;
        width: 100%
    }

    section.tech {
        padding: 50px 0;
    }

    img.img-work {
        width: 60%;
        float: right
    }

    .left-img img {
        margin-left: 0;
        width: 40% !important;
        margin-right: 0
    }

    .right-img img {
        margin-left: 0;
        width: 40% !important;
        margin-right: 0
    }

    section.authors-sec img {
        width: 50%;
        margin: 0;
        float: right
    }

    section.authors-sec-2 img {
        width: 40%;
        margin: 0 0
    }

    section.authors-sec-2 img {
        width: 40%;
        margin: -100px 0 0
    }

    .faqs-text h2 {
        font-size: 28px
    }

    .contact-text h2 {
        font-size: 28px;
        width: 100%
    }

    section.contact-sec h3 {
        line-height: 30px;
    }

    .other-details h4 {
        margin-top: 20px
    }

    .image-box img {
        width: 22%;
    }

    .v-process .text {
        margin: 0
    }

    .v-process .icons {
        margin: 0 auto 20px !important
    }

    .v-process {
        display: flex;
        flex-direction: column-reverse
    }

    .vision-process {
        background-image: none;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    ul.menu {
        max-width: 220px;
    }
    .buttons-div {
        margin-bottom: 10px;
    }

    .serve-box p {
        height: auto;
    }

    
    .theme-h2 {
        font-size: 25px;
    }

    .process-work {
        text-align: center;
    }

    .theme-btn-ul {
        justify-content: center;
    }

    .hero-sec .banner-text h1 {
        font-size: 35px;
    }

    .popup {
        max-width: 90%;
    }

    img.img-pop {
        display: none;
    }

    section.authors-sec {
        padding: 30px 0 00px;
    }

    .left-side-bar .tango-tech-main p,
    .right-side-bar .tango-tech-main p {
        height: auto;
        padding-right: 0px;
    }

    section.getto-know ul.contact {
        flex-direction: column;
    }

    .form-work2 h2 {
        font-size: 40px;
    }

    section.getto-know h2 {
        font-size: 40px;
    }

    .accordion-container .set a {
        display: flex !important;
        align-items: center;
    }

    section.book-name {
        padding: 50px 0;
        text-align: center;
    }

    .contact-us .buttons-div {
        justify-content: center;
    }

    section.contact-us p {
        text-align: center;
    }

    section.contact-us h2 {
        font-size: 30px;
        text-align: center;
        line-height: 37px;
    }

    .looking-banner .buttons-div {
        margin-top: 40px;
        display: flex;
    }

    section.looking-banner h2 {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }

    a.contact-button {
        font-size: 14px;
        line-height: 14px;
        width: 100%;
    }

    section.faqshead h2 {
        font-size: 24px;
        width: 100%;
        line-height: 35px;
    }

    section.our-mission {
        padding: 50px 0 50px;
    }

    section.banner-abt-contact h1 {
        font-size: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .copyright .row {
        display: flex;
        gap: 1rem;
    }

    .copyright.text-center .row p {
        text-align: center;
        font-size: 14px;
    }

    .copyright .row .text-right {
        text-align: center;
    }

    .text-right a {
        font-size: 14px;
    }

    section.contact-us p {
        font-size: 14px;
    }

    section.looking-banner p {
        font-size: 14px;
    }

    .consulation-col p {
        font-size: 14px;
    }

    header {
        padding: 0
    }

    footer {
        text-align: center
    }

    .m1-h h5 span {
        font-size: 26px
    }

    .at-h {
        padding-bottom: 0
    }

    .padRt-60 {
        padding-right: 0 !important
    }

    .btn {
        border: 1px solid #000
    }

    ul.menu>li:last-child {
        margin: 0
    }

    a.logo img {
        width: 80px;
    }

    section.hero-sec {
        padding: 50px 10px 50px;
    }

    .main-header {
        padding-block: 10px;
    }

    .m1-h h5 {
        font-size: 20px
    }

    .mainBanner {
        height: 35vh
    }

    .m2-h h5 {
        font-size: 20px
    }

    .pad-tb {
        padding: 40px 0
    }

    .p1 p {
        font-size: 16px;
        line-height: 20px
    }

    .flogo img {
        width: 50%
    }

    .flogo {
        text-align: left;
        margin-bottom: 20px
    }

    .copyright.text-center {
        font-size: 16px
    }

    footer {
        padding: 40px 0px 15px 0px;
    }

    ul.menu>li.active a {
        border-bottom: 0
    }

    ul.menu>li {
        margin-right: 0
    }

    .menuWrap .menu li a {
        margin-bottom: 15px;
        font-size: 15px
    }

    ul.menu>li>a {
        border-bottom: none
    }

    ul.menu>li.active a {
        border-bottom: none
    }

    ul.menu>li>a:hover {
        border-bottom: none
    }

    .inner-ban .ban_hdn h5::after {
        width: 90px
    }

    .inner-ban {
        height: 20vh
    }

    .Tec-ctn h5::after {
        width: 270px
    }

    section.top-notch {
        padding: 50px 0;
    }

    section.top-notch h2 {
        font-size: 24px;
        line-height: 35px;
    }

    .header .main-header ul .last .btn-a {
        padding: 8px;
    }

    .mis-2-col h2 {
        margin-bottom: 14px;
        font-size: 24px;
    }

    .mission-col {
        padding: 20px;
    }

    form.cta {
        width: 100% !important;
    }

    .banner-form {
        padding: 30px 18px;
    }

    .tabs-head p {
        width: 100%;
    }

    .v-process .icons {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .v-process .icons img {
        height: 35px;
        width: 35px;
    }

    .consulation-col h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .banner-form h2 {
        margin-bottom: 24px;
    }

    section.visions-sell h3 {
        margin-bottom: 14px;
    }

    .counter-box-main {
        column-gap: 24px;
        justify-content: center;
    }

    .value-text {
        width: 100%;
    }

    section.getto-know h4 {
        font-size: 16px;
    }

    section.getto-know ul.contact li {
        width: 100%;
    }

    section.getto-know ul.contact li a {
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .form-work2 {
        button.btn.submitbtn {
            font-size: 15px;
        }
    }

    section.getto-know p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    section.getto-know h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .banner-contents h1 {
        font-size: 26px;
        line-height: 30px;
    }

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

    .terms-heading h4 {
        font-size: 20px;
    }

    .other-details a {
        font-size: 14px;
    }

    p.disclaimer {
        font-size: 14px;
    }

    .floatbutton {
        display: none !important;
    }
}

@media screen and (max-width:575px) {
    .sub-menu {
        min-width: 220px;
    }
    .hero-sec::before {
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    .hero-sec::after {
        display: none;
    }
    .modal-body .logo img {
        width: 100px;
    }
    .popup-work p {
        font-size: 16px;
    }
    .popup-work h2 {
        font-size: 28px;
    }
    .popup {
    background-size: 360% auto;
    }
    .author-sec-content {
        padding: 20px 0;
    }

    section.authors-sec {
        padding: 10px 0 00px;
    }

    section.edited h2,
    .services-head h2 {
        font-size: 22px;
    }

    section.service {
        padding: 50px 0 40px;
    }

    .buttons-div a.btn-02 {
        padding: 13px 20px;
    }

    .buttons-div a.btn-01 {
        padding: 13px 20px;
    }

    .process-stp {
        padding: 30px 0px 0px;
    }

    .process-work {
        padding: 50px 10px 50px;
    }

    .theme-h2 {
        font-size: 20px;
    }

    .hero-sec .banner-text h1 {
        font-size: 25px;
    }
}

@media screen and (max-width:480px) {
    .popup {
        padding: 10px;
    }

    .form-work2 h2 {
        font-size: 26px;
    }

    .form-work2 p {
        font-size: 14px;
        line-height: 22px;
    }

    .top-bar {
        display: none;
    }

    section.form {
        padding: 60px 20px 50px;
    }

    section.getto-know h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .mis-2-col {
        padding: 25px;
        border-radius: 20px;
        text-align: center;
    }

    .forms form.cta button.btn.submitbtn {
        padding: 14px;
    }

    .forms {
        padding: 30px 20px;
    }

    section.contact-us h2 {
        font-size: 25px;
        text-align: center;
        line-height: 35px;
    }

    section.contact-us {
        padding: 50px 0px;
    }

    section.faqshead h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .buttons-div {
        margin-top: 10px;
    }

    section.top-notch h2 {
        width: 100%;
    }

    section.our-mission {
        padding: 40px 0 50px;
    }

    section.banner-abt-contact h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    section.banner-abt-contact {
        padding: 50px 0;
    }

    .professional-book-text ul {
        margin-bottom: 15px;
        margin-left: 7%;
    }

    .professional-book-text a {
        margin: auto;
        display: block;
        text-align: center;
        width: 90%;
    }

    .professional-book-text p {
        text-align: center;
        font-size: 14px;
    }

    .counter-box-main {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .left-side-bar .tango-tech-main h4 {
        font-size: 18px;
    }

    .serve-box p {
        margin-bottom: 20px;
    }

    .tabs-head p {
        font-size: 14px;
    }

    section.edited p {
        font-size: 14px;
    }

    .services-head p {
        font-size: 14px;
    }

    .serve-box h4 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .serve-box p {
        font-size: 14px;
    }

    .author-sec-content h3 {
        text-align: center;
    }

    .accordion-container .set a {
        display: flex;
        align-items: anchor-center;
    }

    .authors-sec-2 .buttons-div {
        DISPLAY: FLEX;
        flex-direction: column;
        gap: 1rem;
        WIDTH: 80%;
        margin: auto;
    }

    .author-sec-text .buttons-div a.btn-01 {
        text-align: center;
    }

    section.contact-sec {
        padding: 50px 0 40px;
    }

    section.faqs {
        padding: 30px 0 40px;
    }

    section.testimonail {
        padding: 60px 0 30px;
    }

    section.value {
        padding: 60px 0 40px;
        text-align: center;
    }

    section.authors-sec {
        padding: 20px 0 0px;
    }

    .buttons-div {
        margin-bottom: 10px;
    }

    section.service {
        padding: 50px 0 30px;
        text-align: center;
    }

    section.tabs-section {
        padding: 50px 0;
    }

    section.tech {
        padding: 50px 0 30px;
    }

    section.book-name {
        padding: 50px 0px 30px;
    }

    section.home-banner {
        padding: 40px 0 40px;
    }

    .banner-form {
        margin-top: 20px;
    }

    .banner-text h1 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }

    .banner-text p {
        text-align: center;
        font-size: 14px;
    }

    section.visions-sell h3 {
        text-align: center;
    }

    .buttons-div a.btn-01 {
        padding: 13px 18px;
        font-size: 14px
    }

    .services-head h2 {
        font-size: 24px;
        line-height: 30px
    }

    .buttons-div a.btn-02 {
        padding: 13px 18px;
        font-size: 14px;
        text-align: center;
    }

    .banner-form h2 {
        font-size: 19px
    }

    .professional-book-text h2 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    img.img-work {
        width: 100%;
        float: right;
        margin-top: 40px
    }

    .prominent-text h2 {
        font-size: 22px;
        line-height: 30px
    }

    .texh-text h2 {
        font-size: 24px;
        line-height: 30px
    }

    .left-side-bar .tango-tech-main {
        padding: 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 25px
    }

    .left-side-bar .tango-tech-main img {
        margin-right: 0
    }

    .left-side-bar .tango-tech-main h4 {
        width: auto;
        text-align: center
    }

    .left-side-bar .tango-tech-main p {
        width: auto;
        color: #555;
        text-align: center;
        height: auto
    }

    .left-side-bar {
        padding-right: 0
    }

    .right-side-bar .tango-tech-main {
        padding: 16px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 25px
    }

    .right-side-bar .tango-tech-main img {
        margin-left: 0
    }

    .right-side-bar .tango-tech-main h4 {
        width: auto;
        text-align: center
    }

    .right-side-bar .tango-tech-main p {
        width: auto;
        color: #555;
        text-align: center;
        height: auto
    }

    .right-side-bar {
        padding-left: 0
    }

    .tabs-head h2 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 28px
    }

    .image-box img {
        width: 47%
    }

    section.edited h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 33px;
        width: 100%
    }

    section.edited {
        padding: 40px 0 40px
    }

    .right-img {
        margin-top: 0px
    }

    .services-head p {
        width: 100%;
    }

    .test-head {
        margin-bottom: 30px;
    }

    .test-main {
        padding: 30px 10px 30px;
    }

    .serve-box h4 br {
        display: none
    }

    .contact-form {
        padding: 20px;
    }

    ul.contact-point li::before {
        width: 15px;
        height: 15px;
        left: 8px;
    }

    section.contact-sec ul.contact-point li {
        padding-left: 30px;
    }

    .author-sec-content h3 {
        font-size: 22px;
        line-height: 32px
    }

    .author-sec-content p {
        color: #fff;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 16px;
        width: 100%;
        text-align: center;
    }

    section.authors-sec img {
        width: 100%;
        margin: 0;
        float: right
    }

    .value-text h2 {
        font-size: 22px;
        line-height: 30px;
    }

    section.authors-sec-2 img {
        width: 90%;
        margin: 0px 0 0;
    }

    .contact-form button.btn.submitbtn {
        padding: 13px 20px;
        font-size: 14px;
    }

    .accordion-container .set a {
        margin-bottom: 15px;
    }

    .value-text p {
        line-height: 22px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .value-text .buttons-div {
        margin-bottom: 40px;
    }

    .v-process .text h3 {
        font-size: 18px;
    }

    .author-sec-text p {
        font-size: 14px;
    }

    .author-sec-text h3 {
        font-size: 22px;
        line-height: 31px;
        text-align: center;
    }

    .author-sec-text p {
        text-align: center;
    }

    img.test-book {
        width: 50%
    }

    section.authors-sec-2 {
        padding: 50px 0 50px
    }

    .faqs-text h2 {
        font-size: 24px;
    }

    .faqs-text p {
        font-size: 14px;
        line-height: 20px;
    }

    section.faqs {
        .content p {
            font-size: 14px;
        }
    }

    .copyright.text-center p {
        text-transform: capitalize;
        text-align: center
    }

    .text-right {
        text-align: center;
    }

    .test-main::before {
        display: none
    }

    .contact-text h2 {
        font-size: 22px;
        width: 100%;
        line-height: 36px
    }

    .footer-top img {
        width: 100%;
    }

    .contact-details a {
        font-size: 14px;
    }

    ul.socialIcon {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .footer-top {
        padding: 20px 0px;
    }

    .contact-form h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .professional-book-text ul li {
        margin-bottom: 22px;
        font-size: 14px
    }

    .test-head h2 {
        font-size: 20px;
        line-height: normal;
    }

    .accordion-container .set a i.fa {
        color: #000;
        background: #fff;
        border-radius: 100%;
        width: 33px;
        height: 33px;
        padding: 10px;
        margin-right: 9px
    }

    img.img-pop {
        display: none;
    }

    .modal-body {
        padding: 10px;
    }

    .popup-work h2 {
        font-size: 25px;
        margin: 10px 0 5px;
    }

    .prominent-text .counter-box-main .counter-box i {
        font-size: 20px !important;
    }

    .prominent-text .counter-box-main .counter-box span.counter {
        font-size: 20px !important;
    }

    .counter-box-main .counter-box {
        font-size: 20px !important;
    }

    ul.sub-menu {
        padding: 5px 0px;
    }

    ul.sub-menu li a {
        margin: 0px !important;
    }

    ul.sub-menu li {
        margin: 0px;
        gap: 1rem;
    }

    .buttons-div a.btn-01 {
        margin-right: 0px;
        text-align: center;
    }

    .prominent-text {
        text-align: center;
    }

    .buttons-div {
        DISPLAY: FLEX;
        margin-bottom: 20px;
        flex-direction: column;
        gap: 1rem;
    }

    .banner-form button.btn.submitbtn {
        font-size: 14px;
    }

    .professional-book-text {
        align-items: center;
    }

    .professional-book-text ul li {
        font-size: 13px;
        line-height: normal;
    }

    .left-side-bar .tango-tech-main p {
        font-size: 14px;
    }

    .texh-text p {
        font-size: 14px;
    }

    .v-process .icons {
        padding: 0px;
    }

    .v-process .icons img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width:380px) {
    section.form {
        padding: 60px 0px 50px;
    }

    .image-box img {
        width: 46%;
    }

    .banner-form {
        padding: 24px 14px;
    }

    .cta label {
        font-size: 14px !important;
    }

    .cta input[type="text"],
    input[type="number"],
    input[type="email"],
    textarea {
        font-size: 14px !important;
    }

    .banner-form h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .professional-book-text a {
        width: 100%;
        font-size: 14px;
    }

    .counter-box-main {
        justify-content: center;
        flex-direction: column;
        gap: 26px;
    }

    .cta label,
    .cta input[type="text"],
    input[type="number"],
    input[type="email"],
    textarea {
        font-size: 14px !important;
    }

    .contact-form button.btn.submitbtn {
        padding: 13px 20px;
        font-size: 12px;
    }

    section.contact-sec h3 {
        font-size: 20px;
    }

    .banner-text h1 {
        font-size: 24px;
    }

    .prominent-text h2,
    .texh-text h2,
    .tabs-head h2,
    section.edited h2,
    .services-head h2,
    .author-sec-content h3,
    .value-text h2,
    .author-sec-text h3,
    .test-head h2,
    .faqs-text h2,
    .consulation-col h2,
    .mis-2-col h2,
    section.top-notch h2,
    section.looking-banner h2,
    section.contact-us h2,
    .forms h4 {
        font-size: 20px;
        line-height: 30px;
    }

    section.faqs {
        .accordion-container .set a i.fa {
            width: 30px;
            height: 30px;
        }
    }

    section.faqs {
        .accordion-container .set a {
            background: #f29131;
            padding: 10px;
            font-size: 14px;
            line-height: 20px;
        }
    }

    .mis-2-col {
        padding: 15px
    }

    .forms form.cta button.btn.submitbtn {
        font-size: 13px;
        padding: 10px;
    }

    .v-process .icons {
        width: 80px;
        height: 80px;
        padding: 0px;
    }
}