@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.container{
  max-width: 1440px;
}

@media screen and (max-width: 1500px){
  .container{
    max-width: 1300px;
  }
}
@media screen and (max-width: 1300px){
  .container{
    max-width: 1140px;
  }
}
h1,h2,h3,h4,h5,h6{
  font-family: "Rubik", sans-serif;
}

body{
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
}/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 0px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  position: fixed;
}
.start-header.scroll-on .navbar-brand img{
  margin-top: 0;height: 80px;padding:10px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-brand{
  margin-right: 0
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;padding: 0;

  z-index: 1000;

}
.navbar{
  padding: 0;
}
.navbar-brand img{box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.33);
  height: 70px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;margin-top: -52px;
  height: 120px;
  padding: 20px;
  background: #fff;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 400;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #bd5327 !important;

}
.section-space-medium-bottom {
  padding-bottom: 100px;
}
.section-space-top {
  padding-top: 120px;
}
.p-relative {
  position: relative;
}

.section-title {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  background: #bd5327;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sub-title {
  font-family: var(--rubik-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  color: #00468d;
  margin-bottom: 10px;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.title-box p{

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0

}


.dropdown-item{

  font-size: 16px;
}
.navbar-nav .nav-link{

  font-size: 18px;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
  transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #bd5327;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #bd5327 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 0px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  border-bottom: 1px solid #68686878;box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(68, 68, 68, 0.44);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 8px 23px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  border-bottom: 1px solid #bd5327;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: #bd5327;
}

body.dark{
  color: #fff;
  background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
  color: #fff;
}
body.dark h1 span{
  transition-delay: 0ms !important;
}
body.dark p{
  color: #fff;
  transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
  color: #fff !important;
}
body.dark .nav-item.active .nav-link{
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
  h1{
    font-size: 38px;
  }
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}



.deshnone{
  display: none;
}
.mlll0{
  margin-left: 0 !important;
}

@media screen and (max-width: 767px){
  .deshshow{
    display: none;

  }

  .deshnone{
    display: block;
  }

}.navbar-brand{
  padding: 0;
}
.shape-1 {
  position: absolute;
  bottom: 164px;
  right: 0;
}
.nav-item{
  margin-left: 10px !important;
}
.topbar{
  background:#bd5327;
  padding: 4px 0
}
.topbar ul li{
  display: inline-block;
  color: #fff;
  margin-right: 20px;
}
.topbar ul li a{
  font-size: 15px;
  padding-left: 5px;
  color: #fff
}
ul{
  padding:0;
  margin:0;
}
.social{
  float: right;margin-right: -15px;
}
.topbar ul li a:hover{
  color: #d0e6ff
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
}
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;

  }
}
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 780px;
  transition:all .4s ease;
}
.hero-slider .slide-inner::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to bottom, #0000004a, #000000c4);
}
@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  50% {
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg)
  }
  100% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
  z-index: 9;
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}.ripple-shape {
  position:absolute;
  bottom:0;
  right:0;
  z-index:2
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height:40px;
  width:40px;
  position:absolute;
  left:30px;
  bottom:-10px;
  background-color:transparent;
  border:3px solid rgba(255,255,255,1);
  border-radius:50%;
  -webkit-transform:translate3d(-50%, 50%, 0);
  transform:translate3d(-50%, 50%, 0);
  -webkit-animation:heroripple 8s ease-out infinite;
  animation:heroripple 8s ease-out infinite
}
.ripple-1 {
  -webkit-animation-delay:0;
  animation-delay:0
}
.ripple-2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
.ripple-3 {
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.ripple-4 {
  -webkit-animation-delay:3s;
  animation-delay:3s
}
.ripple-4 {
  -webkit-animation-delay:4s;
  animation-delay:4s
}
.ripple-5 {
  -webkit-animation-delay:5s;
  animation-delay:5s
}
.ripple-6 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
@-webkit-keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
@keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
.hero-1 .shape5, .hero-1 .shape4 {
  z-index: 9;
}
.shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.shape4 {
  top:0;
  right: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.hero-shape {
  position: absolute;
}
.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  transition:all .4s ease;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
  #button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
  padding: 9px 32px;
  border: 0; 
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition:all .4s ease;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2{
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color:#2b3b95 ;
  color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}



.click-btn {
  display: flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-left: 40px;
}
.btn-style500 {
  border-color: #bd5327;
  color: #bd5327;
}
.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #bd5327 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #bd5327 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
.btn {
  background: #bd5327;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}

.btn::before {
  background: #8cc74f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  opacity: 1;
  transition: .6s;
  z-index: -1
}

.btn span {
  color: #fff
}

.btn:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
  margin-left: 10px;
  color: #bd5327
}

.btn:hover i {
  color: #8cc74f;
  transition: .6s
}


.pbmit-service-style-1 .pbminfotech-post-item{
  position: relative;
  overflow: hidden;
}
.pbmit-element-service-style-1 .pbmit-ele-header-area{
  max-width: 400px;
  padding-right: 110px;
}
.pbmit-service-style-1 .pbmit-feature-circle .pbmit-featured-wrapper,
.pbmit-service-style-1 .pbmit-service-description,
.pbmit-service-style-1 .pbminfotech-box-content{
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pbmit-service-style-1 .pbminfotech-post-item:after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  width: 100%;
  height: 60%;
  background-color: #36a9e185;
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pbmit-service-style-1:hover .pbminfotech-post-item:after {
  height: 100%;
  opacity: 1;
}
.pbmit-service-style-1 .pbminfotech-box-content{
  position: absolute;
  left: 0px;
  padding: 0 20px;
  bottom: -30px;
}
.pbmit-service-style-1:hover .pbminfotech-box-content{
  bottom: 20px;
  z-index: 2;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
  height: 40px;
  width: 40px;
}
.pbmit-service-style-1 .pbmit-box-content-inner .pbmit-service-icon-wrapper i {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
}
.pbmit-service-style-1:hover .pbmit-service-icon-wrapper img,
.pbmit-service-style-1:hover .pbmit-box-content-inner .pbmit-service-icon-wrapper i {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img,
.pbmit-service-style-1 .pbmit-box-content-inner .pbmit-service-icon-wrapper i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.pbmit-service-style-1 .pbmit-service-description{
  opacity: 0;
}
.pbmit-service-style-1:hover .pbmit-service-description {
  opacity: 1;
}
.pbmit-service-style-1 .pbmit-service-btn{
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pbmit-service-style-1:hover .pbmit-service-btn{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pbmit-service-style-1 .pbmit-service-btn{
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.pbmit-service-style-1 .pbmit-service-btn i{
  font-size: 35px;
  line-height: 35px;
  color: #bd5327;
  z-index: 1;
  position: relative;
}
.pbmit-service-style-1 .pbmit-service-btn a:hover i{
  color: #fff;
}
.pbmit-service-style-1 .pbminfotech-post-item:before {
  position: absolute;
  content: '';
  background: linear-gradient(to top,  rgba(3,13,45,1) 0%,rgba(88,132,175,0.3) 52%,rgba(125,185,232,0.3) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a{
  font-size: 26px;
  line-height:26px;
  color: #fff;
}
.pbmit-service-style-1 .pbmit-service-cat a{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.pbmit-service-style-1 .pbmit-service-description{
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
  width: 100%;
}
/* Circle image css */
.pbmit-service-style-1 .pbmit-feature-circle{
  position: absolute;
  overflow: hidden;
  transform: translate(-137px, 90px) scale(0.5);
  margin: 0 auto;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  top: 20px;
  left: 0px;
  right: 0;
  z-index: 2;
  opacity: 0;
}
.pbmit-service-style-1:hover .pbmit-feature-circle{
  opacity: 1;
  transform: translate(0px, 0px) scale(1);
}
.pbmit-service-style-1 .pbmit-feature-circle .pbmit-featured-img-wrapper:before{
  position: unset;
  content: unset;
  background-color: transparent;
}
.post-slide{
  border-radius: 51px 0 51px;
  margin: 0 20px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.25);
}
.pbmit-element-service-style-1 .pbmit-element-inner{
  display: flex;
  align-items: center;
}
.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a {
  margin-bottom: 20px;
  margin-top: 10px;
}
.pbmit-element-service-style-1 .pbmit-element-inner{
  display: block;
}
.pbmit-element-service-style-1 .pbmit-ele-header-area {
  max-width: 100%;
  padding-right: 0;
}
.pbmit-element-service-style-1 .pbmit-feature-circle{
  display: none;
}
.pbmit-service-style-1.col-lg-3 .pbmit-feature-circle,
.pbmit-service-style-1.col-lg-3 .pbmit-feature-circle {
  width: 150px;
  height: 150px;
}
.pbmit-service-style-1.col-lg-3 .pbmit-service-title,
.pbmit-service-style-1.col-lg-3 .pbmit-service-title a,
.pbmit-service-style-1.col-lg-3 .pbmit-service-title,
.pbmit-service-style-1.col-lg-3 .pbmit-service-title a{
  font-size: 22px;
}
.pbmit-service-style-1.col-lg-3 .pbminfotech-box-content,
.pbmit-service-style-1.col-lg-3 .pbminfotech-box-content{
  padding: 0 30px;
}
/** Style 2 **/
.pbmit-service-style-2 .pbminfotech-post-item {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  max-height: 100%;
  z-index: 1;
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 1.2s;
  transition: transform 0.75s ease-out 0s, opacity 0.9s ease 0s;
}
.pbmit-service-style-2 .pbmit-box-content-inner,
.pbmit-service-style-2 .pbminfotech-post-item {
  padding: 200px 50px 230px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper {
  padding-bottom: 50px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper i {
  font-size: 60px;
  line-height: 60px;
  color: #bd5327;
  transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper img {
  width: 70px;
  height: 70px;
}
.pbmit-service-style-2 .pbmit-service-cat {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-cat a {
  transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-cat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(3 3 4 / 5%);
  transition: 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-title a {
  transition: color 0.3s ease 0s;
}
.pbmit-service-style-2 .pbmit-featured-wrapper img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  opacity: 0.6;
  user-select: none;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-featured-wrapper img {
  opacity: 1;
}
.pbmit-service-style-2:hover .pbmit-featured-wrapper img {
  opacity: 1;
  visibility: visible;
  transform: scale(1.08);
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-title a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-cat a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-icon-wrapper i,
.pbmit-service-style-2:hover .pbmit-service-title a,
.pbmit-service-style-2:hover .pbmit-service-cat a,
.pbmit-service-style-2:hover .pbmit-service-icon-wrapper i {
  color: #fff;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-cat::after {
  background-color: rgb(255 255 255 / 50%);
  opacity: 1;
}
.pbmit-service-style-2 .pbmit-box-content-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  visibility: hidden;
  width: 20.3vw;
  height: 100%;
  z-index: 1;
  background-color: rgb(3 3 4 / 30%);
  transition: opacity 0.35s ease 0.3s, visibility 0.35s ease 0.15s;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-box-content-inner,
.pbmit-service-style-2:hover .pbmit-box-content-inner {
  opacity: 1;
  visibility: visible;
}
.pbmit-service-style-2 .pbminfotech-box-content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  opacity: 0;
  width: 0;
  z-index: 1;
  transition: width 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbminfotech-box-content,
.pbmit-service-style-2:hover .pbminfotech-box-content {
  opacity: 1;
  width: 100%;
  transition: width 0.55s ease-in-out 0s, opacity 0.2s ease 0s;
}
.pbmit-service-style-2 .pbmit-service-description{
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pbmit-service-style-2:hover .pbmit-service-description,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-description{
  color: #fff;
}
.pbmit-service-style-2 .pbmit-service-btn{
  margin: 35px 0 0 0;
  font-family: Philosopher,sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
  font-style: normal;
}
.pbmit-service-style-2 .pbmit-box-content-inner .pbmit-service-btn a {
  color: #fff;
} 
.pbmit-service-style-2 .pbmit-box-content-inner .pbmit-service-btn a{
  display: inline-flex;
  padding: 14px 30px;
} 
.pbmit-service-style-2 .pbmit-service-btn a {
  position: relative;
  overflow: hidden;
}
.pbmit-service-style-2 .pbmit-box-content-inner .pbmit-service-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 50%;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
} 
.pbmit-service-style-2 .pbmit-service-btn a:before {
  background-color: #bd5327;
}
.pbmit-service-btn a .pbmit-button-wrapper,
.header-style-1-btn a .pbmit-button-wrapper,
.header-style-2-btn a .pbmit-button-wrapper{
  display: inline-flex;
  justify-content: center;
} 
.pbmit-service-style-2 .pbmit-service-btn a > span{
  overflow: hidden;
}
.pbmit-service-style-2:hover .pbmit-service-btn a {
  background-color: #8cc74f;
}
@keyframes MoveUpInitial {
  to {
    transform: translate3d(0,-105%,0);
  }
}
@keyframes pbmit_MoveUpEnd {
  from {
    transform: translate3d(0,100%,0);
  }
  to {
    transform: translate3d(0,0,0);
  }
}
.pbmit-service-style-2:hover a span span,
.header-style-2-btn:hover a span span {
  animation: MoveUpInitial 0.3s forwards, pbmit_MoveUpEnd 0.3s forwards 0.3s;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-icon-wrapper svg{
  fill: #fff;
}
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-title a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-cat a,
.pbmit-service-style-2.pbmit-mihbox-hover-active .pbmit-service-icon-wrapper i,
.pbmit-service-style-2:hover .pbmit-service-title a,
.pbmit-service-style-2:hover .pbmit-service-cat a,
.pbmit-service-style-2:hover .pbmit-service-icon-wrapper i {
  color: #fff;
}

.sectiontitle{
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.service{
  padding: 60px 0 70px;
}
.z-index {
  z-index: 9;
}








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footersec {
  position: relative;
  background-color: #000;
}
.footersec__shape-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.3;
  animation: br-translate 3s ease infinite;
}
@media (max-width: 1300px) {
  .footersec__shape-one {
    display: none;
  }
}
.footersec__shape-two {
  position: absolute;
  right: 5%;
  top: 75px;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  animation: br-translate 2s ease infinite;
}
@media (max-width: 1600px) {
  .footersec__shape-two {
    right: 1%;
  }
}
@media (max-width: 1300px) {
  .footersec__shape-two {
    display: none;
  }
}
@keyframes br-translate {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(-5px) translateY(-5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.footersec__top {
  position: relative;
  z-index: 1;
  padding: 90px 0 50px;
}
@media (max-width: 991px) {
  .footersec__top {
    padding: 50px 0 80px;
  }
}
.footersec__column {
  position: relative;
}
@media (max-width: 991px) {
  .footersec__column {
    margin-top: 50px;
  }
}
.footersec__title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 16px;font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Cormorant", serif;
}
.footersec__about {
  position: relative;
}
@media (min-width: 1200px) {
  .footersec__about {
    margin-right: -3px;
  }
}
.footersec__about__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #E5E5E5;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0;
}
.footersec__about__form {
  position: relative;
}
.footersec__about__form input[type=email] {
  height: 56px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 60px;
  background-color: rgba(#fff, 0.16);
  font-size: 14px;
  font-weight: 600;
  color: ;
  border-radius: 6px;
}
.footersec__about__form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #bd5327;
  border-radius: 6px;
  font-size: 19px;
  border: none;
  outline: none;
  transition: all 300ms ease;
}
.footersec__about__form button i {
  color: #fff;
  display: inline-block;
  transition: all 500ms ease;
}
.footersec__about__form button:hover {
  background-color: #fff;
}
.footersec__about__form button:hover i {
  color: #000;
  transform: rotate(30deg);
}
.footersec__about__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 19px;
  margin: 30px 0 0;
  background-repeat: #bd5327
}
.footersec__about__social a {
  width: 36px;
  height: 36px;
  background-color:#bd5327;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
.footersec__about__social a:hover {
  background-color: #bd5327;
}
.footersec__contact {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  max-width: 370px;
  padding-top: 1px;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .footersec__contact {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footersec__contact {
    max-width: 340px;
  }
}
.footersec__contact__logo {
  position: relative;
  background-color: #fff;
  border-radius: 9px;
  max-width: 227px;
  margin: -31px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 5px 19px;
}
.footersec__contact__list {
  margin: 0 0 5px;
  padding: 10px 0 2px;
  list-style: none;
  border-bottom: 1px solid rgba(#fff, 0.1);
}
.footersec__contact__list li {
  margin: 0;
  padding: 0 23px;
  align-items: center;
  gap: 11px;
  color: #CB592A;
}
.footersec__contact__list li a{
  color: #242424;
}
.footersec__contact__list li:hover .footersec__contact__icon {
  color: #fff;
}
.footersec__contact__list li:hover .footersec__contact__icon::after {
  height: 100%;
}
.footersec__contact__list li + li {
  margin-top: 5px;
}
.footersec__contact__icon {
  width: 40px;
  height: 40px;
  background-color: #bd5327;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

.footersec__contact__text {
  color: ;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 0px;
  text-align: justify;
  margin-top: 0;
}
.footersec__contact__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footersec__contact__text a:hover {
  color: #bd5327;
  background-size: 100% 1px;
}
.footersec__contact__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 53px;
  margin: 0 53px;
}
.footersec__contact__call__icon {
  width: 40px;
  height: 40px;
  background-color: #bd5327;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footersec__contact__call__icon i {
  display: inline-block;
  transition: all 600ms ease;
}
.footersec__contact__call:hover .footersec__contact__call__icon i {
  transform: scaleX(-1);
}
.footersec__contact__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
  color: ;
}
.footersec__contact__call__text {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footersec__contact__call__text:hover {
  color: #bd5327;
  background-size: 100% 1px;
}
.footersec__links {
  position: relative;
}
@media (min-width: 992px) {
  .footersec__links {
    margin-left: -30px;
  }
}
.footersec__links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footersec__links__list li {
  font-size: 16px;
  line-height: 30px;
  color: ;
  font-weight: 700;
  margin: 0 0 6px;
}
.footersec__links__list li a {
  color: inherit;font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #E5E5E5;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footersec__links__list li a:hover {
  color: #bd5327;
  background-size: 100% 1px;
}
.footersec__gallery {
  position: relative;
  max-width: 206px;
}
@media (min-width: 992px) {
  .footersec__gallery {
    margin-left: -36px;
  }
}
.footersec__gallery__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.footersec__gallery__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.footersec__bottom {
  position: relative;
  background:linear-gradient(to right, #35aae2 0% , #34a9e2 100%);
  text-align: center;
  padding: 12px 0;
}
.footersec__bottom__text {
  font-weight: 600;padding: 0;
  margin: 0;color: #fff;
  text-align: center !important;
}
.footersec__bottom__text a {
  color: inherit;
}
.footersec__bottom__text a:hover {
  color: #bd5327;
}
.footersec--home-nine {
  position: relative;
}
.footersec--home-nine .footersec__about__form input[type=email] {
  background-color: #242533;
}
.footersec--home-nine .footersec__about__text,
.footersec--home-nine .footersec__links__list li {
  font-weight: 600;
}
.footersec--home-nine .footersec__bottom {
  background-color: #12131F;
}.overflow-hidden {
  overflow: hidden !important;
}



/** about-section **/

.about-section{
  position: relative;padding: 113px 0px 120px 0px;
  background-size: cover;
}

#content_block_1 .content-box h3{
  position: relative;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 53px;
}

#content_block_1 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #212112;
  margin-bottom: 18px;
  padding-left: 40px;
}

#content_block_1 .content-box .list-item li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

#content_block_1 .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

#content_block_1 .content-box .list-item{
  margin-bottom: 54px;
}

#content_block_1 .content-box .sec-title{
  margin-bottom: 16px;
}

#content_block_1 .content-box .inner-box .inner{
  position: relative;
  padding: 12px 20px 5px 70px;
  margin-right: 60px;
  background: #be5428;
}
.icon-box img{
  height: 40px;
}
#content_block_1 .content-box .inner-box .inner:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 100%;
  top: 0px;
  right: -20px;
  background: #36abe6;
}

#content_block_1 .content-box .inner-box .inner .icon-box{
  position: absolute;
  left: 10px;
  top: -5px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_1 .content-box .inner-box .inner h4{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

#content_block_1 .content-box .inner-box .author figure{
  position: relative;
  display: inline-block;
}

#content_block_1 .content-box .inner-box .author .author-thumb{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
}

#content_block_1 .content-box .inner-box .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

#content_block_1 .content-box .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px !important;
  letter-spacing: 3px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #22272b;
}

.sec-title.light h2{
  color: #fff;
}
.sec-title p {
  color: #be5428 !important;
}

.gallery-section{
  padding: 10px 0 80px;overflow:hidden;
}
.gallery-section .gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  transition: all .5s ease;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  background-color: #F8F6F9 !important;
}
.gallery-section{
  padding: 70px 0 40px;
}
.gallery-section .gallery-box{
  margin-bottom: 30px;
}

.service{
  padding: 70px 0 40px;
}
.service p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-area{
  width: 1170px;
  margin: 2% auto;
}

.single-img {
  position: relative;
  margin-bottom: 30px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #be5428c9;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.textmm {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  width: 90%;
  line-height: 24px;
}.captionfi2 {
  position: absolute;
  bottom: 0%;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background: #be5428;
  margin-bottom: 0;
  font-size: 20px;
}
/** proudly-section **/

.proudly-section{
  position: relative;
  padding: 99px 0px 99px 0px;
  background: #22272b;
}

.proudly-section .image-layer{
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
}

.proudly-section .image-layer:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.proudly-section .image-layer:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#content_block_2 .content-box .text{
  position: relative;
/*  margin-bottom: 34px;*/
margin: 1rem;
}

#content_block_2 .content-box p{
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}

#content_block_2 .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin: 1rem;
}



#content_block_2 .content-box .list-item{
  position: relative;
  display: block;

}

#content_block_2 .content-box .counter-inner .counter-block{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box{
  position: relative;
  padding-left: 65px;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 60px;
  line-height: 60px;
}

#content_block_2 .content-box .counter-inner .counter-block .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

#content_block_2 .content-box .sec-title{
/*  margin-bottom: 20px;*/
margin: 1rem;
}

#content_block_2 .content-box .counter-inner{
  position: relative;
  margin-right: -45px;
}

.proudly-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 509px;
  height: 582px;
  background-repeat: no-repeat;
}

.page-title-section{
  background: #bd5327;
  padding: 60px 0 45px;
}
.page-title-section h1{
  color: #fff;
}

.sidebar .sidebar-widget {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 10px;
}
.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  color: #000;
}
.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-box li {
  position: relative;
}
.category-box li:first-child a {
  padding-top: 0;
}
.category-box li a {
  color: #666666;
  padding: 8px 10px 8px 15px;
    padding-top: 8px;
  display: block;
  transition: 0.4s;
}
.category-box li:first-child a::before {
  top: 12px;
}
.category-box li a::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bd5327;
}
.sidebar .sidebar-widget h4::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #bd5327;
  transition: 0.4s;
}
.ouservicesinternalpage{
  padding: 70px 0;
}
.ouservicesinternalpage img{
  margin-bottom: 30px;
}

.ouservicesinternalpage h4{
  color: #bd5327;
}

.serviceul li{
 list-style: disclosure-closed;
  margin-left: 15px;
}

.serviceul li::marker{
color: #bd5327;
}
.about-us{
  padding: 70px 0 50px;
  background: url('../images/about-us-bg.svg') no-repeat;
  background-position: right -100px center;
  background-size: auto;
}

.about-us-image{
  position: relative;
}

.about-img img{
  border-radius: 30px;border: 1px solid #be5428;
}

.company-experience{
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0 5px 10px 0 rgba(202, 89, 40, 0.5);
  animation: expmoveobject 3s infinite linear alternate;
}

@keyframes expmoveobject{
  50%{
    right: 80px;
  }
}

.company-experience .icon-box{
  margin-right: 10px;
}

.company-experience .icon-box img{
  max-width: 72px;
  border:none !important;
  height: 60px;
  border-radius: 0;
}

.company-experience-content{
  width: calc(100% );
  text-align: left;
}

.company-experience-content h3{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.company-experience-content p{
  color: #36abe6;
  font-family:;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
}
p{
  text-align: justify;
}.about-btn {
  margin-top: 40px;
}.default-btn {
  padding: 17px 65px 17px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background: #ca5928;
  border-radius: 50px;
  border: none;
  outline: none;
}.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #3aace2, #3aace2);
  left: 0;
  right: 0; border-radius: 50px;
  opacity: 0;
  z-index: -1;
  transition: 0.7s;
}.default-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ca5928;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 7.5px;
  right: 10px;
  transition: 0.7s;
}
.default-btn:hover i {
  background-color: transparent;

  color: #ffffff;

  border: 1px dashed #ffffff;

}.default-btn:hover::before {
  width: 100%;
  opacity: 1;
}.default-btn:hover {
  color: #ffffff;
}

.about-us-body{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.about-list-item{
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.about-list-item .icon-box{
  margin-right: 10px;
}

.about-list-item .icon-box img{
  max-width: 34px;
}

.about-list-content{
  width: calc(100% - 44px);
}

.about-list-content h3{
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.about-us-footer{
  display: flex;
  flex-wrap: wrap;
}

.doctor-info,
.appointment-btn{
  width: 50%;
}

.appointment-btn{
  text-align: right;
}

.doctor-info-item{
  display: flex;
  align-items: center;
}

.doctor-info-item .image-box{
  margin-right: 10px;
}

.doctor-info-item .image-box img{
  max-width: 48px;
  border-radius: 100%;
}

.doctor-info-item .doctor-info-content{
  width: calc(100% - 58px);
}

.doctor-info-item .doctor-info-content h3{
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.doctor-info-item .doctor-info-content p{
  color: #36abe6;
  opacity: 50%;
  margin: 0;
}
.btn-default{
  display: inline-block;
  font-family:;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  color: #fff;
  background: red;
  text-transform: capitalize;
  padding: 18px 55px 18px 20px;
  border-radius: 99px;
  border: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-default::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #36abe6;
  background-image: url('../images/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  transform: translate(-10px, -50%);
  transition: all 0.4s ease-in-out;
}

.btn-default:hover:before{
  background-color: red;
}

.btn-default::after{ 
  content: '';
    display: block;
    position: absolute;
  top: 0;
    left: 0;
    bottom: 0;
  width: 0;
  height: 102%;
  border-radius: 99px;
    background: #36abe6;
    transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-default:hover::after{
  width: 106%;
}
.counter-area {
  background-image: url(../images/counter-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0;
}
.single-counter {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.single-counter i {
  position: relative;
  display: inline-block;
  top: -15px;
  left: 0;
  font-size: 50px;
  color: #ff3900;
  margin-right: 15px;
}
.single-counter .content {
  text-align: left;
  margin-left: 5px;
  display: inline-block;
}
.single-counter .content h3 {
  font-size: 40px;
  line-height: 0.7;
  margin-bottom: 10px;color: #ca5928;
  font-weight: 500;
}
.single-counter .content p {
  color: #1a1b1e;
  font-weight: 400;
  margin-bottom: 0;
}
.single-counter img{margin-top: -47px;
  height: 60px;
}
.gallery-section p{
  text-align: center;
}

.testimonials{
  padding: 60px 0;overflow:hidden;
  background: #fff5f1;
}
.testimonials .sec-title p{
  text-align: center;
}.testimonial-two__single {
  position: relative;
  display: block;
  padding: 30px 40px 21px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;background: #fff;box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);border: 1px solid #bf562a;
  z-index: 1;
  border-radius: 51px 0 51px;
  min-height: 290px;
}


.testimonial-two__client-img {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.testimonial-two__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.testimonial-two__ratting span {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffa41b;
  font-size: 17px;
}

.testimonial-two__text {
  margin-top: 23px;
}

.testimonial-two__client-info {
  position: relative;
  display: block;
  margin-top: 18px;
}

.testimonial-two__client-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 25px;
}

.testimonial-two__client-name a {
  color: #000;
}

.testimonial-two__client-name a:hover {
  color: #c65728;
}

.testimonial-two__client-sub-title {
  margin-top: 3px;
}

.testimonial-two__quote-icon {
  position: absolute;
  bottom: 39px;
  right: 39px;
}

.testimonial-two__quote-icon img {
  width: auto !important;
}
.testimonialsin .testimonial-two__single{
  margin-bottom: 30px;
}
.testimonialsin{
  padding: 60px 0 30px;
}

@media screen and (max-width:1800px){
  #content_block_2{
    margin-left: 50px;
  }
  .proudly-section {
  padding: 65px 0px 65px 0px;
}
}
@media screen and (max-width:1700px){
  #content_block_2{
    margin-left: 70px;
  }
  .proudly-section {
  padding: 65px 0px 65px 0px;
}
.proudly-section .image-layer {
  left: -54px;
}
}
@media screen and (max-width:1600px){
  #content_block_2{
    margin-left: 70px;
  }
  .proudly-section {
  padding: 50px 0px 46px 0px;
}
.proudly-section .image-layer {
  left: -94px;
}
}
section{
  overflow-x: hidden;
}
.servicepg article{
  margin-bottom: 30px;
}
@media screen and (max-width:1500px){
  #content_block_2{
    margin-left: 30px;
  }
  .proudly-section {
  padding: 46px 0px 46px 0px;
}
.proudly-section .image-layer {
  left: -154px;
}
.pbmit-service-style-1:hover .pbminfotech-box-content {
  bottom: 20px;
}
.pbmit-service-style-1 .pbmit-service-title, .pbmit-service-style-1 .pbmit-service-title a {
  margin-bottom: 16px;
  margin-top: 10px;
}
.pbmit-service-style-1 .pbmit-feature-circle{
  width: 170px;
  height: 170px;
}
.testimonial-two__single{
  min-height: 325px;
}
}
@media screen and (max-width:1400px){
  #content_block_2{
    margin-left: 30px;
  }
  .proudly-section {
  padding: 65px 0px 65px 0px;
}
.proudly-section .image-layer {
  left: -195px;
}
#content_block_2 .content-box .list-item{
  display: none;
} .proudly-section {
    padding: 99px 0px 99px 0px;
  }
  .navbar-brand img{
    height: 107px;
  }.pbmit-service-style-1 .pbmit-feature-circle{
  width: 170px;
  height: 170px;
}
}
@media screen and (max-width:1300px){
  #content_block_2{
    margin-left: 30px;
  }
  .proudly-section {
  padding: 86px 0px 86px 0px;
}
.proudly-section .image-layer {
  left: -235px;
}
#content_block_2 .content-box .list-item{
  display: none;
} .proudly-section {
    padding: 86px 0px 86px 0px;
  }
.pbmit-service-style-1 .pbmit-feature-circle{
  width: 260px;
  height: 260px;
}
.footersec__contact__list li {
  padding: 0 16px;
}.footersec__contact__list li a {
  color: #242424;
  font-size: 15px;
}
}

@media screen and (max-width:1199px){
.dnd{
  display: none;
}
.start-header.scroll-on{
  display: none;
}
.navbar-nav .nav-link {
  font-size: 16px;
}
.dropdown-item{
  font-size: 15px;
}
 .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }  .hero-style .slide-title h2 {
    font-size: 38px;
    line-height: 1.5;
  }
  .hero-style {
  height: 610px;
}
.pbmit-service-style-1 .pbmit-feature-circle{
  width: 200px;
  height: 200px;
}
.proudly-section .image-layer {
 position: relative;
    overflow: hidden;
    left: 15px;
    top: 0px;
}  #content_block_2 {
    margin-left: 0;
  }
.proudly-section .image-layer img{
  height: 400px;
  width: auto !important;
}
section{
  overflow-x: hidden;
}
}

@media screen and (max-width:991px)
{
    .navbar-brand img {
    height: 60px;
    padding: 10px 5px;
  }
   .navbar-nav .nav-link {
    font-size: 14px;
  }
  .topbar{
    display: none;
  }
  .navbar-brand img{
    margin-top: -4px;
  }
  .dropdown-item{
  font-size: 13px;
}
.dropdown-item {
  padding: 3px 15px;
}
}

@media screen and (max-width:767px){
  .navbar-brand img {
    height: 70px;
    padding: 10px 12px;
  }
    .navbar-nav .nav-link {
    font-size: 15px;
  }
  .dropdown-toggle::after {
    left: 1px;
    top: 16px;
  }
   .nav-item::before {
    top: 21px;
  }
  .dropdown-item:hover, .dropdown-item:focus {
  color: #212121;
  background-color: #fff;
}
.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .start-header.scroll-on .navbar-brand img{
    height: 60px;
  }
    .hero-style {
    height: 400px;
  }
    .hero-style .slide-title h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .about-us {
  padding: 35px 0 14px;
}
.sec-title p
{
  font-size: 14px;
  margin-bottom: 0px !important;
  text-align: left;
}
.sec-title h2{
  font-size: 34px;
  line-height: 1.5;
}
.sec-title {
  margin-bottom: 0px;
}
p{
  font-size: 16px;
}
.about-list-content h3 {
  font-size: 16px;
}
.counter-area {
   padding: 25px 0;
}
.single-counter {
  margin-bottom: 12px;
  margin-top: 20px;
  text-align: left;
}
.single-counter .content h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.single-counter img {
  margin-top: -35px;
  height: 50px;
}
  .counter-area {
    padding-left: 10px;
  }
.single-counter .content p {
  font-size: 14px;
}
#content_block_2 .content-box .sec-title {
  margin-bottom: 6px;
}

.service {
  padding: 11px 0 40px;
}
 .proudly-section .image-layer img {
    height: auto;
    width: 90% !important;
    margin-right: 15px;
  }
  .proudly-section .pattern-layer{
    display: none;
  }
   .proudly-section {
    padding: 45px 0px 5px 0px;
  }
  #content_block_2 .content-box p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}.gallery-section {
  padding: 30px 0 00px;overflow: hidden;
}
.testimonials {
  padding: 30px 0 40px;
}
  .sec-title h2 {
    font-size: 29px;
  } .footersec__top {
    padding: 0px 0 30px;
  }  .footersec__column {
    margin-top: 23px;
  }
  .footersec__title{
    font-size: 30px;
  }
  .footersec__contact{
    margin-top: 57px !important;
  }.footersec__bottom {
  padding: 7px 0;
}.page-title-section {
  background: #bd5327;
  padding: 22px 0 13px;
}.page-title-section h1 {
  color: #fff;
  font-size: 30px;
}.about-us-body2 {
  margin-bottom: 14px;
}
.about-us-body3{
   margin-bottom: 0px;
}
}


.vision-and-mission{
  padding: 70px 0 70px;
}
 .single-choose-item {
   border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
    background-color: #ffffff;
    padding: 30px;

    position: relative;
    overflow: hidden;
    z-index: 1;    box-shadow: 0 5px 10px 0 rgb(112 112 112 / 15%);
}
.single-choose-item img{
  height: 100px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: -70px;
  border-radius: 60px;z-index: 99;
  position: relative;
  box-shadow: 0 3px 6px rgba(60, 60, 60, 0.16), 0 3px 6px rgba(113, 113, 113, 0.23);
}
.single-choose-item:before
{
     content: '';
    position: absolute;
    left: -65px;
    width: 95px;
    height: 95px;
    bottom: -55px;
    opacity: 0;
    border-radius: 50px;
    background-color: rgb(52 170 226);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.single-choose-item:hover:before
{
  opacity: 1;
     content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgb(52 170 226);
}
.single-choose-item p{
  text-align: justify;
}
.single-choose-item:hover  p, .single-choose-item:hover h4
{
  color:#fff;
  position: relative;
  z-index: 999;
}

.contactus{
  padding: 60px 0;
}
.contactus .mt49{
  margin-top: 30px;
}

.contactus .card{
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
  padding:
30px 30px;
  transition:
0.5s ease;
  margin-bottom: 20px;
  background:
#bc5428;
}

.contactus .card a{
  color: #fff;
}
.contactus .card h4{
  color: #fff;
}
.blue{
  background: #37abe2 !important;
}
.formaction{
  padding: 60px 0;
  background: #ffede5;
}
.formaction .form-control{
  border: 1px solid #c05a30;
}
.formaction .form-control:focus {
  box-shadow: 0 0 0 .2rem rgb(236, 193, 174);
}
.formaction textarea{
  height: 100px;
}
.formaction .default-btn i{
  top: 10.5px;
}

.facilitiespage p{
  text-align: left;
}
.facilitiespage h4{
  color: #bd5327;
}
@media screen and (max-width:767px)
{
  .facilitiespage{
    padding: 30px 0 5px;
  }
  .vision-and-mission {
    padding: 40px 0 25px;
}
.single-choose-item{
  margin-bottom: 15px;
}
.servicepg{
  padding: 30px 0 20px;
}
.servicepg article {
  margin-bottom: 14px;
}
.contactus {
  padding:
30px 0;
}
.formaction {
  padding:
25px 0 30px;
}
.formaction .about-btn {
  margin-top: 0;
}.ouservicesinternalpage {
  padding:
30px 0;
}
.sidebar .sidebar-widget {
  margin:
0 0 10px;
}
}