/* =======================================================================
template Name: Dil Hospital
Author:  SmartEye Adminpanel
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template
======================================================================= */
/* ===================================== Import Less ================================== */
:root {
  --color-font: #808291;
  --color-primary: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef; }

@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/GothamBook Regular.otf") format("truetype"); }
@font-face {
  font-family: 'mouse-400';
  src: url("../fonts/Gotham Medium.otf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/Gotham Bold.otf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

strong {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

body {
  background-color: #ffffff !important;
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  color: #6A6A6A;
  overflow-x: hidden; }

 
.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-family: "mouse-400", Arial, Helvetica, sans-serif; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .85rem; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 30px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem; }
  .inner-title p {
    width: 100%;
    text-align: center; }

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 576px) {
    .page-nav {
      padding-top: 186px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 206px; } }
  .page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444; }

.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #FF3A46;
  border-color: #FF3A46; }
  .btn-primary:hover {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:active {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:focus {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1100px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #FF3A46;
  border-color: #FF3A46; }
  .btn-primary:hover {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:active {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important; }
  .btn-primary:focus {
    background-color: #FF3A46 !important;
    border-color: #FF3A46 !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.btn-outline-primary {
  border-radius: 50px;
  padding: 5px 25px;
  color: #FF3A46;
  border-color: #FF3A46;
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

/* ===================================== Full Screen Background CSS ======================== */
.banner-container {
  background-image: url(../images/head_bg.jpg);
  background-size: 100%;
  height: 100%; }

  @media screen and (max-width: 699px) {
    .banner-container {
      margin-top: -10px;
      position: relative;
      z-index: -1;
      background-size: auto; } }
  @media screen and (max-width: 600px) {
    .banner-container {
      height: 500px; } }
  .banner-container .slider-det {
    text-align: center;
    padding-top: 23%;
    color: #FFF; }
    @media screen and (max-width: 600px) {
      .banner-container .slider-det {
        padding-top: 38%; } }
    @media screen and (max-width: 409px) {
      .banner-container .slider-det {
        padding-top: 58%; } }
    .banner-container .slider-det span {
      text-transform: uppercase;
      font-size: 1.1rem; }
    .banner-container .slider-det h2 {
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 2.5rem; }
      @media screen and (max-width: 409px) {
        .banner-container .slider-det h2 {
          font-size: 1.5rem; } }
    .banner-container .slider-det p {
      font-size: 1rem; }
    .banner-container .slider-det .carousel-indicators {
      bottom: -51px; }
    @media screen and (max-width: 600px) {
      .banner-container .slider-det .carousel-control-prev-icon {
        margin-left: -110px; }
      .banner-container .slider-det .carousel-control-next-icon {
        margin-right: -110px; } }
  .banner-container .carousel-control-prev {
    left: -120px; }
  .banner-container .carousel-control-next {
    right: -121px; }

.page-title {
  background-image: url(../images/head_bg.jpg);
  background-size: 100%;
  height: 400px;
  padding-top: 155px;
  color: #FFF; }
  @media screen and (max-width: 600px) {
    .page-title {
      padding-top: 200px; } }
  .page-title h2 {
    text-align: center;
    width: 100%; }
  .page-title p {
    width: 100%;
    text-align: center;
    font-size: .9rem;
    margin-top: 10px; }
    .page-title p i {
      width: 40px;
      text-align: center; }

.titl-2 {
  padding-top: 205px; }
  
/* ===================================== Header CSS ================================== */
.header-container {
  position: absolute;
  top: 0px;
  width: 100%; }
  .header-container .header-top {
    border-bottom: 1px solid #cccccc4a; }
    .header-container .header-top .left-item ul li {
      float: left;
      color: #fff;
      padding: 12px;
      font-size: 0.9rem; }
      .header-container .header-top .left-item ul li i {
        color: #fff; }
    .header-container .header-top .right-item ul {
      float: right; }
      .header-container .header-top .right-item ul li {
        float: left;
        color: #fff;
        padding: 12px; }

@media screen and (max-width: 767px) {
  .header-container .header-top .right-item .top-right a li {
    position: relative;
    display: inline;
    margin-top: -40px;
  }

  .header-container .header-top .left-item ul li{
    margin-bottom: -20px;
    float: left;
  }
}


nav .logo {
  padding: 8px;
  padding-left: 150px; 
  margin-top: 5px;
  margin-bottom: -10px;
  
  
}

nav .logo:hover{
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }
  
  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    to {
      -webkit-mask-position: -50%;
    }
  }
  
  nav .logo img {
    width: 90%; 
  }
nav .log-gray {
  display: none; 
}
#nav-head ul {
  margin-left: 75px;
  margin-top: -7px;
}
#nav-head ul li{
  font-weight: bold;
  margin-right: 20px;
}

#nav-head a:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }
  
  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }

  @media screen and (max-width: 767px) {
    #nav-head a:hover{
      -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
      -webkit-mask-size: 200%;
      animation: shine 2s infinite;
    }
    @-webkit-keyframes shine {
      from {
        -webkit-mask-position: 150%;
      }
      
      to {
        -webkit-mask-position: -50%;
      }
    }
  }
/* hover effect 


.dropdown:hover .dropdown-menu {
  background-color: #0093E9;
  background-image: -webkit-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: -moz-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: -o-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  display: block;
}
#nav-head ul li:hover {
  border: none;
  padding: 16px 10px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 2.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  #nav-head ul li:hover {
    border: none;
    padding: 6px 10px;
    text-align: left;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 2.7;
    transition: 0.3s;
  }
}


*/

#nav-head ul li .dropdown-menu {
  margin-left: 40px;
  opacity: 1.7;
  border-radius: 8px;
  background-color: #0093E9;
  background-image: -webkit-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: -moz-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: -o-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

#nav-head ul li .dropdown-menu li{
  border: none;
  padding: 10px;
}

#nav-head ul li .dropdown-menu-about-us li{
  border: none;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  #nav-head ul li .dropdown-menu {
    margin-left: 90px;
    opacity: 2.7;
    border-radius: 8px;
    background-color: #0093E9;
    background-image: -webkit-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    background-image: -moz-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    background-image: -o-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%); 
  }
}

@media screen and (max-width: 767px) {
  .container .logo {
    margin-left: 5px;
  }

  .container .nav-div .nav-ul li a{
    color: black;
  }

}


@media screen and (max-width: 767px) {
  nav .container {
    padding: 0px 10px !important; } }
@media screen and (max-width: 767px) {
  nav .nav-div {
    background-color: #FFF; } }
@media screen and (max-width: 767px) {
  nav .nav-div ul {
    margin-top: 5px; } }
nav .nav-div ul li {
  float: left;
  padding: 27px 15px;
  font-size: .9rem; }
  nav .nav-div ul li a {
    color: #fff;
    font-family: "mouse-400", Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 1033px) {
    nav .nav-div ul li {
      padding: 27px 10px; } }
  @media screen and (max-width: 939px) {
    nav .nav-div ul li {
      font: .8rem;
      padding: 27px 5px; } }
  @media screen and (max-width: 767px) {
    nav .nav-div ul li {
      float: none;
      padding: 10px;
      border-top: 1px solid #cccccc73; } }

@media screen and (max-width: 767px) {
  nav .logo img {
    margin: 20px 5px;
    width: 100%; } 
  }
nav .small-menu {
  position: absolute;
  margin: -75px 200px;
  height: 40px;
  float: right;
  padding: 16px;
  font-size: 27px;
  color: #FFF; }

.scroll-to-fixed-fixed {
  background-color: #FFF;   /* changes color of the navigation when scrolled */
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .scroll-to-fixed-fixed .log {
    display: none; }
  .scroll-to-fixed-fixed .log-gray {
    margin-top: 2px;
    display: block; }
  @media screen and (max-width: 767px) {
    .scroll-to-fixed-fixed .nav-div {
      background-color: #FFF; } 
      .scroll-to-fixed-fixed .small-menu {
        margin-top: -60px;
        color: #444;
      }
    }
  .scroll-to-fixed-fixed .nav-div ul li a {
    color: #444; }
  

/* ===================================== Key Features CSS ================================== */
.key-features {
  background-color: #f8f8f8;
  padding: 50px;
  padding-bottom: 80px; }
  @media screen and (max-width: 940px) {
    .key-features {
      padding: 30px 10px; } }
  .key-features .key-row {
    margin-top: 20px; }
    .key-features .key-row .key-single {
      margin-bottom: 20px; }
      .key-features .key-row .key-single i {
        color: #3987FF;
        font-size: 2.5rem;
        margin-bottom: 30px; }
      .key-features .key-row .key-single h6 {
        color: #444; }
      .key-features .key-row .key-single p {
        font-size: .8rem;
        margin-top: 5px; }

/* ===================================== About Company CSS ================================== */
.with-medical {
  padding: 50px;
  background-color: #f8f8f8; 
}
.with-medical .com-list{
  background-color: #8EC5FC;
  margin-bottom: 300px;
}

.with-medical .btsrp-list ol{
  margin-left: 35px;
}

.with-medical .btsrp-image{
  float: right; 
  width: 800px; 
  margin-top: -400px
}

.with-medical .btsrp-list .list-group{
  width: 250px;
}

.with-medical .btsrp-list .list-group-cabling{
  width: 500px;
}
@media screen and (max-width: 764px) {
  .with-medical {
    padding: 30px 10px; } 

    .with-medical .btsrp-list .list-group{
      margin-left: 60px;
    }
    .with-medical .btsrp-list .list-group-cabling{
      width: 300px;
      margin-left: 40px;
    }
    .with-medical .txtr .list-group-security{
      margin-left: -30px;
    }
    .with-medical .btsrp-image{
      position: relative;
      background-color: #3273e7;
      margin-bottom: 900px;
    }
  }
  .with-medical img {
    margin-top: 25px; 
  }
  .with-medical .txtr {
    padding: 10px; 
  }
  .with-medical .txtr h4 {
    font-size: 32px; 
  }
  .with-medical .txtr h4 span {
    color: #03509e; 
  }
  .with-medical .txtr h1 span {
    color: #03509e; 
  }
  .with-medical .txtr p {
    text-indent: 20px;
    font-size: .9rem; 
  }
  .with-medical .com-list{
    width: 300px;
    margin-left: 100px;
    margin-bottom: 50px;
  }
  .with-medical .team-image {
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto; 
    margin-right: 0;
  }
  
  .with-medical .team-image .btn-goto{ 
    height: 90px;
    width: 200px;
    margin-left: 130px;
    background: #863dd9;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    border: 0px;
    color: #fff;
    border-radius: 7px;
  }
  .with-medical .team-image .btn-goto:hover{
    -webkit-transform: scale(1.1);
    background: #31708f;
  }

@media screen and (max-width: 940px) {
  .with-medical {
    padding: 30px 10px; } 

  .with-medical .team-image {
    margin-top: 10px;
  }

  .with-medical .team-image img {
    
    height: 250px;
  }
  .with-medical .team-image .btn-goto{
    margin-left: 90px;
  }
}

.abt_us_list {
  text-align: center;
  margin-left: 13px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.abt_us_list .list-background {
background-color: #00DBDE;
background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
border-radius: 10px;
}

@media screen and (max-width: 767px) {
.abt_us_list .list-background {
  margin-right: 25px;
  margin-top: -20px;
}
}


/* ===================================== Services CSS ================================== */
[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
  background-color: RGBA(33, 111, 255, 0.87); }

.services-container {
  margin-top: -100px;
  padding-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .services-container {
      grid-column: auto;
      margin-top: 0px; } 
    }

  .services-container .sess-in-cont {

    background-color: #A9C9FF;
    background-image: -webkit-linear-gradient(180deg, #A9C9FF 0%, #FFBBEC 100%);
    background-image: -moz-linear-gradient(180deg, #A9C9FF 0%, #FFBBEC 100%);
    background-image: -o-linear-gradient(180deg, #A9C9FF 0%, #FFBBEC 100%);
  background-image: linear-gradient(180deg, #A9C9FF 0%, #FFBBEC 100%);
;
    padding: 20px 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1); }

  .services-container .sess-in-cont .sess-row {
      margin-top: 20px; }

  .services-container .sess-in-cont .sess-row .serv-det figure {
        border-radius: 10px; }
  .services-container .sess-in-cont .sess-row .serv-det img {
    width: 900px;
    height: 200px;
  }
      .services-container .sess-in-cont .sess-row .serv-det figcaption {
        font-size: .8rem;
        overflow: auto; }
      .services-container .sess-in-cont .sess-row .serv-det h6 {
        font-size: .9rem;
        padding: 6px; }

/* ===================================== Testimonial CSS ================================== */
.testimonial-cover .test-container {
  padding: 30px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  background-color: #8EC5FC;
  background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
  border-radius: 7px;
 }
  @media screen and (max-width: 940px) {
    .testimonial-cover .test-container {
      padding: 30px 10px; } }
  @media screen and (max-width: 940px) {
    .testimonial-cover .test-container {
      margin-top: 0px; } }
  .testimonial-cover .test-container .test-row {
    margin-top: 20px; }
    .testimonial-cover .test-container .test-row .test-key {
      text-align: center;
      padding: 15px; }
      .testimonial-cover .test-container .test-row .test-key img {
        width: 70px;
        border-radius: 50%; }
      .testimonial-cover .test-container .test-row .test-key h5 {
        font-size: .95rem;
        margin-top: 10px;
        color: #444; }
      .testimonial-cover .test-container .test-row .test-key a {
        color: #3273e7;
        font-family: "mouse-400", Arial, Helvetica, sans-serif;
        font-size: .9rem; }
      .testimonial-cover .test-container .test-row .test-key p {
        margin-top: 10px;
        font-size: .84rem;
        line-height: 30px; }

/* ===================================== Testimonial CSS ================================== */
.client-container {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .client-container {
      padding: 30px 10px; } }
  .client-container .client-row .br {
    border-right: 1px solid #cccccc61; }
  .client-container .client-row .bb {
    border-bottom: 1px solid #cccccc61; }
  .client-container .client-row .clinent-cover {
    padding: 30px 20px;
    text-align: center; }
    .client-container .client-row .clinent-cover:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

/* ===================================== Price Tab CSS ================================== */
/* ===================================== Blog CSS ================================== */


/* ===================================== Contact US CSS ================================== */

.map-title{
  font-size: 20px;
  text-align: center;
  height: 40px;
  margin-bottom: 20px;
}

.map-title .title-subtitle{
  color: rgb(155, 51, 51);
  font-size: 12px;
}

.map-title p:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.map-title p{
  font-size: 1.5em;
  margin:0;
  padding:0;
  bottom:170px;
}
@media screen and( max-width: 767px ) {
  #map{
      
  }
}


#map{
  padding: 30px;
}
.contact-rooo .pr-0 {
  padding-right: 0px; }
.contact-rooo .cont-row {
  margin-top: 10px; }
  .contact-rooo .cont-row .col-sm-3 {
    padding-right: 0px; }
    .contact-rooo .cont-row .col-sm-3 span {
      float: right; }

.btn-grad {
  background-image: linear-gradient(to right, #614385 0%, #516395  51%, #614385  100%)
}
.btn-grad {
         margin: 1px;
         padding: 10px 30px;
         text-align: center;
         text-transform: uppercase;
         transition: 0.5s;
         background-size: 200% auto;
         color: white;            
         box-shadow: 0 0 20px #eee;
         border-radius: 10px;
         display: block;
       }

.btn-grad:hover {
         background-position: right center; /* change the direction of the change here */
         color: #fff;
         text-decoration: none;
       }

.contact-rooo .serv .qr-code img{
  width: 400px;
}

.contact-rooo .serv .qr-code:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    
  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
 }
}
/* ===================================== Footer CSS ================================== */
footer .foot-det {
  margin-top: -50px; }
footer .foot-cont {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #8EC5FC;
  background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
  border-radius: 7px;


  padding: 50px; }
  @media screen and (max-width: 940px) {
    footer .foot-cont {
      padding: 30px 10px; } }
  footer .foot-cont h4 {
    margin-bottom: 23px; }
  footer .foot-cont .foot-about h4{
    }
  footer .foot-cont .foot-about p {
    font-size: .85rem;
    text-align: center;
    margin-bottom: 10px; }
  footer .foot-cont .foot-about ul {
    float: none;
    margin: auto; }
    footer .foot-cont .foot-about ul li {
      float: left;
      padding: 10px; }
      footer .foot-cont .foot-about ul li i {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background-image: linear-gradient( 135deg, #43CBFF 10%, #9708CC 100%);
        text-align: center;
        padding-top: 6px;
        font-size: .9rem; }
footer .menu-foot ul li {
  float: left;
  width: 50%;
  font-size: .88rem;
  text-decoration: underline;
  padding: 8px; }
footer .cont-foot h5 {
  color: #3173ed;
  margin-bottom: 30px; }
footer .cont-foot p {
  font-size: .9rem;
  margin-bottom: 20px; }
footer .cont-foot a {
  line-height: 23px;
  text-decoration: underline; }
footer .copy-right {
  padding: 25px;
margin-top: -30px; }
  footer .copy-right p {
    margin-top: 13px;
    font-size: .9rem;
    text-align: center; }
    footer .copy-right p a {
      color: #3173ed; }


footer .menu-foot ul li{
  text-decoration: solid;
}



@media screen and (max-width: 767px) {
  footer .menu-foot{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  footer .menu-foot ul{
    margin-top: -20px;
  }

  footer .cont-foot{
    margin-top: 15px;
  }
  footer .cont-foot h5{
    margin-top: -10px;
  }
  footer .foot-about h4{
    margin-left: 5px;
    text-align: center;
  }
  footer .foot-about p{
    
  }
  footer .cont-foot a{
    display: block;
    text-decoration: solid;
  }

  footer .cont-foot p{
    display: block;
    margin-top: -14px;
    text-decoration: solid;  
  }

  footer .menu-foot .dropdown-footer .dropdown-menu{
    margin-top: -10px;
    margin-left: 60px;
  }
}

footer .menu-foot .dropdown-footer .dropdown-menu{
  height: 90px;
  width: 250px;

  opacity: 2.7;
  border-radius: 8px;
  background-color: #0093E9;
  background-image: -webkit-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: -moz-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: -o-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

}

footer .menu-foot .dropdown-footer .dropdown-menu li{
  text-decoration: solid;
}
footer .foot-cont .foot-about ul a{
  
}
footer .foot-cont .foot-about ul{
  width: 60px;
  height: 60px;
  line-height: 63px;
}

footer .cont-foot a{
  display: block;
  text-decoration: solid;
}

/*# sourceMappingURL=style.css.map */



