@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  color: black;
}
body.page-template-page-home {
	background: black;
}

html {
  width: 100%;
  height: 100%;
}


:root {
  --transparent-color: transparent;
  --primary-color: #000;
  --white-color: white;
  --green-color: #1bb321;
  --tomato-color: #fe4c1c;
  --black-color: #000;
  --p-color: #444444;
  --fw-500: 500;
  --footer-bg: #001c38;
}
img {
	vertical-align: middle;
}
header.entry-header h1 {
    display: none;
}
.site-main {
    padding: 3% 0;
}
.container, .title-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .container,	.navigation-container .sticky {
    padding: 0 15px;
  }
}
/*---------------------------- navigation -----------------------*/
.main-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.5s ease;
    padding: 0px;
}
.navigation-section {
    background-color: transparent;
    transition: background-color 0.5s ease;
}


/* .navigation-section.scrolled {
    background-color: rgba(000,000,0,0.4);
	backdrop-filter: blur(10px);
}
 */



.navigation-container {
/*     width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(40px, auto);
    position: relative;
    z-index: 2; */
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(40px, auto);
  position: relative;
  z-index: 999;
  background: rgba(000, 000, 000, 0.5);
  backdrop-filter: blur(10px);
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}



.navigation-section .logo-nav {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto;
    grid-auto-rows: minmax(40px, auto);
    align-items: center;
	padding: 0;
}

@media (max-width: 767.98px){

.navigation-section .logo-nav {
	padding: 0;
}
}

/*---------------  */

.logo {
    /* grid-column: 1 /span 1; */
}

.nav-class-div {
    /* grid-column: 2 /span 3; */
    justify-self: center;
}

.menu-toggle {
    grid-column: 1/ span 3;
    display: none;
}

.nav-class-div ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none
}

.nav-class-div ul li {
    padding: 0;
    margin: 0 7px;
    display: inline-block;
    transition: 500ms left cubic-bezier(.57, .21, .69, 1.25);
}

.nav-class-div ul li {
    position: relative;
    list-style-type: none
}

.nav-class-div ul li.menu-item-has-children:before {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: white;
    position: absolute;
    right: -5px;
    margin-top: 0px;
}


.nav-class-div ul li.active.menu-item-has-children:before {
    content: '\f0d7';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: white;
}

.nav-class-div ul li ul {
    position: absolute;
    left: 0;
    background-color: var(--white-color);
    display: none;
    min-width: 200px;
}

.nav-class-div ul li ul a {
    color: var(--primary-color);
    margin: 10px 1px;
    font-weight: var(--fw-500);
}

.nav-class-div ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.nav-class-div ul li ul li:not(:last-child) {
    border-bottom: 1px solid #c0c0c061;
}

.nav-class-div ul li ul li a {
    margin: 0 10px;
    padding: 3px 0;
    text-transform: capitalize;
}

.nav-class-div ul li a {
    display: block;
    padding: 0 9px;
    margin: 0 1px 0;;
    text-decoration: none;
    color: var(--white-color);
    font-weight: var(--fw-500);
    text-transform: capitalize;
	font-size: 15px;
	-webkit-transition: color 450ms;
    transition: color 450ms;
}
.nav-class-div ul li a:hover {
    color: #fac130;
}

.nav-social-icon {
    justify-self: right;
}

@media (max-width: 1199px) {
    .navigation-container .sticky {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .logo {
        display: block;
        color: var(--primary-color);
     /* grid-column: 1 /span 3; */
    }


    .nav-class-div {
        grid-column: 1 / span 4;
        justify-self: stretch;
    }

    .menu-toggle {
        grid-column: span 1 / -1;
        grid-row: 1/span 1;
        display: block;
        font-size: 30px;
        justify-self: end;
        cursor: pointer;
    }

    .menu-toggle:before {
        content: "\f0c9";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: var(--white-color);
    }


    .menu-toggle.active:before {
        content: "\f00d";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: var(--white-color);
    }

    .nav-class-div {
        display: none;
    }

    .nav-class-div.active {
        display: block
    }

    .nav-class-div.active ul li {
        display: block
    }

    .nav-class-div ul li.menu-item-has-children:before {
        margin-top: 2px;
    }

    .nav-class-div ul {
        display: block
    }

    .nav-class-div ul li ul {
        position: static
    }
	.nav-social-icon {
    display: none;
}
}

@media (max-width: 767px) {
    .nav-class-div ul li.active ul {
        display: block
    }
}

@media (min-width: 768px) {
    .nav-class-div ul li:hover ul {
        display: block
    }
}

/* -------------------Top menu---------------- */
.nav-social-icon ul {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.nav-social-icon ul li {
    margin-right: 25px;
    }
.nav-social-icon ul li:last-child {
    margin-right: 0;
    }
.nav-social-icon ul li a {
    color: white;
    font-size: 18px;
	-webkit-transition: color 450ms;
    transition: color 450ms;
}
.nav-social-icon ul li a:hover {
    color: #fac130;
}
/* -------------------------------------------- */

.main-header .logo {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main-header .logo-normal {
	display: block;
}

.main-header .logo-sticky {
	display: none;
}

.main-header .sticky .logo-normal {
	display: none;
}

.main-header .sticky .logo-sticky {
	display: block;
}

@media (max-width: 767.98px){
.nav-class-div ul {
	padding: 10px 20px;
}
.nav-class-div ul li a {
	color: white;
	margin: 0 0 5px;
}	
.nav-class-div ul li:last-child a {
	margin-bottom: 0;
}
}

@media (min-width: 1070px){
	.nav-class-div ul{
		margin-left: 13px;
	}
}
@media (min-width: 1170px){
	.nav-class-div ul{
		margin-left: 13px;
	}
}
@media (min-width: 992px){
.nav-class-div ul li:nth-last-child(1),
.nav-class-div ul li:nth-last-child(2){
	margin: 0;
}
.nav-class-div ul li:nth-last-child(1) a,
.nav-class-div ul li:nth-last-child(2) a{
	padding: 0;
}
}
/*---------Team---------*/

.team {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.team .container {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  justify-content: center;
}

.team-child {
  flex: 0 1 300px;
}

.team-box {
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  color: #4a4a4a;
  display: -ms-grid;
  display: grid;
}

.team-box img {
  width: 100%;
  border-radius: 5px;
  min-height: 300px;
  display: block;
  margin: 0 auto;
  filter: grayscale(0);
  transition: all 0.5s;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .09);
  object-fit: cover;
}

.team-box:hover img {
  filter: grayscale(0);
}

.team-box div:first-child {
  text-align: center;
  position: relative;
}

.team-box div:nth-of-type(2) {
  padding: 10px 0px;
  justify-self: center;
  text-align: center;
}

.team-box div:first-child i {
  color: #f45f47;
  font-size: 3rem;
}

.team-box:hover .hover-button {
  opacity: 1;
}

.team-box h4 {
	margin: 15px 0 0;
	font-size: 1.2rem;
	color: var(--black-color);
	font-weight: 500;
	text-transform: uppercase;
}

.team-box p {
  color: #938f90;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .team > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-box a {
  background-color: transparent;
  display: block;
  text-decoration: none;
  color: #f45f47;
  font-weight: 400;
  text-align: center;
}

/* 
-----------------------------
-----------------------------
           Main-Slider
-----------------------------
-----------------------------
*/
#main-slider .item-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
}

#main-slider .item-wrapper .slideimg {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
	position: relative;
	width: 100vw;
	height: 100vh;
}
#main-slider .item-wrapper .slideimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main-slider .item-wrapper .slideimg .image-bgoverlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#main-slider .item-wrapper .caption-wrapper {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    display: grid;
    justify-items: start;
    align-content: end;
    font-size: 2.2vw;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 130px;
}
#main-slider .caption-wrapper .btn {
    font-size: 1.2vw;
    font-weight: 700;
    border: 2px solid #fff;
    color: #fff;
    padding: .6rem 2rem;
    text-decoration: none;
    margin-top: 1rem;
}

#main-slider .owl-item.active .slider-title {
    animation: 1s .2s zoomIn both;
}

#main-slider .owl-item.active .slider-dec {
    animation: 1s .6s zoomIn both;
}

#main-slider .owl-item.active .btn {
    animation: 1s .9s zoomIn both;
}

#main-slider.owl-carousel .owl-next,
#main-slider.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    font-size: 30px !important;
    border: 1px solid #ddd;
    text-align: center;
    background-color: var(--transparent-color) !important;
    color: #ffffff !important;
    border-color: var(--transparent-color) !important;
    outline-color: var(--transparent-color) !important;
    transition: all 200ms ease-out;
    opacity: 0;
}

#main-slider.owl-carousel .owl-next:hover,
#main-slider.owl-carousel .owl-prev:hover {
    border: 1px solid #ddd;
    background-color: var(--transparent-color) !important;
    color: #ffffff !important;
    border-color: var(--transparent-color) !important;
    outline-color: var(--transparent-color);
}

#main-slider.owl-carousel .owl-prev {
    left: 70px;
}

#main-slider.owl-carousel .owl-next {
    right: 70px;
}

#main-slider.owl-carousel:hover .owl-next,
#main-slider.owl-carousel:hover .owl-prev {
    opacity: 1;
    outline-color: var(--transparent-color) !important;
}


#main-slider .owl-dots {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom:50px;
}

#main-slider button.owl-dot {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    margin-right: 5px;
	background: white !important;
}

#main-slider button.owl-dot.active {
    background: #f8cf22 !important;
}



@media (max-width: 767.98px){
#main-slider .item-wrapper .slideimg {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
	position: relative;
	height: auto;
}
#main-slider .item-wrapper .slideimg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: unset;
}
#main-slider .item-wrapper .caption-wrapper {
    grid-column: unset;
    grid-row: unset;
	justify-items: center;
    align-content: center;
    padding-bottom: 0px;
	background: black;
}
	
#main-slider .item-wrapper .pc-caption-wrapper{
	display: none;
}

.mobile-caption-wrapper {
    background: black;
    display: grid;
    justify-content: center;
    align-content: center;
    color: white;
    height: 100vw;
}
}
@media (min-width: 768px){
.mobile-caption-wrapper {
    display: none;
}
}
/* --------------------------------------------- */

.welcome-sms {
    z-index: 9;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
	padding: 0 15px;
}

.welcome-sms > div:nth-of-type(1) {
    font-size: 30px;
    text-transform: capitalize;
}
.welcome-sms > div:nth-of-type(2) {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 54px;
    text-transform: capitalize;
    margin: 5px 0px;
	line-height: 1;
}

.welcome-sms > div:nth-of-type(3) {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 23px;
    text-transform: capitalize;
    border-bottom: 3px solid #f9d022;
	padding-bottom: 3px;
}
ul.welcome-sms-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

ul.welcome-sms-ul li {
    margin: 0 10px;
}
ul.welcome-sms-ul li:first-child {
    margin-left: 0 ;
}

ul.welcome-sms-ul span {
    border-right: 3px solid white;
    height: 16px;
    display: inline-block;
    margin-left: 15px;
}

ul.welcome-sms-ul li:last-child span {
    border-right: none;
}
.welcome-sms > div:nth-of-type(4){
	margin-top: 20px;
}
.welcome-sms > div:nth-of-type(2) img,.welcome-sms > div:nth-of-type(4) a span img {
    width: unset;
}

@media(max-width: 767.98px){
.welcome-sms {
	padding: 15px;
	border: dashed;
    z-index: 1;
}
section#image-slider {
    margin-top: 75px;
}
.navigation-section {
	padding: 3px 0;
}
}
/* 
------------------------------------
  others page title 
--------------------------------------
*/
section.others-page-title {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
section.others-page-title > div:first-child {
  grid-area: 1 / 1 / 2 / -1;
}
section.others-page-title > div:last-child {
  grid-area: 1 / 1 / 2 / -1;
  z-index: 9;
  background-color: rgba(000,000,0,0.7);
}
.bgimage-wrapper {
  position: relative;
}
.bg-only-images {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
 filter: blur(1px); 
}
.bgimages-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgb(0 0 0 / 0.3);
}

.title-section-h1 {
  width: 100%;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 110px 0;
}
.text-center {
  text-align: center;
}
/* -----------------our-client------------- */
section.our-client {
    margin: 90px 0;
}

.our-client .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 40px;
}

.client-logo {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .09);
    padding: 10px;
	display: grid;
}
.client-logo img {
	place-self: center;
}
@media (max-width: 998.98px) {
    .our-client .container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

}
/* 
===============================================
                  Footer
===============================================
*/

footer {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--white-color);

  font-size: 14px;
}

.befour-footer > div {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(100px, auto);
  align-items: center;
}

.befour-footer > div div:first-child {
  grid-column: 1 / span 3;
}

.befour-footer > div div:first-child h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  padding: 0;
  margin: 0 0 5px;
}

.befour-footer > div div:first-child h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
}

.befour-footer > div div:last-child {
  grid-column: 4 / -1;
  justify-self: center;
}

.befour-footer > div div:last-child a {
  display: block;
  padding: 10px 25px;
  background: #020e28;
  text-decoration: none;
  border-radius: 5px;
  color: white;
}

footer > section.main-footer {
  padding: 4% 0;
  background: #1b1b1b;
}

.main-footer div .footer-child h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-bottom: 0;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}

.main-footer ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.main-footer ul li {
  padding: 0;
  margin: 4px 0;
  line-height: 28px;
}

.main-footer ul li a,
.main-footer a {
  text-decoration: none;
  color: var(--white-color);
  transition: all 0.5s;
  font-size: 15px;
}

.main-footer ul li a:hover {
   color: #fcb820;
}

.main-footer > div {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
}

.main-footer > div > div:nth-child(1) {
  grid-column: 1 / 5;
}

.main-footer > div > div:nth-child(2) {
  grid-column: 6 / 8;
}

.main-footer > div > div:nth-child(3) {
  grid-column: 8 / 11;
  justify-self: center;
}

.main-footer > div > div:nth-child(4) {
  grid-column: 11 / 14;
  justify-self: end;
}



.footer-addres-child {
    text-align: justify;
}





@media (max-width: 991.98px) {
  .main-footer > div > div:nth-child(1) {
    grid-area: 1 / 1 / span 1 / span 6;
  }
  .main-footer > div > div:nth-child(2) {
    grid-area: 1 / 7 / span 1 / span 6;
  }
  .main-footer > div > div:nth-child(3) {
    grid-area: 2 / 1 / span 1 / span 6;
    justify-self: start;
  }
  .main-footer > div > div:nth-child(4) {
    grid-area: 2 / 7 / span 1 / span 6;
    justify-self: start;
  }
}

@media (max-width: 575.98px) {
  .main-footer > div {
    grid-column-gap: 0px;
  }
  .main-footer > div > div:nth-child(1) {
    grid-area: 1 / 1 / span 1 / -1;
  }
  .main-footer > div > div:nth-child(2) {
    grid-area: 2 / 1 / span 1 / -1;
  }
  .main-footer > div > div:nth-child(3) {
    grid-area: 3 / 1 / span 1 / -1;
  }
  .main-footer > div > div:nth-child(4) {
    grid-area: 4 / 1 / span 1 / -1;
  }
}

.copyright {
  padding: 0 0 40px;
  color: #fff;
  background: #000;
}

.copyright > div {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(20px, auto);
  align-items: center;
  padding-top: 40px;
}

.copyright > div div:last-child {
  justify-self: end;
}

@media (max-width: 992px) {
  .copyright > div {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    text-align: center;
  }
  .copyright > div div:last-child {
    justify-self: center;
  }
	.copyright-child.child {
		white-space: nowrap;
	}
}

/* ---------------------------------------- */


/* --------------------------------------------------------------------------------- */
h3.new-title-small {
    font-family: 'Poppins',sans-serif;
	font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    color: #3a3a3a;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    margin: 70px 0 15px;
    padding: 0;
}
.new-title-wrap{
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.racb-dec {
    font-size: 16px;
    line-height: 26px;
	max-width: 800px;
    margin: 0 auto;
}
.title-separator {
    background-color: #ffc513;
}
.title-separator {
    width: 75px;
    height: 3px;
    background-color: #fede00;
    position: relative;
    display: inline-block;
    margin: 0 0 0 -15px;
    top: -5px;
}
.title-separator:before, .title-separator:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #fede00;
    display: inline-block;
    position: absolute;
}
.title-separator:before {
    right: -5px;
}
.title-separator:after {
    right: -10px;
}

@media (max-width: 991.98px){
	
h3.new-title-small {
    font-size: 30px;
    line-height: 35px;
}	
.racb-dec {
    line-height: 20px;
    margin-top: 10px;
}
}

/* ----------------WHAT WE DO----------------- */

.what-we-do{
	margin: 100px 0 0;
}
.services-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-auto-rows: auto;
}
.services-block img{
  vertical-align: middle;
  display: block;
  width: 100%;
  height: 100%;
-webkit-transition: transform 0.4s ease-in-out 0.05s;
    -moz-transition: transform 0.4s ease-in-out 0.05s;
    -ms-transition: transform 0.4s ease-in-out 0.05s;
    -o-transition: transform 0.4s ease-in-out 0.05s;
/*     -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
    image-rendering: optimizeQuality;
}
.service:nth-child(even) .service-child {
/*   background: yellow !important; */
}
.service:nth-child(odd) .service-child {
/*   background:gray !important; */
}
.service:nth-child(odd) {
 display: grid;
 grid-template-columns: 1fr;
 grid-auto-rows: auto;
 overflow: hidden;
}
.service:nth-child(odd) .service-child:nth-child(1) {
 grid-area: 1 / 1 / 3 / -1 ;
 background: #ffc513!important;
}

.service:nth-child(odd) .service-child:nth-child(2) {
 grid-area: 1 / 1 / 3 / -1;
 place-self: center;
 padding: 0 40px;
 font-family: 'Poppins',sans-serif;
 font-weight: 300;
 color: white;
 text-align: center;
 z-index: 9;
}
.service:nth-child(odd) .service-child:nth-child(2) h1{
  font-size: 27px;
  line-height: 33px;
  color: #292929;
}
.service:nth-child(odd) .service-child:nth-child(2) p{
  font-family: 'Roboto', sans-serif;
  color: #292929;
  font-size: 16px;
  line-height: 25px;
}
.service:nth-child(odd) .service-child:nth-child(3) {
 grid-area: 1 / 1 / 3 / -1;
 place-self: end start;
 color: #fff;
 opacity: .19;
 position: relative;
}
.service:nth-child(odd) .service-child:nth-child(3) span{
	left: 0;
	bottom: -18px;
	width: 100%;
	position: absolute;
	font-size: 120px;
	line-height: 1;
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
	text-align: center;
 font-size: 120px;
 line-height: 1;
 font-family: 'Poppins',sans-serif;
 font-weight: 600;
}
.service:nth-child(3) .service-child:nth-child(3) {
 color: #e6e6e6;
 opacity: 1;
}
.service:nth-child(5) .service-child:nth-child(3) {
    place-self: end stretch;
    color: #373737;
    opacity: 1;
    background: red;
}
.service:nth-child(5) .service-child:nth-child(2) h1{
  font-size: 27px;
  line-height: 33px;
  color: #FFC513;
}
.service:nth-child(5) .service-child:nth-child(2) p{
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
}
.service:nth-child(5) .service-child:nth-child(2) a.service-link{
	color: white;	
	white-space: nowrap;
}
a.service-link {
	color: #292929;	
	display: inline-block !important;
	z-index: 999 !important;
}

/* .service:nth-child(1) .service-child {
    background: gray;
}
.service:nth-child(2) .service-child {
    background: red;
}
.service:nth-child(3) .service-child {
    background: orange;
}
.service:nth-child(4) .service-child {
    background: red;
}
.service:nth-child(5) .service-child {
    background: white;
}
.service:nth-child(6) .service-child {
    background: tomato;
} */

.service:nth-child(even) {
 display: grid;
 grid-template-columns: 1fr;
 grid-auto-rows: auto;
 overflow: hidden;
}
.service:nth-child(even) .service-child:nth-child(1) {
 grid-area: 1 / 1 / 3 / -1 ;
 overflow: hidden;
 cursor: pointer;
}
.service:nth-child(even):hover .service-child:nth-child(1) img {
transform: scale(1.2);
}
.service:nth-child(even) .service-child:nth-child(2) {
 grid-area: 1 / 1 / 3 / -1;
 place-self: center;
 padding: 0 40px;
 color: white;
 text-align: center;
 z-index: 9;
 visibility: hidden;
}
.service:nth-child(even) .service-child:nth-child(3) {
 grid-area: 1 / 1 / 3 / -1;
 place-self: end center;
 color: red;
 font-size: 61px;
 z-index: 9;
 visibility: hidden;
}
/* -----------------Contact us-------------- */
section.contact-us {
    margin: 100px 0;
}
section.contact-us > div {
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-gap: 30px 50px;
 box-shadow: 0 8px 100px -10px rgb(0 0 0 / 15%);
 padding: 30px;
}
.contact-child-child:nth-child(1) b {
    margin: 8px 0 15px;
    font-size: 20px;
    font-weight: 500;
    display: block;
}
.contact-us-child:nth-child(1) > div:nth-child(2) {
    height: 330px;
    margin-top: 50px
}
.contact-us-child:nth-child(1) > div:nth-child(2) img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 991.98px){
section.contact-us > div {
 display: grid;
 grid-template-columns: 1fr;
 box-shadow: none;
}
}
.contact-us-child {
    text-align: left;
}

/* 
===============================================
                 Contact  Form
===============================================
*/
.contact-heading {
    margin: 8px 0 20px;
    font-size: 20px;
    font-weight: 500;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(40px,auto);
	align-items: start;
    grid-gap: 25px;
}
.page-template-page-contact .contact-wrapper {
    grid-template-columns: 1fr;
}
.page-template-page-electricity-gas .contact-wrapper {
    grid-template-columns: 1fr;
}
.contact-child {
    border: 2px solid #ccc;
    padding: 0 5px;
}
.contact-child p {
	padding: 0;
	margin: 0
}
.only-text {
    background: #06525c;
    color: white;
    border: transparent;
    padding: 5px 0 0 10px;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 100%;
    border: none;
}
.wpcf7-form-control {
    width: 100%;
    height: 100%;
    border-color: transparent !important;
}
.contact-submit {
    display: grid;
    justify-content: start;
    margin-top: 25px;
}
.contact-submit input[type="submit"] {
    background: #ffc513;
    color: #292929;
	cursor: pointer;
	padding: 10px 25px;
}
@media (max-width: 767.98px){
.contact-wrapper {
    grid-template-columns: 1fr;
}
}
.contact-submit p {
    margin: 0;
    padding: 0;
}
.wpcf7-spinner {
	display: none;
}

/* ------------------------Footer------------------------ */

/* ----Footer Social---- */

.footer-addres {
  display: grid;
  grid-auto-rows: minmax(20px, auto);
}

.social-icons {
  margin-top: 20px !important;
}

.social-icons li {
  display: inline-block;
  margin: 0 6px 5px 0 !important;
  position: relative;
  vertical-align: middle;
}

.social-icons li a {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*-----------------------  */
.footer-child.child:nth-child(3) ul li {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  grid-column-gap: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.footer-child.child:nth-child(3) ul li i {
    margin-right: 10px;
    font-size: 20px;
    color: #fcb820;
}

/*--
    - Social Color
------------------------------------------*/

.facebook {
  background-color: #3b5997;
  color: #ffffff;
}

.facebook:hover {
  background-color: #3b5997;
  color: #ffffff;
}

.twitter {
  background-color: #1da1f2;
  color: #ffffff;
}

.twitter:hover {
  background-color: #1da1f2;
  color: #ffffff;
}

.linkedin {
  background-color: #0077b5;
  color: #ffffff;
}

.linkedin:hover {
  background-color: #0077b5;
  color: #ffffff;
}

.pinterest {
  background-color: #bd081c;
  color: #ffffff;
}

.pinterest:hover {
  background-color: #bd081c;
  color: #ffffff;
}

.google-plus {
  background-color: #d11718;
  color: #ffffff;
}

.google-plus:hover {
  background-color: #d11718;
  color: #ffffff;
}

.behance {
  background-color: #005cff;
  color: #ffffff;
}

.behance:hover {
  background-color: #005cff;
  color: #ffffff;
}

.dribbble {
  background-color: #e84c88;
  color: #ffffff;
}

.dribbble:hover {
  background-color: #e84c88;
  color: #ffffff;
}

.github {
  background-color: #323131;
  color: #ffffff;
}

.github:hover {
  background-color: #323131;
  color: #ffffff;
}

.instagram {
  background-color: #dc3472;
  color: #ffffff;
}

.instagram:hover {
  background-color: #dc3472;
  color: #ffffff;
}

.medium {
  background-color: #00ab6c;
  color: #ffffff;
}

.medium:hover {
  background-color: #00ab6c;
  color: #ffffff;
}

.reddit {
  background-color: #ff4501;
  color: #ffffff;
}

.reddit:hover {
  background-color: #ff4501;
  color: #ffffff;
}

.skype {
  background-color: #00aff0;
  color: #ffffff;
}

.skype:hover {
  background-color: #00aff0;
  color: #ffffff;
}

.slack {
  background-color: #63c1a0;
  color: #ffffff;
}

.slack:hover {
  background-color: #63c1a0;
  color: #ffffff;
}

.snapchat {
  background-color: #fffc00;
  color: #ffffff;
}

.snapchat:hover {
  background-color: #fffc00;
  color: #ffffff;
}

.tumblr {
  background-color: #01273a;
  color: #ffffff;
}

.tumblr:hover {
  background-color: #01273a;
  color: #ffffff;
}

.vimeo {
  background-color: #00adef;
  color: #ffffff;
}

.vimeo:hover {
  background-color: #00adef;
  color: #ffffff;
}

.youtube {
  background-color: #fe0002;
  color: #ffffff;
}

.youtube:hover {
  background-color: #fe0002;
  color: #ffffff;
}

.rss {
  background-color: #eb8314;
  color: #ffffff;
}

.rss:hover {
  background-color: #eb8314;
  color: #ffffff;
}

/* ------------------------------------------------------- */

.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: #fcb820;
  border: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
}

.scrollTop:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  background-color: var(--black-color);
  opacity: 1;
}

.scrollTop a {
  font-size: 25px;
  color: #fff;
}
/* ---------------------------------- */

.nofooter footer {
	display: none;
}


/*
=======================================Modal===============================================================

*/

.white-popup {
  position: relative;
  background: #fff;
  padding: 25px;
  width: auto;
  max-width: 600px;
  margin: 0 auto;
  text-align: justify;
}

.overflowcontent {
  max-height: 550px;
  overflow-y: auto;
  padding: 0 15px 0 0;
}

/* 
        
        ====== Zoom effect ======
        
        */

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
        
        ====== "Hinge" close effect ======
        
        */

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

/* ------------------------------------------ */
@media (max-width: 767.98px) {
.scab {
display: none;
}
}
@media (min-width: 768px) {
.scab {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  width: 100%;
  color: white;
}
.scab > div > div  {
    display: grid;
    justify-content: start;
}
}

