@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');
/* =======================================================
    font-family: 'Lato', sans-serif;

    font-family: 'Poppins', sans-serif;

    font-family: 'Quicksand', sans-serif;
* ======================================================= */
html{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: var(--font-typ1);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
 -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
}

:root{
  --font-typ1: 'Nunito Sans', sans-serif;
  --font-typ2: 'Quicksand', sans-serif;
  --theme-color-typ1: #ffffff;
  --theme-color-typ2: #3CE2AD;
  --header-color: #272822;
  --subheader-color: #42423F;
  --light-theme-color-a: #CDFCF2;
  --theme-color-b: #0078AA;
  --light-theme-color-b: #498AB9;
  --light-shade: #CDCDCD;
}



#page {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 992px){
#page {
  overflow-x: hidden; 
    }
    
}

.offcanvas #page {
  overflow: hidden;

}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #2D6CDF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #2D6CDF;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: var(--font-typ1);
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #2D6CDF;
}

::-moz-selection {
  color: #fff;
  background: #2D6CDF;
}

::selection {
  color: #fff;
  background: #2D6CDF;
}



.fh5co-nav {
  width: 100%;
  padding: 0;
  z-index: 1001;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, .2);
}

.fh5co-nav .top-menu {
  padding: 10px 0;
  background-color: #F8F8F8;
}

.fh5co-nav .nav-center {
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.fh5co-nav .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0px 0px;
  margin-bottom: 0;
}
.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
  display: inline-block;
  margin: 0;
  padding: 5px 12px;
}

.top-menu ul.nav-work-hrs{
  display: none;
}

@media screen and (max-width: 992px) {
.fh5co-nav .top {
  display: none;
}

.top-menu img.logo{
  width: 150px;
}

.fh5co-nav {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px -10px 20px rgba(1, 1, 1, .5);
}

.fh5co-nav .top-menu {
  padding: 10px 0;
  background: #ffffff;
}



#fh5co-offcanvas ul.nav-work-hrs li{
  padding-left: 20px;
  color: #fff;
}

}

@media screen and (max-width: 768px) {
  .fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
    padding: 5px 10px;
  }
}
.fh5co-nav .top .site {
  float: left;
  font-weight: 300;
  margin-top: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 0px solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 480px) {
  .fh5co-nav .top .site {
    display: none;
  }
}
.fh5co-nav .top .num {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  letter-spacing: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.fh5co-nav .top .fh5co-social {
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}



.fh5co-nav .top .fh5co-social li {
  font-size: 14px;
  display: inline-block;
}
.fh5co-nav .top .fh5co-social li a {
  padding: 7px 7px;
}
.fh5co-nav .top .fh5co-social li a i {
  font-size: 14px;
}

.top-menu img.logo{
  width: 40px;
}

.fh5co-nav #fh5co-logo {
/*  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: var(--font-typ1);*/
}
.fh5co-nav #fh5co-logo a {
  color: #000;
  position: relative;
  padding-left: 25px;
}
.fh5co-nav #fh5co-logo a span {
  color: #000;
}
.fh5co-nav #fh5co-logo a i {
  position: absolute;
  top: 5px;
  left: 0;
}

.fh5co-social-b{
  display: none;
}

#fh5co-offcanvas .fh5co-social-b{
  display: block;
  margin-top: 10px;
  display: flex;
}

#fh5co-offcanvas .fh5co-social-b li{
  margin: 30px 0px;
}

#fh5co-offcanvas .fh5co-social-b li:nth-child(1){
  margin-left: 10px;
}

#fh5co-offcanvas .fh5co-social-b a{
  padding: 4px 9px;
  margin: 0px 7px;
  border: 1.7px solid #00ADED;
  color: #00ADED;
  background: transparent;
  border-radius: 50%;
  }

.nav-contact{
  display: none;
}

#fh5co-offcanvas .nav-contact{
  display: block;
}

@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 300;
}
.fh5co-nav ul li a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  padding: 30px 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, .9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: rgba(0, 0, 0, .5);
}

a.active{
  color: #00ADED !important;
}

#jjh{
  cursor: pointer;
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 200px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}
.fh5co-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
  background: #2d6cdf;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  -ms-border-radius: 1;
  border-radius: 1;
}
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  font-weight: 400;
}

#fh5co-hero {
  background: #fff url(../images/gallery/loader.gif) no-repeat center center;
  margin-top: 80px;
}

@media screen and (max-width: 992px){
  #fh5co-hero {
  margin-top: 50px;
}
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: 85vh;
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(1, 1, 1, .4);
/*  background-color: transparent;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black),
  linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size:2px 2px;
  background-position: 0 0, 50px 50px;
  z-index: 1;*/
}



#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  height: auto;
  margin-top: calc(12vw + 10px);
  z-index: 9;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: auto;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700;
}

/*==============================================
Index Page Banner for Desktop
==============================================*/

#index-banner-a{
background: url("../images/mobile/spiral_light_color_bright.jpg");
background-position: top center;
background-repeat: no-repeat;
}

#index-banner-b{
background: url("../images/gallery/Security-Systems-fgfg.jpg");
background-position: top center;
background-repeat: no-repeat;
}

#index-banner-c{
background: url("../images/gallery/pcimport.jpg");
background-position: top center;
background-repeat: no-repeat;
}

#index-banner-d{
background: url("../images/gallery/cisco-networking-certification.jpg");
background-position: top center;
background-repeat: no-repeat;
}

#index-banner-e{
background: url("../images/gallery/52d6395f-999d-4d7a-961e-263a42fde288.jpg");
background-position: center center;
background-repeat: no-repeat;
}

/*==============================================
Index Page Banner for Desktop Ends Here
==============================================*/

@media screen and (max-width: 992px){
#fh5co-hero {
  min-height: auto;
  height: auto;
}

#fh5co-hero .flexslider .slides li {
  background-position: bottom center;
  min-height: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(1, 1, 1, .2);
  z-index: 1;
}

#fh5co-hero .flexslider .slider-text {
  min-height: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 0px auto;
  padding: 20px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: auto;
}


#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 900;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 10px 20px !important;
  color: #fff;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*==============================================
Index Page Banner for Mobile
==============================================*/

#index-banner-a{
background: url("../images/gallery/spiral_light_color_bright.jpg");
background-position: right!important;
background-repeat: no-repeat;
}

#index-banner-b{
background: url("../images/gallery/SurveillanceCCTV-20.jpg");
background-position: top center;
background-repeat: no-repeat;
}

#index-banner-c{
background: url("../images/gallery/pcimport.jpg");
background-position: top center;
background-repeat: no-repeat;
}

#index-banner-d{
background: url("../images/gallery/cisco-networking-certification.jpg");
background-position: top center;
background-repeat: no-repeat;
}

#index-banner-e{
background: url("../images/gallery/52d6395f-999d-4d7a-961e-263a42fde288.jpg");
background-position: center center;
background-repeat: no-repeat;
}

}

/*==============================================
Index Page Banner for Mobile Ends Here
==============================================*/


#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 5px;
  padding: 0px;  
  text-transform: uppercase;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0px;
  text-transform: uppercase;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h3 {
  color: #fff;
  font-size: 17pt;
  margin-bottom: 30px;
  width: 90%;
  font-weight: 300;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner  a {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 10px 20px !important;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #01ACEB;
  border: 2px solid #01ACEB !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  border: 2px solid #01ACEA !important;
  background-color: #fff;
  color: #01ACEB;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:focus {
  border: 2px solid #01ACEA !important;
  background: transparent !important;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-course-categories {
  padding-bottom: 0px !important;
}



.container-b p.intro{
  padding: 20px;
  font-size: 12pt;
}

.ghgf67{
  display: flex;
  justify-content: center;
}

.ghgf67-jacket {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  padding: 100px 30px;
}


.ghgf67-left{
  width: 60%;
  height: 400px;
  margin-right: 5%;
  background: url("../images/mobile/08202021-620924923.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  border-radius: 7px;
  box-shadow: 0px 0px 15px rgba(100, 100, 100, .3);
}

.ghgf67-right{
  width: 40%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400!important;
  font-size: 12pt;
}

.ghgf67-right h2{
  color: #01ACEB;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.ghgf67-right ul{
/*  list-style-image: url('./images/mobile/seesame-seed.jpg');*/
  margin-bottom: 40px;
  padding: 0px 20px;
}



.ghgf67-right li:before { 
  content: ''; 
  margin-left: 5px; 
  margin-right: 10px;} 

.ghgf67-right a{
  padding: 10px 25px;
  margin: 0px 0px 0px 0px;
/*  border: 1.8px solid #01ACEB;*/
  border-radius: 10px;
  color:  #01ACEB;
  font-size: 12pt;
  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
}

.ghgf67-right a:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }


@media screen and (max-width: 620px){
.ghgf67  .ghgf67-left{
  background-position: -150px 0px!important;
}
}

 @media screen and (max-width: 992px){
.ghgf67{
  display: flex;
  justify-content: center;
}

.ghgf67-jacket {
  flex-direction: column-reverse;
  margin: auto;
  width: 100%;
  max-width: 100%;
  padding: 50px 20px 100px 20px;
}


.ghgf67-left{
  width: 100%!important;
  height: 370px;
  margin-right: 0%!important;
/*  background: url("../images/gallery/Furmented-Cocoa-Beans.jpg");
  background-size: cover;
  background-repeat: no-repeat;*/
  background-position: 0px 0px!important;
  border-radius: 1px;
  border-radius: 40px;
  box-shadow: none;
}


.ghgf67-right{
  width: 100%;
  margin-bottom: 15%;
  font-weight: 300!important;
}

.ghgf67-right h2{
  color: #01ACEB;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.ghgf67-right ul{
/*  list-style-image: url('./images/mobile/seesame-seed.jpg');*/
  margin-bottom: 40px;
  padding: 0px 20px;
}

.ghgf67-right li { 

} 

.ghgf67-right li:before { 
  content: ''; 
  margin-left: 5px; 
  margin-right: 10px;} 

.ghgf67-right a{
  padding: 10px 25px;
  margin: 0px 0px 0px 0px;
/*  border: 1.8px solid #01ACEB;*/
  border-radius: 10px;
  color:  #01ACEB;
  font-size: 12pt;
  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
}

.ghgf67-right a:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
}



.go89jj{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  background: #F0F0F0;
  padding: 0px 0px;
  clip-path: ellipse(93% 100% at 70.21% 100%);
  position: relative;
}

.go89jj h1:before{
  content: "Our Goals";
  color: #02ADEB;
  text-align: center;
  font-weight: 900;
  font-size: 20pt;
  position: absolute;
  top: 110px;
  right: 30%;
  left: 30%;
  }

.go89jj h1{
  text-align: center;
  font-weight: 900;
  font-size: 50pt;
  color: rgba(205, 205, 205, .6);
  margin-top: 90px;
  }


.go89jj-jacket{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  padding: 10px 10px 50px 10px;
  height: 300px;  
  
}

.go89jj-itm{
  width: 25%;
  height: 60%;
  padding: 30px;
  display: flex;
  justify-content: center;
  border-right: 1.7px solid #cdcdcd;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
/*  box-shadow: 0 0 20px #eee;*/
  position: relative;
}

.go89jj-itm-4th{
  border-right: none;
}

.go89jj-itm h3{
  font-size: 11pt;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: .04em;
  font-weight: 400;
  color: #5F6368!important;
  padding: 30px 0px 0px 0px;
  }

.goal-no{
  padding: 10px;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #02ADEB;
  border: 1.5px solid #02ADEB;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -15px;
  margin: auto;
}

.go89jj-itm h3:after{
   content: "";
   width: 20px;
   height: 20px;
   border-radius: 2%;
   background: #5B5B5B;
    position: absolute;
    top: 10%;
    left: 45%;
    display: none;
      }         


@media screen and (max-width: 992px){
.go89jj{
  background: #F0F0F0;
  padding: 50px 0px;
  box-sizing: border-box;
  width: 100%;
clip-path: ellipse(213% 100% at 76.08% 100%)!important;
}

.go89jj h1:before{
  top: 161px;
  right: 20%;
  left: 20%;
  }

.go89jj-jacket{
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 50px 10px 10px 10px;
  margin: 0px auto;
  height: auto;  
}

.go89jj-itm{
  width: 95%;
  height: 60%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: none;
  border-bottom: 1.5px dotted #202020;
  transition: 0.5s;
  background-size: 200% auto;         
  box-shadow: 0 0 20px #eee;
  position: relative;
}

.go89jj-itm-4th{
  border-bottom: none;
}


.go89jj-itm-4th{
  border-right: none;
}

.go89jj-itm h3{
  font-size: 11pt;
  text-align: center;
  font-weight: 600;
  color: #7F7F7F;
  }

.go89jj-itm h3:after{
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 2%;
  background: #5B5B5B;
  position: absolute;
  top: 10%;
  left: 45%;
  display: none;
    }         
}




.ui3554{

}

.ui3554-jacket{
  display: flex;
  justify-content: flex-start;
  align-items: center;  
  width: 100%;
}

.ui3555-jacket{
  display: flex;
  justify-content: flex-start; 
  flex-direction: row-reverse; 
  width: 100%;
}

.ui3554 .ui3554-img{
  background: url("../images/gallery/pcimport.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 500px;
  }

.ui3554 .ui3555-img{
  background: url("../images/gallery/camera-uhh.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  height: 500px;
  }

.ui3554 .ui3556-img{
  background: url("../images/gallery/retailPOSsystem.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 500px;
  }

.ui3554 .ui3557-img{
  background: url("../images/gallery/4B9A8367-Edit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 600px;
  }

.ui3554 .ui3557b-img{
  background: url("../images/gallery/4B9A8367-Edit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 600px;
  }


.ui3554 .ui3558-img{
  background: url("../images/gallery/1641218959985.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  height: 500px;
  }

.ui3554 .serv-img{
  background: url("../images/gallery/8052.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 600px;
  }

.ui3554 .serv-img-b{
  background: url("../images/mobile/ed67422b21e47c2f2381ed59318a27176586.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 500px;
  }

.ui3554 .serv-img-c{
  background: url("../images/mobile/primarybng.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 500px;
  }

.ui3554 .serv-img-d{
  background: url("../images/gallery/9bfe22_a8ef2832c68d427d920b0e7ba6ac84f6~mv2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 500px;
  }

.ui3554-top{
  margin-top: 110px;
}

@media screen and (max-width: 992px){
.ui3554-top{
  margin-top: 60px;
}
}

.ui3554 .ui3554-text{
  background: transparent;
  width: 50%;
  height: 500px;
}

.ui3554-text-jacket{
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.ui3554-text-jacket-2{
  background: transparent;
  width: 75%;
  height: 75%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: auto;
}

.ui3554-text-jacket-2 p{
  font-size: 12pt;
}

.ui3554 .pre-spread{
  display: flex; width: 100%; 
  justify-content: space-between;
}

.ui3554 a.pre-more{
  padding: 5px 10px;
  border: 1.7px solid #FFA500;
  background: #FFA500;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-size: 11pt;
  font-weight: 600;
  transition: .3s all ease;
  }

.ui3554 a.pre-more:hover{
  background: #fff;
  border: 1.7px solid #FFA500;
  border-radius: 0px;
  color: #FFA500;
  }

.ui3554-text-jacket-2 a{
  font-size: 12pt;
  text-align: left;
}

@media screen and (max-width: 992px){
.ui3554-jacket{
  display: flex;
  justify-content: center; 
  flex-direction: column; 
  margin: auto;
  width: 100%;
}

.ui3555-jacket{
  display: flex;
  justify-content: center; 
  align-items: center!important;
  flex-direction: column; 
  margin: 0px auto;
  width: 100%;
}


.ui3554 .ui3554-img, .ui3554 .ui3555-img, .ui3554 .ui3556-img, .ui3554 .ui3557b-img, .ui3554 .ui3558-img{
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
  }

.ui3554 .ui3557-img, .ui3554 .serv-img, .ui3554 .serv-img-b, .ui3554 .serv-img-c, .ui3554 .serv-img-d{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
  }

.ui3554 .serv-img-d{
  background-position: center;
  }

.ui3554 .ui3554-text{
  width: 100%;
  height: auto;
}

.ui3554-text-jacket{
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.ui3554-text-jacket-2{
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: auto;
}

.ui3554-text-jacket-2 p{
  font-size: 12pt;
}

.ui3554-text-jacket-2 a{
  font-size: 12pt;
  text-align: left;
}

.ui3554-text-jacket-2 .fa-long-arrow-alt-right{
  float: right;
  margin-top: 7px;
}
}

.se56jgk{
  display: flex;
  justify-content: center;
  background: transparent;  
  position: relative; 
  z-index: 1;
}

.se56jgk .overlay-background{
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/gallery/sofa_design_yellow_curtains_interior_design_apartment_room_chair_bed_lamps_pillows_bedroom_style.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 20;
  display: flex;
  justify-content: center;
  }

.se56jgk .overlay-background-width{
  width: 100%;
  height: 100%;
  background: rgb(1,1,1, .7);
/*  background: linear-gradient(0deg, rgba(9, 9, 9,1) 0%, rgba(9, 9, 9,0.7) 52%, rgba(9, 9, 9,.9) 100%); */
}

.overlay-background-width-jacket{
  width: 95%;
  max-width: 1300px;
  padding-top: 100px;
  margin: auto;
}

.se56jgk .overlay-background-width h1{
  padding: 0px; 
  margin: 0px;
  color: #fff;
  font-size: 12pt;
  font-weight: 600;
  text-align: center;
  }

.se56jgk .overlay-background-width p{
  padding: 0px; 
  margin: 0px;
  font-size: 20pt;
  font-weight: 700;
  text-align: center;
  background: -webkit-linear-gradient(#00BFFF, #07748D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

.se56jgk-jacket{
  width: 100%;
  padding: 100px 0px;
  margin-top: 150px;
  z-index: 2000;
}

.se56jgk-jacket .divider{
  display: flex;
  justify-content: space-around;
  padding: 30px 30px;
  margin: 0px auto;
  width: 95%;
  max-width: 1300px;
  z-index: 1000;
}

.se56jgk .se56jgk-itm{
  width: 380px;
  height: auto;
  background: #272727;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 10px 1px #F1F1F1;
}



.se56jgk .itm-jacket{
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0px 0px 30px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transition: .3s ease;
}

.se56jgk .se56jgk-img {
  border: 3px solid #F8F8F8;}

.se56jgk .se56jgk-img-a {
  width: 100%;
  height: 250px;
  background: url("../images/mobile/CCR-Op-2-uyki.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;}

.se56jgk .se56jgk-img-b {
  width: 100%;
  height: 250px;
  background: url("../images/mobile/5_Bedroom_Dupex_orchid.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;}

.se56jgk .se56jgk-img-c {
  width: 100%;
  height: 250px;
  background: url("../images/mobile/black-african-bartenderblack-african-bartender.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;}

.se56jgk .se56jgk-img-d {
  width: 100%;
  height: 250px;
  background: url("../images/mobile/ed67422b21e47c2f2381ed59318a27176586.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;}

  .se56jgk .se56jgk-img-e {
  width: 100%;
  height: 250px;
  background: url("../images/mobile/Janitorial-and-Cleaning-Service-Bonds-Closeup-of-Janitor-Cleaning-the-Floor-of-an-Office.webp");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;}

  .se56jgk .se56jgk-img-f {
  width: 100%;
  height: 250px;
  background: url("../images/mobile/primarybng.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;}


.se56jgk .itm-jacket h2{
  color: #01ACEB;
  font-size: 20pt;
  padding: 5px 30px;
  }

.se56jgk .itm-jacket p{
  padding: 5px 30px;
  color: rgba(1, 1, 1, .7);
  font-size: 12pt;
  font-weight: 300;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  }


.se56jgk .se56jgk-itm a.jkf67{
  color: #00ACEB; 
  background: rgba(45, 108, 223, .1); 
  border-radius: 10px; 
  margin-left: 25px;
  padding: 5px 30px;
  }

.se56jgk .se56jgk-itm a.jkf67:hover{
  color: rgba(1, 172, 235);
  background: #F8F8F8;
  transition: .3s all ease;
    }

.se56jgk .se56jgk-itm a{
  color: #FB771E;
    }

.se56jgk .se56jgk-itm a:hover{
  color: rgba(190, 209, 245);
  transition: .3s all ease;
    }

@media screen and (max-width: 992px){

.overlay-background-width-jacket{
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  margin: auto;
}

.se56jgk .overlay-background-width h1{
  color: #fff;
  font-size: 13pt;
  font-weight: 600;
  line-height: 1.7em;
  padding: 0px 20px; }

.se56jgk .overlay-background-width p{
  padding: 0px 20px; 
  margin: 0px;
  font-size: 18pt;
  font-weight: 900;
  line-height: 1.2em;
  background: -webkit-linear-gradient(#00BFFF, #07748D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  

.se56jgk-jacket{
  width: 100%;
  padding: 100px auto;
  margin-top: 150px;
  z-index: 2000;
}

.se56jgk-jacket .divider{
  justify-content: center;
  flex-direction: column;
  padding: 0px 30px;
  margin: 0px auto;
  width: 100%;
  max-width: 100%;
}

.se56jgk .se56jgk-itm{
  width: 100%;
  height: auto;
  margin: 20px auto;
  background: #272727;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: none;
}

.se56jgk .itm-jacket{
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0px 0px 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  transition: .3s ease;
}

.se56jgk .se56jgk-img {
  width: 100%;
  height: 65vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  border: none;}

.se56jgk .itm-jacket h2{
  color: #01ACEB;
  font-size: 20pt;
  padding: 5px 0px 5px 15px;
  }

.se56jgk .itm-jacket p{
  padding: 5px 3px 5px 15px;
  color: rgba(1, 1, 1, .7);
  font-size: 12pt;
  font-weight: 300;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  }

.se56jgk .se56jgk-itm a.jkf67{
  color: #00ACEB; 
  background: rgba(45, 108, 223, .1); 
  border-radius: 10px; 
  margin-left: 20px;
  padding: 5px 30px;
  line-height: 1.3em;
  }

.se56jgk .se56jgk-itm a.jkf67:hover{
  color: rgba(1, 172, 235);
  background: #F8F8F8;
  transition: .3s all ease;
    }

  }
@media screen and (max-width: 360px){
  .se56jgk .se56jgk-itm a.jkf67{
  margin-left: 20px;
  padding: 5px 10px;
  line-height: 1.3em;
  }
}

.id457{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  padding: 100px 0px;
  background: #F0F0F4;
  clip-path: ellipse(93% 100% at 70.21% 100%);
}

.id457-jacket{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

.id457 .overlay-background-width-jacket{
  text-align: center;
  font-size: 20pt;
  font-weight: 300;
  width: 60%;
  line-height: 1.2em;
}

.id457 .overlay-background-width-jacket h1{
  margin-bottom: 5px;
  font-size: 15pt;
  font-weight: 400;
}

.id457-cont{
  display: flex;
  justify-content: center;
  flex-direction: column;  
  margin: 10px auto;
  width: 95%;
  max-width: 1300px;
  }

.id457 .divider{
  display: flex;
  justify-content: center;
  margin: 0px auto;
  width: 100%;
  }

.id457-itm{
  padding: 40px 20px;
  margin: 2%;
  border: 1.7px solid gray;
  border-radius: 10px;
  width: 18vw;
  max-width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12pt;
  font-weight: 400;
  text-align: center;
  color: #7F7F7F;

}

@media screen and (max-width: 992px){
.id457{
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  background: #F0F0F4;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  clip-path: none;
  clip-path: ellipse(204% 100% at 79.26% 0%);
}

.id457-jacket{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0px auto;
  width: 100%;
  max-width: 100%;
}

.id457 .overlay-background-width-jacket{
  text-align: center;
  font-size: 20pt;
  font-weight: 300;
  width: 80%;
  line-height: 1.2em;
}

.id457 .overlay-background-width-jacket h1{
  margin-bottom: 5px;
  font-size: 15pt;
  font-weight: 400;
}

.id457 p{
  color: #024B5B;
}

.id457-cont{
  margin: 10px auto;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 95%;
/*  overflow-y: scroll;
  white-space: nowrap;*/
  }


.id457 .divider{
  width: 50%;
  margin: auto;
  display: unset;
  }

.id457-itm{
  padding: 20px 10px;
  margin: 20px auto;
  border: 1.7px solid #111;
  border-radius: 10px;
  width: 90%;
  height: 100px;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 12pt;
  font-weight: 400;
  text-align: center;
  color: #111;

}
}


/*@media screen and (max-width: 480px){
  .id457-cont{
  margin: 10px 20px;
  padding: 50px 0px;
  display: flex;
  overflow-y: scroll;
  white-space: nowrap;

  }
}
*/






.slideshow{
  background: url("../images/gallery/cubes_structure_black_blue.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
    }

.slider-jacket{
  background: rgba(1, 1, 1, .5);
  padding: 80px 0px 80px 0px;
  height: 700px;
  }

.slideshow h2.header-1{
  text-align: center;
  font-size: 15pt;
  padding: 0px;
  margin: 0px;
  color: #cdcdcd;
  }

.slideshow p.header-2{
  text-align: center;
  font-size: 18pt;
  color: #cdcdcd;
}

#slider-pics-testimonial{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;  
}

.slideshow-jacket{
  width: 95%;
  max-width: 1000px;
  padding: 50px 50px;
  margin: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  z-index: 500;
}

.slideshow-jacket .img-jacket{
  padding: 5px;
  border-radius: 50%;
  background: rgb(23,16,148);
  background: linear-gradient(317deg, rgba(255, 255, 255,1) 50%, rgba(0,212,255,1) 50%, rgba(11,143,228,1) 50%);
  margin-bottom: 30px;
}

.test-img-a{
  width: 180px;
  height: 180px;
  border: 3px solid #0B8FE4;
  margin: 0px;
  outline: none;
  border-radius: 50%;
  background: url("../images/partner/parkview-logo.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
}

.test-img-b{
  width: 180px;
  height: 180px;
  padding: 20px;
  border: 3px solid #0B8FE4;
  border-radius: 50%;
  background: url("../images/partner/A.R-Sabo-Assoc.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
}

.test-img-c{
  width: 180px;
  height: 180px;
  padding: 20px;
  border: 3px solid #00ACEB;
  border-radius: 50%;
  background: url("../images/mobile/pexels-godisable-jacob-928816.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
}

.slideshow-jacket .text{
  width: 80%;
}

.slideshow-jacket h3{
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 12pt;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  text-align: left;
  color: #F8F8F8;
  line-height: 1.7em;
  text-indent: 30px;
  }

.slideshow-jacket span{
  font-size: 28pt;
  color: dodgerblue;
  font-weight: 900;
  transform: rotate(-12deg);
}

.slideshow-jacket p{
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  text-align: left;
  text-align: right;
  font-size: 12pt;
  font-family: 'Nunito Sans', sans-serif;
  }


@media screen and (max-width: 992px){
.slideshow{

    }

.slider-jacket{
  padding: 80px 0px 50px 0px;
  height: 900px;
  }

.slideshow h2.header-1{
  text-align: center;
  font-size: 15pt;
  padding: 0px;
  margin: 0px;
  }

.slideshow p.header-2{
text-align: center;
font-size: 18pt;
}

#slider-pics-testimonial{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;  
}

.slideshow-jacket{
  width: 100%;
  max-width: 100%;
  padding: 10px 30px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 500;
}

.test-img-a, .test-img-b, .test-img-c{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 27px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 27px 7px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 27px 7px rgba(0, 0, 0, 0.3);
}

.slideshow-jacket .text{
  width: 90%!important;
}

.slideshow-jacket h3{
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-indent: 0px;
  }

.slideshow-jacket p{
  margin: 0px;
  padding: 0px;
  }
}




.fh5co-bg-section {
  background: #e8e8e8;
}

#fh5co-course-categories,
#fh5co-counter,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-course-categories,
  #fh5co-counter,
  #fh5co-course,
  #fh5co-register,
  #fh5co-pricing,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-about,
  #fh5co-staff,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

.fh5co-counters {
  padding: 7em 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: auto;
}

.fh5co-counters .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.90);
}

.fh5co-counters .fh5co-counter {
  font-size: 34px;
  display: block;
  color: #00A859;
  font-family: var(--font-typ1);
  width: 100%;
  font-weight: 400;
  margin-bottom: .1em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 2em;
  display: block;
  font-family: var(--font-typ1);
}
.fh5co-counters .icon i {
  font-size: 35px;
  color: #fff;
}



/*@supports (backdrop-filter: none) {
.modal {
  background: rgba(1, 1, 1, .6);
  margin: 0px auto 0px auto;
  width: 100%;
  backdrop-filter: blur(3px)!important;
}
}*/



.modal {
  background: rgba(1, 1, 1, .7);
  margin: 0px auto 0px auto;
  width: 100%;
}


.modal .modal-dialog {
  outline: none;
  border: none;
  box-sizing: border-box;
  margin: auto;
  padding: 50px 0px;
  width: 90% !important;
  height: 90% !important;
}

.modal .modal-content {
  margin: 0px;
  padding: 0px;
  width: 100% !important;
  height: 100% !important;
  box-shadow: none;
  outline: none;
  border: none; 
}

.modal-content button[type="button-1"] {
  margin-top: -35px;
  transform: scale(1.3);
}

h5.modal-title {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14pt;
  color: #212529;
  text-align: left; 
  }







.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
ul.fh5co-social li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #0E84A8;
}
.fh5co-nav ul.fh5co-social li a i {
  font-size: 20px;
  padding: 5px; 
  border: 2px solid #0E84A8; 
  border-radius: 50%;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}
.fh5co-contact-info ul li:before {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9dc";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\ea3b";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e91e";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9df";
}
.fh5co-contact-info ul li a {
  color: rgba(0, 0, 0, 0.8);
}


.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid #7F7F7F;
  height: 54px;
  font-size: 14px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #7F7F7F;
  outline: 3px solid #97C7E9;
  transition: .15s ease;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
}

  #spinner {
  top: 50%;
  z-index: 10000;
  width: 70px;
  height: 70px;
  margin: -75px auto 0 auto;
  border: 5px solid #111;
  border-radius: 50%;
  border-top: 5px solid #01ACEB;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(80deg); }
  100% { transform: rotate(360deg); }
}

.row-padded-mb {
  margin-bottom: 3em !important;
}

.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}

.js .animate-box {
  opacity: 0;
}

/*CONTACT PAGE */

#fh5co-contact{
  padding: 100px 30px;
}

.form-group .submitzcf{
  border: 0px solid #00BFFF;
  background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
  transition: 0.5s ease;
  background-size: 200% auto;
  color: white;            
}

.form-group .submitzcf:hover, .form-group .submitzcf:focus{
  border: 0px solid #00BFFF !important;
  background: #0079FF !important;
  color: #fff !important;
}


::-webkit-input-placeholder {
  color: #CDCDCD !important;
}

:-ms-input-placeholder { 
  color: #CDCDCD !important;}

::placeholder {
  color: #CDCDCD !important;
}

@media screen and (max-width: 992px){
#fh5co-contact{
  padding: 50px 10px;
}
}











#fh5co-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 75px 10px 40px 10px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 1);
  margin: 20px 0px;
  padding: 0px 20px;
  display: block;
  font-weight: 600;
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i::before, .fh5co-nav-toggle.fh5co-nav-white.active > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  right: 0px;
  top: 5px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}





.in-flex-b span.clr-a,
.in-flex-b span.clr-b,
.in-flex-b span.clr-c,
.in-flex-b span.clr-d,
.in-flex-b span.clr-e,
.in-flex-b span.clr-f{
  color: #438327;
  font-weight: 700;
  text-transform: uppercase;
  display: block;

  }c

.in-flex-b span.clr-b{
  color: #D3632C;
  }

.in-flex-b span.clr-c{
  color: #D40123;
  }

.in-flex-b span.clr-d{
  color: #005399;
  }

.in-flex-b span.clr-e{
  color: #7B5541;
  }

.in-flex-b span.clr-f{
  color: #DFC101;
  }






#slider-main{
    width: 100%;
    border: 70px solid #CDCDCD;
    overflow: hidden;
    position: relative;

}
.img-slide{
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: top center;
    z-index: 5;
    overflow-y: hidden;


}
#prev{
    z-index: 10;
    color: #111;
    position: absolute;
    background: transparent;
    border: none;
    top: 45%;
    left: 0;
    font-size: 20px !important;
    display: none;
}
#next{
    color: #111;
    position: absolute;
    z-index: 100;
    background: transparent;
    border: none;
    top: 45%;
    right: 0;
    font-size: 20px !important;
    display: none;
}
.circle{
    border: #ccc 3px solid;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
}
#circles{
bottom: 10px;
left: calc(50% - 30px);
    position: absolute;
    z-index: 1000;
}
.image-animated{
    animation: animateImage 10s ease-in-out; /* change time according to interval set */
}

#slider-main h2{
    font-weight: 700;
    font-size: 20pt;
    color: #fff;
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 30%;
}

#slider-main p{
    font-weight: 400;
    font-size: 15pt;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    margin: 20px 0px 0px 0px;
}

#slider-main a{
  background: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  color: #111;
}


@keyframes animateImage {
    0%{
        opacity: .2;
        transform: scale(1.2,1.2);
    }
    20%{
        opacity: 1;
        transform: scale(1,1);
    }
    80%{
        opacity: 1;
        transform: scale(1,1);
    }
    95%{
        opacity: .8;
        transform: scale(1.2,1.2);
    }
    100%{
        opacity: .3;
        transform: scale(1.2,1.2);
    }
}

.width{
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    background: rgba(1, 1, 1, .5);
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width: 992px){
  #slider-main{
    border: 20px solid #CECAE5;
}

.img-slide{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: top center;
    z-index: 5;
    overflow-y: hidden;


}

#slider-main h2{
    font-weight: 700;
    font-size: 20pt;
    color: #fff;
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 30%;
}

#slider-main p{
    font-weight: 400;
    font-size: 15pt;
    color: #02B2D6;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    margin: 20px 0px 0px 0px;
}

#slider-main a{
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  color: #111;
  font-size: 13pt;
}

}

/*=================================
ABOUT

=================================*/

.fbs111j{
  display: flex;
  justify-content: center;
/*  background: #171717;*/
}

.fbs111j-jacket{
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 1300px;
  height: auto;
  padding: 10px 0px;
}

.fbs111j .fbs111j-gitm{
  margin: 20px;

}

.fbs111j-cont img{
  width: 250px;
  height: 300px;
  object-fit: cover;
  object-position: -20px 0px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 20px;
}


.fbs111j-cont p{
  font-size: 15pt;
  text-align: left;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.2em;
  margin-bottom: 0px;
  margin-top: 8px;
  padding: 0px 5px;
  }

.fbs111j-cont h2{
  font-size: 12pt;
  text-align: left;
  font-weight: 900;
  line-height: 1.3em;
  margin-top: 0px;
  padding: 0px 5px;
  }


@media screen and (max-width: 992px){
.fbs111j-jacket{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 95%;
  max-width: 100%;
  height: auto;
  padding: 0px 0px;
}  

.fbs111j .fbs111j-gitm{
  margin: 20px;
}

.fbs111j-cont img{
  width: 80vw;
  height: 77vw;
  object-position: top center;
  box-shadow: 0px 10px 1px rgba(1, 1, 1, .4);
  border-bottom-left-radius: 10px;
  border-top: 9px solid #555652;
}


.fbs111j-cont p{
  margin-top: 20px;
  }

.fbs111j-cont h2{
  font-size: 15pt;
  }
}

footer{
display: flex;
justify-content: center;
align-items: center;
background: url("../images/mobile/78ca6d4451b8248ca94a48c35511577b.jpg") center center;
background-size: cover;
}

footer .cover{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
background: rgba(5, 5, 5, .85);
position: relative;
}

footer .jacket-1{
width: 100%;
height: auto;
margin: auto;
}

footer .jacket-2{
  width: 95%;
  max-width: 1300px;
  margin: 0px auto;
  padding: 50px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: relative;
}

footer .f-itm-a{
  display: flex;
  justify-content: center;
  transition: .3s ease;
}

footer .grp-a, footer .grp-b{
  display: flex;
  justify-content: space-between;
}

footer ul{
  width: 230px;
  padding: 10px;
  list-style: none;
  text-decoration: none;
  font-size: 12pt;
  text-align: left;
}

footer .grp-b ul:nth-child(1){
  width: 330px;
  margin-right: 20px;
}

footer .grp-b ul:nth-child(2){
  width: 270px;
  margin-right: 20px;
}

footer .grp-a ul:nth-child(1){
  width: 300px;
}

footer ul h2{
font-size: 12pt;
font-weight: 700;
color: #fff;
margin: 10px 0px;
}

footer ul li{
font-size: 12pt;
}

footer ul li a{
color: #cdcdcd;
line-height: 2em;
transition: .2s ease-out;
}

footer ul li a:hover{
color: #fff;
padding-left: 10px;
}

footer .grp-b ul:nth-child(2) a:hover{
padding-left: 0px;
}

footer .grp-b ul:nth-child(1) a:hover{
padding-left: 0px;
}


footer .grp-b ul li{
color: #cdcdcd;
}

.social-ico{
  padding: 10px 10px 10px 10px;
  border: 2px solid #fff;
  border-radius: 50px;
  background: transparent;
  color: #fff;}

.contact-ico {
  color: #fff;}

input {
  background: transparent;
  height: 45px;
  border-radius: 10px;
  padding: 7px;
  margin-top: 5px;
}

footer .f-itm-a h2.subscribe-header{
  color: #03ADD0;
  }

.grp-b input[name="subscribe"]{
  border: 2px solid #C1C1C1;
  transition: .6s ease;
}


.grp-b input[name="subscribe"]:focus{
  outline: none;
  border: 2px solid #03ADD0;
}

#submit{
  margin: 0px; 
  margin-top: 5px; 
  margin-left: -20px; 
  border-radius: 20px; 
  border-top-left-radius: 0px; 
  border-bottom-left-radius: 0px; 
  background: #03ADD0; 
  color: #000000; 
  font-weight: 700; 
  font-size: 11pt; 
  letter-spacing: .2em;
  outline: none; 
  border: 2px solid #03ADD0; 
}

#submit:hover{
  transition: .2s ease-in;
  background: #076CBC;
  border: 2px solid #076CBC;  
}

input[type="placeholder"]{
  color: #cdcdcd;
}

.contact-form textarea[placeholder="Message"]{
  outline: none;
  border: none; 
  box-shadow: none;
  height: 203px;
  resize: none;
  padding-top: 20px !important;
  }


 iframe#full-map{
  width: 100%;
  max-width: 1100px;
  height: 400px;
  margin: 0px;  
  transition: .3s ease;
}

 iframe#full-map{
display: none;
}

footer #map-open{
  color: #FFAC1F;
  margin: 0px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  top: 70px;
  right: 5px;
  cursor: pointer;
}

footer #map-close{
  color: #fff;
  margin: 0px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  top: 70px;
  right: 5px;
  cursor: pointer;
}

footer #map-close{
display: none;
}

footer #full-map{
transition: .3s ease;
}

footer .copy-right{
 text-align: center;
 color: #cdcdcd;
 font-size: 11pt;
 padding: 0px 0px 10px 0px;
}




@media screen and (min-width: 993px) and (max-width: 1159px){
footer ul{
  width: 230px;
}

footer .grp-b ul:nth-child(2){
  width: 220px;
  margin-left: 10px;
}

.f-itm-b{
  display: none;
}

input[type="placeholder"]{
  width: 100%;
}

}

@media screen and (max-width: 992px){
footer .jacket{
  width: auto;
  max-width: none;
  padding: 0px 0px 0px 0px;
}

footer .jacket-2{
  width: 100%;
  max-width:100%;
  padding: 50px 0px 0px 0px;
}


footer .f-itm-a{
  flex-direction: column;
}

footer .grp-a, footer .grp-b{
  justify-content: flex-start;
  width: 100%;
  padding: 0px 20px;
}

footer .grp-b{
  padding-bottom: 50px;}

footer ul li{
font-size: 10.5pt;
}

footer .grp-a ul:nth-child(2), footer .grp-b ul:nth-child(2){
  width: 260px;
  margin-left: 40px;
}

input {
  width: 230px;
}

input[name="subscribe"]{
float: left!important;
min-width: 80%!important;
}

#submit{
  margin: 0px; 
  margin-top: 5px; 
  margin-left: -20px; 
  border-radius: 15px; 
min-width: auto;
}

footer .copy-right{
 text-align: center;
 color: #fff;
 font-size: 10.5pt;
 padding: 0px 0px 20px 0px;
}

iframe#full-map{
  width: 90vw;
  height: 400px;
  margin: 0px;  
  transition: .3s ease;
}

 iframe#full-map{
display: none;
}

footer #map-open{
  color: #FFAC1F;
  margin: 0px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  top: unset;
  bottom: 40%;
  right: 5px;
  cursor: pointer;
}

footer #map-close{
  color: #0078D7;
  margin: 0px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  top: unset;
  bottom: 40%;
  right: 5px;
  cursor: pointer;
}

footer #map-close{
display: none;
}

footer #full-map{
transition: .3s ease;
}

  }

@media screen and (max-width: 776px){
footer ul h2{
font-size: 12pt;
font-weight: 700;
color: #02ACEB;
margin: 10px 0px;
}

footer ul{
  width: 90%;
}

footer .grp-a, footer .grp-b{
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0px 20px;
}

footer .grp-b{
  padding-bottom: 0px;}

footer ul li{
font-size: 10.5pt;
}

footer .grp-a ul:nth-child(2), footer .grp-b ul:nth-child(2){
  width: 100%;
  margin-left: 0px;
}

input {
  width: 100%;
}
  }






























.we78fh{
  display: flex;
  justify-content: center;
  background: url('../images/gallery/giphy.gif');
  width: 100%;
  height: 250px;
}

.we78fh-jacket{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  background: linear-gradient(90deg, rgba(2,0,36,.8) 24%, rgba(9,100,121,.89) 60%, rgba(0,212,255,.9) 100%);;
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  -o-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.we78fh-jacket .left{
  width: 50%;
  height: 100%;
  font-family: 'Quicksand', sans-serif;
}

.we78fh-jacket h3{
  padding: 0px;
  margin: 30px 0px 10px 0px;
  font-size: 18pt;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.we78fh-jacket p{
  padding: 0px;
  margin: 0px;
  font-size: 13pt;
  font-weight: 300;
  color: #B6E2F2;
  line-height: 1.5em;
}

.we78fh-jacket a{
  margin-left: 5%;
  padding: 5px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 12pt;
  font-weight: 400;
}

@media screen and (max-width: 992px){
.we78fh{
  display: flex;
  justify-content: center;
  background: url('../images/gallery/giphy.gif');
  width: 100%;
  height: auto;
}

.we78fh-jacket{
  padding: 50px 0px;
}


.we78fh-jacket .left{
  width: 50%;
  height: 100%;
  font-family: 'Quicksand', sans-serif;
}

.we78fh-jacket h3{
  padding: 0px;
  margin: auto 0px 10px 0px;
  font-size: 13pt;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.we78fh-jacket p{
  padding: 0px;
  margin: 0px;
  font-size: 11pt;
  font-weight: 400;
  color: #B6E2F2;
  line-height: 1.5em;
}

.we78fh-jacket a{
  margin-left: 4%;
  padding: 5px 10px;
  border: 1.7px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 12pt;
  font-weight: 400;
}
}

@media screen and (max-width:  992px){
.f-itm-a li.list-gap{
  margin-bottom: 40px;
}

}







/*========================================================================
Service Page Styling

========================================================================*/
.slideshow-001{
  margin-top: 63px;
}


.slideshow-001{
  padding: 50px 0px 0px 0px;
  background: #F0F0F4;
    }

.slideshow-001 h2.header-1{
  text-align: center;
  font-size: 15pt;
  padding: 0px;
  margin: 0px;
  }

.slideshow-001 p.header-2{
text-align: center;
font-size: 18pt;
}

#slider-pics{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;  
}

/*======================================
Service Slider Image
======================================*/

.it-image-1{
  background: url("../images/gallery/data-center-server-rooms-colors-.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 }

.it-image-2{
  background: url("../images/gallery/Security-Systems-fgfg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 }

.it-image-3{
  background: url("../images/gallery/Ekiti-State-partners-Huawei-on-ICT.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 }



.ser-text{
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, .8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: auto;
  padding: 10px 20px 10px 80px;
}

.ser-text h3{
  width: 60%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 23pt;
  text-align: left;
  font-weight: 700;
  color: #0DB6D9;
 
}

.ser-text p{
  width: 60%;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-weight: 600;
  font-size: 13pt;
 
}

.slideshow-jacket-service{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 500;
}

.test-img{
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 50%;
  margin-right: 30px;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px 0px 27px 11px rgba(0, 0, 0, 0.6);
}


.service-cont{
  display: flex;
  justify-content: center;
  width: 100%;
  background: url("../images/gallery/how-it-works.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.service-cont .jacket{
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 1200px;
  padding: 50px 0px;
  box-sizing: border-box;
}

.service-left{
  width: 80%;
  padding: 0px 20px 50px 0px;
  background: transparent;
  height: auto;
}

.service-cont .ser-details-itm{
  padding: 20px; 
  margin-bottom: 40px; 
  border-radius: 20px;
  background: rgba(239, 235, 245, .7);
}

.service-cont .ser-details-itm-main{
  padding: 20px; 
  margin-bottom: 40px; 
  border-radius: 20px;
  background: rgba(23, 23, 24, .1);
}

.service-cont h1.header{
  font-size: 18pt !important;
  color: #111 !important;
  font-weight: 700;
  }

.service-left p{
  line-height: 2.2em;
  color: #343434;
  font-weight: 600;

  }


.service-right{
  width: 23%;
  height: auto;
  max-height: 450px;
  padding: 10px;
  margin-left: 2%;
  background: #cdcdcd;
  border: none;
  box-shadow:none;
    position: -webkit-sticky;
    position: sticky !important;
    top: 150px !important;
    border-radius: 1px;
  }

.service-right h2{
  font-size: 12pt;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #cdcdcd;
  padding: 10px 1px;
  background: #fff;
  }

.service-cont h2.abt-ser-itm{
  margin: 10px 0px 15px 0px;
  border-bottom: 1.5px solid #7F7F7F;
  padding: 0px 0px;
  font-size: 17pt;
  font-weight: 600;
  color: #02AEEE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.service-cont i.fa-bell{
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 12pt;
  background: #02AEEE;
  color: #fff;
}

.service-cont p.abt-ser-itm-p{
  margin: 0px !important;
  padding: 0px !important;
  color: #1B92DC;
  font-weight: 700 !important;
}

.service-right h3{
  font-size: 12pt;
  font-weight: 600;
  text-align: left;
  color: #F76D30;
  margin: 0px;
  padding: 10px;
  }

.service-right ul{
  padding: 0px 10px;
  list-style-type: none;
  background: #fff;
  }

.service-right a{
  display: block;
  color: #202020;
  }

.service-right a{
  margin: 10px 0px;
  padding: 3px 10px;
  transition: .3s all ease;
  }

.service-right a:hover{
  padding-left: 15px;
  }

.ser-itm-cont{
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(1, 1, 1, .1);
  padding: 30px 10px;
  background: #fff;
  margin-top: 60px;
  border-radius: 10px;
  border: 2px solid #1A2855;
  position: relative;
}

.ser-itm-cont-2{
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(1, 1, 1, .1);
  padding: 0px 0px;
  background: #fff;
  margin-top: 40px;
  border-radius: 0px;
  overflow:hidden;
}

.ser-itm-cont-3{
  border: 2px solid #02ADEB;
}

.ser-itm-cont .divider{
  display: flex;
  justify-content: center;
}


.ser-itm-cont h2{
  padding: 5px 10px;
  border-radius: 10px;
  background: #1A2855;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 11pt;
  position: absolute;
  top: -5%;
  left: 20%;
  right: 20%;
}

.ser-itm-cont-3 h2{
  background: #02ADEB;
}

.ser-itm-left{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: auto 20px;
  border-radius: 3px;
  border: none;
  padding: 5px;
/*  box-shadow: 0px 0px 10px rgba(100, 100, 100, .2);*/
}

.abt-ser{
  border-top: 1.5px solid #cdcdcd; padding: 10px 0px 10px 0px; color: #343434;
}

.ser-itm-left img{
  width: 150px;
  height: 200px;
  object-position: center center;
  object-fit: contain;
}

.ser-itm-left h3{
  text-align: center;
  font-weight: 700;
  font-size: 12pt;
  color: #111;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  }


.mini-banner{
  width: 100%;
  height: 300px;
  background: url("../images/gallery/retailPOSsystem.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mini-banner-jacket{
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, .8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
}

.mini-banner-jacket h2{
  font-size: 13pt;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  }

.mini-banner-jacket p{
  font-size: 12pt;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-weight: 300;
  width: 60%;
  }

.gen865{
  display: flex;
  justify-content: center;
  background: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.gen865-overlay{
  display: flex;
  justify-content: center;
  background: #FFF;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  z-index: 2;
}

.gen865-width{
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 1300px;
  flex-direction: column;
  box-sizing: border-box;
  margin: auto;
}

.itm-cont{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gen865-width h1{
  text-align: center;
  font-weight: 700;
  color: #049BBA;
  font-size: 18pt;
  margin: 0px auto 70px auto;
  width: 70%;
}


.gen865-itm{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 190px;
  margin: 10px 15px;
  border-radius: 7px;
  text-align: center;
  color: #111;
  font-weight: 600;
  z-index: 1000;
  overflow: hidden;
  cursor: pointer;
  transition: .3s all ease;
  }

.gen865-width h2{
  font-size: 12pt;
  font-weight: 400;
  color: #F8F8F8;
  padding: 20px 20px;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(1, 1, 1, .5);
  transition: color .3s ease, margin .3s ease, background .7s ease, height .7s ease;
}


.gen865-itm:hover h2{
  background: rgba(1, 1, 1, .01);
  height: 500%;
  margin: 100px auto 0px auto;
  color: #CDCDCD;
}



.gen865-itm:nth-child(1){
  background: url("../images/ser-img/Home-Cleaner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(2){
  background: url("../images/ser-img/comercial.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(3){
  background: url("../images/ser-img/ico-tyry.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(4){
  background: url("../images/ser-img/fbc407b9f2d9cddd21279eb5365cd886.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(5){
  background: url("../images/ser-img/5708235201963.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(6){
  background: url("../images/ser-img/hardwood-floor-finishes.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(7){
  background: url("../images/ser-img/Modern-Office-Interior-Design-Concepts.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(8){
  background: url("../images/ser-img/blinds-pod6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

 .gen865-itm:nth-child(9){
  background: url("../images/ser-img/a840dd123273eb094812a5a3a27f57f3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }
    
 .gen865-itm:nth-child(10){
  background: url("../images/ser-img/product-jpeg-500x500.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }
    
.gen865-itm:nth-child(11){
  background: url("../images/ser-img/1470351775-home-fragrance-lead.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(12){
  background: url("../images/ser-img/2bdb5b8e3057f7c9b02d070a108ce2e1-1800w-1200h.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(13){
  background: url("../images/ser-img/1140-hand-sanitizer-imports.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(14){
  background: url("../images/ser-img/steam-cleaner-mc-main-210525.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

 .gen865-itm:nth-child(15){
  background: url("../images/ser-img/Interior-decor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }
    
 .gen865-itm:nth-child(16){
  background: url("../images/ser-img/Home Fumigation.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }
    
.gen865-itm:nth-child(17){
  background: url("../images/ser-img/C6VHP24JAYMF7NPNJU3QXZCORM.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }

.gen865-itm:nth-child(18){
  background: url("../images/ser-img/10493e40ba62df9fc02ddebd23839f12.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    }



@media screen and (max-width: 992px){
/*========================================================================
Service Page Styling
========================================================================*/


.slideshow-001{
  padding: 0px 0px 0px 0px;
  background: transparent;
  margin: 40px 0px 0px 0px;
    }

#slider-pics{
  width: 100%;
  height: 280px; 

}

/*======================================
Service Slider Image
======================================*/

.it-image-1{
  background: url("../images/gallery/data-center-server-rooms-colors-.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 }

.it-image-2{
  background: url("../images/gallery/Security-Systems-fgfg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 }

.it-image-3{
  background: url("../images/gallery/Ekiti-State-partners-Huawei-on-ICT.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 }



.ser-text{
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, .75);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: auto;
  padding: 10px 10px 10px 20px;
  border-radius: 0px;
}

.ser-text h3{
  width: 95%;
  margin: 0px auto 15px auto;
  padding: 0px;
  font-size: 18pt;
  color: #4EC7F4;
 }

.ser-text p{
  width: 95%!important;
  margin: 0px auto;
  padding: 0px;
  color: #fff;
  text-align: left;
  font-weight: 600;
}

.slideshow-jacket-service{
  width: 100%;
  height: 280px;
  border-radius: 0px;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 500;
}


.service-cont{
  display: flex;
  justify-content: center;
  width: 100%;
}

.service-cont .jacket{
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 50px 0px;
  margin: 0px auto;
}

.service-cont .ser-details-itm-main{
  padding: 20px; 
  margin-bottom: 0px; 
  border-radius: 0px;
  background: transparent;
}


.service-cont .ser-details-itm{
  box-shadow: none; 
  padding: 10px; 
  margin-bottom: 25px; 
  border-radius: 0px;
  background: transparent;
}

.service-cont .ser-details-itm:nth-child(1){
  box-shadow: none; 
  padding: 20px 10px; 
  margin-bottom: 0px; 
  border-radius: 0px;
  background: transparent;
}

.service-left{
  width: 100%;
  padding: 0px 0px 0px 0px;
  background: transparent;
  height: auto;
}

.service-left h1{
  line-height: 1.5em;
  color: #fff;
  padding: 0px 20px;
  font-size: 17pt;
  }

.service-left p{
  line-height: 2.2em;
  padding: 0px 20px;
  font-weight: 500!important;
  }

.service-left a.ct-us{
  color: #fff;
  padding: 5px 10px;
  margin: 0px 20px;
  border-radius: 10px;
  background: #04AEED;
  border: 1.5px solid #04AEED;
  transition: .3s all ease;
  }

.service-left a.ct-us:hover{
  border: 1.5px solid #04AEED;
  background: #fff;
  color: #04AEED;
  }


.service-right{
  width: 100%;
  height: auto;
  max-height: auto;
  padding: 30px 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
  margin-top: 0px;
  background: #cdcdcd;
  border: none;
  box-shadow:none;
  position: -webkit-sticky;
  position: sticky !important;
  top: 0px !important;
  border-radius: 1px;
}

.service-right h2{
  font-size: 12pt;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #cdcdcd;
  padding: 10px 1px;
  background: #fff;
  }

.service-cont h2.abt-ser-itm{
  margin: 0px 20px 15px 20px;
  line-height: 1.4em;
  border-bottom: 1.9px solid #02AEEE;
  padding: 5px 0px;
  font-size: 17pt;
  font-weight: 600;
  color: #0E84A8;
}

.service-cont p.abt-ser-itm-p{
  font-size: 15pt;
  line-height: 1.3em;
}

.service-cont i.fa-bell{
  padding: 6px;
  background: #02AEEE;
  border-radius: 50%;
  color: #fff;
  }

.service-cont p{
  font-size: 11.5pt;
  font-weight: 400;
  color: #272822;
}

.mini-ad{

}

.service-right h3{
  font-size: 12pt;
  font-weight: 600;
  text-align: left;
  color: #F76D30;
  margin: 0px;
  padding: 10px;
  }

.service-right ul{
  padding: 0px 10px;
  list-style-type: none;
  background: #fff;
  }

.service-right a{
  display: block;
  color: #0E84A8;
  }

.service-right a{
  margin: 10px 0px;
  padding: 3px 10px;
  transition: .3s all ease;
  }

.service-right a:hover{
  padding-left: 15px;
  }


.ser-itm-cont-2{
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(1, 1, 1, .1);
  padding: 0px 0px;
  background: #fff;
  margin-top: 40px;
  border-radius: 0px;
  overflow:hidden;
}


.ser-itm-left{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: auto 20px;
  border-radius: 3px;
  border: none;
  padding: 5px;
/*  box-shadow: 0px 0px 10px rgba(100, 100, 100, .2);*/
}


.mini-banner{
  width: 100%;
  height: 300px;
  background: url("../images/gallery/retailPOSsystem.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mini-banner-jacket{
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, .8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
}

.mini-banner-jacket h2{
  font-size: 13pt;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  }

.mini-banner-jacket p{
  font-size: 12pt;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-weight: 300;
  width: 60%;
  }

.gen865{
  display: flex;
  justify-content: center;
  background: #F7F7F7;
/*  background: url("../images/gallery/sofa_design_yellow_curtains_interior_design_apartment_room_chair_bed_lamps_pillows_bedroom_style.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;*/
}

.gen865-overlay{
  display: flex;
  justify-content: center;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 50px 5px;
  z-index: 2;
}

.gen865-width{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  box-sizing: border-box;
  margin: auto;
}

.itm-cont{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gen865-width h1{
  text-align: center;
  font-weight: 700;
  color: #138AD0;
  font-size: 18pt;
  margin: 0px auto 70px auto;
  width: 70%;
}

.gen865-width h2{
  padding: 10px 10px;
  font-size: 12pt;
  transition: .3s all ease;
  font-weight: 600;
}

.gen865-itm:hover h2{
  background: rgba(1, 1, 1, 0);
  height: 100%;
  margin: 0px auto 0px auto;
  color: #111;
}

.gen865-itm{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  padding: 10px;
  margin: 10px 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  color: #111;
  font-weight: 600;
  z-index: 1000;
  }
  

.gen865 .gen865-itm h2{
  font-size: 15pt !important;
  }

.gen865-itm:hover{
  padding: 2px;
  transition: .3s all ease;
  }
}



@media screen and (max-width: 372px){ 
.ser-itm-cont h2{
  top: -3.5%;
}
}

.ser-itm-cont-3 h2{
  background: #02ADEB;
}

.ser-itm-left{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
  border-radius: 3px;
  border: none;
  padding: 5px;
/*  box-shadow: 0px 0px 10px rgba(100, 100, 100, .2);*/
}


.ser-itm-left img{
  width: 100%;
  height: 200px;
  object-position: center center;
  object-fit: contain;
}

.ser-itm-left h3{
  text-align: left;
  font-weight: 600;
  font-size: 9pt;
  color: #111;
  padding: 5px 0px 5px 0px;
  margin: 0px;
  }



.mini-banner{
  width: 100%;
  height: auto;
  background: url("../images/gallery/retailPOSsystem.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mini-banner-jacket{
  width: 100%;
  height: 100%;
  padding: 50px 5px;
  background: rgba(1, 1, 1, .8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
}

.mini-banner-jacket h2{
  font-size: 13pt;
  color: orange;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  }

.mini-banner-jacket p{
  font-size: 12pt;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-weight: 300;
  width: 100% !important;
  }

.mini-banner-jacket a{
  padding: 10px 10px;
  border: 1.5px solid #FF9715;
  color: #FF9715;
  border-radius: 20px;
}






@media screen and (max-width: 500px){
.itm-cont{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.gen865-overlay{
  padding: 50px 5px;
}

.gen865-itm{
  width: 100% !important;
  max-width: 100%;
  height: 350px;
  padding: 20px 20px;
  margin: 10px 5px;
  }
}





/*overflow: hidden
white-space: nowrap;
text-overflow: ellipsis;*/
.ser-itm-left h2.abt-ser-itm{
  padding: 10px 30px;
}







/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


#privacy-style{
  padding-top: 150px;
}

#privacy-style b{
  color: dodgerblue;
}


@media screen and (max-width: 992px){
#privacy-style {
  padding-top: 100px 200px!important;
  width: 85%!important;
  font-size: 11pt;
} 
}

@media screen and (max-width: 992px){
.ghgf67 p, .ghgf67 .ghgf67-jacket, .ghgf67 .ghgf67-right, .ghgf67 ul, .go89jj h3, .ui3554 p, .se56jgk-jacket p, .id457-cont .id457-itm, .service-cont p, .ui3554 p, .about-body p, .fh5co-contact-info{
  font-size: 12pt!important;
}  

footer ul{
  width: 100%!important;
}
}