<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Snapshot Template
http://www.templatemo.com/tm-493-snapshot

*/


/* Body 
------------------------------------- */
body {
  background: #304352;   
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  position: relative;
  height: 100%;
}

html,body {
width: 100%;
overflow-x: hidden;
}

html {
font-size: 100%;
}


/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4 {
font-weight: 300;
}

h1 {
font-size: 2rem;
line-height: 3rem;
letter-spacing: 12px;
text-transform: uppercase;
padding-bottom: 8px;
}

h2 {
color: #e44c65;
font-size: 1.2rem;
font-weight: bold;
letter-spacing: 4px;
text-transform: uppercase;
}

h3 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 4px;
}

p {
color: #888;
font-size: 20px;
letter-spacing: 1px;
line-height: 34px;
}

#home p,
#contact p, footer p {
color: #f9f9f9;
}

.btn {
border:none;
border-radius: 4px;
transition: all 0.4s ease-in-out;
}

.btn:focus {
background: #e44c65;
border-color: transparent;
}

.btn-success {
background: #e44c65;
font-weight: 300;
letter-spacing: 2px;
padding: 14px 32px;
margin-top: 26px;
}

.btn-success:hover {
background: #222;
}

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

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}



/*---------------------------------------
  All Section style              
-----------------------------------------*/

.section-title {
padding-bottom: 62px;
}

#about .section-title {
padding-top: 82px;
}

#about .section-title h1 {
margin-bottom: 0px;
padding-bottom: 0px;
}

#about,
#gallery,
#contact {
padding-top: 120px;
padding-bottom: 120px;
position: relative;
}

#gallery,
#contact, footer {
text-align: center;
}

.overlay {
background: #304352;
opacity: 0.9;
position: absolute;
width: 100%;
height: 100vh;
top: 0;
left: 0;
right: 0;
}



/*---------------------------------------
  Pre Loader Style              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
width: 60px;
height: 60px;
background-color: #e44c65;
border-radius: 100%;
margin: 40px auto;
-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
        animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
0% {
  -webkit-transform: scale(0);
          transform: scale(0); }
100% {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0; } }

@keyframes sk-pulseScaleOut {
0% {
  -webkit-transform: scale(0);
          transform: scale(0); }
100% {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0; } }



/*---------------------------------------
  Main Navigation             
-----------------------------------------*/

.navbar-default {
background: #ffffff;
box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
border: none;
margin-bottom: 0px !important;
}

.navbar-default .navbar-brand {
color: #304352;
font-size: 28px;
font-weight: bold;
letter-spacing: 2px;
margin: 0;
}

.navbar-default .navbar-nav li a {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-right: 22px;
  padding-left: 22px;
}

.navbar-default .navbar-nav li a span {
position: relative;
display: block;
padding-bottom: 2px;
}

.navbar-default .navbar-nav li a span:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
visibility: hidden;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;

}

.navbar-default .navbar-nav li a:hover span:before {
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);

}

.navbar-default .navbar-nav li.active a span:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
background-color: #304352;
color:#304352;

}

.navbar-default .navbar-nav &gt; li a:hover {
  color: white !important;
background-color:#304352;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #777;
background-color:#304352;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: white;
background-color:#304352;
}

.navbar-default .navbar-toggle {
   border: none;
   padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  border-color: transparent;

}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
background-color: transparent;
}

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

.navbar-default .navbar-nav li a span:before {
  background: transparent !important;
}
.navbar-default .navbar-nav li.active a {
  background: transparent;
  background: none;
  color: #304352 !important;
}
.navbar-default .navbar-nav li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
}
/*---------------------------------------
.nav-menu .drop-down ul {
display: block;
position: absolute;
left: 0;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 10px 0;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}

.nav-menu .drop-down:hover &gt; ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.nav-menu .drop-down li {
min-width: 180px;
position: relative;
}

.nav-menu .drop-down ul a {
padding: 10px 20px;
font-size: 14px;
text-transform: none;
color: #493c3e;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active &gt; a, .nav-menu .drop-down ul li:hover &gt; a {
color: #ffc200;
}

.nav-menu .drop-down &gt; a:after {
content: "\ea99";
font-family: IcoFont;
padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
top: 0;
left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover &gt; ul {
opacity: 1;
top: 0;
left: 100%;
}

.nav-menu .drop-down .drop-down &gt; a {
padding-right: 35px;
}

.nav-menu .drop-down .drop-down &gt; a:after {
content: "\eaa0";
font-family: IcoFont;
position: absolute;
right: 15px;
}

/*---------------------------------------
  Home Section              
-----------------------------------------*/

#home {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
      align-items: center;
height: 100vh;
text-align: center;
}

#home h1 {
color: #ffffff;
}

#home .col-md-8 {
padding-left: 62px;
}



/*---------------------------------------
    About Section              
-----------------------------------------*/

#about {
  background: #304352;
  padding-bottom:50px;
  padding-top: 100px;
}

#about .item {
  width: 100%;
  display: block;
}

#about .about-thumb {
  background: #ffffff;
  border-radius: 4px;
  padding: 100px;
  position: relative;
}

#about .about-img img {
  border: 8px solid #ffffff;
  position: absolute;
  left: -120px;
  bottom: -325px;
  padding: 12px;
}

#about .team-thumb {
  width: 100%;
  height: 400px;
  margin: 32px 0;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 5px 10px 18px #888888;
}

#about .team-thumb .image-holder {
  position: relative;
  top: 40px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#about .team-thumb .heading {
  font-weight: bold;
  position: relative;
  top: 10px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#about .team-thumb:hover {
  background: #304352;
}

#about .team-thumb:hover .image-holder {
  top: -40px;
  margin-bottom: 0px;
}

#about .team-thumb:hover .heading {
  top: -50px;
}

#about .team-thumb .description {
  font-size: 10px;
  width: 80%;
  margin: -50px auto;
  opacity: 0;
  line-height: normal;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#about .team-thumb:hover .description {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#about .team-thumb:hover p.description {
  color: #ffffff;
}


.img-circle:hover {
  border:1px black solid;
}



/*---------------------------------------
  Galllery section              
-----------------------------------------*/

#gallery {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#gallery .gallery-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#gallery .gallery-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#gallery .section-title p{
font-size: 16px;
color:black;
padding-bottom: 0px;
}

/*---------------------------------------
  restricting section              
-----------------------------------------*/

#restricting {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#restricting .restricting-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
margin-bottom: 25px;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#restricting .restricting-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#restricting .restricting-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#restricting .section-title p{
font-size: 16px;
color:black;
padding-bottom: 0px;
}

/*---------------------------------------
  raising section              
-----------------------------------------*/
.section-title {
padding-bottom: 0px;
}
#raising {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#raising .raising-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
margin-bottom: 25px;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#raising .raising-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#raising .raising-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#raising .section-title p{
font-size: 16px;
color:black;
}
/*---------------------------------------
  Galllery section              
-----------------------------------------*/

#accountability {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#accountability .accountability-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#accountability .accountability-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#accountability .accountability-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#accountability .section-title p{
font-size: 16px;
color:black;
}
/*---------------------------------------
  commitment section              
-----------------------------------------*/

#commitment {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#commitment .commitment-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#commitment .commitment-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#commitment .commitment-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#commitment .section-title p{
font-size: 16px;
color:black;
}

/*---------------------------------------
  gaming section              
-----------------------------------------*/

#gaming {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#gaming .gaming-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#gaming .gaming-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#gaming .gaming-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#gaming .section-title p{
font-size: 16px;
color:black;
}

/*---------------------------------------
  exclusion section              
-----------------------------------------*/

#exclusion {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#exclusion .exclusion-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#exclusion .exclusion-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#exclusion .exclusion-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#exclusion .section-title p{
font-size: 16px;
color:black;
}


/*---------------------------------------
  inclination section              
-----------------------------------------*/

#inclination {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#inclination .gaming-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#inclination .inclination-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#inclination .inclination-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#inclination .section-title p{
font-size: 16px;
color:black;
}
/*---------------------------------------
  Contact section              
-----------------------------------------*/

#contact, footer {
background: #304352;
color: #ffffff;
}

#contact .form-control {
background: transparent;
box-shadow: none;
border: 1px solid #f9f9f9;
color: #ccc;
font-size: 20px;
margin-top: 10px;
margin-bottom: 14px;
transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
border-color: #e44c65;
color: #ffffff;
}

#contact input {
height: 55px;
}

#contact input[type="submit"] {
background: #e44c65;
border:none;
color: #ffffff;
font-weight: 400;
letter-spacing: 1px;
}

#contact input[type="submit"]:hover {
background: #222;
color: #ffffff;
}

/*---------------------------------------
  controlling section              
-----------------------------------------*/

#controlling {
background: white;
color:#304352;
padding-top: 0px;
padding-bottom: 0px;
}

#controlling .controlling-thumb {
background-color: #ffffff;
box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
cursor: pointer;
display: block;
position: relative;
top: 0px;
transition: all 0.4s ease-in-out;
}

#controlling .controlling-thumb:hover {
box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
top: -5px;
}

#controlling .controlling-thumb img {
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
width: 100%;
}

#controlling .section-title p{
font-size: 16px;
color:black;
}



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

footer {
padding-top: 50px;
padding-bottom: 30px;
}



/*---------------------------------------
  Social icons style              
-----------------------------------------*/

.social-icon {
padding: 0;
margin: 0;
}

.social-icon li {
list-style: none;
display: inline-block;
}

.social-icon li a {
border-radius: 4px;
border: 1px solid #ffffff;
color: #ffffff;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
margin: 10px 10px 42px 10px;
padding: 0px;
}

.social-icon li a:hover {
background: #ffffff;
color: #e44c65;
}



/*---------------------------------------
 Back top         
-----------------------------------------*/

.go-top {
background-color: #ffffff;
box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
transition : all 1s ease;
bottom: 2em;
right: 2em;
color: #222;
font-size: 26px;
display: none;
position: fixed;
text-decoration: none;
width: 40px;
height: 40px;
line-height: 35px;
text-align: center;
border-radius: 100%;
}

.go-top:hover {
background: #e44c65;
color: #ffffff;
}



/*---------------------------------------
 Responsive Mobile         
-----------------------------------------*/

@media (max-width: 980px) {
/* 
#home, .overlay {
  height: 50vh;
}
*/
#about .team-thumb {
  margin-top: 32px;
}

}


@media (max-width: 767px) {

#home, .overlay {
  height: 100vh;
}

#about .about-thumb {
  padding: 32px;
  margin-bottom: 32px;
  text-align: center;
}

#about .col-md-3 img {
  position: relative;
  top: 0;
  left: 0;
}

}



@media (max-width: 650px) {

h1 {
  font-size: 1.6rem;
}

p {
  font-size: 18px;
}

img {
  width: 100%;
}

#about,
#gallery,
#contact {
  padding-bottom: 30px;
}

}



.imglogo {
  width:30%;
  margin-left:20px

}


@media (max-width: 1024px) {
  .imglogo {
    width:10%;
    margin-left:20px
  
  }
}

@media (max-width: 768px) {
  .imglogo {
    width:20%;
    margin-left:20px
  
  }
}

@media (max-height: 500px) {
  .imglogo {
    width:10%;
    margin-left:20px
  
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  background-color: white;
}

.features .icon-box {
  display: flex;
  align-items: center;
  transition: ease-in-out 0.3s;
  padding:0 20px ;
  margin-bottom: 30px;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #493c3e;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover a {
  color: #ffc200;
}</pre></body></html>