@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&family=Montserrat:wght@200;300;500;600;700;800&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Epilogue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Epilogue", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #464141;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #206ED2;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #02822F;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
  width: 100%;
}

@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}

@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h2 {
  color: #000;
  font-size: 34px;
  text-align: left;
  font-weight: 700;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 22px;
    text-align: center;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

/*form */
.form-group,
.input-group {
  position: relative;
}

.form-group input,
.form-group .form-select,
.form-group .selecttext,
.input-group input,
.input-group .form-select,
.input-group .selecttext {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}

@media only screen and (min-width: 991px) and (max-width: 1110px) {
  .form-group input,
  .form-group .form-select,
  .form-group .selecttext,
  .input-group input,
  .input-group .form-select,
  .input-group .selecttext {
    padding: 0 10px;
    font-size: 12px;
  }
}

.form-group .selecttext,
.input-group .selecttext {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5a5a59;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.input-group input:focus,
.input-group textarea:focus,
.input-group .form-select:focus,
.input-group select:focus {
  color: #5a5a59;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #7F8184;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.form-group input:disabled,
.form-group input[readonly],
.input-group input:disabled,
.input-group input[readonly] {
  background-color: #fff;
}

.form-group textarea,
.input-group textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.custom-select {
  position: relative;
  width: 80%;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #206ED2;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-items {
  position: absolute;
  background-color: #02822F;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.input-group {
  position: relative;
}

.input-group input {
  padding: 0px 20px 0px 30px;
  border: 1px solid #e1e3e7;
  border-radius: 5px 0px 0px 5px !important;
}

.input-group .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #cdc9c9;
  z-index: 9;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  color: #206ED2;
}

.slide-box {
  border: 1px solid #d5d5d5;
}

.slide-box .carousel-inner img {
  width: 100%;
  height: 100%;
}

.slide-box #custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

.slide-box #custCarousel .carousel-indicators > li {
  width: 100px;
  border: 1px solid #02822F;
}

.slide-box #custCarousel .carousel-indicators li {
  cursor: pointer;
}

.slide-box #custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.8;
}

.slide-box #custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

.slide-box #custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.slide-box .carousel-item img {
  width: 100%;
}

header {
  background: #fff;
  padding: 0px 5px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

header .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 120px;
  height: 50px;
  margin-top: 5px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .logo {
    width: 175px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  header .logo {
    width: 165px;
    height: 55px;
  }
}

@media (max-width: 480px) {
  header .logo {
    width: 85px;
    height: 40px;
    margin-top: 12px;
  }
}

.cbp-af-header.cbp-af-header-shrink {
  top: 0;
  background: #fff;
}

.cbp-af-header.cbp-af-header-shrink .logo {
  background: url(../images/logo-white.svg);
  display: inline-block;
  width: 90px;
  height: 40px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
  margin: 5px 0px 0px 0px;
}

@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 85px;
    height: 40px;
    margin-top: 12px;
  }
}

.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  color: #2A2F38;
}

.cbp-af-header.cbp-af-header-shrink .nav-menu > li.active > a {
  color: #206ED2;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #206ED2;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  color: #206ED2;
}

.cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
  border-color: transparent #206ED2 #206ED2 transparent;
}

.cbp-af-header.cbp-af-header-shrink:hover .submenu-indicator-chevron {
  border-color: transparent #206ED2 #206ED2 transparent;
}

.cbp-af-header.cbp-af-header-shrink .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #464141 #464141 transparent;
}

.cbp-af-header.cbp-af-header-shrink:hover .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #464141 #464141 transparent;
}

.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  padding: 20px 15px;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  padding: 12px 15px 12px 26px;
}

.cbp-af-header.cbp-af-header-shrink .nav-button {
  margin: 6px 13px 0;
}

.cbp-af-header.cbp-af-header-shrink .box i {
  font-size: 20px;
}

.cbp-af-header.cbp-af-header-shrink .box h4 {
  font-size: 14px;
}

.cbp-af-header.cbp-af-header-shrink .box h4 span {
  font-size: 10px;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button {
  margin: 17px 6px;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .box i {
  font-size: 30px;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .box h4 {
  font-size: 16px;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .box h4 span {
  font-size: 12px;
}

.banner-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  margin-top: 60px;
  background: url(../images/shape1.png) no-repeat bottom left;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-section {
    height: 80vh;
  }
}

@media (max-width: 768px) {
  .banner-section {
    height: 80vh;
    background: url(../images/banner-mob.jpg);
    background-size: cover;
  }
}

.banner-section .image-outer {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.banner-section .image-outer .image {
  position: relative;
  margin-left: -60px;
  z-index: -1;
}

@media only screen and (max-width: 1366px) {
  .banner-section .image-outer .image {
    margin-left: -50px;
  }
}

@media (max-width: 767px) {
  .banner-section .image-outer .image {
    display: none;
  }
}

.banner-section .image-outer .image img {
  width: 100%;
}

.banner-section .title-box h1 {
  font-size: 60px;
  font-weight: 700;
  color: #000;
}

.banner-section .title-box h1 span {
  color: #206ED2;
  display: block;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-section .title-box h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .title-box h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .title-box h1 {
    font-size: 30px;
  }
}

.banner-section .title-box .text {
  font-size: 20px;
  color: #202124;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .title-box .text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .banner-section .title-box .text {
    font-size: 16px;
  }
}

.banner-section .job-search-form {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #ECEDF2;
  padding: 5px;
  margin: 10px 0px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
          box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.banner-section .job-search-form .form-group input {
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-section .job-search-form .searchfield {
  width: 75%;
}

.banner-section .job-search-form .btn-right {
  width: 25%;
}

.banner-section .job-search-form .seachbtn {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #206ED2;
  height: 100%;
  border: none;
  border-radius: 50px;
  padding: 0px 30px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
}

.banner-section .job-search-form .seachbtn i {
  padding-right: 10px;
}

.banner-section .job-search-form .seachbtn:hover {
  background: #104C99;
}

@media (max-width: 767px) {
  .banner-section .job-search-form .seachbtn {
    font-size: 14px;
    padding: 0px 10px;
  }
  .banner-section .job-search-form .seachbtn i {
    display: none;
  }
}

.banner-section .popular-searches {
  position: relative;
  font-size: 15px;
  color: #696969;
  font-weight: 400;
  margin-top: 20px;
}

.banner-section .popular-searches .title {
  font-weight: 500;
  color: #02822F;
}

.banner-section .popular-searches a {
  color: #7F8184;
  font-size: 14px;
}

@media (max-width: 767px) {
  .banner-section .popular-searches a {
    color: #000;
  }
}

.banner-section .breaking-news {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: absolute;
  bottom: 10%;
  background: #F3F7FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
          box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

@media (max-width: 991px) {
  .banner-section .breaking-news {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .banner-section .breaking-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    bottom: 0;
    position: relative;
    padding: 0;
    margin-top: 10px;
  }
}

.banner-section .breaking-news .news {
  border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  background: #02822F;
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .banner-section .breaking-news .news {
    width: 100%;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

.banner-section .breaking-news .scrollnews {
  padding: 10px 20px;
  width: 85%;
}

@media (max-width: 767px) {
  .banner-section .breaking-news .scrollnews {
    width: 100%;
  }
}

.banner-section .breaking-news .scrollnews li {
  list-style: none;
}

.banner-section .breaking-news .scrollnews li a {
  display: inline-block;
  padding: 0px 15px;
  position: relative;
  color: #464141;
}

.banner-section .breaking-news .scrollnews li a::after {
  content: "";
  position: absolute;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5px;
  background: #02822F;
  top: 50%;
  right: -3px;
}

.marquee {
  height: 29px;
  position: relative;
  overflow: hidden;
}

.newsheads,
.popularposting,
.our_services,
.team {
  width: 100%;
  position: relative;
  background: url(../images/shape2.png) no-repeat bottom right;
}

.newsheads .newsbrief,
.popularposting .newsbrief,
.our_services .newsbrief,
.team .newsbrief {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0px 10px;
  border: 1px solid #EBEBEB;
  overflow: hidden;
}

.newsheads .newsbrief .news-img,
.popularposting .newsbrief .news-img,
.our_services .newsbrief .news-img,
.team .newsbrief .news-img {
  width: 100%;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.newsheads .newsbrief .news-img .category,
.popularposting .newsbrief .news-img .category,
.our_services .newsbrief .news-img .category,
.team .newsbrief .news-img .category {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #DCEAF8;
  color: #206ED2;
  padding: 2px 10px;
  font-size: 14px;
  z-index: 99;
}

.newsheads .newsbrief .news-img::after,
.popularposting .newsbrief .news-img::after,
.our_services .newsbrief .news-img::after,
.team .newsbrief .news-img::after {
  position: absolute;
  content: "";
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 20%;
}

.newsheads .newsbrief .news-content,
.popularposting .newsbrief .news-content,
.our_services .newsbrief .news-content,
.team .newsbrief .news-content {
  width: 100%;
  padding: 15px;
}

.newsheads .newsbrief .news-content .calender,
.popularposting .newsbrief .news-content .calender,
.our_services .newsbrief .news-content .calender,
.team .newsbrief .news-content .calender {
  color: #2A2F38;
  font-size: 14px;
  padding-bottom: 5px;
}

.newsheads .newsbrief .news-content .calender i,
.popularposting .newsbrief .news-content .calender i,
.our_services .newsbrief .news-content .calender i,
.team .newsbrief .news-content .calender i {
  color: #206ED2;
}

.newsheads .newsbrief .news-content h3,
.popularposting .newsbrief .news-content h3,
.our_services .newsbrief .news-content h3,
.team .newsbrief .news-content h3 {
  text-align: left;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  height: 35px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 16px;
}

.newsheads .newsbrief .news-content p,
.popularposting .newsbrief .news-content p,
.our_services .newsbrief .news-content p,
.team .newsbrief .news-content p {
  text-align: left;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 14px;
}

.newsheads .owl-controls .owl-buttons div,
.popularposting .owl-controls .owl-buttons div,
.our_services .owl-controls .owl-buttons div,
.team .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}

.newsheads .owl-pagination,
.popularposting .owl-pagination,
.our_services .owl-pagination,
.team .owl-pagination {
  display: none;
}

.newsheads .owl-theme .owl-controls .owl-buttons div,
.popularposting .owl-theme .owl-controls .owl-buttons div,
.our_services .owl-theme .owl-controls .owl-buttons div,
.team .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 768px) {
  .newsheads .owl-theme .owl-controls .owl-buttons div,
  .popularposting .owl-theme .owl-controls .owl-buttons div,
  .our_services .owl-theme .owl-controls .owl-buttons div,
  .team .owl-theme .owl-controls .owl-buttons div {
    background: #3c3b3b;
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.newsheads .owl-prev,
.popularposting .owl-prev,
.our_services .owl-prev,
.team .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
}

@media (max-width: 768px) {
  .newsheads .owl-prev,
  .popularposting .owl-prev,
  .our_services .owl-prev,
  .team .owl-prev {
    left: -10px;
  }
}

.newsheads .owl-next,
.popularposting .owl-next,
.our_services .owl-next,
.team .owl-next {
  position: absolute;
  right: -30px;
  left: auto;
}

@media (max-width: 768px) {
  .newsheads .owl-next,
  .popularposting .owl-next,
  .our_services .owl-next,
  .team .owl-next {
    right: -10px;
  }
}

.newsheads .owl-theme .owl-controls,
.newsheads .products .owl-theme .owl-controls,
.popularposting .owl-theme .owl-controls,
.popularposting .products .owl-theme .owl-controls,
.our_services .owl-theme .owl-controls,
.our_services .products .owl-theme .owl-controls,
.team .owl-theme .owl-controls,
.team .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 45%;
  margin: 0;
}

.newsheads .owl-prev::before,
.popularposting .owl-prev::before,
.our_services .owl-prev::before,
.team .owl-prev::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f284";
  font-size: 32px;
  color: #BFBFB9;
}

@media (max-width: 768px) {
  .newsheads .owl-prev::before,
  .popularposting .owl-prev::before,
  .our_services .owl-prev::before,
  .team .owl-prev::before {
    font-size: 22px;
  }
}

.newsheads .owl-next::before,
.popularposting .owl-next::before,
.our_services .owl-next::before,
.team .owl-next::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f285";
  font-size: 32px;
  color: #BFBFB9;
}

@media (max-width: 768px) {
  .newsheads .owl-next::before,
  .popularposting .owl-next::before,
  .our_services .owl-next::before,
  .team .owl-next::before {
    font-size: 22px;
  }
}

.newsheads {
  background: #fff;
}

.popularposting {
  background: #F0F2F5;
}

.popularposting .category {
  background: #D9FCE5 !important;
  color: #02822F !important;
}

.popularposting .calender i {
  color: #02822F !important;
}

.popularposting .btn1 {
  background: #02822F;
}

.popularposting .btn1:hover {
  background: #206ED2;
}

.service-provider {
  background: #fff !important;
}

.service-provider,
.clients {
  background: url(../images/shape4.png) no-repeat right center #F3F3F3;
  width: 100%;
}

.service-provider .provider-logo,
.clients .provider-logo {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  text-align: center;
  margin: 0px 10px;
  width: 100%;
  border: 1px solid #ebedef;
  padding: 20px;
}

.service-provider .provider-logo .logos,
.clients .provider-logo .logos {
  width: 100%;
}

.service-provider .provider-logo .logos img,
.clients .provider-logo .logos img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.service-provider .provider-logo .logo-catagory,
.clients .provider-logo .logo-catagory {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 2px 12px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #BDBDBD;
  display: inline-block;
  margin-bottom: 20px;
}

.service-provider .provider-logo:hover img,
.clients .provider-logo:hover img {
  -webkit-filter: none;
          filter: none;
}

.service-provider .provider-logo:hover .logo-catagory,
.clients .provider-logo:hover .logo-catagory {
  background: #206ED2;
  color: #fff;
}

.clients {
  background: #206ed2;
  background: -webkit-gradient(linear, left top, right top, from(#206ed2), to(#02822f));
  background: linear-gradient(90deg, #206ed2 0%, #02822f 100%);
}

.clients h2 {
  text-align: center;
  color: #fff;
}

.team {
  width: 100%;
  background: #F0F2F5;
}

.team h2 {
  text-align: center;
}

.team .teambg {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0px 10px;
  border: 1px solid #EBEBEB;
  background: #02822F;
  overflow: hidden;
}

.team .teambg .news-img {
  width: 100%;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.team .teambg .news-img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team .teambg .news-img .category {
  position: absolute;
  width: 100%;
  color: #206ED2;
  padding: 10px 10px;
  z-index: 99;
  bottom: 0;
}

.team .teambg .news-img .category h5 {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.team .teambg .news-img .category h4 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.team .teambg .news-img .category h4 span {
  display: block;
  font-size: 16px;
}

.team .teambg .news-img::after {
  position: absolute;
  content: "";
  background: #02822f;
  background: -webkit-gradient(linear, left bottom, left top, from(#02822f), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #02822f 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50%;
}

.team .teambg:hover .news-img img {
  opacity: 0.5;
}

.team .owl-carousel {
  margin: 10px 0px 0px 0px;
}

.welcome {
  width: 100%;
  position: relative;
  background: url(../images/shape3.png) no-repeat left bottom #F0F2F5;
}

.welcome .about-company {
  position: relative;
}

.welcome .about-company .transarent-text {
  position: absolute;
  left: 40px;
  top: 20px;
  font-weight: 800;
  font-size: 80px;
  line-height: 0;
  z-index: -1;
  color: #F6FAFF;
  font-family: "Montserrat", sans-serif;
}

.welcome .about-company span {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #206ED2;
  padding: 7px 15px;
  font-size: 12px;
  color: #fff;
}

.welcome .about-company h2 {
  margin-top: 10px;
  text-align: left;
}

.welcome .about-company ul {
  margin-top: 10px;
}

.welcome .about-company ul li {
  padding-left: 20px;
  list-style: none;
  position: relative;
}

.welcome .about-company ul li::before {
  content: "\f270";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  left: 0;
  color: #02822F;
}

.subscribe-bg {
  width: 100%;
  position: relative;
  padding: 0;
}

@media (max-width: 480px) {
  .subscribe-bg {
    background: #206ED2;
  }
}

.subscribe-bg .subscribes {
  background: #206ED2;
  padding: 80px 40px;
  position: relative;
}

@media (max-width: 480px) {
  .subscribe-bg .subscribes {
    padding: 40px 10px;
  }
}

.subscribe-bg .subscribes h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-bg .subscribes h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .subscribe-bg .subscribes h3 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .subscribe-bg .subscribes h3 {
    font-size: 24px;
  }
}

.subscribe-bg .subscribe_form {
  width: 100%;
  margin-bottom: 10px;
}

.subscribe-bg .subscribe_form input {
  background: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.subscribe-bg .subscribe_form ::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-bg .subscribe_form :-ms-input-placeholder {
  color: #fff;
}

.subscribe-bg .subscribe_form ::-ms-input-placeholder {
  color: #fff;
}

.subscribe-bg .subscribe_form ::placeholder {
  color: #fff;
}

.subscribe-bg .subscribe_form input:focus,
.subscribe-bg .subscribe_form textarea:focus,
.subscribe-bg .subscribe_form .form-select:focus,
.subscribe-bg .subscribe_form select:focus {
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fff;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.subscribe-bg .subscribe_form input:disabled,
.subscribe-bg .subscribe_form input[readonly] {
  background-color: #fff;
}

.subscribe-bg::before {
  position: absolute;
  content: "";
  width: calc(100% - 70%);
  background: #206ED2;
  height: 100%;
  right: 0;
  top: 0;
}

.footer {
  background: #2A2F38;
  position: relative;
}

.footer ul li {
  list-style: none;
  color: #bababa;
}

.footer ul li a {
  color: #bababa;
}

.footer ul li a:hover {
  color: #fff;
  letter-spacing: .5px;
  text-decoration: underline;
}

.footer .logo {
  margin-bottom: 20px;
}

.footer .logo img {
  width: 150px;
}

.footer .ftnlink {
  font-size: 20px;
  color: #bababa;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
}

.footer .ftnlink a {
  color: #bababa;
}

.footer .ftnlink a:hover {
  color: #fff;
  letter-spacing: .5px;
  text-decoration: underline;
}

.footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #bababa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-top: 20px;
}

.footer .socials li {
  padding: 0px 5px;
  list-style: none;
  font-size: 26px;
}

.footer .socials li a {
  color: #bababa;
}

.footer .socials li a:hover {
  color: #fff;
}

.footer .socials li:first-child {
  padding-left: 15px;
}

.footer .powered {
  border-top: 1px solid #3f3e3e;
  padding-top: 20px;
}

.footer .powered p {
  text-align: center;
  color: #bababa;
}

.footer .powered p a {
  color: #bababa;
}

.footer .powered p a:hover {
  color: #fff;
}

.footer::before {
  position: absolute;
  content: "";
  background: #2A2F38;
  width: 100%;
  height: 80px;
  top: -78px;
  z-index: -1;
}

@media (max-width: 480px) {
  .footer::before {
    display: none;
  }
}

.inner-banner {
  width: 100%;
  position: relative;
  height: 40vh;
  background-size: cover;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

@media (max-width: 480px) {
  .inner-banner {
    height: 26vh;
  }
}

.inner-banner h3 {
  color: #fff;
  font-weight: 700;
  font-size: 3em;
}

@media (max-width: 480px) {
  .inner-banner h3 {
    font-size: 2em;
  }
}

.inner-banner .breradcrums {
  position: absolute;
  bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F0F2F5;
  padding: 10px 20px 10px 10px;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.inner-banner .breradcrums li {
  list-style: none;
  padding: 0px 10px;
  color: #6a6f76;
  padding-left: 10px;
}

.inner-banner .breradcrums li:first-child {
  padding-left: 0px;
}

@media (max-width: 480px) {
  .inner-banner .breradcrums li {
    font-size: 12px;
    padding-left: 5px;
  }
}

.inner-banner .breradcrums li a {
  color: #6a6f76;
}

.inner-banner .breradcrums li a:hover {
  color: #206ED2;
}

.inner-banner .breradcrums li::before {
  content: "\f287";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 8px;
  padding-right: 5px;
  color: #02822F;
}

.inner-banner::before {
  content: "";
  position: absolute;
  background: #206ed2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 110, 210, 0.7)), to(rgba(2, 130, 47, 0.709419)));
  background: linear-gradient(90deg, rgba(32, 110, 210, 0.7) 0%, rgba(2, 130, 47, 0.709419) 100%);
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-container {
  width: 100%;
  position: relative;
}

.inner-container h3 {
  color: #000;
  font-size: 34px;
  text-align: left;
  font-weight: 700;
}

.inner-container h4 {
  color: #000;
  font-size: 26px;
  text-align: left;
  font-weight: 700;
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .inner-container h4 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .inner-container h4 {
    font-size: 20px;
  }
}

.inner-container .inner-details {
  position: relative;
}

.inner-container .inner-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .inner-details ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  color: #464141;
}

.inner-container .inner-details ul li::before {
  content: "\f270";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 16px;
  left: 0;
  color: #02822F;
}

.inner-container .inner-details h1 {
  color: #000;
  font-size: 34px !important;
  text-align: left;
  font-weight: 700;
}

.inner-container .inner-details h2 {
  color: #000;
  font-size: 28px;
  text-align: left;
  font-weight: 700;
}

.inner-container .inner-details h3 {
  color: #000;
  font-size: 22px;
  text-align: left;
  font-weight: 600;
}

.inner-container .flexboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .inner-container .flexboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-container .flexboxes .dates {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: calc( 100% / 3);
  padding: 15px;
  background: #96f;
  margin: 0px 5px;
}

@media (max-width: 767px) {
  .inner-container .flexboxes .dates {
    width: calc( 100% / 1);
    margin: 5px 0px;
  }
}

.inner-container .flexboxes .dates h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.inner-container .flexboxes .dates h4 span {
  font-weight: 500;
  display: block;
}

.inner-container .details h1 {
  color: #000;
  font-size: 26px;
  text-align: left;
  font-weight: 700;
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .inner-container .details h1 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .inner-container .details h1 {
    font-size: 20px;
  }
}

.inner-container .details img {
  width: 100%;
  margin: 10px 0px;
}

.inner-container .projectbox {
  border: 1px solid #d0d1cb;
}

.inner-container .projectbox .project-content {
  background: #fff;
  padding: 10px;
}

.inner-container .projectbox .project-content h4 {
  font-size: 16px;
  font-weight: 500;
}

.inner-container .ticketbox {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #eef5f2;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #cad2df;
}

.inner-container .ticketbox .ticket-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 1px dashed #02822F;
}

.inner-container .ticketbox .ticket-img img {
  width: 40px;
}

.inner-container .ticketbox h4 {
  font-size: 16px;
  color: #206ED2;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.inner-container .ticketbox:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-container .big {
  font-weight: 300;
  font-size: 16px;
}

.inner-container .advantage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .advantage ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  color: #fff;
}

.inner-container .advantage ul li::before {
  content: "\f270";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 16px;
  left: 0;
  color: #fff;
}

.inner-container .advantage ul li {
  color: #464141;
}

.inner-container .advantage ul li::before {
  color: #02822F;
}

.inner-container .conversation {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.inner-container .conversation .input-group textarea {
  height: 60px;
}

.inner-container .conversation .input-group-text {
  height: 100%;
}

.inner-container .conversation .input-group-text i {
  font-size: 26px;
  color: #000;
}

.inner-container .conversation .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inner-container .conversation .file-input__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}

.inner-container .conversation .subjects {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 15px;
  width: 100%;
  padding: 20px;
  background: #e7f1ff;
  color: #fff;
}

.inner-container .conversation .subjects h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4e4f50;
}

.inner-container .conversation .subjects h4 span {
  font-weight: 600;
  color: #206ED2;
}

.inner-container .conversation .leftside-msg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 80%;
  padding: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #F0F2F5;
  background: #f6f9fb;
  color: #687487;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .inner-container .conversation .leftside-msg {
    width: 100%;
  }
}

.inner-container .conversation .leftside-msg p {
  color: #687487;
}

.inner-container .conversation .leftside-msg h5 {
  color: #000;
  font-weight: 500;
}

.inner-container .conversation .leftside-msg h5 span {
  font-size: 12px;
  display: block;
  font-weight: 300;
  margin-top: 5px;
}

.inner-container .conversation .rightside-msg {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 80%;
  padding: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: #02822F;
  color: #b5ddc3;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .inner-container .conversation .rightside-msg {
    width: 100%;
  }
}

.inner-container .conversation .rightside-msg p {
  color: #b5ddc3;
}

.inner-container .conversation .rightside-msg h5 {
  color: #fff;
  font-weight: 500;
}

.inner-container .conversation .rightside-msg h5 span {
  font-size: 12px;
  display: block;
  font-weight: 300;
  margin-top: 5px;
}

.inner-container .address {
  background: #7F8184;
  padding: 40px;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  font-family: "Montserrat", sans-serif;
  background: #f2f8ff;
  -webkit-clip-path: polygon(100% 0, 99% 81%, 82% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 99% 81%, 82% 100%, 0 100%, 0 0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner-container .address {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .inner-container .address {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    padding: 15px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner-container .address h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .inner-container .address h3 {
    font-size: 20px;
  }
}

.inner-container .address span {
  font-family: "Epilogue", sans-serif;
  color: #02822F;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
}

.inner-container .address p {
  margin: 0 0 10px 0;
}

.inner-container .address p a {
  color: #464141;
}

.inner-container .contact-bg {
  padding: 40px 40px 40px 80px;
  border: 1px solid #e7e7e7;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner-container .contact-bg {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .inner-container .contact-bg {
    padding: 30px;
  }
}

.inner-container .contact-bg h2 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner-container .contact-bg h2 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .inner-container .contact-bg h2 {
    font-size: 20px;
  }
}

.inner-container .contact-bg .input-group input {
  padding: 15px;
}

.inner-container .news-box h1 {
  text-align: left;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 22px;
}

.inner-container .news-box p {
  text-align: left;
  display: -webkit-box;
  height: 80px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 14px;
}

.inner-container .news-box .heading {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #02822F;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.inner-container .devide {
  border-bottom: 1px solid #e4dcdc;
  margin: 20px 0px;
}

.inner-container .login-bg {
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 50px 30px;
}

.inner-container .login-bg h2 {
  text-align: center;
}

.inner-container .login-bg p {
  text-align: center;
}

.inner-container .login-bg .input-group input {
  padding: 15px;
}

.inner-container .filters,
.inner-container .sorts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-container .filters .form-select,
.inner-container .sorts .form-select {
  width: 80%;
}

.inner-container .filters .headings,
.inner-container .sorts .headings {
  width: 20%;
}

.inner-container .filters .headings h5,
.inner-container .sorts .headings h5 {
  margin-right: 10px;
}

.inner-container select:focus {
  color: #5a5a59;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #7F8184;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.inner-container .sorts {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.inner-container .filters {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.inner-container .calender {
  color: #2A2F38;
  font-size: 14px;
  padding-bottom: 5px;
}

.inner-container .calender i {
  color: #206ED2;
}

.inner-container .box {
  background: #e3effe;
  padding: 20px 15px;
}

.inner-container .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .inner-container .share-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.inner-container .share-icons li {
  list-style: none;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
  width: 50px;
  height: 50px;
  margin: 5px 0px;
  color: #2A2F38;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner-container .share-icons li {
    width: 30px;
    height: 30px;
    font-size: 18px;
    padding: 2px;
  }
}

@media (max-width: 767px) {
  .inner-container .share-icons li {
    margin: 5px 10px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    padding: 2px;
  }
  .inner-container .share-icons li:first-child {
    margin-left: 0;
  }
}

.inner-container .share-icons li a {
  color: #fff;
}

.inner-container .share-icons .facebk {
  background: #326891;
}

.inner-container .share-icons .twtr {
  background: #4099FF;
}

.inner-container .provider {
  background: #f7f8e1;
  padding: 30px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.inner-container .provider h4 {
  font-weight: 600;
  display: -webkit-box;
  height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 18px;
  color: #206ED2;
  text-align: left;
}

.inner-container .provider .enquity-box {
  width: 100%;
  margin: 10px 0px;
}

.inner-container .provider .enquity-box .btn2 {
  font-size: 14px;
}

.inner-container .provider .logo {
  padding: 15px;
  background: #fff;
  display: inline-block;
  border: 1px solid #dcdcdc;
}

.inner-container .provider .logo img {
  width: 100px;
}

.inner-container .provider h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.inner-container .provider p {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.inner-container .provider .details {
  background: none;
  border: none;
  color: #000;
  font-weight: 600;
}

.inner-container .provider .details i {
  color: #02822F;
}

.inner-container .pagination {
  margin: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-container .password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.inner-container .password a {
  color: #206ED2;
}

.inner-container .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .inner-container .index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-container .index .boxes {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin: 5px;
  color: #fff;
}

.inner-container .index span {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .index span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .inner-container .index span {
    font-size: 16px;
  }
}

.inner-container .index h3 {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .index h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .inner-container .index h3 {
    font-size: 20px;
  }
}

.inner-container .index .bg-blue {
  background: #206ed2;
  background: linear-gradient(112deg, #206ed2 0%, #073978 100%);
}

.inner-container .index .bg-green {
  background: #02822f;
  background: linear-gradient(112deg, #02822f 0%, #034f1d 100%);
}

.inner-container .notifi-box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.inner-container .notifi-box li {
  border-bottom: 1px solid #dadbde;
  padding-left: 15px;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.inner-container .notifi-box li a {
  color: #464141;
}

.inner-container .notifi-box li::before {
  position: absolute;
  content: "\f287";
  display: inline-block;
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 8px;
  top: 4px;
  color: #206ED2;
}

.inner-container .tablebox {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.inner-container .tablebox h5 {
  font-weight: 700;
  color: #02822F;
}

.inner-container .tablebox .input-group input {
  padding: 15px;
}

.inner-container .tablebox .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-container .tablebox .lists li {
  list-style: none;
  padding: 4px 0px;
  font-size: 15px;
  color: #343333;
}

.inner-container .tablebox .lists li span {
  font-weight: 600;
  display: block;
  font-size: 18px;
  color: #000;
}

.inner-container .tablebox .addticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}

.inner-container .tablebox .unread {
  background: #e7f0ff;
  font-weight: 500;
}

.inner-container .tablebox .form-select {
  color: #5a5a59;
  font-size: 14px;
  padding: 10px 15px;
  height: 45px;
}

.inner-container .tablebox .nav-item {
  width: 50%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.inner-container .tablebox .nav-item .nav-link {
  width: 100%;
  color: #464141;
  font-weight: 600;
}

.inner-container .tablebox .nav-item .nav-link a {
  color: #464141;
}

.inner-container .tablebox .nav-item .nav-link a:hover {
  color: #464141;
}

.inner-container .tablebox .nav-item .nav-link.active {
  background: #02822F;
  color: #fff;
  font-weight: 600;
}

.inner-container .notification-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
  background: #F0F2F5;
}

.inner-container .notification-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.inner-container .notification-box li {
  border-bottom: 1px solid #dadbde;
  padding-left: 15px;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.inner-container .notification-box li a {
  color: #464141;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.inner-container .notification-box li::before {
  position: absolute;
  content: "\f287";
  display: inline-block;
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 8px;
  top: 4px;
  color: #206ED2;
}

.inner-container .notification-box .notifi {
  border: none;
  background: none;
  padding: 5px 0px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.inner-container .notification-box .notifi a {
  color: #000;
}

.inner-container .notification-box .notifi a i {
  color: #02822F;
}

.mission-vision {
  background: #206ed2;
  background: -webkit-gradient(linear, left top, right top, from(#206ed2), to(#02822f));
  background: linear-gradient(90deg, #206ed2 0%, #02822f 100%);
}

.mission-vision .m_v {
  border-radius: 0px 25px 0px 0px;
  -webkit-border-radius: 0px 25px 0px 0px;
  -moz-border-radius: 0px 25px 0px 0px;
  -ms-border-radius: 0px 25px 0px 0px;
  -o-border-radius: 0px 25px 0px 0px;
  padding: 80px 30px 30px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.420903)), to(rgba(2, 130, 47, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.420903) 0%, rgba(2, 130, 47, 0) 100%);
  position: relative;
}

.mission-vision .m_v .round {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 5px solid #06408933;
  background: #fff;
  position: absolute;
  left: 30px;
  top: -40px;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission-vision .m_v .round img {
  width: 60px;
  height: 60px;
}

.mission-vision .m_v h4 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.43);
}

.mission-vision .m_v p {
  color: #fff;
}

.mission-vision .m_v .values ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mission-vision .m_v .values ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  color: #fff;
}

.mission-vision .m_v .values ul li::before {
  content: "\f270";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 16px;
  left: 0;
  color: #fff;
}

.mission-vision .m_v:hover .round {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.map {
  width: 100%;
}

.landing {
  height: auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.landing .item {
  position: relative;
}

.landing .item::before {
  position: absolute;
  content: "";
  background: black;
  background: linear-gradient(153deg, rgba(0, 0, 0, 0.757038) 0%, rgba(2, 130, 47, 0) 100%);
  left: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .landing {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .landing {
    height: auto;
    margin-top: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .landing {
    margin-top: 60px;
  }
}

.landing .slider-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 50%;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 1200px) {
  .landing .slider-caption {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .landing .slider-caption {
    left: 8%;
  }
}

.landing .slider-caption h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .landing .slider-caption h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing .slider-caption h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .landing .slider-caption h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

.landing .slider-caption h3 {
  background: #206ED2;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 400;
  position: relative;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .landing .slider-caption h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing .slider-caption h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .landing .slider-caption h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .landing .slider-caption h3 {
    display: none;
  }
}

.landing .owl-carousel {
  margin: 0px;
}

.landing .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}

.landing .owl-pagination {
  display: none;
}

.landing .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  background: #02822F;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 562px) {
  .landing .owl-theme .owl-controls .owl-buttons div {
    background: none;
  }
}

.landing .owl-prev {
  position: absolute;
  right: auto;
  left: 5px;
}

@media (max-width: 562px) {
  .landing .owl-prev {
    left: -10px;
  }
}

.landing .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}

@media (max-width: 480px) {
  .landing .owl-next {
    right: -10px;
  }
}

.landing .owl-theme .owl-controls,
.landing .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 0;
}

.landing .owl-prev::before {
  content: "\eb79";
  position: absolute;
  font-family: unicons-line;
  font-size: 40px;
  left: 0;
  color: #fff;
}

.landing .owl-next::before {
  content: "\eb6d";
  position: absolute;
  font-family: unicons-line;
  font-size: 40px;
  right: 0;
  color: #fff;
}

.landing-welcome {
  width: 100%;
  position: relative;
  background: #fff;
}

.landing-welcome .about-content {
  padding-left: 30px;
}

@media (max-width: 768px) {
  .landing-welcome .about-content {
    padding-left: 0px;
  }
}

.landing-welcome .about-content span {
  color: #7F8184;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .landing-welcome .about-content h2 {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .landing-welcome .mob-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.landing-welcome .about-companies {
  position: relative;
}

.landing-welcome .about-companies .logo {
  width: 200px;
  position: absolute;
  right: -20px;
  bottom: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #dbdbdb;
}

.div-none {
  display: block;
}

@media (max-width: 768px) {
  .div-none {
    display: none;
  }
}

.mob-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mob-only {
    display: block !important;
  }
}

.mt40 {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 50px;
  }
}

.our_services {
  background: #f3f6d7;
}

.our_services .service-head p {
  text-align: left;
}

.our_services .service-head h2 {
  text-align: left;
}

.our_services .service-head-center p {
  text-align: center;
}

.our_services .service-head-center h2 {
  text-align: center;
}

.our_services .servicehead {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  margin: 0px 10px;
  background: #000;
}

.our_services .servicehead img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  opacity: 0.6;
}

.our_services .servicehead .service-name {
  position: absolute;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.our_services .servicehead .service-name h3 {
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.92);
}

.our_services .servicehead:hover {
  background: #02822F;
}

.features {
  background: #fff;
}

.features img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  color: #fff;
}

.features ul li::before {
  content: "\f270";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 16px;
  left: 0;
  color: #fff;
}

.features ul li {
  color: #464141;
}

.features ul li::before {
  color: #02822F;
}

.advantages {
  background: #f0f3f8;
}

.advantages img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.advantages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 28px;
  line-height: 30px;
  color: #fff;
}

.advantages ul li::before {
  content: "\f270";
  position: absolute;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 16px;
  left: 0;
  color: #fff;
}

.advantages ul li {
  color: #464141;
}

.advantages ul li::before {
  color: #02822F;
}

.missionvision {
  background: #fff;
}

.missionvision h5 {
  font-size: 20px;
  font-weight: 600;
  color: #02822F;
}

.missionvision .contact-bg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.missionvision .contact-bg .input-group input {
  padding: 15px;
}

.missionvision .contact-bg h2 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .missionvision .contact-bg {
    padding: 20px;
  }
}

.missionvision .contact-bg span {
  margin: 0px 10px;
  font-weight: 600;
}

.missionvision .icon {
  background: #206ED2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  margin-bottom: 5px;
}

.missionvision .icon i {
  color: #fff;
  font-size: 30px;
}

.missionvision p {
  margin-bottom: 15px;
}

.vertical-menu {
  position: relative;
}

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

.vertical-menu ul li {
  background: #206ED2;
  border-bottom: 1px solid #1b63c0;
}

.vertical-menu ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.vertical-menu ul li a:active {
  background-color: #000;
  color: #fff;
}

.vertical-menu ul li a:hover {
  background: #1d4f71;
  color: #fff;
}

.vertical-menu ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float: right;
}

.vertical-menu ul li ul li a {
  border-left: 4px solid transparent;
  padding: 10px 20px;
}

.vertical-menu ul li ul li a:hover {
  border-left: 4px solid #3498db;
}

.vertical-menu ul > li.active {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.vertical-menu ul > li.active > a {
  background-color: #02822F;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0;
  height: 0;
  padding: 28px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.btn-whatsapp-pulse:hover {
  color: white;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.navigation {
  width: 100%;
  position: relative;
  font-family: inherit;
}

.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.align-to-right-mob {
  float: right;
  display: none !important;
}

@media (max-width: 1006px) {
  .align-to-right-mob {
    display: block !important;
  }
}

.navigation-portrait .nav-menu > li span {
  font-size: 0;
}

.navigation-portrait .nav-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .align-to-left .nav-menu > li span {
  display: none;
}

.navigation-portrait .dropdown {
  width: 100% !important;
}

.navigation-portrait .btn1 {
  padding: 4px 15px;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.navigation-portrait .nav-button {
  width: calc(100% - 15px);
  margin: 17px 6px;
}

.navigation-portrait .nav-button .box {
  display: none;
}

.navigation-portrait .login {
  margin: 10px 0px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}

.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.navigation-hidden .nav-header {
  display: none;
}

.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0 10px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: 14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #02822F;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #02822F, 0 1em 0 0 #02822F;
          box-shadow: 0 0.5em 0 0 #02822F, 0 1em 0 0 #02822F;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li > a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 20px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-family: "Epilogue", sans-serif;
  font-weight: 400;
  color: #7F8184;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.nav-menu > li:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li:hover > a {
  color: #206ED2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #206ED2 #206ED2 transparent;
}

.nav-menu > li.active {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li.active > a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #206ED2;
}

.nav-menu > li.focus {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > li.focus > a {
  color: #206ED2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}

.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 2px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #206ED2 #206ED2 transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-search-icon:after {
  content: '';
  pointer-events: none;
}

.nav-search-icon:before {
  content: '';
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 10px 10px 0;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-button .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.nav-button .box img {
  width: 40px;
  height: 40px;
  padding-right: 5px;
}

.nav-button .box h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #206ED2;
}

.nav-button .box h4 span {
  display: block;
  font-size: 12px;
  color: #7F8184;
  font-weight: 400;
  font-family: "Epilogue", sans-serif;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff47;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  float: left;
  background: #206ED2;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}

.nav-dropdown > li:hover > a {
  background: #02822F;
  color: #fff;
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.nav-dropdown > li.focus > a {
  color: #fff;
  background: #02822F;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 12px;
  position: absolute;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: transparent #fff #fff transparent;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron:hover {
  border-color: transparent #fff #fff transparent;
}

.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-menu li a {
    padding: 26px 10px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-menu li a {
    font-size: 13px;
    padding: 26px 7px;
  }
}

.btn1 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #206ED2;
  text-decoration: none;
  padding: 5px 15px;
  border: none;
  color: #fff;
}

.btn1 i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn1:hover {
  background: #02822F;
}

.btn1:hover i {
  padding-left: 5px;
}

.login {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #02822F;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0px 5px;
}

.login:hover {
  background: #016524;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .login {
    padding: 10px;
  }
}

.names {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: none;
  color: #2A2F38;
  border: none;
  padding: 10px;
  margin: 0px 5px;
  white-space: nowrap;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .names {
    padding: 10px 5px;
  }
}

.search {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #206ED2;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0px 5px;
}

.search:hover {
  background: #1753a1;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .search {
    padding: 10px 5px;
  }
}

.btn2 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #206ED2;
  background: #fff;
  display: inline-block;
  font-size: 18px;
  font-family: "Epilogue", sans-serif;
  font-weight: 500;
  padding: 3px 10px;
  border: 2px solid #206ED2;
  cursor: pointer;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .btn2 {
    font-size: 16px;
  }
}

.btn2 i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #206ED2;
  font-size: 20px;
  padding-left: 5px;
}

.btn2:hover {
  background: #02822F;
  color: #fff;
  border: 2px solid #02822F;
}

.btn2:hover i {
  color: #fff;
  padding-left: 10px;
}

.btn4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  font-weight: 500;
  border: 1px solid #fff;
  background: none;
}

@media (max-width: 480px) {
  .btn4 {
    font-size: 16px;
  }
}

.btn4:hover {
  background: #fff;
  color: #206ED2;
}

.btn5 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #206ED2;
  background: #fff;
  display: inline-block;
  font-size: 18px;
  font-family: "Epilogue", sans-serif;
  font-weight: 500;
  padding: 3px 10px;
  border: 2px solid #206ED2;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
}

@media (max-width: 480px) {
  .btn5 {
    font-size: 16px;
  }
}

.btn5:hover {
  background: #02822F;
  color: #fff;
  border: 2px solid #02822F;
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}

@media (max-width: 991px) {
  .owl-carousel {
    margin: 15px 0 0;
  }
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}

.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/*# sourceMappingURL=brs.css.map */