@import url(../../css2-1);

::selection {
    background: #895ffc;
    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(#002f21, #002f21)
}

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

*: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: #002f21;
    border: 2px solid #002f21;
    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: #002f21;
    font-weight: 600;
    position: relative;
    font-family: "Poppins";
    text-transform: uppercase;
    padding-bottom: 20px
}

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

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

.m4-h h5 {
    color: #002f21;
    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: #002f21;
    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: #000
}

.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{position: fixed;top: 0;left: 0;right: 0;z-index: 99;}

.main-header {
    padding: 15px 20px;
    background: rgba(24, 24, 24, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(24, 24, 24, 0.3);
}

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;
    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
}

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

/* about sec  */

.counter-section {
    padding: 50px 0 70px;
    background-image: url(../images/speak-banner.webp);
    background-size: cover;
    position: relative;
}

.best-text h3,
.counter-text-link h4 {
    font-size: 45px;
    color: #000;
    color
Sets the color of an element's text
Learn more

Don't show: #fff;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 15px;
}

.counter-text-link p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 13px;
    color: #000
}

.counter-text-link h4 span {
    color: #002f21;
}

.about-button ul,
.speak-buuton ul {
    display: flex;
    margin-top: 20px
}

.about-button ul li button {
    border: 2px solid #fd9a00;
    background: 0 0;
    color: #f39401;
    border-radius: 7px;
    box-shadow: 0 0 0 0 rgb(243 148 1);
    -webkit-animation: 1.5s infinite pulse-icon-color-main
}

.resdy-section ul li button,
.speak-buuton ul li button {
    width: 160px;
    padding: 10px;
    background: 0 0;
    font-size: 17px;
    box-shadow: 0 0 0 0 rgb(247 151 0)
}

.about-teck-section ul {
    margin: 20px 0
}

.about-teck-section ul li {
    font-size: 15px;
    line-height: unset;
    color: #000;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}

.about-teck-section ul li::before {
    content: "";
    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;
    filter: brightness(0) saturate(100%);
}

.from-link ul li::before,
.should-section ul li::before {
    background-image: url(../images/check-white.png);
    width: 15px
}

.book {
    --witdh: 350px;
    --height: 400px;
    --thick: 40px;
    --inner: 6px;
    --pages-bg: white;
    --cover-bg: rgba(33, 32, 30, 255);
    --cover-radius: 6px;
    width: 350px;
    height: 400px;
    transform: rotateY(-30deg) rotateX(30deg);
    transition: transform .5s
}

.book__cover,
.book__cover-img {
    width: 100%;
    height: 100%
}

.book:hover {
    transform: rotateY(-20deg) rotateX(20deg)
}

.book,
.book__cover,
.book__pages {
    transform-style: preserve-3d
}

.book__cover,
.book__cover-img,
.book__cover::before {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    user-select: none
}

.book__cover::after,
.book__cover::before,
.book__pages::after,
.book__pages::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%
}

.book__cover,
.book__cover::after,
.book__cover::before {
    background-color: rgba(33, 32, 30, 255)
}

.book__cover::before {
    width: 100%;
    transform: translateZ(calc(40px * -1));
    box-shadow: 0 0 16px 1px #000
}

.book__cover::after {
    width: 40px;
    transform-origin: left center;
    transform: rotateY(90deg)
}

.book__pages,
.book__pages::after,
.book__pages::before {
    background: var(--pages-bg)
}

.book__pages {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 40px;
    height: calc(100% - 6px * 2);
    transform-origin: right center;
    transform: rotateY(-90deg)
}

.book__pages::after,
.book__pages::before {
    width: 40px;
    height: calc(350px - 6px)
}

.book__pages::before {
    transform-origin: center top;
    transform: rotateX(90deg)
}

.book__pages::after {
    top: unset;
    bottom: 0;
    transform-origin: center bottom;
    transform: rotateX(-90deg)
}

.counter-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/circal.png);
    width: 260px;
    height: 260px;
    left: -180px;
    top: -20px;
    animation: 6s linear infinite myabc
}

@keyframes change-background {
    0%,
    100% {
        background: #fa9900
    }
    50% {
        background: #000
    }
}

@keyframes myabc {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

/* contact  */
.contact-box {
	background-color: #151515;
	padding: 40px 20px;
	border-radius: 20px;
}

.contact-box h5 {
	font-size: 36px;
	color: #fff;
}

.contact-box h5 span {
	color: #40a462;
}

.contact-box p {
	color: #fff;
}

.cta-cnt h3 {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	font-family: "Barlow";
}

.cta-cnt h3 span {
	color: #ebb305;
}

.cta-btn {
	display: flex;
	column-gap: 30px;
}

section.cta .row {
	align-items: center;
}

.cta-btns {
	display: flex;
	column-gap: 15px;
	align-items: center;
}

.cta-btns img {
	height: 100%;
}

.cta-btns a.banner-call span {
	color: #fff;
}

section.cta a.about-quote {
	background-color: #fff;
	color: #000;
}

a.banner-call {
    color: #fff;
    text-decoration: none;
    line-height: 30px;
}

.contact-box {
	background-color: #151515;
	padding: 40px 30px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.contact-box .cta-btns {
	margin: 30px 0;
}

.cta-btns a.banner-call span {
	color: #40a462;
	font-weight: bold;
	font-size: 25px;
}

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

.contact-box h5 {
	margin-bottom: 25px;
	font-weight: 600;
}

section.contact form input,
section.contact  form textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #000;
	height: 40px;
	background: 0 0;
	outline: 0;
}

section.contact form textarea {
	height: 150px !important;
	padding: 15px 0;
}

section.contact form input,
section.contact  form textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	height: 40px;
	background: 0 0;
	outline: 0;
	padding-left: 15px;
	background: #fff;
}

section.contact form input#checkbox {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.form_submission .btn_2.tilt,
section.contact .btn_2.tilt {
	border-radius: 30px;
	background-color: #002f21;
	padding: 14px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: 0.5s;
	text-decoration: none;
	border: unset;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #ffffff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	height: unset;
}

.form_submission .btn_2.tilt:hover,
section.contact .btn_2.tilt:hover {
	/*box-shadow: inset 0 0 0 50px #000000;*/
	color: #fff;
}

section.contact .row {
	/* align-items: center; */
}

section.contact .sec10_left {
	margin: 25px;
}


section.contact form input:focus {
	border: 1px solid #000;
}

section.contact form textarea:focus {
	border: 1px solid #000;
}

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

.about-cnt h4 {
	font-size: 30px;
	color: #40a462;
	padding: 0 0 6px;
}

.about-cnt h2 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
}

.about-cnt p{
    padding: 8px 0 15px;
    line-height: 22px;
    color: #fff;
}

/*Step Works Section Css Start Here*/
section.step-works-wrap {
  background: #40a462;
  padding: 50px 0;
}

.step-works-wrap .step-works-head {
  width: 90%;
  text-align: center;
  margin: 0 auto 50px;
}

.step-works-head .heading-two {
  color: #fff;
  margin: 0 0 10px;
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
}

.step-works-head p {
  color: #fff;
}

.step-works-wrap .step-works-inner {}

.step-works-inner .step-works-box {
  background: #002f21;
  padding: 20px 20px;
  margin: 0 0 30px;
  transition: all 0.3s ease-in-out;
}

.step-works-box:hover {
  background: #002f21d6;
}

.step-works-box .works-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px 0;
  min-height: 100px;
  max-height: 100px;
}

.works-box-head .works-box-head-content {}

.works-box-head-content span {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.works-box-head-content .heading-five {
  color: #fff;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
}

.works-box-head .work-box-head-img {
  width: 50px;
  height: 50px;
  margin: 0 5px 0;
}

.work-box-head-img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.step-works-box p {
  color: #fff;
  padding: 0 5px 0 0;
  min-height: 185px;
  max-height: 185px;
  overflow-y: auto;
  font-size: 17px;
  line-height: 24px;
  margin: 0px 0px 10px;
}

.step-works-box p::-webkit-scrollbar-track,
.review-box-content p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.step-works-box p::-webkit-scrollbar,
.review-box-content p::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.step-works-box p::-webkit-scrollbar-thumb,
.review-box-content p::-webkit-scrollbar-thumb {
  background-color: #72c2db;
  border-radius: 0px;
}

section.step-works-wrap.step-works-editing {
  background: #72c2db;
}

.step-works-wrap.step-works-editing .step-works-head {
  width: 100%;
  text-align: left;
  margin: 0;
}

.step-works-wrap.step-works-editing .step-works-head .heading-four {
  color: #fff;
}

.step-works-wrap.step-works-editing .step-works-head p {
  color: #fff;
}

.step-works-wrap.step-works-editing .step-works-head-img {
  margin: 20px 0;
}

.step-works-wrap.step-works-editing .step-works-head-img img {}

.step-works-wrap.step-works-editing .step-works-inner .step-works-box {
  background: #fff;
}

.step-works-wrap.step-works-editing .works-box-head-content span {
  color: #72c2db;
}

.step-works-wrap.step-works-editing .works-box-head-content .heading-five {
  color: #0a2840;
}

.step-works-wrap.step-works-editing .step-works-box p {
  color: #0a2840;
}

section.step-works-wrap.step-works-marketing {
  background: #fefefe;
}

.step-works-wrap.step-works-marketing .step-works-head .heading-two {
  color: #0a2840;
}

.step-works-wrap.step-works-marketing .step-works-head p {
  color: #0a2840;
}

section.step-works-wrap.step-works-publishing {
  background: #fefefe;
}

.step-works-wrap.step-works-publishing .step-works-head {
  width: 100%;
  text-align: left;
  margin: 0;
}

.step-works-wrap.step-works-publishing .step-works-head .heading-four {
  color: #0a2840;
}

.step-works-wrap.step-works-publishing .step-works-head p {
  color: #0a2840;
}

.step-works-wrap.step-works-publishing .step-works-head-img {
  margin: 20px 0;
}

.step-works-wrap.step-works-publishing .step-works-head-img img {}

/*Step Works Section Css End Here*/

/* Hide the dropdown initially */
.nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Display dropdown on hover */
.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
}
.termsInner h6{
    font-size: 1.5rem;
}
/* Icon transition on hover */
.nav-item:hover #service-icon {
    transform: rotate(180deg); /* Rotate the icon upwards */
    transition: transform 0.3s ease;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #002f21;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;!i;!;
    background-color: #002f21 !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 15rem;
    padding: 0rem 0 !important;
    margin-top: 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    box-shadow: 0px 15px 30px #00000042;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1rem;
    clear: both;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
}

/*modal css*/

.comodal {
    border-radius: 0 !important;
    border: #000 3px solid;
    padding: 15px;
    background: #fff;
}

.pop-upform h2 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: unset;
    color: #000;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.pop-upform p {
    text-align: center;
    padding-bottom: 19px;
}

.m-header {
    border-bottom: 0px;
    justify-content: right;
    padding-bottom: 0px;
}

.close-btn {
    position: relative;
    border-radius: 0;
    width: 30px;
    height: 30px;
    background: #f77223;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #fff 3px solid;
    box-shadow: #00000082 0 0 6px;
}

.btn-close1 {
    padding: 0px !important;
    margin: 0px !important;
    --bs-btn-close-bg: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0px;
}

.btn-close1 i {
    color: #fff;
}

.form21 .form-group {
    position: relative;
}

.form21 ::placeholder {
    font-size: 16px;
    color: #000 !important;
    font-weight: 300 !important;
}

.form21 input {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    border: #dcdcdc 1px solid !important;
    padding: 10px 10px 10px 40px !important;
    background: #fafafa !important;
    color: #757575 !important;
    font-weight: 300 !important;
    border-radius: 0px !important;
    height: 40px;
    margin: 0 !important;
}

.form21 input:focus {
    box-shadow: none !important;
    border-color: #0963AB !important;
}

.form21 .message {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    border: #dcdcdc 1px solid !important;
    padding: 7px 10px 10px 40px !important;
    background: #fafafa !important;
    color: #757575 !important;
    font-weight: 300 !important;
    border-radius: 0px !important;
    margin-bottom: 15px;
    resize:none;
}

.form21 .message:focus {
    box-shadow: none !important;
    border-color: #0963AB !important;
}

.activatenow {
    display: block;
    margin: auto;
    background: #000;
    padding: 13px 40px;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    border: 0px;
    border: 2px solid #000;
    font-family: "Poppins", sans-serif;
}

.form-btns {
    justify-content: center;
    display: flex;
}

.chatting-btn {
    background: #f77223;
    border-radius: 0px;
    padding: 6px 15px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.icons01 {
    position: absolute;
    left: 13px;
    top: 12px;
    /*color: #757575;*/
    color: #000;
    font-size: 14px;
}

.icons02 {
    position: absolute;
    left: 21px;
    top: 18px;
    color: #757575;
    font-size: 14px;
}

.label_fnt {
  font-size: 12px;
  margin: 0px 0 20px;
  color: #011430;
  display: block;
  line-height: 15px
}
.label_fnt input {
    margin: 0 5px 0 0 !important;
    height: auto !important;
    width: auto !important;
}

.label_fnt a {
  color: #011430;
  text-decoration: underline;
}

.banner-form .label_fnt{
    margin: 15px 0 0px;
}

.contact-form-st .label_fnt{
    margin: 10px 0 10px;
}

.contact-form-st .label_fnt,
.contact-form-st .label_fnt a{
    color:#fff;
}

.cta-phn-mobile{background:#000;text-align:center;color:#fff!important;padding:5px;position:fixed;bottom:0!important;z-index:999;width:100%;display:none}.cta-phn-mobile a{color:#fff!important;text-decoration:none;display:flex;justify-content:center;align-items:center;}@media (max-width:767px) and (min-width:320px){.cta-phn-mobile{display:block!important}body{overflow-x:hidden}.footer-bg{background-color:#17333c;padding:50px 0 60px}}


@media (max-width:1200px) {
    .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: #002f21;
        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
    }

    .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 (max-width:767px) {
    .main-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: 50%
    }

    .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: 15px 0
    }

    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
    }
}

.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
}

.main-header {
    padding: 10px 20px;
    text-align: center;
}

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

section.home-banner {
    padding: 180px 0 70px;
    background-image: url(../images/banner/home-banner.webp);
    background-position: center;
    background-size: cover
}

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

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

.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: #002f21
}

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

.buttons-div a.btn-01 {
    background: #000;
    padding: 13px 38px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 15px;
    margin-right: 10px
}

.buttons-div a.btn-02 {
    background: #002f21;
    padding: 13px 38px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 15px
}

.banner-form {
    background: #002f21;
    padding: 35px;
    border-radius: 10px;
    background: rgba(24, 24, 24, 0.59);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(24, 24, 24, 0.3);
/* From https://css.glass */
    background: rgba(24, 24, 24, 0.79);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(24, 24, 24, 0.3);
}

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

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

.banner-form label {
    font-size: 0px !important;
    color:#fff
}

.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: #002f21;
    color: #fff;
    width: 100%;
    padding: 14px 0;
    font-size: 15px
}

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

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

section.professional-book {
    background: #000;
    padding: 80px 0
}

.professional-book-text h2 {
    color: #fff;
    font-size: 33px;
    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
}

.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
}

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

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

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

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

.prominent-text .counter-box-main .counter-box i {
    font-size: 27px;
    color: #002f21;
    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: #e8c9bb
}

.texh-text h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 700
}

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

.texh-text p {
    font-size: 16px;
    text-align: center;
    color: #555;
    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
}

.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;
    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
}

.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;
    height: 100px;
    object-fit: contain
}

.right-side-bar .tango-tech-main p {
    width: 60%;
    font-size: 15px;
    color: #555;
    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
}

.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: #002f21;
    color: #fff
}

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

.image-box img {
    width: 23%
}

section.edited {
    padding: 70px 0 30px;
    background: #000;
    text-align: center;
    color: #fff
}

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 {
    margin-left: -50px;
    width: 150% !important;
    margin-right: -60px;
    max-width: 150%
}

.right-img img {
    margin-left: -50px;
    width: 150% !important;
    margin-right: -60px;
    max-width: 150%
}

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

section.service .row .col-lg-4{
    margin-bottom: 20px;
}

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

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

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

.serve-box {
    padding: 30px;
    border: 1px solid #002f21;
    border-radius: 10px;
    transition: 0.5s all;
    color: #002f21;
    height: 100%;
}

.serve-box:hover {
    background-color: #002f21;
    color: white !important;
    transition: 0.5s all
}

.serve-box img {
    margin-bottom: 15px;
    width: 60px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(15%) saturate(2931%) hue-rotate(119deg) brightness(101%) contrast(104%);
}

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

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

.serve-box p {
    font-size: 15px;
    text-align: center;
    line-height: 22px
}

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

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

.author-sec-content {
    padding-left: 100px
}

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

.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/footer-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 29px 0 31px;
}

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

.author-sec-text h3 {
    color: #fff;
    font-size: 37px;
    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
}

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

.value-text h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 13px;
    font-weight: 700;
    color: #002f21;
}

.value-text p {
    font-size: 16px;
    color: #000;
}

.value-text .buttons-div a.btn-01 {
    background: #002f21;
    border-radius: 100px
}

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

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

    .accordion-container .set a {
        background: #002f21;
        padding: 11px 20px;
        margin-bottom: 20px;
        border-radius: 6px;
        font-size: 16px;
        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 i.fa {
        color: #000;
        background: #fff;
        border-radius: 100%;
        width: 36px;
        height: 36px;
        padding: 12px;
        margin-right: 9px
    }

    .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: #002f21;
        color: #fff;
        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;
    margin-bottom: 20px
}

.faqs-text p {
    font-size: 16px
}

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

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

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

.contact-form {
    padding: 35px;
    border-radius: 10px;
    background: linear-gradient(45deg, #002f21, #002f21)
}

.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: #000;
    color: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 500
}

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: #002f21
}

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: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 18px;
    background: #002f21;
    border-radius: 100px;
    top: 3px
}

.footer-top {
    background: #000;
    padding: 40px 0;
    text-align: center
}

.footer-top img {
    width: 80%
}

.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: 266px;
}

.ftr-lt p{
    color: #fff;
    display: block;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 22px
}

.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: 10px;
    color: #fff
}

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

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

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

section.testimonail {
    padding: 160px 0 70px;
}

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

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

.test-main {
    padding: 30px 30px;
    position: relative;
    border: 2px solid #002f21;
    margin: 0 10px;
    text-align: center;
    height: 260px;
    border-radius: 7px
}

.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: aliceblue;
    padding: 70px 0;
    background: url(../images/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer::before{
    content: "";
    
}

.flogo {
    text-align: right
}

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

.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
}

.popup-work h2 {
    text-align: center;
    font-family: 'Inter';
    font-size: 40px;
    color: #002f21;
    text-transform: uppercase;
    font-weight: 800;
    margin: 20px 0 15px
}

.popup-work h2 span {
    color: #956752
}

.popup-work p {
    text-align: center;
    margin-bottom: 13px;
    font-size: 19px;
    font-weight: 600;
    color: #002f21
}

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

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

.popup-work input {
    background: white !important;
    border: 1px solid #002f21 !important;
    color: #002f21 !important;
    padding: 14px;
    font-family: 'Lato' !important;
    font-weight: 500;
    margin: 10px 0 !important
}

img.img-pop {
    height: 369px;
    padding: 10px;
    border: 1px solid #002f21
}

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

.popup-work button.btn.submitbtn {
    width: 100%;
    background: #002f21;
    margin: 0px !important;
    color: #fff;
    font-family: 'Lato';
    font-size: 17px;
    padding: 9px 0
}

.modal-body button.close {
    background: #002f21;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    padding: 0px !important
}

.popup-work textarea {
    background: white !important;
    border: 1px solid #002f21 !important;
    color: #002f21 !important;
    padding: 14px;
    font-family: 'Lato' !important;
    font-weight: 500;
    margin: 10px 0 !important
}

.mobile-version {
    display: none
}

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

section.banner-abt-contact {
    background-color: #002f21;
    padding: 90px 0
}

.abt-bg {
    background-image: url(../images/abt-bg.png);
    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: 79px;
    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: #002f21;
    color: #fff;
    padding: 16px 20px;
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 14px
}

.mission-col {
    background: #002f21;
    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: #002f21;
    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.png);
    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: #002f21;
    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
}

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

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: 80px 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: 50px
}

.forms h4 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #002f21
}

.forms form.cta label {
    color: #fff !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 #002f21;
    margin-bottom: 22px !important;
    padding: 14px;
    margin-top: 0
}

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

.forms form.cta button.btn.submitbtn {
    background: #002f21;
    width: 100%;
    color: white !important;
    padding: 16px;
    font-family: "Montserrat"
}

.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: 60px;
    color: #002f21;
    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: #002f21
}

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.png); */
    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
}

.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: #002f21;
        font-size: 18px
    }
}

img.img-contact {
    width: 80%
}

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

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

.pro-02 .icons {
    background: #b16125;
    border: 5px solid #d8b092
}

.pro-03 .icons {
    background: #b58f48;
    border: 5px solid #d7c39d
}

.pro-04 .icons {
    background: #c37e33;
    border: 5px solid #e1be99
}

.pro-05 .icons {
    background: #631b05;
    border: 5px solid #b18d82
}

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

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

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

.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
}

.vision-process {
    background-image: url(../images/visionnary-bg.png);
    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: #002f21;
    font-weight: 700
}

.banner-contents h1 {
    font-size: 46px;
    line-height: 50px;
    text-transform: uppercase;
    color: #002f21;
    font-weight: 700
}

.banner-contents p {
    font-size: 14px;
    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: #212529;
    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: #212529;
}

.top-bar {
    background: #002f21;
    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;
}

@media screen and (max-width:1366px) {
    .author-sec-content h3 {
        width: 90%
    }

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

@media screen and (max-width:1024px) {
    .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: 33px;
        line-height: 37px
    }

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

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

    .texh-text h2 {
        font-size: 32px;
        margin-bottom: 11px
    }

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

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

    .image-box img {
        width: 23%
    }

    section.edited {
        padding: 70px 0 60px
    }

    .serve-box {
        padding: 20px
    }

    .serve-box h4 {
        font-size: 21px;
        margin-bottom: 10px
    }

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

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

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

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

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

    .author-sec-text h3 {
        font-size: 37px;
        line-height: 45px
    }

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

    .img-box img {
        width: 40%
    }

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

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

    .contact-text h2 {
        font-size: 32px;
        font-weight: 700;
        margin: 0 auto
    }

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

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

@media screen and (max-width:768px) {
    section.professional-book {
        background: #000;
        padding: 40px 0
    }

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

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

    section.tech {
        padding: 70px 0;
        background: #e8c9bb
    }

    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 {
        margin-top: 40px
    }

    .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 screen and (max-width:480px) {
    .banner-text h1 {
        font-size: 26px;
        line-height: 32px
    }

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

    .services-head h2 {
        font-size: 29px;
        line-height: 37px
    }

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

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

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

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

    .prominent-text h2 {
        font-size: 25px;
        line-height: 32px
    }

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

    .left-side-bar .tango-tech-main {
        padding: 16px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 22px;
        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: 24px;
        margin-bottom: 15px;
        line-height: 28px
    }

    .image-box img {
        width: 47%
    }

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

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

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

    .serve-box h4 br {
        display: none
    }

    .author-sec-content h3 {
        font-size: 26px;
        line-height: 35px
    }

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

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

    .value-text h2 {
        font-size: 27px
    }

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

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

    img.test-book {
        width: 50%
    }

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

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

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

    .text-right {
        text-align: center;
        margin-top: 20px
    }

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

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

    .contact-form h2 {
        font-size: 20px
    }

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

    .test-head h2 {
        font-size: 20px
    }

    .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: 30px;
    }

    .popup-work h2 {
        font-size: 30px;
        margin: 20px 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;
    }
}


/* check box */
.fldset {
    display: flex;
    align-items: baseline;
}

.fldset input[type="checkbox"] {
    width: 1em !important;
    height: 1rem;
    position: relative;
    top: 4px;
}

.fldset label {
    font-size: 12px;
    color: #000 !important;
    padding-left: 5px;
    line-height: 22px;
}

.fldset label a {
    color: #000 !important;
}
section.contact .sec10_left .fldset label,
section.contact .sec10_left .fldset label a{
    color: #fff !important;
}
/* check box end */