
body {
    font-family: Arial;
    font-size: 11px;
    color: #000;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
.main {
    width: 100%;
    /* text-align: center; */
    margin: 0 auto;
    border: 0 solid red;
    clear: both;
    display: table;
  }
  .header_container {
    background: url(./image/header-base.gif) repeat-x top;
    min-height: 111px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_container > .logo {
   width: 24%;
  }
  .header_container > .logo img{
    width: 100%;
    padding-left: 18px;
  }
  .logo a {
    display: block;
    position: relative;
    float: left;
    font-size: 0;
  }
  /* .logo a#link1 {
    width: 42px;
    height: 42px;
    margin: 0;
  }
  .logo a#link2 {
    width: 80px;
    height: 25px;
    margin: 0 0 0 11px;
    vertical-align: top;
    background-position: top;
  }
  .logo a#link3 {
    width: 80px;
    height: 25px;
    margin: 0 0 0 34px;
    vertical-align: top;
    background-position: top;
  }
  .logo a#link4 {
    width: 115px;
    height: 10px;
    margin: 5px 0 0 92px;
    vertical-align: top;
    background-position: top;
  } */
  .headeradd-720x90 {
    width: 75%; /*975px*/
    display: inline;
  }
  .headeradd-720x90 img{width: 100%;max-height: 96px;}
  .tab_nav {
    background: url(./image/navigation-base.gif) repeat-x top;
    height: 34px;
    width: auto;
    clear: both;
    margin: 2px 0 0;
  }
  .top-menu1 li:hover a {
    background: #015caf;
}
  .top-menu1 li:hover ul {
    display: block;
    position: absolute;
    z-index: 99999999;
    background: #015caf;
}
  .tab_left {
    float: left;
    background: url(./image/navigation-L-base.gif) no-repeat top;
    height: 34px;
    width: 7px;
    border: 0 solid red;
  }
  .tab_right {
    float: right;
    background: url(./image/navigation-R-base.gif) no-repeat top;
    height: 34px;
    width: 7px;
    border: 0 solid red;
  }
  img {
    border: 0;
  }
  .top-menu1 {
    float: left;
    padding: 0;
    margin: 0;
    width: 75%;
    height: 35px;
  }
  .top-menu1 ul {
    font-family: Arial,Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
  }
  .top-menu1 ul li {
    display: block;
    position: relative;
    float: left;
  }
  .top-menu1 ul {
    font-family: Arial,Verdana;
    font-size: 14px;
    list-style: none;
  }
  .top-menu1 ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 8px 17px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-align: left;
  }
  .top-menu1 ul li {
    display: block;
    position: relative;
    float: left;
  }
  .search_container {
    float: right;
    width: 23%;
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    font-family: Arial;
  }
  .top-menu1 li ul {
    display: none;
  }
/* boday start */
.navbar {
    background: url(image/breadcrumb_bg.png) 0 0 no-repeat padding-box;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    font: inherit;
    font-size: .75rem;
    letter-spacing: .5px;
    margin-bottom: 0;
    line-height: 0.5;
    padding: 1px;
    width: 100%;
}
.navbar h1 {
    font-family: josefin sans, sans-serif; 
    font-size: 1.8rem;
    padding-left: 18px;
    line-height: 1.3;
}
h2 {
    font-family: josefin sans,sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 3.5rem;
}
.new-delhi-summit-date {
    border-top: 1px solid;
    font-weight: 600;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    width: 24%;
    font-size: 14px;
}

.justify-content-center {
    justify-content: center!important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.Wraper{
    flex: 0 0 auto;
    width: 65%;
    line-height: 1.3;
    font-size: 14px;
    font-family: raleway,sans-serif;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
.title{
  display: flex;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.title2{
  display: flex;
  justify-content: space-evenly;
}
.para2 {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
}
ol .list1 {
  width: 49%;
  float: left;
  font-size: 14px;
  line-height: 23px;
}
ol .list2 {
  width: 49%;
  float: right;
  font-size: 14px;
  line-height: 23px;
}
.main-container{margin-bottom: 3.5rem;}
.countries .section{
  
    display: flex;
    width: 65%;
    flex-direction: column;
    margin: 0 auto;
}

.world-map{margin-top: 2.5rem;margin-bottom: 2.5rem;}
.world-map img{width: 100%;  display: flex;}
/* body end */
  /* footer start */
  .full_container {
    overflow: auto;
  }
  .backfooter {
    background-color: #638dad;
  }
  .full_container {
    width: 100%;
    display: grid;
  }
  .gap_equal {
    padding-top: 50px;
  }
  .container_small {
    width: 1060px;
    margin: 0 auto;
    position: relative;
  }
  .footer_text {
    float: left;
    width: 500px;
  }
  .footer_text a {
    text-decoration: none;
  }
  a {
    color: #337ab7;
    text-decoration: none;
  }
  a {
    background-color: transparent;
  }
  .footer_text p {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: raleway,sans-serif;
    line-height: 25px;
    margin-left: 24px;
}
  
  p {
    margin: 0 0 10px;
  }
  .boldgis {
    font-variant-caps: all-small-caps;
    letter-spacing: 1px;
    font-family: raleway,sans-serif;
  }
  b, strong {
    font-weight: 700;
  }
  .list {
    position: relative;
    margin-bottom: 35px;
  }
  .footer_text .list ul {
    list-style: none;
    /* padding: 15px 0 0 11px; */
    width: 100%;
  }
  .footer_text .list ul li {
    padding-bottom: 6px;
  }
  .backfooter ul li {
    line-height: 15px;
  }
  .backfooter ul li::before {
    content: '›';
    position: absolute;
    margin-left: -30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    font-family: raleway,sans-serif;
  }
  .backfooter ul li a {
    color: #fff;
    font-size: 12px;
  }
  .list ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: raleway,sans-serif;
    color: #ffffff;
    text-transform: capitalize;
  }
  .footer_image {
    float: right;
    width: 426px;
  }
  .footer_image p {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: raleway,sans-serif;
    line-height: 28px;
  }
  p {
    margin: 0 0 10px;
  }
  .footer_image img {
    width: 105px;
    margin-left: 0;
    height: 105px;
  }
  .name {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    font-variant: small-caps;
    font-family: raleway,sans-serif;
    letter-spacing: 1px;
  }
  .work {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-variant: small-caps;
    font-family: raleway,sans-serif;
    letter-spacing: 1px;
  }
  .contact {
    color: #fff;
    font-size: 18px;
    font-family: raleway,sans-serif;
    font-size: 16px;
    line-height: 25px;
  }
  /* End Footer */
  footer {
    width: 100%;
    float: left;
    background-color: #111305;
    padding: 70px 0 50px;
  }
  .container_small {
    width: 1060px;
    margin: 0 auto;
    position: relative;
  }
  .footer-links {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .footer-links .compare {
    width: 28%;
    float: left;
  }
  .compare {
    font-family: raleway,sans-serif;
  }
  .footer-links .compare span {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    font-variant-caps: all-small-caps;
    font-family: raleway,sans-serif;
  }
  .footer-links .whats-new-sec2 {
    width: 18%;
    float: left;
  }
  .footer-links .whats-new-sec2 .list_heading {
    margin-bottom: 30px;
  }
  .list_heading {
    font-weight: 600;
    padding: 0 0 5px;
    font-size: 18px;
  }
  .list_heading.hd2 a {
    font-size: 16px;
    color: #fff;
    font-family: josefin sans,sans-serif;
    font-variant-caps: all-small-caps;
    letter-spacing: 1px;
  }
  .whatsnew_list {
    height: auto;
    border: 0;
    text-align: left;
    padding: 0;
    float: left;
  }
  .whatsnew_list ul {
    margin: 0;
    padding: 0;
    float: left;
  }
  .footer-links .whatsnew_list ul li {
    line-height: 20px;
    text-indent: 15px;
  }
  .whatsnew_list ul li {
    list-style: none;
    line-height: 18px;
  }
  .footer-links .whats-new-sec2 {
    width: 18%;
    float: left;
  }
  .footer-links .whats-new-sec2 .list_heading {
    margin-bottom: 30px;
  }
  .content_heading {
    font-weight: 700;
    color: #fff;
  }
  .fullwidth {
    width: 100%;
    float: left;
  }
  .copy {
    width: 100%;
    text-align: center;
    color: #939588;
    font-size: 16px;
    line-height: 20px;
    float: left;
    font-family: raleway,sans-serif;
  }
  .copy a {
    color: #939588;
    text-decoration: underline;
  }
/* responsive */
@media screen and (max-width: 991px) {
  .container_small{
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 0 1rem 1.5rem;
  }
  .footer-links{
      width: 100%;
      display: flex;
      flex-direction: column;
  }
  .footer_text, .footer_image{width: 100%}
  .tab_nav, .top-menu1, .search_container{display: none;}
  .Wraper{width: 90%;}
  .header_container{
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 1rem 0;
    gap: 1rem;
    height: auto;
    background: url(./image/header-base.gif) 0 100% repeat-x;
    background-size: contain;
  }
  .header_container > .logo{width: 50%;}
  .header_container > .logo img{padding-left: 0;}
  .headeradd-720x90{width: 96%;}
  .countries .section{width: 90%;}
}

/*@media (max-width: 768px){
.gap_equal {
  padding-top: 50px;
  padding-bottom: 50px;
}
}
  @media (max-width: 768px){
.full_container {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  display: inline-block;
  overflow: hidden !important;
}
  }*/
  /*@media (max-width: 768px){
  .container_small {
    width: 96%;
  }
    .footer_text {
        width: 100%;
        float: none;
      }
      .container_small {
        width: 96%;
      }
      .footer-links .compare {
        width: 100%;
        float: left;
      }
      .footer-links .compare span:first-child {
        width: 90px;
      }
      .footer-links .compare span {
        float: left;
        width: 215px;
        margin-right: 15px;
      }
      .footer-links .compare span:first-child {
        width: 90px;
      }
      .compare span img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
      }
      .footer-links .whats-new-sec2 {
        float: left;
        background: #000;
        margin: 0;
        width: 94%;
        padding: 2%;
      }
      .list_heading.hd2 a {
        font-size: 16px;
        color: #fff;
        padding: 10px 0 0 5px;
        display: block;
      }
      .footer-links .whatsnew_list ul li a {
        color: #fff;
      }
    }
  @media (max-width: 768px){
  .logomob {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
  }}

  @media (max-width: 768px){
    .top-menu1{
display: none;
    }}
    */