@charset "UTF-8";
@font-face {
  font-family: 'icon';
  src: url("../fonts/icons.woff2?16609934") format("woff2"),
  url("../fonts/icons.woff?16609934") format("woff"),
  url("../fonts/icons.svg?16609934#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap');.icon-right:before {
  content: '\e806'; }
  
 [class^="icon-"]:before, [class*=" icon-"]:before,
.owl-nav div:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  font-size: 22px;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; } 

.icon-left:before {
  content: '\f007'; }
.icon-right:before { content: '\f006'; }
.icon-facebook:before {
  content: '\f09a'; }
/* new changes */
.new-sadas-opp{
  opacity: 100 !important;
    position: absolute !important;
    top: 50% !important;
    left: 7% !important;
}
.icon-instagram:before {
  content: '\f16d'; }

.icon-twitter:before {
  content: '\f099'; }

.icon-linkedin:before {
  content: '\f0e1'; }

.icon-play:before {
  content: '\f16a'; }

.icon-box:before { content: '\e82a'; }
.icon-check:before { content: '\e82b'; }
.icon-whatsapp:before { content: '\f232'; }
.icon-phone:before { content: '\e805'; }

.row, [class*="col"] {
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.show-item {
  -webkit-animation: fade-in 1s ease;
  animation: fade-in 1s ease; }

.bottom-in-hide {
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  opacity: 0; }

.from-bottom {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.left-in-hide {
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  opacity: 0; }

.from-left {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.animate-up-hide {
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  opacity: 0; }

.animate-up-show {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

@-webkit-keyframes top-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes top-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

body {
    font-family: 'Ubuntu', sans-serif;
  height: 100%;
  font-size: 15px;
  line-height: 1.7;
}

html, body {
  overflow: visible !important;
  height: auto !important; }

.container {
  max-width: 95%; }
.container-fluid {
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;}

img {
  max-width: 100%; }

a {
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

a:hover {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  margin: 0; }
  figure img {
    width: 100%; }

h1, h2, h3, h4, h5, h6 {
  /*font-family: "gotham-medium", sans-serif; */
}

h2, h4, h3 {
  margin-bottom: 25px; }

h3 {
  text-transform: uppercase; }

h1, h2 {
  font-size: 37px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 35px;
  text-transform: uppercase; }

h2 strong {
  font-weight: normal; }

.imagecover {
  background-position: center center;
  background-size: cover;
  display: block; }
  .imagecover img {
    opacity: 0; }

.align-center {
  padding: 20px 0;
  text-align: center; }

form {
  display: block;
  width: 100%; }
  form label {
    font-size: 14px; }

.form .selectboxit-container {
  margin: 0 0 15px; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  background: #fff;
  width: 30px;
  padding: 6px;
  top: -5px;
  right: 0; }

.wrap .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  background: #eceeee; }

input[type="text"],
input[type="password"],
textarea,
select,
textarea {
  background: white;
  border: 0;
  border-radius: 0;
  height: auto;
  font-size: 14px;
  padding: 12px 15px;
  width: 100%; }

[type=reset], [type=submit], button, [type=button] {
  background: white;
  border: 1px solid #6e6d6d;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  padding: 12px 15px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.selectboxit-btn {
  background: #565c87;
  border: 0; }

.btn {
  background: #fa6620;
  border-radius: 30px;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
  .btn:hover {
    background: #33ae4a;
    color: #fff; }

.btn-white {
  background: none;
  border: 1px solid #fff;
  color: #fff; }
  .btn-white:hover {
    /*background: none;*/
    border-color: #33ae4a;
    color: #fff; }

.btn-border {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-border:hover{
  background: #f02626;
  border-color: #f02626;
}

input.error {
  border: 1px solid red; }

iframe {
  display: block; }

textarea {
  resize: none;
  height: 120px; }

.nav-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.nav-social li {
  margin-right: 8px; }

.nav-social a {
  display: block;
  padding: 5px;
  text-align: center; }
  padding-top:8px;

.nav-social [class*="icon"]:before {
  font-size: 18px;
  line-height: 18px; }

footer .nav-social {
  margin-bottom: 40px; }
  footer .nav-social li {
    margin-right: 10px; }
  footer .nav-social a {
    line-height: 33px;
    height: 40px;
    width: 40px; }
  footer .nav-social [class*="icon"]:before {
    font-size: 22px; }
  footer .nav-social .facebook a:hover {
    background: #3b5998; }
  footer .nav-social .youtube a:hover {
    background: #c4302b; }
  footer .nav-social .twitter a:hover {
    background: #00acee; }
  footer .nav-social .linkedin a:hover {
    background: #0e76a8; }
  footer .nav-social .instagram a:hover {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.owl-carousel {
  display: block; }
  .owl-carousel.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto; }
  .owl-carousel.owl-loaded {
    display: block;
    width: 100%; }

.owl-nav div {
  color: #000;
  height: 30px;
  padding-top: 3px;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px; }
  .owl-nav div:after {
    font-family: "icon"; }

.owl-nav .owl-prev {
  left: 20px; }
  .owl-nav .owl-prev:after {
    content: '\E807';
    font-size: 30px;
	 }

.owl-nav .owl-next {
  right: 20px; }
  .owl-nav .owl-next:after {
    content: '\E806';
    font-size: 30px;
  }

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.featured-products .owl-dots{
  bottom: 0;
}
.owl-dots .owl-dot {
  display: inline-block;
  float: none;
  padding-left: 4px;
  padding-right: 4px;
}

.owl-dots .owl-dot span {
  display: block;
  width:15px;
  height:15px;
  border:2px solid #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.owl-dots .owl-dot.active span {
  background: #f41010;
  border:none;
}	
	

.owl-stage-outer {
  height: auto !important; }

.row.owl-loaded {
  margin: 0; }

.owl-loaded .owl-item > [class*="col-"] {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

[class*="section"] .owl-prev {
  left: -12px; }

[class*="section"] .owl-next {
  right: -12px; }

[class*="section"] .disabled {
  opacity: .2; }
.wrap-check {
  position: relative;
  cursor: pointer;
}
.wrap-check input{
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.wrap-check span{
  background: url('../images/check.png') no-repeat;
  display: inline-block;
  height: 20px;
  width: 19px;
}
.wrap-check input:checked + span{
  background-position: 0 -32px;
}
.tab-filter ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-filter li{
  font-size: 18px;
  margin: 0 20px;
}
.tab-filter input{
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.tab-filter span{
  display: inline-block;
}
.tab-filter span:before{
  font-family: 'icon';
  content: '\e82a';
  font-size: 18px;
  margin-right: 15px;
}
.tab-filter input:checked ~ span:before{
  content: '\e82b';
}
.section {
  padding: 40px 0; }

section.grey {
  background: #f3f4f1; }

.section-title {
  margin-bottom: 30px;
  text-align: center; }
  .section-title h2:after {
    margin: 15px auto 0; }

div.title {
  margin: 0 0 8px; }
  div.title:after {
    border-top: 1px solid #9d9fbb;
    content: '';
    display: inline-block;
    margin: 0 0 5px 18px;
    vertical-align: middle;
    width: 45px; }

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  padding:8px 0px;
}
header .btn{
  margin-left: 25px;
  padding: 10px 20px;
  font-size: 14px;
}
header img{
  display: block;
  -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
header.sticky{
	background:rgba(255,255,255,.95);
}
.header-top{
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  max-height: 300px;
}
header.sticky .header-top{
  max-height: 0;
  overflow: hidden;
}
header .logo-big {
    opacity: 1;
    position: relative;
    top: 0;
}
header .logo-small {
    max-height: 0;
    opacity: 0;
}
header.sticky .logo-big {
    max-height: 0;
    opacity: 0;
    /*display: none;*/
}
header.sticky .logo-small {
    max-height: 100px;
    opacity: 1;
    max-width: 230px;
}
@media (max-width: 575px) {
  header .page-logo {
    max-width: 170px;
    display: inline-block;
  }
}
header .navbar {
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  font-size: 14px;
}

header .navbar-light .navbar-nav li {
  padding-left:23px;
}
@media (max-width: 1299px) {
  header .navbar {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  header .navbar-collapse {
    padding: 10px;
    background: #fff;
  }
}


@media (min-width: 768px) and (max-width: 1060px) {
  header .navbar-light .navbar-nav li {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  header .navbar-light .navbar-nav li {
    padding-left: 0;
    padding-bottom: 10px;
  }
}

header .navbar-light .navbar-nav li a, header .navbar-light .navbar-nav li:hover .nav-link {
  color: #33ae4a;
}

header .navbar-light .navbar-nav li a {
  padding: 0;
  color: #000;
}
header .navbar-light .navbar-nav .drop a:after{
  content: '\f006';
  font-family: "icon";
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 10px;
  color: #fa6620;
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav li a {
    color: #000;
  }
}

header .navbar-light .navbar-nav .dropdown-menu {
  background: #1d3e75;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
}

header .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
}

header .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #1d3e75;
}

header .header-bottom {
  padding-top: 15px;
}
header .contact li + li{
  margin-left: 20px;
}
header .contact a{
  color: #000;
}
header .contact i{
  color: #fa6620;
}
button.navbar-toggler {
  background:url("../images/temp/menu.png") ;
  background-repeat:no-repeat;
    border:none;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    margin-top: 15px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
	position: absolute;
 right: 0;
 top: 0; 
}

.megamenu{
  background: rgb(234, 251, 255, .95);
  padding: 40px 0;
  opacity: 0;
  position: absolute;
  top: 30px;
  pointer-events: none;
  transition: all ease .3s;
  width: 100%;
}
.menu-open .megamenu{
  pointer-events: fill;
  opacity: 1;
  top: 95px;
}
.menu-open.sticky .megamenu{
  top: 70px;
}
.megamenu h3{
  font-size: 18px;
}
.megamenu h3:after{
  content: '';
  display: block;
  height: 1px;
  margin: 10px 0 0;
  width: 40px;
  background: #737b7d;
}
.megamenu .col + .col:before{
  border-left: 1px solid #b2bfc1;
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  width: 1px;
  top: 1px;
}
.megamenu li{
  margin-bottom: 10px;
}
.megamenu li a{
  color: #000;
  line-height: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.megamenu li a:hover{
  color: #fa6620;
}
.megamenu li a:before{
  flex-shrink: 0;
  margin-top: 2px;
  background: url('../images/disc.png') no-repeat;
  content: '';
  margin-right: 10px;
  display: inline-block;
  height: 9px;
  width: 9px;
}
.spotlight {
  position: relative; }
  .spotlight img {
    height: auto; }
  .spotlight .owl-carousel {
    display: block; }
  .spotlight .item + .item {
    display: none; }
  .spotlight .item > figure {
    min-height: 320px; }
  .spotlight .owl-nav div:after {
    color: #fff;
  }

.spotlight, .inner-spotlight {
  color: #fff; }
  .spotlight .overlay, .inner-spotlight .overlay {
    left: 2%;
    padding: 45px;
    position: absolute;
    top: 30%;
    z-index: 2;
    max-width: 800px;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; 
  }
    .spotlight .overlay.animate-up-show:before, .inner-spotlight .overlay.animate-up-show:before {
      -webkit-animation: top-in 1s ease;
      animation: top-in 1s ease;
      -webkit-animation-delay: .8s;
      animation-delay: .8s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
  .spotlight .active .overlay.animate-up-show, .inner-spotlight .active .overlay.animate-up-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .spotlight h2 {
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    font-size: 40px;
	font-weight:700;
	line-height: 1.2;
	text-transform:inherit }
  .spotlight h2 span {
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    font-size: 26px;
	font-weight:500;
	display:block; }

.section-header {
  margin-bottom: 30px; }
  .section-header h1 ,h2 {
    font-size:42px;
    text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
    margin-bottom:20px;}
  .section-header h2 span {
    font-size:18px;
    text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	color:#3a3333;
	letter-spacing:1px;
	display:block;}
  .section-header p {
    font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
    margin: 0px auto;
	margin-bottom: 30px;
	line-height:24px;
    max-width: 60%;
	text-align:center; }
.load
{
	width:100%;
	margin:25px auto;
	text-align:center;}

.list-products a {
  color: #000; }

.list-products h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight:300;
  text-transform: inherit;
  position: relative; }
  .list-products h3:before {
    background: #000;
    content: '';
    height: 1px;
    margin: 10px 0 0;
    position: absolute;
    left: -80px;
    top: 2px;
    width:54px; }
  .list-products h3 a:hover {
    color: #fa6620; }

.list-products .inner {
  padding: 0 0 20px 80px; }

.list-products figure {
  overflow: hidden;
  margin-bottom: 20px; }

.list-products img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.list-products .col-md-3:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }


.we-serve
{
	background-color:#f2fcfd;}
.we-serve p
{
	color:#000;}
.list-service a {
  color: #000; }

.list-service h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size:32px;
	font-weight:700;
  text-transform:uppercase;
  position: relative; }
  .list-service h3:before {
    background: #f00;
    content: '';
    height: 1px;
    margin: 15px 0 0;
    position: absolute;
    left: -80px;
    top: 2px;
    width: 64px; }
  .list-service h3 a:hover {
    color: #fa6620; }

.list-service .inner {
  padding: 0 0 20px 80px; }

.list-service figure {
  overflow: hidden;
  margin-bottom: 20px; }

.list-service p {
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#262525;
	line-height: 24px;
    width: 90%;
  margin-bottom: 40px; }

.list-service img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.list-service .col-md-6:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }


.featured-products
{
	background-color:#f9d7d7;}
.list-featured a {
  color: #000; }

.list-featured h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size:20px;
	font-weight:500;
  text-transform: inherit;
  position: relative; }
  .list-featured h3:before {
    background: #f00;
    content: '';
    height: 1px;
    margin: 15px 0 0;
    position: absolute;
    left: -80px;
    top: 2px;
    width: 64px; }
  .list-featured h3 a:hover {
    color: #fa6620; }

.list-featured .inner {
  padding: 0 0 20px 80px; }

.list-featured figure {
  overflow: hidden;
  margin-bottom: 20px; }

.list-featured img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.list-featured .col-md-6:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
  
.featured-products .owl-nav div {
  color: #ae9696;
  height: 30px;
  padding-top: 3px;
  position: absolute;
  top: 32%;
  font-size:50px;
  font-weight:lighter;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px; }
.featured-products .owl-nav div:after {
    font-family: "icon"; }

.featured-products .owl-nav .owl-prev {
  left: -50px; }
.featured-products .owl-nav .owl-prev:after {
    content: '\E807';
	 }
.featured-products .owl-nav .owl-next {
  right:-50px; }

.list-blog a {
  color: #000; }

.list-blog h3 {
  font-family: "modern", serif;
  text-transform: inherit;
  position: relative; }
  .list-blog h3:before {
    background: #000;
    content: '';
    height: 1px;
    margin: 15px 0 0;
    position: absolute;
    left: -80px;
    top: 2px;
    width: 64px; }
  .list-blog h3 a:hover {
    color: #fa6620; }

.list-blog .inner {
  padding: 0 0 0 80px; }

.list-blog figure {
  overflow: hidden;
  margin-bottom: 20px; }

.list-blog p {
  margin-bottom: 40px; }

.list-blog img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }

.list-blog .col-md-4:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }



.about .about-us {
  background: #eafbff url("../images/about-bg.png") right center;
  background-repeat:no-repeat;
  color: #000;
  position: relative;
  text-align:left;
  padding: 5% 5% 3% 5%;
  width:50%;
}
.about .about-us .section-header h2 {
    font-size: 42px;
    text-align:left;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;}
	section.about p {
    max-width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight: 300;
    text-align: justify;
	color:#504e4e; }
.about .about-us p.highlight {
    font-family: 'Ubuntu', sans-serif;
    font-weight:300;
	font-size:30px;
  line-height: 100%;
  max-width: 700px; 
  color:#000;
}
.about .about-us .read{
	margin-top: 30px;
}
.about-us .btn {
  background: none;
	border:#f02626 1px solid;
    color: #000;
    text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size:16px;
}
.about-us .btn:hover {
  background-color: #33ae4a;
  border-color: #33ae4a;
	color:#fff;
}
.about .strength {
  background: #f7f7f7;
  color: #000;
  position: relative;
  text-align:left;
  padding: 5% 5% 3% 5%;
  width:50%;
 }
.about .strength img{
  width: auto;
}
.about .strength .section-header {
    margin-bottom:10px;}
.about .strength .section-header h2 {
    font-size:32px;
    text-align:left;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin-bottom:10px;}
.about .strength ul
{
	margin-bottom:20px;}
.about .strength ul li {
    max-width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	line-height:39px;
	color:#504e4e;
	font-weight: 300;
   
	position:relative;
	margin-left:36px; }
.about .strength ul li:before {
    background: #f00;
    content: '';
    height: 1px;
    margin: 15px 0 0;
    position: absolute;
    left: -35px;
    top: 2px;
    width:24px;
}
.about .strength .brands{
    margin-top:30px;}
	
	
.news-events
{
	 padding-bottom:9%;
	 padding-top:3%;
}
.list-news {
  text-align:center; }
.list-news a {
  color: #000; }
.list-news a.more-news {
  color: #f81515;
  font-family: 'Ubuntu', sans-serif;
  font-size:18px;
  font-weight:500;
 }
.list-news p {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
    font-weight:500;
	color:#7f7f7f;
	margin-bottom:5px;
}
.list-news h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size:26px;
  font-weight:400;
  text-transform: inherit;
  text-align:center;
  position: relative; }
  
.list-news h3 a:hover {
    color: #fa6620; }
.list-news .col-md-4 {
  position:relative;}
  
.list-news .inner {
  padding:30px 40px;
  background-color:#fff;
  -webkit-box-shadow: 0px 3px 11px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 3px 11px rgba(0,0,0,.2);
  box-shadow: 0px 3px 11px rgba(0,0,0,.2); 
  margin-bottom:30px;
    }  
.list-news figure {
  overflow: hidden;
  margin-bottom:0px; }
.list-news img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
.list-news .col-md-4:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.testimonials
{
	background-color:#eafbff}
	
.testimonials .section-header h2 {
    font-size:32px;
    text-align:center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;}
.test-content
{
	width:100%;
}	
.testimonials p.name {
 font-family: 'Ubuntu', sans-serif;
 font-size:18px;
 font-weight:700;
 text-transform:uppercase;
 font-style:normal;
 line-height:24px;
 color:#333333; 
 margin-top:30px
}
.testimonials p.name span {
 font-family: 'Ubuntu', sans-serif;
 font-size:14px;
 font-weight:500;
 text-transform:capitalize;
 display:block;
 color:#000; }
.testimonials  p
{
    font-family: 'Ubuntu', sans-serif;
    font-weight:300;
	font-size:26px;
	font-style:italic;
   line-height:40px;
   width:80%;
   color:#000;
}
.testimonials .test-content figure img
{
	width:285px;
	height:285px;
}
.bdr-right
{
	border-right:1px solid #ccc;}
.testimonials  .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}

.testimonials  .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  padding-left: 4px;
  padding-right: 4px;
}

.testimonials  .owl-dots .owl-dot span {
  display: block;
  width:15px;
  height:15px;
  border:2px solid #999;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials  .owl-dots .owl-dot.active span {
  background: #f41010;
  border:none;
}	
.client-wrap{
	border:1px solid #ccc;
	text-align:center;
	margin-bottom:20px;
}
.client-wrap img{
	width:329px;
}
.insta{
	padding:30px 0px 0px 0px;
}	
.insta-container
{
	width:100%;
}
.insta-wrap
{
	width:20%;
	float:left;
}
.help
{
	background-color:#e93939;
	padding:20px;}
.help a {
 font-family: 'Ubuntu', sans-serif;
 font-size:20px;
 font-weight:500;
 text-transform:capitalize;
 margin-left:20px;
 margin-top:20px;
 color:#fff; }
.help a:hover {
 color:#45b65c; }

.subscribe-wrap{
  background: #eafbff url("../images/bg-subscribe.jpg") no-repeat;
  color: #a3a3a3;
  font-family: 'Ubuntu', sans-serif;
  font-size:20px;
  padding: 60px 0 20px; }
.subscribe-wrap h2 {
    font-size:42px;
    text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
    margin-bottom:20px;
	letter-spacing:1px;
	color:#FFF;}
.subscribe-wrap h2 span {
    font-size:18px;
    text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	color:#fff;
	letter-spacing:1px;
	display:block;}
.subscribe-wrap p{
    font-size:18px;
    text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color:#fff;
}
.newsletter
{
	max-width:550px;
	margin:0px auto;}
.newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.newsletter input[type="text"] {
  color: #fff;
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  border: 1px solid #fff;
  border-radius:22px;
  background: none;
  outline: none;
  padding: 7px 20px;
  max-width: 380px; }

.newsletter input[type="text"]::-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  color:#fff;
}
.newsletter input[type="text"]:-ms-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  color:#fff;
}

.newsletter input[type="text"]::-ms-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  color:#fff;
}
.newsletter input[type="text"]::placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  color:#fff;
}
.newsletter input[type="submit"] {
  font-size: 18px;
  font-weight:500;
  letter-spacing:1px;
  border:none;
  border-radius:22px;
  background:#e92424;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
  margin-left:10px; }
  .newsletter input[type="submit"]:hover {
    background:#33ae4a;
    color: #fff; }
.subscribe-wrap .nav-social	
{
	max-width:290px;
	text-align:center;
	margin:0px auto;}
.subscribe-wrap .nav-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.subscribe-wrap .nav-social li {
    margin-left:0px;
	display:inline-block;
	text-align:center; }
.subscribe-wrap .nav-social a.social-wrap {
    color: #fff;
    width: 50px;
    height: 50px;
    border: #FFF 1px solid;
    border-radius: 50%;
    padding-top: 10px;
}
.subscribe-wrap .nav-social a.social-wrap:hover {
    border: #33ae4a 1px solid;
	background-color:#33ae4a;
}
.bdr-right-1
{
	border-right:1px solid #486d7d;}


footer {
  background: #eafbff url("../images/foot-logo.png") top 50px right 20px no-repeat;
  color: #a3a3a3;
 font-family: 'Ubuntu', sans-serif;
 font-size:20px;
  padding: 60px 0 20px; }
  footer p {
    margin-bottom: 30px; }
  footer h4 {
    font-size: 20px;
    font-weight:700;
  font-family: 'Ubuntu', sans-serif;
    margin: 0 0 20px;
	text-transform:uppercase;
	color:#000; }
  footer a {
    color:#535252;
    font-size:16px;
    font-weight:500;
   font-family: 'Ubuntu', sans-serif;
}
    footer a:hover {
      color: #e93939; }
.nav-footer li {
  margin:0;
  line-height:24px;
  }
.footer-text {
  color: #9d9d9d;
  font-style: normal;
  font-size: 11px;
  margin-top: 30px;
  padding: 20px 0; }
.footer-text p {
    margin: 0;
    font-size: 13px;
    color: #000;
}
  .footer-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-text li + li {
    margin-left: 20px; }

.newsletter input.error {
  border: 1px solid red; }
.newsletter-success{
  color: #19e619;
  font-size: 14px;
}
.newsletter label.error {
  color: red;
  display: none !important; }

.bread-crumb
{
	padding:10px;
	background-color:#eaeaea;
}
.bread-crumb li
{
	display:inline;
	padding-right:20px;
}
.bread-crumb a {
    color:#898888;
    font-size:16px;
    font-weight:500;
   font-family: 'Ubuntu', sans-serif;
}
footer.bread-crumb
{      
	color: #e93939; 
}
.bread-crumb a.acive {
    color:#535252;
}
.about-content
{
	padding-right:50px;}
.about-content h2 
{
    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    font-weight:500;
    margin-bottom: 20px;
}
.about-content p
{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size:18px;
    line-height:24px;
    color: #000;
}
.about-content p.highlight{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    color: #000;
}
.about-content h2.str
{
    margin-top: 25px;
}
.about-content ul
{
	margin-bottom:20px;}
.about-content ul li {
    max-width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	line-height:39px;
	color:#504e4e;
	position:relative;
	margin-left:36px; }
.about-content ul li:before {
    background: #f00;
    content: '';
    height: 1px;
    margin: 15px 0 0;
    position: absolute;
    left: -35px;
    top: 2px;
    width:24px;
}
.m-v-wrap
{
	background-color:#eafbff;
	padding:30px 36px;
	margin-bottom:15px;
	text-align:center;
}
.m-v-wrap h2 
{
    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    font-weight:500;
    margin-bottom: 20px;
}
.m-v-wrap p
{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size:18px;
    line-height:32px;
    color: #000;
}
.brands-link
{
	padding:0px 10px 70px 10px;}
.brands-link img
{
	margin-bottom:10px;
}
.subscribe-wrap-inner{
  background: #31305f;
  color: #a3a3a3;
  font-family: 'Ubuntu', sans-serif;
  font-size:20px;
  padding: 60px 0 20px; 
}
.subscribe-wrap-inner h2 {
    font-size:42px;
    text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
    margin-bottom:20px;
	letter-spacing:1px;
	color:#FFF;}
.subscribe-wrap-inner h2 span {
    font-size:18px;
    text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	color:#fff;
	letter-spacing:1px;
	display:block;}
.subscribe-wrap-inner p{
    font-size:18px;
    text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color:#fff;
}
.subscribe-wrap-inner .nav-social	
{
	max-width:290px;
	text-align:center;
	margin:0px auto;}
.subscribe-wrap-inner .nav-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.subscribe-wrap-inner .nav-social li {
    margin-left:0px;
	display:inline-block;
	text-align:center; }
.subscribe-wrap-inner .nav-social a.social-wrap {
    color: #fff;
    width: 50px;
    height: 50px;
    border: #FFF 1px solid;
    border-radius: 50%;
}
.subscribe-wrap-inner .nav-social a.social-wrap:hover {
    border: #33ae4a 1px solid;
	background-color:#33ae4a;
}
.contact-us-wrap h4{
    font-size:36px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	color:#000;
	letter-spacing:1px;
	display:block;}
.contact-us-wrap  p{
    font-size:18px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	color:#000;
	margin-bottom:0px;
}
.contact-content-wrap
{
	width:80%;
	margin:0px auto;
}
@media (max-width: 1366px) {
.contact-content-wrap
{
	width:100%;
	margin:0px auto;
}	
}
.contact-wrap
{
	background-color:#eafbff;
	padding:40px 36px;
}
.contact-image
{
	float:left;
	width:200px;
	text-align:center;
}
.contact-content
{
	float:left;
	padding:0px 10px 10px 20px;
	border-left:1px solid #CCC;
}
.loaction 
{
	padding:70px 0px 0px 0px;}
.loaction p
{
	color:#000;
}
.loaction .map iframe
{
	width:100%;
	height:660px;
}
.enquiry
{
	background-color:#283d4c;
}
.enquiry h2, p
{
	color:#fff;
}
.contact-form-wrap h2 {
    font-family: 'playfair_displaybold';
    color: #353535;
    font-size: 36px;
}
.main-form li{
  margin-bottom: 25px;
  position: relative;
}

.main-form li label{
  margin-bottom: 15px;
  margin-left:25px;
  position: relative;
  font-size: 15px;
  font-family: arial;
  color: #fff;
  float:left;
  text-align: left;
  margin-bottom: 10px;
}
.main-form li input{
  background-color:transparent;
  border-radius:25px;
  border:1px solid #ccc;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  float:left;
}
.main-form li textarea {
  width: 100%;
  float: left;
  background-color:transparent;
  border-radius:45px;
  border:1px solid #ccc;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  height:150px;
  padding: 20px;
}
::-webkit-input-placeholder { color:#b9baba;}
::-moz-placeholder {color:#b9baba;}
:-ms-input-placeholder {color:#b9baba;}
:-moz-placeholder {color:#b9baba;}

.selectboxit-default-arrow{
    border: none!important;
    top: 43%!important;
}
.main-form li .selectboxit-container {
  background: #fff;
  height: 50px;
  width: 100%;
  float: left;
    border-radius: 3px;
}
.main-form li .selectboxit-container .selectboxit {
      height: 57px;
    width: 100%!important;
    border-radius: 0px;
}
.main-form li .selectboxit-container .selectboxit span {
  height: 57px;
  line-height: 57px;
  padding-left: 5px;
  font-size: 14px;
  color: #909090;
  text-transform: capitalize;
}
.main-form li .selectboxit-default-arrow:after {
  content: '';
  background: url(../images/down.png) no-repeat  0 0;
  color: #909090;
  position: absolute;
  right: 5px;
  height: 15px;
    width: 20px;
  top: 0px;
  font-style: initial;
}
.main-form li .selectboxit-options li {
  width: 100% !important;
  margin: 0px;
}
.captche-wrap{
  width: 100%;
}
.main-form li .selectboxit-container .selectboxit-options a {
  padding: 3px 10px;
}
.main-form .btn {
	font-weight:500;
	width:150px;
	letter-spacing:1px;
	float:right;
}
.main-form li button:hover {
    background-color: #33ae4a;
	color:#fff;
}
.selectboxit-container .selectboxit-options{
  width: 100%;
}
.main-form li .submit.btn:hover {
  background-color: #a1a60f; }
.selectboxit-btn{
  background-image: none;
  border: none;
  border-radius: 0px;
  background-color: #fff;
}
.main-form li.required label{
	position: relative;
}
.main-form li.required label:after{
	position: absolute;
    content: "*";
    color: #eb5965;
    font-size: 20px;
    right: -11px;
    top: 2px;
}
.clients p
{
	color:#000;
	margin-bottom:5px;
}


.list-services .row {
  padding: 20px 0;
  margin-bottom:10px; }
  .list-services .row:nth-child(2) figure:before {
    height: 105%;
    left: auto;
    right: -8%;
    top: auto;
    bottom: -14%; }
  .list-services .row:nth-child(2) figure:after {
    top: -14%; }
  .list-services .row:nth-child(3) figure:before {
    height: 93%;
    bottom: -14%; }
  .list-services .row:nth-child(3) figure:after {
    left: auto;
    right: -7%; }
.list-services figure {
  position: relative;
  overflow: hidden;
  /*margin: 30px 0;*/
}
  .list-services figure:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
.list-services h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:36px;
}
.list-services p {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#000;
  margin: 0;
}
.list-services .inner {
  border: 1px solid transparent;
  border-image: url(../images/border.png) 2 round;
  padding: 10% 8% 30px;
  max-width:680px;
  min-height: 100%;
}
.list-services .inner:before {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    width: 120px;
    height: 163px;
    background: url(../images/weave.svg) no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
}
.list-services .row:nth-child(even) .inner:before {
    right: auto;
    top: auto;
    left: -40px;
    bottom: -50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.list-services img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
.side-bar {
  background-color:#eafbff;
  padding:40px; }
  
.side-bar h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:26px;
	line-height:24px;
	text-transform:uppercase;
	color:#000;
}
.side-nav
{
	margin-top:40px;}
.side-nav li {
  font-weight: bold; }
.side-nav ul{
  max-height: 0;
  overflow: hidden;
}
.side-nav .open-nav > ul{
  max-height: 500px;
}
.side-nav li li {
  border-bottom: 1px solid #bbc9cc;
}
  .side-nav li a {
    color: #231f20;
    display: block; }
    .side-nav li a:hover {
      color:#ff0000; }
  .side-nav li ul {
    /*max-height: 0;
    opacity: 0;
    overflow: hidden;*/
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
.side-nav h4 + ul{
  padding-left: 15px;
}
    .side-nav li ul.open {
      max-height: 2000px;
      opacity: 1;
    }
  .side-nav li li a {
    padding: 5px 0 5px 0;
	font-size:16px; 
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
	
.side-nav li li a:after {
    content: '\f006';
    font-family: "icon";
    float: right;
	font-size:14px;
 }
 .side-nav li li li a:after{
  display: none;
 }
 .side-nav li li li a.active{
  color: red;
 }
 .side-nav li li li a.active:after{
  color: red;
  display: block;
 }

    .side-nav li li a.active {
      color: #e92424; }
      .side-nav li li a.active:hover {
        color: #000; }
.side-nav > li {
  margin: 15px 0; }
  .side-nav > li > ul > li > a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size:18px;
    padding: 3px 0; }
	
    .side-nav > li > ul > li > a:after {
    content: '\f006';
    font-family: "icon";
    float: right;
    margin: 0 0 0 10px; }

.side-nav ul.open {
  border-top: 1px solid #ccc;
  padding: 10px 0 20px; }

.side-nav h4 {
  cursor: pointer;
    margin-bottom: 25px;
    display: inline;
    /*margin-left: 10px;*/
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}


@media (max-width: 1400px){
  .spotlight h2{
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.about .strength{
  width:100%; 
  float:left;
 }
 .about .about-us {
  background: #eafbff url("../images/temp/about-bg.png") right center;
  background-repeat:no-repeat;
  width:100%;
 }
 .feature-icons .inner {
    padding: 15px 10px; }
  .feature-icons h4 {
    font-size: 12px; }
  h1, h2 {
    font-size: 30px; }
  [class*="section"] .owl-prev {
    left: -10px; }
  [class*="section"] .owl-next {
    right: -10px; }
  .spotlight .overlay {
    max-width: 500px;
    padding: 30px; }
  .section.services .icon {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  .side-tab h3 {
    font-size: 30px; }
  section.stats .number {
    font-size: 70px; } }

@media (max-width: 1024px) {
  .logo img {
    max-width: 160px; }
  .list-stats .counter {
    font-size: 40px; }
  .nav-main {
    font-size: 20px; }
  .list-blog .inner {
    padding-left: 50px; }
  .list-blog h3:before {
    left: -50px;
    width: 34px; }
  .list-blog p {
    margin-bottom: 20px; }
  .widget-start {
    padding-left: 50px; }
    .widget-start h3 {
      font-size: 30px; }
  .list-project {
    grid-gap: 10px; }
    .list-project .more {
      padding: 4px 11px; } }

@media (max-width: 991px) {
  .nav-main a.active {
    border: 0; }
  .spotlight:before, .inner-spotlight:before {
    display: none; }
  .spotlight h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .spotlight h2 span {
    font-size: 18px;
	 }
  .spotlight p, .inner-spotlight p {
    font-size: 30px; }
.featured-products .owl-nav div {
  line-height: 1;
  display:none;}
  .container {
    max-width: 100%; }
  .logo img {
    max-width: 140px; }
header {
  /*position:relative;*/
  position:absolute;
  padding:5px 0px;
}
header .header-bottom {
    padding-top:0px;
}
header .page-logo {
    max-width: 170px;
    display: inline-block;
	margin-top:5px;
}  header .col-sm-9 {
    padding-right: 50px; }
  header.pinned .logo img {
    max-width: 120px; }
  .menu-toggle {
    right: 18px;
    top: 6px; }
  h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px; }
  h2 {
    font-size: 28px;
    line-height: 33px; }
  h3 {
    font-size: 20px; }
  p.highlight {
    font-size: 28px; }
  .btn {
    font-size: 13px; }
    .btn.more {
      padding-right: 60px; }
  input.more {
    background-position: 90% 12px; }
  .footer-main {
    font-size: 14px; }
  .newsletter h4 {
    font-size: 18px; }
  .newsletter input[type="submit"] {
    width: 108px; }
  .list-services .row:nth-child(3) figure:after {
    right: 0; } 
  .list-services h3 {
    font-size: 28px; }
	}

@media (max-width: 767px) {
  .megamenu{
    display: none;
  }
  .nav-wrap {
    width: 100%;
    right: -100%;
    padding: 100px 50px; }
  .section-header h2 ,h1{
    font-size:36px;
    }
.about-content h2 {
    font-size:26px;
}
.about-content p.highlight {
    font-size: 24px;
    line-height: 100%;
    color: #000;
}
.m-v-wrap h2 {
    font-size:26px;
}
.m-v-wrap p {
    font-size: 20px;
}
.section-header h2:after {
    margin-top: 10px; }
.list-service h3 {
    font-size:22px;
} 
.list-service h3:before {
    left: -36px;
    width: 25px;
}
 header {
    /*position:relative;*/
    position: absolute;
    padding:5px 0;
    width: 100%;
    left: 0;
    top: 0; }
  .menu-toggle, header.pinned .menu-toggle {
    position: fixed;
    right: 10px;
    top: 10px; }
  .section {
    padding: 20px 0; }
  .spotlight .imagecover img {
    opacity: 0; }
  .spotlight .overlay {
    max-width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .btn, header.pinned .btn {
    padding: 6px 10px; }
  .imagecover img {
    opacity: 1; }
  .spotlight .imagecover img {
    opacity: 0; }
  footer {
    text-align: center; 
    background: #eafbff;
	}
  .footer-text {
    margin: 0; }
  footer .contact .item {
    max-width: 70%;
    margin: 0 auto 20px; }
  footer .nav-social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .newsletter {
    margin-bottom: 30px; }
    .newsletter form {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .footer-text {
    text-align: center; }
    .footer-text ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .footer-text .col-md-4 {
      padding: 5px 0; }
  .nav-footer {
    margin: 0 auto 20px;
    font-size: 13px; }
  .nav-social {
    margin-bottom: 15px; }
  div.owl-nav .owl-next, div.owl-nav .owl-prev {
    line-height: 23px; }
    div.owl-nav .owl-next:before, div.owl-nav .owl-prev:before {
      background: #fff;
      left: 6px;
      right: 6px;
      width: auto; }
    div.owl-nav .owl-next:after, div.owl-nav .owl-prev:after {
      color: #fff; }
  div.owl-nav .owl-next:after {
    right: 5px; }
  div.owl-nav .owl-prev:after {
    left: 5px; }
  .spotlight .container-fluid {
    position: static;
    padding-bottom: 80px; }
    .spotlight .container-fluid img {
      left: -60px;
      top: -180px; }
  .list-services .row {
    padding: 0;
    margin-bottom:10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /*.list-services figure {
    margin-bottom: 40px; }*/
    .list-services figure:before {
      left: 0; }
  .list-services .row:nth-child(2) figure:before, .list-services .row:nth-child(3) figure:after {
    right: 0; }
  .list-services .inner {
    padding: 0%;
    text-align: left; }
  .list-services .inner-right {
    padding: 0%;
    text-align: left; }
.services-inner .services-inner-content-wrap .row{
	flex-direction: column-reverse;
}
.contact-content-wrap {
    width:100%;
}
.contact-image {
    float: left;
    width:auto;
    text-align:left;
}
.contact-wrap {
    margin-bottom: 20px;
}
	  
}


@media (max-width: 575px) {
  .inner-spotlight figure {
    min-height: 250px; }
    .inner-spotlight figure img {
      display: none; }
  header .col-sm-9 .btn {
    display: none; }
  header .btn {
    margin: 15px 0 10px 20px; }
  .spotlight h2 {
    font-size: 22px;
    margin-bottom: 15px;
   }
    .spotlight h2 span {
      font-size: 18px;
      line-height: 19px; }
  .spotlight .owl-dots {
    bottom: 10px; }
  .spotlight .owl-nav div {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    top: 30%; }
  .nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
    .nav-footer li {
      margin: 0 15px 15px; }
  .section.services .list-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .section.services .icon {
    width: 60px;
    text-align: center; }
  .side-tab {
    margin-top: 140px; } }

@media (max-width: 499px) {
  .tab-filter li{
    font-size: 16px;
  }
  .tab-filter span:before{
    font-size: 17px;
  }
  .list-services {
    margin-bottom: 10px; }
    .list-services .owl-dots {
      bottom: 0; }
  .nav-main li.on ul {
    position: static;
    padding: 0; }
  .stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .stats div {
      margin-bottom: 15px; }
  .list-project {
    display: block; }
    .list-project > div {
      margin-bottom: 15px; } }

@media (min-width: 576px) {
  .nav-wrap .btn {
    display: none; }
}

@media (min-width: 768px) {
  .inner-spotlight .imagecover img {
    opacity: 1; }
  .list-services .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .list-services .row:nth-child(even) .inner {
      padding-left: 50px; }
  .list-services .row:first-child > div{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list-services .inner{
    padding: 30px;
  }
}
@media (min-width: 992px){
  section.about{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .spotlight .overlay, .inner-spotlight .overlay {
    min-height: 200px; }
  .clients .col-6{
    flex: 0 0 20%;  
  }
}

@media (min-width: 1200px) {
  .section {
    padding: 60px 0; }
  .megamenu .col:last-child{
    flex: 2;
  }
  .megamenu .col:last-child ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .megamenu .col:last-child li{
    width: 50%;
  }
}

@media (min-width: 1300px) {
  section.work:after {
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8); }
  .inner-about .m-v-wrap{
    padding: 40px 36px;
  }
}

@media (min-width: 1450px) {
  .clients .col-6{
    flex: 0 0 16.66%;
  }
  .container {
    max-width: 1400px; }
  .nav-main {
    font-size: 40px; }
  section.work:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .footer-main {
    font-size: 18px; }
}

@media (min-width: 1550px) {
  .section {
    padding: 70px 0; }
  .nav-wrap {
    padding: 200px 200px 50px 50px; } }

.show-more, .show-less{
background: #fa6620;
    padding: 0px 10px;
    border-radius: 12px;
    font-size: 14px;
    color: #fff!important;
    display: inline-block;
}
  
.show-less{
  margin-top: -30px;
    position: absolute;
    margin-left: 40px;
     font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight:300;
}
.list-services .inner ul{
  margin-left: 20px;
}
.list-services .inner li, #show-less1 li, #show-less2 li, #show-less3 li, #show-less4 li, #show-less5 li, #show-less6 li{
  list-style: circle;
  font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	font-weight:300;
  line-height: 1.3;
  margin: 0 0 7px;
}


/* Mega menu new css 9/03/2023 */
* {
  box-sizing: border-box;
  }
  
  body {
  margin: 0;
  }
  
  .navbar-main {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  }
  .navbar-main a {
  float: none;
  color: white;
  text-align: start;
  text-decoration: none;
  }
  
  .dropdown-main {
  float: left;
  overflow: hidden;
  }
  .dropdown-submenu-main {
  float: left;
  overflow: hidden;
  }
  
  .dropdown-main .dropbtn {
  font-size: 16px;  
  border: none;
  text-transform: uppercase;
  outline: none;
  color: #000;
  padding: 10px 10px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  }
  .dropdown-submenu-main .dropbtn-submenu {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #000;
  padding: 0px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  }
  
  .navbar-main a:hover, .dropdown-main:hover .dropbtn {
    color: #fa6620;
  }
  
  .dropdown-submenu-main:hover .dropbtn-submenu {
    color: #fa6620;
  }
  
  .dropdown-content-main {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border-radius: 10px;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  }
  .dropdown-content-sub{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 50%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-submenu-content-main{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 0;
  border-top: 1px solid;
  }
  
  .dropdown-content-main .header {
  background: red;
  padding: 16px;
  color: white;
  }
  
  .dropdown-main:hover .dropdown-content-main {
  display: block;
  padding: 15px 50px;
  }
  .dropdown-list-element-sub:hover .dropdown-content-sub {
  display: block;
  padding: 10px 0px 10px 60px;
  }
  .dropdown-submenu-main:hover .dropdown-submenu-content-main {
  display: block;
  padding-left: 50px;
  }
  
  /* Create three equal column-mains that floats next to each other */
  .column-main {
  float: left;
  width: 25%;
  padding: 10px;
  color: #000;
  }
  .column-main-one{
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  
  .column-main a {
  float: none;
  color: black;
  /* padding: 16px; */
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  text-align: left;
  }
  /* Clear floats after the column-mains */
  .row-main:after {
  content: "";
  display: table;
  clear: both;
  }
  .dropdown-main-heading{
    color: #000;
    padding: 0px !important;
    text-transform: capitalize;
  }
  .dropdown-main-heading-anchor-el{
    color: #e51e28 !important;
    padding: 0px !important;
    text-transform: capitalize;
  }
  .dropdown-main-heading-anchor-el:hover{
    color: #fa6620;
  }
  .dropdown-list-element-sub:hover .sub-dropbtn{
    color: #fa6620;
  }
  .dropdown-list-element-sub:hover .subdropdown-icon{
    color: #fa6620;
  }
  .dropdown-list-element{
    margin-left: 0px;
    color: #fa6620;
    font-size: 20px;
    padding-left: 0px;
    text-transform: capitalize;
  }
  .list-an-el-text{
    color: #000 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
  }
  .sub-dropbtn{
    font-size: 14px !important;
    border: none;
    text-transform: uppercase;
    outline: none;
    color: #000;
    padding: 0px;
    background-color: inherit;
    font: inherit;
    margin: 0;
  }
  .subdropdown-icon{
    color: #000;
    font-size: 14px;
  }
  .dropdown-list-element-sub:hover .subdropdown-icon{
    color: #fa6620;
  }



/* mobole mega menu css starts here */
/* mobile css */
.accordion-btn-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-header{
  padding: 0 10px 0 10px !important;
  background-color: #fff !important;
}
.card{
  border: 0 !important;
}
.card-body{
  padding: 10px 10px 10px 50px !important;
}
.btn-link{
  color: #000 !important;
}
.btn-link.focus, .btn-link:hover, .btn-link:focus{
  text-decoration: none !important;
}
a:focus, a:hover{
  text-decoration: none !important;
  color: #fa6620 !important; 
}
.btn-link.focus{
  color: #fa6620 !important; 
}
.card-container-paragraph{
  line-height: 1!important;
  color: #2196f3;
  font-weight: 600;
  font-size: 12px;
}
.card-body-linen{
  padding: 0px !important;
}
.sub-btn-link{
  padding-left: 30px !important;
}
.sub-btn-link-1{
  padding-left: 50px !important;
}
.card-body-sub-link{
  padding: 10px 10px 10px 60px !important;
}
.card-body-sub-link-1{
  padding: 10px 10px 10px 100px !important;
  font-size: 13px;

}
.card-body-sub-link-2{
  padding: 10px 10px 10px 80px !important;
}
.sub-btn-link-3{
  padding-left: 30px !important;
}
.card-body-sub-link-3{
  padding: 10px 10px 10px 80px !important;
}
.card-body-linen{
  padding: 0px !important;
}
.mobile-accordion-button{
  background-color: #fff !important;
  font-weight: 700;
}
.mobile-btn-1{
  color: #000 !important;
  margin: 0px !important;
}
.mobile-btn-2{
  color: #125eac!important;
  margin: 0px !important;
}
.mobile-btn-3{
  color: #0090cf!important;
  margin: 0px !important;
}
.megamenu-for-mobile{
  margin-bottom: 25px;
}

/* .accordion-btn-container:not(.collapsed) .fa{
  transform: rotate(180deg);
}
.accordion-btn-container .fa{
  transform: rotate(0deg);
} */

    .coming-soon-container{
        margin-top: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
@media(max-width:768px){
    .coming-soon-container{
        margin-top: 50% !important;
    }
    
}

/* WC css starts */
.whatsapp-icon-container {
  position: fixed;
  right: 26px;
  bottom: 60px;
  z-index: 999;
}
.whatsapp-icon-bottom {
  width: 45px;
}
@media(max-width: 767px){
  .whatsapp-icon-container{
    right: 20px;
    bottom: 45px;
  }
}
/* WC css ends */