/* global css */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #ab2830;
    --secondary-color: #f4ce74;
    --primary-light-color: #fff5e2;
}

body {
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald';
}

a {
    text-decoration: none;
}

.primary-btn {
    color: #fff;
    background-color: var(--primary-color);
    text-transform: uppercase;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}

.primary-btn:hover {
    color: #fff;
    background-color: color-mix(in srgb, var(--primary-color) 90%, black);
}

.secondary-btn {
    color: #000;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}

.secondary-btn:hover {
    color: #000;
    background-color: color-mix(in srgb, var(--secondary-color) 90%, black);
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2094b8;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}

/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;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;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.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);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.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;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: -65px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #d8d8d8;background: #d8d8d8;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #d32226;border: 1px solid #d32226;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {padding:0;margin:0;display: flex;justify-content: space-between;flex-flow: wrap;}
.tabs-menu li {display:inline-block;list-style:none;border: 0;background-color: #4094b8;width: 33%;text-align: center;}
.tabs-menu li.current {position: relative;background-color: #445d63;border-bottom: 0;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #fff;}
.tab {
    border: 0;
    background-color: #fff;
    width: 100%; /* optional, keeps layout clean */
    padding: 46px 5px 26px;
    }
.tab-content {padding: 0;display: none;width: 100%;}



.set{
    position: relative;
    width: 100%;
    height: auto;
}

.set a.active {
    margin: 0;
}
.set .content{border-bottom: 2px solid #d5d8dc; display:none;}

/****************************** header css ******************************/
.home header {
    position: absolute;
    top: 76px;
    height: 97px;
}

header {
    padding: 0;
    width: 100%;
    background: #000;
    
}
header .logo {
    position: relative;
    height: 100%;
}
.home header .logo a {
    position: absolute;
}

header .logo a {
    top: 50%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%);
}
header img {
    width: 270px;
}
header ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
    text-transform: uppercase;
    justify-content: space-between;
    height: 100%;
}
header li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: .4s ease-in-out;
}
header li a::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transform: translateX(-50%) scale(0.1);
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out;
}
header li a:hover {
    color: var(--secondary-color);
}
header li a:hover::before {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.header-info {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
}
.header-info .primary-btn{
    padding: 0 30px;
}
/****************************** hero css ******************************/
.hero-sec {
    background-image: url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 120vh;
    display: flex;
    align-items: center;
}
.hero-content {
    width: 550px;
}
.hero-content h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 50px;
}
.hero-content h1 {
    font-size: 83px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}
.hero-content h1 span {
    color: var(--primary-color);
}
.hero-content p {
    font-size: 20px;
    color: #000;
    margin: 20px 0 30px;
}
.hero-btn {
    display: flex;
    align-items: center;
    gap: 14px;
}
.hero-btn .primary-btn{
    padding: 0 34px;
}
/****************************** about css ******************************/
.about-sec {
    padding: 100px 0;
}
.about-img {
    position: relative;
    z-index: 1;
    padding: 20px;
    box-shadow: 0px 3px 42px 0px rgba(11, 44, 61, 0.13);
}
.about-img::before {
    content: '';
    position: absolute;
    background-image: url(./images/about-dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -30px;
    left: -30px;
    width: 151px;
    height: 151px;
    z-index: -1;
}
.about-img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: top;
}
.about-video {
    position: absolute;
    bottom: 40px;
    left: -35px;
    width: 390px;
    height: 275px;
    box-shadow: 0px 3px 41px 0px rgba(11, 44, 61, 0.48);
}
.about-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    border: none;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s ease;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-video .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.04);
}
.about-contetnt h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    margin: 0;
}
.about-contetnt h2 {
    color: var(--secondary-color);
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    margin: 20px 0 35px;
}
.about-contetnt p {
    color: #464646;
    margin-bottom: 24px;
}
.about-contetnt .primary-btn {
    margin-top: 10px;
    padding: 0 34px;
}

/****************************** or work css ******************************/
.our-work {
    background-color: var(--primary-light-color);
    padding: 80px 0;
}
.our-work-head {
    text-align: center;
    position: relative;
    padding-bottom: 60px;

}
.our-work-head::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0;
    background-image: url(./images/our-work-shap.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 342px;
    height: 183px;
}
.our-work-head h1 {
    font-size: 52px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0;
}
.our-work-head p {
    color: #393939;
    max-width: 870px;
    margin: 10px auto 30px;
}
.our-work-head .primary-btn{
    padding: 0 30px;
}
.our-work-cards {
    padding: 0 0px 40px 300px;
}
.ow-card {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
}
.ow-card-img{
    width: 100%;
    height: 100%;
}
.ow-card-img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 25px;
}
.ow-card-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: var(--secondary-color);
    border-radius: 25px;
    visibility: hidden;
    opacity: 0;
}
.ow-card:hover .ow-card-content{
    visibility: visible;
    opacity: 1;
}
.ow-card-content h1 {
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}
.ow-card-content p {
    color: #3d3d3d;
    margin: 20px 0;
}
/****************************** impact css ******************************/
.impact-section {
    padding: 150px 0;
    color: #fff;
    background-image: url(../images/impact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.impact-sec-left{
    height: 100%;
}
.is-left-inner{
    margin-bottom: 50px;
}
.is-left-inner h1 {
    font-size: 52px;
    font-weight: 700;
    font-family: 'Poppins';
    margin: 0;
}
.is-left-inner p {
    opacity: .9;
    margin: 20px 0 36px;
}
.is-left-inner .secondary-btn {
    padding: 0 30px;
}
.impact-single-img{
    width: 100%;
    height: 100%;
}
.impact-single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.impact-sec-left .impact-card-box{
    height: 90%;
    position: relative;
    bottom: -50px;
}
.impact-sec-left .ic-box-icon{
    margin-bottom: 50px;
}
.impact-card-box {
    background: #8d0f17;
    padding: 28px;
    border-radius: 24px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.ic-box-icon{
    text-align: end;
    margin-bottom: 10px;
}
.ic-box-stat{
    margin-bottom: 10px;
}
.ic-box-stat h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 0;
    color: var(--secondary-color);
}
.ic-box-stat p{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.is-right-inner{
    margin-bottom: 20px;
    position: relative;
}
.is-right-img{
    width: 100%;
    height: 567px;
    object-fit: cover;
    border-radius: 25px;
}
.is-lr-card {
    background: #fff;
    color: #000;
    padding: 28px;
    border-radius: 24px;
    position: absolute;
    bottom: 0;
    width: 75%;
    right: 0;
}
.is-lrc-icon{
    text-align: end;
    margin-bottom: 10px;
}
.is-lrc-stat{
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 10px;
}
.is-lrc-stat h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.is-lrc-stat p{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.impact-sec-right .impact-card-box{
    background-color: #f4ce74;
}
.impact-sec-right .ic-box-stat h1{
    color: #ab2830;
}
.impact-sec-right .impact-card-box{
    color: #000;
}
.impact-sec-right .impact-single-img{
    height: 312px;
}
.impact-sec-bluff{
    background-image: url(../images/bluff-heroes-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 580px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 60px;
    margin: 100px 0 -460px;
    position: relative;
}
.impact-sec-bluff h2 {
    font-size: 46px;
    font-weight: 300;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-bottom: 0;
}
.impact-sec-bluff h1 {
    font-size: 52px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.impact-sec-bluff p {
    margin: 18px 0 30px;
    max-width: 570px;
}
/****************************** testimonial css ******************************/
.testimonial-sec {
    padding: 440px 0 120px;
    background: var(--primary-light-color);
}
.testimonial-head {
    text-align: center;
    margin-bottom: 50px;
}
.testimonial-head h1 {
    font-size: 52px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
}
.testimonial-head p {
    color: #393939;
    max-width: 870px;
    margin: 0 auto;
}
.ts-right-img img {
    margin-top: 120px;
    height: 660px;
}
.ts-left-img img {
    height: 481px;
}
.test-img img {
    object-fit: cover;
    border-radius: 25px;
    width: 100%;
}
.test-cards {
    width: 500px;
    position: absolute;
    left: 220px;
    top: 64%;
    transform: translateY(-50%);
}
.test-card {
    background-color: var(--primary-color);
    padding: 40px 30px;
    border-radius: 25px;
    color: #fff;
}
.test-sec-inner {
    position: relative;
}
.test-card h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}
.test-card-inner {
    display: flex;
    align-items: self-start;
    gap: 20px;
}
.test-card-inner img {
    width: 120px;
}
.tc-inner-content {
    flex: 1;
    font-style: italic;
}
.tc-inner-content p {
    font-size: 20px;
}
.tc-inner-content h6 {
    font-size: 20px;
    color: var(--secondary-color);
    margin-bottom: 0;
}
/****************************** news css ******************************/
.news-sec {
    padding: 100px 0;
    position: relative;
}
.news-sec::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    height: 210px;
    background-image: url(./images/news-before.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.news-sec-left h1 {
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.news-sec-left p {
    margin: 15px 0 25px;
}
.ns-right-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 25px;
}
.ns-right-content h4 {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-transform: capitalize;
}
.ns-right-content h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}
.ns-right-content p {
    margin: 20px 0 30px;
}
/***************************** footer sec css *****************************/
footer{
    background-color: #101010;
    padding: 80px 0;
}
.footer-heading{
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 43px;
    position: relative;
    font-size: 28px;
    font-family: 'Poppins';
    opacity: .9;
}
.footer-first-box p{
    color: #fff;
    font-size: 16px;
    opacity: .9;
}
.social-links-main{
    width: max-content;
    margin: 0 auto;
}
.social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links li{
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 15px;
}
.social-links li a{
    color: #fff;
    transition: .3s ease-in-out;
    opacity: .9;
}
.social-links li a:hover{
    color: var(--primary-color);
}
.footer-info-inner {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
    color: #fff;
}
.footer-info-inner i {
    font-size: 18px;
    opacity: .9;
}
.footer-info-inner p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    line-break: anywhere;
    opacity: .9;
}
.footer-info-inner a {
    color: #fff;
    transition: .3s ease-in-out;
    opacity: .9;
    
}
.footer-info-inner a:hover{
    color: var(--primary-color);
}
.cop{
    background-color: #101010;
    padding: 20px 0;
    border-top: 1px solid #404040;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.cop p{
    margin: 0;
    opacity: .9;
    font-size: 17px;
    font-weight: 300;
}
.cop p a{
    color: #fff;
    transition: .3s ease-in-out;
}
.cop p a:hover{
    color: var(--primary-color);
}


/* About Us */

header {
    position: relative;
}

.about-page {
    padding: 200px 0 100px;
}

.about-page-sec-2{
    padding: 60px 0;
}

.about-page-sec-2 .is-lr-card {
    position: relative;
    width: 100%;
}

.about-page-sec-2 .impact-sec-left .impact-card-box{
    height: auto;
    bottom: 0;
}

.about-page-sec-2 .impact-sec-left .ic-box-icon {
    margin-bottom: 0;
}

.about-page-sec-2 .is-lrc-stat {
    flex-direction: column;
}


/* Our Work Our People  */

.our-work-page .ow-card {
    width: 33.333%;
    height: auto;
    margin: 0 0 20px;
    overflow: unset;
}

.our-work-page .ow-card-img {
    width: auto;
    height: auto;
}

.our-work-page .ow-card-img img{
}

.our-work-page .our-work-cards {
    padding: 0 0 0;
}

.our-work-page .our-work-cards .ow-card:hover {}

.our-work-page .ow-card .ow-card-content {
    position: relative;
    visibility: visible !important;
    opacity: 1;
    top: -60px;
    left: unset;
    height: auto;
}

section.our-work-page {padding: 50px 0 0;}

section.our-work-page .our-work-head{
    padding-bottom: 0;
}

.our-work-page .ow-card:hover .ow-card-content {
    visibility: unset;
    opacity: unset;
}


/* Events Page */

section.events-lists {
    padding: 50px 0;
}

.events-lists .ns-right-img img {
    height: 500px;
}


/* Contact Us */

.sec-cta {
    padding: 80px 0 150px;
}
.sec-cta .left h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sec-cta .left input{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #0e171e;
    border-radius: 8px;
}
.sec-cta .left select{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #0e171e;
    border-radius: 8px;
}
.sec-cta .left textarea {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    min-height: 180px;
    resize: none;
    font-size: 14px;
    color: #0e171e;
    border-radius: 8px;
}
.sec-cta .left input::placeholder,
.sec-cta .left select::placeholder,
.sec-cta .left textarea::placeholder{
    color: #0e171e;
}
.sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: max-content;
    text-transform: uppercase;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    border-radius: 25px;
}
.sec-cta .right h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sec-cta .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sec-cta .right ul li {
    margin-bottom: 20px;
}
.sec-cta .right ul li a {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #0e171e;
}
.sec-cta .right ul li img {
    margin-right: 20px;
}
.sec-cta .head-top h3 {
    margin: 30px 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sec-cta .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sec-cta .head-top .social ul li {
    margin-bottom: 15px;
}
.sec-cta .head-top .social ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #0e171e;
    display: flex;
    align-items: center;
    transition: .5s all ease-in-out;
}
.sec-cta .head-top .social ul li a i {
    margin-right: 10px;
    font-size: 18px;
    color: var(--primary-color);
    background-color: transparent;
    height: 38px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all ease-in-out;
    border: solid 1px var(--primary-color);
}
.sec-cta .right ul li i {
    margin-right: 10px;
    font-size: 22px;
    color: var(--primary-color);
}
.sec-cta .container-fluid {
    margin-top: 60px;
    margin-bottom: -10px;
}
.sec-cta .container-fluid .col-sm-12 {
    padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}
.sec-cta a{
    text-decoration: none;
}

/* Login Form */

.forms_container {
    background: linear-gradient(180deg, #f8f9fc 0%, #f6f7fb 100%);
    padding: 80px 0;
}
.login_form {
    --navy: #19213b;
    --gold: #c49c68;
    --muted: #9aa3bf;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgb(25 33 59 / 0.08);
    padding: 44px 36px;
    font-family: "Poppins", sans-serif;
    margin: auto;
}
.login_form h1 {
    font-size: 22px;
    margin: 0;
    color: var(--navy);
}
.login_form .subtitle {
    font-size: 14px;
    color: var(--muted);
    margin-top: 8px;
}
.login_form form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.login_form label {
    font-weight: 600;
    font-size: 14px;
    color: var(--navy);
    display: block;
    margin-bottom: 6px;
}
.login_form input[type="text"],
.login_form input[type="url"],
.login_form input[type="email"],
.login_form input[type="password"],
.login_form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e6e9f2;
    background: #fff;
    font-size: 14px;
    color: var(--navy);
    outline: none;
    transition:
        box-shadow 0.15s,
        border-color 0.15s;
}
.login_form input:focus {
    box-shadow: 0 8px 24px rgb(25 33 59 / 0.06);
    border-color: var(--primary-color);
}
.login_form .pw-wrap {
    position: relative;
}
.login_form .pw-toggle {
    position: absolute;
    right: 8px;
    top: 70%;
    transform: translateY(-50%);
    background: #fff0;
    border: 0;
    color: var(--muted);
    cursor: pointer;
    font-size: 14px;
}
.login_form .actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}
.login_form .btn {
    border: 0;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    background-color: #ab2830;
    color: #fff;
    transition: opacity 0.2s;
}
.login_form .btn:hover {
    opacity: 0.95;
}
.login_form .ghost {
    background: #fff0;
    border: 1px solid #e6e9f2;
    color: var(--navy);
    font-weight: 600;
}
.login_form .small {
    font-size: 13px;
    color: var(--muted);
}
.login_form .small a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
}
.error {
    color: #c44;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
}

@media(max-width: 1536px){
    .hero-content{
        padding-top: 80px;
    }
}
@media(max-width: 1440px){
    .hero-sec{
        height: 140vh;
    }
    .hero-content {
        padding-top: 150px;
    }
    header img{
        width: 240px;
    }
}
@media(max-width: 1366px){
    .primary-btn {
        font-weight: 500;
    }
    .header-info .primary-btn {
        padding: 0 18px;
        font-weight: 500;
    }
    .impact-card-box{
        padding: 20px;
    }
    .hero-content h1{
        font-size: 76px;
    }
    .about-img img{
        height: 670px;
    }
}