/* home banner css start */
/* body{
    cursor: none;	
} */
.home-banner {
    position: relative;
    z-index: 1;
}

.home-banner .banner,
.watch-more-section {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    /* z-index: -1; */
}

.home-banner .banner::before,
.watch-more-section::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    background-color: rgba(2, 43, 87, 0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: -1; */
}

.watch-more-section .container {
    max-width: 1770px;
    height: 100%;
}

.watch-more-section .row {
    height: 100%;
}

.b-title span {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--white);
}

.b-title {
    font-size: 130px;
    line-height: 104px;
    color: var(--white);
    font-weight: 600;
}

.box-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--white);
}


/* home banner css end */

.box-content {
    padding: 0px 0px 0px 70px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.banner-left {
    width: 350px;
    padding-left: 10px;
    padding-right: 15px;
}

.banner-left ul li a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--white);
}

.banner-left ul li,
.banner-left ul li .nav-link {
    position: relative;
    transition: ease-in all 0.4s;
    border: 0;
    color: var(--white) !important;
    background-color: transparent !important;
    border: 0px !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.9;
    padding-left: 0;
    padding-right: 0px;
    font-family: 'Noto Sans';
    height: 60px;
	/*cursor: none !important;*/
}

.banner-left ul li .nav-link:hover,
.banner-left ul li .nav-link .active1 {
    color: var(--yellow) !important;
    background-color: transparent !important;
    margin-left: 0px;
    transition: ease-in all 0.4s;
    position: relative;
}

.banner-left ul li .active1,
.banner-left ul li .active {
    font-size: 24px;
    padding-left: 25px;
    color: var(--yellow) !important;
    font-weight: 700;
}

.banner-left .nav.nav-tabs {
    border: 0px !important;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}

.banner-left {
    position: relative;
}

.banner-left .nav.nav-tabs {
    border-left: 1px solid transparent !important;
}
/*a, a:hover{
cursor: none !important;	
}*/

/* .banner-left .nav.nav-tabs > li {
    height:50px;
    line-height:50px;
    font-size:16px;
    font-weight:600;
    color:#888;
    cursor:pointer;
    padding-left:0px;
  } */

.banner-left .nav.nav-tabs>li:hover,
.banner-left .nav.nav-tabs>li.active {
    color: var(--yellow);
}


/* .banner-left ul li .active1, .banner-left ul li .active{
    transform: translate(0, 0px);
  } */

.banner-left .tab-indicator {
    position: absolute;
    width: 3px;
    height: 18px;
    background: var(--yellow);
    left: 9px;
    top: 22px;
    transition: all 500ms ease-in-out;
    /* transform: translate(0, -4px); */
}


/* .banner-left ul li .nav-link::before{
    position: absolute;
    content: '';
    left: 0;
    background-color: var(--yellow);
    height: 20px;
    width: 3px;
    top: 22px;
    bottom: auto;
    transform: translate(0px, -25px);
    visibility: hidden;
    transition: .4s ease-in all;
}
.banner-left ul li .nav-link.active::before{
    visibility: visible;
    transform: translate(0px, 0px);
} */

.animation {
    display: block;
    width: 443px;
    height: 267px;
    margin: 0 auto;
    overflow: hidden;
}

.main-wrap {
    padding-left: 15px;
    padding-bottom: 10px;
}

.circle-wrap {
    width: 447px;
    min-width: 447px;
    height: 278px;
    min-height: 278px;
    overflow: hidden;
    position: relative;
}

.circle-animation {
    position: absolute;
    top: -55%;
    left: -23%;
    border-radius: 100%;
    animation-name: rotate;
    animation-duration: 59s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circle-animation span {
    position: relative;
    display: inline-block;
    margin: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    box-sizing: unset;
    font-size: unset;
    font-weight: unset;
    font-family: inherit;
    line-height: 1;
}

.circle-animation span {
    position: relative;
    display: inline-block;
    margin: 16.77px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    box-sizing: unset;
    font-size: unset;
    font-weight: unset;
    font-family: inherit;
    line-height: 1;
}

.circle-animation span.dot {
    position: absolute;
    top: 12px;
    left: -5px;
    padding: 0;
    width: 2px;
    height: 2px;
    min-width: 2px;
    min-height: 2px;
    background-color: #fff;
}

.circle-animation .circle1>span.dot {
    top: 230px;
    left: -8px;
}

.circle-animation .circle2>span.dot {
    top: 295px;
    left: -20px;
}

.circle-animation .circle3>span.dot {
    top: 135px;
    left: 20px;
}

.circle-animation .circle4>span.dot {
    top: 205px;
    left: -13px;
}

.circle-animation .circle5>span.dot {
    top: 285px;
    left: -19px;
}

.circle-animation .circle6>span.dot {
    top: 277px;
    left: -15px;
}

.circle-animation .circle7>span.dot {
    top: -14px;
    left: 313px;
}

.circle-animation .circle8>span.dot {
    top: 235px;
    left: -15px;
}

.circle-animation .circle9>span.dot {
    top: 20px;
    left: 292px;
}

.circle-animation .circle10>span.dot {
    top: 190px;
    left: -17px;
}

.circle-animation .circle11>span.dot {
    top: 35px;
    left: 280px;
}

.circle-animation .circle12>span.dot {
    top: 166px;
    left: -12px;
}

.circle-animation .circle13>span.dot {
    top: 85px;
    left: 242px;
}

.circle-animation .circle14>span.dot {
    top: 105px;
    left: -18px;
}

.circle-animation .circle15>span.dot {
    top: 104px;
    left: 147px;
}

.circle-animation .circle16>span.dot {
    top: 120px;
    left: 52px;
}

.circle-animation .circle17>span.dot {
    top: 52px;
    left: -15px;
}

.circle-animation .circle18>span.dot {
    display: none;
}

.circle-animation .last {
    width: 30px;
    height: 30px;
}

.circle-animation .circle9 {
    animation-name: rotate;
    animation-duration: 53s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circle-animation .circle12 {
    animation-name: rotate;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circle-animation .circle14 {
    animation-name: rotate;
    animation-duration: 58s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circle-animation .circle16 {
    animation-name: rotate;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circle-animation .circle17 {
    animation-name: rotate;
    animation-duration: 55s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banner-right-box {
    width: calc(100% - 350px);
}

.banner-right-box .banner-box1 {
    display: flex;
    width: 100%;
    padding-left: 130px;
    /* padding-bottom: 30px; */
}

.banner-right-box .banner-box1 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--white);
    width: 470px;
    margin-top: 10px;
}

.banner-right-box .banner-box1 .rightbox {
    margin-bottom: 50px;
}

.banner-right-box .banner-box1 .b-title {
    margin-top: 30px;
}

.n-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.home-title {
	margin-bottom: 30px;
	align-items: center;
}
.home-title .n-title {
	margin-bottom: 0;
}


/* section 2 css start */

.section2-box {
    position: relative;
    overflow: hidden;
}


/* .section2-box .owl-carousel {
    margin-left: 80px;
} */

.single-gallery-photo {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.single-gallery-photo .g-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: ease-in all 0.4s;
}

.welfare-devlopment .single-gallery-photo .g-img {
    position: relative;
    height: 350px;
}

.welfare-devlopment .single-gallery-photo .g-img::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 209px;
    background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, #000000 100%);
}

.single-gallery-photo img {
    width: 100%;
    /* max-height: 625px; */
    height: 100%;
    object-fit: cover;
    transition: ease-in all 0.4s;
}

.single-gallery-photo .g-img:hover img {
    transform: scale(1.3);
    transition: ease-in all 0.4s;
}


/* .g-title {
    padding: 20px 30px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: transparent linear-gradient(180deg, #ffffff00 0%, #3d3d3dd1 100%) 0% 0% no-repeat padding-box;
    display: none;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    height: 30%;
} */

.g-title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    color: var(--white);
    margin-top: 15px;
}

.single-gallery-photo:hover .g-title p {
    color: #FFA927;
}


/* recent-news-slide tab css start */

.recent-news-slide .single-gallery-photo {
    position: relative;
}

.recent-news-slide .single-gallery-photo {
    position: relative;
}

.recent-news-slide .single-gallery-photo .g-img {
    height: 420px;
    position: relative;
    overflow: hidden;
}

.recent-news-slide .single-gallery-photo .g-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 30px;
    z-index: 2;
}

.recent-news-slide .single-gallery-photo .g-title span {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.recent-news-slide .single-gallery-photo .g-title p {
    margin-top: 0px;
}

.recent-news-slide .single-gallery-photo .g-img::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(0deg, #000000 25.7%, rgba(0, 0, 0, 0) 93.94%);
    z-index: 1;
}


/* .recent-news-slide .single-gallery-photo .g-img:hover::before {
    height: 100%;
    background: linear-gradient(0deg, #000000 10%, rgba(0, 0, 0, .1) 93.94%);
    z-index: 1;
} */


/* recent-news-slide tab css End */



/* latest activities tab css start */

.latest-activities .single-gallery-photo {
    position: relative;
}

.latest-activities .single-gallery-photo {
    position: relative;
}

.latest-activities .single-gallery-photo .g-img {
    height: 430px;
    position: relative;
    overflow: hidden;
}

.latest-activities .single-gallery-photo .g-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 30px;
    z-index: 2;
}

.latest-activities .single-gallery-photo .g-img::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(0deg, #000000 25.7%, rgba(0, 0, 0, 0) 93.94%);
    z-index: 1;
}


/* .latest-activities .single-gallery-photo .g-img:hover::before {
    height: 100%;
    background: linear-gradient(0deg, #000000 10%, rgba(0, 0, 0, .1) 93.94%);
    z-index: 1;
} */


/* latest activities tab css End */


/* section 2 css end */

.top-invation-content {
    display: flex;
    align-items: center;
    width: 86%;
}

.top-invation-content .n-title {
    width: 260px;
    padding-right: 85px;
}

.top-invation-content .n-title p {
    font-size: 18px;
    line-height: 1.7;
}

.inovation-slider-box .single-gallery-photo .g-img {
    height: 360px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.latest-activities .single-gallery-photo.video-boxs .g-img:before {
    background: rgba(0, 0, 0, 0.6);
}

.latest-activities .single-gallery-photo.video-boxs .g-img::before {
    height: 100% !important;
}

.inovation-slider-box .single-gallery-photo .g-img:hover .view-icon {
    visibility: visible;
}

.inovation-slider-box .single-gallery-photo .g-img .view-icon:hover span::before {
    color: #FFA927;
}

.inovation-slider-box .single-gallery-photo .g-img:hover:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.inovation-slider-box {
    position: relative;
    margin-bottom: 50px;
}

.inovation-slider-box .swiper-pagination-progressbar {
    height: 3px;
    background: #0F1823;
    margin-left: 0px;
    width: 100%;
    top: auto;
    bottom: -20px;
}

.inovation-slider-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
    height: 5px;
    top: -1px;
    /* width: 500px; */
}

.inovation-slider-box img {
    width: 100%;
}

#innovation .section2-box {
    margin-top: 60px;
}

.top-invation-content p {
    font-size: 18px;
    line-height: 25px;
}


/* tab css start */

.swiper-navigation {
    position: absolute;
    width: 70px;
    display: flex;
    top: -51px;
    right: 87px;
}

.swiper {
    overflow: unset;
}

.swiper-navigation .swiper-pagination {
    position: relative;
}

.swiper-navigation .swiper-button-prev:after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e906";
    color: var(--white);
    height: 36px;
    width: 36px;
    font-size: 25px;
    left: -15px;
}

.swiper-navigation .swiper-button-next:after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e905";
    color: var(--white);
    height: 36px;
    width: 36px;
    font-size: 25px;
    left: 15px;
}

.swiper-navigation .swiper-button-prev:hover:after,
.swiper-navigation .swiper-button-next:hover:after {
    color: var(--yellow);
}

.latest-activities .single-gallery-photo .g-title p {
    margin-bottom: 5px;
}


/* modal css start */

.modal-body {
    color: #000;
    font-family: 'Noto Sans';
}

.innovation-modal .modal-body {
    padding: 0 50px 50px 100px;
    overflow: hidden;
}

.innovation-modal .modal-dialog {
    width: 68%;
    margin-left: auto;
}

.innovation-modal .modal-header {
    border: none;
}

.innovation-modal .modal-header .btn-close {
    margin: 0;
    font-size: 24px;
    padding: 4px 8px;
}

.modal-header .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.innovation-contents {
    display: inline-block;
    overflow-y: auto;
    height: 100%;
    padding: 0 50px 0 0;
    width: 100%;
}

.innovation-inner {
    display: flex;
}

.innovation-title {
    max-width: 290px;
    padding-right: 25px;
    font-size: 26px;
    line-height: 34px;
}

.content-challenge {
    flex: 1;
}

.modal-body p {
    font-size: 18px;
    line-height: 26px;
}

.innovation-contents a {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #000;
}

.innovation-contents a:hover {
    color: #FFA927;
}

.innovation-contents::-webkit-scrollbar-track {
    background-color: #EFEFEF;
    width: 5px;
}

.innovation-contents::-webkit-scrollbar {
    width: 5px;
    background-color: #EFEFEF;
}

.innovation-contents::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #EFEFEF;
}

.innovation-modal iframe {
    width: 100%;
    height: 600px;
    margin-top: 50px;
}

.right-header-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.owl-carousel .owl-dots {
        position: absolute;
    right: 80px;
    left: auto;
    text-align: end;
    top: -50px;
    height: auto;
    bottom: auto;
    width: auto;
    margin-top: 0px !important;
    transform: translate(0%,-90%);
}

.owl-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    margin: 0px 5px;
    background-color: #fff;
    border-radius: 100%;
	/*    cursor: none !important;*/
}

.owl-theme .owl-dots .owl-dot span {
    font-size: 0;
    height: 0;
    width: 0;
}

.owl-carousel .owl-dots .owl-dot.active {
    height: 10px;
    width: 10px;
    margin: 0px 5px;
    background-color: #ffa927;
}
.banner-right-box .btn-nato a {
    background: url("../images/bg-btn.png") no-repeat;
    background-size: 100% 100%;
    transition: all .5s ease;
}
.banner-right-box .btn-nato a:hover {
    background: url("../images/hover-btn.png") no-repeat;
    background-size: 100% 100%;
}

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 300ms;
	background: #f7f7f7 url("../images/loading_blue.gif") no-repeat center;
}
#warfare.scrollbar{
overflow-y: auto;
    overflow-x: hidden;	
}
/* .lazyloading {
	opacity: 1;
	background: #f7f7f7 url("../images/loading_new.gif") no-repeat center;
	object-fit: contain !important;
	background-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* modal css end */

@media(min-width:2281px) {
    .banner-right-box .banner-box1 {
        display: flex;
        width: 100%;
        padding-left: 400px;
    }
}
@media(min-width:1365px) {
.header-bottom {
    margin: 25px 0px;
}	
}
@media screen and (min-height:550px) and (max-height:900px) and (min-width:1200px) and (max-width:1600px)  {
.recent-news-slide .single-gallery-photo .g-img {
    height: 280px;
}	
}
@media(max-width:1880px) {
    .latest-activities .single-gallery-photo .g-img {
        height: 350px;
        position: relative;
        overflow: hidden;
    }

    .inovation-slider-box .single-gallery-photo .g-img {
        height: 260px;
    }

    .g-title p {
        font-size: 18px;
        line-height: 34px;
    }

    .n-title {
        font-size: 30px;
    }
      
	    .nato-logo-box .left-header h1 {
	  font-size: 18px;
	}
}

@media(max-width:1660px) {
    .banner-right-box .banner-box1 {
        padding-left: 60px;
    }

    .banner-left {
        margin-left: 10px;
    }
    .nato-logo-box .left-header {
	  padding-left: 20px;
	}
}

@media screen and (max-width: 1600px) {
    .innovation-modal iframe {
        height: 500px;
    }

    .owl-carousel .owl-dots {
        top: -50px;
    }

}

@media screen and (max-width: 1499px) {
	.owl-carousel .owl-dots {
	    transform: translate(0%,-45%);		
	}
    .innovation-modal iframe {
        height: 400px;
    }

    .innovation-title {
        max-width: 200px;
    }

    .innovation-modal iframe {
        margin-top: 20px;
    }

    .recent-news-slide .single-gallery-photo .g-img {
        height: 300px;
    }
}

@media(max-width:1440px) {
    .swiper-navigation {
        top: -33px;
    }

    .b-title span {
        font-size: 32px;
    }

    .banner-right-box .banner-box1 {
        padding-left: 70px;
    }

    .box-content {
        padding: 0px 0px 0px 15px;
    }

    .n-title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .home-title {
		margin-bottom: 20px;
	}
	.home-title .n-title {
		margin-bottom: 0;
	}

    .b-title {
        font-size: 100px;
        line-height: 104px;
    }

    .latest-activities .single-gallery-photo .g-img {
        height: 300px;
    }

    .top-invation-content {
        padding-right: 30px;
        flex-wrap: wrap;
    }

    .inovation-slider-box .single-gallery-photo .g-img {
        height: 280px;
    }

    .inovation-slider-box {
        margin-bottom: 60px;
    }

    .inovation-slider-box .swiper-pagination-progressbar {
        bottom: -30px;
    }

    .single-gallery-photo .g-img {
        height: 350px;
    }

    .top-footer-content.section-space {
        padding: 10px 20px;
    }

    .footer-menu ul li a {
        font-size: 16px;
    }

    /* .banner-left ul li .nav-link.active, .banner-left ul li .nav-link:hover {
        font-size: 20px;
        padding-left: 20px;
    } */
    /* .banner-left ul li, .banner-left ul li .nav-link {
        font-size: 18px;
        line-height: 28px;
    } */
    #innovation .section2-box {
        margin-top: 20px;
    }
    .nato-logo-box .left-header h1 {
        font-size: 16px;
    }
    .nato-logo-box .left-header p {
        font-size: 12px;
		margin-bottom:0px;
    }
    .nato-logo-box img{
        width: auto;
        object-fit: contain;
        height: 65px;
    }
}

@media(max-width:1399px) {
    .banner-right-box .banner-box1 {
        padding-left: 70px;
        padding-bottom: 30px;
    }

    .b-title {
        font-size: 90px;
        line-height: 80px;
    }

    .b-title span {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .banner-right-box .banner-box1 p {
        font-size: 20px;
        width: 450px;
    }

    .circle-wrap {
        width: 390px;
        min-width: 390px;
        height: 255px;
        min-height: 255px;
    }

    .circle-animation {
        top: -79%;
        left: -39%;
    }

    /* .banner-left ul li,
    .banner-left ul li .nav-link {
        font-size: 20px;
        line-height: 32px;
    } */
    .welfare-devlopment .single-gallery-photo .g-img {
        position: relative;
        height: 220px;
    }

    .latest-activities .single-gallery-photo .g-img,
    .recent-news-slide .single-gallery-photo .g-img {
        height: 270px;
    }

    .top-invation-content .n-title {
        width: 220px;
        padding-right: 20px;
        font-size: 24px;
    }

    .n-title {
        font-size: 24px;
    }

    .inovation-slider-box .single-gallery-photo .g-img {
        height: 180px;
    }

    .g-title p {
        font-size: 16px;
        line-height: 26px;
    }

    .inovation-slider-box .swiper-pagination-progressbar {
        bottom: -5px;
    }
}

@media(max-width:1365px){	
	.nato-logo-box .left-header {
    padding-left: 15px;
}
    .btn-nato a {
    	font-size: 18px;
    }
}

@media(max-width:1199px) {
.nato-logo-box img {
    height: 55px;
}
	.home-title {
        padding-right: 20px;
	}
	.nato-logo-box .left-header h1 {
        font-size: 12px;
    }

    .nato-logo-box .left-header {
        padding-left: 10px;
    }
    .recent-news-slide .single-gallery-photo .g-img::before {
        height: 100%;
    }
    .owl-carousel .owl-dots {
        position: relative;
        right: auto;
        left: auto;
        text-align: center;
        top: auto;
        height: auto;
        bottom: auto;
        width: auto;
    }

    .latest-activities.owl-carousel .owl-dots,
    .recent-news-slide.owl-carousel .owl-dots {
        display: none;
    }

    .section2-box .latest-activities,
    .section2-box .recent-news-slide {
        display: flex;
        flex-wrap: wrap;
    }

    .latest-activities .item,
    .recent-news-slide .item {
        margin-right: 20px;
        width: calc(50% - 20px);
        margin-left: 0;
        margin-bottom: 20px;
    }

    .latest-activities .single-gallery-photo .g-img {
        height: 320px;
    }

    .inovation-slider-box .swiper-navigation {
        display: none;
    }

    .top-invation-content {
        width: 95%;
    }

    .innovation-modal .modal-body {
        padding: 0 15px 20px 20px;
    }

    .innovation-contents {
        padding: 0 15px 0 0;
    }

    .innovation-inner {
        flex-direction: column;
    }

    .innovation-title {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .innovation-modal .modal-dialog {
        width: 90%;
    }

    .modal-body p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-left ul li .nav-link:hover::before,
    .banner-left ul li .nav-link.active::before {
        position: absolute;
        content: '';
        left: 0;
        background-color: var(--yellow);
        height: 2px;
        width: 100%;
        top: auto;
        bottom: 0px;
    }

    .banner-left .tab-indicator {
        display: none;
    }

    .banner-left ul li .active1,
    .banner-left ul li .active {
        font-size: inherit;
    }

    .banner-left ul li {
        padding-right: 20px;
    }
  
    .welfare-devlopment .single-gallery-photo .g-img {
        position: relative;
        height: 350px;
    }

    .banner-right-box .banner-box1 {
        padding-left: 0;
        padding-bottom: 0px;
        justify-content: center;
    }

    .swiper-navigation {
        top: -25px;
        right: 0px;
    }

    .box-content {
        padding: 10px 20px 0px 15px;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    #warfare {
        margin-right: -20px;
    }

    .banner-left {
        order: 2;
        width: 100%;
        bottom: 140px;
        position: absolute;
        padding-left: 30px;
        margin-left: 0;
    }

    .banner-left ul li .active1,
    .banner-left ul li .active {
        padding-left: 0px !important;
    }

    .banner-right-box {
        width: 100%;
    }

    .banner-left .nav.nav-tabs {
        border: 0px !important;
        display: flex;
        flex-direction: row;
    }

    .latest-activities .swiper-wrapper,
    .inovation-slider-box .swiper-wrapper {
        flex-wrap: wrap;
    }

    .latest-activities .swiper-navigation,
    .inovation-slider-box .slide-bar {
        display: none;
    }

    .latest-activities .swiper-wrapper .swiper-slide,
    .inovation-slider-box .swiper-wrapper .swiper-slide {
        margin-bottom: 20px;
    }

    .g-title p {
        margin-top: 10px;
        font-size: 18px;
    }

    .section2-box {
        position: relative;
        overflow: unset;
        height: calc(100vh - 400px);
        /* overflow-x: hidden;
        overflow-y: auto; */
        padding-right: 0px;
    }

    .tab-content>.active {
        padding-left: 12px;
    }

    .latest-activities .single-gallery-photo .g-img,
    .inovation-slider-box .single-gallery-photo .g-img {
        height: 490px;
    }

    .top-invation-content {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    /* animation css */
    .circle-animation {
        top: -114%;
        left: -51%;
    }

    .circle-wrap {
        width: 300px;
        min-width: 300px;
        height: 210px;
        min-height: 210px;
    }
}


/* @media screen and (max-width:1024px) and (orientation: landscape) {
    #warfare .inner-box{
        display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    }
    #warfare .inner-box .welfare-devlopment{
        width: 100%;
    }

} */

@media (max-width:1024px) {
    .welfare-devlopment .single-gallery-photo .g-img {
        position: relative;
        height: 230px;
    }

    .banner-left {
        z-index: 6;
    }

    .latest-activities .swiper-wrapper .swiper-slide,
    .inovation-slider-box .swiper-wrapper .swiper-slide,
    .recent-news-slide .swiper-wrapper .swiper-slide,
    .recent-news .swiper-wrapper .swiper-slide {
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .latest-activities .single-gallery-photo .g-img,
    .inovation-slider-box .single-gallery-photo .g-img,
    .recent-news-slide .single-gallery-photo .g-img,
    .recent-news .single-gallery-photo .g-img {
        height: 320px;
    }

    .latest-activities .swiper-wrapper,
    .inovation-slider-box .swiper-wrapper,
    .recent-news-slide .swiper-wrapper,
    .recent-news .swiper-wrapper {
        flex-wrap: wrap;
        margin-left: -20px;
    }

    .recent-news-slide .swiper-navigation {
        display: none;
    }

    .section1-box {
        position: relative;
        overflow: unset;
        height: calc(100vh - 390px);
        padding-right: 0px;
    }

    #warfare .inner-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    #warfare .inner-box .welfare-devlopment {
        width: 100%;
    }
}

@media(max-width:991px) {
.home-title {
    padding-right: 0;
}
	#warfare.scrollbar {
    height: 100dvh;
}
	.banner-right-box {
    width: 100%;
    padding: 0px 20px;
}
	.tab-content>.active {
    padding-left: 5px;
    padding-right: 5px;
}
	.box-content {
    padding: 0;
	}
	.home-banner .banner::before, .watch-more-section::before{
		height: 100%;
	}
	.recent-news-slide .item,
	.latest-activities .item, .recent-news-slide .item{
    width: 48.4%;
    margin-right: 0px;
}
	.section2-box .latest-activities, .section2-box .recent-news-slide {    
    justify-content: space-between;
}
	.recent-news-slide .single-gallery-photo .g-img{
		    height: 270px;
	}
	.latest-activities .single-gallery-photo .g-img::before{
		visibility:hidden;
	}
	.btn-nato a {
    	font-size: 17px;
    }
    .circle-animation .circle8>span.dot {
        left: -18px;
    }

    .circle-animation .circle17>span.dot {
        left: -10px;
    }

    .circle-animation .circle3>span.dot {
        left: 17px;
    }

    .circle-animation .circle12>span.dot {
        left: -10px;
    }

    .circle-animation .circle19>span.dot {
        left: -8px;
    }

    #warfare .inner-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    #warfare .inner-box .welfare-devlopment {
        width: 100%;
    }

    .innovation-modal iframe {
        height: 300px;
    }

    .banner-left ul li,
    .banner-left ul li .nav-link {
        height: auto;
    }

    .swiper-navigation {
        right: 0;
    }

    .banner-left ul li .nav-link {
        width: auto;
        padding: 0px 0px;
        margin-right: 0px;
        font-size: 16px;
    }

    .social-icon {
        padding-right: 55px !important;
    }
    .social-icon li a span {
      height: auto;
      width: auto;
    }

    .social-icon li {
        margin-left: 20px;
    }

    .section2-box {
        height: 100%;
        padding-right: 0;
        padding-left: 0;
    }
	.home-banner .banner, .watch-more-section{
    height: 100%;
    overflow: unset;
    width: 100%;
	}

    .latest-activities .single-gallery-photo .g-img,
    .inovation-slider-box .single-gallery-photo .g-img {
        height: 390px;
    }
	
.section2-box {
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 80px;
}

    .bottom-footer-content {
        margin-top: 0px;
        margin-bottom: 0;
        justify-content: space-between;
    }

    .latest-activities .single-gallery-photo .g-title {
        position: relative;
        width: 100%;
        bottom: 0;
        padding: 0;
    }

    /* #warfare .section2-box{
        display: flex;
        justify-content: center;
    } */
    .box-content {
        flex-direction: column;
        justify-content: center;
    }

    .banner-left .nav.nav-tabs {
    border: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: unset;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
	padding-left: 25px;
}

    .banner-left .nav.nav-tabs::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }

    .banner-left {
    width: 100%;
    padding-right: 0px;
    bottom: 0px;
    padding-left: 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}

    .top-footer-content.section-space {
        display: none;
    }

    .n-title {
        font-size: 22px;
    }

    .banner-left ul li .nav-link:hover::before,
    .banner-left ul li .nav-link.active::before {
        position: absolute;
        content: '';
        left: 0;
        background-color: var(--yellow);
        height: 2px;
        width: 100%;
        top: auto;
        bottom: -5px;
    }

    .circle-animation {
        top: -48%;
        left: -18%;
    }

    .circle-animation span {
        margin: 8px;
    }

    .circle-wrap {
        width: 210px;
        min-width: 210px;
        height: 160px;
        min-height: 160px;
    }

    .latest-activities .single-gallery-photo .g-img,
    .inovation-slider-box .single-gallery-photo .g-img {
        height: 200px;
    }
}

@media(max-width:767px) {
	.btn-nato a {
    	font-size: 14px;
    }
    .recent-news-slide .single-gallery-photo .g-title {
        padding: 10px 20px;
    }
    .latest-activities.owl-carousel .owl-dots {
        display: none;
    }    
/*     .recent-news-slide .item  {
        width: 98%;
    } */

    /* #warfare .inner-box {
    justify-content: flex-start;       
    } */
    .banner-left .nav.nav-tabs {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .banner-left {
        background: rgba(0, 0, 0, 0.5);
    }

    .innovation-modal iframe {
        height: 250px;
    }

    .top-invation-content .n-title {
        font-size: 22px;
    }
  

    .logo img,
    .logo {
        width: 80px;
        height: auto;
    }

    .g-title p {
        font-size: 16px;
    }

    .banner-left ul li .nav-link {
        width: auto;
        margin-left: 0px !important;
        font-weight: 300;
        font-size: 16px;
        white-space: nowrap;
    }

    .banner-left .nav.nav-tabs {
        border: 0px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: unset;
        overflow-x: auto;
        overflow-y: hidden;
        width: auto;
    }

    .header-bottom {
        margin: 0px 0px;
    }
}

@media (max-width:991px) and (orientation:landscape) {
    #warfare .inner-box {
        justify-content: flex-start;
    }

    .banner-left .nav.nav-tabs {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 15px;
		    padding-left: 20px;
    }
	.tab-content>.active {
    padding-left: 15px;
    padding-right: 15px;
}
    .welfare-devlopment .single-gallery-photo .g-img {
        position: relative;
        height: 200px;
    }

    .logo img,
    .logo {
        width: 80px;
        height: auto;
    }

    .bottom-footer-content {
        margin-top: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 1);
    }

    .bottom-footer-content .copy-right-part .allrights {
        margin-bottom: 0;
    }

    footer {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
   

    .banner-left {
        bottom: 0;
        background: rgba(2, 18, 35, 0.9);
        z-index: 5;
    }

    .banner-right-box .banner-box1 {
        height: 100%;
        padding: 50px 0;
        position: relative;
    }

    .b-title {
        font-size: 90px;
        line-height: 1;
    }

    .box-content {
            padding: 50px 0px 0px 0px;
    }

    #innovation .section2-box {
        margin-top: 0;
    }

    .top-invation-content p {
        font-size: 16px;
        line-height: 23px;
    }

    .header-bottom {
        margin: 0px;
        /*background-color: rgba(0, 0, 0, 0.7) !important;*/
        background-color: rgba(0 50 100) !important;
    }

    .banner-right-box .banner-box1 .rightbox {
        width: 50%;
    }

    .main-wrap {
        padding-left: 15px;
        padding-bottom: 0px;
    }

    .banner-right-box .banner-box1 p {
        font-size: 16px;
        width: 100%;
    }

    .b-title span {
        font-size: 25px;
    }
}


@media (max-width:767px) and (orientation:landscape) {
    .banner-right-box .banner-box1 p {
        font-size: 14px;
        width: 100%;
    }

    .b-title {
        font-size: 65px;
        line-height: 1;
    }

    .circle-animation span {
        margin: 5px;
    }

    .circle-animation {
        top: -78%;
        left: -18%;
    }

    .circle-wrap {
        width: 200px;
        min-width: 200px;
        height: 90px;
        min-height: 90px;
    }

    .n-title {
        font-size: 20px;
    }
    
}

@media(max-width:567px) {
	#warfare.scrollbar {
    height: 100%;
}
	.recent-news-slide .item,
	.latest-activities .item, .recent-news-slide .item{
    width: 100%;
    margin-right: 0px;
}
	.latest-activities .item,
    .recent-news-slide .item {
        margin-left: 0px;
        margin-bottom: 20px;
    }
	.banner-right-box {
    width: 100%;
    padding: 0px;
}
    .social-icon li {
        /*margin-left: 8px;*/
    }
    .logo img, .logo {
        width: 70px;
    }
    .latest-activities .swiper-wrapper .swiper-slide,
    .inovation-slider-box .swiper-wrapper .swiper-slide {
        margin-bottom: 20px !important;
    }

    #activities .n-title {
        margin-bottom: 25px;
    }
    .home-title {
		margin-bottom: 25px;
	}
	.home-title .n-title {
		margin-bottom: 0;
	}

    .swiper-navigation {
        position: absolute;
        right: auto;
        width: 100%;
        display: flex;
        top: auto;
        left: auto;
        align-items: center;
        justify-content: center;
        bottom: -40px;
    }

    #warfare .inner-box {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        height: 100%;
    }

    #warfare.scrollbar {
        padding-right: 0;
    }

    .banner-left {
        bottom: 0;
        /* background: rgba(0, 0, 0, 0.5);         */
        z-index: 5;
    }
    .top-invation-content p {
        font-size: 14px;
        line-height: 22px;
    }

    #innovation .section2-box {
        margin-top: 0px;
    }

    .box-content {
        flex-wrap: wrap;
    }

    .banner-right-box .banner-box1 {
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

        .swiper-navigation .swiper-button-prev:after,
    .swiper-navigation .swiper-button-next:after {
        left: 0;
    }

    .section2-box {
        padding-right: 0px;
        padding-left: 0px;
    }
    .recent-news-slide .item {
      width: 100%;
    }

    .banner-right-box .banner-box1 p {
        font-size: 16px;
        width: 100%;
    }

    .tab-content > .active {
      padding-left: 0;
      padding-right: 0;
    }

    .single-gallery-photo .g-img {
        height: 190px;
    }

    .banner-right-box .banner-box1 {
        height: 100%;
        padding: 150px 0;
        position: relative;
    }

    .b-title {
        font-size: 90px;
        line-height: 1;
    }

    .b-title span {
        font-size: 25px;
    }

    .main-wrap {
        position: absolute;
        top: 100px;
        right: -20px;
    }

    .banner-right-box .banner-box1 p {
        margin-top: 0px;
    }

    /*.tab-content>.active {
        padding-left: 5px;
        padding-right: 5px;
    }*/

    .bottom-footer-content .copy-right-part .allrights {
        margin-bottom: 0px;
    }

    .banner-left {
        z-index: 4;
    }

    .welfare-devlopment .single-gallery-photo .g-img {
        height: 280px;
    }

    #warfare .section2-box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    #warfare .section2-box .inner-box {
        width: 100%;
    }

    .banner-right-box .banner-box1 .rightbox {
        margin-bottom: 0;
    }

    .latest-activities .swiper-wrapper .swiper-slide,
    .recent-news-slide .swiper-wrapper .swiper-slide,
    .inovation-slider-box .swiper-wrapper .swiper-slide {
        width: 100%;
        margin: 0;
    }

    .latest-activities .swiper-wrapper,
    .recent-news-slide .swiper-wrapper,
    .inovation-slider-box .swiper-wrapper {
        margin-left: 0px;
    }

    .banner-left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-left ul li {
        padding: 0px 10px;
    }

    .recent-news-slide .single-gallery-photo .g-img {
        height: 220px;
        margin-bottom: 10px;
    }
}


@media(max-width:479px) {
    .social-icon {
      padding-right: 50px !important;
    }
    .social-icon li {
      margin-left: 15px;
    }
	.banner-right-box {
    padding: 0px 12px;
}
}

@media(max-width:375px) {
	
	.btn-nato a {
	  padding: 9px 12px;
	}
    .g-title p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .n-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .home-title {
      margin-bottom: 15px;
      flex-wrap: wrap;
    }
	

    .welfare-devlopment .single-gallery-photo .g-img {
        height: 230px;
    }

    #warfare .inner-box {
        justify-content: flex-start;
    }
/*     .recent-news-slide .single-gallery-photo .g-img::before {
        background: rgba(0,0,0,0.8);
    } */
    .recent-news-slide .single-gallery-photo .g-img {
        height: 240px;
        margin-bottom: 10px;
    }
}

@media(max-width:320px) {
    .main-wrap {
        position: absolute;
        top: 50px;
        right: -20px;
    }

    .circle-wrap {
        width: 160px;
        min-width: 160px;
        height: 140px;
        min-height: 140px;
    }

    .b-title span {
        font-size: 22px;
    }

    .banner-right-box .banner-box1 {
        padding: 70px 0;
    }
}


/* .wrapper{
    opacity: 0.7;
} */