*{
    margin: 0; padding: 0; box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color:#484848 ;
    width: 100%;
}
a:hover {
    color: #43baeb;
    text-decoration:none;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .2rem 1rem;
}
header{
    border-bottom: 1px #ccc solid;
}
/*=============== Header Css ===============*/
.top-header{
    padding: 5px 0px;
    border-bottom: 1px #ccc solid;
    font-size: 16px;
    background: #efefef;
}
.top-header i{
    margin-right: 8px;
}
.top-header .fa-facebook-square{
    color: #3a5795;
    font-size: 25px;
}
.top-header .fa-twitter-square{
    color: #43baeb;
    font-size: 25px;
}
.top-header .fa-linkedin-square{
    color: #0c61bf;
    font-size: 25px;
}
.top-header .fa-instagram{
    color: #9d35b5;
    font-size: 25px;
}
.navbar-light .navbar-nav .nav-link {
    color:#000;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}
.top-header .nav-link {
    display: block;
    padding: .4rem 0.3rem;
}
.top-header .dropdown-menu a {
    font-size: 12px;
}
.dropdown-toggle::after{
    display: none;
}
.top-header .dropdown-toggle::after {
    display: none !important; 
}
.dropdown img{
    margin-top:-5px
}
header .navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    text-transform: uppercase;
    padding: 0px 13px;
    font-size: 13px;
}
header .dropdown-toggle::after{
    display: none;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
    top: 230%;
}
#myCollapse{
    z-index: 999;
    position: absolute;
    left: 65.3%;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.btn-light-blue{
    background-color: #43baeb;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: all 300ms ease-out 0s;
}
/*.dropdown-menu a:hover{
    padding-left: 25px;
    background: #b953cc;
    color: #fff;
}*/
 
/*============= Banner Css ==================*/
.main-banner{

}
.main-banner .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 16%;
    top: 40%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption h5{
    font-size: 50px; 
    text-shadow: 1px 1px 5px #000;
}
.about-sec-div{
    padding: 50px 0px;
}
.right-div h2{
    color: #43baeb;
    font-size: 28px; 
} 
.right-div i{
    width: 50px;
    height: 50px;
    border: 1px #ccc solid;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color:#43baeb;
}
.right-div h4{
    font-size: 18px;
    font-weight: 600;
}
.service-div{
    padding: 70px 0px;
}
.service-div h2{
    font-size: 50px;
    font-weight: bold;
}
.sub-heading{
    color: #43baeb;
    font-weight: bold;
}
.service-item.style-1 {
    padding: 20px 20px;
    background: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-shadow: 0px 16px 32px 0 rgb(0 0 0 / 6%);
    box-shadow: 0px 16px 32px 0 rgb(0 0 0 / 6%);
    border: solid 2px #e2edea;
    text-align: left;
    position: relative;
}
.service-item.style-1 .service-item-content {
    position: relative;
    z-index: 1;
}
.service-item.style-1 .number {
    font-size: 120px;
    line-height: 95px;
    font-weight: 700;
    margin-bottom: 35px;
    -webkit-text-stroke: 2px #43baeb;
    -webkit-text-fill-color: transparent;
}
.service-item.style-1 .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.6px;
    margin-top: 0;
    margin-bottom: 23px;
}
.service-item.style-1 .service-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.service-item.style-1 .box-icon {
    font-size: 40px;
    color: #43baeb;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #43baeb8c;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    color: #fff;
  }
  .service-item.style-1:hover .overlay {
    width: 100%;
  }
  
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  /*================== Footer Css ===================*/
  footer{
      background-color: #efefef;
      padding: 34px 0px;
  }
  footer ul {
      margin-left: 0px;
  }
  footer ul li{ 
      list-style: none;
      margin-bottom: 10px;
      transition: all 300ms ease-out 0s;
  }
  footer ul li:hover{
    padding-left: 15px;
    text-decoration: none;
    color: #43baeb !important;
  }
  footer ul li a{
      color:#484848;
      font-weight: bold;

  }
  .bottom-bdr{
      width: 80px;
      background-color: #43baeb;
      height: 2px;
      margin-bottom: 20px;
  }
  .social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
   Multicoloured Hover Variations
*/

#social-fb:hover {
    color: #3B5998;
}
#social-tw:hover {
    color: #4099FF;
}
#social-gp:hover {
    color: #d34836;
}
#social-em:hover {
    color: #f39c12;
}
    .bottom-footer{
        background-color: #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
    }
#box{
    padding: 30px; 
    background-color: #fff; 
    z-index: 9999; 
    box-shadow: 1px 1px 5px #000;
}
News Slider Demo-1 *******************/
 
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
   height: 200px;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-prev{ position: absolute; top: 115%; left: 50%;}
.slick-next{ position: absolute; top: 115%; left: 45%;}
.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
  height:auto;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.gallery-div{
    padding-top: 75px; padding-bottom: 125px;
}
.gallery-div h2{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

/*============== Responsive Css ================*/
@media (min-width:320px)and (max-width:767px) {

    .navbar-brand img{
        width: 270px;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        background: #efefef;
        padding: 10px;
        margin-top: 10px;
    }
    header .navbar-light .navbar-nav .nav-link {
        color: rgb(0 0 0);
        text-transform:capitalize;
        padding: 0px 20px;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .dropdown-toggle i{
        float: right;
        margin-top: 5px;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
        top: 75%;
    }
    .right-div i {
        width: 40px;
        height: 40px;
        border: 1px #ccc solid;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        color: #43baeb;
    }
    .service-div h2 {
        font-size: 30px;
        font-weight: bold;
    }
    .gallery-div h2 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .gallery-div {
        padding-top: 20px;
        padding-bottom: 90px;
    }
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    font-weight: bold;
}
.star{
    color: #f00;
    font-weight: bold;
}


.navbar.bg-light{
    background-color: #000 !important;
    transition: ease 0.5s;
    z-index: 999;
}
.user-profile{
    width: 50px;
    height:auto;
    
}
.navbar .menu-bar{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.navbar .menu-bar .bars{
    position: relative;
    top:50%;
    width:30px;
    height: 2px;
    background-color: #fff;
}
.navbar .menu-bar .bars::after{
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.navbar .menu-bar .bars::before{
    content: "";
    position: absolute;
    top:-8px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.navbar ul.navbar-nav li.nav-item.ets-right-0 .dropdown-menu{
    left: auto;
    right: 0;
    position: absolute;
} 
.side-bar{
    position: fixed;
    top:81px;
    left:0;
    padding: 15px;
    display: inline-block;
    width: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 8px #ccc;
    height: 100vh;
    transition: ease 0.5s; 
    overflow-y: auto;
}
.main-body-content{
    display: inline-block;
    padding: 15px;
    background-color:#eef4fb;
    height: 100vh;
    padding-left: 100px;
    transition: ease 0.5s; 
}
.ets-pt{
    padding-top: 100px;
}
.main-admin.show-menu .side-bar{
    width: 250px;
}

.main-admin.show-menu .main-body-content{
    padding-left: 265px;
}
.main-admin.show-menu .navbar .menu-bar .bars{
    width: 15px;
}
.main-admin.show-menu .navbar .menu-bar .bars::after{
    width: 10px;
}
.main-admin.show-menu .navbar .menu-bar .bars::before{
    width: 25px;
}
.main-admin.show-menu .side-bar-links{
    opacity: 1;
}
.main-admin.show-menu .side-bar .side-bar-icons{
    opacity: 0;
}
/**** end effacts ****/
.side-bar .side-bar-links{
    opacity: 0;
    transition:  ease 0.5s;
}
.side-bar .side-bar-links ul.navbar-nav li a{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 10px;
}
.side-bar .side-bar-links ul.navbar-nav li a i{
    font-size:20px;
    color: #8ac1f6;
}
.side-bar .side-bar-links ul.navbar-nav li a:hover, .side-bar-links ul.navbar-nav li a:focus{
    text-decoration: none;
    background-color: #8ac1f6;
    color:#fff;
}
.side-bar .side-bar-links ul.navbar-nav li a:hover i{
    color:#fff;
}
.side-bar .side-bar-logo img{
     
}
.side-bar .side-bar-icons{
    position: absolute;
    top:20px;
    right:0;
    width: 100px;
    opacity: 1;
    transition: ease 0.5s;
}
.side-bar .side-bar-icons .side-bar-logo img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.side-bar .side-bar-icons .side-bar-logo h5{
    font-size: 14px;
}
.side-bar .side-bar-icons .set-width{
    color: #000;
    font-size: 32px;
}
.side-bar .side-bar-icons .set-width:hover,.side-bar .side-bar-icons .set-width:focus{
    color: #8ac1f6;
    text-decoration: none;
}
/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
     
     
    display:none;
  }
  .tabcontent.active { display:block};
  .panel-featured-primary {
    border-color: #08c;
}

.panel-featured-left {
    border-left: 3px solid #33353f;
        border-radius: 8px;
}

.panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 5px;
}


.widget-summary {
    display: table;
    width: 100%;
}

.widget-summary .widget-summary-col.widget-summary-col-icon {
    width: 1%;
}

.widget-summary .widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}


.widget-summary .summary-icon {
    margin-right: 8px;
        margin-left: 8px;
        margin-top: 8px;
    font-size: 42px;
    font-size: 4.2rem;
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}


.widget-summary .widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}


.widget-summary .summary {
    min-height: 65px;
    word-break: break-all;
    padding-top: 10px;
}


.widget-summary .summary .title {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
}


.widget-summary .summary .info {
    font-size: 16px;
    line-height: 30px;
}

.widget-summary .summary .amount {
    margin-right: .2em;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}


.widget-summary .summary .info span {
    vertical-align: middle;
}
.summary-icon  i
{
    font-size: 35px;  
}

.widget-summary .summary-footer {
    padding: 8px 8px 8px;
    border-top: 1px dotted #ddd;
    text-align: right;
        font-size: 12px;
}

.bg-primary {
    background: #08c;
}
/* dashboard card end */