:root {
    --first-font: 'Playfair Display', serif;
    --second-font: 'Roboto', sans-serif;
    --white: #fff;
    --gray:#333333;
    --lgray: #f1f1f1;
    --black:#000000;
    --green:#15451b;
    --yellow:#f5ee19;
    --container: 1230px;
}

.container {
    max-width: var(--container);
    margin: auto;
    padding: 0 20px;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
em,
strong,
button,
blockquote,
small,
strike,
sub,
sup,
tt,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body {
    color: var(--white);
    font-size: 14px;
    line-height: 22px;
    background-color: var(--green);
    font-family: var(--second-font);
}

svg,
img {
    max-width: 100%;
    display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
select,
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    outline: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type='number'],
input[type='number']:hover,
input[type='number']:focus {
    -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

a {
    color: var(--black);
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-ui-invalid {
    box-shadow: none;
}

svg:not(:root) {
    overflow: hidden;
}

::-moz-selection {
    background: var(--green);
    color: var(--white);
}

::selection {
    background: var(--green);
    color: var(--white);
}

.overflow-hidden {
    overflow: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-center {
    text-align: center;
}
/* ==================================== SLICK SLIDER START ==================================== */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.slick-dots li:not(:last-child) {
    margin-right: 5px;
}

.slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    width: 12px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background: var(--white);
}

.slick-dots li button {
    display: none;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background-image: url(../images/right.svg);
    background-repeat: no-repeat !important;
    background-size: cover;
    border-radius: 0;
    padding: 0;
    background-color: transparent !important;
}

.slick-disabled {
    opacity: 0.8;
}

.slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.slick-arrow.slick-prev {
    right: auto;
    -webkit-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
    left: 0;
}

.slick-arrow:focus,
.slick-arrow:hover {
    background-color: transparent;
}


/*slick slider css end here*/
header
{
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
header::before
{
    content: "";
    background-color: #15451b;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
header::after
{
    content:"";
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #f5ee19;
}
.header-wrapper
{
  
    padding: 0 4%;
    display: flex;
    height: 100%;
    position: relative;
}
.header-wrapper nav
{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header-wrapper nav ul
{
    display: flex;
    align-items: center;
    width: calc(50% - 6%);
    justify-content: space-evenly;
}
.header-wrapper nav ul li a
{
    color: var(--white);
    font-size: 16px;
letter-spacing: 1px;
line-height: 25px;
color: #ffffff;
font-weight: 700;
}
.header-wrapper nav ul li a:hover
{
    color: var(--yellow);
}
header .logo
{
    max-width: clamp(20px, 10vw, 200px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 16px;
}
.wrapper
{
    display: block;
    width: 100%;
}
.first-banner-section
{
    height: 100vh;
    position: relative;
}
.first-banner-section img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-section
{
    padding: 150px 0;
    border-top: 5px solid var(--yellow);
}
.second-section-left
{
    max-width: 500px;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 20px;
}
.SS-left-img
{
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.SS-left-img img
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.second-section-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.second-section-right {
    width: 54%;
    text-align: center;
}
.img-title
{
    text-align: center;

}
.img-title img
{
    margin: auto;
}
.i-title
{
    font-family: var(--first-font);
    font-size: 45px;
    line-height: 1.2;
    font-weight: 600;
}
.i-sub-title
{
    font-family: var(--first-font);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--yellow);
}
.title-devider
{
    position: relative;
}
.title-devider::before
{
    content: "";
    width: 200px;
    height: 2px;
    background: var(--white);
    display: block;
    margin: 10px auto;
}
.second-section-right p
{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    text-align: justify;
    margin: 20px 0;
}
.line-btn
{
    padding: 15px 51px;
    background: var(--yellow);
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    text-align: left;
}
.line-btn:hover
{
    background: var(--gray);
    color: var(--white);
}
.counter-section
{
    background: var(--yellow);
    position: relative;
}
.counter-section::before
{
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    top: -12px;
    background: var(--yellow);
    position: absolute;
}
.counter-section::after
{
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    bottom: -12px;
    background: var(--yellow);
    position: absolute;
    z-index: 1;
}
.counter-section .cover-img
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.counter-wrapper
{
    position: relative;
    display: flex;
    max-width: 900px;
    justify-content: space-between;
    margin-left: auto;
    padding-top: 82px;
    padding-bottom: 116px;
}
.counter-wrapper .item
{
    text-align: center;
    flex: 1;
}
.count-digit {
    font-family: var(--first-font);
    font-size: 45px;
    line-height: 1.5;
    color: var(--green);
    font-weight: 500;
}
.counter-wrapper .item img
{
    margin: auto;
}
.counter-wrapper .item label
{
    font-size: 22px;
    color: var(--black);
}
.theory-section
{
    padding: 120px 0;
    position: relative;
}
.theory-section::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #5b5b5b;
    opacity: 0.5;
}

.theory-section .container
{
    position: relative;
}
.theory-section p
{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
    margin-top: 20px;
}
.theory-grid
{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.theory-block
{
    width: 48%;
    padding: 20px 20px 0 20px;
    border: 1px solid #ffffff;
    position: relative;
}
.theory-img
{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.theory-img img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theory-block .line-btn
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
}
.get-in-touch
{
    padding: 60px 0;
    background: var(--yellow);
}
.get-in-touch-wrapper
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer {
    background-color: #282828;
    padding: 60px 0;
}
.footer-wrapper ul
{
    display: flex;
    flex-wrap: wrap;
}
.footer-wrapper ul li
{
    flex: 1;
    text-align: center;
}
.footer-wrapper ul li a
{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
}
.footer-wrapper ul li a:hover
{
    color: var(--yellow);
}
.toggle-menu
{
    display: none;
}
.get-in-touch-right form
{
    background: var(--white);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
header .line-btn
{
    display: none;
}
.r-logo
{
    display: none;
}
.get-in-touch-left .get-touch-title
{
    font-family: var(--first-font);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--black);
}
.get-in-touch-left p
{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 33px;
    font-weight: 400;
    color: var(--black);
}
.get-in-touch-right form .form-group 
{
    position: relative;
    margin-bottom: 20px;
}
.get-in-touch-right form .form-group input
{
    width: 100%;
    height: 45px;
    border: 1px solid  #f1f1f3;
    padding: 0 15px;
    padding-left: 60px;
}
.get-in-touch-right form .form-group .icon {
    position: absolute;
    width: 45px;
    border-right: 1px solid #f1f1f3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-in-touch-right {
    max-width: 350px;
    width: 100%;
}
.get-in-touch-right form .line-btn
{
    width: 100%;
    background: var(--green);
    color: var(--white);
    text-align: center;
    border: 0;
    padding: 10px;
}
.get-in-touch-right form .line-btn:hover
{
    background: var(--gray);
}
.tab-slider-section
{
    padding: 85px 0 120px 0;
}
.tab-img-dec
{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}
.one-side-container {
    margin-left: calc((100% - 1210px) / 2);
    position: relative;
    padding-left: 20px;
}
.infrastructer-tabs-wrapper {
    display: flex;
    margin-top: 80px;
}
.infrastructer-left, .infrastructer-tabs-wrapper .tabs {
    flex-shrink: 0;
}
.infrastructer-tabs-wrapper .tabs li.current {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.infrastructer-tabs-wrapper .tabs li.current::before
{
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -3px;
    position: absolute;
    background: var(--yellow);
}
.infrastructer-tabs-wrapper .tabs {
    margin-top: 50px;
}
.infrastructer-tabs-wrapper .tabs li {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}
.infrastructer-tabs-wrapper .tabs li:hover
{
    color: var(--yellow);
}
.infrastructer-tabs-right {
    margin-left: 60px;
    width: calc(100% - 187px);
}
.infrastructer-slider .slick-list .item {
    margin: 0 20px;
    height: 0;
    padding-top: 375px;
    position: relative;
}
.infrastructer-slider {
    width: 100%;
    display: block;
}
.infrastructer-slider .slick-list .item img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 20px;
    border: 1px solid;
}
.tab-content.current {
    display: block;
}
.tab-content {
    display: none;
}
.infrastructer-slider .slick-list {
    padding-right: 490px;
    margin: 0 -20px;
}
.infra-dec {
    max-width: 760px;
    width: 100%;
    padding: 40px;
    border-radius: 0;
    background-color: var(--yellow);
    margin-right: 70px;
    margin-left: auto;
    margin-top: -60px;
    position: relative;
    text-align: left;
    color: var(--black);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
}
.infra-dec strong
{
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.first-inner-banner-section
{
    height: 550px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.first-inner-banner-section img
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.first-inner-banner-section::before
{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 35%,var(--green) 100%);
    z-index: 1;
}
.first-inner-banner-section::after {
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: #f5ee19;
}
.page-name
{
    font-family: var(--first-font);
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--yellow);
}
.first-inner-banner-section .container
{
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    padding-bottom: 30px;
}
.white-box-section
{
    background-color: gainsboro;
    padding-bottom: 60px;
    
}
.white-box
{
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding-top: 60px;
}
.white-box-title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 50px;
}

.white-box-title2 {
    display: inline-flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 50px;
}
.wb-title
{
    font-family: var(--first-font);
    font-size: 45px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--black);
    position: relative;
    margin-bottom: 30px;
}

.wb-title::before
{
    content: "";
    height: 1px;
    width: 50%;
    background: var(--black);
    bottom: -10px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}
.white-box-title p
{
    color: var(--black);
    font-size: 16px;
    line-height: 1.5;
}


.white-box-title h2
{
    color: var(--black);
    font-size: 20px;
    line-height: 1.5;
}



.white-box-title2 p
{
    color: var(--black);
    font-size: 16px;
    line-height: 1.5;
}


.form-group
{
    margin-bottom: 20px;
}
.contact-us-form form
{
    padding: 0 50px;
}
.form-three-group,.form-two-group
{
    display: flex;
    justify-content: space-between;
}
.form-three-group .form-group
{
    width: 32%;
}
.form-two-group .form-group
{
    width: 48%;
}
.form-group input
{
    width: 100%;
    height: 45px;
    border: 1px solid #f1f1f3;
    padding: 0 15px;
}
.form-group textarea
{
    height: 200px;
    border: 1px solid #f1f1f3;
    padding: 15px;
    width: 100%;
}
.form-btn
{
    text-align: center;
}
.form-btn .line-btn
{
    border: 0;
    background-color: #15451b;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
}
.form-btn .line-btn:hover
{
    background: var(--gray);
}
.work-with-card .line-btn:hover
{
    background: 
    var(--green);
    color: var(--white);
}
/*file upload btn start here*/
.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
/*file upload btn end here*/
.contact-us-footer
{
    padding: 20px 50px;
    background: var(--yellow);
    margin-top: 50px;
}
.contact-us-footer-grid
{
    display: flex;
    justify-content: space-between;
}
.contact-us-footer-block
{
    width: fit-content;
}
.cs-icon
{
    height: 40px;
    width: 40px;
    background: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.cs-icon svg
{
    width: 25px;
    height: auto;
}
.cs-title
{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    color:var(--black);
    font-weight: 700;
    word-break: break-all;
}
.cs-avitar {
    display: flex;
    margin-bottom: 20px;
}
.cs-dec {
    padding-top: 10px;
}
.cs-dec p
{
 color: var(--black);
}
.addmision-grid
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
    padding-bottom: 60px;
    border-bottom: 5px solid var(--yellow);
}
.addmision-grid-item
{
    width: 48%;
    border: 1px solid #f1f1f3;
    padding:10px 20px;
    border-radius: 2px;
    margin-bottom: 20px;
    display: flex;
}
.addmision-grid-item img
{
    width: 50px;
    height: auto;
    margin-right: 20px;
}
.addmision-grid-title
{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    color: var(--black);
    font-weight: 700;
}
.addmission-footer
{
    padding: 40px 0;
    background: var(--yellow);
}
.admision-title
{
    color: var(--green);
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}
.btn-green
{
    border: 0;
    background-color: #15451b;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 40px;
}
.btn-green:hover
{
background-color: var(--gray);
}
.event-grid
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
}
.event-card
{
    width: 48%;
}
.event-image
{
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 70%;
    display: block;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 15px;
}
.event-image img
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.event-name
{
    font-family: var(--first-font);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--black);
    position: relative;
    margin-bottom: 10px;
}
.event-date
{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--green);
    position: relative;
    opacity: 0.8;
}
.event-card
{
    margin-bottom: 30px;
}
.pagination
{
    text-align: center;
    margin-top: 20px;
}
.pagination ul
{
    display: flex;
    justify-content: center;
}
.pagination ul li
{
    flex:0 0 35px;
    margin: 0 5px;
}
.pagination ul li a
{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid var(--black);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li a.b-btn
{
    border: 0;
}
.pagination ul li a.active
{
    background: var(--green);
    color: var(--yellow);
}
.disable
{
    opacity: 0.6;
}
.event-box
{
    border-bottom: 5px solid var(--yellow);
    padding-bottom: 50px;
}
.gallery-slider
{
    width: calc(100% - 100px);
    margin: 0 50px;
}
.gallery-slider .item
{
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin: 0 15px;
    margin-bottom: 15px;

}
.gallery-slider .slick-arrow
{
    background-color:var(--green) !important;
}
.gallery-slider .slick-arrow:hover
{
    background-color: var(--gray) !important;
}
.gallery-slider .slick-dots
{
    margin: 20px 0;
    padding-bottom: 40px;
}
.gallery-slider .slick-dots li
{
    border: 1px solid var(--black);
}  
.gallery-slider .slick-dots li.slick-active
{
    background: var(--black);
} 
.gallery-viewmore {
    text-align: center;
    padding-bottom: 40px;
}
.gallery-viewmore a {
    color: var(--green);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}
.page-devider
{
    width: 100%;
    padding: 50px;
    opacity: 0.6;
}
.page-devider span
{
    display: block;
    height: 2px;
    width: 100%;
    background: var(--gray);

}
.work-with-us-slider
{
    width: calc(100% - 100px);
    margin: 0 50px;
}
.work-with-us-slider .item
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.work-with-card
{
    width: 48%;
    border-bottom: 1px solid #f1f1f3;
    padding: 15px;
    display: flex;
    align-items: center;
}
.work-with-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.work-with-card .line-btn
{
    padding: 8px 10px;
    display: inline-block;
    width: 130px;
    text-align: center;
    background: transparent;
    border: 1px solid var(--green);
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: var(--green);
    font-weight: 700;
}
.w-position
{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
}
.work-with-card  span
{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    color: var(--black);
    font-weight: 700;
    opacity: 0.6;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.w-label
{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 1;
    background: var(--gray);
}
.w-label.full-time
{
    background: #0ac327;
}
.w-label.remote
{
    background: #349afc;
}
.part-time.w-label
{
    background: #f7ae31;
}
.work-with-us-slider .slick-dots li
{
    border: 1px solid var(--gray);
}
.work-with-us-slider .slick-dots li.slick-active
{
    background: var(--green);
}
.work-with-us-slider .slick-arrow
{
    display: none !important;
}
.work-with-us-slider .slick-dots
{
    padding-top: 20px;
    padding-bottom: 40px;
}
.white-box .i-title
{
    color: var(--black);
}
.white-box .i-sub-title
{
    color: var(--green);
}
.white-box .title-devider::before
{
    background: var(--gray);
}
.about-dec
{
    padding: 0 50px;
}
.about-dec p
{
    color: var(--gray);
    text-align: justify;
    display: block;
    margin: 40px 0;
}
.singal-image-slider
{
    width: calc(100% - 100px);
    margin: 0 50px;
}
.singal-image-slider .item img
{
    width: 100%;
}
.singal-image-slider .slick-arrow
{
    background-color: var(--green) !important;
}
.singal-image-slider .slick-arrow:hover
{
    background-color: var(--black) !important;
}
.white-box.bottom-border
{
    border-bottom: 5px solid var(--yellow);
    padding-bottom: 60px;
}
.mission-section
{
    padding: 50px 0;
    background: var(--yellow);
}
.mission-grid
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.mission-grid:last-child
{
    margin-bottom: 0;
}
.mission-grid:nth-child(even)
{
    flex-direction: row-reverse;
}
.mission-grid:nth-child(even) .mission-right
{
    text-align: right;
}
.mission-grid:nth-child(even) .mission-right svg
{
    margin-left: auto;
}
.mission-grid .mission-left
{
    width: 48%;
}
.mission-grid .mission-left img
{
    width: 100%;
}
.mission-grid .mission-right
{
    width: 48%;
}
.mission-grid .mission-right svg
{
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}
.mission-grid .mission-right .mission-title
{
    font-family: var(--first-font);
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--green);
}
.mission-grid .mission-right p
{
    color: var(--gray);
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
}
.about-last-section
{
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
.about-last-section::before
{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--green);
    opacity: 0.8;
}
.about-last-section.theory-ac-page::before
{
    background: var(--gray);
}   
.about-last-section .container
{
    position: relative;
    z-index: 1;
}
.mentor-big-title
{
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    margin: 30px 0;
}
.mentor-img img
{
    width: 200px;
    box-shadow: 10px 10px 0px #f5ee19;
}
.mentor-dec
{
    flex: 1;
    padding-left: 40px;
}
.mentor-slider .item
{
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid;
}
.mentor-dec p
{
    font-size: 16px;
    line-height: 1.5;
}
.m-auth
{
    margin-top: 20px;
}
.m-auth-name
{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}
.m-auth-sub-name
{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}
.mentor-slider .slick-dots
{
    margin-top: 20px;
}
.mentor-slider .slick-dots li.slick-active
{
    background: var(--yellow);
}
.mentor-slider .slick-arrow
    {
        display: none !important;
    }
    .academics-slider .item
    {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid ;
    }
.academics-slider .ac-left
{
    width: 42%;
    padding-bottom: 20px;
}
.academics-slider .ac-left .ac-title
{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.academics-slider .ac-left p
{
    font-size: 16px;
    line-height: 1.5;
}
.ac-right
{
    padding: 20px;
    flex: 1;
    padding-bottom: 0;
    margin-left: 20px;
    border: 1px solid;
    border-bottom: 0;
}
.ac-right img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.academics-slider .slick-dots
{
    display: none !important;
}
.academics-slider .slick-arrow
{
    background-color: var(--white) !important;
    bottom: -45px;
    top: unset;
    height: 30px;
    width: 30px;
    background-image: url(../images/chevron-right.svg);
}
.academics-slider
{
    margin: 40px 0;
}
.academics-slider .slick-arrow.slick-prev
{
    left: calc(100% - 62px);
}
.academics-last-section
{
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.academics-last-section::before
{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--white);
    opacity: 0.8;
}
.academics-last-section .container
{
    position: relative;
}
.academics-last-content
{
    font-family: var(--first-font);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--black);
    text-align: center;
}
.f-tab-section
{
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}
.f-tab-section::before
{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--green);
    opacity: 0.8;

}
.f-tab-section.white-teb-section::before
{
    background: var(--white);
}
.f-tab-section.white-teb-section .i-title
{
    color: var(--black);
}
.f-tab-section.white-teb-section .i-sub-title
{
    color: var(--green);
}
.f-tab-section.white-teb-section .tabs_wrapper .tabs li
{
    color: var(--black);
    border-color: var(--black);
}
.f-tab-section.white-teb-section .tabs_wrapper .tabs
{
    border-bottom: 1px solid var(--black);
}
.f-tab-section.white-teb-section .tabs_wrapper .tabs li.active
{
    background: var(--black);
    color: var(--white);
}
.f-tab-section.white-teb-section .tabs_container .tab_content p
{
    color: var(--black);
}
.f-tab-section .container
{
    position: relative;
}
.f-tab-section.white-teb-section .f-tab-dec p
{
    color: var(--black);
}
.f-tab-dec p
{
    text-align: center;
    margin: 20px 0;
}
.tabs_container .tab_content{
    display: none;
  }
  
  .tabs_container .tab_content.active{
    display: block;
  }
.tabs_wrapper .tabs
{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid ;
}
.tabs_wrapper .tabs li
{
    margin: 0 10px;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    padding: 8px 20px;
    border: 1px solid;
    border-bottom: 0;
    cursor: pointer;
}
.tabs_wrapper .tabs li.active
{
    background: var(--white);
    color: var(--green);
}
.tabs_container .tab_content p
{
    text-align: center;
    margin: 20px 0;
    width: 100%;
    display: block;
}
.tab-slider
{
    width: 100%;
    display: block;
    padding: 0 40px;
}
.tab-slider .slick-arrow
{
    background-color: var(--white) !important;
    background-image: url(../images/chevron-right.svg);
}
.tab-slider img
{
    width: 100%;
}
.tab-slider 
{
    border-bottom: 1px solid;
}
.tab-slider .slick-dots
{
    position: absolute;
    bottom: -20px;
    width: 100%;
}
.tr-section
{
    padding: 80px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}
.tr-section::before
{
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--gray);
    opacity: 0.8;
    position: absolute;
}
.tr-section.white-tr-section::before
{
background: var(--white);
}
.tr-section.white-tr-section .i-title,
.tr-section.white-tr-section .tr-dec p
{
    color: var(--black);
}
.tr-section.white-tr-section .i-sub-title
{
    color: var(--green);
}
.tr-section.white-tr-section .tr-slider .item label
{
    background: var(--gray);
    color: var(--white);
}
.tr-section.white-tr-section .slick-dots li
{
    border: 1px solid var(--black);
}
.tr-section.white-tr-section .slick-dots li.slick-active
{
    background: var(--black);
}
.tr-section.white-tr-section .tr-slider .item
{
    border: 1px solid var(--gray);
    border-bottom: 0;
}
.tr-section.white-tr-section .tr-slider
{
    border-bottom: 1px solid var(--gray);
}
.tr-section .container
{
    position: relative;
}
.tr-dec
{
    margin: 30px 0;
}
.tr-dec p
{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.tr-slider
{
    width: 100%;
    display: block;
    border-bottom: 1px solid;
    padding: 0 40px;
}
.tr-slider .item
{
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    border: 1px solid;
    border-bottom: 0;
    margin: 0 20px;
}

.tr-slider .slick-arrow
{
    display: none !important;
}
.tr-slider .slick-dots
{
    position: absolute;
    width: 100%;
    bottom: -40px;
}
.tr-slider .slick-dots .slick-active
{
    background: var(--yellow);
}
.tr-slider .item img
{
    width: 100%;
}
.tr-slider .item label
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--white);
    color: var(--green);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    letter-spacing: 1px;
}
.achivment-section
{
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}
.achivment-section::before
{
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: var(--yellow);
opacity: 0.8;
}
.achivment-section .container
{
    position: relative;
}
.achiv-title
{
    color: var(--black);
    font-family: var(--first-font);
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.achiv-grid
{
    display: flex;
}
.av-item
{
    flex: 1;
}
.av-num
{
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    color: #a0660e;
    font-family: var(--first-font);
    margin-bottom: 20px;
    text-align: center;
}
.av-item p
{
    font-size: 16px;
    color: var(--black);
    text-align: center;
}
.stage-section
{
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}
.stage-section::before
{
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: var(--green);
opacity: 0.8;
}
.stage-section .container
{
    position: relative;
}
.stage-grid {
    display: flex;
}
.stage-grid .stage-item
{
    flex: 1;
}
.stage-grid .stage-item img
{
    width: 100%;
    padding: 10px;
    height: 100%;
    object-fit: cover;
}
.stage-item-2
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stage-grid .stage-item.stage-item-2 img
{
        flex: 1;
}
.stage-dec
{
  
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.88px;
    margin: 40px 0;

}
.view-more-btn
{
    text-align: center;
    margin-top: 20px;
}
.view-more-btn a
{
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 16px;
    color: var(--white);
}
@media only screen and (max-width: 1200px)
{
    .one-side-container {
        margin-left: 0;
    }
    .footer-wrapper ul li a
    {
        letter-spacing: 0.5px;
    }
    .infrastructer-slider .slick-list {
        padding-right: 40%;
        margin: 0 -20px;
    }
}
@media only screen and (max-width: 1024px)
{
    .infrastructer-slider .slick-list {
        padding-right: 20%;
        margin: 0 -20px;
    }
    .header-wrapper nav ul li a
    {
        font-size: 14px;
    }
    .header-wrapper nav ul li 
    {
        margin:0 5px;

    }
    .second-section {
        padding: 80px 0;
    }
    .counter-wrapper .item img
    {
        width: 80px;
    }
}
@media only screen and (max-width: 991px)
{

    .impact-card {
        width:calc(50% - 20px);
        text-align:center;
        margin:0 10px;
        background:#fff;
        margin-bottom:40px
        }
    .tabs_wrapper .tabs
    {
        flex-direction: column;
    }
    
    .tabs_wrapper .tabs li
    {
        font-size: 18px;
    }
    .work-with-card span
    {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .r-logo
    {
    display: block;
    }
    .r-logo img
    {
        width: 80px;
        margin: auto;
        margin-bottom: 20px;
    }
    .menu-open  .menu-overlay
    {
        display: block;
    }
    .menu-overlay
    {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: var(--black);
        opacity: 0.5;
        display: none;
        z-index: 1;
    }
    header .line-btn {
        padding: 4px 15px;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0;
        text-align: left;
        position: absolute;
        right: 6%;
        border-radius: 5px;
        top: 52%;
        transform: translateY(-50%);
        display: block;
    }
    .toggle-menu {
        display: block;
        position: absolute;
        left: 6%;
        top: 52%;
        transform: translateY(-50%);
    }
    .toggle-menu svg
    {
        width: 25px;
    }
    .count-digit
    {
        font-size: 40px;
    }
    .footer-wrapper ul
    {
        justify-content: center;
    }
    .footer-wrapper ul li {
        text-align: center;
        flex: fit-content;
        padding: 0 10px;
        margin: 10px 0;
    }
    .header-wrapper nav ul li {
        margin: 10px 0;
        width: 100%;
    }
    .header-wrapper nav ul li a
    {
        font-size: 12px;
    }
    .menu-open .header-wrapper
    {
        left: 0;
    }
    .header-wrapper
    {
        padding: 40px 20px;
        position: fixed;
        width: 270px;
        left: -300px;
        height: 100%;
        background: var(--green);
            transition: ease 0.25s;
            z-index: 2;
            flex-direction: column;
    }
    .header-wrapper nav ul
    {
        flex-direction: column;
    }
    .header-wrapper nav
    {
        flex-direction: column;
    justify-content: flex-start;
    }
    header .logo {
        max-width: 100px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 10px;
    }
    .second-section-left {
        max-width: 48%;
    }
    .second-section-right {
        width: 49%;
    }
    .theory-section {
        padding: 80px 0;
    }

}
@media only screen and (max-width: 767px)
{
    .stage-section
    {
        padding: 60px 0;
    }
    .tabs_wrapper .tabs li
    {
        width: 100%;
        margin: 10px 0;
        border-bottom: 1px solid;
    }
    .tab-slider
    {
        padding: 0;
    }
    .academics-slider .ac-left
    {
        width: 100%;
    }
    .ac-right
    {
        margin: 0;
    }
    .academics-slider .item
    {
        flex-direction: column;
    }
    .mentor-img img {
        width: 150px;
    }
    .mentor-dec {
        flex: 1;
        padding-left: 0;
        margin-top: 30px;
    }
    .mentor-slider .item
    {
        flex-direction: column;
    }
    .mission-grid .mission-right .mission-title
    {
        font-size: 36px;
    }
    .mission-grid .mission-right svg
    {
        width: 80px;
        margin: auto;
    }
    .mission-grid .mission-right,
    .mission-grid:nth-child(even) .mission-right
    {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .mission-grid .mission-left
    {
        width: 100%;
    }
    .mission-grid,
    .mission-grid:nth-child(even)
    {
        flex-direction: column;
    }
    .about-dec
    {
        padding: 0 30px;
    }
    .work-with-us-slider,
    .singal-image-slider {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    .work-with-card
    {
        width: 100%;
    }
    .gallery-slider {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    .page-name
    {
        font-size: 30px;
    }
    .first-inner-banner-section
    {
        height: 300px;
    }
    .event-name
    {
        font-size: 26px;
    }
    .event-date {
        font-size: 16px;
    }
    .event-card {
        width: 100%;
    }

    .event-grid
    {
        padding: 0 30px;
    }
    .addmission-footer .white-box-title
    {
        padding: 0;
    }
    .addmision-grid-item img
    {
        width: 40px;
    }
    .addmision-grid
    {
        padding: 0 30px;
        padding-bottom: 50px;
    }
    .addmision-grid-title {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 20px;
    }
    .addmision-grid-item
    {
        width: 100%;
    }
    .white-box-title
    {
        padding: 0 30px;
    }
    .form-three-group
    {
        flex-direction: column;
    }
    .form-three-group .form-group
    {
        width: 100%;
    }
    .contact-us-form form {
        padding: 0 30px;
    }
    .wb-title
    {
        font-size: 36px;
    }
    .white-box
    {
        padding-top: 30px;
    }
    .cs-icon {
        height: 35px;
        width: 35px;
    }
    .cs-icon svg
    {
        width: 18px;
    }
    .cs-title
    {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    .contact-us-footer-grid
    {
        flex-direction: column;
    }
    .infrastructer-tabs-wrapper .tabs {
        margin-top: 0;
    }
    .infrastructer-tabs-wrapper .tabs li {
        margin-right: 20px;
        white-space: nowrap;
    }
    .infra-dec {
        padding: 30px;
        margin-top: 20px;
        width: calc(100% - 20px);
    }
    .infrastructer-tabs-wrapper .tabs {
        display: flex;
        overflow: auto;
    }

    .infrastructer-tabs-wrapper {
        flex-direction: column;
        margin-top: 40px;
        overflow: hidden;
    }
    .infrastructer-tabs-right {
        margin-left: 0;
        width: 100%;
    }
    .tab-img-dec
    {
        font-size: 16px;
        line-height: 22px;
    }
    .counter-wrapper .item label
    {
        font-size: 18px;
    }
    .count-digit {
        font-size: 34px;
    }

    .theory-block
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .theory-grid
    {
        flex-direction: column;
    }
    .theory-section p
    {
        font-size: 16px;
        line-height: 22px;
    }
    .theory-section {
        padding: 60px 0;
    }
    .line-btn {
        padding: 10px 30px;
        font-size: 14px;
        letter-spacing: 0.5px;
        text-align: left;
    }
    .second-section-right p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 22px;
        text-align: center;
    }
    .img-title img
    {
        max-width: 90px;
    }
    .i-title
    {
        font-size: 30px;
    }
    .i-sub-title
    {
        font-size: 28px;
    }
    .second-section {
        padding: 60px 0;
    }
    .second-section-left
    {
        max-width: 600px;
        width: 100%;
        margin-top: 30px;
    }
    .second-section-right {
        width: 100%;
    }
    .second-section-grid
    {
        flex-direction: column-reverse;
    }
    header {
        height: 60px;
    }
    .first-banner-section {
        min-height: 450px;
        height: 60vh;
        position: relative;
    }
    .counter-wrapper,
    .tab-slider-section
    {
        padding: 60px 0;
    }
    .get-in-touch-wrapper
    {
        flex-direction: column;
    }
    .get-in-touch-left .get-touch-title
    {
        font-size: 36px;
        text-align: center;
    }
    .get-in-touch-left p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .get-in-touch-right
    {
        margin-top: 40px;
    }
    .tr-slider .item
    {
        margin: 0;
    }
    .tr-slider
    {
        padding: 0;
    }
    .tr-section
    {
        padding: 60px 0;
        padding-bottom: 80px;
    }
    .achivment-section
    {
        padding: 60px 0;
    }
    .achivment-section
    {
        font-size: 30px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 540px)
{

    .impact-card {
        width: calc(100% - 20px);
        text-align: center;
        margin: 0 10px;
        background: #fff;
        margin-bottom: 20px;
    }
    .cs-icon
    {
        margin-right: 10px;
        flex-shrink: 0;
    }
    .contact-us-footer
    {
        padding: 20px;
    }
    .achiv-grid
    {
        flex-direction: column;
    }
    .work-with-right
    {
        margin-top: 10px;
    }
    .work-with-card
    {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }
    .infrastructer-slider .slick-list
    {
        margin: 0 -10px;
    }
    .infrastructer-slider .slick-list .item
    {
        padding-top: 260px;
        margin: 0 10px;
    }
    .counter-wrapper
    {
        flex-direction: column;
    }
    .counter-wrapper .item:not(:last-of-type)
    {
        margin-bottom: 20px;
    }
}


.impact-card {
    width:calc(33.33% - 20px);
    text-align:center;
    margin:0 10px;
    background:#fff;
    margin-bottom:40px
    }
    
    .impact-card .imp-img {
    position:relative
    }

    .impact-grid {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        margin:0 -20px;
        margin-top:60px;
        margin-bottom:100px;
        position:relative;
        z-index:1;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
        }

        .impact-grid .imp-dec {
            padding:20px 0;
            text-align:left
            }
            
            .impact-grid .imp-dec .imp-title {
            font-size:27px;
            letter-spacing:2px;
            line-height:28px;
            color:#282828;
            font-weight:800;
            font-family:var(--secondory-font);
            text-align:left;
            margin-bottom:20px
            }
            
            .impact-grid .imp-dec p {
            font-size:16px;
            letter-spacing:1px;
            line-height:28px;
            color:#7b7b7b;
            text-align:left
            }
            .video-banner svg {
                margin: auto;
                width: 50px;
                height: auto;
            }        

            .video-banner {
                position:absolute;
                left:0;
                right:0;
                top:50%;
                margin:0 auto;
                bottom:0;
                z-index:2;
                height:50px;
                width:50px;
                transform:translateY(-50%)
                }
                
                .video-banner svg {
                margin:auto;
                width:50px;
                height:auto
                }
                
                .video-banner .video-banner-img {
                display:block;
                width:100%;
                height:100%;
                object-fit:cover;
                object-position:50% 50%
                }
                
                .video-banner-headline {
                position:absolute;
                left:1.5rem;
                bottom:1.5rem;
                font-family:'Source Sans Pro',sans-serif;
                font-size:1.25em;
                font-weight:900;
                line-height:1em;
                color:#fff;
                text-transform:uppercase;
                letter-spacing:.045em
                }