@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  font-family: Raleway;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: gray;
  text-decoration: none;
}

.header {
  width: 80%;
}

.btnhader {
  background-color: #F4B007;
  color: white;

}

.btnhader:hover {
  background-color: #F4B007;
  color: white;
}

li {
  list-style: none !important;
}

.bgservices {
  background-image: url('imgs/bgservices.png');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bgtouch {
  background-image: url('imgs/BGTOUCH.png');
  width: 100%;
  height: 279px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.bgaboutus {
  background-image: url('imgs/bgaboutus.png');
  width: 100%;
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;


}

.bgserv {
  background-image: url('imgs/bgserv.png');
  width: 100%;
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;


}

.bgsdetail {
  background-color: rgba(255, 255, 255, .5);
  background-blend-mode: overlay;
  background-image: url('imgs/unsplash_UNkNx6Hn9Fs.png');
  width: 100%;
  height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgresources {
  background-image: url('imgs/Resources.png');
  width: 100%;
  height: 410px;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}



.newslanding {
  background-image: url('imgs/bgnews1.png');
  width: 100%;
  height: 100%;
  background-position: center;

  background-repeat: no-repeat;
  background-size: cover;
}

.bgfooter {
  background-image: url('imgs/bgfooter.png');
  width: 100%;
  height: 450px;
  background-position: center;

  background-repeat: no-repeat;
  background-size: cover;
}

/* - link under - */
.link-arrow:after {
  content: '';
  background-size: 100% 100%;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: -28px;
  -webkit-transition: all .4s cubic-bezier(.35, 1, .33, 1);
  transition: all .4s cubic-bezier(.35, 1, .33, 1)
}

.link-arrow:hover:after {
  right: -35px
}

.link-arrow.link-arrow-white:after {
  background-size: 100% 100%
}

.link-arrow-hover:after {
  right: -35px
}

.link a {
  font-size: 14px;
  color: #000;
}

.nav-link:focus,
.nav-link:hover {
  color: orange;
}

.link {

  position: relative;

  color: #000;
  text-transform: uppercase;
  font-weight: 700
}

.link:active,
.link:focus,
.link:hover {
  outline: 0
}

.link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s cubic-bezier(.35, 1, .33, 1);
  transition: all .4s cubic-bezier(.35, 1, .33, 1)
}

.link:hover {
  color: #000
}

.link:hover:before {
  width: 100%
}

.link-theme:before {
  background: #ffd300
}

/* header   box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;


}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px 4px 20px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #fff;
}

.header .logo {
  color: #ffd300;
  display: block;
  float: left;
  font-size: 2em;
  padding: 2px 0px;
  text-decoration: none;
}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 5px;
  position: relative;
  transition: background .2s ease-out;
  width: 40px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 10px;
}

.header .menu-icon .navicon:after {
  top: -10px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* section */
.section-split a span {
  display: none;
}

.section-split a:hover span {
  display: block;
}

/* 48em = 768px */
@media (min-width: 875px) {
  .header li {
    float: left;
  }

  .header li a {
    padding: 20px 0px 0px 0px;
    margin-left: 30px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }
}

/* 48em = 768px */
@media (min-width: 48em) {
  .section-split a {
    width: 50%;
  }
}

.homebner {
  background-image: url('imgs/homebnnr.png');
  width: 100%;
  height: 585px;
  background-repeat: no-repeat;
  background-size: cover;

  background-position: center;
  background-attachment: fixed;
}

.bannertext {
  font-size: 70px;
}

.font60 {
  font-size: 50px;
}

.btnblue {
  padding: 20px 50px;
  background-color: #3AB2D5;
  color: white;
}

.btnblue:hover {
  padding: 20px 50px;
  background-color: #F4B007;
  color: white;
}

.btnblueoutline {
  padding: 15px 50px;
  color: black;
  border: 3px solid #3AB2D5;
}

.btnblueoutline:hover {
  padding: 15px 50px;
  color: black;
  border: 3px solid #F4B007;
}

.btnblueoutlineblog {
  padding: 10px 15px;
  color: black;
  border: 3px solid #3AB2D5;
}

.btnblueoutlineblog:hover {
  padding: 10px 15px;
  color: black;
  border: 3px solid #F4B007;
}

.iconclr {
  font-size: 20px;
}

.iconclr:hover {
  font-size: 20px;
  color: #F4B007;
}

@media screen and (max-width: 786px) {
  .bannertext {
    font-size: 35px;
  }

  .testimonial-slider {

    margin-top: 0px !important;
  }


  .odr1 {
    order: 1;
  }


  .odr2 {
    order: 2;
  }

  .odr3 {
    order: 3;
  }



  .textcenter {
    text-align: center;
  }

  .bbb-wrapper .subcribe-form #subscribe #subscribe-button {
    height: 68px;
    padding: 0 20px !important;
    border-radius: 3px;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;

    color: #fff;
    cursor: pointer
  }

  .font60 {
    font-size: 30px;
  }

  li {
    font-size: 15px !important;
  }

  p {
    font-size: 15px !important;
  }

  .bgfooter {
    background-image: none;
    background-color: black !important;
    height: 100%;
  }

  .btnblue {
    padding: 10px 25px;
    background-color: #3AB2D5;
    color: white;
  }

  .btnblue:hover {
    padding: 10px 25px;
    background-color: #3AB2D5;
    color: white;
  }

  .btnblueoutline {
    padding: 7px 50px;
    color: black;
    border: 3px solid #3AB2D5;
  }

  .btnblueoutline:hover {
    padding: 7px 50px;
    color: black;
    border: 3px solid #3AB2D5;
  }
}

/* csscounter */
.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: black;

  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: white;
}

.projectFactsWrap .item:nth-child(2) {
  background: white;
}

.projectFactsWrap .item:nth-child(3) {
  background: white;
}

.projectFactsWrap .item:nth-child(4) {
  background: white;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: black;
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: black;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: black;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: black;
}

.projectFactsWrap .item:hover span {
  background: black;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

/* csscounter */
.borderdown {
  border-bottom: 10px solid gray;
}

.headingtext {

  font-weight: bold;
  color: gray;
}

.font35 {
  font-size: 35px;
}

.font25 {
  font-size: 25px;
}


.bdr {
  -webkit-box-shadow: 5px 8px 37px -22px rgba(61, 61, 61, 0.68);
  -moz-box-shadow: 5px 8px 37px -22px rgba(61, 61, 61, 0.68);
  box-shadow: 5px 8px 37px -22px rgba(61, 61, 61, 0.68);
}

.bdr:hover {
  background-color: whitesmoke;
  webkit-box-shadow: -3px 0px 22px -1px rgba(133, 133, 133, 0.64);
  -moz-box-shadow: -3px 0px 22px -1px rgba(133, 133, 133, 0.64);
  box-shadow: -3px 0px 22px -1px rgba(133, 133, 133, 0.64)
}


.mottotext {

  font-weight: bold;
  color: #3AB2D5;
}

.font35 {
  font-size: 35px;
}


/* cardcss */
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);

}

.card {
  border: none !important;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.320) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.540) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.790) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.card:nth-child(1):before {
  background-image: url(imgs/c1.png);
}

.card:nth-child(2):before {
  background-image: url(imgs/c2.png);
}

.card:nth-child(3):before {
  background-image: url(imgs/c3.png);
}

.card:nth-child(4):before {
  background-image: url(imgs/c4.png);
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

/*.content > * + * {
margin-top: 1rem;
}*/
.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.copy {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
  .card:focus-within {
    align-items: center;
  }

  .card:hover:before,
  .card:focus-within:before {
    transform: translateY(-4%);
  }

  .card:hover:after,
  .card:focus-within:after {
    transform: translateY(-50%);
  }

  .card:hover .content,
  .card:focus-within .content {
    transform: translateY(0);
  }

  .card:hover .content>*:not(.title),
  .card:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before,
  .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}

/* cardcss */


/* cssaccordian */



.accordion {

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion .item {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  padding: 24px;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 24px;
  row-gap: 32px;
  border-top: 4px solid transparent;
  align-items: center;
  transition: border-top 0.3s;
}

.accordion .item.open {
  border-top: 4px solid #3AB2D5;
}

.accordion .item.open .hidden-box {
  display: block;
}

.accordion .item.open .text {
  color: #087f5b;
}

.accordion .number {
  color: #ced4da;
}

.accordion .number,
.accordion .text {

  font-weight: 500;
}

.accordion .item.open .text {
  transition: color 0.2s;
}

.accordion .icon {
  width: 24px;
  height: 24px;
  stroke: #087f5b;
  transition: transform 0.5s ease-in;
}

.accordion .item.open .icon {
  transform: rotate(180deg);
}

.accordion .hidden-box {
  grid-column: 2;
  display: none;
  transition: display 0.5 ease-in;
}

.accordion .hidden-box p {
  line-height: 1.6;
  margin-bottom: 24px;
}

.accordion .hidden-box ul {
  color: #868e96;
  margin-left: 18px;

  display: flex;
  flex-direction: column;
  gap: 12px;
}


/* cssaccordian */


/* cssdought */


.rt-profile-card {

  background-color: #FFF;

  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
}

.rt-profile-card img.full-width {
  transition: all linear 0.25s;
  width: 100%;
  height: 340px;
}

.rt-profile-card .rt-profile-body {
  position: absolute;
  left: 30px;
  right: 15px;
  bottom: 0;
  transition: all linear 0.25s;
}

.rt-profile-card .rt-profile-name {
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  position: relative;
  transition: all 400ms ease-out;
  text-transform: uppercase;
}

.rt-profile-card .rt-profile-text {
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  height: unset;
  transition: all linear 0.25s;
}

.rt-profile-card:hover .rt-profile-body {
  bottom: 30px;
}

.rt-profile-card:hover .rt-profile-name {
  color: white;
}

.rt-profile-card .rt-profile-name::before,
.rt-profile-card .rt-profile-name::after {
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  width: 120px;
  height: 2px;
  margin-right: 0;
  margin-left: 0;
  transition: all 250ms ease-in;
}

.rt-profile-card .rt-profile-name::before {
  position: absolute;
  left: 0;
  top: -7px;
  transform: translateX(0);
}

.rt-profile-card .rt-profile-name::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  transform: translateX(-200px);
}

.rt-profile-card:hover .rt-profile-name::before {
  content: "";
  background: #ffc920;
  transform: translateX(-200px);
}

.rt-profile-card:hover .rt-profile-name::after {
  content: "";
  background: #ffc920;
  transform: translateX(0);
}

.rt-profile-card:hover .rt-profile-text {
  visibility: visible;
  opacity: 1;
  transition: all 400ms ease-out;
  height: initial;
}

@media (max-width: 768px) {
  .rt-profile-card .rt-profile-body {
    bottom: 30px;
  }

  .rt-profile-card .rt-profile-text {
    visibility: visible;
    opacity: 1;
    height: initial;
  }

  .rt-profile-card .rt-profile-name::before {
    display: none;
  }

  .rt-profile-card .rt-profile-name::after {
    position: absolute;
    left: 0;
    bottom: -7px;
    transform: translateX(0);
  }
}


/* cssdought */


/* cssnews */


a,
a:hover {
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);

  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #fff;
}


.postcard .t-dark {
  color: #18151f;
}

.postcard a {
  color: inherit;
}

.postcard .small {
  font-size: 80%;
}

.postcard .postcard__title {
  font-size: 1.75rem;
}

.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.postcard .postcard__img_link {
  display: contents;
}

.postcard .postcard__bar {
  width: 40px;
  height: 10px;
  margin: 10px 0;

  background-color: #424242;
  transition: width 0.2s ease;
}

.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}

.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}

.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }

  .postcard .postcard__tagbox {
    justify-content: start;
  }

  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }

  .postcard .postcard__text {

    width: 100%;
  }

  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 100%;
    width: 55px;
  }

  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }

  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }

  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }

}

@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard.dark .postcard__text:before {
    background: #18151f;
  }

}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #79dd09;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .blue::before {
    background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .red::before {
    background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .yellow::before {
    background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }

  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
}

/* cssnews */


/* csstest */



.testimonial-slider {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.testimonial-slider ul.slider {
  display: block;
  list-style: none;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 0 auto;
}

.testimonial-slider ul.slider li {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  margin: 0 auto;
}

.testimonial-slider ul.slider li:nth-child(1) {
  opacity: 1;

  -webkit-animation: fade-animation-1 25s infinite;
  animation: fade-animation-1 25s infinite;
}

.testimonial-slider ul.slider li:nth-child(2) {
  -webkit-animation: fade-animation-2 25s infinite;
  animation: fade-animation-2 25s infinite;
}

.testimonial-slider ul.slider li:nth-child(3) {
  -webkit-animation: fade-animation-3 25s infinite;
  animation: fade-animation-3 25s infinite;
}

.testimonial-slider ul.slider li:nth-child(4) {
  -webkit-animation: fade-animation-4 25s infinite;
  animation: fade-animation-4 25s infinite;
}

.testimonial-slider q {
  display: inline-block;

  letter-spacing: .5pt;
  text-shadow: 0 5px 10px rgba(0, 0, 0, .1);

}

.testimonial-slider .source {

  color: gray;
  font-size: 25px;
  font-style: italic;

}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {

  0%,
  25%,
  100% {
    opacity: 0
  }

  3%,
  22% {
    opacity: 1;
  }
}

@keyframes fade-animation-2 {

  0%,
  25%,
  50%,
  100% {
    opacity: 0
  }

  28%,
  47% {
    opacity: 1;
  }
}

@keyframes fade-animation-3 {

  0%,
  50%,
  75%,
  100% {
    opacity: 0
  }

  53%,
  72% {
    opacity: 1;
  }
}

@keyframes fade-animation-4 {

  0%,
  75%,
  100% {
    opacity: 0
  }

  78%,
  97% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-animation-1 {

  0%,
  25%,
  100% {
    opacity: 0
  }

  3%,
  22% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-animation-2 {

  0%,
  25%,
  50%,
  100% {
    opacity: 0
  }

  28%,
  47% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-animation-3 {

  0%,
  50%,
  75%,
  100% {
    opacity: 0
  }

  53%,
  72% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-animation-4 {

  0%,
  75%,
  100% {
    opacity: 0
  }

  78%,
  97% {
    opacity: 1;
  }
}

/* csstest */


/* cssform */




.card-form .form-body {
  padding: 10px;
}

.card-form .form-body .row {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.formmsg {
  height: 140px !important;
}

.formstyle {
  appearance: none;
  width: 100%;
  margin: 0 15px;
  height: 60px;
  padding: 5px 15px;
  border-radius: 5px;
  outline: none;
  border: none;
  background: #e8ebed;
  color: #576366;
  font-size: 14px;
}

.card-form .rule {
  height: 2px;
  background: #e8ebed;
  margin: 0px 35px;
}

.card-form .form-footer {
  margin: 0 25px 15px 25px;
  padding: 15px 10px;
}

.card-form .form-footer a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  background: #27ae60;
  margin-right: 10px;
  font-size: 14px;
}

.card-form .form-footer span {
  margin-left: 8px;
}

/* cssform */




.bbb-wrapper {
  margin-top: 90px
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative
}



.bbb-wrapper .subcribe-form form {

  margin: 15px auto;
  position: relative
}

.bbb-wrapper .subcribe-form #subscribe input {
  width: 100%;
  height: 80px;
  background: #fff;
  border: none;
  outline: none;
  border-radius: 1px;
  padding: 0 30px;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2)
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
  height: 68px;
  padding: 0 60px;
  border-radius: 3px;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;

  color: #fff;
  cursor: pointer
}

.subscribe-message {
  color: #fff;
  float: left;
  margin-top: 10px;
  text-align: left;
  font-weight: 500;
  line-height: 19px
}

.color-bg {
  background: #F4B007
}

#subscribe-button:hover {
  background: #F4B007;
  color: #fff
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Wrapper */
.icon-button {
  background-color: white;
  border-radius: 2.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2.6rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.icon-button:hover span {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 2.6rem;
  margin: -1.3rem;
}

/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 2.6rem;
  left: 0;
  line-height: 2.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 2.6rem;
  z-index: 10;
}

.twitter span {
  background-color: #4099ff;
}

.facebook span {
  background-color: #3B5998;
}

.google-plus span {
  background-color: #db5a3c;
}

.tumblr span {
  background-color: #34526f;
}

.instagram span {
  background-color: #517fa4;
}

.youtube span {
  background-color: #bb0000;
}

.pinterest span {
  background-color: #cb2027;
}



.icon-button .icon-twitter {
  color: #4099ff;
}

.icon-button .icon-facebook {
  color: #3B5998;
}

.icon-button .fa-tumblr {
  color: #34526f;
}

.icon-button .icon-google-plus {
  color: #db5a3c;
}

.icon-button .fa-instagram {
  color: #517fa4;
}

.icon-button .fa-youtube {
  color: #bb0000;
}

.icon-button .fa-pinterest {
  color: #cb2027;
}

.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
  color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .pinterest {
    display: none;
  }

}

.icon {
  font-size: 40px;
  color: orange;
  float: left;
  position: relative;
  top: 10px;
}

#map {
  height: 150px;
}

.map-responsive {
  overflow: hidden;
  /*padding-bottom:50%;*/
  position: relative;
  height: 300px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


.box {
  background: #333;

  text-align: center;
  overflow: hidden;
  position: relative;
}

.box img {
  width: 100%;
  height: auto;
  transform: translateX(18px) scale(1.15);
  transition: all 0.5s ease;
}

.box:hover img {
  opacity: 0.3;
  transform: translateX(-18px) scale(1.15);
}

.box .box-content {
  color: #fff;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease;
}

.box:hover .box-content {
  opacity: 1;
  top: 50%;
}

.box .title {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.box .post {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: italic;
  text-transform: uppercase;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: -38px;
  bottom: 0;
  transition: all 0.5s ease;
}

.box:hover .icon {
  right: 0;
}

.box .icon li a {
  color: #fff;
  background-color: #ed3d1a;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  height: 35px;
  width: 35px;
  border: 3px solid #ed3d1a;
  display: block;
  transition: all 0.5s ease;
}

.box .icon li a:hover {
  color: #ed3d1a;
  background-color: #fff;
  border-radius: 5px;
}

@media only screen and (max-width:990px) {
  .box {
    margin: 0 0 30px;
  }
}

/* Styles for wrapping the search box */



/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* Start Gallery CSS */
.thumb {
  margin-bottom: 15px;
}

.thumb:last-child {
  margin-bottom: 0;
}

/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


.comming_soon {
  width: 100%;
  height: 100vh !important;
  background-position: center;
  background-size: cover;
  background-image: url("imgs/come.png");
  background-color: rgba(0, 0, 0, .5);

  background-blend-mode: overlay;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;


}

.comming_soon h1 {
  color: #fff;
  font-size: 80px;
  text-transform: uppercase;
  font-family: cursive;
}

.comming_soon button {
  font-weight: bold;
}


.dropdown-mega .dropdown-menu::-webkit-scrollbar {
  display: none;
}

.dropdown-mega .dropdown-menu {
  overflow-y: scroll;
  height: 100vh;
}


.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: scroll;
    max-height: 87vh;
    margin-top: 10px;
  }
}


/* ============ mobile view .end// ============ */
button:focus,
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

.dropdown-mega .dropdown-menu {
  width: 100%;
}

.dropdown-mega h5 {
  padding-bottom: 12px;
  border-bottom: 1px solid orange;
  margin: 0;
}

.list-group-item {
  font-size: 16px;
  color: #000;
  border: 0;

}

.list-group-item:hover {
  background-color: #d3d3d3;
}

.navbar-brand {
  margin-right: 0;

}

.pravin {
  display: none;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.megahover {
  transition: all .3s linear;
}

.megahover:hover {
  transform: scale(1.1);
}

.list-group .list-items {
  margin: 10px 0;
}

.smalltext {
  font-size: 50px;
}

.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

.cardimg {
  width: 100%;
  height: 200px;
}

.cardimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.textcenter21 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
}

.textcenter21 h4 {

  color: white;
}

.contexntd1 {
  width: 100%;
  height: 100%;
}


/*2*/
.cardimg2 {
  width: 100%;
  height: 400px;
}

.cardimg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* this class for img */
.responimg {
  width: 100%;
  max-height: 590px;
  object-fit: cover;
}

.responimg1 {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}