html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, section, article, aside, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
h5{
  color: #2d809f;
}

.flaticon-platform1{
  color:#055c63;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  margin-bottom: -3px;
  width: 100%;
  overflow: hidden;
}
/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .top-text {
  text-align: center;
}
.main-banner .top-text h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-banner .top-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 45px;
}

/* preloader */
.preloader-inner{
  height: 100vh;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.preloader-inner:nth-child(1){
animation: anim1 3s linear infinite;
-webkit-animation: anim1 3s linear infinite;
}
.preloader-inner:nth-child(2){
animation: anim2 3s linear infinite;
}

@keyframes anim1{
100%{
  transform: translate(-50% , -50%) rotate(-359deg);
}
}
@keyframes anim2{
100%{
  transform: translate(-50% , -50%) rotate(359deg);
}
}

.preloader-inner #loader-wrapper .preloader-inner {
    -webkit-transform: translateX(-100%); 
        -ms-transform: translateX(-100%);  
            transform: translateX(-100%);  
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.preloader-inner #preloader-inner {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.preloader-inner #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  
        -ms-transform: translateY(-100%);  
            transform: translateY(-100%);  

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}
.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #233438;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}
/* scrollUp */
#scrollUp,
#back-top {
  background: #ff9000;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
  #scrollUp,
  #back-top {
    right: 16px;
  }
}
#scrollUp a i,
#back-top a i {
  display: block;
  line-height: 50px;
}
#scrollUp:hover {
  color: #fff;
}

/* social */
.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 20px 10px;
  border-radius: 50%;
  text-decoration: none;
}
.social-icons {
  display: flex;
}
.social-icons i,
.social i {
  color: #145f7a;
}
.social-icons a:hover {
  background-color: #145f7a;
  box-shadow: 2px 2px 12px rgba(72, 130, 134);
  transition: all ease 0.5s;
}
.social-icons a:hover i,
.social a:hover i {
  color: #ffffff;
  transition: all ease 0.5s;
}
.social {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1500;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* side sticky */
.social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  background-color: #ffffff;
  box-shadow: 2px 2px 12px #454545;
  text-decoration: none;
}
.social a:hover {
  background-color: #145f7a;
  transition: all ease 0.5s;
}
.social i {
  font-size: 20px;
  color: #145f7a;
}

@media (max-width: 775px) {
  .social {
    display: none;
  }
}
.flaticon-platform:hover{
  color: #fff !important;
}
/* Footer */
footer{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
footer {
  display: block;
}

/* footer */
.page-footer {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 16px;
  background-color: #0d4e66;
  color: #fff;
}

.page-footer h5 {
  font-weight: 500;
  margin-bottom: 16px;
}

.page-footer hr {
  border-color: #4f5e5b;
}

.footer-menu {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.footer-menu a,
.footer-link {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
}
.social-icons{
  display: inline-flex;
}
.footer-menu a:hover,
.footer-link:hover {
  text-decoration: none;
  color: #fff;
}
.footer-link {
  padding: 0;
  margin-bottom: 16px;
}
.py-3 {
  text-align: center;
}
.categories-area .single-cat {
  border: 1px solid #e1ebf7;
  border-radius: 6px;
  height: 340px;
  padding: 85px 22px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .categories-area .single-cat {
    padding: 50px 22px;
  }
}
.categories-area .single-cat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #145f7a;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.categories-area .single-cat .cat-icon span {
  color: #145f7a;
  font-size: 48px;
  margin-bottom: 30px;
  display: block;
}
.categories-area .single-cat .cat-cap h5 > a {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 26px;
  }
}
.categories-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}
.categories-area .single-cat .cat-cap a {
  color: #145f7a;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.categories-area .single-cat:hover {
  border: 1px solid transparent;
}
.categories-area .single-cat:hover::before {
  height: 100%;
}
.categories-area .single-cat:hover .cat-icon span {
  color: #fff;
}
.categories-area .single-cat:hover .cat-cap h5 {
  color: #fff;
}
.categories-area .single-cat:hover .cat-cap p {
  color: #fff;
}
.categories-area .single-cat:hover .cat-cap a {
  color: #fff;
}

@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
.section-tittle span {
  font-size: 18px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.section-tittle h2 {
  font-size: 36px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3;
  margin: 20px;
  color: #145f7a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .section-tittle h2 {
    font-size: 30px;
    line-height: 1.6;
  }
}
.section-tittle p {
  color: #717b9b;
}
.section-tittle2 h2 {
  color: #fff;
}
.section-tittle2 p {
  color: #fff;
}
@media (max-width: 1199px) {
  .categories {
    display: none;
  }
}
@media (max-width: 1199px) {
  .social {
    display: none;
  }
}

/* Lines of the Toggler */
.toggler-icon{
  width: 30px;
  height: 3px;
  background-color: #fffab8;
  display: block;
  transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
  margin: 5px auto;
}

/* Navbar */
header { width: 100%; position: fixed; height: 70px; z-index: 9; background: #2d809f;}
header.smaller {height: 40px; transition: all 0.3s; background: #829397;}
@media (max-width:1920px) {
  header.smaller {
    height: 70px;
     transition: all 0.3s;
      background: #145f7a;
    }
  }
.navbar-dark .navbar-toggler {
  color: #2d809f !important;
  border-color: #2d809f !important;
}
.nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto";
}

/* Navbar Active Underline */
.navbar-nav .active {
  border-bottom: #fffab8 solid 3px;
}

/* Navbar On Hover Underline */
.navbar-nav .nav-item:hover {
  border-bottom: #fffab8 solid 3px;
}
.navbar-color{
  background: #fffab8;
  width: 100%;
}
.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
}
/* Navbar Font Size */
.navbar-nav .nav-item {
  font-size: 1.1em;
}

@media (max-width: 1200px) {
  .logo1 {
    display: none;
  }
  .logo {
    margin-top: 5px;
    margin-left: 10px;
  }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl{
    background-color: #2d809f;
    margin-top: -8px;
}
header { 
  width: 100%;
   position: fixed; 
   margin-top: -14px;
   height: 60px;
   z-index: 9;
   background-image: linear-gradient(to right, #215e71f7  , #885e2c14 ,#43c1efc5 ,#2b8dabf9, #35aeda,  #215e71f7  , #885e2c14 );
}
.carousel-control-prev, .carousel-control-next{
  top: 87px;
}
.navbar-expand-lg .navbar-collapse{
  margin-top: 27px;
}
}
@media (max-width: 970px) {
  .logo1 {
    display: none;
  }
  .logo {
    margin-top: 0px;
    margin-left: 10px;
  }
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
  background-color: #ffffff;
}
.logo {
  width: 57px;
  margin-top: 0px;
}
.logo1 {
  width: 88px;
  margin-top: 10px;
  margin-left: -17px;
}

/* main btn */
.main-btn2 {
  padding: 6px 34px;
  background-image: linear-gradient(
    87.87deg,
    #c6def1 0%,
    #c6def1 0.01%,
    #c6def1 100%
  );
  color: #145f7a !important;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.main-btn2:hover {
  transform: translateY(-10px);
}
.main-btn2:active {
  transform: translateY(-5px);
}

.card {
    display: flex;
    height: 178px;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    transition: 0.4s ease-out;
  }
  
  .card:not(:first-child) {
      margin-left: -50px;
  }
  
  .title {
    color: rgb(0, 0, 0);
    top: 15px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
  }
  
  .bar {
    position: absolute;
    top: 100px;
    left: 20px;
    height: 5px;
    width: 140px;
  }
  
  .emptybar {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }
  
  .filledbar {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 50px;
    height: 100%;
    background: rgb(0,154,217);
    margin-top: 50px;
    background: linear-gradient(90deg, rgba(0,154,217,1) 0%, #ff9000 65%, #fffab8  100%);
    transition: 0.6s ease-out;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -ms-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
}
  
  .card:hover .filledbar {
    width: 140px;
    transition: 0.4s ease-out;
  }
  .icon{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs {
  border: none !important;
}
.nav-tabs .nav-link{
  border: none !important;
}
.img-fluid {
  max-width: 72%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}