/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  font-weight: 400;
}

section {
  padding: 60px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-top: -5px;
  padding-bottom: 30px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

.f12 {
  font-size: 12px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 22px;
}

.f18 {
  font-size: 18px;
  line-height: 26px;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.f50 {
  font-size: 50px;
  line-height: 52px;
}

/*Font Weight*/

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.f900 {
  font-weight: 900;
}

.text-black {
  color: #000;
}

.btn {
  background-color: #2b4685;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.5s; 
}

.btn:hover,
.btn:focus {
  background: linear-gradient(90deg, rgb(83 186 214) 0%, rgb(0, 141, 210) 75%);
  color: #fff;
  text-decoration: none;  
}

.bg-color {
  background-color: #f7f7f7;
}

.text-blue {
  color: #17A2B8;
}

.text-green {
  color: #2b4685;
}

.sp-line {
  display: inline-block;
  height: 2px;
  width: 60px;
  background-color: #c7c7c7;
  margin-bottom:4px;
}

/*HEADER
--------------------------------------*/
.header {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header .header-content
 {
  position: relative;
  background-color: #2b4685;
  padding: 5px 5px 5px 10px;
  top: 20px;
}

.header-content-social {
  position: relative;
  top: 20px;
}

.header .header-content i {
  font-size: 20px;
  color: #fff;
} 

.header .social-icon i {
  margin-right: 8px;
  color: #fff;
  padding: 5px;
  width: 34px;
  height: 34px;
  background-color: #2b4685;
  font-size: 22px;
  text-align:center;
}

.header .social-icon {
  display: inline-block;
}

.header .content-txt {
  padding-left: 65px;
}

.head-tab {
  padding-bottom: 35px; 
}

.navbar {
  width: 100%;
  padding: 0; 
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);*/
  /*box-shadow: 0 5px 30px 0 rgba(167, 168, 169, 0.9);*/
}

.navbar-nav {
  border-top: 1px dashed #ababab;
}

.navbar.fixed-top {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0;
}

.navbar-brand {
  width: 248px;
  padding: 8px 0;
  margin-left: -10px;
  position: absolute;
  top: -55px;
  padding-left: 80px;
}

/*.navbar-brand h2,
.navbar-brand p {
  color: #F5951C;
}*/ 

.navbar.fixed-top .navbar-brand {
  width: 200px;
  padding: 8px 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  padding: 0;
  line-height: 60px;
  margin: 0 13px;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link {
  margin: 0 20px;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #232323;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #17A2B8;
  color: #fff;
}

.dropdown-menu {
  top: 56px;
}

/*FOOTER
--------------------------------------*/
.footer {
  background-color: #2b4685;
  padding: 60px 0 0;
}

.footer-brand {
  width: 170px;
  display: block;
  padding-bottom: 20px;
}

.footer ul li {
  border-bottom: 1px dotted #5f74a7;
  margin-bottom: 5px;
}

.footer .footer-contact p {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px dotted #5f74a7;
  margin-bottom: 10px;
  padding-bottom:7px;
}

.footer .footer-contact p i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 18px;
}

.footer a,
.footer p {
  color: #ededed;
  /* font-weight:600; */
}

.footer .social-icons i {
  font-size: 20px;
  line-height: 22px;
}

.footer a:hover {
  color: #fff;
}
.footer-title{
	margin-bottom:15px;
	font-size:20px;
}
.list-unstyled li a{
	font-size:15px;
	padding:7px 0;
	display:inline-block;
}

.copyright-content {
  background-color: #2b4685;
  padding: 45px 0 10px;
}

.copyright-content p {
  color: #f1f1f1;
  font-size:15px;
}

.footer-button {
    display: none;
}

/*HOME PAGE
--------------------------------------*/
/*carousel*/
.carousel {
  margin-top: 132px;
}

.carousel .carousel-item {
  position: relative;
}

.carousel .carousel-item .banner-caption {
  position: absolute;
  top: 40%;
  margin-top: -90px;
  width:70%;
}
.carousel-control-next, .carousel-control-prev{
	width:5%;
}

.carousel .carousel-item .banner-caption h1 {
  margin-bottom: 10px;
  /* width:510px; */
}
.carousel .carousel-item .banner-caption p {
  margin-bottom: 30px;
  /* width:510px; */
}

.carousel .carousel-item .banner-caption .btn {
  margin-right: 20px;
}

.test-1 {
  left: 100px;
}

.test-2 {
  right: 100px;
}

.sec-feature .feature-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  -moz-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  padding: 45px;
  border: 1px solid #cecece;
  text-align: center;
  min-height: 296px;
  position: relative;
}

.sec-feature .feature-box i {
  display: inline-block;
  font-size: 46px;
  color: #17a2b8;
}

.sec-feature .feature-box .feature-icon {
  margin-bottom: 10px;
}

.about-cont h2 {
  padding-bottom: 0;
}

.about-cont li {
  padding-right: 30px;
  text-align: center;
}

.cont-num {
  font-size: 40px;
  line-height: 50px;
  color: #17A2B8;
}

.line-border {
  width: 73px;
  height: 3px;
  display: block;
  background-color: #e8e8e8;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cta-banner {
  background-color: #17A2B8;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  min-height: 330px;
}

.sec-treatment {
  margin-top: -284px
}

.sec-service .service-img {
  position: relative;
}

.sec-service .service-box:hover .service-img:after {
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
}

.sec-service .service-txt {
  padding: 30px;
  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  border: 1px solid #d0d0d0;
  min-height: 330px;
}

.sec-service .service-txt h3:hover {
  color: #17A2B8;
  cursor: pointer;
}

.sec-service .service-box {
  -webkit-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  -moz-box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  box-shadow: 0px 0px 35px 1px rgba(55,41,67,0.1);
  background-color: #fff;
}

.service-section .service-img {
  padding: 5px;
  border: 1px solid #cecece;
  margin-bottom: 30px;
}

.sec-diseases {
  background-color: #cecece;
}

.sec-diseases .single-team {
  position: relative;
   overflow: hidden;
}

.sec-diseases .team-thumb img {
  border: 1px solid #dadada;
}

.sec-diseases .team-thumb {
  position: relative;
  margin-bottom: 20px;
}

.sec-diseases .team-content {
  position: absolute;
  bottom: -140px;
  left: 0;
  /*background: linear-gradient(90deg, rgba(12,184,182,1) 0%, rgba(11,145,144,1) 75%); */
  background-color: #17A2B8;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  min-height: 200px;
}

.sec-diseases .single-team:hover .team-content {
  bottom: 0;
}

/*ABOUT PAGE
--------------------------------------*/
.sec-member img {
  width: 200px;
}

.sec-member {
  text-align: center;
}

.member-cover {
  border: 2px solid #17A2B8;
  padding: 15px;
}

.member-cover .member-logo {
  /*background-color: #F5951C;*/
}

.myaccordion .card-body ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.myaccordion .card-body ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #17A2B8;
}

.myaccordion .btn {
  min-width: 300px;
  text-align: left;
}
/*------------------------------------------*/

nav > .nav.nav-tabs{
  border: none;
  color:#fff;
  background:#272e38;
  border-radius:0;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
  padding: 10px 25px;
  color:#fff;
  background:#2b4685;
  border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -53px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #2b4685 ;
}
.tab-content{
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top:5px solid #2b4685;
  border-bottom:5px solid #2b4685;
  padding:30px 25px;
}

.tab-pane {
  padding: 10px;
}

nav > div a.nav-item.nav-link.active,
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #17a2b8;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.nav-tabs {
  border-bottom: none; 
}

.tab-pane ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.tab-pane ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  color: #2b4685;
}

/*-----------------------------------------*/
.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-body {
  border: 1px solid #ebebeb;
}

.myaccordion .card-header {
  border-bottom-color: #cccccc;
  background: #ebebeb;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  color: #000;
  padding: 0;
  border: none;
  background-color: transparent;
}

.myaccordion .btn:hover {
  background: transparent;
}

.myaccordion h2 {
  padding-bottom: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

/*CONSULTING HOSPITALS
--------------------------------------*/
.consult-box {
  padding: 15px 20px;
  border: 1px solid #000;
  text-align: center;
  min-height: 395px;
}

.consult-box:hover {
  /*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/
  border-color: #17A2B8;
}

.consult-box .consult-logo {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.consult-box h5 {
  font-size: 22px;
  line-height: 30px;
}

/*GALLERY PAGE
--------------------------------------*/
.list-service li a {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  margin-bottom: 25px;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  border-left: 8px solid #17A2B8;
  color: #000;
}

.gallery-section p {
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center;
}

/*CONTACT PAGE
--------------------------------------*/
.contact-box {
  position: relative;
  padding-left: 65px;
  margin-bottom: 40px;
}

.contact-box a {
  color: #616161;
}

.contact-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  border: 1px solid #d3d3d3;
  line-height: 50px;
  text-align: center;
  border-radius:25px;
}

.contact-icon i {
  font-size: 20px;
  color: #2b4685;
}

.page-banner {
  margin-top: 140px;
  padding: 20px 0;
  position: relative;
}

.page-banner-txt {
  text-align: center;
  margin-top: -110px;
  margin-bottom: 20px;
}
.page-banner-txt h1{padding-bottom:10px;}

.review-sec {
  background-color: #2b4685;
}
.review-sec .text-green {
    color: #fff;
}
.section-testimonial {
  /*background-color: #fff;*/
  padding: 0px 40px;
  /*min-height: 439px;*/
  margin:0 20px 0 0;
}
.testimonial-content{
	font-size:15px;
	font-family:'Roboto', sans-serif;
	line-height:26px;
	font-weight:400;
}

#section-service .owl-nav button.owl-prev,
#section-service .owl-nav button.owl-next,
#section-testimonial .owl-nav button.owl-prev,
#section-testimonial .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid #01a2b6;
  text-align: center;
  background:#01a2b6;
} 

#section-service .owl-nav button.owl-prev,
#section-testimonial .owl-nav button.owl-prev {
  left: -40px;
}

#section-service .owl-nav button.owl-next,
#section-testimonial .owl-nav button.owl-next {
  right: -40px;
}

#section-service .owl-nav button.owl-prev span, 
#section-service .owl-nav button.owl-next span,    
#section-testimonial  .owl-nav button.owl-prev span,
#section-testimonial  .owl-nav button.owl-next span {
  font-size: 40px;
  line-height: 30px;
  color: #fff;
}

/*----------------SERVICE PAGE-------------*/
.service-content ul li {
	position: relative;
    padding-left: 25px;
    line-height: 30px;
    margin: 5px 0;
}

.service-content ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  color: #F5951C;
}

/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
        margin: 0 12px;
    }
    
    .test-2 {
        right: 0px;
    }
    
    .test-1 {
        left: 15px;
    }
    
    .sec-diseases .team-content {
        bottom: -190px;
        min-height: 248px;
    }
    
    .consult-box .consult-logo {
        width: 120px;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  h1 {
    font-size: 18px;
    line-height: 26px;
  }

  h2 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  section {
    padding: 40px 0;
  }

  .btn {
    padding: 5px 15px;
  }

  .navbar-brand {
    width: 160px;
    position: static;
    padding-left: 25px;
   }
   
   .navbar-brand p {
       font-size: 12px;
       line-height: 20px;
   } 
   
   .head-tab {
       display: none;
   }
   
   .carousel {
        margin-top: 97px;
    }
    
    .carousel .carousel-item .banner-caption {
        margin-top: -66px;
    }
    
    
    .carousel .carousel-item .banner-caption h1 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .carousel-indicators {
        display: none;
    }
    
    .btn-2 {
       display: none;
    }
    
    .sec-diseases .single-team {
       margin-bottom: 20px;
    }
   
    #section-service .owl-nav button.owl-prev,
    #section-testimonial .owl-nav button.owl-prev {
      left: 0px;
      top: 80%;
    }
    
    #section-service .owl-nav button.owl-next,
    #section-testimonial .owl-nav button.owl-next {
      right: 0px;
      top: 80%;
    }
    
    #section-service .owl-nav button.owl-prev,
    #section-service .owl-nav button.owl-next {
      border: 1px solid #000;
    }
    
    #section-service .owl-nav button.owl-prev span, 
    #section-service .owl-nav button.owl-next span {
      color: #000;
    }
    
    .consult-box {
      margin-bottom: 20px;
    }
    
    .page-banner {
        background-color: #17a2b8;
        margin-top: 97px;
    }
    
    .page-banner img {
        display: none;
    }
    
    .page-banner-txt {
        margin-top: 20px;
    }
    
    nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
        padding: 10px 2px;
        border-right: 1px solid #fff;
    }
    
    .member-cover {
        margin-top: 30px;
    }
    
    .footer-wrap {
       margin-bottom: 20px; 
    }
    
    .footer {
        padding: 40px 0;
    }
    
    .footer-button {
        width:100%;
        background-color: #F5951C;
        padding:10px 0;
        position:fixed;
        bottom:0;
        z-index:20;
        display:block;
    }
    
    .footer-button a {
        color:#fff;
    }
    
    .copyright-content {
        margin-bottom: 46px;
    }
  
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}




/***********************************************
About Us
***********************************************/

.about-home {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}
.about-home .about-profile {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.about-profile img {
    width: 93%;
    border: 10px solid #ddd;
}
.about-discription h1 {
    font-size: 28px;
    font-family: Monotype Corsiva;
    color: #f38e38;
    margin: 0px;
    padding-bottom: 5px;
}
.about-discription h2 {
    color: #2b4685;
    font: 800 50px / 55px 'Montserrat', sans-serif;
    display: block;
    margin: 0px;
	padding:0px;
}
.about-discription h3 {
    font: 600 18px / 28px 'Montserrat', sans-serif;
    color: #282828;
    padding: 10px 0px 8px 0px;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.about-discription h3:after {
    position: absolute;
    content: '';
    border-bottom: 1px dashed #c1bebe;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription p {
    font: 400 16px / 30px 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
}
.dr-more{padding-top:20px;}
.dr-more a {
    display: inline-block;
    background: #01a2b6;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont {
    background: #2b4685;
}

.abt_para{
	padding-top:30px;
}
.abt_para p{
	color:#000;
	font-size:16px;
	font-family:'Roboto', sans-serif;
	text-align:justify;
	line-height:28px;
}



/*******************************************************
Services New Home Page
*******************************************************/

.sec-service1{
	background:#e6edff;
	padding:50px 0;
}
.servic-sec h2{padding-bottom:50px;}
.servic-sec .item-sec {
    background: url(../img/hme-spec-off-bg.png) no-repeat center top;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 466px;
    /* margin: 0 -10px; */
    width: 100%;
    padding: 0px 42px 0px 38px;
}
.servic-sec .service-img {
    position: absolute;
    content: '';
    width: 235px;
    height: 200px;
    left: 16px;
    right: 0px;
    margin: 0 auto;
    top: -0px;
    background: url(../img/hme-spec-hip.png) no-repeat center top;
    background-size: cover;
}
.servic-sec .service-img img {
    width: 74%;
    margin-left: 12px;
    margin-top: 12px;
}
.rounded-circle {
    border-radius: 50% !important;
}
.servic-sec .service-wrap {
    margin-top: 210px;
    text-align: center;
    color: white;
	padding:0 10px;
}
.text-white {
    color: #fff !important;
}
.text-blue {
    color: #2b4685;
}

.servic-sec .service-wrap p{
	height:120px;
}
.servic-sec .theme_btn {
    background-color: transparent;
    color: #19a2b6;
    font-size: 17px;
    margin-top: 55px;
    font-weight: 700;
    position: absolute;
    left: 30%;
	text-align: center;
	/* background: #F6834D; */
	padding: 5px 20px;
	display: inline-block;
	/* z-index:9; */
}
.servic-sec .theme_btn:hover,
.servic-sec .theme_btn:focus{
	background:unset;
	border:unset;
}
.servic-sec .theme_btn.active{
	background:unset;
	border:unset;
}


/*******************************************************
Hospital Home
*******************************************************/

.hospital_main {
    /* background-color: #01a2b6; */
	/* padding: 60px 0; */
}
.heading-top1 {
    position: relative;
    width: 100%;
    font-weight: 700;
    margin-bottom: 90px;
    display: inline-block;
    padding-left: 10px;
    /* border-left: 4px solid; */
    /* border-image-source: linear-gradient(-23deg, #F6961F, #0d70a2 100%); */
    /* border-image-slice: 1; */
    background: url(../img/new-public-bg.png) no-repeat center center;
    text-align: center;
    background-size: 100%;
}
.pt-70 {
    padding-top: 70px;
}
.serviceBox {
    text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    height: 320px;
    border-bottom: solid 5px #2b4685;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-color: white;
}
.serviceBox1 {
    text-align: center;
    padding: 0px 11px 15px;
    position: relative;
    border: solid 1px #dadada;
    /* height: 320px; */
    border-bottom: solid 5px #2b4685;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    background-color: white;
}
.serviceBox .service-icon {
    color: #fff;
    background: #e6e5e5;
    font-size: 40px;
    line-height: 80px;
    width: 140px;
    height: 140px;
    margin: 0 auto 40px;
    box-shadow: 7px 0 10px rgba(0, 0, 0, 0.3), 0 0 0 10px #fff, 5px 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    transform: rotate(45deg);
    position: relative;
    transition: all 0.3s ease 0s;
    margin-top: -68px;
    margin-bottom: 65px;
}
.serviceBox img {
    margin-left: -83px;
    width: 158px;
    margin-top: -60px;
    position: absolute;
    top: 0px;
}
.serviceBox .title {
    color: #2b4685;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
	position: relative;
    padding-bottom: 5px;
}
.serviceBox .title:before {
    position: absolute;
    left: 0;
	right:0;
    width: 100px;
    margin: 0 auto;
    bottom: -3px;
    height: 3px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: rgb(213 213 213);
    background: -moz-linear-gradient(rgb(32, 33, 36));
    background: -webkit-linear-gradient(rgb(32, 33, 36));
    background: -o-linear-gradient(rgb(32, 33, 36));
    background: -ms-linear-gradient(rgb(32, 33, 36));
    background: linear-gradient(rgb(32, 33, 36));
}
.serviceBox .description {
    margin: 0;
	font-size: 15px;
    line-height: 24px;
    color: #282828;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.marg_top{margin-top:140px;}


/***********************************************
Social Network
***********************************************/

.social_net .icon-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px;
    transition: all 0.4s;
}
.social_net .icon-social i {
    font-size: 20px;
    position: relative;
    width: 32px;
    height: 32px;
    /* font-size: 12px; */
    color: #2b4685;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #eeebeb;
    -webkit-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    -ms-box-shadow: 0px 0px 0px 4px #1aa0b0b0;
    box-shadow: 0px 0px 0px 6px #ffffff;
}



.heading-top2 {
    position: relative;
    width: 100%;
    font-weight: 700;
    margin-bottom: 40px;
    display: inline-block;
    padding-left: 10px;
    /* border-left: 4px solid; */
    /* border-image-source: linear-gradient(-23deg, #F6961F, #0d70a2 100%); */
    /* border-image-slice: 1; */
    background: url(../img/new-public-bg.png) no-repeat center center;
    text-align: center;
    background-size: 100%;
}
.theme_btn {
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #2b4685;
    font-size: 15px;
    padding: 5px 20px;
}


/***********************************************
Marquee
***********************************************/

.marque_head {
    display: inline-block;
    background: #2b4685;
    height: 32px;
}
.marque_head marquee {
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    /* text-transform: capitalize; */
    font-weight: 500;
}



.kajh {
    width: 100%;
}
.kajh img {
    width: 100%;
}

/*************************************************
Review
*************************************************/

.review_main{
	padding:50px 0;
}


.google_review{
	background:#e7e8f9;
	padding:30px;
	margin:14px 0;
}
.google_review h1{
	font-size:26px;
	font-weight:600;
	color:rgb(23 68 158);
	font-family: "Roboto", sans-serif;
	margin:0 0 10px;
}
.google_review p{
	font-size:16px;
	color:#282828;
	font-family: "Roboto", sans-serif;
	margin:0px;
}


.acord_tab{
	/* padding:50px 0; */
}
.why_choose{
	margin-top:70px;
}
.why_choose1 .column_2{
	columns:1;
}
.why_choose ul{}
.why_choose ul li{
	list-style: none;
    font-size: 16px;
    color: #fff;
    background: #2b4685;
    padding: 15px 20px 15px 50px;
    margin: 4px 0;
    position: relative;
    /* padding-left: 22px; */
    /* border: 1px solid #ddd; */
}
.why_choose ul li i{
	position:absolute;
	left:20px;
	top:20px;
	color:#fff;
}
.why_choose1{
	margin-top:0px;
}
.why_choose1 ul{}
.why_choose1 ul li{
	list-style:none;
	font-size:16px;
	color:#000;
	background:#ebebeb;
	padding:15px 20px 15px 50px;
	margin:4px 0;
	position:relative;
	/* padding-left:22px; */
}
.why_choose1 ul li i{
	position:absolute;
	left:20px;
	top:20px;
	color:#2b4685;
}

.service-content p{
	line-height:28px;
	color:#000;
}

















nav{
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  /* height: 100%; */
  /* height: 70px; */
  /* background: #3E8DA8; */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  z-index: 99;
}
nav .navbar{
  /* height: 100%; */
  /* max-width: 1250px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  /* padding: 0 50px; */
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
  border-top: 1px dashed #ababab;
  margin-left: auto !important;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 0px;
}
nav .navbar .links li a{
  color: #000;
    font-weight: 600;
    padding: 0;
    line-height: 60px;
    margin: 0 13px;
}

nav .navbar .links li ul li{
	/* display:block; */
	width:100%;
}
nav .navbar .links li ul li a{
	font-size:16px;
	color: #000;
    font-weight: 600;
    padding: 3px 0;
    line-height: 38px;
    /* margin: 0 13px; */
	width:100%;
	display:block;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 60px;
  left: 0;
  line-height: 40px;
  background: #3E8DA8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  width:270px;
}

nav .navbar .links li .sub-menu li ul{
	width:300px;
}
nav .navbar .links li .drop_arrow::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .35em solid;
    border-right: .35em solid transparent;
    border-bottom: 0;
    border-left: .35em solid transparent;
}
nav .navbar .links li .drop_arrow1::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-left: .35em solid;
    border-bottom: .35em solid transparent;
    border-right: 0;
    border-top: .35em solid transparent;
	right: 16px;
    position: absolute;
    top: 18px;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 5px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #3E8DA8;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    /*display: none;*/
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}






.navbar-collapse .dropdown {
  position: relative;
}

.toggle, .dropdown-menu {
  width: 100%;
}

.is-active .dropdown-menu {
  display: block!important;
}




.navbar-collapse .dropdown1 {
  position: relative;
}

.toggle1, .dropdown-menu1 {
  width: 100%;
}

.is-active1 .dropdown-menu1 {
  display: block!important;
}



.toggle2, .dropdown-menu2 {
  width: 100%;
}

.is-active2 .dropdown-menu2 {
  display: block!important;
}


.toggle3, .dropdown-menu3 {
  width: 100%;
}

.is-active3 .dropdown-menu3 {
  display: block!important;
}




.gallery_inner{
	padding:50px 0;
}
.gall_img{
	margin:15px 0;
}
.gall_img img{
	width:100%;
	border:4px solid #ddd;
}
.gall_img h1{
	font-size:22px;
	font-weight:400;
	font-family:'Roboto', sans-serif;
	background:#ddd;
	padding:7px 15px;
	border-left:4px solid #2b4685;
}