

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

body {
  line-height: 24px;
  font-size: 14px;
  color: #80d6a3;
  font-weight: 400;
  color: #444;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

p {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
}

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

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}

.btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 12px 25px;
  border-radius: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background: transparent;
}

.title {
  text-align: center;
  padding-bottom: 70px;
}

.title h2 {
  color: #333;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.title h2:before {
  content: '';
  width: 40px;
  height: 2px;
  background: #00257c;
  position: absolute;
  top: 12px;
  left: -60px;
}

.title h2:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #00257c;
  position: absolute;
  top: 12px;
  right: -60px;
}

.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817C7C;
}

@media (max-width:768px) {
  .title h2 {
    color: #333;
    font-size: 18px;
    padding-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
  }

  .title h2:before {
    display: none;

  }

  .title h2:after {
    display: none;
  }
}

#mixed-items .mix {
  display: none;
}

/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@-moz-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@-o-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

header {
  padding: 20px 0;
  background: #fff;
}

header .navbar {
  height: auto;
  margin-bottom: 0;
}

.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.navbar-brand img {
  width: 150px;
  height: 32px;

}

.navbar-toggle {
  border-color: #333;
  transition: 0.3s;
}

.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}

.navbar-toggle:hover {
  border-color: #80d6a3;
}

.navbar-toggle:hover .icon-bar {
  background: #80d6a3;
}

.menu a {
  color: #333;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}

.menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #80d6a3;
  transition: 0.3s;
}

.menu a:hover {
  background: transparent;
  color: #80d6a3;
}

.menu .active a {
  color: #80d6a3;
}

.menu .active a:before {
  width: 25px;
}

.menu a:hover:before {
  width: 25px;
}

@media (max-width:768px) {
  .navbar-brand img {
    margin-left: 15px;
  }
}

@media (max-width:991px) {
  .navbar-brand img {
    margin-left: 15px;
  }
}

.portfolio {
  margin-top: 4em;
}

#banner {
  background: url("../img/back.webp");
  background-size: cover;
  padding: 150px 0;
  position: relative;
}

#banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(54, 53, 53, 0.9);  */
  z-index: 1; 
}

#banner > * {
  position: relative;
  z-index: 2;
}

#banner .block {
  position: relative;
  z-index: 999;
  color: #fff;
  top: 40px;
}


#banner .block img {
  width: 600px;
}

#banner .block h1 {
  margin-top: 40px;
  padding-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #75ab42;
}

#banner .block h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #00257c;
}

#banner .block span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

#banner .block .btn-learn {
  border: 1px solid #00257c;
  color: #fff;
  background-color: #00257c;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s;
}

#banner .block .btn-learn:hover {

  color: #fff;
}

#banner .block .buttons {
  margin-top: 40px;
}

#banner .block .buttons a:first-child {
  margin-left: 0;
}

#banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
}

#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}

#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}

@media (max-width:768px) {
  #banner .block img {
    width: 200px;
  }

  #banner .block h1 {
    margin-top: 30px;
    font-size: 25px;

  }

  #banner .block h2 {
    font-size: 18px;

  }

  #banner .block span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
  }

  #banner .block .btn-learn {
    border: 1px solid #00257c;
    color: #fff;
    background-color: #00257c;
    border-radius: 25px;
    margin: 0 7px;
    padding: 10px 22px;
    font-size: 14px;
    transition: 0.3s;
  }

  #banner .block .btn-learn:hover {

    color: #fff;
  }
}

.icon-box {
  height: 120px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  height: 100px; /* Adjust height as needed */
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}



#features {
  padding: 100px 0 0;
}

#features .feature-block {
  padding-bottom: 35px;
}

#features .feature-block .icon-box {
  margin-bottom: 24px;
}

#features .feature-block .icon-box img {
  width: 200px;
}

#features .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #80d6a3;
}

#features .feature-block h4 {
  font-size: 20px;
  color: #042587;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 500;
}

#features .feature-block p {
  font-size: 15px;
  color: #888;
  line-height: 24px;
  font-weight: 300;
  margin-top: 20px;

}

#features .showcase-img {
  margin-top: 40px;
}

@media (max-width:991px) {
  #features .feature-block .icon-box img {
    width: 150px;
  }


  #features .feature-block h4 {
    font-size: 17px;

  }

}

@media (max-width:768px) {
  #features .feature-block .icon-box img {
    width: 200px;
  }

  #features .feature-block .icon-box i {
    display: inline-block;
    line-height: 1;
    font-size: 60px;
    transition: 0.3s;
    color: #80d6a3;
  }

  #features .feature-block h4 {
    font-size: 18px;
    color: #042587;
    position: relative;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 500;
  }

}


#html5-watermark {
  display: none !important;
}

#testimonial {
  padding: 77px 0;
}

#testimonial .col {
  position: relative;
  padding: 47px 60px;
  overflow: hidden;
  height: 330px;
}

#testimonial .col-md-6 {
  border: solid #dedede;
  border-width: 0 1px 1px 0;
  padding-bottom: 42px;
}

#testimonial .col-md-6:nth-child(3n) {
  border-right: 0;
}

#testimonial .col-md-6:nth-child(5n) {
  border-right: 0;
  border-bottom: 0;
}

#testimonial .col-md-6:nth-child(4n) {
  border-bottom: 0;
}

#testimonial .col-md-6:nth-child(6n) {
  border: solid #dedede;
  border-width: 1px 1px 0px 0;
  padding-bottom: 42px;
}

#testimonial .col-md-6:nth-child(7n) {
  border: solid #dedede;
  border-width: 1px 0px 0px 0px;
  padding-bottom: 42px;
}

#testimonial .media .media-left {
  padding-right: 30px;


}

#testimonial .media .media-left img {
  width: 100px;
}

#testimonial .media .media-left a {
  position: relative;
  display: block;

}

#testimonial .media .media-left a:before {
  content: "\f347";
  position: absolute;
  left: 0;
  top: 20;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-family: "Ionicons";
  background: #2962e4;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding-top: 2px;
}

#testimonial .media .media-body {
  padding-top: 5px;
}

#testimonial .media .media-body h4 {
  color: #1a41b6;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#testimonial .media .media-body p {
  font-size: 14px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: #787878;
}

@media (max-width:768px) {

  #testimonial .media .media-left a {
    position: relative;
    display: inline-flex;

  }

  #testimonial .media .media-left {
    padding-right: 0px;

  }

  #testimonial .media .media-body {
    padding-top: 40px;
  }

  #testimonial .media .media-body h4 {
    color: #444;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  #testimonial .media .media-body p {
    font-size: 14px;
    font-family: 'Lora', serif;
    font-style: italic;
    color: #787878;
  }

  #testimonial .col {
    position: relative;
    padding: 47px 60px;
    overflow: hidden;
    height: 500px;
  }

  #testimonial .col-md-6 {
    border: solid #dedede;
    border-width: 0 0px 1px 0;
    padding-bottom: 42px;
  }

  #testimonial .col-md-6:nth-child(3n) {
    border-width: 0 0px 1px 0;
  }

  #testimonial .col-md-6:nth-child(5n) {
    border-width: 0 0px 1px 0;
  }

  #testimonial .col-md-6:nth-child(4n) {
    border-width: 0 0px 1px 0;
  }

  #testimonial .col-md-6:nth-child(6n) {
    border-width: 0 0px 1px 0;
  }

  #testimonial .col-md-6:nth-child(7n) {
    border-width: 0 0px 1px 0;
  }

}

#footer-top iframe {
  width: 100%;
  height: 385px;
  transform: translateZ(0px);
  background-color: #ffffff;
  border: 0;
}

#global-header {
  background: url(../img/contact-slider-img.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}

#global-header:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}

#global-header .block {
  position: relative;
  z-index: 10;
  color: #fff;
}

#global-header .block h1 {
  font-size: 50px;
  margin-top: 20px;
}

#global-header .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}

footer {
  background: #202322;
  padding: 42px 0 65px 0;
  text-align: center;
}

footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 26px;
}

footer .block img {
  width: 200px;
}

/* =====================
   Blog Post
   ===================== */


#blog {
  padding: 100px 0;
  background: #f1f1f1;
}

#blog-post .block {
  background: #fff;
  margin: 0 5px;

}

#blog-post .content {
  padding: 30px 25px;
  text-align: center;
  height: 240px;
}

#blog-post .content h4 {
  text-transform: capitalize;
  position: relative;
  margin: 20px 0 10px;
  padding: 10px 0;
  color: #2962e4;
}

#blog-post .content h4 a {
  color: #333;
}

#blog-post .content h4 a:hover {
  color: #80d6a3;
}

#blog-post .content h4::before {
  content: '';
  position: absolute;
  left: 45%;
  top: -6px;
  width: 30px;
  height: 2px;
  background-color: #00257c;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#blog-post .content small {
  color: #999;
}

#blog-post .content p {
  margin-top: 10px;
  color: #777;
}

#blog-post .content .btn-read {
  background: #80d6a3;
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  margin-top: 15px;
  border-radius: 25px;
}

#cert-sec {
  padding: 100px 0;
  background: #ffffff;
}

#cert img {
  padding: 10px;
}

#cert1-sec {
  padding: 100px 0;
  background: #ffffff;
}

#cert1 img {
  padding: 10px;
}

#award-sec {
  padding: 100px 0;
  background: linear-gradient(165deg, rgba(42,148,31,1) 5%, rgba(13,66,157,1) 92%); 
}

#awrd img {
  padding: 10px;
  border-radius: 18px;

}

#awrd h3 {
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

#awrd p {
  color: #fff;
  text-align: center;
}

#awrd span {
  color: rgb(255, 255, 3);
  font-weight: 500;
  font-size: 17px;
  text-align: center;
}

@media (max-width:768px) {
  #awrd img {
    padding: 10px;
    border-radius: 18px;
    width: 400px;

  }
}


#blog-left {
  padding: 130px 0;
}

#blog-left .blog-img .col-md-12 {
  margin-bottom: 4%;
}

#blog-left .block {
  margin: 5.5% 0;
}

#blog-left .block span {
  display: block;
  margin: 3% 0;
  color: #333;
  font-size: 15px;
  line-height: 22px;
  /*font-family: 'Poppins', sans-serif;*/
}

#blog-left .block .first-child {
  margin: 5.5% 0;
}

#blog-left .block p {
  font-size: 13px;
  color: #888;
  line-height: 23px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  /*font-family: 'Poppins', sans-serif;*/
}

#blog-left .block blockquote {
  border-left: 0 none;
  margin-bottom: 30px;
  padding: 46px;
  background-color: #f6f6f6;
}

#blog-left .block blockquote p {
  margin: 0 0 5.5%;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #626262;
}

#blog-left .block blockquote p:before {
  color: #333;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 50px;
  margin-right: 10px;
}

#blog-left .block blockquote .footer {
  color: #000;
}

#blog-left .block blockquote .footer:before {
  content: '\2014 \00A0';
}

#blog-left .block .tags {
  margin: 0 0 6.5%;
}

#blog-left .block .tags h5 {
  font-size: 18px;
  line-height: 27px;
  color: #333;
}

#blog-left .block .tags a {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  color: #272727;
  text-decoration: none;
}

#blog-left .block .blog-comment {
  padding: 5.5%;
  background-color: #f6f6f6;
}

#blog-left .block .blog-comment .comment-img {
  float: left;
  margin-right: 35px;
  max-width: 100px;
}


#blog-left .block .blog-comment .comment-text a {
  color: #333;
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

#blog-left .block .blog-comment .comment-text span {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  color: #626262;
  margin: 0 0 10px;
}


#blog-left .block .media-link {
  text-align: center;
  padding: 5.5% 0;
  border-bottom: 4px solid #80d6a3;
}

#blog-left .block .media-link a i {
  font-size: 24px;
  line-height: 28px;
  color: #373737;
  margin: 0 0 0 5.5%;
}

#blog-left .blog-comment-main {
  padding-bottom: 7%;
  margin-bottom: 7%;
  border-bottom: 4px solid #80d6a3;
}

#blog-left .blog-comment-main .blog-comment .comment-img {
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  max-width: 100px;
}

#blog-left .blog-comment-main .comment-text {
  overflow: hidden;
}

#blog-left .blog-comment-main .comment-text .title,
#blog-left .blog-comment-main .comment-text span {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}

#blog-left .blog-comment-main .comment-text .title:after {
  content: "/";
  padding: 0 10px;
  font-weight: 500;
}

#blog-left .blog-comment-main .comment-text p {
  margin: 2% 0;
  font-size: 13px;
  color: #626262;
  line-height: 23px;
}

#blog-left .blog-comment-main .comment-text .btn {
  font-size: 9px;
  padding: 4px 12px 3px;
  border: 2px solid #80d6a3;
  color: #fff;
  display: inline-block;
  background-color: #80d6a3;
  width: auto;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px;
}

#blog-left .blog-comment-main .comment-text .btn:hover {
  border: 2px solid #373737;
  color: #373737;
  background-color: transparent;
}

#blog-left .blog-comment-main .sub-blog-comment {
  margin: 30px 0 30px 40px;
  padding: 4% 0;
}

#blog-left .blog-comment-main .sub-blog-comment .comment-img {
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  max-width: 100px;
}

#blog-left .addcomment span {
  margin: 0 0 5.5%;
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #333;
}

#blog-left .addcomment .blog-comment-form form input,
textarea {
  padding: 18px 25px;
  border: 2px solid rgba(0, 0, 0, .1);
  font-size: 14px;
  height: auto;
  margin: 0 0 20px 0;
  border-radius: 0;
  transition: 0.8s;
}

#blog-left .addcomment .blog-comment-form form input:focus {
  border: 2px solid #80d6a3;
  box-shadow: none;
}

#blog-left .addcomment .blog-comment-form form textarea {
  border-radius: 0;
  padding: 18px 25px;
  min-height: 100px;
  border: 2px solid rgba(0, 0, 0, .1);
}

#blog-left .addcomment .blog-comment-form form textarea:focus {
  box-shadow: none;
  border: 2px solid #80d6a3;
}

#blog-left .addcomment .blog-comment-form form button {
  font-size: 14px;
  padding: 10px 22px;
  letter-spacing: 1px;
  border: 2px solid #80d6a3;
  color: #fff;
  background-color: #80d6a3;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}

#blog-left .addcomment .blog-comment-form form button:hover {
  background-color: transparent;
  border: 2px solid #80d6a3;
  color: #80d6a3;
}

#blog-left .widget {
  margin: 0 0 10.5%;
}

#blog-left .widget form i {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 12px;
  z-index: 998;
}

#blog-left .widget form input {
  color: #949494;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 8px 15px;
  padding-left: 0;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none;
  transition: 0.8s;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 1px;
  font-size: 11px;
}

#blog-left .widget form input:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
}

#blog-left .widget span {
  font-size: 15px;
  line-height: 22px;
  color: #333;
  display: block;
  margin-bottom: 7%;
  padding-bottom: 7%;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#blog-left .widget span:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #80d6a3;
  width: 30px;
  height: 4px;
}

#blog-left .widget .widget-body ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 12px;
  margin-bottom: 10px;
  color: #ababab;
}

#blog-left .widget .widget-body ul li a {
  letter-spacing: 1px;
  display: block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}

#blog-left .widget .widget-body ul li .items {
  text-transform: none;
  font-weight: 600;
  font-size: 12px;
}

#blog-left .widget .widget-body ul li:last-child {
  border: 0;
}

#blog-left .widget .widget-body .title {
  margin: 0;
  margin-top: 11.5%;
  padding: 0;
  text-align: left;
}

#blog-left .widget .widget-body .title:before {
  display: none;
}

#blog-left .widget .widget-body p {
  font-size: 13px;
  color: #626262;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #626262;
}

#blog-left .sidebar-tags a {
  padding: 2px 10px;
  display: inline-block;
  color: #373737;
  margin: 0 8px 10px 0;
  background-color: #f6f6f6;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.02em;
}

#blog-left .sidebar-tags a:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}

#portfolio .about-img img {
  width: 500px;
  padding: 20px;
  margin: auto;
}

#portfolio .about-content {
  font-size: 18px;
  padding: 20px;
  vertical-align: middle;
}

@media (max-width:768px) {
  #portfolio .about-img img {
    width: 350px;
    padding: 20px;
  }

  #portfolio .about-content {
    font-size: 18px;
    padding: 20px;
    vertical-align: middle;
  }

}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1a41b6;
}

.social-links a:hover {
  background: #214bb3;
  color: #fff;
  text-decoration: none;
}

.edition {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.edition select {
  margin: 0 10px;
}

.edition h5 {
  color: #e2e2e2;
  font-size: 16px;
  position: relative;
  left: -5px;
}

/* Select */
.edition select {
  height: 40px;
  width: 150px;
  position: relative;
  right: 57px;
}

/* Button */
.edition .btn-primary {
  height: 40px;
}

/* Row */
.wrapper footer .edition {
  transform: translatex(0px) translatey(0px);
  margin-bottom: 20px;
}

@media (max-width:991px) {

  /* Select */
  .edition select {
    left: 0px;
    width: 170px;
  }

}

@media (max-width:767px) {

  /* Row */
  .wrapper footer .edition {
    transform: translatex(0px) translatey(0px);
  }

  /* Select */
  .edition select {
    left: 0px;
  }

  /* Heading */
  .edition h5 {
    left: 24px;
  }

  /* Button */
  .edition .btn-primary {
    position: relative;
    left: -25px;
  }

}

.owl-prev {
  font-size: 50px;
  top: 50%;
  left: -50px;
  position: absolute;

}

.owl-next {
  font-size: 50px;
  top: 50%;
  right: -50px;
  position: absolute;
}


.gil-sec {
  padding: 100px 0;
  background: linear-gradient(165deg, rgba(42,148,31,1) 5%, rgba(13,66,157,1) 92%);
}

#gil img {
  padding: 10px;
  border-radius: 18px;

}

#gil h3 {
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

#gil p {
  color: #fff;
  text-align: center;
}

#gil i {
  color: #fff;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  width: 50%;
}

@media (max-width:768px) {
  #gil img {
    padding: 10px;
    border-radius: 18px;
    width: 400px;

  }
}