/*start css for LuxGlobalclean*/
@font-face {
    font-family: Roboto-Bold;
    src: url(../font/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../font/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../font/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../font/Roboto-Regular.ttf);
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    color: #333;
    font-family: Roboto-Regular;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    line-height: 1.7;
}
a {
    text-decoration: none !important;
    transition: 0.3s;
}

button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border: 0px;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.glogo img {
    width: 100%;
}
.glogo {
    width: 250px;
    height: 210px;
    margin: 0px auto;
}
.blink-soft {
    animation: blinker 1.5s linear infinite;
    background-color: #ec6713;
    color: #fff;
    font-size: 29px;
    padding: 15px;
}
.gtext p {
    font-size: 22px;
}
.cel_golden {
    background-color: #f3f3f3;
    padding-top: 46px;
    padding-bottom: 46px;
}
/*===========for modal popup============*/
.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}
/*==============preset css======*/
.pad_t_b_69{
      padding-top: 50px;
    padding-bottom: 0px;
}
.pad_t_b_61 {
    padding-top: 50px;
    padding-bottom: 0px;
    margin-top: 194px;
}
.pad_t_b_60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pad_l_r_0{
    padding-left: 0px;
    padding-right: 0px;
}
.pad_t_60{
    padding-top: 60px;
}
.pad_t_118{
    padding-top: 118px;
}
.pad_b_60{
    padding-bottom: 60px;
}
.pad_b_20{
    padding-bottom: 20px;
}
.pad_t_b70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pad_t_35{
    padding-top: 35px;
}
.pad_b_35{
    padding-bottom: 35px;
}
.m_0{
    margin: 0;
}
.mar_b60{
    margin-bottom: 70px;
}

.pad_t_83 {
    padding-top: 83px;
    padding-bottom: 24px;
}
.smfont{
    font-size: 28px;
}
.pl_40{
  padding-left: 40px;
}
.gp35 {
    margin-bottom: 54px;
}
.col-lg-12.jk {
    padding: 0;
    margin-top: 35px;
    margin-bottom: 31px;
}
.dabtn2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-size: 15px;
    font-family: Roboto-Medium;
    color: #fff;
    padding: 10px 40px;
    border: 1px solid #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    background-color: #333;
}
.dabtn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #12ad2b;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 1px solid #12ad2b;
}
.dabtn2:hover, .dabtn2:focus, .dabtn2:active {
  color: #fff;
  border: 1px solid #12ad2b;
}
.dabtn2:hover:before, .dabtn2:focus:before, .dabtn2:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*========================*/
.dabtn{
    display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      position: relative;
      overflow: hidden;
      background: transparent;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      font-size: 15px;
      font-family: Roboto-Medium;
      color: #fff;
      padding:10px 20px;
      border: 1px solid #ec6713;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s; 
    background-color: #ec6713;
    
}
.dabtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d7d7d7;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 1px solid #d7d7d7;
}
.dabtn:hover, .dabtn:focus, .dabtn:active {
  color: #000;
  border: 1px solid #d7d7d7;
}
.dabtn:hover:before, .dabtn:focus:before, .dabtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*-----------------------------------*/

.darkbubtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-size: 16px;
  font-family: Roboto-Medium;
   border: 1px solid #000;
   color: #fff;
    padding:10px 69px;
     background-color: #000;
     text-transform: uppercase;


  
}
.darkbubtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d7d7d7;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: 1px solid #d7d7d7;
}
.darkbubtn:hover, .darkbubtn:focus, .darkbubtn:active {
  color: #000;
  border: 1px solid #d7d7d7;
}
.darkbubtn:hover:before, .darkbubtn:focus:before, .darkbubtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*--------------------*/
.darkrdbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: -1px 3px 6px 3px #ececec;
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #000;
  padding:15px 30px;
  border: 1px solid #f55c4e;
}
.darkrdbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f55c4e;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.darkrdbtn:hover, .darkrdbtn:focus, .darkrdbtn:active {
  color: #fff;
  border: 1px solid #f55c4e;
}
.darkrdbtn:hover:before, .darkrdbtn:focus:before, .darkrdbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*==================topbar*/
.topbar {
     border-bottom: 1px solid #bfbfbf;
    padding-top: 10px;
    padding-bottom: 10px;
}
.topmenu {
    display: flex;
    justify-content: flex-end;
}
.topmenu ul {
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #bfbfbf;
}
.topmenu ul li {
    font-size: 14px;
    font-family: Roboto-Medium;
    padding: 8px 19px;
}
.topmenu ul li a {
    color: #333;
    transition: 0.3s;
}
.topmenu ul li a:hover {
    color: #696d6e;
    transition: 0.3s;
}
.topmenu {
    padding-top: 2px;
}

.lang select {
    outline: none;
    height: 37px;
    border: 0px;
    color: #888888;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 14px;
    width: 100%;
    padding-left: 11px;
    margin-left: 7px;
}
.navbar-brand {
    color: #000;
    font-size: 40px;
    font-family: Roboto-Light;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
    color: #000;
}

/*==============end preset css======*/
::placeholder {
  color: #d7d7d7;
  opacity: 1;
  font-family: Roboto-Regular;
}

:-ms-input-placeholder { 
 font-family: Roboto-Regular;   
 color: #d7d7d7;
}

::-ms-input-placeholder {
    font-family: Roboto-Regular;
 color: #d7d7d7;
}

.addbbox textarea::placeholder {
  color: #d7d7d7;
  opacity: 1;
  font-family: Roboto-Regular;
}



/*================end=================*/
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
}

/*new*/
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    justify-content: flex-end;
}
.navbar {
    padding: .5rem 0rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 11px !important;
    padding-left: 11px !important;
    color: #333 !important;
    font-size: 16px !important;
    font-family: Roboto-Regular !important;
    position: relative; 
}
.navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #12ad2b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before {
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link:focus::before{
     width: 100%;
}


.nav-link2 {
    color: #000;
    font-size: 14px;

}
.nav-link2:hover {
    color: #696d6e;
    font-size: 14px;
}
.nav-item2 {
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 0;
}





/*.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 17px !important;
    padding-left: 17px !important;
    color: #000 !important;
    transition: 0.3s !important;
    font-size: 15px !important;
    font-family: Roboto-Regular !important; 
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .active >.nav-link {
   color: #000 !important;
   border-bottom: 1px solid #000;

}
.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000 !important;
  border-bottom: 1px solid #000;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
    color: #000;
}*/
/*=============for sticky=========*/
.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: -22px;
    background: #fff;
    height: 97px;
    padding: 5px 0px;
    box-shadow: 0px 0px 5px #ccc;
    z-index: 999;
} 
 #menu-bar{
            transition: 0.4s;
            border-bottom: 1px solid #eff0f0;
        }
/*==============end==*/
#banner{
    position: relative;
}
.overlay {
    width: 100%;
    height: 100%;
    background: url(../images/overlay.png) repeat center;
    position: absolute;
    z-index: 9;
    top: 0;
}
.carousel-caption h3 {
    font-size: 50px;
    color: #fff;
    font-family: Roboto-Bold;
}
.carousel-caption p {
    font-size: 35px;
    color: #fff;
    font-family: Roboto-Regular;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    bottom: -46px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 25%;
}
.offerTitle {
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 12px;
}
.offerTitle h4{
   font-family: Roboto-Regular;
   font-size: 18px;
   color: #333;
   margin: 0;
  }
.offerTitle a{
   font-family: Roboto-Regular;
   font-size: 18px;
   color: #333;
  }

  .offerContent:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ec6713;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.offerContent:hover:after { 
  width: 100%; 
  left: 0; 
}
  .offerContent{
    background-color: #f2f2f2;
    cursor: pointer;
    position: relative;

  }
  .offerTitle{
     background-color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }

.offerContent:hover .offerTitle {
 cursor: pointer;
 background-color: #d7d7d7;
}

 /* .offerContent{
    background-color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    cursor: pointer;
      transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;

  }
  .offerTitle{
     background-color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }

.offerContent:hover .offerTitle {
 cursor: pointer;
 background-color: #d7d7d7;
 border-bottom: 2px solid #000;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}*/








.owl-ptnr .owl-nav button {
    margin-left: 5px;
    margin-right: 5px;
}
.owl-ptnr .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.owl-ptnr .owl-dots{
    display: none;

}
.offerPrice h5 {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: Roboto-Light;
}
.offerContent2.ts {
    background-color: transparent;
    border:none; 
}

.owl-prftn .owl-dots button {
    width: 14px;
    height: 14px;
    background-color: #ccc !important;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}
.owl-prftn .owl-nav{
  display: none;
}
.owl-prftn .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.title_hed.gap20 {
    padding-bottom: 30px;
}

.owl-prftn .owl-dots .active  {
    width: 14px;
    height: 14px;
    background-color: #000 !important;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
}



.title_hed h3 {
    text-align: center;
    font-family: Roboto-Medium;
    font-size: 30px;
    color: #333;
}

.title_hed {
    position: relative;
    margin-bottom: 35px;
}

.smline{
  width: 139px;
  height: 2px;
  background-color: #ffa500;
  display: block;
  margin-left: auto;
  margin-right:auto; 
}
.bigine{
  width: 93px;
  height: 2px;
  background-color: #ffa500;
  display: block;
  margin-left: auto;
  margin-right:auto;
      margin-top: 15px;
      margin-bottom: 6px;
 
}
.ser_slide p {
    padding-top: 0px;
    margin: 0;
    padding-bottom: 20px;
}
.green-title {
    font-size: 17px;
    color: #12ad2b;
    line-height: 1.5;
    padding-bottom: 10px;
}

.nogap {
    padding-top: 70px;
}
.paralax {
    background: url(../images/bg_slider-2.png) repeat-x center top;
    background-size: cover;
    background-position: center;
    background-size: auto;
    position: relative;
}

.paralax:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg_slider_back.png) no-repeat center top;
  z-index: -1
}



.ptext h2{
  text-transform: uppercase;
  font-family: Roboto-Medium;
  font-size: 35px;
  text-align: center;
  color: #fff;
  padding-top: 233px;
}
.box_xon {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bfbfbf;
}
.box_xon p {
    font-size: 25px;
    color: #333;
    font-family: Roboto-Medium;
}
.img-responsive {
    max-width: 100%;
}
.more {
    display: flex;
    justify-content: space-between;
}

.bgcont h4 {
    font-size: 20px;
    font-family: Roboto-Medium;
    padding-top: 20px;
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}
.blogbox1 p {
    line-height: 1.5;
    color: #f1f1f1;
}
.bgcont {
    padding-left: 15px;
    padding-right: 15px;
}
.more{
  padding-left: 15px;
    padding-right: 15px;
}
.blogbox {
    border-bottom: 3px solid #000;
    background-color: #f1f1f1;
    transition: all 0.3s ease-in-out;
}

.blogbox:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #696d6e;
}

.blogbox:hover .bgcont h4{
  color: #fff;
   transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.blogbox:hover .bgcont p{
  color: #fff;
   transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.blogbox:hover .more p{
  color: #fff;
   transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.blogbox:hover .more a{
  color: #fff;
   transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}




.more a {
    color: #000;
    font-family: Roboto-Medium;
    font-size: 14px;
    transition: 0.3s;
}
.more a:hover {
    color: #fff;
    font-family: Roboto-Medium;
    font-size: 14px;
}

/*======================end*/
footer{
    background-color: #12ad2b;
}
.hed h3 {
    color: #9f9f9f;
}
.hed h3:before {
    content: "";
    position: absolute;
    width: 111px;
    height: 1px;
    background-color: #fff;
    left: auto;
    bottom: 7px;
    right: auto;
}
.hed  {
   position: relative;
}

.hed h3 {
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 25px;
    font-family: Roboto-Bold;
    text-align: center;
}
.kl li a {
    color: #9f9f9f;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.kl li a:hover {
    color: #fff;
     transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;

}
.kl li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 5px;
    padding-top: 5px;

}
.kl li:last-child {
    display: flex;
    border-bottom: none;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 8px;
    padding-top: 13px;
}
.kl {
    margin-top: 5px;
}
.star {
    width: 12px;
    filter: invert(38%) sepia(12%) saturate(3376%) hue-rotate(320deg) brightness(115%) contrast(106%);
    margin-right: 9px;
}
.footerdown {
    background-color: #0f9124;
}
.bdr p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: Roboto-Medium;
}
.ftr-link p {
    color: #9f9f9f;
}
.top-socil ul {
    display: flex;
    text-align: center;
}
.top-socil ul li {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}
.top-socil ul li a {
    text-align: center;
    line-height: 1.7;
    font-size: 19px;
    color: #fff;
}
.top-socil ul li a:hover {
opacity: 0.5;
}
.ftr-link span {
    color: #fff;
    margin-right: 8px;
}
.ftr-link a {
    color: #9f9f9f;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.ftr-link a:hover {
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.top-socil {
    margin-top: 17px;
    margin-bottom: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 68px;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 177px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: none;
    border-radius: inherit;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 0px 8px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    letter-spacing: 0.5px;
    text-decoration: none;
    background-color: #000 !important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.listbox p {
    color: #9f9f9f;
    font-size: 14px;
}
.dil {
    font-family: Roboto-Medium;
    color: #9f9f9f;
    font-size: 15px;
}
.dil:hover {
    font-family: Roboto-Medium;
    color: #fff;
    font-size: 15px;
}
.contbox h4 {
    font-family: Roboto-Medium;
    font-size: 20px;
    color: #000;
}
/*===========================================================
====================================================================css start for other page
===================================================================================================================================*/
.ab_cont p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 50px;
}
.dlbox {
    position: relative;
    padding-left: 50px;
}
.dlbox:before{
    content: "";
    position: absolute;
    width: 69px;
    height: 100%;
    border: 13px solid #12ad2b;
    z-index: -1;

}
.img-res {
    width: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 30px;
}
.img-respons {
    width: 100%;
}
.ser_contbox {
    background-color: #f2f2f2;
    border-left: 4px solid #333;
    padding-left: 35px;
    padding-top: 46px;
    padding-bottom: 46px;
    padding-right: 30px;
    position: absolute;
    width: 40%;
    z-index: 1;
    margin-top: 71px;
}
.fullbanner2{
    background:url(../images/upperbanner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 570px;
}
.subpage h1 {
    font-size: 45px;
    color: #fff;
    font-family: NunitoSans-SemiBold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.subpage p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.btnbox a {
    margin-right: 15px;
    margin-bottom: 35px;
}

.subdarkrdbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #f45243;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow:-1px 1px 10px 7px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #fff;
  padding:13px 26px;
}
.subdarkrdbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.subdarkrdbtn:hover, .subdarkrdbtn:focus, .subdarkrdbtn:active {
  color: #000;
}
.subdarkrdbtn:hover:before, .subdarkrdbtn:focus:before, .subdarkrdbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.subdarkrdbtn:hover .subparrow{
    filter: invert(0%) sepia(98%) saturate(10%) hue-rotate(10deg) brightness(93%) contrast(101%);
}

.subparrow {
    width: 30px;
    padding-left: 1px;
    filter: invert(100%) sepia(0%) saturate(28%) hue-rotate(57deg) brightness(106%) contrast(109%);
}

.rigbtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #40aef1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow:-1px 1px 10px 7px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-family: NunitoSans-SemiBold;
  color: #fff;
  padding:13px 26px;
}
.rigbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.rigbtn:hover, .rigbtn:focus, .rigbtn:active {
  color: #000;
}
.rigbtn:hover:before, .rigbtn:focus:before, .rigbtn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.rigbtn:hover .subparrow{
    filter: invert(0%) sepia(98%) saturate(10%) hue-rotate(10deg) brightness(93%) contrast(101%);
}

.subparrow {
    width: 30px;
    padding-left: 1px;
    filter: invert(100%) sepia(0%) saturate(28%) hue-rotate(57deg) brightness(106%) contrast(109%);
}

.imgsubpage {
    max-width: 100%;
    padding-top: 24px;
}
.boxplan span{
    color: #3a45d3;
}
.contbox p {
    color: #2c2c2c;
    margin-bottom: 33px;
    text-align: justify;
    font-size: 14px;
}


.lightback{
    background-color: #eaeff5;

}
.boxplan2 h4 {
    text-align: center;
    font-size: 35px;
    font-family: NunitoSans-Bold;
    margin-bottom: 10px;
    color: #000;
}
.boxplan2 span {
    color: #3a45d3;
}
.boxplan2 p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 9px;
}

.tophed h1 {
    font-size: 24px;
    font-family: NunitoSans-SemiBold;
}
.simg {
    width: 100%;
}
.simg {
    width: 100%;
    border-bottom-left-radius: 50px;
}
.tbox {
    position: relative;
}
.tbox:before {
    content: "";
    position: absolute;
    background-color: transparent;
    border-bottom-left-radius: 50px;
    border: 2px dashed #f45243;
    width: 100%;
    height: 100%;
    left: -12px;
    top: 9px;
    z-index: -1;
}
.tbox:after {
    content: "";
    position: absolute;
    background-color: transparent;
    border-right: 2px dashed #3a45d3;
    width: 100%;
    height: 100%;
    top: 32px;
    right: -10px;
}
.tophed {
    padding-left: 24px;
}
.tophed p {
    font-size: 14px;
    color: #2c2c2c;
}

.boxplan3 h2{
    font-family: NunitoSans-Bold;
    font-size: 35px;
    font-family: NunitoSans-Bold;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}
.boxplan3 p {
    font-size: 14px;
}
.boxplan3 span{
    color: #3a45d3;
}

.lightback2{
   background: url(../images/secback2.jpg) no-repeat center bottom;
    background-size: cover; 
}

.nav-tabs {
    border-bottom: 1px solid #f45243;
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f45243;
    border-color: #dee2e6 #dee2e6 #f45243;
    font-family: NunitoSans-SemiBold;
}
.tab-pane {
    padding-top: 20px;
}
.tab-pane p {
    font-size: 16px;
    color: #2c2c2c;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
}
.icon {
    text-align: center;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 120px;
    line-height: 2.8;
    font-size: 24px;
    color: #f55c4e;
    box-shadow: 1px 7px 6px #e1e1e1;
    margin-bottom: 30px;
}
.imgce {
    margin-top: 16px;
}
.contactbox p {
    margin-bottom: 0;
}

.icon img {
    padding-top: 19px;
}
.clbox h5 {
    text-align: center;
    padding-top: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: NunitoSans-SemiBold;
}
.boxes ul {
    display: flex;
    justify-content: center;
}
.contactbox {
    text-align: center;
    font-size: 15px;
    font-family: Roboto-Medium;
    color: #000;
    border: 1px solid #d7d7d7;
    min-height: 263px;
    padding-top: 30px;
}
.contactbox a {
    color: #000;
    padding-top: 11px;
}
.boxes ul li {
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: -2px 7px 27px 9px #ececec;
    width: 40%;
    border: 1px solid #f1f1f1;
}
.clbox {
    padding-top: 20px;
}

.boxplan3 ul li {
    list-style: disc;
    margin-left: 20px;
}
.back50 {
    background-color: #3a45d3;
}
.redback2:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f45243;
    right: 0;
}

.redback2:after {
    content: "";
    position: absolute;
    width: 390px;
    height: 259px;
    background: url(../images/dottedback.png) no-repeat;
    right: 0;
    z-index: 1;
    top: 0px;
}
.back50 {
    background-color: #3a45d3;
    overflow: hidden;
    position: relative;
}
.formbox input {
    height: 50px;
    width: 100%;
    padding-left: 14px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-top:none;
    border-right:none;
    border-left:none;
    background-color: transparent;
    color: #fff;   
}
.formbox textarea {
    width: 100%;
    border: 1px solid #fff;
    padding-left: 14px;
    min-height: 100px;
    border-top:none;
    border-right:none;
    border-left:none;
    background-color: transparent;
    color: #fff;

}
.fullbanner3 {
    background: url(../images/subpagerbanner.jpg) no-repeat center top;
    background-size: cover;
    min-height: 366px;
}
.map {
    border: 1px solid #d7d7d7;
    padding: 10px;
}
.btnextra {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 7px 32px;
    margin-top: 23px;
    transition: 0.3s;
}
.btnextra:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    padding: 7px 32px;
    margin-top: 23px;
    transition: 0.3s;
}
.btn-link2 {
    font-size: 17px;
    color: #3a45d3;
    width: 100%;
    background-color:#3a45d3; 
    color:#fff;
    text-align: left;
    padding: .75rem 1.25rem;
    transition: 0.3s;
    border-radius: 0px;
}
.btn-link2:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f45243;
    transition: 0.3s;
}

.card-header {
    padding:0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
button:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.plan2{
    background: url(../images/faqback.png) no-repeat right;
    background-size: contain;
}
/*=================================start blog===============================*/
.ppty-item-pic2 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.blogcont {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    margin-left: 26px;
    margin-right: 26px;
    top: -51px;
    padding: 25px;
    box-shadow: 1px -2px 21px 7px #e6e6e6;
}
.bloghead {
    position: relative;
}
.bloghead p {
    margin: 0;
    font-size: 15px;
    color: #959595;
    margin-bottom: 17px;
}
.share a {
    position: absolute;
    right: 0;
    top: 0px;
}
.blogcont h4 {
    color: #000;
    font-family: NunitoSans-SemiBold;
    font-size: 19px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 10px;
}
.blogcont p {
    font-size: 15px;
    color: #585858;
}
.blogback {
    position: relative;
    border-radius: 10px;
}
.datebox {
    position: absolute;
    z-index: 1;
    right: 19px;
    top: 30px;
}
.datebox {
    background-color: #f45243;
    width: 53px;
    height: 58px;
    text-align: center;
    color: #fff;
    padding-top: 4px;
    font-family: NunitoSans-SemiBold;
}
.datebox:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 17px solid transparent;
    border-top: 28px solid #f45243;
    top: 58px;
    right: 0px;
} 

.searchbox input {
    border-radius: 0px;
    outline: none;
    height: 45px;
    border: 1px solid #3a45d3;
    color: #fff;
    padding: 10px 15px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/searchicon.png);
    background-repeat: no-repeat;
    background-position: 94% 13px;
    background-color: #3a45d3;
    width: 100%
}
.formbox textarea::placeholder {
  color: #585858;
  opacity: 1;
   font-family: Roboto-Regular;
}

.formbox input::placeholder {
  color: #585858;
  opacity: 1;
   font-family: Roboto-Regular;
}

.formbox input::-ms-input-placeholder { 
  font-family: Roboto-Regular;  
 color: #585858;
}

.formbox input::-ms-input-placeholder {
     font-family: Roboto-Regular;
 color: #585858;
}
.subcontbox2 {
    margin-bottom: 25px;
}
.subcontbox2 img {
    float: left;
    min-height: 82px;
    /* padding-right: 37px; */
    width: 120px;
    border: 1px solid #d7d7d7;
    margin-right: 23px;
    box-shadow: 0px 6px 13px #d7d7d7;
}
.conbox2 {
    display: flex;
    flex-direction: column;
}
.ppty-item-pic2 img {
    max-width: 100%;
    height: 300px;
    
}
.org {
    color: #f45243;
}

.org:hover {
    color: #3a45d3;
}

.blu {
    color: #3a45d3;
}

.blu:hover {
    color: #f45243;
}

.recentpost h2 {
    font-size: 25px;
    font-family: NunitoSans-SemiBold;
    margin-bottom: 21px;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.pagination a {
    color: black;
    float: left;
    padding: 8px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #000;
    margin: 0 4px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}
.page-link.bd {
    border: none;
}
.page-link.bdL:hover {
    border: none;
    background-color: transparent !important;
    opacity: 0.5;
}
.pagination a.active {
  background-color: #a4a3a1;
  color: #fff !important;
  border: 1px solid #FFF;
}

.pagination a:hover:not(.active) {background-color: #a4a3a1;}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #a4a3a1;
    border-color: #a4a3a1;
}

.ftr-link {
    margin-top: 16px;
}
.listbox p {
    color: #9f9f9f;
    font-size: 14px;
    margin-top: 15px;
}

.modal-title {
    text-align: left;
    font-size: 20px;
    font-family: Roboto-Medium;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}
.modal-title::before {
    content: "";
    position: absolute;
    width: 139px;
    height: 2px;
    background-color: #000;
    bottom: -10px;
}
.form-control.bm {
    height: 45px;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    padding-left: 63px;
    margin-bottom: 24px;
}
.gbox span {
    padding-top: 7px;
}
.loginbtn {
    background-color: #fc3d6a;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.formpoup{
    position: relative;

}
.formpoup span {
    position: absolute;
    bottom: 13px;
    left: 14px;
    font-size: 14px;
}
.carousel-control-prev {
    left: 0;
    display: none;
}
.carousel-control-next {
    left: 0;
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 0px !important;
}
.ten {
    margin: 0;
}
.formpoup span:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #cfcfcf;
    left: 33px;
    top: -2px;
}
.linkbox {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.close {
    position: absolute;
    right: 11px;
    top: 7px;
    border: 1px solid #000;
    z-index: 9;
}
.linkbox span{
  font-family: Roboto-Medium;
}
.linkbox p {
    font-family: Roboto-Light;
    font-size: 16px;
    color: #000;
}
.blk2 {
    font-size: 16px;
    background-color: #fff;
    position: relative;
    margin-left: 10px;
    color: #000;
    font-family: Roboto-Light;
}
.blk2:hover {
    font-size: 16px;
    background-color: #fff;
    position: relative;
    margin-left: 10px;
    color: #696d6e;
    font-family: Roboto-Light;
    opacity: 0.5;
}

.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}

.col-lg-4.gp25 {
    margin-bottom: 35px;
}

.dtbox {
    background-color: #000;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 150px;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 30px;
}
.dtbox p {
    margin: 0;
}
.blogdbox img {
    background-color: #000;
    padding: 10px;
}
.formbox {
    background-color: #12ad2b;
    padding: 50px;
    position: relative;
    margin-top: 58px;
    margin-bottom: 40px;
}
.formbox h5{
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding-bottom: 22px;
}
.formbox h5:before {
    content: "";
    position: absolute;
    width: 89px;
    height: 1px;
    background-color: #fff;
    top: 84px;
}
.map11 {
    position: absolute;
    width: 67%;
    right: 0;
}
.mapbox {
    padding-bottom: 60px;
}
/*custom check box*/
.pop {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 8px;
}
.cbox .form-group {
    margin-right: 16px;
    margin-top: 13px;
}

/* Hide the browser's default checkbox */
.pop input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border:1px solid #000;
}

/* On mouse-over, add a grey background color */
.pop:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.pop input:checked ~ .checkmark {
  background-color: transparent;
  border:1px solid #000; 
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.pop input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.pop .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cbox {
    display: flex;
    font-size: 15px;
}
.bd {
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
}
.bd.mt50 {
    margin-top: 0px;
    margin-bottom: 53px;
}
.addbbox {
    margin-top: 0px;
    position: relative;
}
.mlauto {
    margin-left: auto;
    margin-right: auto;
}
.rghed {
    position: absolute;
    top: -14px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #000s;
    font-size: 20px;
    font-family: Roboto-Medium;
}
.gp_35 {
    margin-top: 20px;
}
.addbbox input {
    border-radius: 0px;
    outline: none;
    height: 48px;
    border: none;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    width: 100%;
    margin-right: 15px;
    padding-left: 20px;
}
.bbox select {
    outline: none;
    height: 48px;
    border: 0px;
    border: 1px solid #d7d7d7;
    color: #888888;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url(../images/downarow.png);
    background-repeat: no-repeat;
    background-position: 95% 17px;
    width: 100%;
    padding-left: 20px;
}
.rc2{
    position: relative;
}

.rc2 span {
    position: absolute;
    bottom: 14px;
    color: #c3c3c3;
    left: 22px;
}
.rc2 input {
    padding-left: 58px;
}

.rc2:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d7d7d7;
    z-index: 1;
    left: 46px;
    top: 9px;
}

.capt {
    margin-bottom: 22px;
}

.billbox h2 {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Roboto-Medium;
    margin-bottom: 15px;
}
.blidetails p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.gim {
    width: 100px;
    margin: 0px auto;
}
.ic img {
    display: block;
}

.ebox p {
    font-size: 15px;
    text-align: center;
    background-color: #f2f2f2;
    margin-top: 11px;
    font-family: Roboto-Medium;
    color: #696969;
}
.btnx {
    display: flex;
    justify-content: center;
}
.ybtn {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #000;
    transition: 0.3s;
}
.ybtn:hover{
   border: 1px solid #000;
   color: #000;
   transition: 0.3s;
   background-color:transparent;
}
.nbtn{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #000;
    transition: 0.3s;
}
.nbtn:hover{
   border: 1px solid #000;
   color: #fff;
   transition: 0.3s;
   background-color:#000;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}
.slidecontainer p {
    background-color: #000;
    width: 190px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Roboto-Medium;
}

.slidecontainer input {
    border-radius: 0px !important; 
    outline: none !important; 
    height: 0px !important; 
    background-color: transparent !important;
    border-radius: 0px !important;
    width: 100% !important; 
    margin-right: 0px !important; 
    padding-left: 0px !important;
    border: 7px solid #d7d7d7 !important;
}

.dubox {
    display: flex;
}
.fig {
    border: 1px solid #d7d7d7;
    padding: 9px 11px;
    font-size: 17px;
    font-family: Roboto-Medium;
}
.plbox {
    border: 1px solid #d7d7d7d7;
    padding-left: 9px;
    padding-right: 9px;
    cursor: pointer;
}
.msbox{
    border: 1px solid #d7d7d7d7;
    padding-left: 9px;
    padding-right: 9px;
    cursor: pointer;
}
.plbox span {
    line-height: 3;
}
.msbox span{
   line-height: 3;
}
.serv{
  position: relative;
}

.serv:before{
  position: absolute;
  content: "";
  background: url(../images/hero-two-shape-1.png) no-repeat left;
  width: 236px;
  height: 238px;
  top:0;
}
.donatino img {
    width: 175px;
    display: none;
}
.myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}
.serimg img {
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    padding: 5px;
    width: 100%
}
.shape-icon-two {
    position: absolute;
    z-index: -1;
    right: -50px;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ec6713;
    -webkit-filter: blur(100px);
    filter: blur(100px);

  }

  .offerContent img {
    transition: transform .5s;
}

  .offerContent img:hover {
    -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  }

  .blogbox1 {
    background-color: #ffa500;
    border-radius: 10px;
    padding: 15px;
}
.blogbox2 {
    background-color: #12ad2b;
    border-radius: 10px;
    padding: 15px;
    height: 459px;
}
.blogbox1 img {
    border-radius: 5px;
    border: 1px solid #9b6503;
    padding: 5px;
}
.blogbox1 p {
    line-height: 1.5;
    color: #f1f1f1;
}
.blogbox2 p {
    line-height: 1.5;
    color: #f1f1f1;
}
.bgcont2 h4 {
    font-size: 20px;
    font-family: Roboto-Medium;
    padding-top: 0px;
    margin: 0;
    padding-bottom: 25px;
    color: #fff;
}
.blog{
  position: relative;
}
.blog:before {
    position: absolute;
    content: "";
    background: url(../images/wrapper.png) no-repeat right;
    height: 821px;
    width: 1016px;
    right: 339px;
    top: -57px;
}
.carousel-inner img {
    width: 100%;
    border-radius: 15px;
}
.m_box {
    background: #00205b;
  }
.scroll-text {
    padding: 8px 0;
    font-size: 1rem;
    line-height: 1.7rem;
}
.scroll-text p {
    margin: 0 40px;
    display: inline;
}
.header-top2 a {
    color: #fff;
}
.header-top2 a:hover {
    color: #02deff;
}
#banner {
    position: relative;
    background: url(../images/dotback2.png) no-repeat;
    background-position: 0% 40%;
    object-fit: cover;
    padding-bottom: 90px;
    padding-top: 90px;
}
.sub_sldr h4 {
    color: #fff;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 46px;
    font-size: 35px;
    text-shadow: 3px 3px 5px #000;
}
.stable td {
    padding: 7px;
    background-color: #3b7d40;
    border: 1px solid #fff;
    color: #fff;
}
.blue_b {
    background-color: #02296f;
}
.deep {
    background-color: #e25a00 !important;
}


/*new design css*/


.imgbox img {
    width: 172px;
    border: 1px solid #d7d7d7;
    padding: 1px;
    border-radius: 50%;
    margin: 0px auto;
}
.imgbox {
    width: 172px;
    margin: 0px auto;
    margin-bottom: 15px;
}
.stable h4 {
    margin-top: 25px;
}
.mid img {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #000;
    padding: 5px;
}

.lmbox {
    box-shadow: 5px 5px 50px #ccc;
    padding: 15px;
    margin-bottom: 30px;
}
.lmbox p {
    color: #3b7d40;
    font-size: 12px;
}

.card-shape {
    position: absolute;
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}
.card-shape-light {
    background: #fafa33;
    top: -100%;
    right: -100%;
    z-index: 1;
    transition: .5s ease-in-out;
}
.card-shape-dark {
    top: -100%;
    right: -100%;
    background: #e7e72c;
    z-index: 2;
    transition: .8s ease-in-out;
}
.feature-card {
    position: relative;
    overflow: hidden;
    padding: 2.8125rem 1.875rem;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}
.feature-card.active .card-shape-dark, .feature-card:hover .card-shape-dark {
    top: -65px;
    right: -55px;
}

 .feature-card.bg-light.active, .feature-card.bg-light:hover {
    background-color: #cdfcd4!important;
    box-shadow: 0 16px 27px 0 rgba(0,0,0,.08);
}
 .feature-card.active .card-shape-light, .feature-card:hover .card-shape-light {
    top: -50px;
    right: -50px;
}
.feature-card {
    position: relative;
    overflow: hidden;
    padding: 2.8125rem 1.875rem;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    margin-top: 55px;
    margin-bottom: 55px;
    height: 350px;
}
.bg-light {
     background-color: #fff !important;
}
.round {
    background-color: #cdfcd4;
    width: 95px;
    height: 95px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 5px #d7d7d7;
}
.feature-card h4 {
    font-family: 'Roboto-Medium';
    font-size: 22px;
}

.colorbox h4{
  font-family: 'Roboto-Medium';
    font-size: 22px;
}


.colorbox{
  background-color:#f1f1f1;
  color:#333;
  box-shadow: 0 16px 27px 0 rgba(0,0,0,.08);
    overflow: hidden;
    padding: 2.8125rem 1.875rem;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border:1px solid #d7d7d7;
        height: 290px;
}

.colorbox:hover{
  background-color:#d8f7dd;
  color:#333;
  box-shadow: 0 16px 27px 0 rgba(0,0,0,.08);
    overflow: hidden;
    padding: 2.8125rem 1.875rem;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border:1px solid #12ad2b;
        height: 290px;
}

.round2 {
    background-color: #cdfcd4;
    width: 95px;
    height: 95px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 5px 5px 5px #d7d7d7;
}
.mi_colorbox{
  box-shadow: 0 16px 27px 0 rgba(0,0,0,.08);
  background: linear-gradient(to bottom, #12ad2b 0%, #fafa33 100%);
   padding: 2.8125rem 1.875rem;
     border-radius: 6px;
     border:1px solid #12ad2b;
     height: 235px; 
}
.mi_colorbox p {
    color: #fff;
    font-size: 19px;
    text-shadow: 2px 1px 2px #000;
}
.mi_colorbox h5 {
    color: #000;
    font-size: 23px;
    text-shadow: 2px 1px 2px #fff;
    font-family: Roboto-Medium;
}
.contbox h6 {
    color: #ffa500;
    font-size: 20px;
    font-family: Roboto-Medium;
}
.contbox ul li {
    font-size: 14px;
    padding-bottom: 3px;
    list-style: disc;
    margin-left: 52px;
}

