html {
  scroll-behavior: smooth;
}

body {
  /*background-color: #fff;*/
  background-image: url(../images/gray-bg.jpg);
  background-position: center;
background-size: cover; 
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*----------------------------------------------------------------------------------------------------------------------------
                                                    # Homepage
----------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------
# nav Section
--------------------------------------------------------------*/

.navbar {
  margin: 0;
  padding: 0;
  transition: all ease .5s;
  /*background-color: #00ab27!important;*/
  background-color: #ffffff!important;
}

.navbar button {
  margin: 0;
  padding: 0;
}

nav.shrink {
  transition: all ease .5s;
  /*background-color: rgba(40, 167, 69, 0.79)!important;*/
  background-color: #ffffff!important;
}

.navbar-nav {
  /*margin: 0 20px;*/
  margin: 0 -11px;
  padding: 0;
  position: relative;
  margin-left: auto;
}

.navbar .collapse {
  padding: 0;
  margin: 0;
}

#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu:before,
#menu:after {
  content: '';
  display: table;
}

#menu:after {
  clear: both;
}

#menu li {
  float: left;
  position: relative;
}

#menu a {
  float: left;
  padding: 16px 12px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  color: #000;
  margin-left: 16px;
}

#menu li:hover>a {
  color: #D9261C;
  /*background: #1F1A17;*/
}

#menu ul {
  margin: 20px 40px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1;
  background-color: #52BE80;
  transition: all .3s ease-in-out;
  /*border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;*/
}

#menu ul li {
  margin: 0 15px;
  transition: .5s;
}

#menu ul li:hover {
  margin-left: 5px;
  transition: .5s;
}

#menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul a {
  padding: 10px;
  width: 240px;
  display: block;
}

#menu .login-btn{
    border: red 1px solid;
    border-color: transparent;
    border-radius: 30px;
    padding: 15px 20px;
    background: #e9594c;
}

#menu .login-btn:hover {
  color: #fff;
  /*background: #1F1A17;*/
}

#menu ul .gallery-width {
  width: 120px;
}

#menu ul li:first-child>a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

#menu .active {
  /*background-color: #52BE80;*/
  color: #000;
  font-weight: 500;
    border-bottom: 3px solid #D9261C;
    padding: 16px 12px 7px 12px;
}


/*
.navbar-nav a{ 
  color: #fff!important;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-align: center;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    
  }


.navbar-nav .animation{
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background: #82E0AA;
  border-radius: 8px;
  transition: all .5s ease 0s;
}


/*.navbar-nav .home-hover:hover{
  background-color: #82E0AA;
  border-radius: 8px;
}

.navbar-nav .active{
  color: #000 !important;
}

.navbar-nav a:nth-child(1){
  width: 100px;
}

.navbar-nav a:last-child{
  border-right: none;
}

.navbar-nav .start-home,a:nth-child(1):.animation{
  width: 0;
  left: 0;
}


.navbar-nav a:nth-child(2){
 width: 83.3px;
}

.navbar-nav .start-profile,a:nth-child(2):.animation{
  width: 83.3px;
  left: 100px;
}

.navbar-nav a:nth-child(3){
  width: 246.89px;
}

.navbar-nav .start-newsroom,a:nth-child(3):.animation{
  width: 246.89px;
  left: 183.3px;
}

.navbar-nav a:nth-child(4){
 width: 87.88px;
}

.navbar-nav .start-gallery,a:nth-child(4):.animation{
  width: 87.88px;
  left: 430.19px;
}

.navbar-nav a:nth-child(5){
  width: 86.89px;
}

.navbar-nav .start-training,a:nth-child(5):.animation{
  width: 86.89px;
  left: 518.07px;
}

.navbar-nav a:nth-child(6){
  width: 100.75px;
}

.navbar-nav .start-blog,a:nth-child(6):.animation{
  width: 100.75px;
  left: 604.96px;
}

/*.navbar-nav a:nth-child(7){
 width: 95.94px;
}

.navbar-nav .start-contact,a:nth-child(7):.animation{
  width: 95.94px;
  left: 697.4px;
}

*/


/*social menu*/

.social-menu {
  margin-bottom: 20px;
}

.social-menu ul {
  position: absolute;
  padding: 0;
  margin-right: 10px;
  display: flex;
  right: 0;
  padding-right: 15px;
}

.social-menu ul li {
  padding: 0;
}

.social-menu ul li img {
  list-style: none;
  margin: 0 5px;
  width: 30px;
  height: 30px;
}

.social-menu ul li a {
  position: relative;
  display: block;
  text-align: center;
  transition: .6s;
}

.social-menu ul li a:hover {
  transform: translate(0, -5px);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  /*background: url("../images/bg.jpg") center center;*/
  background-size: cover;
  position: relative;
  margin-top: 55px;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0.38);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 150px 0 10px 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  border-bottom: 4px solid #3498db;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #28A745;
  text-transform: uppercase;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #27cf4e;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  color: #000;
}

#hero .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #28A745;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 7px;
  width: 140px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

#hero .button:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#hero .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#hero .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#hero .button:hover span {
  padding-right: 25px;
}

#hero .button:hover span:after {
  opacity: 1;
  right: 0;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/
#demo{
  margin-top: 30px;
}
#demo .carousel-item img{
    width: 100%;
}

#demo .carousel-item .carousel-caption{
  background-color: rgba(88, 214, 141, 0.39);
  margin: 0;
  padding: 0;
}

#demo .carousel-item h1{
    font-size: 54px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align:left;
}

#demo .carousel-item p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
.carousel-caption {
    position: absolute;
    right: 52%;
    bottom: 73%;
    left: 9%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 43%;
    width:80%;
}
#demo .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #D9261C;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 7px;
  width: 140px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-left: -86%;
}

#demo .button:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#demo .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#demo .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#demo .button:hover span {
  padding-right: 25px;
}

#demo .button:hover span:after {
  opacity: 1;
  right: 0;
}

/*--------------------------------------------------------------
# intro Section
--------------------------------------------------------------*/

.intro {
  margin-top: 70px;
  padding: 0;
  margin-bottom: 50px;
}

.intro .container {
  padding: 0;
  padding-left: 20px;
}

.intro h2 {
  padding-bottom: 20px;
}

.intro h2 {
  position: relative;
  font-size: 30px;
  z-index: 1;
}

.intro h2:after {
  content: '';
  background-color: #28a745;
  height: 2px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 80%;
}

.intro p {
  padding-top: 10px;
  line-height: 30px;
  text-align: justify;
}

.intro img {
  width: 80%;
}

@media (max-width: 1200px) {
  .intro h2:after {
    visibility: hidden;
  }
  .intro h2 {
    text-align: center;
  }
  .intro p {
    text-align: justify;
  }
}

@media(max-width: 991px) {
  .intro img {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .intro .container {
    margin: 0 20px;
    padding: 0;
  }
}

@media(max-width: 705px) {
  .intro .container {
    margin: 0 20px;
    padding: 0 40px;
  }
}


/*--------------------------------------------------------------
# call to action Section
--------------------------------------------------------------*/

.contact-home {
  /*background: url("../images/call-t0-action.jpg");*/
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact-top{
    background:#D9261C;
}
.contact-bottom{
    background:#fff;
    padding: 20px 0px;
}
.contact-bottom img{
    /*margin-left: 96px;*/
    /*margin-top: -63px;*/
}
.contact-home h2 {
  padding: 13px 0px;
  /*padding-left: 120px;*/
  color: #fff;
  text-transform: uppercase;
}

.contact-home p {
    padding-top: 45px;
    /* padding-left: 120px; */
    /* padding-right: 400px; */
    line-height: 30px;
    text-align: justify;
}

.contact-home .btn {
  display: inline-block;
  border-radius: 4px;
  background-color: #D9261C;
  border: none;
  text-align: center;
  font-size: 18px;
  padding: 7px;
  width: 140px;
  transition: all 0.5s;
  cursor: pointer;
  /*margin-left: 120px;*/
  margin-top: 0px;
}

.contact-home .btn:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.contact-home .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #fff;
}

.contact-home .btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.contact-home .btn:hover span {
  padding-right: 25px;
}

.contact-home .btn:hover span:after {
  opacity: 1;
  right: 0;
}

.contact-home .btn a {
  text-decoration: none;
  color: #FFFFFF;
}

@media(max-width: 991px) {
  .contact-home {
    height: 40vh;
  }
  .contact-home h2 {
    font-size: 20px;
    padding: 0;
    padding-top: 80px;
    /*padding-left: 120px;*/
  }
}

@media(max-width: 665px) {
  .contact-home h2 {
    font-size: 18px;
    padding: 0;
    padding-top: 80px;
    padding-left: 90px;
  }
}

@media(max-width: 457px) {
  .contact-home h2 {
    font-size: 18px;
    padding: 0;
    padding-top: 80px;
    /*padding-left: 50px;*/
  }
  .contact-home .btn {
    margin-left: 0px;
  }
}

@media(max-width: 379px) {
  .contact-home {
    height: 50vh;
  }
}

@media(max-width: 316px) {
  .contact-home .btn {
    margin-left: 40px;
  }
}


/*--------------------------------------------------------------
# involvement Section
--------------------------------------------------------------*/

.involve {
  margin-top: 60px;
  /*padding: 40px 0;*/
}

.involve .container-fluid {
  width: 90%;
  margin: 0 auto;
}

.involve .col-md-2 {
  margin-bottom: 40px;
}

.involve img {
  width: 86%;
}

.involve h2 {
  padding-bottom: 20px;
}

.involve h2 {
  position: relative;
  font-size: 30px;
  z-index: 1;
}

.involve h2:after {
  content: '';
  background-color: #D9261C;
  height: 2px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 79%;
}

.involve .row {
  padding: 20px 0;
}

@media(max-width: 1199px) {
  .invlove h2 {
    text-align: center;
  }
  .involve h2:after {
    /*visibility: hidden;*/
  }
}

@media(max-width: 767px) {
  .invlove .container-fluid .col-md-2 {
    width: 50%;
  }
}


/*--------------------------------------------------------------
# recent event Section
--------------------------------------------------------------*/

.recent-event {
  padding: 120px 0px 0px;
}

.recent-event .container-fluid {
  width: 90%;
  margin: 0 auto;
}

.recent-event .col-md-4 {
  margin-bottom: 30px;
    /* height: 300px; */
    /* padding: 5px; */
  width: 100%;
  position: relative;
  transition: 0.8s;
}

.recent-event .col-md-4:hover {
  margin-top: -10px;
  transition: 0.8s;
}

.recent-event h1 {
  position: relative;
  font-size: 30px;
  z-index: 1;
  margin-top: 10px;
  padding-bottom: 30px;
}

.recent-event h1:after {
  content: '';
  background-color: #D9261C;
  height: 2px;
  display: block;
  position: absolute;
  top: 22px;
  right: 0;
  width: 78%;
}

.recent-event img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.recent-event .col-md-4 h4 {
  position: absolute;
    bottom: 20px;
    left: 16px;
    right: 5px;
    color: #fff;
    background-color: #d9261c94;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    /* margin-bottom: 4px; */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 349px;
    padding: 4px;
}

@media(max-width: 1200px) {
  .recent-event h1:after {
    /*visibility: hidden;*/
  }
}

@media(max-width: 901px) {
  .recent-event .row .col-md-4 {
    width: 50%;
  }
}

@media(max-width: 522px) {
  .recent-event .row .col-md-4 {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/

#carouselExampleControls {
  margin-bottom: 70px;
}

.slider h2 {
  padding-bottom: 20px;
  margin-top: 120px;
}

.slider h2 {
  position: relative;
  font-size: 35px;
  z-index: 1;
}

.slider h2:after {
  content: '';
  background-color: #28a745;
  height: 2px;
  display: block;
  position: absolute;
  top: 22px;
  right: 0;
  width: 78%;
}


/*--------------------------------------------------------------
# post slider Section
--------------------------------------------------------------*/

.post-slider {
  margin: 0px 0px 50px 0px;
  position: relative;
}

.post-slider h2 {
  /*padding-left: 90px;*/
  padding-bottom: 20px;
  margin-top: 20px;
  position: relative;
  font-size: 30px;
  z-index: 1;
}

.post-slider h2:after {
   content: '';
    background-color: #28a745;
    height: 2px;
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    width: 78%;
}

.post-slider .next {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 2em;
  color: #006669;
  cursor: pointer;
}

.post-slider .prev {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 2em;
  color: #006669;
  cursor: pointer;
}

.post-slider img {
  width: 100%;
}

.post-slider .post-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.post-slider .post-wrapper .post {
  height: 100%;
  display: inline-block;
  margin: 0 10px;
}

@media(max-width: 1100px) {
  .post-slider .next {
    visibility: hidden;
  }
  .post-slider .prev {
    visibility: hidden;
  }
  .post-slider .post-wrapper {
    width: 90%;
  }
  .post-slider h2:after {
    /*visibility: hidden;*/
  }
}


/*--------------------------------------------------------------
# footer Section
--------------------------------------------------------------*/

.footer {
  width: 100%;
  background-color: #ad1911;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  display: table;
  padding: 2rem 0rem 0rem;
}

.footer .footer-menu {
  margin: 5px 0;
}

.footer .footer-menu li {
  /*display: inline-block;
  margin: 15px 20px;
  padding: 0 10px;*/
}

.footer .footer-menu li:hover {
  /*background-color: #fff;
  border-radius: 5px;*/
}

.footer .footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
}

.footer .footer-menu li a:hover {
  color: #000;
}

.footer-top{
  margin-bottom: 6%;
}

.footer .qt-caption-small {
    margin-bottom: 22px;
    font-size: 17px;

}
.footer .qt-caption-small span, .qt-widgets-footer .qt-caption-small a.rsswidget {
    color: #fff !important;
    font-weight: normal;
    padding: 5px 0px;
    border-bottom: 1px solid;
}
.footer .qt-caption-small span:empty {
    display: none;
}
.footer-text p{
  color: #fff;
    line-height: 22px;
}
.footer-text a{
  color: #fff;
    line-height: 19px;
}


/*social media*/

.social-footer {
  /*margin-top: 20px;
  margin-bottom: 20px;*/
}

.social-footer ul {
  padding: 0;
  margin-right: 5px;
  display: flex;
  padding-right: 5px;
  align-content: center;
}

.social-footer ul li {
  padding: 0;
}

.social-footer ul li:hover {
  background-color: transparent;
}

.social-footer ul li img {
  list-style: none;
  margin: 0 5px;
  width: 35px;
  height: 35px;
}

.social-footer ul li a {
  position: relative;
  display: block;
  text-align: center;
  transition: .6s;
  padding-right: 19px;
}

.social-footer ul li a i {
  font-size: 20px;
}

.social-footer ul li a:hover {
  /*transform: translate(0, -5px);*/
}

.social-footer img{
    border-radius: 10px;
}

.footer .copyright-section {
  margin: 0;
  padding: 5px;
  color: #000;
  background: #d9261c;
  margin-top: 10px;
}

.footer .copyright-section p{
    margin: 0px;
    font-size: 14px;
    color: #fff;
}

.footer .copyright-section p span a{
    color: #000;
}

.footer .copyright-section p span a:hover{
    color: #fff;
}

.footer .col-md-12 {
  padding-top: 20px;
  text-align: center;
}

.footer .col-md-12 a {
  color: #D9261C;
}


/*Contact footer*/

.contact-footer {
  margin: 10px 0;
}

.contact-footer .fa {
  font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px;
    margin-right: 5px;
}

.contact-footer li{
  margin-bottom: 13px;
}

.contact-footer h4 {
  color: #fff;
}

.contact-footer p {
  color: #fff;
}

.contact-footer a {
  color: #fff;
  text-decoration: none;
}

.contact-footer iframe {
  border-radius: 8px;
}

@media(max-width: 872px) {
  .footer .footer-menu li {
    /*margin: 15px 2px;*/
    /*padding: 0 5px;*/
  }
  .footer .footer-menu li a {
    font-size: 18px;
    font-weight: 500;
  }
}

@media(max-width: 415px) {
  .footer .footer-menu li {
    margin: 10px 2px;
    padding: 0 2px;
  }
  .footer .footer-menu li a {
    font-size: 14px;
    font-weight: 400;
  }
}

@media(max-width: 321px) {
  .footer .footer-menu li {
    margin: 7px 1px;
    padding: 0 1px;
  }
  .footer .footer-menu li a {
    font-size: 12px;
    font-weight: 400;
  }
}


/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/

.gotobtn {
  position: fixed;
    width: 36px;
    height: 42px;
    background: #D9261C;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 22px;
    display: none;
}

.gotobtn:hover {
  color: #D9261C;
  font-size: 33px;
  background-color: transparent;
}


/*----------------------------------------------------------------------------------------------------------------------------
                                                    # Contact
----------------------------------------------------------------------------------------------------------------------------*/

.contact {
  padding: 20px;
}

.contact .container {
  width: 60%;
  margin: 0 auto;
}

.contact h2 {
  font-size: 45px;
  font-weight: 500;
  font-family: Bitter, serif;
  text-transform: uppercase;
  text-align: center;
}



.contact h6 {
  font-size: 25px;
  font-weight: 400;
  font-family: Bitter, serif;
  padding-bottom: 30px;
}
.contact .contact-info {
  padding: 10px 0;
  margin: 10px 0;
  box-shadow: 3px 3px 6px;
  border-radius: 22px;
  background-color: #eee3e3;
}
.contact .box1, .box2 {
  text-align: center;
  padding: 10px 0;
}
.contact .box1 .fa, .contact .box2 .fa {
  font-size: 20px;
    line-height: 25px;
    padding: 15px 0;
    color: #D9261C;
    border: 2px solid #D9261C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px 0;
    margin-bottom: 13px;
}

/*contact map*/
.contact-map {
  margin: 0px 0;
  padding: 0;
}
.contact-map .container-fluid {
  margin: 0;
  padding: 0;
}
.contact-map iframe {
  border: none;
}
.contact-map h2 {
  font-size: 45px;
  font-weight: 500;
  font-family: Bitter, serif;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}
@media(max-width: 991px) {
  .contact {
    margin: 0;
    padding: 0;
  }
  
  .contact h2 {
    font-size: 25px;
  }
  
  .contact .col-md-6 {
    padding: 5px 0;
  }
  
  .contact .col-md-6 .fa {
    font-size: 20px;
    line-height: 14px;
    padding: 10px 0;
    color: #006642;
    border: 2px solid #006642;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  
  .contact .text-box h4 {
    font-size: 18px;
    margin: 0;
  }
  
  .contact .text-box p {
    font-size: 14px;
    margin: 0;
  }
}

/*--------------------------------------------------------------
# contact-form Section
--------------------------------------------------------------*/
.contact-form {
  margin-top: 30px;
  margin-bottom: 80px;
}
.contact-form h2 {
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 0 0 8px;
  padding-bottom: 20px;
  font-size: 45px;
  font-family: Bitter, serif;
}
.main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 0px;
  background: #e5e5e5;
  margin-bottom: 30px;
  border-radius: 15px;
}
.left-part,
form {
  padding: 25px;
}
.left-part {
  text-align: center;
}
.fa-envelope-open {
  font-size: 130px;
  transform: rotate(-20deg);
  color: #006642;
}
.contact-form form {
  background: #e5e5e5;
}
.title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.info {
  display: flex;
  flex-direction: column;
}
input,
select,
textarea {
  padding: 5px;
  margin-bottom: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #006642;
  outline: none;
  color: #747877;
  font-size: 20px;
  font-weight: 500;
}
input::placeholder,
textarea::placeholder {
  color: #969999;
}
.btn-item,
button {
  padding: 10px 5px;
  margin-top: 20px;
  border-radius: 5px;
  border: none;
  background: #D9261C;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.btn-item {
  display: inline-block;
  margin: 20px 5px 0;
}
button {
  width: 100%;
}
button:hover,
.btn-item:hover {
  background: #85d6de;
}
@media (min-width: 568px) {
  html,
  body {
    height: 100%;
  }
  
  .main-block {
    flex-direction: row;
    height: calc(100% - 50px);
  }
  
  .left-part,
  form {
    flex: 1;
    height: auto;
  }
}
@media(max-width: 767px) {
  .contact .fa-envelope-open {
    font-size: 90px;
    transform: rotate(-20deg);
    color: #006642;
  }
  
  .contact .contact-form h2 {
    font-size: 35px;
  }
}
@media(max-width: 567px) {
  .contact .fa-envelope-open {
    visibility: hidden;
  }
  
  .contact .left-part {
    padding: 0;
    margin: 0;
  }
  
  .contact .contact-form h2 {
    margin: 0;
    padding: 0;
  }
  
  .contact .main-block form {
    margin-top: -90px;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------
                                                    # gallery
----------------------------------------------------------------------------------------------------------------------------*/
.gallery {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}
.gallery ul.filters {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
}
.gallery ul.filters>li {
  list-style: none;
  display: inline-block;
}
.gallery ul.filters>li>a {
  display: block;
  color: #434e5e;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 8px;
}
.gallery ul.filters>li>a:hover {
  background-color: #e6e9ed;
}
.gallery ul.filters>li.active>a {
  color: #fff;
  background-color: #00a54f;
}
.gallery .item {
  padding: 10px;
  height: 220px;
}
.gallery img {
  /*border-radius: 5px;*/
  margin: 0;
  transition: 1s;
}
.gallery img:hover {
  /*transform: scale(1.1);*/
}
.gallery h5 {
  position: absolute;
  top: 20px;
  left: 30px;
  display: inline-block;
  margin: 0;
  padding: 2px 6px;
  border-radius: 8px;
  background-color: #fff;
  transition: 1s;
  font-size: 14px;
}
.gallery .gallery_caption {
  text-align: center;
  padding: 10px 10px;
  font-weight: 600;
}
.gallery .gallery_caption a, a:hover{
  color: #000;
  text-decoration: none;
}
@media(max-width: 457px) {
  .gallery ul.filters>li>a {
    padding: 5px 10px;
    font-size: 12px;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------
                                                    # Video page
----------------------------------------------------------------------------------------------------------------------------*/
.videos {
  margin: 80px 0 50px;
}
.videos span{
  font-size: 17px;
}
.video {
  background-position: center;
  background-size: cover;
  height: 200px;
  position: relative;
  transition: .5s;
  /*margin-bottom: 40px;*/
}
.video:hover {
  /*transform: scale(1.1);*/
  transition: .5s;
}
.video .fas {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #cd201f;
  font-size: 45px;
  position: absolute;
}

/*----------------------------------------------------------------------------------------------------------------------------
                                                    # Single post page
----------------------------------------------------------------------------------------------------------------------------*/
.content {
  width: 90%;
  margin: 30px auto 30px;
}
.content .main-content {
  width: 70%;
  float: left;
}
.article-banner .banner-post {
  margin-bottom: 20px;
  position: relative;
}
.article-banner .banner-post h1 {
  position: absolute;
  bottom: 50px;
  left: 122px;
  color: #fff;
  font-size: 27px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.article-banner .btn-article-banner {
  position: absolute;
  bottom: 120px;
  left: 122px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  background-color: #02b875;
  padding: 0 9px;
  border-radius: 15px;
  transition: 0.3s;
}
.blog .btn-article-banner:hover {
  transition: 0.3s;
  transform: scale(1.1);
  font-size: 15px;
}
.article-banner .banner-post i {
  bottom: 30px;
  left: 122px;
  position: absolute;
  color: #fff;
}
.article-banner .banner-post img {
  width: 100%;
}
.content .main-content .post-tag {
  margin-bottom: 30px;
}
.content .main-content .post-tag i {
  margin-right: 10px;
}
.content .main-content.single {
  background: #fff;
  padding: 40px 60px;
  font-size: 1.1em;
  border-radius: 10px;
}
.content .main-content.single .post-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  font-family: Bitter, serif;
}
.content .post-content p {
  text-align: justify;
  font-size: 16px;
}
.content .related-post .post {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
}
.content .related-post .post img {
  height: 60px;
  width: 100px;
  float: left;
  margin-right: 10px;
}
.content .related-post .post h5 {
  color: #000;
  padding-top: 12px;
  font-size: 13px;
}
.content .related-post .post a {
  text-decoration: none;
}
.content .sidebar {
  width: 30%;
  float: left;
  display: table;
}
.content .sidebar.single {
  padding: 0px 10px;
}
.content .sidebar .section {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.content form {
  padding: 10px 0 0 0;
}
.content .text-input {
  padding: .7rem 1rem;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  outline: none;
  line-height: 1.5rem;
  font-family: Bitter, serif;
  font-size: 1.2em;
}
.content .sidebar .section-title {
  margin-bottom: 20px;
  font-size: 30px;
}
.content .sidebar .section.topics ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid#e0e0e0;
}
.content .sidebar .section.topics ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.content .sidebar .section.topics ul li a:hover {
  padding-left: 20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 962px){
  .content {
    width: 100%;
    margin: 0 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 797px) {
  .content .main-content {
    width: 100%;
  }
  
  .content .sidebar {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------
                                                    # blog page
----------------------------------------------------------------------------------------------------------------------------*/
.banner {
  position: relative;
}
.banner h2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.banner img {
  width: 100%;
}

/*Recent post*/
.blog {
  margin: 90px 0;
}
.blog .row {
  position: relative;
}
.blog h1 {
  font-family: Bitter, serif;
  font-size: 47px;
  font-weight: 100;
  position: relative;
}
.blog .container-fluid h1:after {
  content: '';
  background-color: #28a745;
  height: 2px;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 79%;
}
.blog .col-md-3 {
  height: 400px;
  padding: 0 2px;
  overflow: hidden;
  transition: 0.6s;
  border-radius: 10px;
}
.blog .col-md-3:hover {
  transition: 0.6s;
  transform: scale(1.1);
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 25px 60px;
}
.blog .col-md-3 img {
  width: 150%;
  height: 100%;
}
.blog .col-md-3 h2 {
  position: absolute;
  top: 315px;
  left: 20px;
  font-size: 20px;
  transition: 0.3s;
}
.blog .col-md-3 h2:hover {
  transition: 0.3s;
  padding-left: 9px;
}
.blog .col-md-3 a {
  color: #fff;
  text-decoration: none;
}
.blog .btn {
  position: absolute;
  bottom: 90px;
  left: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  background-color: #02b875;
  padding: 0 9px;
  border-radius: 15px;
  transition: 0.3s;
}
.blog .btn:hover {
  transition: 0.3s;
  transform: scale(1.1);
  font-size: 15px;
}
.blog .post-tag {
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: #fff;
  font-size: 12px;
}
.blog .post-tag i {
  padding-right: 10px;
}

/*Recent post end*/
.blog .container {
  height: 500px;
  display: table;
}
.blog .container .row {}
.blog .container .btn-post {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  background-color: #02b875;
  padding: 0 10px;
  border-radius: 15px;
  transition: 0.3s;
}
.blog .container a {
  text-decoration: none;
}
.blog .container .btn-post:hover {
  transition: 0.3s;
  transform: scale(1.1);
  font-size: 15px;
}
.blog .container .col-md-4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.blog .container .col-md-4:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
.blog .container .col-md-4 img {
  width: 100%;
  border-radius: 10px;
}
.blog .container h1 {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  padding-left: 5px;
  font-style: normal;
  line-height: 29px;
}
.blog .container a {
  color: #262626;
}
.blog .container h2 {
  margin-top: 60px;
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  position: relative;
}
.blog .container .h2:after {
  content: '';
  background-color: #28a745;
  height: 2px;
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 88%;
}
.blog .container h2:after {
  content: '';
  background-color: #28a745;
  height: 2px;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 72%;
}

/*popular post*/
@media(max-width: 1280px) {
  .blog h1 {
    text-align: center;
  }
  
  .blog h1:after {
    visibility: hidden;
  }
  
  .blog .container h2 {
    text-align: center;
  }
  
  .blog .container h2:after {
    visibility: hidden;
  }
}
@media(max-width: 991px) {
  .blog .col-md-3 {
    height: 300px;
  }
}
@media(max-width: 1025px) {
  .blog .col-md-3 {
    width: 50%;
    height: 300px;
    margin-bottom: 10px;
  }
  
  .blog .col-md-3 h2 {
    top: 215px;
  }
}
@media(max-width: 580px) {
  .blog .col-md-3 {
    width: 100%;
    margin: 3px 5px;
  }
}

/*recent post*/
@media(max-width: 1199px) {}

/*----------------------------------------------------------------------------------------------------------------------------
                                                    # news list page
----------------------------------------------------------------------------------------------------------------------------*/
.news-list {
      margin: 50px 0px;
}

.news-list h2{
  width: 14%;
  border-bottom: 2px solid #000;
}
.news-list .container-fluid {
  width: 90%;
  margin: 0 auto;
}
.news-list h1 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  position: relative;
  /*padding-left: 60px;*/
  font-size: 30px;
  padding-bottom: 40px;
  padding-top: 30px;
}
.event-heading:after {
    width: 31% !important;
}
.news-list h1:after {
  content: '';
    background-color: #D9261C;
    height: 2px;
    display: block;
    position: absolute;
    top: 50px;
    right: 349px;
    width: 40%;
}
.news-list .col-md-6 {
  padding-left: 20px;
  height: 80px;
  margin: 30px 0;
}
.news-list .news-date {
  width: 100px;
  height: 100px;
  background-color: #D9261C;
  border-radius: 10px;
}
.news-list .news-date h3 {
  font-size: 18px;
    padding-top: 17px;
    color: #fff;
    text-transform: uppercase;
}
.news-list .news-content .news-detail {
  float: right;
  position: absolute;
  left: 130px;
  top: 0;
}
.news-list .news-content .news-detail h4 {
  font-size: 17px;
  font-weight: 600;
  color: #34465d;
  padding-bottom: 10px;
}
.news-list .news-content .news-detail h5 {
  font-size: 14px;
  font-weight: 600;
  color: #34465d;
}
.news_info{
    margin-bottom: 7px;
}

/*PAGINATION*/
.pagination {
  display: inline-block;
  margin-top: 50px;
}
.pagination a {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #000;
}
.pagination a.active {
  background-color: #4caf50;
  border: 1px solid #4caf50;
  color: #fff;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination a:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media(max-width: 1250px) {
  .news-banner .banner h2 {
    font-size: 40px;
  }
}
@media(max-width: 1035px) {
  .news-banner .banner h2 {
    font-size: 20px;
  }
}
@media(max-width: 512px) {
  .news-banner .banner h2 {
    font-size: 14px;
  }
}
@media(max-width: 358px) {
  .news-banner .banner h2 {
    font-size: 12px;
  }
}
@media(max-width: 1329px) {
  .news-list h1 {
    /*text-align: center;*/
    padding: 0;
    margin: 30px 0;
  }
  
  .news-list h1:after {
    visibility: hidden;
  }
}
@media(max-width: 409px) {
  .news-list h1 {
    font-size: 25px;
  }
}
@media(max-width: 1221px) {
  .news-list .col-md-6 {
    height: 100px;
  }
}
@media(max-width: 991px) {
  .news-list .news-date {
    width: 80px;
    height: 80px;
  }
  
  .news-list .news-date h3 {
    font-size: 14px;
}
  
  .news-list .news-content .news-detail h4 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  
  .news-list .news-content .news-detail h5 {
    font-size: 13px;
  }
}
@media(max-width: 356px) {
  .news-list .col-md-6 {
    padding: 0;
  }
  
  .news-list .news-date {
    width: 60px;
    height: 60px;
  }
  
  .news-list .news-date h3 {
    font-size: 15px;
  }
  
  .news-list .news-content .news-detail h4 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
  }
  
  .news-list .news-content .news-detail h5 {
    font-size: 12px;
  }
  
  .news-list .news-content .news-detail {
    left: 70px;
  }
}
@media(max-width: 267px) {
  .news-list .col-md-6 {
    height: 120px;
  }
}

/*----------------------------------------------------------------------------------------------------------------------------
                                                    # Profile Page
----------------------------------------------------------------------------------------------------------------------------*/
/*new css for prolile page*/
.profile-detail{
  padding: 4rem 0rem;
}
.left-tabs .nav-link{
  font-size: 19px;
  color: #D9261C;
  font-weight: 600;
}
.tab-content {
    padding: 0rem !important;
}
.profile-detail p{
  text-align: justify;
}

.media-search form{
  padding: 0px;
}

.media-search{
  bottom: 31%;
  position: absolute;
  right: 9%; 
}
.media-search form input{
  padding: .7rem 1rem;
  display: block;
  /*width: 150%;*/
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  outline: none;
  line-height: 1.5rem;
  font-family: Bitter, serif;
  font-size: 1.2em;
  border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.media-search form button{
  margin: 0px;
  height: 3rem;
}
    
/*profile banner*/
@media(max-width: 1035px) {
  .profile-banner .banner h2 {
    font-size: 36px;
  }
}
@media(max-width: 991px) {}
@media(max-width: 512px) {
  .profile-banner .banner h2 {
    font-size: 23px;
  }
}

/*head-nav*/
.profile {
  margin-top: 50px;
  position: relative;
  display: block;
  width: 95%;
  margin: auto;
}
.profile .row ul.filters {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
}
.profile .row ul.filters li {
  list-style: none;
  display: inline-block;
  border: 1px solid #00ab27;
  border-radius: 90px;
}
.profile .row ul.filters li a:hover {
  color: #fff !important;
  background-color: #00ab27;
}
.profile .filters li.active a {
  color: #fff !important;
  background-color: #00ab27;
}
.profile .row ul.filters li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 3px 20px;
  border-radius: 90px;
  font-size: 18px;
  text-transform: uppercase;
}
.profile .item {
  padding: 10px;
}
@media(max-width: 774px) {
  .profile .row ul.filters li a {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media(max-width: 410px) {
  .profile .row ul.filters li a {
    padding: 8px 10px;
    font-size: 12px;
  }
}

/*inner-profile*/
.profile .inner-profile .col-md-7 {
  margin-bottom: 50px;
}
.profile .inner-profile h5 {
  font-size: 20px;
  margin-top: 30px;
  color: #2C3E50;
}
.profile .inner-profile img {
  width: 250px;
}
.profile .inner-profile p {
  color: #2C3E50;
  font-size: 18px;
  text-align: justify;
}
.profile .inner-profile h3 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 35px;
  text-transform: uppercase;
  color: #2C3E50;
}
.profile .inner-profile i {}
@media(max-width: 1112px) {
  .profile .inner-profile img {
    width: 180px;
  }
}
@media(max-width: 932px) {
  .profile .inner-profile h3 {
    font-size: 28px;
  }
}
@media(max-width: 769px) {
  .profile .inner-profile img {
    width: 170px;
  }
}
@media(max-width: 767px) {
  .profile .inner-profile img {
    width: 170px;
  }
  
  .profile .inner-profile p {
    font-size: 14px;
  }
  
  .profile .inner-profile h3 {
    font-size: 25px;
  }
}
@media(max-width: 402px) {
  .profile .inner-profile h3 {
    font-size: 20px;
    font-weight: 800;
  }
  
  .profile .inner-profile h5 {
    font-size: 18px;
  }
  
  .profile .inner-profile p {
    font-size: 16px;
  }
  
  .profile .inner-profile .col-md-7 {
    margin-bottom: 60px;
  }
}

/*Experience*/
.profile .experience {
  margin: 30px 0;
  padding: 0;
}
.profile .container-fluid {
  margin: 0;
  padding: 0;
}
.profile .experience .one {
  width: 46%;
  margin: 30px 20px;
  justify-content: center;
  box-shadow: 5px 5px 10px;
  padding: 10px 20px;
  border-radius: 18px;
  transition: 1s;
}
.profile .experience .row {
  margin-bottom: 20px;
  margin: 0;
}
.profile .experience .one:hover {
  transform: scale(1.1);
}
.profile .experience .one img {
  float: right;
}
.profile .experience .one p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 25px;
}
.profile .experience .one li {
  font-size: 14px;
}
.profile .experience .two {
  width: 46%;
  margin: 30px 20px;
  justify-content: center;
  box-shadow: 5px 5px 10px;
  padding: 10px 20px;
  border-radius: 18px;
  transition: 1s;
}
.profile .experience .two:hover {
  transform: scale(1.1);
}
.profile .experience .two img {
  float: right;
}
.profile .experience .two p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 25px;
}
.profile .experience .two li {
  font-size: 14px;
}
.profile .experience h3 {
  margin-bottom: 30px;
  font-size: 30px;
}
.profile .experience .col-md-6 {
  height: 400px;
  padding: 20px;
  background-color: red;
  box-shadow: 18px 12px 12px;
}
@media(max-width: 1130px) {
  .profile .experience .one {
    margin: 30px 10px;
    padding: 10px 10px;
  }
  
  .profile .experience .two {
    margin: 30px 10px;
    padding: 10px 10px;
  }
}
@media(max-width: 1086px) {
  .profile .experience .row {
    margin-bottom: 40px;
  }
  
  .profile .experience .one {
    margin: 30px 10px;
    padding: 10px;
  }
  
  .profile .experience .two {
    margin: 30px 10px;
    padding: 10px;
  }
}
@media(max-width: 991px) {
  .profile .experience .row-one {
    margin-bottom: 160px;
  }
  
  .profile .experience .one {
    width: 100%;
    margin: 10px 0;
  }
  
  .profile .experience .one:hover {
    transform: none;
  }
  
  .profile .experience .two:hover {
    transform: none;
  }
  
  .profile .experience .two {
    width: 100%;
  }
  
  .profile .experience .two {
    margin-top: 40px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media(max-width: 830px) {
  .profile .experience .row-one {
    margin-bottom: 180px;
  }
  
  .profile .experience .two {
    margin-top: 90px;
  }
}
@media(max-width: 741px) {
  .profile .experience .row-one {
    margin-bottom: 200px;
  }
  
  .profile .experience .two {
    margin-top: 140px;
  }
}
@media(max-width: 686px) {
  .profile .experience .row-one {
    margin-bottom: 240px;
  }
  
  .profile .experience .two {
    margin-top: 160px;
  }
  
  .profile .experience h3 {
    font-size: 25px;
  }
}
@media(max-width: 576px) {
  .profile .experience .row-one {
    margin-bottom: 260px;
  }
  
  .profile .experience .two {
    margin-top: 180px;
  }
}
@media(max-width: 527px) {
  .profile .experience .row-one {
    margin-bottom: 290px;
  }
  
  .profile .experience .two {
    margin-top: 200px;
  }
  
  .profile .experience h3 {
    font-size: 20px;
  }
}
@media(max-width: 490px) {
  .profile .experience .row-one {
    margin-bottom: 330px;
  }
  
  .profile .experience .two {
    margin-top: 220px;
  }
}
@media(max-width: 465px) {
  .profile .experience .row-one {
    margin-bottom: 400px;
  }
  
  .profile .experience .two {
    margin-top: 290px;
  }
  
  .profile .experience .one img {
    float: none;
  }
  
  .profile .experience .two img {
    float: none;
  }
}
@media(max-width: 452px) {
  .profile .experience .row-one {
    margin-bottom: 420px;
  }
  
  .profile .experience .two {
    margin-top: 300px;
  }
}
@media(max-width: 418px) {
  .profile .experience .row-one {
    margin-bottom: 450px;
  }
  
  .profile .experience .two {
    margin-top: 340px;
  }
}
@media(max-width: 402px) {
  .profile .experience .row-one {
    margin-bottom: 470px;
  }
  
  .profile .experience .two {
    margin-top: 360px;
  }
  
  .profile .experience h3 {
    font-size: 20px;
  }
}
@media(max-width: 363px) {
  .profile .experience .row-one {
    margin-bottom: 500px;
  }
  
  .profile .experience .two {
    margin-top: 390px;
  }
}
@media(max-width: 324px) {
  .profile .experience .row-one {
    margin-bottom: 530px;
  }
  
  .profile .experience .two {
    margin-top: 410px;
  }
}
@media(max-width: 305px) {
  .profile .experience .row-one {
    margin-bottom: 550px;
  }
  
  .profile .experience .two {
    margin-top: 440px;
  }
}
@media(max-width: 288px) {
  .profile .experience .row-one {
    margin-bottom: 570px;
  }
  
  .profile .experience .two {
    margin-top: 460px;
  }
}

/*recognation*/
.profile .recognition {
  margin: 20px 10px;
}
.profile .recognition img {
  align-items: center;
}
.profile .recognition h6 {
  text-align: center;
}

/*----------------------------------------------------------------------------------------------------------------------------
                                                    # training and participation Page
----------------------------------------------------------------------------------------------------------------------------*/
.training {
  margin: 0px 0px 49px auto;
}
.training .news-list .col-md-6 {
  padding-left: 20px;
  height: 130px;
  margin: 10px 0;
  margin-top: 30px;
}
.training-banner .banner h2 {
  font-size: 30px;
}
.training .news-list h1:after {
  content: '';
  background-color: #28a745;
  height: 2px;
  display: block;
  position: absolute;
  top: 50px;
  right: 45px;
  width: 60%;
}
.training .news-content {
  float: right;
  position: absolute;
  left: 104px;
  top: 0;
}
.training .btn {
  display: inline-block;
  background-color: #85C1E9;
  padding: 1px 10px;
  color: #fff;
}
.training .news-content h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
@media(max-width: 1035px) {
  .training-banner .banner h2 {
    font-size: 30px;
  }
}
@media(max-width: 1035px) {
  .training-banner .banner h2 {
    font-size: 20px;
  }
}
@media(max-width: 512px) {
  .training-banner .banner h2 {
    font-size: 14px;
  }
}
@media(max-width: 358px) {
  .training-banner .banner h2 {
    font-size: 12px;
  }
}
@media(max-width: 1317px) {
  .training .news-list h1 {
    text-align: center;
  }
  
  .training .news-list h1:after {
    visibility: hidden;
  }
}
@media(max-width: 467px) {
  .training .news-list h1 {
    font-size: 25px;
    padding: 0;
  }
}
@media(max-width: 1277px) {
  .training .container-fluid .col-md-6 {
    height: 180px;
  }
  
  .training .news-list .news-date {
    width: 80px;
    height: 80px;
  }
  
  .training .news-content h4 {
    font-size: 16px;
  }
  
  .training .news-list .news-date h3 {
    font-size: 20px;
  }
}
@media(max-width: 1149px) {
  .training .news-content h4 {
    font-size: 15px;
  }
}
@media(max-width: 1024px) {
  .training .news-list .news-date {
    width: 70px;
    height: 70px;
  }
  
  .training .news-content h4 {
    font-size: 14px;
  }
  
  .training .news-list .news-date h3 {
    font-size: 18px;
  }
}
@media(max-width: 931px) {
  .training .container-fluid .col-md-6 {
    height: 205px;
  }
}
@media(max-width: 767px) {
  .training .container-fluid .col-md-6 {
    height: 120px;
  }
}
@media(max-width: 497px) {
  .training .container-fluid .col-md-6 {
    height: 190px;
  }
  
  .training .news-list .news-date {
    width: 60px;
    height: 60px;
  }
  
  .training .news-content h4 {
    font-size: 14px;
  }
  
  .training .news-content {
    left: 90px;
  }
  
  .training .news-list .news-date h3 {
    font-size: 14px;
  }
}
@media(max-width: 339px) {
  .training .container-fluid .col-md-6 {
    height: 260px;
  }
  
  .training .news-list .news-date {
    width: 45px;
    height: 45px;
  }
  
  .training .news-content h4 {
    font-size: 13px;
  }
  
  .training .news-content {
    left: 70px;
  }
  
  .training .news-list .news-date h3 {
    font-size: 11px;
  }
}
@media(max-width: 991px) {
  .banner {
    margin-top: 64px;
    width: 100%;
  }
  
  .banner h2 {
    font-size: 17px;
    font-weight: 400;
  }
  
  .banner-post {
    margin-top: 64px;
    width: 100%;
  }
}

/*mobile version*/

@media (max-width: 1300px) {
  .social-menu {
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .navbar-nav .animation {
    visibility: hidden;
  }
}

/*responsive*/
@media(max-width:1024px){
    #menu a {
        float: left;
        padding: 16px 3px;
        /* text-transform: uppercase; */
        text-decoration: none;
        /*color: #fff;*/
        margin-left: 16px;
    }
    .navbar-nav {
        /* margin: 0 20px; */
        /*margin: 0 -3px;*/
    }
    .carousel-caption {
        position: absolute;
        right: 35%;
        bottom: 73%;
        left: 9%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        top: 51%;
    }
    .recent-event h1:after {
        content: '';
        background-color: #28a745;
        height: 2px;
        display: block;
        position: absolute;
        top: 22px;
        right: 0;
        width: 71%;
    }
    .contact-bottom img {
        /* margin-left: 96px; */
        margin-top: -9px;
        width: 337px;
    }
    .contact-home {
        /* background: url(../images/call-t0-action.jpg); */
        height: 28%;
    }
    .contact-home h2 {
        padding-top: 16px;
        color: #fff;
        text-transform: uppercase;
    }
    .contact-home p {
        padding-top: 25px;
        line-height: 26px;
        text-align: justify;
    }
    .contact-home .btn {
        display: inline-block;
        border-radius: 4px;
        background-color: #28A745;
        border: none;
        text-align: center;
        font-size: 18px;
        padding: 7px;
        width: 140px;
        transition: all 0.5s;
        cursor: pointer;
        margin-top: 0px;
    }
    .recent-event .col-md-4 h4 {
        position: absolute;
        bottom: 17px;
        left: 16px;
        right: 5px;
        color: #fff;
        background-color: rgba(41, 45, 41, 0.63);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        font-size: 16px;
        text-align: center;
        margin: 0;
        /* margin-bottom: 4px; */
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        width: 289px;
        padding: 4px;
    }
    .media-search {
        bottom: 74%;
        position: absolute;
        right: 5%;
    }
    .article-banner .banner-post h1 {
        position: absolute;
        bottom: 50px;
        left: 51px;
        color: #fff;
        font-size: 27px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
    }
    .article-banner .banner-post i {
        bottom: 30px;
        left: 51px;
        position: absolute;
        color: #fff;
    }
    .content .main-content.single {
        background: #fff;
        padding: 40px 2px;
        font-size: 1.1em;
        border-radius: 10px;
    }
    .news-list h2 {
        width: 16%;
        border-bottom: 2px solid #000;
    }
    .gallery {
        margin-top: 60px;
        margin-bottom: 56px;
        position: relative;
    }
}

@media(max-width:768px){
    .navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
        position: absolute;
        right: 67px;
        top: 17px;
    }
    #demo .button {
        display: inline-block;
        border-radius: 4px;
        background-color: #28A745;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 18px;
        padding: 7px;
        width: 140px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        margin-left: -76%;
    }
    #menu{
        display: contents;
    }
    #demo .carousel-item h1 {
        font-size: 25px;
        font-weight: 700;
        line-height: 38px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
    }
    #demo .carousel-item p {
        font-size: 17px;
        font-weight: 400;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
    }
    .carousel-caption {
        position: absolute;
        right: 16%;
        bottom: 73%;
        left: 9%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        top: 51%;
    }
    .recent-event .col-md-4 h4 {
        position: absolute;
        bottom: 18px;
        left: 16px;
        right: 5px;
        color: #fff;
        background-color: rgba(41, 45, 41, 0.63);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        font-size: 11px;
        text-align: center;
        margin: 0;
        /* margin-bottom: 4px; */
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        width: 208px;
        padding: 4px;
    }
    .recent-event h1:after {
        content: '';
        background-color: #28a745;
        height: 2px;
        display: block;
        position: absolute;
        top: 22px;
        right: 0;
        width: 62%;
    }
    .involve h2:after {
        content: '';
        background-color: #28a745;
        height: 2px;
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        width: 71%;
    }
    .post-slider h2:after {
        content: '';
        background-color: #28a745;
        height: 2px;
        display: block;
        position: absolute;
        top: 22px;
        right: 0;
        width: 68%;
    }
    .contact-bottom img {
        /* margin-left: 96px; */
        margin-top: 13px;
        width: 246px;
    }
    .contact-home {
        /* background: url(../images/call-t0-action.jpg); */
        height: 41%;
    }
    .social-footer ul li a {
        position: relative;
        display: block;
        text-align: center;
        transition: .6s;
        padding-right: 13px;
    }
    .recognition img{
        width:100%;
    }
    .news-list h2 {
        width: 20%;
        border-bottom: 2px solid #000;
    }
    .news-list h1 {
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        position: relative;
        /* padding-left: 60px; */
        font-size: 19px;
    }
    .media-search {
        bottom: 66%;
        position: absolute;
        right: 5%;
    }
    .content .main-content.single {
        background: #fff;
        padding: 40px 31px;
        font-size: 1.1em;
        border-radius: 10px;
    }
    .content {
        width: 100%;
        margin: 0 0px;
        margin-right: 20px;
    }
    .projects row{
        height: 600px;
    }
}
@media(max-width:414px){
    .navbar-expand-lg>.container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
        position: absolute;
        right: 14px;
        top: 17px;
    }
    #demo .carousel-item h1 {
        font-size: 15px;
        font-weight: 700;
        line-height: 8px;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
    }
    #demo .carousel-item p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
    }
    #demo .button {
        display: inline-block;
        border-radius: 4px;
        background-color: #28A745;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 13px;
        padding: 7px;
        width: 87px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        margin-left: -72%;
    }
    .contact-bottom img {
        /* margin-left: 96px; */
        margin-top: 0px;
         width: 337px; 
    }
    .recent-event h1:after {
        content: '';
        background-color: #28a745;
        height: 2px;
        display: block;
        position: absolute;
        top: 22px;
        right: 0;
        width: 34%;
    }
    .involve h2:after {
        content: '';
        background-color: #28a745;
        height: 2px;
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        width: 48%;
    }
    .involve .col-md-2 {
        margin-bottom: 40px;
        width: 50%;
    }
    .involve img {
        width: 100%;
    }
    .post-slider h2:after {
        content: '';
        background-color: #28a745;
        height: 2px;
        display: block;
        position: absolute;
        top: 22px;
        right: 0;
        width: 45%;
    }
    .footer-text{
        margin-bottom: 42px;
    }
    .footer .footer-menu{
        margin-bottom:42px;
    }
    .left-tabs .nav-link {
        font-size: 14px;
        color: #00ab27;
        font-weight: 600;
    }
    .news-list h2 {
        width: 39%;
        border-bottom: 2px solid #000;
    }
    .media-search {
        bottom: 58%;
        position: absolute;
        right: 14%;
    }
    .article-banner .banner-post h1 {
        position: absolute;
        bottom: 46px;
        left: 51px;
        color: #fff;
        font-size: 11px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
    }
    .post-content img{
        width:100%;
        height:100%;
    }
}

@media(max-width:375px){
    .media-search form button {
        margin: 0px;
        height: 36px;
    }
    button {
        padding: 0px;
    }
    .media-search form input {
        padding: 0.3rem 1rem;
    }
    .media-search {
        bottom: 64%;
        position: absolute;
        right: 10%;
    }
}

@media(max-width:360px){
    .involve h2 {
        position: relative;
        font-size: 23px;
        z-index: 1;
    }
    .recent-event h1 {
        position: relative;
        font-size: 25px;
        z-index: 1;
        margin-top: 10px;
        padding-bottom: 30px;
    }
    .recent-event .col-md-4 h4 {
        position: absolute;
        bottom: 18px;
        left: 16px;
        right: 5px;
        color: #fff;
        background-color: rgba(41, 45, 41, 0.63);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        font-size: 11px;
        text-align: center;
        margin: 0;
        /* margin-bottom: 4px; */
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        width: 91%;
        padding: 4px;
    }
    .post-slider h2 {
        /* padding-left: 90px; */
        padding-bottom: 20px;
        margin-top: 20px;
        position: relative;
        font-size: 24px;
        z-index: 1;
    }
    .media-search {
        bottom: 55%;
        position: absolute;
        right: 7%;
    }
    .news-list h1 {
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        position: relative;
        /* padding-left: 60px; */
        font-size: 17px;
    }
}