@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

hr { 
border: 0; 
border-top: 1px solid #dddddd;
}
/***************nav***********/
 nav.transparent-nav {
      background: transparent;
      box-shadow: none;
      transition: background 0.4s, color 0.4s;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 100;
	font-family: "Inter", sans-serif;
	color:#000;
	font-size:16px;
	font-weight:600;
    }

    nav.transparent-nav .brand-logo,
    nav.transparent-nav a.sidenav-trigger i,
    nav.transparent-nav ul a {
      color: white;
      transition: color 0.4s;
    }

    nav.sticky {
      background-color: white !important;
      position: fixed;
      top: 0;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    nav.sticky .brand-logo,
    nav.sticky ul a,
    nav.sticky a.sidenav-trigger i {
      color: black !important;
    }
/* 1. Hide the dark logo by default */
nav.transparent-nav .logo-dark {
  display: none;
}

/* 2. Show the white logo by default */
nav.transparent-nav .logo-white {
  display: inline-block;
  height: 55px; /* Adjust height to fit your navbar */
  vertical-align: middle;
}

/* 3. When Sticky: Hide the white logo */
nav.sticky .logo-white {
  display: none;
}

/* 4. When Sticky: Show the dark logo */
nav.sticky .logo-dark {
  display: inline-block;
  height: 55px; /* Match height of white logo */
  vertical-align: middle;
}

    /* Optional: style sidenav links */
    .sidenav a {
      font-size: 18px;
      color: black;
    }
/*****************************/
.mobile-menu li a
{
font-family: "Inter", sans-serif;
font-size:15px;
font-weight:500;
color:#333;
}
.mobile-menu li a:hover
{
background:none;
color:#245371!important;
}
.nav-mobile-white a
{
color:#fff!important;
}
.dropdown-custom
{
width:200px!important;
top:60px!important;
overflow: visible !important;
}
.dropdown-custom1
{
width:300px!important;
top:60px!important;
}
.white {
border-bottom:1px solid #dddddd!important;
-webkit-box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
-moz-box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
}
.sidenav
{
background-color:#fff;
}
.brand-logo-mobile img
{
height:40%;
width:40%;
}
.brand-logo img
{
height:80px;
width:100%;
}
.brand-logo-mobile img
{
height:65px;
width:80%;
}
.footer-logo img
{
height:75px;
width:auto;
}
.nav-icon
{
line-height:35px!important;
}
.nav-green
{
color:#2f7715;
font-size:25px;
}
.footer-logo-hr
{
padding-top:30px;
border-bottom: 1px solid #656;
}
.brand-logo-nav img
{
height:70%;
width:70%;
}
.menu-active
{
background-color:rgba(0,0,0,0.1)!important;
color:#fff!important;
}
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../img/logo.png');
   background-repeat: no-repeat; 
   background-color: #fff;
   background-position: center;
}
.color-primary
{
background-color:#0e2e81; 
width: auto;
background-size: cover;	
height:auto;
min-height:80px;
padding:20px;
}
.color-secondary
{
background-color:#113ba4; 
width: auto;
background-size: cover;	
height:auto;
min-height:80px;
padding:20px;
}
.landing-bg
{
background-color:#245371; 
width: auto;
background-size: cover;	
height:auto;
padding:50px;
margin-top:-20px;
}
.row .home-about-section1
{ 
background: url('../img/about-cover.jpg') 20% 50% no-repeat; 
width: auto;
background-size: cover;	
min-height:450px;
}
.row .home-about-section2
{ 
background: #f9f9f9;
width: auto;
min-height:450px;
background-size: cover;
}
.row .home-about-section1-1
{ 
background: url('../img/services/hr.jpg') 40% 20% no-repeat; 
width: auto;
background-size: cover;	
min-height:400px;
}
.row .home-about-section1-2
{ 
background: url('../img/services/legal.jpg') 40% 20% no-repeat; 
width: auto;
background-size: cover;	
min-height:400px;
}
.row .home-about-section1-3
{ 
background: url('../img/services/web.jpg') 40% 20% no-repeat; 
width: auto;
background-size: cover;	
min-height:400px;
}
.row .home-about-section1-4
{ 
background: url('../img/services/tele.jpg') 40% 20% no-repeat; 
width: auto;
background-size: cover;	
min-height:400px;
}
.row .home-about-section1-5
{ 
background: url('../img/services/ecommerce.jpg') 40% 20% no-repeat; 
width: auto;
background-size: cover;	
min-height:400px;
}
.services-detail
{
background-color:#f9f9f9; 
width: auto;
background-size: cover;	
height:auto;
padding:10px 0px 50px 0px;	
}
.bg-about
{
background: url('../img/banner-about.jpg') 80% 10% no-repeat; 
background-color:#000; 
width: auto;
background-size: cover;	
height:auto;
padding:30px;
}
.section-hero {
    position: relative; /* Required for the overlay */
    width: 100%;
    height: auto;
    padding: 120px 0px;
    overflow: hidden;
    color: #fff;
    background-color: #000; /* Fallback color */
}

.section-hero {
    position: relative;
    width: 100%;
    height: auto;
    padding: 120px 0px;
    overflow: hidden;
    background-color: #000; /* Keeps the area dark during initial load */
}

/* Layer for Image 1 */
.section-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('../img/solar-banner.jpg') center/cover no-repeat;
    z-index: 1;
    animation: fadeImage1 10s infinite;
}

/* Layer for Image 2 */
.section-hero::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('../img/about-banner.jpg') center/cover no-repeat;
    z-index: 1;
    opacity: 0; /* Starts hidden */
    animation: fadeImage2 10s infinite;
}

.section-hero .container {
    position: relative;
    z-index: 2; /* Sits above both image layers */
}

/* Animation for Image 1: Visible -> Hidden -> Visible */
@keyframes fadeImage1 {
    0%, 45%, 100% { opacity: 1; }
    55%, 90% { opacity: 0; }
}

/* Animation for Image 2: Hidden -> Visible -> Hidden */
@keyframes fadeImage2 {
    0%, 45%, 100% { opacity: 0; }
    55%, 90% { opacity: 1; }
}
.section-hero-services
{
background: url('../img/banner.jpg') 20% 50% no-repeat; 
background-color:#fff; 
width: auto;
background-size: cover;	
height:auto;
padding:100px 0px 60px 0px;
}
.section-pages
{
background-color:#000; 
background: url('../img/banner.jpg') 20% 50% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding:50px 10px 50px 10px;
}
.section-about
{
background-color:#fff; 
width: auto;
background-size: cover;	
height:auto;
padding:20px 20px 20px 20px;
border-radius:30px;
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
margin-top:-50px;
}
.section-services1 {
  background: url('../img/services/services1.jpg') no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0px -200px 50px 5px rgba(42, 42, 42, 0.8);
  color: white;
}
.section-services2 {
  background: url('../img/services/services2.jpg') 0% 10% no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0px -200px 50px 5px rgba(42, 42, 42, 0.8);
  color: white;
}
.section-services3 {
  background: url('../img/services/services3.jpg') 0% 10% no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0px -200px 50px 5px rgba(42, 42, 42, 0.8);
  color: white;
}
.section-services4 {
  background: url('../img/services/services4.jpg') 0% 10% no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0px -200px 50px 5px rgba(42, 42, 42, 0.8);
  color: white;
}
.section-services5 {
  background: url('../img/services/services5.jpg') no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0px -200px 50px 5px rgba(42, 42, 42, 0.8);
  color: white;
}
.section-services6 {
  background: url('../img/services/services6.jpg') 0% 10% no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0px -200px 50px 5px rgba(42, 42, 42, 0.8);
  color: white;
}
.section-services7 {
  background: url('../img/services/services7.jpg') no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0px -200px 50px 5px rgba(42, 42, 42, 0.8);
  color: white;
}
.section-services8 {
  background: url('../img/services/services8.jpg') 0% 10% no-repeat; 
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0px -200px 50px 5px rgba(42, 42, 42, 0.8);
  color: white;
}
.section-banner
{
background-image: url('../img/solar-illustration.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 150px 0px;
    
    /* Desktop only parallax effect */
    background-attachment: fixed;
    background-position: 10% 50%;
}
.bg-footer
{
background: url('../img/footer-bg.jpg') 20% 50% no-repeat; 
background-color:#000; 
width: auto;
background-size: cover;	
height:auto;
padding:25px;
}
.bg-banner2
{
background: url('../img/cover-bg.jpg') 30% 50% fixed no-repeat; 
background-color:#000; 
width: auto;
background-size: cover;	
height:auto;
padding:10px;
}
.bg-grey-inner
{
background: url('../img/blue-bg.jpg') 50% 50% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding-top:50px;
padding-bottom:50px;
border-bottom: 2px solid transparent;
border-image: linear-gradient(to left, #9cecfb, #65c7f7, #0052d4);
border-image-slice: 1;
}
.bg-contribute
{
background: url('../img/contribute.jpg') 50% 99% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding-top:50px;
padding-bottom:50px;
}
.footer
{
background: url('../img/cta.jpg') 50% 99% fixed no-repeat;
width: auto;
background-size: cover;	
height:auto;
padding:20px 5px 5px 5px;
}
 .footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin-top: 50px;
    list-style: none;
  }
  .right-align-menu {
    justify-content: flex-end;
  }
  .footer-menu li a {
	font-family: "Inter", sans-serif;
	color:#333;
	font-size:16px;
	font-weight:600;
  }
/*********typography*********/
.heading-hero
{
font-family: "Inter", sans-serif;
font-size:45px;
font-weight:700;
}
.heading-main
{
font-family: "Inter", sans-serif;
font-size:30px;
font-weight:700;
}
.heading-secondary
{
font-family: "Inter", sans-serif;
font-size:20px;
font-weight:700;
}
.heading-accent
{
font-family: "Inter", sans-serif;
font-size:18px;
font-weight:700;
line-height:25px;
}
.heading-sub
{
font-family: "Inter", sans-serif;	
font-size:22px;
font-style:italic;
font-weight:400;
line-height:30px;
}
.para
{
font-family: "Inter", sans-serif;
font-size:16px;
font-weight:400;
line-height:25px;
}

.footer-menu a
{
font-family: 'Fira Sans', sans-serif;
font-size:14px;
font-weight:400;
line-height:30px;
color:#fff;
}
.footer-menu a:hover
{
color:#003e73;
}
.icon-connect
{
font-size:20px;
}
/*********colors***********/
.cl-white
{
color:#fff;
}
.cl-black
{
color:#000;
}
.cl-grey
{
color:#333;
}
.cl-purple
{
color:#180136;
}
.cl-blue
{
color:#245371;
}
.cl-cj
{	
background-image: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cl-primary
{
color:#042467;
}
.cl-primary-inverse
{
color:#f9f1de
}
.cl-grey-lighten
{
color:#9a9a9b;
}
.cl-facebook
{
color:#1078a4;
}
.cl-instagram
{
color:#ff00ba;	
}
.copyright-credit
{
font-size:14px;
}
/*********Third party*****/
.sidebar-box {
  max-height: 320px;
  position: relative;
  overflow: hidden;
}
.sidebar-box .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; 
  padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}

#readmore .readmore__content { 
  bottom: 0; 
  left: 0;
  width: 100%; 
  margin: 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}
/**********helper**********/
.text-uppercase
{
text-transform:uppercase;
letter-spacing:2px;
}
.feature-box1
{
padding:10px 10px 10px 10px;
background: #133088;  /* fallback for old browsers */
border-radius:20px;
}
.feature-box2
{
padding:10px 10px 10px 10px;
background: #ECFFE9;  /* fallback for old browsers */
border-radius:20px;
}
.feature-box3
{
padding:10px 10px 10px 10px;
background: #FFF5E9;  /* fallback for old browsers */
border-radius:20px;
}
.row .image-stack
{
padding:0px;
}
.image-stack
{
margin-bottom:0px!important;
}
.card-bg
{
padding:10px 10px 10px 10px;
background: #fff;  /* fallback for old browsers */
border-radius:10px;
-webkit-box-shadow: -5px 27px 74px -15px rgba(0,0,0,0.2);
-moz-box-shadow: -5px 27px 74px -15px rgba(0,0,0,0.2);
box-shadow: -5px 27px 74px -15px rgba(0,0,0,0.2);
min-height:450px;
}
.card-bg-landing
{
padding:10px 10px 10px 10px;
background: #fff;  /* fallback for old browsers */
border-radius:10px;
-webkit-box-shadow: -5px 27px 74px -15px rgba(0,0,0,0.2);
-moz-box-shadow: -5px 27px 74px -15px rgba(0,0,0,0.2);
box-shadow: -5px 27px 74px -15px rgba(0,0,0,0.2);
min-height:400px;
}
.justified-text
{
text-align: justify;
text-justify: inter-word;
}
.container
{
width:80%!important;
}
.container-width
{
max-width:1800px!important;
margin:20px 40px 20px 40px!important;
}
.collapsible-header-bg
{
background: url('../img/banner-about.jpg') 80% 10% no-repeat; 
background-color:#000; 
width: auto;
background-size: cover;	
height:auto;
padding:10px;
font-family: 'Lora', serif!important;
font-size:15px!important;
font-weight:500;
color:#333!important;
}
.collapsible-body-bg
{
background-color:#fff!important; 
}
.container-width-nav
{
max-width:1800px!important;
margin-left:20px!important;
margin-right:20px!important;
}
.card-custom
{
background:#fff!important;
border:1px solid #f9f9f9;
border-radius:10px;
padding:10px!important;
box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-webkit-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-moz-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
}
.card-custom-content
{
background:#f6f9ff!important;
border-radius:5px;
padding:10px!important;
-webkit-box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
-moz-box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
}
.card-custom-content-highlight
{
background:#f6f9ff!important;
border-radius:5px;
padding:10px!important;
-webkit-box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
}
.card-custom-products
{
background:#fff!important;
box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-webkit-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-moz-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
}
.card-content-custom
{
padding:0px 5px 0px 5px!important;
}
.text-center
{
text-align:center;	
}
.text-right
{
text-align:right;	
}
.margin-services
{
margin-top:150px;
}
.margin-xll
{
margin-top:150px;
}
.margin-xl
{
margin-top:80px;
}
.margin-lg
{
margin-top:50px;
}
.margin-md
{
margin-top:40px;
}
.margin-sm
{
margin-top:20px;
}
.margin-xs
{
margin-top:10px;
}
.margin-inverse
{
margin-top:-20px;	
}
.margin-inverse-md
{
margin-top:-120px;	
}
.margin-inverse-sm
{
margin-top:-45px;	
}
.margin-inverse-mobile
{
margin-top:-5px;	
}
.margin-xll-bottom
{
margin-bottom:250px;
}
.margin-lg-bottom
{
margin-bottom:80px;
}
.svg-icons img
{
height:65px;
width:auto;
}
.card-custom
{
border-radius:10px!important;
min-height:250px!important;
}
/*******button*******/
.button-center
{
text-align:center;
display:block;
}
.button-general
{
font-family: "Inter", sans-serif;
border-radius:5px;
color:#fff!important;	
background: #0e3ea4;
box-shadow:none;
font-size:15px;
font-weight:700;
letter-spacing:0px;
text-transform:Capitalize;
padding:5px 10px 40px 10px;
}
.button-general:hover, .button-general:focus, .button-general:active 
{
color:#fff!important;
background:#0d2e75!important;
box-shadow:none!important;
background-position: right center; 
}
.button-general-inverse
{
font-family: "Inter", sans-serif;
border-radius:30px;
color:#fff!important;
background:#0e3ea4!important;	
box-shadow:none;
font-size:15px;
font-weight:600;
padding:10px 25px 45px 25px;
text-transform:Capitalize;
}
.button-general-inverse:hover, .button-general-inverse:focus, .button-general-inverse:active 
{
color:#fff!important;
background: #f12711!important;
background: -webkit-linear-gradient(to bottom, #f5af19, #f12711)!important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #f5af19, #f12711)!important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
box-shadow:none!important;
background-position: right center; 
}
.button-general-white
{
font-family: 'Raleway', sans-serif;
color:#fff;	
background:transparent;
box-shadow:none;
font-size:13px;
border:1px solid #fff;
font-weight:500;
margin-top:10px;
margin-bottom:10px;
}
.button-general-white:hover
{
color:#fff;
background:#fc5151;	
box-shadow:none!important; 
}
/******************Effects**************/
/* Hang */
@-webkit-keyframes float-anime {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes float-anime {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes float-anime-down{
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes float-anime-down {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.float-anime {
  -webkit-animation-name: float-anime-down, float-anime;
  animation-name: float-anime-down, float-anime;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.circles {
  height: 15vmin;
  position: relative;
  width: 15vmin;
  
  > div {
    animation: growAndFade 3s infinite ease-out;
    background-color: #042467;
    border-radius: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
  }
  
  .circle1 {
    animation-delay: 1s;    
  }
  .circle2 {
    animation-delay: 2s; 
  }
  .circle3 {
    animation-delay: 3s;
  }
}

@keyframes growAndFade {
  0% {
    opacity: .25;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}


/***********image*************/
.image-center
{
display:block;
}
.image-center img
{
display:block;
margin-left:auto;
margin-right:auto;
}
.image-special
{
height:100%;
width:100%;
}
.image-icons
{
height:50px;
width:50px;
}
.badge-green
{
color:#fff!important;
font-size:13px!important;
text-transform:capitalize!important;
}
.badge-grey
{
color:#333!important;
font-size:13px!important;
text-transform:capitalize!important;
}
/***********image effect*********/
/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(80%);
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
   filter: brightness(100%);
  transform: scale(1.3);
}
/* Parent Container */
.img-hover-zoom{
 position: relative;
 margin-right: 10px;
}
.img-hover-zoom .image-text{
 font-size:15px;
 font-weight:500;
 position: absolute;
 top: 0;
 left: 0;
 background: #fc5151;
 color: #fff;
 margin-top: 20px;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: visibility 0s, opacity 0.5s linear; 
 transition: visibility 0s, opacity 0.5s linear;
 border-radius:0px 30px 30px 0px;
}
.img-hover-zoom:hover .image-text{
 padding: 10px 10px;
 visibility: visible;
 opacity: 1; 
}
/****************Collapsible**********/
.collapsible
{
border:none!important;
box-shadow:none!important;
}
.collapsible .active .collapsible-header
{
border:none!important;
box-shadow:none!important;
color:#198bff!important;
}
.collapsible-header
{
font-family: 'Fira Sans', sans-serif;
font-weight:700;
font-size:15px;	
color:#656;
}
/****************tabs*****************/
.tabs
{
background-color:#fff!important;
}
.tabs .tab a:hover a:focus, .tabs .tab a.active
{
font-family: 'Fira Sans', sans-serif;
font-weight:700;
font-size:15px;
font-weight:700;
color:#198bff!important;
letter-spacing:2px;
background-color:#f2fcff!important;
}
.tabs .tab a:focus
{
background-color:#f1f1f1important;
}
.tabs .tab a
{
font-family: 'Fira Sans', sans-serif;
color:#656;
font-size:14px;
font-weight:700;
text-transform:none;
}
.tabs .indicator
{
background-color:#fff;
}
/******************mobile view**********/
@media only screen and (max-width: 600px) {
	.container-width
	{
	margin:10px 10px 10px 10px!important;
	}
	.container
	{
	width:100%!important;
	padding:0px 5px 0px 5px!important;
	}
	.footer-logo img
	{
	height:70%;
	width:70%;
	}
	.bg-cover-body
	{
	padding:5px;
	}
	.carousel-slider
	{
	height:100px!important;
	width:100%;
	}
	.margin-inverse-sm
	{
	margin-top:-10px;	
	}
	.logo-sidenav
	{
	height:60px;
	width:100%;
	}
	.card-custom
	{
	background:#fff!important;
	border:2px solid #f9f9f9;
	-webkit-box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	-moz-box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	}
	.landing-bg
	{
	background-color:#245371; 
	width: auto;
	background-size: cover;	
	height:auto;
	padding:5px;
	margin-top:-20px;
	}
	.heading-hero
	{
	font-size:35px;
	line-height:35px;
	}
	.heading-main
	{
	font-size:28px;
	line-height:35px;
	}
	.heading-secondary
	{
	font-size:22px;
	}
	.heading-accent
	{
	font-size:20px;
	}
	.heading-sub
	{
	font-size:15px;
	}
	.para
	{
	font-size:15px;
	}
	.mobile-text-center
	{
	text-align:center;
	}
	.margin-md
	{
	margin-top:30px!important;
	}
	.margin-xs
	{
	margin-top:10px!important;
	}
	.margin-sm
	{
	margin-top:20px!important;
	}
	.link-text a
	{
	font-size:14px;
	font-weight:500;
	color:#007bff
	}
	.margin-xll
	{
	margin-top:40px;
	}
	.footer-fixed {
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  background: linear-gradient(90deg,rgba(84, 228, 166, 1) 0%, rgba(15, 128, 192, 1) 40%, rgba(3, 30, 69, 1) 100%);
	}
	.bg-banner2
	{
	background: url('../img/cover-bg.jpg') 50% 50% no-repeat fixed; 
	background-color:#000; 
	width: auto;
	background-size: cover;	
	height:auto;
	padding:20px 0px 20px 0px;
	}
	.section-banner
    {
    background-attachment: scroll !important;
    background-position: center bottom !important;
    padding: 80px 0px !important;
    background-size: cover!important;
    }
	.margin-inverse-md
	{
	margin-top:-20px;	
	}
	.icon-footer
	{
	font-size:25px;
	}
	.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons
	{
	float:none!important;
	}
	.third-cover
	{
	padding:20px;	
	}
	.bg-about
	{
	padding:10px;
	}
}