@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

html{
    overflow-x:hidden;
}

ul.social-links {
    padding: 0;
       margin: 7px 0px;
    list-style: none;
    float: right;
}


.navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(19 19 19);
    background: black;
}

ul.social-links > li {
    display: inline-block;
	font-size: 18px;
}

.bg-primary {
    background-color: #009678 !important;
}

.fab{
	background: #009678;
	color: white;
	padding: 6px;
}

.bg-light {
    background-color: #ffffff!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(9 9 9);
    font-weight: 700;
}



.fa, .fas {
    font-weight: 900;
    color: white;
}
.utext{
	color: white;
}
/*===============Service======================*/


       h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
       
        img {
    max-width: 100%;
    height: auto;
}
        

.sec-title{
	
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-titles{
	padding-top: 47px;
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #009678;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
      list-style-type: none;
}

.list-style-one li{
  position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #222222;
    font-weight: 500;
    padding-left: 35px;
    font-family: 'Raleway';
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #009678;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #009678;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
   
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 26px;
    color: #848484;
    font-family: 'Raleway';
    font-weight: 400;
}


.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #f}

  .service-section {
    position: relative;
    padding: 22px 0 70px;
}

.card-text{
	font-size: 14px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 3px solid #009678;
    border-radius: .25rem;
}

.forminput {
    width: 80%;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 2px solid #009678;
    font-family: 'Font Awesome 5 Brands';
}

.forminputbutton {
    width: 40%;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 2px solid #009678;
    background: #009678;
}

.pf {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: inherit;
}

.lifooter{
	color: black;
    font-weight: 700;
}


/*============================================*/
/*====================================================
//  Variables
//  Mixins
//  Helpers
//  Common
//  Content
//  Services
//===================================================*/
/*====================================================
//  Variables
//===================================================*/
/*====================================================
//  Mixins
//===================================================*/
/*====================================================
//  Helpers
//===================================================*/
.ico-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.h-margin-0 .alfa, .h-margin-0 .beta, .h-margin-0 .gamma, .h-margin-0 .delta, .h-margin-0 .epsilon, .h-margin-0 .zeta,
.h-margin-0 h1, .h-margin-0 h2, .h-margin-0 h3, .h-margin-0 h4, .h-margin-0 h5, .h-margin-0 h6 {
  margin-bottom: 0em;
}

.txt-c {
  text-align: center;
}

.h-regular h1, .h-regular .alfa,
.h-regular h2, .h-regular .beta,
.h-regular h3, .h-regular .gamma,
.h-regular h4, .h-regular .delta,
.h-regular h5, .h-regular .epsilon,
.h-regular h6, .h-regular .zeta {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 400;
}

.h-bold h1, .h-bold .alfa,
.h-bold h2, .h-bold .beta,
.h-bold h3, .h-bold .gamma,
.h-bold h4, .h-bold .delta,
.h-bold h5, .h-bold .epsilon,
.h-bold h6, .h-bold .zeta {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 700;
}

.h-light h1, .h-light .alfa,
.h-light h2, .h-light .beta,
.h-light h3, .h-light .gamma,
.h-light h4, .h-light .delta,
.h-light h5, .h-light .epsilon,
.h-light h6, .h-light .zeta {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 300;
}

.h-upper h1, .h-upper .alfa,
.h-upper h2, .h-upper .beta,
.h-upper h3, .h-upper .gamma,
.h-upper h4, .h-upper .delta,
.h-upper h5, .h-upper .epsilon,
.h-upper h6, .h-upper .zeta {
  text-transform: uppercase;
}

.h-line-1-6 h1, .h-line-1-6 .alfa,
.h-line-1-6 h2, .h-line-1-6 .beta,
.h-line-1-6 h3, .h-line-1-6 .gamma,
.h-line-1-6 h4, .h-line-1-6 .delta,
.h-line-1-6 h5, .h-line-1-6 .epsilon,
.h-line-1-6 h6, .h-line-1-6 .zeta {
  line-height: 1.6;
}

.h-line-1-2 h1, .h-line-1-2 .alfa,
.h-line-1-2 h2, .h-line-1-2 .beta,
.h-line-1-2 h3, .h-line-1-2 .gamma,
.h-line-1-2 h4, .h-line-1-2 .delta,
.h-line-1-2 h5, .h-line-1-2 .epsilon,
.h-line-1-2 h6, .h-line-1-2 .zeta {
  line-height: 1.2;
}


/*====================================================
//  Services
//===================================================*/
.services-group {
  text-align: center;
}

.service-row-1, .service-row-2, .service-row-3 {
  overflow: hidden;
}

.service-row-3, .service-row-1 {
  text-align: center;
}
.service-row-3 .service-item, .service-row-1 .service-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -2px;
  margin-left: -2px;
}

.service-row-1 .service-item:nth-child(1) .service-content:before, .service-row-1 .service-item:nth-child(1) .service-content:after, .service-row-1 .service-item:nth-child(3) .service-content:before, .service-row-1 .service-item:nth-child(3) .service-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 1px;
  height: 50%;
  background-color: #ebebeb;
}
.service-row-1 .service-item:nth-child(1) .service-content:before, .service-row-1 .service-item:nth-child(3) .service-content:before {
  left: 0;
}
.service-row-1 .service-item:nth-child(1) .service-content:after, .service-row-1 .service-item:nth-child(3) .service-content:after {
  right: 0;
}

.service-row-2 .service-item .service-content, .service-row-3 .service-item .service-content {
  border-left: 1px solid #ebebeb;
}
.service-row-2 .service-item:last-child .service-content, .service-row-3 .service-item:last-child .service-content {
  border-right: 1px solid #ebebeb;
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.service-content-no-hover:hover {
  background-color: #ffffff;
}

.service-item-blue .service-content .service-bg {
  z-index: 2;
  box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.26);
  background-color: #009678;
}
.service-item-blue .service-content .service-bg:hover {
  background-color: #30455f;
}
.service-item-blue .service-content .service-icon svg {
  fill: #ffffff !important;
}
.service-item-blue .service-content .epsilon {
  color: #ffffff;
}

.service-icon {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  font-size: 50px;
  font-size: 5.125rem;
  pointer-events: none;
}

.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.page-title {
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
}

.single-post .sidebar, .single-service .sidebar, .sidebar.sidebar-full {
    border: none;
    padding: 0 15px;
}
.sidebar .widget {
    margin-bottom: 70px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.widget-categories li.active {
    background-color: #009678;
    border-radius: 14px
}
.widget-categories li {
    background-color: #f4f4f4;
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 14px
}

.widget-categories li.active a {
    color: #fff;
}

.single-service .service-img {
    margin-bottom: 30px;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.single-service .service-img {
    margin-bottom: 30px;
}
.widget-categories li a {
    color: #5e5e5e;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}



.line-p{
  border-bottom: 10px solid  #5e5e5e;
  width: 10%;
}




/*===========================*/
/*============================*/
/*=============================================*/


.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100vw;
}

.slider-container h1 {
	color: #fff;
	font-size: 100px;
	letter-spacing: 5px;
	position: relative;
	z-index: 100;
	text-align: center;
}

.slider-container::after {
	background-color: #000;
	content: '';
	position: absolute;
	opacity: 0.3;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transform: scale(1.15);
	transition: opacity .6s ease;
}

.slide.active {
	animation: grow 4s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}

.controls-container {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	flex-direction: column;
	transform: translateY(-50%);
	z-index: 2;
}

.control {
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	margin: 6px;
	height: 40px;
	width: 5px;
	transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active, .control:hover {
	background-color: #fff;
	opacity: 1;
	transform: scale(1.2);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    clear: both;
    border-bottom: 1px solid whitesmoke;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    /* border: 0; */
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #009678;
}

.img-bg{
    background: linear-gradient(to bottom, #009678 0%, #dadcdd 100%);
    border-radius: 28px 72px 51px 73px;
    padding: 38px;
    height: 20%;

}
.hed:hover{
  color: black;

}

.seven h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.seven h1:after,
.seven h1:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #009678;
  border-top: 1px solid #009678;
  height: 5px;
  background-color: #f8f8f8;
}



.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.contact-info-icon {
  margin-bottom: 15px;
}
.contact-info-item {
  background: #009678;
    padding: 30px 0px;
    height: 221px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: white;
}
.contact-info-text p {
  margin-bottom: 0px;
}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #313131;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-family: 'Raleway';
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
  background: #071c34;
  transition: all 0.4s ease-in-out 0s;
  border-color: #071c34;
}
.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
  padding: 20px 15px 0;
}




a.lightbox img {
  
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 94px 20px 20px 20px;

}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    width: 60%;
    height: 70%;
    z-index: 999999;
    opacity: 0;
    margin-top: 10%;
    margin-right: 20%;
        margin-left: 19%;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}

/*a.lightbox img:hover {
    transition: .5s ease;
    background-color: #008CBA;  
    opacity: 0.7;
    border-right: 10px solid whitesmoke;
}*/

.lightbox .light:hover{
  transition: .5s ease;
    background-color: #1d1e1ec2;  
    opacity: 0.7;
    border-right: 10px solid whitesmoke;
    }

.light{
  position: absolute;
    top: 97px;
    bottom: 0px;
    left: 7%;
    right: 10px;
    padding: 10px 10px 10px 20px;
    height: 78%;
    width: 95%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1d1e1ec2;
    color: white;
    font-weight: bolder;

}






/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 0px;
}

.lightbox .lights:hover{
  transition: .5s ease;
    background-color: #1d1e1ec2;  
    opacity: 0.7;
    border-right: 10px solid whitesmoke;
    }

    
.lights{

    position: absolute;
    top: 94px;
    bottom: 0px;
    left: 13%;
    right: 10px;
    padding: 9px 5px 16px 20px;
    height: 60%;
    width: 93%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1d1e1ec2;
    color: white;
    font-weight: bolder;

}


.lightbox .lighting:hover{
  transition: .5s ease;
    background-color: #1d1e1ec2;  
    opacity: 0.7;
    border-right: 10px solid whitesmoke;
    }

    
.lighting{

    position: absolute;
    top: 94px;
    bottom: 0px;
    left: 13%;
    right: 10px;
    padding: 9px 5px 16px 20px;
    height: 63%;
    width: 93%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1d1e1ec2;
    color: white;
    font-weight: bolder;

}


.cardboxs{
        position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    box-shadow:0px 0px 3px -1px;
    padding:19px;
}

.wd{
    width:50px;
}


.btn-light {
    color: #212529;
    background-color: #d3d5d7;
    border-color: #d3d5d7;
    margin-top: -7%;
    width: 100%;
    border-radius: 0px 25px;
    margin-left: 7%;
    font-weight: 900;
}

.vm{
    border-bottom: 1px solid;
    color: #009678;
    font-weight: 800;
}

.vm:hover{
      border-bottom: 1px solid black;
    transition: .5s ease;
    color:black;
}


.btn-lights {
    color: #212529;
    background-color: #d3d5d7;
    border-color: #d3d5d7;
    margin-top: -4%;
    width: 100%;
    border-radius: 0px 25px;
    margin-left: 4%;
    font-weight: 900;
}




/*=============================================*/
/*===========MEDIA=========================================*/
/*====================================================================*/






@media (min-width: 992px) {
  .service-row-2 .service-item:nth-child(3) .service-content, .service-row-2 .service-item:nth-child(7) .service-content {
    border-top: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:nth-child(5n+7) .service-content {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 771px) and (max-width: 992px) {
  .service-row-2 .service-item:nth-child(-n+4) .service-content {
    border-top: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:nth-child(4n+4) .service-content {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 577px) and (max-width: 770px) {
  .service-row-2 .service-item:nth-child(-n+3) .service-content {
    border-top: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:nth-child(3n+3) .service-content {
    border-right: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:last-child .service-content {
    border-right: 1px solid #ebebeb;
  }
}
@media (max-width: 576px) {
  .service-row-2 .service-item:nth-child(-n+2) .service-content {
    border-top: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:nth-child(2n+2) .service-content {
    border-right: 1px solid #ebebeb;
  }
}

.service-item {
  float: left;
  width: 20%;
}
@media (min-width: 771px) and (max-width: 992px) {
  .service-item {
    width: 25%;
  }
}
@media (min-width: 577px) and (max-width: 770px) {
  .service-item {
    width: 33.33%;
  }
}
@media (max-width: 576px) {
  .service-item {
    width: 50%;
  }
}

.service-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  flex-direction: column;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 575px) {
  .service-content {
    height: 170px;
  }
  
 

}
@media (max-width: 369px) {
  .service-content {
    height: 140px;
  }
}
.service-content:hover .service-bg {
    z-index: 2;
    box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.26);
    background-color: #090909;
    border-top: 3px solid #009678;
}
.service-content:hover .service-icon svg {
  fill: #ffffff !important;
}
.service-content:hover .epsilon {
  color: #ffffff;
}
.service-content .epsilon {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .service-content .epsilon {
    font-size: 24px;
  }
  

}
@media (min-width: 771px) and (max-width: 992px) {
  .service-content .epsilon {
    font-size: 24px;
  }
  
 
}
@media (max-width: 769px) {
  .service-content .epsilon {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 369px) {
  .service-content .epsilon {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
















@media (min-width: 771px) and (max-width: 992px) {
  .service-icon {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .service-icon {
    font-size: 36px;
    font-size: 2.25rem;
  }
  
}
.service-icon svg {
  fill: #aeaeae;
}

.service-icon-big {
  margin-bottom: 0;
  font-size: 70px;
  font-size: 4.375rem;
}
@media (max-width: 575px) {
  .service-icon-big {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

