:root{
  --primary-color : #0d4079 ;
  --black-color:#171717;
  --gray-color: #555;
}


body,
html {
    overflow-x: hidden;
    position: relative; 
    scroll-behavior: smooth;
}

.contact-us-section-one .row,
.contact-us-section-two .row,
.grain-storage-sec-text p,
figure,
ol,
ul {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

body,
p,a {
    font-family: "Poppins", sans-serif;
    color: #475569;
}
p b{
    color: #d0403f;
}
body,
html {
    position: relative
}

.head-top,
nav.navbar.inner-page {
    padding: 9px 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.nav-menu li a.nav-link,
a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover {
    text-decoration: none;
    outline: 0
}

.dropdown-menu.show,
.dropdown:hover .dropdown-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

::-moz-selection {
    background-color: #3bacf0;
    color: #fff
}

::selection {
    background-color: #3bacf0;
    color: #fff
}

body {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.7px
}

ol,
ul {
    padding: 0;
    list-style: none
}

.responsive-tabs.nav-tabs.open i.fa.fa-caret-up,
.responsive-tabs.nav-tabs.open>li,
.responsive-tabs.nav-tabs>li.active,
select {
    display: block
}

.common_h1,
.common_h2,
h1,
h2 {
    margin-bottom: 15px;
    font-weight: 600 !important
}

.slide_content .slide_content_wrapper .slide_content_inner .meta .category,
section .svg-icon {
    margin-bottom: 10px
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--gray-color);
}


iframe {
    border: 0
}


.common_h1,
h1 {
    font-size: 36px
}

.common_h2,
h2 {
    font-size: 36px;
    line-height: 45px !important;
}

.common_h3,
h3 {
    font-size: 22px;
    font-weight: 600 !important
}

.common_h4,
h4 {
    font-size: 20px;
    font-weight: 600 !important
}

.common_h5,
h5 {
    font-size: 18px
}

.common_h6,
h6 {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    color: #0d4079;
}
p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
}
button{
   outline: none;
   border: none;
}
section {
    padding: 55px 0
}
header{
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 1000;
}
.logo img{
    max-width: 150px;
}
.side-menu.active nav {
    right: 0;
    background: #000;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}


.side-menu li .active{
    color: var(--primary-color);
}
.side-menu{
    display: none;
}
.navbar-nav .nav-link {
    font-size: 16px;
    margin-right: 15px;
    color: var(--black-color);
    font-weight: 400;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
   color: #0d4079;
}
.fixed-top .navbar-nav .nav-link.active{
    color: #0d4079;
}
.fixed-top .navbar-nav .nav-link {
    color: #000;
}
.fixed-top .navbar-nav .footer-content p {
    color: #000;
}
.fixed-top {
    border-bottom:  none !important;
    box-shadow: 0px 0px 30px 0px rgba(3, 5, 77, 0.08);
}
.navbar-nav .footer-content p{
    color: #fff;
}
.side-menu.active nav {
    right: 0;
    background: #fff;
}
.side-menu.active{
    display: block;
}
.side-menu nav {
    width: 300px;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: all 0.3s ease;
}
.side-menu-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}
.mobile-icon img {
    max-width: 24px;
    cursor: pointer;
    margin-right: 30px;
}
 .mobile-icon {
    display: none;
}
.side-menu-close-btn img {
    max-width: 16px;
    cursor: pointer;
}
.side-menu nav {
    padding: 30px;
}
.side-menu .footer-content p{
   color: #000;
}
.side-menu nav ul li a {
    padding: 15px 0;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    color: #000;
}
.side-menu nav .mobile-dropdown{
    padding: 0 0 0 15px;
}
.side-menu nav .mobile-dropdown li{
    padding: 10px 0;
    font-size: 13px;
}
.mobile-dropdown-li.active a{
    color: #ef6262;
}
.side-menu nav .mobile-dropdown.active{
    display: block;
}
.side-menu nav .mobile-dropdown {
    display: none;
    transition: all 0.3s ease-in;
}
.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.nav-header .logo h2{
   margin: 0;
   color: var(--primary-color);
}
.links ul{
    display: flex;
}
.links ul li a{
    padding: 10px 15px;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.banner{
    /* background-image: linear-gradient(180deg, #f9f8ff  0%, #fff 100%); */
   padding-top: 83px;
   /* background: rgb(248, 248, 248); */
   background: url(../img/bg-banner.jpg);
   background-size: cover;

}
.banner h2{
    font-family: "Poppins", sans-serif;
    font-size: clamp(3rem,3rem,4vw);
    font-weight: 600 !important;
    text-transform: none;
    font-style: normal;
    line-height: 1em !important;
    letter-spacing:0.5px;
    word-spacing: 0;
}
.navbar-nav a.active::before {
	content: '';
	position: absolute;
    left: 0;
	bottom: 5px;
	width: 100%;
	height: 2px;
    background:var(--primary-color);
    left:50%;
    translate: -50% -50%;
}
.navbar-nav a.active {
    color: var(--primary-color);
    font-weight: 500;
}
.navbar-nav a {
    position: relative;
}
.custom-btn{
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
      /* background:   linear-gradient(87deg, #8860d0, #50b1e3); */
        background:var(--primary-color) ;
        color: #fff !important;
        padding: 6px 16px;
        transition: all 0.4s;
        border-radius: 2px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
}
.custom-btn span {
    height: 30px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: 30px;
    text-align: center;
    background: transparent;
    color: #fff;
    transform: rotate(-45deg);
    position: relative;
    left: 5px;
}
.custom-btn span i{
    font-size: 16px;
}
.banner-content h2{
    color: #d0403f;
}
.banner-content  {
    max-width: 600px;
    padding-top: 45px;
}
.banner-content .custom-btn{
      margin-bottom: 40px;
}
.banner-content .main-para{
     padding-bottom: 0;
     margin-bottom: 0px;
     font-size: 18px;
}
.comming-soon-text-center {
    align-items: center;
    text-align: center;
}
.banner-container {
    position: relative;
}
.inner-banner-img {
    text-align: right;
}

.inner-banner-img .inside-img img{
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-top: 30px;
}
.custom-btn.outline-btn{
    border: 1px solid var(--black-color);
    background: transparent;
    color: var(--black-color);
}
.custom-btn.outline-btn span{
    background: var(--black-color);
    color: #fff;
}

/* sec-1 */
.sec-1{
    width: 100%;
    float: left;
}

.sec-1 .card h3{
    font-size: 26px;
}
.sec-1 .card h5{
    margin-top: 15px;
    color: #e2e2e2;
}
.sub-title{
    color: #dee0ff;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 4px;   
    display: inline-block;

}
.sec-1-content {
    width: 500px;
}
.sec-1 .sub-title-outline {
    background: #fff;
    color: #5a2fa7;
}
.sec-1 img{
    width: 100%;
    float: left;
    max-width: 460px;
    border-radius: 20px;
}
.sec-2{
    width: 100%;
    float: left;
    background: #f3f3f3;

}
.sec-2 .text-left{
    padding-right: 20px;
}
.sec-2 img{
    width: 100%;
    float: left;
    max-width: 500px;
    border-radius: 20px;
}
.thought{
    margin-top: 20px;
}
.sec-3{
    width: 100%;
    float: left;
    background: #fff;
}
.sec-3 img{
    width: 100%;
}
.str-img img{
    width: 100%;
    max-width: 500px;
}
.sec-3 .structure-card{
    margin-bottom: 20px;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #e7e7e7;
}
.sec-3 .structure-card h3{
    color: #d0403f;
}
.read-more-btn{
    color: #0d4079;
    font-weight: 600;
}
.geo-sec {
    width: 100%;
    float: left;
    background: #f3f3f3;
}
.events {
    width: 100%;
    float: left;
    background: #f3f3f3;
}
.sec-4{
    width: 100%;
    float: left;
    background: #fff;
}
.sec-4 .nav-link{
    font-size: 20px;
    background: #f3f3f3;
    color: #333;
    margin-right: 20px;
    font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #d0403f;
}
.gallery .item img{
    border-radius: 12px;
}
.gallery .owl-nav {
    display: block !important;
}
.gallery .owl-dots{
    display: none !important;
}
.gallery .owl-nav div {
    width: 50px;
    height: 50px;
    background: #ffffff;
    line-height: 44px;
    color: #9d6b34;
    bottom: 40%;
    color: #777777;
    position: absolute;
    transform: translateY(0%);
    text-align: center;
    border: 2px solid #f8cac9 !important;
    transition: 0.3s;
    right: -10%;
    font-size: 20px;
    z-index: 1;
    background:  transparent !important;
    border-radius: 50% !important;
}
.gallery .owl-nav .owl-prev {
    right: 60px;
    top: -25%;
    left: auto;
}
.gallery .owl-nav div {
    right: 0;
    top: -25%;
    left: auto;
}
.gallery .owl-nav button img {
    max-width: 26px;
}
.gallery .owl-nav .owl-prev img {
    transform: rotate(180deg);
}
.gallery .owl-nav button {
    outline: none;
    border: none;
    background: none;
    line-height: normal;
    padding: 0;
}
.sec-5{
    width: 100%;
    float: left;
    background:#f3f3f3;
}
.idea-partner-1{
    max-width: 175px;
}
.idea-partner-2{
    max-width: 275px;
}
.Sponsors-title{
    font-size: 22px;
    color:#333;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cus-boder-new{
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
}
.media-partner{
    max-width: 175px;
    margin-bottom: 15px
}
.media-partner.media-partner-5{
    max-width: 200px;
}
.benecator{
    max-width: 150px;
    margin-bottom: 25px
}
.modal-footer, .modal-header {
    border: none;
    padding: 0;
}
.modal-content {
    padding: 20px;
}
.modal-body{
    padding: 10px 0 25px;
}
.modal-body p{
    font-size: 15px;
    line-height: 24px;
}
.modal-title{
    font-size: 26px;
}
.political_leadership {
    width: 100%;
    float: left;
}
.sec-6{
    width: 100%;
    float: left;
    background: #fff;
}
.sec-6 .card{
    border: none;
    outline: none;
    border-radius: 12px;
    text-align: center;
    background: #f3f3f3;
}
.sec-6 .card h5{
    margin-bottom: 0;
}
.sec-6 .card img{
    max-width: 50px;
    margin-bottom: 15px;
}
.social-media-icons-footer img{
    max-width: 30px;
    margin-left: 10px;
}
footer {
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #235b9b;
}
footer span, footer p{
    color: #e7e7e7;
}
.navbar-toggler:focus{
    box-shadow: unset;
}
.modal-title{
    line-height: 34px;
}
.blog-card img{
    width: 100%;
}
.blog-card{
    border-radius: 12px;
    overflow: hidden;
    background: #f3f3f3;
}
.blog-title {
    padding: 15px;
}
.blog-title a{
    color: #d0403f;
}
.popup-title{
    color: #d0403f;
}
.modal-img img{
    max-width: 300px;
    margin-bottom: 20px;
}
.modal-img{
    text-align: center;
}
.initiatives-list{
 list-style:disc;
 padding-left: 30px;
}
.font-w-600 {
    font-weight: 600;
}
.owl-theme.gallery .item{
    position: relative;
}
.owl-theme.gallery .item .gallery-title{
    position: absolute;
    bottom: 0;
    background: #0d4079e3;
    padding: 5px 10px;

}
.owl-theme.gallery .item .gallery-title h5{
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.event-img {
    max-width: 600px;
    margin: auto;
}
.event-img img{
    width: 100%;
    border-radius:20px ;
    margin-bottom: 25px;
}
.workshop_political {
    border-radius:20px ;
}
.geo {
    border-radius:20px ;
}
.expenditions-ims img {
    border-radius:20px ;
}
.comming-soon {
    color: #d0403f;
    font-size: 30px;
}