<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

@import url("https://fonts.googleapis.com/css?family=Lato:400|Josefin+Sans:700");
body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}

/* list */
.rounded-list ol 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rounded-list ol &gt; li
{
position:relative; /* Create a positioning context */
list-style:none; /* Disable the normal item numbering */
 /* Item background color */
margin:0; /* Give each list item a left margin to make room for the numbers */
padding-left: 15px; /* Add some spacing around the content */
padding-bottom:0px;
padding-top:0px;
}

/* number  */
.rounded-list ol &gt; li p:before
{
content: counter(li); 
counter-increment: li; 
position: absolute; 
left: -1.3em;
top: 50%;

/* number background */
background: #87ceeb; 
height: 2em;
width: 2em;
margin-top: -1em;
line-height: 1.5em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
border-radius: 2em;
}



p {
  line-height: 1.75;
}

a {
  color: white;
}

a:hover {
  color: #888;
}

.text-primary {
  color: #e5322c !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 36px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}

section {
  
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #e5322c;
  border-color: #e5322c;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #888 !important;
  border-color: #888 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #e5322c;
  text-shadow: none;
}

::selection {
  background: #e5322c;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #e5322c;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #e5322c;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #888;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #e5322c;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg-3.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline &gt; li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline &gt; li:after, .timeline &gt; li:before {
  display: table;
  content: ' ';
}

.timeline &gt; li:after {
  clear: both;
}

.timeline &gt; li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline &gt; li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline &gt; li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline &gt; li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #e5322c;
}

.timeline &gt; li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline &gt; li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body &gt; ul,
.timeline .timeline-body &gt; p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline &gt; li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline &gt; li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline &gt; li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline &gt; li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline &gt; li {
    min-height: 150px;
  }
  .timeline &gt; li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline &gt; li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline &gt; li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline &gt; li {
    min-height: 170px;
  }
  .timeline &gt; li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline &gt; li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline &gt; li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline &gt; li.timeline-inverted &gt; .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}
.team-member .img1{
	height:100px;
	width:100px;
}
.team-member .rai{
	
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #e5322c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #e5322c;
}

.padding-none:nth-child(1) {
    border-left: none;
}

.padding-none {
    padding: 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.services-item {
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
    margin-bottom: 10px;
    line-height: 26px;
}

.services-item .services-content h3 a {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #212121;
}

p {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    font-size: 14px;
}

.m-t-sm{
    margin-top: 20px
}

.m-t-lg {
    margin-top: 50px
}

.padding-none:nth-child(4) {
    border-bottom: none;
    border-left: none;
}

.services-item:hover {
    background: #f3f3f3;
}

.padding-none:nth-child(5) {
    border-bottom: none;
}

.padding-none:nth-child(6) {
    border-bottom: none;
}

.services-item:hover .icon i {
    background: transparent;
    color: #f70b0bbf;
}

.services-item .icon i {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 15px;
    color: #212121;
    border-radius: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.m-t-md{
    margin-top: 30px;
}

.blog-item {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	/* height:250px;
	width:300px; */
	
}

.blog-item .blog-image {
    width: 100%;
    /* max-width: 370px; */
    position: relative;
    overflow: hidden;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.blog-item .blog-image img {
    background: #000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.blog-item .descr {
    padding: 30px 15px;
    color: #212121;
    position: relative;
}

.section-padding {
    padding: 60px 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.blog-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.blog-item .tag {
    position: absolute;
    text-transform: uppercase;
    top: -18px;
    left: 20px;
    padding: 4px 27px;
    background-color: white;
    color: #E91E63;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 3px 16px rgba(35, 31, 32, 0.15);
}
.blog-item .descr h3 {
    line-height: 30px;
    margin-bottom: 15px;
}

.blog-item .descr .meta-tags {
    margin-bottom: 10px;
}

.blog-item .descr .meta-tags span {
    color: #999;
    margin-right: 8px;
}

.blog-item .descr .meta-tags span {
    color: #999;
    margin-right: 8px;
}

.blog-item .descr .meta-tags span a {
    color: #999;
    margin-left: 8px;
}

.blog-item .descr h3 a {
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    color: #212121;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slick-slide {
    margin: 0px 10px;
}

.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;
}

.thumbnail-profile .thumbnail-caption {
    padding: 20px;
    background: #F2F3F8;
}

@media (min-width: 1200px)
.thumbnail-profile .thumbnail-caption-inner {
    text-align: left;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 576px)
.thumbnail-profile .thumbnail-caption-inner, .thumbnail-profile .thumbnail-caption-inner ul {
    -ms-flex-pack: center;
    justify-content: center;
}

.thumbnail-caption-inner, .thumbnail-profile .thumbnail-caption-inner &gt; ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg-light{
    background-color: #eee !important;
}

.carousel-inner img {
      width: 100%;
      height: 100%;
  }
  .list-marked-variant-2 &gt; li &gt; a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.list-marked-variant-2 &gt; li &gt; a:before {
	content: '\f105';
	position: absolute;
	left: 0;
	top: 0;
	font: 400 18px/24px 'FontAwesome';
	color: #ca970b;
	transition: .33s all ease;
}

.list-marked-variant-2 &gt; li &gt; a:hover:before {
	left: 4px;
}

.list-marked-variant-2 &gt; li + li {
	margin-top: 14px;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info {
    color: white;
    vertical-align: baseline;
}

element.style {
}
.page-foot h6 + * {
    margin-top: 22px;
}

* + .contact-info {
    margin-top: 16px;
}
.text-left {
    text-align: left;
}
.text-left {
    text-align: left !important;
}
h6 + *, .h6 + * {
    margin-top: 14px;
}
address {
    margin-top: 0;
    margin-bottom: 0;
}
address {
    margin: 0;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

element.style {
}
@media (min-width: 576px)
.unit-spacing-md.unit {
    margin-bottom: -22px;
    margin-left: -22px;
}
.unit-spacing-md.unit {
    margin-bottom: -22px;
    margin-left: -22px;
}
.unit {
    margin-bottom: -30px;
    margin-left: -20px;
}
.unit {
    display: flex;
    flex: 0 1 100%;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

element.style {
}
@media (min-width: 576px)
.unit-spacing-md.unit &gt; * {
    margin-bottom: 22px;
    margin-left: 22px;
}
.unit-spacing-md.unit &gt; * {
    margin-bottom: 22px;
    margin-left: 22px;
}
.unit &gt; * {
    margin-bottom: 30px;
    margin-left: 20px;
}
.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

element.style {
    color: grey;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon {
    display: inline-block;
    text-align: center;
}

element.style {
}
@media (min-width: 576px)
.unit-spacing-md.unit &gt; * {
    margin-bottom: 22px;
    margin-left: 22px;
}
.unit-spacing-md.unit &gt; * {
    margin-bottom: 22px;
    margin-left: 22px;
}
.unit &gt; * {
    margin-bottom: 30px;
    margin-left: 20px;
}
.unit-body {
    flex: 0 1 auto;
}

element.style {
    color: white;
}
.contact-info a {
    display: inline-block;
}

element.style {
}
.page-foot .unit + .unit {
    margin-top: 15px;
}
.unit + .unit {
    margin-top: 30px;
}
@media (min-width: 576px)
.unit-spacing-md.unit {
    margin-bottom: -22px;
    margin-left: -22px;
}
.unit-spacing-md.unit {
    margin-bottom: -22px;
    margin-left: -22px;
}
.unit {
    margin-bottom: -30px;
    margin-left: -20px;
}
.unit {
    display: flex;
    flex: 0 1 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

element.style {
}
.page-foot .unit + .unit {
    margin-top: 15px;
}
.unit + .unit {
    margin-top: 30px;
}
@media (min-width: 576px)
.unit-spacing-md.unit {
    margin-bottom: -22px;
    margin-left: -22px;
}
.unit-spacing-md.unit {
    margin-bottom: -22px;
    margin-left: -22px;
}
.unit {
    margin-bottom: -30px;
    margin-left: -20px;
}
.unit {
    display: flex;
    flex: 0 1 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

element.style {
    color: grey;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon {
    display: inline-block;
    text-align: center;
}
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

element.style {
}
.section-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.bg-ebony-clay {
    background: black;
    fill: #050521;
}

element.style {
}
html .group-middle &gt; *, html .group-middle &gt; *:first-child {
    vertical-align: middle;
}
html .group-sm &gt; * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
.text-white {
    color: #fff !important;
}
.font-italic {
    font-style: italic !important;
}

element.style {
}
html .group-middle &gt; *, html .group-middle &gt; *:first-child {
    vertical-align: middle;
}
html .group-sm &gt; * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
.list-inline-reset {
    font-size: 0;
    line-height: 0;
}
.list-inline {
    margin-left: -5px;
    margin-right: -5px;
    vertical-align: baseline;
}
* + .list-inline {
    margin-top: 32px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline &gt; li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.rights {
    display: inline-block;
    margin: 0;
    line-height: 1.5;
    letter-spacing: .025em;
    vertical-align: baseline;
}
.row-15 {
    margin-bottom: -15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row-15 &gt; * {
    margin-bottom: 15px;
}

element.style {
}
.row-15 &gt; * {
    margin-bottom: 15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
html .group-sm {
    margin-bottom: -10px;
    margin-left: -10px;
}

element.style {
}
html .group-middle &gt; *, html .group-middle &gt; *:first-child {
    vertical-align: middle;
}
html .group-sm &gt; * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
.text-white {
    color: #fff !important;
}
.font-italic {
    font-style: italic !important;
}

element.style {
}
.page [class*='icon-round'].icon-xxs-smallest, .page [class*='icon-circle'].icon-xxs-smallest {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.page a.icon-pciked-bluewood {
    background: #e5322c;
    color: #fff;
}

element.style {
}
.page [class*='icon-round'].icon-xxs-smallest, .page [class*='icon-circle'].icon-xxs-smallest {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.page a.icon-pciked-bluewood {
    background: #e5322c;
    color: #fff;
}
.bg-black a, .bg-gray-darker a, .bg-gray-dark a, .bg-mine-shaft a, .bg-cod-gray a, .bg-accent a, .page .context-dark a, .bg-black a:active, .bg-gray-darker a:active, .bg-gray-dark a:active, .bg-mine-shaft a:active, .bg-cod-gray a:active, .bg-accent a:active, .page .context-dark a:active, .bg-black a:focus, .bg-gray-darker a:focus, .bg-gray-dark a:focus, .bg-mine-shaft a:focus, .bg-cod-gray a:focus, .bg-accent a:focus, .page .context-dark a:focus {
    color: #fff;
}
.page .icon-xxs-smallest {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*='icon-round'] {
    border-radius: 4px;
    overflow: hidden;
}
.page a.icon-pciked-bluewood {
    background: #f09b1e;
    color: #fff;
}

.padding-none{
	padding:0px;
}

/*what we offer*/


@media (max-width: 992px) {
	.padding-none:nth-child(1) {
	    border: none;
	}
	
	.padding-none:nth-child(2) {
	    border: none;
	}
	
	.padding-none:nth-child(3) {
	    border: none;
	}
	
	.padding-none:nth-child(4) {
	    border: none;
	}
	
	.padding-none:nth-child(5) {
	    border: none;
	}
	
	.padding-none:nth-child(6) {
	    border: none;
	}
	
	
}

@media (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}

.carousel-text{
	font-size : 35px;
	color : #fff;
}

.no-padding{
	padding: 0px;
}


.blog-item-new {
    background-color: #292626;
    border-radius: 4px;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	
}</pre></body></html>