
/* Fonts */
:root {
  --font-default:  Roboto
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #ce1212;
  --color-secondary: #37373f;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  font-size:20px; line-height:28px;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #ec2727;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 80px 0; padding-bottom:20px;
}
.thubnails-cat{font-size:25px; font-weight:bold}
.thubnails-cat img{margin-bottom:15px; width:100%}
.thubnails-cat a{color:#000000; text-decoration:none}
.section-bg {
  background-color: #fff;
}
.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #38b6ff;
  font-family: var(--font-default);margin-bottom:30px
}

.section-header p {
  margin: 0;
  font-size: 20px;
  font-weight: 400; width:90%; text-align:center; margin:10px auto; margin-bottom:30px
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #38b6ff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  min-height: 90px;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 575px) {
  .header {
    min-height: 70px;
  }
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img { height:100%
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}


section {
  scroll-margin-top: 90px;
}
section{float:left; width:100%}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  min-height: 500px;
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}


.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}


@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us{
  padding: 30px;
  background-color: #38b6ff;
  color: #fff; float:left; text-align:left; width:100%; font-size:20px; 
}
.why-us img{max-width:120px; float:left; margin-right:20px}
.why-box {
  padding: 30px;
  background: #c80f0f;
  color: #fff;
}
.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--color-primary);
  background: #fff;
}

.why-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55, 55, 63, 0.1);
  transition: 0.3s;
}

.why-us .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.why-us .icon-box p {
  font-size: 15px;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}





@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
h2{font-size:40px; color:#38b6ff; line-height:48px}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding: 160px 0 60px 0;
}
img{border-radius:5px}

.hero img{border-radius:0px!important;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
 
  background-color: #666;
  padding: 20px 0;
  color: #fff; margin-top:80px; float:left; width:100%
}
.footer .copyright {
  text-align: left;
   font-size: 16px; padding-top:15px
}
.filterdiv{float:left; margin-right:0px; width:auto;}
.form-select{border:1px solid #666; height:38px; font-size:16px; float:left; width:auto; margin-bottom:15px;max-width: 150px;}
.news{}
.newstitle{font-size:18px; font-weight:bold; line-height:22px;margin-bottom: 10px;}
.newsdesc{font-size:16px; line-height:22px;}
.moredesc{font-size:15px;}


#menu {
  z-index: 2;
}

#menu-bar {
  width: 25px;
  height: 25px;
  margin: 30px 50px 20px 20px;
  cursor: pointer;
}

.bar {
  height: 2px;
  width: 100%;
  display: block;
  border-radius: 2px;
  transition: 0.3s ease;  
  background:#38b6ff;
}

#bar1 {
  transform: translateY(-5px);
}

#bar3 {
  transform: translateY(5px);
}

.nav {
  transition: 0.3s ease;
  display: none; width:280px
}

.nav ul {
  padding: 0 22px;
}

.nav li {
  list-style: none;
  padding: 12px 0;text-align:center
}

.nav li a {
  color: #000;
  font-size: 20px;
  text-decoration: none; text-align:center
}

.nav li a:hover {
  font-weight: bold;
}

.menu-bg, #menu {
  top: 0;
  right: 0;
  position: absolute;
}

.menu-bg {
  z-index: 1;
  width: 0;
  height: 0;
  padding: 30px 0 0px 0px;
  border-radius:0;
  transition: 0.3s ease; background-color:#fff; height:100%
}

.change {
  display: block;
}

.change .bar {
  background-color: #000;
}

.change #bar1 {
  transform: translateY(2px) rotateZ(-45deg);
}

.change #bar2 {
  opacity: 0;
}

.change #bar3 {
  transform: translateY(-2px) rotateZ(45deg);
}

.change-bg {
  width: 280px;
  height: 100%; border:0px solid #333; height:100vh; box-shadow:0px 0px 2px 3px #888
}
.btn,.btn-lg{border-radius:2px!important}
input {
    background-color: transparent;
    border: 0px;
}
.formin{border: 0px;
    border-bottom: 2px solid #e5e5e5;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    color: #666; margin-top:20px}
	textarea:focus, input:focus{
    outline: none;
}
.newstitle a{color:#000000; text-decoration:none}


.faq-heading{color:#38b6ff; font-weight:bold; width:100%; float:left}
.faqans{margin-bottom:40px;width:100%; float:left}
