body {
  font-family: 'Kanit', sans-serif;
}

/*website popup*/
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  height: 100%;
  width: 100%;
}

.modalPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000c4;
  width: 50%;
  padding: 0 0 30px;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
}

.modalContent {
  padding: 0 1em;
}

.headerBar img {
  width: 100%;
  /*background: #edcb04 url(images/60th_ISAM_Logo.png) repeat-x 0 0;*/
  margin: 0;
  text-align: center;
  width: 150px;
  margin: 0 auto;
  display: block;
}

/*.headerBar img {
    margin: 1em .7em;
  }*/
.modalContent i {
  padding-right: 10px;
}

.headerBar h1 {
  margin-bottom: .2em;
  font-size: 20px;
  text-transform: capitalize;
  color: #84C54E;
  text-align: center;
  margin-bottom: 30px;
}

.headerBar h5 {
  margin-bottom: .2em;
  font-size: 16px;
  text-transform: capitalize;
  color: #84C54E;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.headerBar h1::after {
  content: '';
  width: 160px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: #84C54E;
  margin-top: 15px;
}

.modalContent h4 {
  text-align: center;
}

.modalContent p {
  text-align: center;
}

.modalContent a {
  color: #FFE400;
  font-size: 16px;
}

.modalContent a:hover {
  color: #FFE400;
}

.buttonStyle {
  border: 1px solid #FFE400;
  border-radius: 0;
  background: #6d6d6d;
  color: #000 !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 25px;
  text-decoration: none;
  background: -moz-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(100%, #1e1e1e));
  background: -webkit-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
  background: -o-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
  background: -ms-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
  background: linear-gradient(to bottom, #6d6d6d 0%, #1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#1e1e1e', GradientType=0);
  /*  -webkit-box-shadow: 0 2px 4px 0 #999;
    box-shadow: 0 2px 4px 0 #999; */
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 228, 0) 100%);
}

.buttonStyle:hover {
  text-decoration: none;
  background: #1e1e1e;
  color: #fff;
  background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #6d6d6d), color-stop(100%, #6d6d6d));
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -o-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: -ms-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: linear-gradient(to bottom, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
  background: radial-gradient(circle, rgb(255, 228, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid #FFE400;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#6d6d6d', GradientType=0);
}

.returnToProfile {
  text-align: center;
  margin: 3em;
}

.returnToProfile a,
.returnToProfile a:visited {
  color: #ddd;
}

.returnToProfile a:hover {
  color: #fff;
}

/*website popup close*/
.header {
  background: #000000;
}

.header a {
  color: #fff;
}

.header i {
  color: #fff;
}

.header i:hover {
  color: #00CC33;
  background: #fff;
}

.main-menu a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}

.main-menu a:hover {
  background: #84C54E !important;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}

.top-header {
  padding-top: 5px;
}

.top-header a {
  color: #fff;
}

.top-header a:hover {
  background: #000 !important;
  border-radius: 5px;
  color: #FFE400;
  text-decoration: none;
}

.main-menu ul {
  margin-right: 0px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.main-menu ul {
  display: inline-block;
}

.main-menu ul li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

/*.header{
  z-index: 10;
  }
*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 10;
  color: #fff !important;
  /*  background: red;*/
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 10px 0;
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
}

@keyframes example {
  0% {
    top: -100px;
  }

  100% {
    top: 0px;
  }
}

.site-header.sticky {
  animation-name: examplee;
  animation-duration: 1s;
  transition: bottom 500ms ease-in;
}

@keyframes examplee {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

/*
.sticky + .content {
  padding-top: 102px;
}*/

.sticky .row.top-header {
  display: none;
}

.sticky hr {
  display: none;
}

.sticky .logo {
  width: 115px;
  padding: 0px;
}

.contact-i {
  padding: 5px 6px;
  border: 1px solid #84C54E;
}

.social-icon {
  display: flex;
  margin: 0 30px;
  /* display: block; */
  justify-content: center;
}

.social-icon a {
  margin: 0 5px;
}

.logo {
  /* padding: 15px; */
  padding-bottom: 6px;
}

.logo img {
  width: 72% !important;
}

.hasDropdown {
  position: relative;
}

.dropdown li {
  list-style-type: none;
  /*display: block;*/
}

ul.dropdown li a {
  text-decoration: none;
  color: #fff;
  text-align: left;
}

.dropdown {
  transition: 1s ease;
}

ul.dropdown {
  display: none;
  position: absolute;
  padding: 33px 0;
  width: 220px;
  top: 17px;
  left: -10px;
  border-radius: 0px 0px 5px 5px;
}

.main-menu .dropdown li {
  list-style-type: none;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #000;
  margin: 0px 0px;
  color: #fff;
  /* border-radius: 0px 0px 5px 5px;*/
}

.dropdown li:hover {
  background: #84C54E !important;
  /* color:  #000!important;*/
  border-bottom: 1px solid #84C54E;
  transition: 0.3s ease-in;
}

.dropdown li:hover a {
  color: #000;
}

ul.dropdown li a:hover {
  background: none !important;
}

ul li:hover ul {
  display: block;
  z-index: 99999;
}

/*banner*/

.row.banner-row.owl-carousel.owl-loaded.owl-drag {
  margin: 0 auto;
}

.banner1 {
  background-image: url('../img/carous-1.jpg');
  width: 100%;
  height: 501px;
  /*  margin-top: 147px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*position: relative;*/
}

.banner2 {
  background-image: url('../img/carous-2.JPG');
  width: 100%;
  height: 501px;
  /*  margin-top: 147px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*position: relative;*/
}

.banner3 {
  background-image: url('../img/carous-3.JPG');
  width: 100%;
  height: 501px;
  /*  margin-top: 147px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*position: relative;*/
}

.back-1 {
  margin-top: 170px;
  padding: 0px 30px;
  background: rgba(0, 0, 0, 0.5);
}

.banner h3 {
  padding-top: 8px;
  color: #fff;
  font-size: 25px;
}

.banner h1 {
  padding-bottom: 8px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.banner-btn {
  margin: 30px 0px;
}

.banner-btn a {
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 30px;
  margin-right: 20px;
}

.banner-btn .btn-1 {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.banner-btn .btn-1:hover {
  color: #fff;
  background: #00CC33;
  border: 2px solid #fff;
  text-decoration: none;
}

.banner-btn .btn-2 {
  color: #fff;
  background: #00CC33;
  border: 2px solid #00CC33;
}

.banner-btn .btn-2:hover {
  color: #000;
  background: #fff;
  border: 2px solid #00CC33;
  text-decoration: none;
}

/*===============================================================*/

.banner-row {
  margin: 0 auto;
}

.banner-row.owl-nav {
  display: block !important;
  position: absolute;
}

.banner-row.owl-carousel .owl-dots {
  display: none;
}

.banner-row.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 250px;
  left: 10px;
  color: #fff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #84C54E !important;
}

.banner-row.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.banner-row.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 250px;
  right: 10px;
  color: #fff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #84C54E !important;
}

.banner-row.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

/*.owl-carousel .owl-nav button.owl-prev,.owl-next{
  display:none;
}
*/

/*matrix*/

.matrix {
  background: #F6F5F2;
  padding: 20px;
}

.matrix-count {
  /* position: absolute;*/
  height: 135px;
  /* margin: 0 auto; */
  display: flex;
  z-index: 9;
  width: 962px;
  margin: 0 auto;
  margin-top: -80px;
}

.count {
  border-radius: 5px;
  background: #84C54E;
  text-align: center;
  margin-right: 20px;
  color: #fff;
  width: 300px !important;
}

.mvi {
  display: flex;
  margin: 0px auto;
  margin-top: 70px;
}

.mvi-col {
  width: 300px !important;
  border-radius: 5px;
  margin-right: 20px;
  text-align: justify;
  padding: 10px 40px;
  background: #fff;
}

.mvi-col img {
  background: #84C54E;
  border-radius: 5px;
  margin-right: 20px;
}

.mvi-col img:hover {
  background: #FFE400;
}

.mvi-col h3 {
  font-weight: 600;
}

.mvi-col p {
  line-height: 30px;
}

/*who-we are*/

.who-we-are {
  background: #F6F5F2;
  padding: 30px 20px;
  text-align: center;
}

.who-we-are h4 {
  text-align: center;
  color: #84C54E;
}

.who-we-are h1 {
  margin: 15px auto;
  font-size: 30px;
  font-weight: 600;
}

.who-we-are p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.who-we-are a {
  padding: 10px;
  background: #84C54E;
  width: 143px;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  border-radius: 5px;
}

.who-we-are a:hover {
  background-color: #FFE400;
  text-decoration: none;
  color: #000;
}

.who-we-are i {
  color: #FFE400;
}

.who-we-are a:hover i {
  color: #84C54E;
}

/*milestones*/

.milestone {
  padding: 30px 20px;
}

.milestone h2 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 25px;
}

.milestone a {
  position: relative;
  display: flex;
  margin: 0 auto;
  background: #EFEFEF;
  padding: 40px 35px;
  border-radius: 50%;
  border: 9px solid #E6E7E8;
  font-size: 20px;
  color: #000;
  width: 132px;
  margin: 0px 20px;
  text-align: center !important;
}

.member-title.active {
  color: #fff;
  text-decoration: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(132, 197, 78, 0.9444152661064426) 64%);
  border: 9px solid #bcdf9e;
}

.milestone a:hover {
  color: #fff;
  text-decoration: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(132, 197, 78, 0.9444152661064426) 64%);
  border: 9px solid #bcdf9e;
}

.miles-row.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 50px;
  left: -24px;
  color: #fff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #84C54E !important;
}

.miles-row.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.miles-row.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 50px;
  right: -50px;
  color: #fff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #84C54E !important;
}

.miles-row.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

/* .miles-row a#member1 {
  /* padding-left: 10px;
} */
.miles-row a#member2 {}

.member-1 {
  display: none;
}

.member-1.active {
  display: block;
}

.row.tab-content {
  background: #F6F5F2;
  padding: 10px;
  border-radius: 5px;
}

.member-1 img {
  position: absolute;
  width: 22px;
  margin-top: -20px;
  margin-left: 68px;
}

#member2 img {
  margin-left: 228px;
}

#member3 img {
  margin-left: 385px;
}

#member4 img {
  margin-left: 545px;
}

#member5 img {
  margin-left: 705px;
}

#member6 img {
  margin-left: 865px;
}

#member7 img {
  margin-left: 1025px;
}

/*gallery*/

.gallery {
  background: #F6F5F2;
  padding: 30px 20px;
}

.gallery h2 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 25px;
}

.gallery-title.active {
  color: #fff;
  background: #84C54E;
}

a.gallery-title {
  position: relative;
  display: flex;
  margin: 20px 8px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  width: 125px;
  padding-left: 25px;
}

.gallery a:hover {
  color: #fff;
  background: #84C54E;
  /*background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(132,197,78,0.9444152661064426) 64%);*/
}

.gallery-1 {
  display: none;
}

.gallery-1.active {
  display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.gallery-row.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 5px;
  left: -28px;
  color: #fff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #84C54E !important;
}

.gallery-row.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.gallery-row.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  top: 5px;
  right: -50px;
  color: #fff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #84C54E !important;
}

.gallery-row.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

/*next gallery selction*/

.image-holder {
  height: 200px;
}

.image-holder {
  margin-bottom: 30px;
}

/*Body of the Panel when it expands*/

.panel .panel-body {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  height: auto;
}

/*Image size and transition*/

.panel .panel-body a img {
  display: block;
  margin: 0;
  width: 100%;
  height: 200px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*Transform scale effect when you hover over*/

.panel .panel-body a.zoom:hover img {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
}

/*Zoom Button*/

.panel .panel-body a.zoom span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -webkit-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
}

/*Zoom Button and Tint Overlay*/

.panel .panel-body a.zoom:hover span.overlay {
  display: block;
  visibility: visible;
  opacity: 0.55;
  -moz-opacity: 0.55;
  -webkit-opacity: 0.55;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/*Zoom Button*/

.panel .panel-body a.zoom:hover span.overlay i {
  position: absolute;
  top: 45%;
  left: 0%;
  width: 100%;
  font-size: 2.25em;
  color: #fff !important;
  text-align: center;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

#lightbox .modal-content {
  display: inline-block;
  text-align: center;
  width: 500px;
  margin-top: 150px;
}

.modal-body img {
  width: 450px !important;
  height: 300px;
}

/*footer*/

footer {
  background-image: url(../img/Mahagurut-13.png);
  color: #011729;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: -20px;
}

footer p {
  /* text-align: center;*/
  color: #231F20;
  /* padding: 13px 6px;*/
  font-size: 16px;
}

footer h4 {
  font-size: 25px;
  color: #231F20;
  text-align: left;
  font-weight: 600;
}

footer a {
  font-size: 14px;
  color: #231F20;
  padding-bottom: 10px;
}

footer a:hover {
  text-decoration: none;
  color: #00CC33;
}

/*footer h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 12px 0;
    background-color: #37B34A;
}*/

.row.row-1 {
  margin-top: 25px;
}

.col-footer-1 iframe {
  margin-top: 30px;
}

.contact-footer {
  text-align: left;
  padding: 5px -2px;
  font-size: 14px;
  padding-bottom: 10px;
}

.social-icon-footer-1 {
  margin-left: 20px;
}

.social-icon-footer {
  color: #231F20;
  padding: 3px 5px;
  margin: 5px;
  border: 1px solid #84C54E !important;
  /* display: block; */
  /*margin-left: 25px;*/
  border-radius: 5px;
}

.social-icon-footer:hover {
  background: #84C54E;
  color: #fff;
}

footer i {
  padding: 3px 5px;
  border: 1px solid #84C54E !important;
  color: #231F20;
}

footer i:hover {
  background: #84C54E;
  color: #fff;
}

.col-footer-1 p {
  margin-left: 20px;
  line-height: 30px;
}

/*.contact-i{
margin-left: -30px;
}*/

p.contact-add {
  color: #231F20;
  text-align: left;
  font-size: 14px;
  padding: 0px;
}

span.span-foot {
  margin-left: 27px;
}

span.span-foot-1 {
  margin-left: 36px;
}

footer li {
  font-size: 14px;
  color: #fff;
  padding-bottom: 20px;
  text-align: left;
}

footer.col-md-4.mx-auto {
  padding-left: 35px;
}

footer img {
  margin-right: 6px;
}

/*copyright*/

.footer-copyright {
  background: #000000;
}

.footer-copyright h5 {
  color: #ffff;
  /* font-family: Poppins Regular; */
  font-size: 13px;
  text-align: left;
  margin: 10px auto;
}

.design {
  color: #fff;
  font-size: 13px;
  text-align: right;
  padding-right: 60px;
}

.copy-col-1 {
  float: left;
}

.design-company {
  color: #fff;
}

.design-company:hover {
  color: #00CC33;
  text-decoration: none;
}

/**********inner page***************************/

.inside-page-banner {
  background-image: url('../img/inner-page.jpg');
  width: 100%;
  height: 250px;
  /*  margin-top: 147px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*position: relative;*/
}

.inside-page-banner h1 {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  width: 200px;
  margin: 120px auto;
  color: #fff;
}

/*About*/

.inside-page {
  padding: 20px;
}

.inside-page h2 {
  text-align: center;
  color: #84C54E;
  font-weight: 600;
  font-size: 28px;
}

.inside-page p {
  display: flex;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
}

.mvi-inside {
  margin: 0px auto;
  margin-top: 20px;
}

.inside-page h4 {
  padding: 10px;
  color: #FFE400;
  background: black;
  max-width: 440px;
  border-radius: 5px;
  margin: 25px 0px;
}

p.qoute {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

.inside-page a:hover {
  text-decoration: none;
}

.mvi-col-1 {
  padding: 20px;
  padding-top: 10px;
  margin-bottom: 30px;
  border: 2px solid #FFE400;
  border-radius: 10px;
}

.mvi-col-1:hover {
  border: 2px solid #84C54E;
}

.mvi-col-1 img {
  width: 50px;
  background: #84C54E;
  border-radius: 5px;
  margin-right: 20px;
}

.mvi-col-1 h3 {
  /* padding-top: 20px;*/
  color: #84C54E;
  font-weight: 600;
}

.mvi-col-1 p {
  line-height: 20px;
}

.org-struc h3 {
  font-size: 20px;
  font-weight: 700;
}

.org-struc h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 12px 0;
  background-color: #84C54E;
}

.org-struc li {
  list-style: none;
  font-size: 16px;
}

i.fas.fa-angle-double-right {
  color: #84C54E;
  padding-top: 7px;
  padding-right: 10px;
}

.org-struc h4 {
  color: black;
  background: none;
  width: 200px;
  padding: 0px;
  margin: 0px;
  font-weight: 600;
}

.org-struc h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 12px 0;
  background-color: #FFE400;
}

.respons h3 {
  font-size: 20px;
  font-weight: 700;
}

.respons h5 {
  font-size: 15px;
  color: #00CC33;
}

.resp-person {
  padding: 10px;
  border: 2px solid;
  border-radius: 5px;
  margin-bottom: 20px;
}

/*opertations*/

.operatn {
  max-width: 1100px;
}

.operatn img {
  width: 100%;
}

.row.mile-stone {
  display: block;
  align-items: center;
}

.mile-stone ul {
  padding: 50px 0;
}

.mile-stone ul li {
  position: relative;
  list-style-type: none;
  width: 6px;
  background-color: #000;
  margin: 0 auto;
  padding-top: 50px;
}

.mile-stone ul li::after {
  background: #84C54E;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.mile-stone ul li div {
  position: relative;
  width: 375px;
  padding: 15px;
  border-radius: 5px;
  bottom: 0;
  /* background: rgba(42,50,113, .28);*/
  background: #84C54E;
}

.mile-stone ul li:nth-child(odd) div {
  left: 45px;
}

.mile-stone ul li:nth-child(even) div {
  left: -445px;
}

.mile-stone time {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.mile-stone ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.mile-stone ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.mile-stone ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.mile-stone ul li.dis div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/*youtube-media*/

.youtube-media {
  padding: 20px;
}

.youtube-row {
  display: flex;
  justify-content: space-around;
}

/*contact us*/

.row-contact {
  margin: 80px 30px;
  background: #fff;
  border-radius: 10px;
}

.container .contactinfo h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.contact-page form {
  position: relative;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  padding: 40px 40px 80px 40px;
  margin-top: 8px;
  margin-bottom: 15px;
}

.contact-page h2 {
  margin: 30px 0px;
  text-align: left;
  font-size: 30px;
  padding: 0px;
  color: #84C54E;
}

.contact-page button {
  width: 125px;
  background: #84C54E;
  padding: 7px;
  margin: auto 15px;
  font-size: 18px;
  border: none;
  float: right;
}

.contact-page button:hover {
  background: #FFE400;
  color: #000;
}

i.fas.fa-envelope-open-text.fa-lg {
  margin-left: 10px;
}

.contact-page li {
  text-align: left;
}

.contact-page a {
  color: #000;
  font-size: 16px;
  text-align: left;
}

.contact-page a:hover {
  text-decoration: none;
  color: #000;
}

.contact-page p {
  display: flex;
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  margin: 15px 0px;
}

.contact-page i {
  padding-top: 25px;
  padding-right: 10px;
  color: #84C54E;
}

.contact-details {
  margin-top: 63px;
}

.shadow.p-3.mb-5.bg-yellow.rounded {
  height: 358px;
  background: #c8e0f1;
}

.dynamic-code {
  background: #EBF2F8;
  font-size: 25px;
  color: #000;
  text-align: center;
}

.code {
  width: 100px;
}

.col-lg-6.captcha-reload {
  margin-top: -14px;
  margin-left: 0px;
  color: #00008b;
}

input#captcha-input {
  margin-top: 0;
  width: 180px;
  height: 35px;
}

i.fas.fa-mobile-alt.fa-lg {
  padding-left: 13px;
}

i.fas.fa-home.fa-lg {
  margin-left: 7px;
}

.add-span-1 {
  margin-left: 40px;
}

i.fas.fa-mobile-alt.fa-lg.foot-i {
  padding-left: 0px;
}

.contact-page h3 {
  font-weight: 600;
}

/*download*/

.download-row {
  margin: 30px;
}

.download-page a {
  margin: 5px auto;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  max-width: 300px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 2px solid #84C54E;
}

.download-page a:hover {
  border: 2px solid #84C54E;
  background: #84C54E;
  color: #fff;
}

/*donate page*/

section.donate-page h3 {
  text-align: center;
}

section.donate-page h2 {
  text-align: center;
}

.donate-page {
  padding: 30px 20px;
}

.donate-page h4 {
  padding: 10px;
  color: #FFE400;
  background: black;
  width: 226px;
  border-radius: 5px;
  margin: 25px 0px;
}

.bank-detalis {
  border: 2px solid #84C54E;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
}

.bank-detalis h5 {
  font-weight: 600;
  font-size: 16px;
}

.donate-page a {
  padding: 10px;
  background: #84C54E;
  border: 2px solid #84C54E;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
}

.donate-page a:hover {
  border: 2px solid #84C54E;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.donation-btn {
  /* padding: 109px; */
  margin: 150px;
}


.h-blog-sec {
  padding: 40px 0;
  width: 100%;
}

.h-blog-sec h2 {
  /*  color: #1C3764;*/
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

/*.h-blog-sec h2::before{
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 90px;
  left: -90px;
  right: 0;
  top: 50px;
  margin: 0 auto;
  background-color: #1B3665;
}
.h-blog-sec h2::after{
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 90px;
  left: 90px;
  right: 0;
  top: 50px;
  margin: 0 auto;
  background-color: #FFCB05;
}*/

.h-blog-sec h3 {
  font-size: 24px;
  color: #1C3664;
  font-weight: 500;
  position: relative;
  margin-top: 20px;
}

/*.blog-wrap h3::before{
  display: block;
  content: "";
  position: absolute;
  height: 4px;
  width: 60px;
  left: 0;
  top: 40px;
  background-color: #1B3665;
}
.blog-wrap h3::after{
  display: block;
  content: "";
  position: absolute;
  height: 4px;
  width: 60px;
  left: 60px;
  top: 40px;
  background-color: #FFCC06;
}*/
.h-blog-sec p {
  font-size: 16px;
  color: #1B3665;
  margin-top: 30px;
}

.blog-text-wrap p {
  font-size: 16px;
  color: #808185;
}

.blog-text-wrap h5 {
  font-size: 18px;
  font-weight: 500;
  color: #1B3665;
}

.blog-wrapp {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8E9AB0;
}


.organizing-sec {
  background-image: url('../img/Trust-Banner.jpg');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rule-sec {
  background-image: url('../img/rules-sec.jpg');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.opertation-sec {
  background-image: url('../img/operation-sec.jpg');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trust-milestone-sec {
  background-image: url('../img/trust-mile-stone-sec.jpg');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-sec {
  background-image: url('../img/carous-2.JPG');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.donate-sec {
  background-image: url('../img/donate.jpg');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-sec {
  background-image: url('../img/contact-us-banner.jpg');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-sec {
  background-image: url('../img/news-sec.jpg');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.download-sec {
  background-image: url('../img/download-sec.jpg');
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-img-prodution {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  overflow-x: scroll;

}

.carouselRow {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 150px;
  background-color: #84C54E;
  position: relative;
  padding: 40px 10px;
  color: #fff;
  border-radius: 7px;
}

/*.col-img-prodution{
  display: none;
}*/
.imgclose {
  position: absolute !important;
  top: -17px;
  right: 10px;
  cursor: pointer;
}

.imgclose span {
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #fff;
}

.item {
  padding: 20px;
  /*margin-top: 50px;
*/
}

.item h2 {
  font-size: 28px;
  text-align: center;
}

.item a {
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 20px 0;
  color: #000;
  font-size: 22px;
}

.item a:hover {
  color: #fff;
  text-decoration: none;
}

.item p {
  font-size: 14px;
  text-align: justify;
}

.item ul li {
  text-align: justify;
  font-size: 13px;
}

.imgclose span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.imgclose span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.indicator {
  position: relative;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  margin: 40px auto;
}

.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
  top: -30px;
  left: -30px;
  animation-delay: 0s;
}

.indicator span:nth-child(2) {
  top: -15px;
  left: -15px;
  animation-delay: 0.2s;
}

.indicator span:nth-child(3) {
  top: 0;
  left: 0;
  animation-delay: 0.4s;
}

.indicator span:nth-child(4) {
  top: 15px;
  left: 15px;
  animation-delay: 0.6s;
}

/* .indicator span:nth-child(5) {
  top: 30px;
  left: 30px;
  animation-delay: 0.8s;
}*/
@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0);
  }

  20% {
    border-color: #fff;
    transform: translate(15px, 15px);
  }

  20.1%,
  100% {
    border-color: #ffd64a;
  }
}

@media screen and (max-width: 1024px) {
  .main-menu ul li a {
    padding: 10px 7px;
  }
}

@media screen and (max-width: 768px) {
  .modalPopup {
    width: 100%;
  }

  .logo img {
    width: 25% !important;
  }

  .sticky .logo img {
    width: 50% !important;
  }

  .row.top-header {
    display: none;
  }

  hr {
    display: none;
  }

  .humbergarBtn {
    width: 35px;
    height: 0px;
    position: absolute;
    top: -37px;
    bottom: 0px;
    right: 15px;
    margin: auto;
    color: #fff;
  }

  .sticky .humbergarBtn {
    width: 35px;
    height: 0px;
    position: absolute;
    top: -20px;
    bottom: 0px;
    right: 15px;
    margin: auto;
    color: #fff;
  }

  .humbergarBtn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    color: #fff;
    border-radius: 3px;
    position: absolute;
  }

  .humbergarBtn span:nth-child(1) {
    top: 7px;
    width: 27px;
    left: 6px;
    -webkit-transition: transform 500ms ease-out;
    -moz-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
  }

  .humbergarBtn span:nth-child(2) {
    top: 14px;
    width: 14px;
    left: 6px;
    -webkit-transition: left 1000ms ease-out;
    -moz-transition: left 1000ms ease-out;
    -o-transition: left 1000ms ease-out;
    transition: left 1000ms ease-out;
  }

  .humbergarBtn span:nth-child(3) {
    top: 22px;
    width: 27px;
    left: 6px;
    -webkit-transition: transform 500ms ease-out;
    -moz-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
  }

  .humbergarBtn.close span:nth-child(1) {
    top: 7px;
    width: 27px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform 500ms ease-out;
    -moz-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
  }

  .humbergarBtn.close span:nth-child(2) {
    top: 14px;
    width: 14px;
    left: 1000px;
    -webkit-transition: left 1000ms ease-out;
    -moz-transition: left 1000ms ease-out;
    -o-transition: left 1000ms ease-out;
    transition: left 1000ms ease-out;
  }

  .humbergarBtn.close span:nth-child(3) {
    top: 7px;
    width: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 500ms ease-out;
    -moz-transition: transform 500ms ease-out;
    -o-transition: transform 500ms ease-out;
    transition: transform 500ms ease-out;
  }

  .main-menu.addSlide {
    left: 0px;
    -webkit-transition: left 500ms ease-out;
    -moz-transition: left 500ms ease-out;
    -o-transition: left 500ms ease-out;
    transition: left 500ms ease-out;
  }

  .main-menu ul {
    /*margin-top: 20px;*/
    display: grid;
  }

  .main-menu a {
    font-size: 17px;
    color: #fff;
  }

  .main-menu a:hover {
    background: #84C54E !important;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
  }

  /*    .main-menu a:hover{
      background: red;
    }*/
  .main-menu {
    left: -310px;
    width: 250px;
    background: #000;
    position: absolute;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99;
  }

  .main-menu ul li {
    /* margin: 0px auto;*/
  }

  /*.main-menu ul li a{
  display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}*/
  .banner1 {
    height: 230px;
  }

  .banner2 {
    height: 230px;
  }

  .banner3 {
    height: 230px;
  }

  .banner-row.owl-carousel .owl-nav button.owl-prev {
    display: none;
  }

  .banner-row.owl-carousel .owl-nav button.owl-next {
    display: none;
  }

  .matrix-count {
    display: inline;
    margin-top: -44px;
  }

  .count {
    /* width: 248px!important; */
    padding: 1px;
    margin: 10px auto;
    /* margin-right: 0; */
  }

  .mvi {
    display: inline;
    margin: 0px auto;
    margin-top: 235px;
  }

  .mvi-col {
    margin: 20px auto;
  }

  ul.dropdown {
    display: block;
    position: unset;
    padding: 10px 0;
    width: 240px;
    top: 17px;
    left: -10px;
    border-radius: 0px 0px 5px 5px;
  }

  .gallery-row.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }

  .miles-row.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }

  .milestone a {
    margin: 0 20px;
  }

  .design {
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding-right: 0px;
  }

  .mile-stone ul li {
    margin: 0;
  }

  .mile-stone ul li div {
    width: 300px;
  }

  .mile-stone ul li {
    padding-top: 5px;
  }

  ul li:nth-child(even) div {
    left: 45px !important;
  }
}

@media screen and (max-width: 900px) {
  ul li div {
    width: 250px;
  }

  ul li:nth-child(even) div {
    /* left: -289px; */
    /*250+45-6
  }
}*/
  }
}

.portfolio-links a {
  padding: 10px 20px;
  margin: 0 10px;
  color: #333;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
}

.portfolio-links .active {
  color: #fff;
}

.portfolio-links a:hover {
  background-color: #84c54e;
}

.portfolio-links a:hover {
  color: #fff;
  text-decoration: none;
}

.portfolio-1 {
  display: none;
}

.portfolio-1.active {
  display: block;
}