@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #828282;
  background: #fff; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #10b730;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #bea34d;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin: 0 0 20px 0; }

::-webkit-selection {
  color: #fff;
  background: #00274C; }

::-moz-selection {
  color: #fff;
  background: #00274C; }

::selection {
  color: #fff;
  background: #00274C; }



.colorlib-nav #colorlib-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Playfair Display", Georgia, serif; }

  .colorlib-nav #colorlib-logo a {
    /* min-width: 170%;
    height: 230px;
    display: block;
    margin-top: -150px;
    margin-left: -315px; */

    min-width: 89%;
    height: 230px;
    display: block;
    margin-top: -92px;
    margin-left: -157px;
  }
  .colorlib-nav #colorlib-logo a img {
      margin-top: 50px;
      width: 80%;
      height: auto;
  }
  .colorlib-nav #colorlib-logo a {
    color: #00274C; }
    .colorlib-nav #colorlib-logo a span {
      color: yellow; }

.colorlib-nav a {
  padding: 5px 10px;
  color: #000; }

@media screen and (max-width: 768px) {
  .colorlib-nav .menu-1 {
    display: none; } }

.colorlib-nav ul {
  padding: 45px;
  margin: 5px 0 0 0; }
  .colorlib-nav ul li {
    list-style: none;
    display: inline;
    text-transform: uppercase; }
.navbarclass li:not(#dropdownServices li) {
    padding: 10px;
    margin: 7px;
    list-style: none;
    display: inline;
    text-transform: uppercase; }
    .colorlib-nav ul li a {
      font-size: 15px;
      padding: 30px 13px;
      color: #fff;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .colorlib-nav ul li a:hover, .colorlib-nav ul li a:focus, .colorlib-nav ul li a:active {
        color: black; }
    .colorlib-nav ul li.has-dropdown {
      position: relative; }
      .colorlib-nav ul li.has-dropdown .dropdown {
        width: 220px;
        box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
        z-index: 1002;
        position: absolute;
        top: 40px;
        left: -55px;
        text-align: left;
        background: #00274C;
        padding: 20px;
        border-radius: 4px;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        opacity: 0;
        visibility: hidden;
      }
      .colorlib-nav ul li.has-dropdown:hover .dropdown {
      opacity: 1;
      visibility: visible;
      }
        .colorlib-nav ul li.has-dropdown .dropdown:before {
          bottom: 100%;
          left: 5.8em;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-bottom-color: #10b730;
          border-width: 8px;
          margin-left: -8px; }
        .colorlib-nav ul li.has-dropdown .dropdown li {
          display: block;
          margin-bottom: 7px; }
          .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
            margin-bottom: 0; }
          .colorlib-nav ul li.has-dropdown .dropdown li a {
            padding: 2px 0;
            display: block;
            color: #fff;
            line-height: 2;
            text-transform: none;
            font-size: 13px;
            letter-spacing: 0.1; }
            .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
              color: #c80000;
              font-weight: bold }
      .colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
        color: #c80000;
       }
    .colorlib-nav ul li.btn-cta a {
      padding: 15px !important;
      color: #fff; }
      .colorlib-nav ul li.btn-cta a span {
        background: #00274C;
        border: 2px solid #10b730;
        padding: 10px 20px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px; }
      .colorlib-nav ul li.btn-cta a:hover span {
        -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
        .colorlib-nav ul li.active > a {
          position: relative; /* Make the parent element positioned to allow positioning of the pseudo-element */
      }

      .colorlib-nav ul li.active > a::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px; /* Distance between text and underline */
        height: 2px; /* Thickness of the underline */
        background-color: #960000; /* Color of the underline */
    }
      .colorlib-nav ul li .active > a {
        color: #960000;
        font-weight: bold;
    }

      .colorlib-nav ul li .active> a::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px; /* Distance between text and underline */
        height: 2px; /* Thickness of the underline */
        background-color: #960000; /* Color of the underline */
    }
      .colorlib-nav ul li.has-dropdown ul li.active > a {
        color: #c80000;
        font-weight: bold;
    }

#colorlib-counter,
.colorlib-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }
  #colorlib-counter .overlay,
  .colorlib-bg .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }

.colorlib-video {
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .colorlib-video {
      height: 450px; } }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#colorlib-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #colorlib-hero .btn {
    font-size: 15px; }
    #colorlib-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #colorlib-hero .flexslider {
    border: none;
    /* z-index: 1; */
    margin-bottom: 0; }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: hidden;
      top: -30px;
    }
      #colorlib-hero .flexslider .slides .backgroundImgs {
        background-image: url(../images/backgroundImage.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 700px;
        position: relative; }
        #colorlib-hero .flexslider .slides li:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background: rgba(0, 0, 0, 0.4);
          /* z-index: 1; */
         }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 40px;
      z-index: 1000; }
      #colorlib-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 12px;
        height: 12px;
        cursor: pointer; }
        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: rgba(255, 255, 255, 0.7); }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 700px;
      z-index: 9; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        /* display: table-cell; */
        vertical-align: middle;
        min-height: 700px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: #fff; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 40px;
          line-height: 1.3;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 20px;
          line-height: 1.5;
          margin-bottom: 30px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          padding: 15px 30px;
          background: #31486f !important;
          color: #fff;
          border: none !important;
          font-size: 18px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #bea34d !important;
            -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
            box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
          width: 100% !important;
          margin-bottom: 10px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
            width: 100%;
            background: #fff;
            border: none; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead {
          font-size: 20px;
          color: #fff; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead .icon-heart {
            color: #d9534f; }

.colorlib-bg-section {
  background: rgba(0, 0, 0, 0.05); }

#colorlib-about,
#colorlib-practice,
#colorlib-testimonial,
#colorlib-started,
#colorlib-blog,
#colorlib-contact,
#colorlib-footer {
  padding: 1em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    #colorlib-about,
    #colorlib-practice,
    #colorlib-testimonial,
    #colorlib-started,
    #colorlib-blog,
    #colorlib-contact,
    #colorlib-footer {
      padding: 3em 0; } }

#colorlib-counter {
  padding: 4em 0;
  clear: both; }

.colorlib-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px; }
    .colorlib-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #fff;
      background: #10b730;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .colorlib-counters .counter-wrap {
    border: 1px solid red !important; }
  .colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Playfair Display", Georgia, serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block; }

#colorlib-intro,
#colorlib-content,
#colorlib-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left; }

#colorlib-content .video, #colorlib-content .choose,
#colorlib-consult .video,
#colorlib-consult .choose {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #colorlib-content .video, #colorlib-content .choose,
    #colorlib-consult .video,
    #colorlib-consult .choose {
      width: 100% !important; } }

#colorlib-content .video,
#colorlib-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

#colorlib-content .choose,
#colorlib-consult .choose {
  width: 50%;
  padding:0px 40px; }

#colorlib-content .choose-form,
#colorlib-consult .choose-form {
  background: #00274C; }
  #colorlib-content .choose-form .colorlib-heading,
  #colorlib-consult .choose-form .colorlib-heading {
    margin-bottom: 40px; }
    #colorlib-content .choose-form .colorlib-heading h2,
    #colorlib-consult .choose-form .colorlib-heading h2 {
      color: #fff; }
  #colorlib-content .choose-form .form-control,
  #colorlib-consult .choose-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8); }
    #colorlib-content .choose-form .form-control:active, #colorlib-content .choose-form .form-control:focus,
    #colorlib-consult .choose-form .form-control:active,
    #colorlib-consult .choose-form .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #bea34d; }
#colorlib-consult .chooseContact{
  padding: 0px 40px;
  width: 50%
}
#colorlib-consult .chooseContact-form{
  background: #00274C;
}
#colorlib-consult .chooseContact-form .colorlib-heading {
  margin-bottom: 40px; }

.chooseContact-form .colorlib-heading h2 {
    color: #fff; }

    #colorlib-consult .chooseContact-form .form-control {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent;
      border: 2px solid rgba(255, 255, 255, 0.1);
      font-size: 20px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8); }
      #colorlib-consult .chooseContact-form .form-control:active,
      #colorlib-consult .chooseContact-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #bea34d; }


.progress-bar {
  background-color: #31486f !important;
  font-size: 16px; }

#colorlib-intro {
  margin-top: -40px;
 }

.third-col {
  margin-left: 13.5%;
  padding: 2em;
  z-index: 2;
  width: 80%;
  background: #00274C;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: -8.5%;
}
  @media screen and (max-width: 768px) {
    .third-col {
      width: 100% !important; } }
  .third-col h2 {
    color: #fff;
    font-weight: 700; }
  .third-col.third-col-color {
    background: #00274C; }
  .third-col .icon {
    position: absolute;
    top: 0px;
    left: -10%; }
    .third-col .icon i {
      font-size: 200px;
      color: rgba(255, 255, 255, 0.05); }

.services {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .services h3 {
    font-weight: 400; }
   .desc p{
    color:#10b730
  }
    .services h3 a {
      color: #10b730; }
  .services .icon {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: table;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .services .icon i {
      display: table-cell;
      vertical-align: middle;
      height: 70px;
      font-size: 60px;
      line-height: 40px;
      color: #00274C; }
  .services:hover, .services:focus {
    background: #00274C;
    color: #fff;
    /* color: rgba(255, 255, 255, 0.7);  */
  }
    .services:hover h3 a, .services:focus h3 a {
      color: #fff; }
      .desc:hover p, .desc:focus p {
        color: #fff; }
    .services:hover .icon i, .services:focus .icon i {
      color: #a8a200; }

      .services .icon img.hover {
        display: none; /* Initially hide the hover image */
    }

    .services:hover .icon img.default {
        display: none; /* Hide the default image on hover */
    }

    .services:hover .icon img.hover {
        display: block; /* Show the hover image */
    }
    .services:hover .homeServices li {
      color: #fff; /* Change the color of li tags inside .homeServices on hover */
    }
.colorlib-social-icons {
  margin: 0;
  padding: 0; }
  .colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    }
    .colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      color: #bea34d;
      padding-left: 10px;
      padding-right: 10px; }
      .colorlib-social-icons li a i {
        font-size: 20px; }

.colorlib-contact-info{
  padding: 40px 40px;
  margin-top: 200px;
}

.colorlib-contact-info ul {
  padding: 0;
  margin: 0; }
  .colorlib-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative; }
    /* .colorlib-contact-info ul li:before {
      color: #bea34d;
      position: absolute;
      left: 0;
      top: .05em;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .colorlib-contact-info ul li.address:before {
      font-size: 30px;
      content: "\e9d1"; }
    .colorlib-contact-info ul li.phone:before {
      font-size: 23px;
      content: "\e9f4"; }
    .colorlib-contact-info ul li.email:before {
      font-size: 23px;
      content: "\e9da"; }
    .colorlib-contact-info ul li.url:before {
      font-size: 23px;
      content: "\e9af"; } */

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left; }

.colorlib-heading {
  /* margin-bottom: 5em;  */
  margin-top: 10em;}
  .colorlib-heading-index {
    /* margin-bottom: 5em;  */
    margin-top: 4em;}
    .colorlib-heading-index.colorlib-heading-sm {
      margin-bottom: 2em; }
      .colorlib-heading-index h2 {
        font-size: 35px;
        margin-bottom: 20px;
        line-height: 1.5;
        color: #000;
        font-weight: 400; }
        .colorlib-heading-index p {
          font-size: 18px;
          line-height: 1.5;
          color: #000; }
        .colorlib-heading-index span {
          display: block;
          margin-bottom: 10px;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 2px; }
        .colorlib-heading-index.colorlib-heading2 h2 {
          font-size: 60px;
          font-weight: 700; }
        .colorlib-heading-index.colorlib-heading2 p {
          font-size: 24px;
          margin-bottom: 40px; }




  .colorlib-heading.colorlib-heading-sm {
    margin-bottom: 2em; }
  .colorlib-heading h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #10b730;
    font-weight: 400; }
  .colorlib-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #10b730; }
  .colorlib-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }
  .colorlib-heading.colorlib-heading2 h2 {
    font-size: 60px;
    font-weight: 700; }
  .colorlib-heading.colorlib-heading2 p {
    font-size: 24px;
    margin-bottom: 40px; }

#colorlib-testimonial .testimony-slide {
  text-align: center; }
  #colorlib-testimonial .testimony-slide span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #000; }
  #colorlib-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; }
    #colorlib-testimonial .testimony-slide figure img {
      width: 140px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  #colorlib-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 992px) {
      #colorlib-testimonial .testimony-slide blockquote {
        width: 100%; } }

#colorlib-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%; }
  #colorlib-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada; }
    #colorlib-testimonial .arrow-thumb a:hover, #colorlib-testimonial .arrow-thumb a:focus, #colorlib-testimonial .arrow-thumb a:active {
      text-decoration: none; }

#colorlib-testimonial .owl-theme .owl-dots .owl-dot.active span, #colorlib-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #960000; }

#colorlib-testimonial .owl-theme .owl-dots .owl-dot span {
  background: #31486f; }

.colorlib-staff {
  text-align: center;
  margin-bottom: 30px; }
  .colorlib-staff img {
    width: 30%;
    height: 180px;
    margin-bottom: 20px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .colorlib-staff h3 {
    font-size: 24px;
    margin-bottom: 5px; }
/*
  .colorlib-staff p {
    margin-bottom: 30px; } */

  .colorlib-staff .role {
    color: #1E3E34;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
  }

#colorlib-started {
  padding: 3em 0 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%; }
  #colorlib-started .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
  #colorlib-started .colorlib-heading h2 {
    line-height: 80px;
    color: #fff;
    margin-bottom: 30px !important; }
  #colorlib-started .colorlib-heading p {
    color: rgba(255, 255, 255, 0.5); }
  #colorlib-started .btn {
    height: 54px;
    border: none !important;
    background: #bea34d;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px; }
  #colorlib-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px; }
    #colorlib-started .form-inline .form-group .form-control {
      width: 100%; }

.blog-featured a img {
  margin-bottom: 30px; }

.blog-featured h2 a {
  color: #31486f; }
  .blog-featured h2 a:hover {
    color: #bea34d; }

.blog-entry {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2em; }
  .blog-entry .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    float: left; }
  .blog-entry .desc {
    padding-left: 170px; }
    .blog-entry .desc h3 a {
      color: #31486f; }
      .blog-entry .desc h3 a:hover {
        color: #bea34d; }
    .blog-entry .desc .meta {
      color: #999999;
      font-size: 16px;
      margin-bottom: 10px; }

.colorlib-blog {
  margin-bottom: 40px;
  width: 100%;
  float: left; }
  .colorlib-blog > a {
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .colorlib-blog > a img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    .colorlib-blog {
      width: 100%; } }
  .colorlib-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .colorlib-blog .blog-text span {
      display: inline-block;
      margin-bottom: 20px; }
      .colorlib-blog .blog-text span.comment {
        float: right; }
        .colorlib-blog .blog-text span.comment a {
          color: rgba(0, 0, 0, 0.3); }
          .colorlib-blog .blog-text span.comment a i {
            color: #bea34d;
            padding-left: 7px; }
    .colorlib-blog .blog-text .meta {
      color: #b3b3b3;
      font-size: 16px;
      margin-bottom: 10px; }
    .colorlib-blog .blog-text h3 {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 1.5; }
      .colorlib-blog .blog-text h3 a {
        color: black; }

#colorlib-footer {
  background: #00274C;
  color: rgba(255, 255, 255, 0.5);
  padding: 7em 0 4em 0; }
  #colorlib-footer .colorlib-footer-links {
    padding: 0;
    margin: 0; }
  .colorlib-footer-links li  {
    color: #fff;
  }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-footer-links {
        margin-bottom: 30px; } }
    #colorlib-footer .colorlib-footer-links li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-footer .colorlib-footer-links li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
        #colorlib-footer .colorlib-footer-links li a:hover {
          text-decoration: underline; }
  #colorlib-footer h4 {
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #10b730;
    padding-bottom: 15px; }
  #colorlib-footer .colorlib-widget {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #colorlib-footer .colorlib-widget {
        text-align: left; } }
  #colorlib-footer .copyright .block {
    display: block; }
  .colorlib-widget p {
    color: #fff;
  }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-offcanvas {
      display: block; } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #colorlib-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      /* #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e921";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); } */

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

/* .colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important; } */
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #fff; 
    /* background: #444;  */
  }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; 
  }
  /* .colorlib-loader a{
    background: #fff;
  } */
  /* .colorlib-nav-toggle i {
    background: #fff; 
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #fff; 
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; 
    } */
    .colorlib-nav-toggle i {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 2px; /* Line thickness */
      background: #fff; /* Line color */
      transition: all 0.2s ease-out;
    }
  .colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    }
    .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
      color: white; }

      .colorlib-nav-toggle i::before {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background: #fff; /* Line color */
        top: -7px; /* Position above the middle line */
        left: 0;
        transition: all 0.2s ease-out;
      }
      .colorlib-nav-toggle i::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background: #fff; /* Line color */
        bottom: -7px; /* Position below the middle line */
        left: 0;
        transition: all 0.2s ease-out;
      }
/* .colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; } */

  .colorlib-nav-toggle:hover i::before {
    top: -10px;
  }
  
  .colorlib-nav-toggle:hover i::after {
    bottom: -10px;
  }
  
  /* Active state - transform to an 'X' */
  .colorlib-nav-toggle.active i {
    background: transparent; /* Middle line disappears */
  }
  
  .colorlib-nav-toggle.active i::before {
    top: 0;
    transform: rotate(45deg); /* Rotate the top line */
  }

.colorlib-nav-toggle.active i {
  background: #fff; 
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

/* .colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; 
} */
.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 0.5%;
  /* z-index: 21; */
  padding: 6px 0 0 0;
  display: none; /* Initially hidden for larger screens */
  margin: 0 auto;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #00274C;
  color: #fff;
  border: 2px solid #10b730; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #960000 !important;
    border-color: #960000 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #bea34d;
    border: 2px solid #bea34d; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #bea34d;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #960000; }

.row-pb-md {
  padding-bottom: 4em !important; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }

  .about-us-con-head{
    color: #000;
    text-align: justify;
    font-size: 18px;
  }
  .slider-text-inner .Heading{
    margin-top:340px;
    font-size: 60px;
    color: #fff;
  }
  .slider-text-inner .Moto{
    font-size: 30px;
    color: #fff;
  }

  .about-list{
    text-align: justify;
    font-size: 18px;
  }
  .about-list li{
    text-align: justify;
    margin-bottom: 15px; /* Add space between the list items */
    line-height: 1.6;
    color: #000;

  }
  .select-dropdown{
    background-color: #00274C;
  }
  #our-Service{
    color:#960000;
    margin-left: 250px;
  }
  #service-text{
    color: #00274C;
  }
  .colorlib-nav .top-menu {
    background-color: transparent;
    padding: 0px 0;
  }

  .colorlib-nav {
    height: 120px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: box-shadow 0.3s ease, background-color 0.5s ease; /* Smooth transition */
  }
.btnReqSrvs {
  background: #00274C;
  color: #fff;
  border: 2px solid #10b730; }



.colorlib-nav ul li a {
    color: #fff; /* Text color */
}
.colorlib-nav ul li p {
  color: #fff; /* Text color */
}

.colorlib-nav ul li a:hover {
    color: #c80000;
}
.btnReqSrvs:hover, .btnReqSrvs:focus, .btnReqSrvs:active {
  color: #fff;
  background: #960000 !important;
  border-color: #960000 !important;
}

.btn-cta .active{
  color: #fff;
  background: #960000 !important;
  border-color: #960000 !important;
  }

  .nav-scrolled {
    background-color:#00274C;  /* A transparent shade of #00274C */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Shadow when scrolled */
}

/* sidenav css */
.side-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 2px;
}

.side-nav li {
  margin-bottom: 10px;
}

.side-nav li a {
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
  color: #333; /* Default text color */
  background-color: #f8f9fa; /* Light background for links */
  border-radius: 5px; /* Rounded corners */
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
}

/* Hover effect */
.side-nav li a:hover {
  background-color: #f0f0f0;
  color: #333;
  padding-left: 30px; /* Keep padding consistent on hover */
  border-left: 5px solid #960000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.side-nav li.active a::before {
  content: '';
  position: absolute;
  left: -20px; /* Position arrow outside the text */
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px; /* Size of the arrow */
  border-style: solid;
  border-color: transparent transparent transparent #10b730; /* Arrow shape and color */
}

/* Active page style */
.side-nav li.active a {
  background-color: #960000; /* Active background color */
  color: #fff; /* Active text color */
  font-weight: bold;
  border-left: 5px solid #960000; /* Left border highlight */
  padding-left: 30px; /* Indent to make space for arrow */
  position: relative; /* For positioning the arrow */
}

/* Optional: Add a small underline for the active link */

.services-img img {
  width: 120%; /* Ensure the image takes up full column width */
  margin-top: 150px;
  margin-left: 20px;
  border-radius: 5%; /* Maintain aspect ratio */
}
.column{
  margin-top:2px;
}
.row{
  margin-top: -10px;
}

.card {
  padding: 20px;
  border-radius: 10px;
  width: 600px;
  min-height: 600px;
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 150px;
}

.card h3 {
  color: #00274C;
  font-weight: bold;
  margin-bottom: 10px;
}

.card p {
  color: #000;
  line-height: 1.6;
  overflow: hidden; /* Prevent overflow if text exceeds space */
  text-overflow: ellipsis;
  text-align: justify;
}

.cardAfter {
  padding: 20px;
  border-radius: 10px;
  width: 600px; /* Set a fixed width */
  min-height: 600px; /* Set a minimum height to maintain uniform size */
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cardAfter h3 {
  color: #00274C;
  font-weight: bold;
  margin-bottom: 10px;
}

.cardAfter p {
  color: #000;
  line-height: 1.6;
  overflow: hidden; /* Prevent overflow if text exceeds space */
  text-overflow: ellipsis;
  text-align: justify;
}

.practiseAreascontainer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

#card1,#card3,#card5,#card7,#card9{
  background-color: rgb(230, 247, 233)
}
#card2,#card4,#card6,#card8,#card10{
background-color: rgba(0, 39, 76, 0.1);

}
.icon img{
  width: 100%;
  height: 100%;
}


/* code for RFS PAGE */
#message{
  resize: none;
}

.homeServices{
  padding: 1em 0em 0.7em 0em;
}
.homeServices li{
  color: #000;
}

.form-controldropdown {
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300; }
  .form-controldropdown:active, .form-controldropdown:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bea34d; }
    .navbarclass .has-dropdown .arrow-icon {
      display: none; /* Hide by default */
  }

  #colorlib-offcanvas{
    background-color: #00274C;
  }

@media (min-width: 1200px) {
  .practiseAreascontainer {
      width: 1170px;
  }
}
/* @media (max-width: 431px){
  .colorlib-nav #colorlib-logo a img{
    margin-top: 5%;
    width: 35%;
    margin-left: 13%;
  }
  #colorlib-hero .flexslider .slides li{
    min-height: 0px;
  }
} */

@media screen and (max-width: 768px){
  .colorlib-nav{
    height: 4em;
  }
  .nav-scrolled{
    height: 4em;
  }
  .colorlib-nav-white i{
    /* color: #fff; */
    position: fixed;
  }
  .colorlib-nav #colorlib-logo{
    width: 100%;
  }
  .colorlib-nav #colorlib-logo a{
    width: inherit;
    height: inherit;
  }
  .slides{
    height: 40em;
    width: 100%;
  }
  .slides ::after{
    height: 15em;
    width: 100%;
  }
  /* .slides li{
    height: 300px;
  } */

  #colorlib-hero .flexslider{
    height: 80px;
  }
  /* .colorlib-nav #colorlib-logo{
    size: 20px;
  } */
  .colorlib-nav #colorlib-logo a img{
    margin-top: 12%;
    width: 6.7em;
    margin-left: 5em;
  }
  #colorlib-hero .flexslider .slides .backgroundImgs{
    background-image: url(../images/bgImageMobile.jpeg);
    width: 100%;
    height: 39em;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #colorlib-hero{
    min-height: 40em;

  }
  #colorlib-intro{
    margin-top: 8em;
    margin-left: -1em;

  }
  .third-col p{
    font-size: 10px;
    margin-bottom: 0px

  }
  .third-col h2{
    font-size: 12px
  }
  #colorlib-practice{
    padding:0px;
  }
  .colorlib-heading-index{
    margin-top: 1em;
  }
  .colorlib-heading-index h2{
    font-size: 17px;
  }
  .colorlib-heading-index p{
    font-size: 14px;
  }
  #intro-bg{
    margin-top: -16em;
  }
  .desc h3{
    font-size: 17px;
  }
  .homeServices li{
    font-size: 14px;
  }
  .card{
    width: 90%;
  }
  #card2{
    margin-top: -1em;
  }
  #card3{
    width: 90%;
    margin-top: -0.5em;
  }
  #card4{
    width: 90%;
    margin-top: -1em;
  }
  #card5{
    width: 90%;
    margin-top: -0.5em;
  }
  #card6{
    width: 90%;
    margin-top: -1em;
  }
  #card7{
    width: 90%;
    margin-top: -0.5em;
  }
  #card8{
    width: 90%;
    margin-top: -1em;
  }
  #card9{
    width: 90%;
    margin-top: -0.5em;
  }
  #card10{
    width: 90%;
    margin-top: -1em;
  }
  /* for navbar and request for service btn */
  .btnReqSrvs{
    font-size: 15px;
    margin-left: -3%;
    padding: 8px 10px;  
  }

  .dropdown li{
    font-size: 12px;
  }
  #colorlib-offcanvas .active a:not(.dropdown li a){
    color:white;
  }
  #colorlib-offcanvas ul li .active a{
    color:white
  }
  .navbarclass li:not(#dropdownServices li) {
    padding: 10px;
    margin: 7px;
    display: block;
    text-transform: uppercase;
}

/* Hide the dropdown menu by default */
/* .navbarclass .has-dropdown .dropdown {
  display: none; 
} */

/* Show the dropdown menu when the active class is present */
/* .navbarclass .has-dropdown.active .dropdown {
  display: block; 
} */

/* .navbarclass .offcanvas-has-dropdown .active .dropdown {
  display: none;
} */
#colorlib-offcanvas ul li{
  list-style: disc;
}
.services-img img{
  width: 20%;
  margin-top: 5em;
}
.colorlib-heading{
  margin-top: 1em;
}
.colorlib-heading h2{
  font-size: 15px;
}
#our-Service{
  margin-left: 0px;
}
.side-nav li a {
  font-size: 12px;
}
.about-us-con-head{
  font-size: 11px;
}
.about-list li{
  font-size: 11px;
}
.colorlib-widget{
  font-size: 10px;
}
.colorlib-staff{
  margin-top: 1em;
}
#colorlib-footer h4{
  font-size: 15px;
}
.colorlib-footer-links li{
  font-size: 10px;

}
.row-pb-md{
  padding-bottom: 1em !important;
}
#colorlib-footer{
  padding: 3em 0 6em 0;
}
.copyright p small{
font-size: 80%;
}
#colorlib-offcanvas ul li{
list-style-type: none;
}
.offcanvas-has-dropdown :active ul{
list-style-type: disc;
}
#colorlib-consult{
  margin-top: 4em;
}
#colorlib-consult .chooseContact-form{
  width: 100%;

}
}