:root {
  --blue-color: #26287D;
  --white-color: #fff;
  --gray-color: #707070;
  --dark-color: #000
}

* {
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

p, li, h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

body {
  overflow-x: hidden;
}

p, li, .btn {
  font-size: 14px;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    width: calc(100% - 20vw);
    max-width: calc(100% - 2vw);
  }
}

.blue-color {
  color: var(--blue-color);
}

/* @media screen and (min-width:1024px) {
  .testimonials .container {
    width: calc(100% - 8vw) !important;
    max-width: calc(100% - 8vw) !important;
    margin-right: -58px !important;
  }
} */

/* @media screen and (min-width:1500px) {
  .testimonials .container {
    width: calc(100% - 6vw) !important;
    max-width: calc(100% - 2vw) !important;
    margin-right: -58px !important;
  }
} */

#sidemenu.affix-top, #sidemenu.affix {
  position: static;
}

#sidemenu.affix-bottom {
  position: relative;
}

@media (min-width: 768px) {
  #sidemenu.affix {
    position: fixed;
    top: 40px;
  }
}

.carousel-control-prev, .carousel-control-next {
  height: 40px;
  width: 40px;
  color: var(--dark-color);
  opacity: 1;
  bottom: 8%;
  top: auto;
  z-index: 9999;
  border: 1px solid var(--white-color);
  border-radius: 50%;
}

.carousel-control-prev {
  right: 9%;
  left: auto;
  transform: scale(0.8);
}

.carousel-control-next {
  right: 6%;
  font-size: 50px;
}

.social-icon {
  position: absolute;
  top: 0;
  height: 100%;
  right: 3%;
  width: 50px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.social-icon ul {
  list-style: none;
  padding: 0px;
}

.social-icon ul a {
  color: #333333;
}

.social-icon ul li {
  margin-bottom: 15px;
}

.navbar {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 10px #efefef;
}

.logo-text {
  font-size: 12px;
  color: var(--blue-color);
}

.dropdown-item {
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  padding: 1.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: -6px;
  height: 12px;
  width: 1px;
  background: var(--dark-color);
  top: 39%;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link::before {
  display: none;
}

.navbar-nav .dropdown-menu {
  padding: 0px;
  border: 0;
  margin-top: 0;
  border-radius: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1a377b;
}

.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: .7rem 1.5rem;
  border-top: 1px solid #eee;
}

.banner-content {
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0.8;
  background: var(--blue-color);
}

.banner-content h1 {
  font-size: 42px;
  line-height: 1;
  font-weight: 300;
}

.banner-content h1 span{
  border:3px solid #fff;
}


.white-line {
  border-radius: 30px;
  border-color: var(--white-color);
  color: var(--white-color);
}

.white-line:hover {
  background-color: var(--white-color);
  color: var(--blue-color);
  border-color: var(--white-color);
}

.btn-style-1 {
  border-color: var(--blue-color) !important;
  color: var(--blue-color) !important;
  border-radius: 30px;
}

.btn-style-1:hover {
  background-color: var(--blue-color) !important;
  color: var(--white-color) !important;
  border-color: var(--blue-color) !important;
}

.blue-button {
  background-color: var(--blue-color) !important;
  color: var(--white-color) !important;
  border-color: var(--blue-color) !important;
}

.down-arrow {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  z-index: 999;
}

/* 
.down-arrow img {
  animation: example 5s linear infinite;
}

@keyframes example {
  from {
    top: 0;
  }
  to{
    top: 100px;
  }
} */

.title-1, .title-2 {
  color: var(--blue-color);
  font-size: 24px;
  position: relative;
  display: inline-block;
}

.title-2::before {
  width: 146% !important;
}

.title-1::before, .title-2::before {
  content: '';
  height: 0;
  bottom: -4px;
  width: 160px;
  border-top: 1px solid var(--blue-color);
  position: absolute;
}

.title-1::before {
  left: 0;
}

.title-2::before {
  left: -23%;
}

.IADS-INDIA {
  border-radius: 20px;
  box-shadow: 0px 20px 27px rgba(2, 2, 2, 0.24);
}

.IADS-INDIA::before {
  content: '';
  background-color: var(--blue-color);
  position: absolute;
  left: -140%;
  height: 100%;
  width: 200%;
  top: 20%;
  z-index: -1;
}

.IADS-INDIA img {
  border-radius: 20px;
}

.hover-effect-1 {
  transition: ease-in-out all 0.3s;
  border-radius: 20px;
}

.hover-effect-1:hover {
  box-shadow: 0px 30px 19px #eae9e9;
}

.president-msg {
  background: url(../images/icon-quotes.png), url(../images/icon-quotes.png), linear-gradient(var(--blue-color), var(--blue-color));
  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 100%;
}

.president-msg hr {
  border-color: var(--white-color);
}

.president-msg .title-1 {
  color: var(--white-color)
}

.president-msg .title-1::before {
  border-top-color: var(--white-color);
}

.president-img {
  bottom: 10%;
  left: 50%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials {
  overflow: hidden;
}

.testimonial-sub img {
  width: 120px !important;
  border-radius: 50%;
  height: 120px;
}

.testimonial-sub h6 {
  color: var(--blue-color);
}

.testimonials .owl-carousel .owl-nav {
  display: none;
}

.testimonials .owl-carousel .owl-dots {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  /* padding-right: 11%; */
}

.testimonials .owl-carousel .owl-dot {
  height: 10px;
  width: 10px;
  border: 1px solid var(--gray-color) !important;
  margin-left: 8px;
  border-radius: 50%;
}

.testimonials .owl-carousel .owl-dot.active {
  background: var(--gray-color);
}

.main-footer {
  background-color: var(--blue-color);
  color: var(--white-color);
}

.main-footer a {
  color: var(--white-color);
}

.subscribe-us input {
  height: 51px;
  border-radius: 26px;
  background: none;
  border-right: 0px;
  color: var(--white-color);
}

.subscribe-us input:focus {
  background: none;
  box-shadow: none;
  border-color: var(--white-color);
  color: var(--white-color);
}

.subscribe-us button {
  width: 70px;
  border-radius: 26px !important;
  background-color: var(--white-color);
  border-color: var(--white-color);
}

.subscribe-us button:hover {
  background-color: var(--white-color);
}

.subscribe-us .input-group-append {
  border: 1px solid var(--white-color);
  border-radius: 0px 26px 26px 0px;
  border-left: 0;
}

.search-sidebar.subscribe-us .input-group-append {
  border: 1px solid #d6dbe0;
  border-left: 0;
}

.search-sidebar.subscribe-us input {
  height: 36px;
}

@media screen and (max-width:767px) {
  .banner-content h1 {
    font-size: 14px;
  }
  .down-arrow {
    display: none;
  }
  .social-icon {
    right: -2%;
  }
  .carousel-control-next {
    right: 6%;
  }
  .carousel-control-prev {
    right: 14%;
  }
  .carousel-control-prev, .carousel-control-next {
    height: 24px;
    width: 24px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 13px;
  }
  .membership .owl-carousel.owl-drag .owl-item.active.center{
        transform: scale(1) !important;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .banner-content h1 {
    font-size: 24px;
  }
  /* .down-arrow{display: none;} */
  .social-icon {
    right: 0%;
  }
  .carousel-control-next {
    right: 6%;
  }
  .carousel-control-prev {
    right: 10%;
  }
  .carousel-control-prev, .carousel-control-next {
    height: 24px;
    width: 24px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 13px;
  }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
  .banner-content h1 {
    font-size: 24px;
  }
  .carousel-control-prev {
    right: 10%;
  }
}

.partner .owl-carousel .owl-nav {
  display: none;
}

.partner .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.partner .owl-carousel .owl-dot {
  height: 10px;
  width: 10px;
  border: 1px solid var(--gray-color) !important;
  margin-left: 8px;
  border-radius: 50%;
}

.partner .owl-carousel .owl-dot.active {
  background: var(--gray-color);
}

.quotes {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1411764705882353);
  margin-top: 15px;
  margin-bottom: -90px;
}

.team-img img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.box, .box-membership {
  border: 1px solid #eee;
  border-radius: 30px 4px 30px 4px;
  overflow: hidden;
  box-shadow: 10px 8px 25px rgba(0, 0, 0, 0.1);
}

.box h5, .box-membership h5 {
  font-size: 1rem;
  text-transform: capitalize;
}

.box p, .box-membership p {
  color: #1b397e;
  font-style: italic;
}

.box:hover .social {
  top: 0px;
}

.box .box-content, .box-membership .box-content {
  padding: 15px;
}

.box .social {
  position: absolute;
  left: 0;
  list-style: none;
  background: rgba(29, 60, 133, 0.8);
  border-radius: 0px 0px 0px 0px;
  transition: ease-in-out all 0.2s;
  height: 100%;
  width: 100%;
  top: 100%;
}

.box .social i {
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 0 16px;
  padding-top: 12px;
  font-size: 20px;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

.box-membership .social {
  position: absolute;
  right: 0;
  list-style: none;
  background: rgb(103, 193, 71);
  border-radius: 0px 0px 0px 16px;
  transition: ease-in-out all 0.2s;
  height: 45px;
  width: 45px;
  top: 0;
}

/* .box .social i {
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 0 16px;
  padding-top: 12px;
  font-size: 20px;
  margin-bottom: 10px;
  border: 1px solid #fff;
} */

/*********************** Demo - 14 *******************/

.box14 {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  box-shadow: 10px 8px 25px rgba(0, 0, 0, 0.18);
  max-height: 170px;
}

.box14:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .35s ease 0s
}

.box14:hover:before {
  opacity: 1
}

.box14 img {
  width: 100%;
  height: auto
}

.box14 .box-content {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%
}

.box14 .box-content:after, .box14 .box-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .7s ease 0s
}

.box14 .box-content:before {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  border-top: 1px solid rgba(255, 255, 255, .5);
  transform: scale(0, 1);
  transform-origin: 0 0 0
}

.box14 .box-content:after {
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid rgba(255, 255, 255, .5);
  transform: scale(1, 0);
  transform-origin: 100% 0 0
}

.box14:hover .box-content:after, .box14:hover .box-content:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: .15s
}

.box14 .title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform .5s ease 0s
}

.box14:hover .title {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.box14 .post {
  font-size: 14px;
  color: #fff;
  padding: 3px 16px;
  background: #2c397d;
  opacity: 0;
  border-radius: 0 19px;
  transform: translate3d(0, -50px, 0);
  transition: all .7s ease 0s
}

.box14 .icon {
  padding: 0;
  list-style: none
}

.box14:hover .post {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}

.box14 .icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all .7s ease 0s
}

.box14:hover .icon {
  bottom: 20px;
  opacity: 1;
  transition-delay: .15s
}

.box14 .icon li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 0 16px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  transition: all .4s ease 0s
}

.box14 .icon li a:hover {
  background: #2c397d;
  border-color: #2c397d
}

@media only screen and (max-width:990px) {
  .box14 {
    margin-bottom: 30px
  }
}

.box14 .icon li, .box14 .post {
  display: inline-block
}

.icon-design {
  height: 40px;
  width: 40px;
  color: #2c397d;
  border-radius: 0 16px;
  padding-top: 12px;
  font-size: 20px;
  margin-bottom: 10px;
  border: 1px solid #2c397d;
}

.contact-form .form-control {
  border-radius: 20px;
}

.contact-form button {
  background-color: #2c397d;
  color: #fff !important;
}

.membership .owl-carousel .owl-stage {
  display: flex;
  padding: 50px 0px;
}

.membership .img-container img, .membership .img-container {
  border-radius: 10px;
}

.membership .img-container {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 2px;
  background: #fff;
}

.membership .owl-carousel.owl-drag .owl-item {
  position: relative;
  z-index: 99;
  transition: ease-in-out all 0.5s;
  opacity: 0.5;
}

.membership .owl-carousel.owl-drag .owl-item.active.center {
  transform: scale(1.2);
  position: relative;
  z-index: 9999;
  opacity: 1;
}

.membership .owl-nav .owl-prev, .membership .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  border: 2px solid #fff !important;
  color: #fff !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 30px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.membership .owl-nav .owl-prev {
  left: 10%;
}

.membership .owl-nav .owl-next {
  right: 10%;
}

.form-control {
  border-radius: 25px;
  font-size: 0.8rem;
}

.aside-link li a{
  border-bottom: 1px solid #ccc;
  padding:10px 0px;
  color:var(--dark-color);
  transition: ease-in-out all 0.2s;
  display: block;
}
.aside-link li a:hover,.aside-link li a:active{
  color:var(--blue-color);
  text-decoration: none;
  font-weight: bold;
}
.aside-link li:first-child a{padding-top:0px}
.aside-link li:last-child a{border:0px}

.banner-footer-box{
  border: 1px solid #eee;
  border-radius: 30px 4px 30px 4px;
  overflow: hidden;
  box-shadow: 10px 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9999;
}
@media screen and (min-width:575px){
  .banner-footer-box-section{
    margin-top: -30px;
  }
}
.membershipfees{
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}
.membershipfees-header{
  background: #f0f0f0;
  border-radius: 10px 10px 0px 0px;
}
.banner-footer-box a{color: #26287D;}
.partner .owl-carousel .owl-item img{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 20px;
}