body{
  margin:0;
  font-family: 'Dosis',sans-serif,'Montserrat','Lato';
  background-color: #fff;
}
*{
  box-sizing: border-box;
}

.container{
  max-width: 1000px;
  margin: auto;
}
.gallery{
  width: 100%;
  float: left;
  padding:30px 15px;
  background: #fff;
  z-index: 2;
}
.gallery .title h1{
  font-size:36px;
  margin:0 0 30px;
  color:#000000;
  text-align: center;
}
.gallery .gallery-items .item{
  float: left;
  width:25%;
  position: relative;
}
.gallery .gallery-items .item.hide{
  display: none;
}
.gallery .gallery-items .item.show{
  display: block;
  animation: show .5s ease;
}
@keyframes show{
    0%{
      opacity:0;
      transform: scale(0.9);
    }
    100%{
      opacity:1;
      transform: scale(1);
    }
}


.gallery .gallery-items .item img{
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
}

.gallery .gallery-items .item .caption{
  position: absolute;
  left:0px;
  bottom:0;
  background-color: rgba(0,0,0,.5);
  padding:10px;
  width: 100%;
  color:#ffffff;
  text-align: center;
}

.gallery-items .item{
  transition: .5s ease-in-out;
}

.gallery-items .item:hover{
  filter: brightness(80%);
  transform: scale(1.1);
}

.gallery .pagination{
  width: 100%;
  float: left;
  padding:15px;
  text-align: center;
}
.gallery .pagination div{
  display: inline-block;
  margin:0 10px;
}
.gallery .pagination .page{
  color:gray;
}
.gallery .pagination .prev,.gallery .pagination .next{
 color:#fff;
 background: #828282;
 border:1px solid #fff;
 font-size:15px;
 padding:7px 15px;
 cursor: pointer;
}

.gallery .pagination .prev.disabled,
.gallery .pagination .next.disabled{
  border-color: #fff;
  color:#fff;
  background: #828282;
  pointer-events: none;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
  color: #828282;
}

.tajuk {
  text-align: center;
  padding-bottom: 30px;
}
.tajuk h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.tajuk h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.tajuk h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}
.tajuk p {
  margin-bottom: 0;
}

.mission {
  text-align: center;
  padding-bottom: 30px;
}

.mission h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
  z-index: 2;

}
.mission h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.mission h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}
.mission p {
  margin-bottom: 0;
}


.team {
  text-align: center;
  padding-bottom: 30px;
}
.team h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.team h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.team h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}

.offer {
  text-align: center;
  padding-bottom: 30px;
}
.offer h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
.offer h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.offer h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}

.offer p {
  margin-bottom: 0;
  color: #fff;
}

.client {
  text-align: center;
  padding-bottom: 30px;
  z-index: 2;
}

.client h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
  z-index: 2;
}

.client h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.client h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}

.client p {
  margin-bottom: 0;
  color: #fff;
}

.about{

  height: 100vh;
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .main img{

  width: 580px;
  max-width: 100%;
  height: auto;
  padding: 0 10px;
}

.all-text{

  width: 600px;
  max-width: 100%;
  padding: 0 10px;
}

.main{

  width: 1290px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.all-text h4{

  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  color: #777777;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 10px;
}

.all-text h1{

  font-size: 50px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 20px;
}

.all-text p{

  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  margin-bottom: 35px;
  text-align: justify;
}

.btn button{

  background: white;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  border: none;
  outline: none;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
  margin-right: 20px;
}

.btn button:hover{

  background-color: #1d44f9;
  color: white;
  transition: .3s;
  cursor: pointer;
}

.btn .btn2{

  background: #111111;
  color: white;
}

@media screen and (max-width: 1250px){

  .about{

    width: 100%;
    height: auto;
    padding: 60px 0;
    position: relative;
    bottom: 40px;
  }
  .all-text{

    text-align: center;
    margin-top: 40px;
    width: 300px;
  }
  .all-text p{
    width: 95%;
  }
  .about .main img{
    width: 300px;
  }
}

@media screen and (max-width: 650px){

  .about .main img{

    margin-bottom: 35px;
  }
  .all-text h1{

    font-size: 40px;
    margin-bottom: 20px;
  }
}

.service{
  background-image: url('images/sk\ energy\ front\ 2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.title h2{
  color: black;
  font-size: 60px;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.containerr{

  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin: 15px;
  position: relative;
  left: 0;
}

.containerr > div{
  
  margin: 20px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-back {
  background-color: #282525;
  color: white;
  font-family: 'Dosis';
  transform: rotateY(180deg);
}

.containerr .flip-card-front i{
  font-size: 50px;
  display: block;
  text-align: center;
  margin: 25px 0px;
  color: #f05a28;
  position: relative;
  top: 40px;
}

.containerr .flip-card-front h5{
  
  position: relative;
  top: 30px;
  text-align: center;
  font-size: 23px;
  color: #282525;
  font-weight: bold;
  font-family: 'Dosis';
}

.containerr .flip-card-back h1{

  position: relative;
  font-size: 2em;
  display: block;
  font-weight: bold;
  color: white;
  font-family: 'Dosis';
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end:  0px;
  text-align: center;
}

.containerr .flip-card-back p{

  position: relative;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Dosis';
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .containerr{
    display: block;
  }
}

.contact{

  width: 100%;
}

.CSSgal {
  position: relative;
  overflow: hidden;
  height: 100%; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .sliderr {
  width: 100%;
  height: 100vh;
  white-space: nowrap;
  font-size: 0;
  transition: 0.8s;
}

/* SLIDES */

.CSSgal .sliderr > * {
  font-size: 1rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  height: 100%;
  width: 100%;
  background: none 50% no-repeat;
  background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  height: 0;
}

.CSSgal .prevNext > div+div {
  visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
  background: #fff;
  position: absolute;
  width:       60px;
  height:      60px;
  line-height: 60px; /* If you want to place numbers */
  text-align: center;
  opacity: 0.7;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.CSSgal .prevNext a:hover {
  opacity: 1;
}
.CSSgal .prevNext a+a {
  left: auto;
  right: 0;
}

@media screen and (max-width: 630px){

.CSSgal .prevNext a{

  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
}
.CSSgal .sliderr{
  height: 500px;
}
.CSSgal .sliderr > * {
  height: 500px;
}
}

/* NAVIGATION */

.CSSgal .bullets {
  position: absolute;
  bottom: 100px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.CSSgal .bullets > a {
  display: inline-block;
  width:       30px;
  height:      30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.CSSgal .bullets > a+a {
  background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
  background: rgba(255, 255, 255, 0.7) !important;
}

@media screen and (max-width: 630px){

  .CSSgal .bullets {

    margin-bottom: 0%;
  }
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .sliderr {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .sliderr {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .sliderr {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .sliderr {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
  color: #fff;  
  text-align: center;
}
.CSSgal .sliderr h2 {
   font-size: 60px;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
  top: 40%;
}

.CSSgal .sliderr span{

  color: #fff;
}


b,strong{

  font-weight: bold;
}

.w3-black,.w3-hover-black{

  color: #fff !important;
  background-color: #000 !important;
}

.w3-black,.w3-hover-black:hover{

  color: #000 !important;
  background-color: #f05a28 !important;
}

.CSSgal .sliderr h5{

  width: 50%;
  font-family: 'Montserrat';
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  text-align: center;
  top: 16%;
}

.CSSgal .sliderr h3{

  width: 50%;
  font-family: 'Lato';
  color: #111;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  line-height: 25px;
  position: relative;
  text-align: center;
  top: 20%;
}

.CSSgal .sliderr p{

  font-family: "Raleway", Arial, sans-serif;
  font-size: 24px;
  width: 50%;
  margin: 0px auto 100px;
  color: #111;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  text-align: center;
  top: 45%;
}

@media screen and (max-width: 650px){

  .CSSgal .sliderr h5{

    width: 60%;
    font-size: 1.5rem;
    top: 35%;
  }
}

.CSSgal a {
  border-radius: 50%;
  margin: 0 3px;
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}

.imgBx img{

  position: relative;
  top: 25%;
  width: 60%;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.imgBx2 img{

   position: relative;
  top: 25%;
  width: 60%;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.imgBx3 img{

   position: relative;
  top: 25%;
  width: 60%;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.imgBx4 img{

   position: relative;
  top: 25%;
  width: 60%;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

@media screen and (max-width: 650px){


.imgBx img{

  width: 100%;
  height: 30%;
  top: 40%;
}

.imgBx2 img{

  width: 100%;
  height: 30%;
}

.imgBx3 img{

  width: 100%;
  height: 30%;
}

.imgBx4 img{

  width: 100%;
  height: 30%;
}
}


.CSSgal .sliderr .imgBx{

  background-repeat: no-repeat;
  background-size: 100%;
}



.CSSgal .sliderr .imgBx2{

  background-repeat: no-repeat;
  background-size: 100%;
}

.CSSgal .sliderr .imgBx3{

  background-repeat: no-repeat;
  background-size: 100%;
}

.CSSgal .sliderr .imgBx4{

  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 600px) {
    .CSSgal .sliderr .imgBx,
    .CSSgal .sliderr .imgBx2,
    .CSSgal .sliderr .imgBx3,
    .CSSgal .sliderr .imgBx4 {
      background-size: cover;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .CSSgal .sliderr .imgBx,
    .CSSgal .sliderr .imgBx2,
    .CSSgal .sliderr .imgBx3,
    .CSSgal .sliderr .imgBx4 {
      background-size: contain;
      position: relative;
      bottom: 50px;
    }
  }

.dbox.w-100.text-center{

  background: #fff;
}

.icon1{

  display: flex;
}

  .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f05a28;
    margin: 0 auto;
    margin-bottom: 20px; }

    .dbox .icon span {
      font-size: 25px;
      color: #fff; 
    }

    .dbox .text a{

      color: #828282;
    } 

    .icon{
      margin-left: 5%;
    }

    .align-items-center{

      -webkit-box-align: center !important;
      align-items: center !important;
    }

    .justify-content-center{

      -webkit-box-pack: center !important;
      justify-content: center !important;
    }

    .d-flex{

      display: flex !important;
    }

    .text-center{

      text-align: center !important;
    }

    .col-md-3{

      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      background: #fff;
    }

    #contact{
      left: 4%;
    }

    @media only screen and (max-width: 768px){

      .col-md-3{
        padding-right: 0px;
        padding-left: 0px;
        left: 75px;
      }
      .dbox .icon{
        position: relative;
        right: 10px;
      }
      .text p{
        position: relative;
        right: 10px;
      }
    }

    .contact-wrap{

      background: #fff;
    }

    @media (min-width: 768px){
      .p-md-5{
        padding: 3rem !important;
      }
    }

    

    .w-100{

      width: 100% !important;
      background: #efefef;
    }



    .info-wrap img{

      background-size: cover;
      background-repeat: no-repeat;
      background-position: 200px 200px;
    }

    .p-5{

      padding: 3rem !important;
      background-size: 100%;
      object-fit: cover;
    }

    .mb-4, .my-4{

      margin-bottom: 1.5rem !important;
    }

   .contact-wrap h3{

    line-height: 1.5;
    font-weight: 400;
    font-family: "Poppins",Arial,sans-serif;
    color: #000;
    font-size: 2.75rem;
    margin-top: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
   }

   .wrapper{

    width: 100%;
    background: #fff;
   }

   .wrapper .row{

    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
   }

   .wrapper .row #textareacol{
    position: relative;
   }

   @media only screen and (max-width: 768px){
    .wrapper .row{
      margin-right: 0;
      margin-left: 0;
      position: relative;
      right: 74px;
    }
   }

   .no-gutters{

    margin-right: 0;
    margin-left: 0;
   }

   .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

    @media only screen and (max-width: 768px){
      .no-gutters > [class*="col-"]{
        position: relative;
        left: 75px;
      }
    }

    .align-items-stretch{

      -webkit-box-align: stretch !important;
      align-items: stretch !important;
    }

    .col-md-7{

      position: relative;
      width: 100%;

    }

    @media (min-width: 768px){

      .col-md-7{

        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
      }
    }


    .col-md-5{

      position: relative;
      width: 100%;
    }
    @media (min-width: 768px){

      .col-md-5{

        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
      }
    }

    #form-message-warning{

      color: red;
    }

    #form-message-warning, #form-message-success{
      display: none;
    }

    #form-message-success{

      color: #28a745;
      font-size: 18px;
      font-weight: 500;
    }

    form{
      display: block;
      margin-top: 0em;
    }

    .btn.btn-primary{

      background: #f05a28 !important;
      border-color: #f05a28 !important;
      color: #fff;
    }

    .form-group button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }


  .form-group button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

  .form-group .btn{

  padding: 12px 16px;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s; 
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  }

  textarea{
    position: relative;
  }

  @media only screen and (max-width: 768px){
    .form-group .btn{
      left: 100px;
    }
    textarea{
      right: 18px;
    }
  }

  .form-group button, input{


  overflow: visible; 
  }

  .form-group input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; 
  background: #fff;}

  .submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; 

}

.w3-tag, .fa {cursor:pointer}
    .w3-tag {height:15px;width:15px;padding:0;margin-top:6px}
  

.mySlides{

  display: none;
}

.mySlides img{


  vertical-align: middle;
}

.w3-container{

  background: #efefef;
}

#gtco-testimonial{

  background-color: #111;
}

.gtco-tabs li span{

  font-size: 20px;
}

.feature-left .feature-copy h3{

  font-size: 21px;
}

.feature-left .feature-copy p{

  color: #D9DAFF;
  font-size: 19px;
}

.three{

  z-index: 1;
}

.three img{

  width: 100%;
  height: 100vh;
  position: absolute;
  top: -110px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  opacity: 0.5;
  z-index: 1;
}

.animate-box{

  z-index: 2;
}

.lightining img{

  width: 100%;
  height: 100vh;
  position: absolute;
  top: -282px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  opacity: 0.5;
  z-index: 1;
}

.lightining img::before{

  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100px;
  transform: rotate(180deg);
  animation: lightining 4s linear infinite;
  opacity: 1;
}

@keyframes lightining{

  0%{
  opacity: 0;
}

  20%{
  opacity: 0;
}

  21%{
  opacity: 1;
}

  25%{
  opacity: 0;
}

  30%{
  opacity: 0;
}

  31%{
  opacity: 1;
}

  35%{
  opacity: 0;
}

  100%{
  opacity: 0;
}
}



#gtco-services{
  background-image: url('images/sk\ energy\ front\ 2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#gtco-section{
  background: #FFE391;
}

.col-md-6 h2{

  color: #fff;
}

.gtco-tabs .gtco-tab-nav{

  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}

.gtco-tabs .gtco-tab-nav .active{

  background: #efefef;
}

.ftco-contact{

  position: relative;
  top: 60px;
}

.col-md-11{

  position: relative;
  left: 4%;
}

.col-md-12{

  background: #efefef;
}

.label{

  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  line-height: 1;
  color: #111;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-1{

  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  line-height: 1;
  color: #111;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

#textareacol{
  position: relative;
}

@media only screen and (max-width: 768px){
  .label-1{
    position: relative;
    right: 20px;
  }
  #textareacol{
    right: 80px;
  }
}

.form-control{

  background: #fff;
}

blockquote p{

  color: #fff;
}

a{

  color: #f05a28;
}

.owl-carousel .owl-controls .owl-dot.active span{

  background: transparent;
  border: 2px solid #f05a28;
}

@media screen and (max-width: 650px){

  .w3-bar.w3-white.w3-wide.w3-padding.w3-card img{

    left: auto;
    right: auto;
    position: relative;
  }

}

footer{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('images/sk\ energy\ front\ 2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: #fff;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3{
    font-size: 6rem;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 7rem;
    color: #fff;
}

.footer-content h3:hover{

  color: #f05a28;
}

.footer-content h1{
    position: relative;
    bottom: 17px;
    font-size: 2rem;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 0rem;
    color: #fff;
}

.footer-content h1:hover{

  color: #f05a28;
}

.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}

.socials{
    position: relative;
    right: 2%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0 3rem 0;
}

.socials li{
    margin: 0 10px;
}

.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 10px;
    border-radius: 50%;
}

.socials a i{
    font-size: 2rem;
    position: relative;
    left: 2px;
    width: 20px;
    transition: color .4s ease;
}

.socials a:hover i{
    color: #f05a28;
}

@media only screen and (max-width: 768px) {
  .socials{
    right: 5%;
    bottom: 10px;
  }
}

.footer-bottom{
    background: #f05a28;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    padding: 10px;
    padding-bottom: 0px;
    text-align: center;
}

.footer-bottom p{
   float: left;
   font-size: 14px;
   word-spacing: 3px;
   text-transform: capitalize;
   margin-top: 3px;
   margin-bottom: 5px;
}
.footer-bottom p a{
  color:#252828;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Raleway",Arial,sans-serif;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}

.footer-menu{
  float: right;
  padding-right: 40px;
}

.footer-menu ul{
  display: flex;
}

.footer-menu ul li{
padding-right: 10px;
display: block;
}

.footer-menu ul li a{
  color: #fff;
  text-decoration: none;
}

.footer-menu ul li a:hover{
  color: #111;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  right: 10px;
}
}

#about .w3-row-padding{

  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#gtco-subscribe{

  background: #fff;
}

.one img{

  width: 40%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 66%;
}

.two img{

  width: 40%;
  height: 60%;
  transform: scaleX(-1);
  position: absolute;
  bottom: 56%;
  left: 66%;
}

.w3-top, .w3-bottom{

  position: fixed;
  width: 100%;
  z-index: 3;
}

#about img{
  width: 100%;
  min-width: 300px;
}

#marginicon{
  margin-top: 0;
}

.contactForm{
  position: relative;
}

.col-md-7{
  position: relative;
}

#formgp{
  position: relative;
}

#formgp1{
    position: relative;
}

#groupform{
  position: relative;
}

@media only screen and (max-width: 768px) {
  #about img{
    min-width: 370px;
  }
  #contact{
    left: 0;
  }
  #marginicon{
    margin-top: 13px;
  }
  .contactForm{
    left: 15px;
    text-align: center;
  }
  .col-md-7{
    text-align: center;
    top: 10px;
  }
  #formgp{
    left: 110px;
  }
  #formgp1{
    left: 50px;
  }
  #groupform{
    left: 25px;
  }
  .footer-content h3{
    font-size: 5rem;
  }
  .footer-content p{
    max-width: 310px;
  }
  .footer-bottom p{
    font-size: 15px;
    position: relative;
    right: 10px;
    top: 0px;
    margin-top: 0;
  }
  .footer-menu{
    position: relative;
    bottom: 57px;
    padding-right: 0;
  }
  .col-md-12{
    position: relative;
    left: 60px;
  }
}

#navbarr a{
  font-size: 1.5rem;
  padding: 10px;
  letter-spacing: 1px;
}

#ourservices h2{
  color: #fff;
}

#ourservices p{
  color: #fff;
}


#services3 p{
  font-size: 1.5rem;
}

#services1 img, #services2 img, #services3 img{
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  #ourservices p{
    width: 95%;
    font-size: 15px;
  }
}

.ourvalue{
  padding: 7em 0;
  clear: both;
}

.values {
  text-align: center;
  padding-bottom: 30px;
}
.values h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.values h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.values h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}

.value{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}

.value .number{
  display: contents;
  width: 30%;
  text-align: center;
}

.value .number h1{
  position: relative;
  padding: 40px;
  background: #f05a28;
  color: #fff;
  font-size: 5rem;
  font-family: 'Roboto';
  font-weight: 700;
  width: 10%;
  text-align: center;
}

.value .description{
  position: relative;
  width: 70%;
  margin-left: 30px;
}

.value .description h1{
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f05a28;
}

.value .description p{
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #828282;
  width: 100%;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .value .number{
    width: 50%;
  }
  .value .number h1{
    width: 35%;
  }
  .value .description{
    width: 50%;
  }
  .value .description p{
    font-size: 1.3rem;
    width: 80%;
  }
}

.ourcertificate{
  padding: 7em 0;
  clear: both;
}

.cert {
  text-align: center;
  padding-bottom: 30px;
}
.cert h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.cert h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.cert h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}

.logocert{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.logocert img{
  position: relative;
  padding: 30px;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: .6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: 2s ease-in-out;
  width: 250px;
}

.logocert img:hover{
  position: relative;
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.2);
}

@media only screen and (max-width: 768px) {
  .logocert img{
    width: 110px;
    position: relative;
    right: 15px;
    padding: 10px;
  }
}

.ourclient{
  background-image: url('images/sk\ energy\ front\ 2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7em 0;
  clear: both;
}

.client {
  text-align: center;
  padding-bottom: 30px;
}
.client h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
.client h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.client h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f05a28;
  bottom: 0;
  left: calc(50% - 20px);
}

.listclient{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.clientt h1{
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Roboto';
  margin-top: 20px;
  color: #fff;
}

.clientt img{
  width: 100%;
  max-width: 800px;
}

@media only screen and (max-width: 768px) {
  .listclient{
    position: relative;
    right: 10px;
  }
  .clientt h1{
    font-size: 1.5rem;
  }
  #hiddenicon{
    display: block !important;
  }
  #tabicon .active a{
    background: #ddd;
  }
  #tabicon li{
    width: 100%;
    margin: 5px;
  }
}

.imagevalue{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.imagevalue img{
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
}

