*
{
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
html, body
{
  overflow-x: hidden;
}
body
{
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
}
body::-webkit-scrollbar 
{
  width: 3px;
}
body::-webkit-scrollbar-track
{
  background: #FFF;
}
body::-webkit-scrollbar-thumb
{
  background: #396cf0;
}
/*=======================================modal popup design=========================*/
.modalpvall_btnarea
{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.popmodal_buttondesign
{
  background-color: #c61c1a;
  color: #FFF;
  width: 150px;
  height: 50px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 17px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modalbdy_popimgdesign
{
  width: 100%;
  height: 100%;
}
/*=======================================modal popup design=========================*/

/*=======================================header design==============================*/
.btn.book-now 
{
  background: #c61c1a;
  border-radius: 0;
  color: #FFF;
  display: inline-block;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 150px;
  top: 35%;
  z-index: 999;
  display: none;
}
.topmain_header
{
  display: block;
  padding: 0px;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 2%;
}
.header .item-left 
{
  flex: 0 0 20%;
}
.header .logo a 
{
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
.sitelogo_imgdesign 
{
  width: 190px;
}
.iso_numbertextdesign
{
    margin: 0px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    padding: 7px 0px 0px 10px;
}
.iso_numbertextdesign1
{
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    padding: 0px 0px 0px 10px;
    margin: -5px 0px 0px 0px;
}
.navbar_outsection
{
  
}
.kleft_navbarsection
{
  position: relative;
  height: 105px;
}
.kleft_navbarsection::before
{
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #f9f3ea;
  -webkit-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
  left: -42px;
  width: 380px;
}
.kright_navbaesection
{
 
}
.topheader_fstleftoutsection
{
   padding: 9px 0px 0px 0px;
}
.topheader_fstrightoutsection
{
  
}
.headermapdesign_area
{
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
}
.headermapicon_area
{
  font-size: 15px;
    padding: 0px 5px 0px 0px;
}
.headercontactdesign_area
{
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0px 0px 20px;
}
.headercontacticon_area
{
    font-size: 15px;
    padding: 0px 5px 0px 0px;
}
.header_socialarea
{
    margin: 0px;
}
.header_socialarea li
{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    cursor: pointer;
    margin: 0px 7px 0px 0px;
}
.header_socialarea li a
{

}
.header_socialarea li a i
{
  color: #eb1111;
}
.custom_headerback
{
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.header .logo a
{
  font-size: 30px;
  color:#000000;
  font-weight: 700;
  text-decoration: none;
}
.header .item-center
{
  flex: 0 0 66%;
  padding: 30px 0px 0px 140px;
}
.header .item-right
{
  flex:0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a
{ 
  text-decoration: none;
  font-size: 16px;
  color:#555555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.header .menu > ul > li
{
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
}
.header .menu > ul > li > a
{
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    position: relative;
    text-transform: uppercase;
    transition: color 0.3sease;
    text-decoration: none;
    letter-spacing: 1px;
}
.header .menu > ul > li .sub-menu
{
  position: absolute;
  z-index: 500;
  background-color: #FFF;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 19%);
  padding: 10px 0px;
  transition: all 0.5s ease;
  margin-top:25px;
  opacity:0;
  visibility: hidden;
}
.header .menu > ul > li .sub-menu > ul > li
{
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a
{
  display: inline-block;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu
{
  min-width: 320px;
  max-width: 380px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li
{
  line-height: 1;
  display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a 
{
  padding: 10px 0px 2px 0px;
  display: inline-block;
  font-size: 12px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.header .menu > ul > li .sub-menu.mega-menu
{ 
  left: 50%;
  transform: translateX(-50%);  
}
@media(min-width: 992px)
{
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu
  {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}
.header .menu > ul > li .sub-menu.mega-menu-column-4
{
  max-width: 1100px;
  width: 100%;  
  display: flex;
  flex-wrap: wrap;
  padding:15px 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item
{
  flex:0 0 30%;
  padding:0 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title
{
  font-size: 16px;
  color: #ef4138;
  font-weight: 600;
  line-height: 1;
  padding: 15px 0px 0px 0px;
  text-transform: uppercase;
}
.menuunder_mainsubheading
{
  color: #ef4138 !important;
  text-decoration: none !important;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title
{
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img
{
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a
{
  /*color:#ef4138;*/
}
/* banner section */
.banner-section
{
  background-image: url('../img/banner.webp');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger
{
  display: none;
}

/*responsive*/
@media(max-width: 991px)
{

  .header .item-center
  {
    order:3;
    flex:0 0 100%;
  }
  .header .item-left,
  .header .item-right
  {
    flex:0 0 17%;
    padding: 6px 0px 0px 20px;;
  }
  .v-center{
    justify-content: space-between;
  }
  .header .mobile-menu-trigger
  {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span
  {
    display: block;
    height: 2px;
    background-color: #FFF;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after
  {
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
  }
  .header .mobile-menu-trigger span:before
  {
    top:-6px;
  }
  .header .mobile-menu-trigger span:after
  {
    top:6px;
  }
  .header .item-right{
    align-items: center;
    margin: 5px 25px 0px 0px;
  }
  .header .menu
  {
    position: fixed;
    width: 320px;
    background-color:#ffffff;
    left:0;
    top:0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active
  {
    transform: translate(0%);  
  }
  .header .menu > ul > li
  {
    line-height: 1;
    margin:0;
    display: block;
  }
  .header .menu > ul > li > a
  {
    line-height: 50px;
    height: 50px;
    padding:0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .header .menu > ul > li > a i
  {
    position: absolute;
    height: 50px;
    width: 50px;
    top:0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head
  {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top:0;
  }
  .header .menu .mobile-menu-head .go-back
  {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back
  {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title
  {
    font-size: 15px;
    font-weight: 500;
    color:#000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close
  {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;  
    font-size: 25px;
  }
  .header .menu .menu-main
  {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu
  {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin:0;
    padding:15px;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
.header .menu > ul > li .sub-menu.active
{
  display: block;
}
@keyframes slideLeft{
  0%{
    opacity:0;
    transform: translateX(100%);
  }
  100%{
      opacity:1;
    transform: translateX(0%);  
  }
}
@keyframes slideRight{
  0%{
    opacity:1;
    transform: translateX(0%);
  }
  100%{
      opacity:0;
    transform: translateX(100%);  
  }
}
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    margin-top:0;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex: 0 0 100%;
        padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active{
    visibility: visible;
    opacity:1;  
  }
}
.mainnav_outsection
{
  padding: 20px 0px 0px 20px;
  margin: 0px;
}
.custominner_mainoutsection
{
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.firstmenu_imgarea
{
  width: 70%;
}
.fstimg_menudesign
{
  width: 100%;
  height: 100%;
}
.secondmenu_imgarea
{
  width: 40%;
}
.secondimg_menudesign
{
  width: 100%;
  height: 100%;
}
.rmove_marker
{
  list-style-type: none;
  padding: 0px 0px 0px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a i
{
  padding: 0px 5px 0px 0px;
}
.sitelogo_design
{
  width: 190px;
  z-index: 999;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.slide_cblueside
{
  content: "";
  position: absolute;
  top: 0px;
  background-color: var(--theme-color);
  -webkit-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
  left: 90%;
  height: 100%;
  z-index: 999;
}
.bkapmntbtn_design
{
  width: 175px;
  height: 50px;
  line-height: 40px;
  border-radius: 30px;
  background-color: #c61c1a;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  position: absolute;
  right: 10%;
  top: 32%;
  transition: 0.5s;
}
.bkapmntbtn_design a
{
  text-decoration: none;
  color: #FFF;
}
.pulse 
{
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation 
{
  0% 
  {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 2);
  }
  100% 
  {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.rnbk_imgdesign
{
  width: 33px;
}
.service_hlistpgesection
{
  margin: 0px;
  padding: 0px;
}
.service_hlistpgesection li
{
  list-style: none;
  color: #808080;
  font-size: 11px;
  text-align: left;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  padding: 0px 0px 10px 0px;
}
.service_hlistpgesection li i
{
  padding: 0px 7px 0px 0px;
  font-size: 12px;
  color: #000;
}
/*=======================================hedaer design==============================*/
/*=============================================banner design style==========================*/
.video_outsection
{
  position: relative;
  height: 100vh;
  background-image: url('../images/banner.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.background_bannervideo
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blackback_ground
{
  width: 100%;
  height: 100%;
  background-color: #00000036;
  position: absolute;
  top: 0px;
}
.banner_ioutsection
{
  position: absolute;
  top: 37%;
  left: 0px;
}
.containleft_outsection
{
   margin: 15px 0px 0px 0px; 
}
.bannerfst_headingtext 
{
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  padding: 0px 0px 0px 10px;
  font-family: "Lora", serif;
}
.newt_textdesign
{
    position: relative;
    top: 10px;
}
.bannerfst_imgdesign 
{
  width: 40px;
  margin: 0px 5px 0px 0px;
}
.bannersecond_ptextdesign
{
  color: #FFF;
  margin: 0px;
  padding: 10px 0px 0px 10px;
  font-size: 15px;
  width: 470px;
  line-height: 30px;
  font-weight: 400;
}
.bannersecond_ptextdesign1
{
  color: #FFF;
  margin: 0px;
  padding: 10px 0px 0px 10px;
  font-size: 28px;
  width: 550px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 2px;
}
.bannersecond_ptextdesign2
{
  color: #FFF;
  margin: 0px;
  padding: 17px 0px 0px 10px;
  font-size: 28px;
  width: 550px;
  line-height: 5px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 2px;
}
.onclck_one
{
  color: #51e2f5;
  font-size: 40px;
}
.onclck_two
{
  color: #ff5e6c;
  font-size: 40px;
}
.bannertwobtn_design
{
  align-items: center;
  position: relative;
  margin: 16px 0px 0px 10px;
}
.bookmarkBtn 
{
  width: 160px;
  height: 48px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #00cc61;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  overflow: hidden;
}
.IconContainer 
{
  width: 36px;
  height: 36px;
  background: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255));
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}
.icon 
{
  border-radius: 1px;
}
.text 
{
  height: 100%;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  transition-duration: 0.3s;
  margin: 0px;
  font-size: 17px;
}
.bookmarkBtn:hover .IconContainer 
{
  width: 93%;
  transition-duration: 0.3s;
}
.bookmarkBtn:hover .text 
{
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}
.bookmarkBtn:active 
{
  transform: scale(0.95);
  transition-duration: 0.3s;
}
.bookmarkBtn1
{
  width: 160px;
  height: 48px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  overflow: hidden;
}
.bookmarkBtn1:hover .IconContainer 
{
  width: 93%;
  transition-duration: 0.3s;
}
.bookmarkBtn1:hover .text 
{
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}
.bookmarkBtn1:active 
{
  transform: scale(0.95);
  transition-duration: 0.3s;
}
.whatsbanner_lnkdesign
{
  text-decoration: none !important;
}
/*=============================================banner design style==========================*/

/*==============================================about us style==============================*/
.aboutus_mainoutsection
{
  margin: 70px 0px 0px 0px;
}
.aboutleft_outsection
{
  position: relative;
}
.abtimg_design1
{
  width: 70%;
  object-fit: cover;
  border-radius: 20px;
}
.about-img-1:before 
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 30%;
  transform: translate(-50%, 70px);
  width: 130px;
  height: 40px;
  background: url(../images/about-img-bg.svg) no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.about-img-2
{
  position: absolute;
  bottom: -115px;
  right: -55px;
}
.abtimg_design2
{
  width: 90%;
  object-fit: cover;
  border-radius: 20px;
}
.contact-circle 
{
  position: absolute;
  top: 30px;
  right: 0px;
  animation: infiniterotate 30s infinite linear;
}
@keyframes infiniterotate
{
  from{
    transform: rotate(0deg);
    }
  to{
    transform: rotate(360deg);
  }
}
.contact-circle img
{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #396cf0;
  padding: 5px;
}
.abouright_outsection
{
  
}
.aboutheading_textdesign
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 20px 0px 0px 40px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about_shortheadingtextdesign
{
  font-size: 32px;
  font-weight: 700;
  color: #000;
  padding: 0px 0px 0px 40px;
  line-height: 40px;
}
.about_shortheadingtextdesign span
{
  color: #ff5e6c;
  font-size: 27px;
}
.about_lngtextdesign
{
  color: #808080;
  padding: 0px 0px 0px 40px;
  font-size: 14px;
  text-align: justify;
}
.about_lngtextdesign1
{
  color: #808080;
  padding: 0px 0px 0px 40px;
  font-size: 13px;
  text-align: justify;
}
.uaboutdown_karea
{
  margin: 0px 0px 0px 27px;
}
.about_downledsection
{
  background: rgba(29, 49, 49, 0.08);
  border-radius: 5px;
  padding: 15px 0px;
  margin: 0px 0px 15px 0px;
}
.aboutdown_iconimgdesign
{
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.about_downrightsection
{
  border: none;
}
.nhdng_textdesign
{
  color: #000;
  font-size: 17px;
  margin: 0px;
  font-weight: 800;
  padding: 5px 0px 0px 0px;
}
.nhbdng_ptextdesign
{
  color: #808080;
  padding: 3px 0px 0px 0px;
  font-size: 14px;
  text-align: justify;
}
.cssbuttons-io-button 
{
  background: #396cf0;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  /*box-shadow: inset 0 0 1.6em -0.6em #252725;*/
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  margin-left: auto;
  margin-right: auto;
}
.cssbuttons-io-button .icon 
{
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 5px;
  right: 0.3em;
  transition: all 0.3s;
}
.cssbuttons-io-button:hover .icon 
{
  width: calc(100% - 0.6em);
}
.cssbuttons-io-button .icon svg 
{
  width: 1.1em;
  transition: transform 0.3s;
  color: #10055c;
}
.cssbuttons-io-button:hover .icon svg 
{
  transform: translateX(0.1em);
}
.cssbuttons-io-button:active .icon 
{
  transform: scale(0.95);
}
.cpntact_crclidesign
{
  position: absolute;
  top: 41%;
  left: 45%;
  color: #FFF;
  font-size: 25px;
  cursor: pointer;
}
.wwretext_design
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 0px 0px 0px 40px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.abvison_leftoutsection
{
  margin: 50px 0px 0px 0px;
}
.onvsn_imgdesign
{
  width: 100%;
  height: 100%;
}
.inneraboutus_mainoutsection
{
  margin: 70px 0px -50px 0px;
}
.innerviion_outsection
{
  margin: 50px 0px -50px 0px;
}
/*==============================================about us style==============================*/

/*==============================================service style===============================*/
.departments-wrap-layout2 
{
  padding: 6rem 0px 6rem;
  position: relative;
  margin: 70px 0px 0px 0px;
}
.bg-light-secondary100 
{
  background-color: #f3f3f3;
}
.departments-wrap-layout2 .left-img 
{
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.companyservice_outsection
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  background-color: #f4f4f4;
}
.leftservice_outsection
{
  position: sticky;
  top: 20px;
  padding: 40px 0px 0px 0px;
}
.serviceheading_textdesign
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 20px 0px 0px 40px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.servc_ptextdesign
{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding: 0px 0px 0px 40px;
    line-height: 40px;
}
.servc_ptextdesign span
{
  color: #ff5e6c;
}
.exbtn_area
{
  margin: 0px 0px 0px 40px;
}
.service_rightoutsection
{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  overflow: hidden;
}
.service-item:nth-child(odd) 
{
  border-bottom: none;
}
.service-item 
{
  position: relative;
  width: 50%;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4sease-in-out;
}
.service-item:hover
{
  background-color: #396cf0;
}
.service-item:hover .icon-box
{
  background-color: #161515;
}
.service-item:hover .service-item-content h3
{
  color: #FFF;
}
.service-item:hover .service_hlistpgesection li
{
  color: #FFF;
}
.service-item:hover .service_hlistpgesection li i
{
  color: #FFF;
}
.service-item:hover .service-item-content p
{
  color: #FFF;
}
.service-item:hover .service-btn
{
  background-color: #161515;
}
.service-no 
{
  position: absolute;
  right: 40px;
  bottom: -40px;
  z-index: 1;
}
.service-no h2 
{
  font-size: 100px;
  letter-spacing: 0.03em;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  stroke-width: 10px;
  -webkit-text-stroke-color: #f3f3f3;
  stroke: #f3f3f3;
  transition: all 0.4sease-in-out;
}
.service-content-box 
{
  display: flex;
}
.service-item .icon-box 
{
  position: relative;
  width: 50px;
  height: 50px;
  background: #396cf0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.service-item .icon-box img 
{
  position: relative;
  z-index: 1;
  max-width: 30px;
}
.service-item-content 
{
  position: relative;
  width: calc(100% - 70px);
  z-index: 1;
}
.service-item-content h3 
{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #000;
  transition: all 0.4sease-in-out;
}
.service-item-content p 
{
  margin-bottom: 12px;
  color: #808080;
  font-size: 12px;
  text-align: justify;
}
.service-btn 
{
  position: relative;
  width: 56px;
  height: 32px;
  background: #396cf0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4sease-in-out;
  z-index: 1;
}
.service-btn img 
{
  position: relative;
  max-width: 20px;
  z-index: 1;
}
.uservc_textdesign
{
  text-decoration: none !important;
}
/*==============================================service style===============================*/

/*===============================why choose ihans style=====================================*/
.wcu_ihansoutsection
{
  margin: 70px 0px 0px 0px;
}
.wcu_leftoutsection
{
  margin: 20px 0px 0px 0px;
}
.right-whychoose-us-style-one
{
  position: relative;
}
.feature-bg-primary img
{
  width: 100%;
  height: auto;
}
.thumbnail-image img
{
  width: 100%;
  height: 100%;
}
.right-whychoose-us-style-one .thumbnail-image 
{
  position: absolute;
  right: -28%;
  bottom: 0;
  max-width: 438px;
}
.right-whychoose-us-style-one .inner-content .top 
{
  position: absolute;
  left: 40px;
  top: 40px;
}
.right-whychoose-us-style-one .inner-content .top .title 
{
  color: #fff;
  font-size: 70px;
  margin-bottom: 0px;
  font-family: "Lora", serif;
}
.right-whychoose-us-style-one .inner-content .top .time-shedule 
{
  display: flex;
  align-items: center;
  gap: 8px;
}
.right-whychoose-us-style-one .inner-content .top .time-shedule span 
{
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.right-whychoose-us-style-one .inner-content .call-us 
{
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.right-whychoose-us-style-one .inner-content .call-us span 
{
  color: #fff;
  font-size: 18px;
}
.wcihns_textdesign
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 20px 0px 0px 40px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wcu_lefticonsection
{
  background: rgba(29, 49, 49, 0.08);
  border-radius: 5px;
  padding: 15px 0px;
  margin: 0px 0px 0px 20px;
  width: 75px;
}
.wcu_lefticonsection img
{
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wcu_rightcontentsection
{
  
}
.wecp_headingtext
{
  color: #000;
  font-size: 23px;
  margin: 0px;
  font-weight: 600;
  padding: 5px 0px 5px 0px;
}
.wecp_potextdesign
{
  color: #444;
  text-align: justify;
  font-size: 13px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}
.wcihjc
{
    color: #FFF !important;
    text-decoration: none;
}
/*===============================why choose ihans style=====================================*/

/*================================our growing presence style===============================*/
.growing_presencesection
{
  margin: 70px 0px 0px 0px;
  background-image: url('../images/growing-background.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.background_blckcolor
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000075;
  top: 0px;
}
.bckground_inneroutsection
{
  margin: 70px 0px 50px 0px;
  position: relative;
}
.oygrnt_textdesign
{
  color: #FFF;
  margin: 0px;
  text-transform: uppercase;
  font-family: "Lora", serif;
  text-align: center;
  font-size: 35px;
}
.iertxet_jdesign
{
  text-align: left;
  color: #FFF;
  font-size: 15px;
  margin: 15px 0px 0px 0px;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
}
.oygreen_outsectionbox
{
  border-radius: 15px;
  margin: 30px 0px 0px 0px;
  cursor: pointer;
  background-color: #FFF;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.oygreen_outsectionbox:hover
{
  transform: scale(1.1);
}
.oyicon_bldesign
{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
  width: 110px;
}
.city_grwnmedesign
{
  text-align: center;
  margin-top: -25px;
  font-size: 18px;
  padding: 0px 0px 15px 0px;
  color: #212529;
  font-weight: 600;
  text-transform: uppercase;
}
/*================================our growing presence style===============================*/

/*================================team style===============================================*/
.outteam_backsection
{
  position: relative;
}
.outteam_backsection:before 
{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/pattern-2.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  opacity: .20;
  transform: scale(-1);
  content: "";
}
.team_outsection
{
  margin: 70px 0px 0px 0px;
}
.team_membersoutsection
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 0px 0px 0px 0px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.mopcv_textdesign
{
  text-align: center;
  font-size: 35px;
  padding: 0px 0px 30px 0px;
  width: 500px;
  line-height: 45px;
  margin: 0px auto;
  font-weight: 700;
}
.teams .shadow-effect {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

#customers-teams .item {
  height: 370px !important;
  text-align: center;
  padding: 50px;
  margin: -40px 0px 100px 0px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-teams .item p {
  font-size: 12px;
}

#customers-teams .item h2 {
    color: #396cf0;
    font-family: "Lora", serif;
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
    padding: 0px 0px 2px 0px;
}

#customers-teams .item .title {
  font-size: 12px;
}

#pastexp {
  margin-top: 20px;
}

#customers-teams .item h5 {
  font-size: 15px !important;
  font-weight: 700 !important;
}

#customers-teams .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.teams .owl-carousel .owl-item .img-circle {
  transform-style: preserve-3d;
  max-width: 210px;
  margin: 0 auto 10px;
  transition: transform .5s;
  border-radius: 10px;
}

.teams .owl-carousel .owl-item .img-circle:hover {
  transform: scale(0.9);
}

#customers-teams.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams.owl-carousel .owl-dots .owl-dot:hover span {
  background: rgba(215, 67, 77, 0.8);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-teams.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-teams.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-teams.owl-carousel .owl-dots .owl-dot span {
  background: rgba(215, 67, 77, 0.8);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  margin-top: 50px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  outline: none;
  border-radius: 50% !important;
}

.owl-dot,
.owl-dot:active,
.owl-dot:focus {
  outline: 0 !important;
}

@media only screen and (max-width: 1000px) {
  #customers-teams.owl-carousel .owl-dots .owl-dot span {
    height: 20px;
    width: 20px;
    margin-top: 30px;
  }
}

#teamsocial {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 10px auto;
  margin-top: 20px;
}

#teamsocial #socialicon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

#teamsocial #socialicon:hover {
  font-size: 2rem;
  width: 50px;
  height: 50px;
}
.gtc_teamsection
{
    margin-top: 30px;
}
/*================================team style===============================================*/

/*================================who need us sttyle=======================================*/
.section_background
{
  margin: 70px 0px 0px 0px;
}
.cs_gray_bg 
{
  background-color: #e8edf0;
}
.cs_bg_filed 
{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wneedus_outsection
{
  margin-top: 50px;
  margin-bottom: 50px;
}
.wnus_textdesign
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 0px 0px 0px 0px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.wnus_dvdsection
{
  margin: 30px 0px 0px 0px;
}
.wnufst_headingtextdesign
{
  color: #ff5e6c;
  margin: 0px;
  font-size: 18px;
  font-weight: 800;
}
.wnubox_outsection
{
  border-radius: 5px;
  background-color: #FFF;
  padding: 10px 0px;
  margin: 15px 0px 0px 0px;
  width: 45px;
}
.wnubox_outsection img
{
  width: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wnubox_ourntsection
{
  margin: 15px 0px 0px 0px;
}
.wnbox_headingtext
{
  font-family: "Lora", serif;
  font-size: 12px;
  margin: 0px;
  padding: 5px 0px 10px 0px;
  font-weight: 700;
}
.wnu_listdesigntesign
{
  font-size: 12px;
  padding: 0px 0px 7px 0px;
  margin: 0px;
}
.vall_btnarea
{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookmarkBtn2
{
  width: 160px;
  height: 48px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #396cf0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  overflow: hidden;
}
.bookmarkBtn2:hover .IconContainer 
{
  width: 93%;
  transition-duration: 0.3s;
}
.bookmarkBtn2:hover .text 
{
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}
.bookmarkBtn2:active 
{
  transform: scale(0.95);
  transition-duration: 0.3s;
}
.wnyxc_lnktext
{
  text-decoration: none !important;
}
/*================================who need us sttyle=======================================*/

/*================================faq style================================================*/
.faqmain_outsection
{
    margin: 50px 0px 0px 0px;
}
.faqleft_outsection
{
    padding: 0px;
}
.leftfaqimg_design
{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.faqright_outsection
{
    border: none;
    padding: 50px 28px 0px 10px;
}
.innerfaqmain_outsections
{
    margin: 30px 0px 0px 0px;
}
.about_jheadingtextdesign 
{
    color: #171717;
    padding: 8px 0px 8px 10px;
    font-weight: 600;
    border-left: 5px solid #1e8fd0;
    margin: 10px 0px 25px 0px;
    font-size: 25px;
    width: 420px;
    line-height: 40px;
}
.aboutsection_headingtextdesign
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 0px 0px 10px 0px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}
details 
{
    border: 1px solid rgba(112,112,112,0.1);
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom:20px;
    cursor:pointer;
}
summary 
{
    font-weight: 600;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
    list-style-type:"+";
    list-style:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
}
details[open] 
{
    padding: 0.5em; 
    border:none;
    background-color: rgba(173,216,230,0.5);
}
summary::marker
{
    color: #0000ff;
    font-size: 1.2em;
    margin-right:20px;
}
details:hover
{
    background-color:rgba(173,216,230,0.5);
}
details summary::after
{
    content:"+";
    float:right;
    font-size:1.2em;
    color:#0e82fd;
}
details[open] summary::after
{
    content:"-";
    float:right;
    font-size:1.5em;
    color:#0e82fd;
}
.faqp_textdesign
{
    font-size: 12px;
    text-align: justify;
    margin: 0px;
    padding: 10px 10px 0px 10px;
}
/*================================faq style================================================*/

/*================================testimonial style========================================*/
.testmonial_outsection
{
  margin: 70px 0px 0px 0px;
}
.testheading_textdesign
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 0px 0px 0px 0px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.testp_textdesign
{
  text-align: center;
  font-size: 35px;
  padding: 0px 0px 30px 0px;
  font-weight: 700;
  width: 420px;
  margin: 0px auto;
  line-height: 40px;
}
.testimonial{
    background: #fff;
    text-align: center;
    margin: 0 20px;
}
.testimonial .description{
    padding: 32px 12px;
    margin-bottom: 50px;
    border-top: 1px solid #396cf0;
    border-left: 1px solid #396cf0;
    font-size: 12px;
    color: #887e7f;
    line-height: 25px;
    text-align: justify;
    position: relative;
    height: 185px;
}
.testimonial .description:before{
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #ff5a5f;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: #2660a4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content{ position: relative; }
.testimonial .testimonial-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #2660a4;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #2660a4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
      width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 20px;
    font-weight: 700;
    color: #396cf0;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: "Lora", serif;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #2660a4;
}
/*================================testimonial style========================================*/

/*================================footer style=============================================*/
.footer_outsections
{
    margin: 50px 0px 0px 0px;
    background-image: url("../images/footer-background1.webp");
    background-size: cover;
    background-position: center center;
    padding: 0px;
    height: auto;
    position: relative;
}
.footer_outsections::before
{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
}
.footerleft_jxsection
{
    margin: 80px 0px 80px 0px;
    position: relative;
}
.footer_logodesign
{
    width: 200px;
}
.gjfooterp_textdesign 
{
    padding: 15px 15px 0px 0px;
    color: #FFF;
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}
.gfootersocial_plnkarea 
{
    margin: 0px;
    padding: 0px;
}
.gfootersocial_plnkarea li 
{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    background-color: #FFF;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}
.gfootersocial_plnkarea li a 
{
    text-decoration: none;
}
.gfootersocial_plnkarea li a img 
{
    width: 20px;
}
.footermidfc_jxoutsection 
{
    margin: 80px 0px 80px 0px;
    position: relative;
}
.ulinks_outsection 
{
    color: #FFF;
    font-size: 20px;
    margin: 0px;
    position: relative;
}
.ulinks_outsection::before 
{
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: #0E82FD;
}
.ulinks_outsection::after 
{
    position: absolute;
    bottom: -9px;
    left: 45px;
    height: 2px;
    width: 4px;
    content: "";
    background-color: #FFF;
}
.footer_gulnksj 
{
    margin: 0px;
    padding: 20px 0px 0px 0px;
}
.footer_gulnksj li 
{
    list-style: none;
    padding: 0px 0px 8px 0px;
}
.footer_gulnksj li a 
{
    color: #FFF !important;
    text-decoration: none !important;
    font-size: 14px;
}
.footer_gulnksj li a i 
{
    padding: 0px 5px 0px 0px;
}
.lastcontent_outsection 
{
    margin: 80px 0px 0px 0px;
    position: relative;
}
.ulinks_outsection 
{
    color: #FFF;
    font-size: 20px;
    margin: 0px;
    position: relative;
}
.ulinks_outsection::before 
{
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: #1e8fd0;
}
.ulinks_outsection::after 
{
    position: absolute;
    bottom: -9px;
    left: 45px;
    height: 2px;
    width: 4px;
    content: "";
    background-color: #FFF;
}
.udown_borederarea 
{
    border-bottom: 1px solid #ffffff59;
}
.contactfstsection_outfooter 
{
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}
.clinkfooter_boxoutarea 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.clinkfooter_boxoutarea i 
{
    color: #444;
}
.contactfstdownsection_outfooter 
{
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}
.cayun_textdesign 
{
    margin: 0px;
    font-size: 14px;
    color: #FFF;
    padding: 0px 0px 2px 0px;
}
.footercontact_lnktextdesign 
{
    margin: 0px;
    font-size: 14px;
    color: #FFF;
    padding: 0px 0px 5px 0px;
    font-weight: 400;
    text-decoration: none;
}
.udown_borederarea1 
{
    border-bottom: none;
}
.cayun_textdesign 
{
    margin: 0px;
    font-size: 14px;
    color: #FFF;
    padding: 0px 0px 2px 0px;
}
.clicnfooter_addresstext 
{
    margin: 0px;
    font-size: 14px;
    color: #FFF;
    padding: 0px 0px 5px 0px;
    font-weight: 400;
}
.copyright_outsection
{
    background-color: #396cf0e8;
}
.kfurniture_outarea 
{
    margin: 0px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    color: #FFF;
    font-weight: 700;
}
.hcompany_oarea 
{
    color: #f7c600;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}
.hcompany_oarea:hover
{
  color: #f7c600 !important;
}
/*================================footer style=============================================*/

/*=================================breadcum contactus======================================*/
.contactbreadcum_mainoutsection
{
  background-image: url(../images/contactus-breadcum.webp);
  height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.contactbreadcum_mainoutsection::before
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000002e;
}
.breadcumtext_outarea 
{
  margin: 210px 0px 0px 0px;
  position: absolute;
  left: 0px;
}
.connectus_outarea 
{
  font-weight: 700;
  font-size: 50px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.breadcum_linktextarea 
{
  margin: 0px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}
.breadcum_linktextarea li 
{
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
}
.breadcum_linktextarea li a 
{
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  color: #FFF;
  padding-right: 50px;
  text-decoration: none;
}
.breadcum_linktextarea li a:before 
{
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  background-image: url(../images/arrow-right.svg);
  height: 13px;
  width: 18px;
  transform: translateY(-50%);
}
.aboutbreadcum_mainoutsection
{
  background-image: url(../images/abouttus-breadcum.webp);
  height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.aboutbreadcum_mainoutsection::before
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000002e;
}
/*=================================breadcum contactus======================================*/

/*=================================contact us style========================================*/
.outcontact_mainoutsection
{
    margin: 50px 0px 0px 0px;
}
.contactsingle_outsection 
{
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 15px 15px;
    background: #FFF;
    height: 230px;
}
.contactsingle_outsection1 
{
    background: rgb(248, 248, 248);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 15px;
    height: 200px;
}
.contactmpe_iconoutarea 
{
    background-color: #396cf0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.contactmpe_iconoutarea i 
{
    text-align: center;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 60px;
    font-size: 25px;
}
.contactsingle_headtextdesign {
    text-align: center;
    font-size: 18px;
    margin: 0px;
    padding: 7px 0px 0px 0px;
    color: #ff5e6c;
    font-weight: 600;
}
.ckctatext_design 
{
    margin: 0px;
    padding: 7px 0px 0px 0px;
    color: #444;
    font-size: 12px;
    text-align: justify;
}
.ckctatext_design1
{
    margin: 0px;
    padding: 7px 0px 0px 0px;
    color: #444;
    font-size: 12px;
    text-align: justify;
}
.ckctatext_design1 a
{
  color: #444;
  text-decoration: none;
}
.ckctatext_design a 
{
    color: #444;
    text-decoration: none;
}
.ileftcontact_outsection
{
    margin: 50px 0px 0px 0px;
}
.contactiframe_mapdesign
{
    width: 100%;
    height: 660px;
}
.irightcontact_outsection
{
  margin: 50px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
}
.gitxetext_design
{
  text-align: center;
}
.section-title-two__tagline 
{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 18px;
  color: #396cf0;
  font-weight: 500;
  padding-left: 50px;
  z-index: 1;
}
.section-title-two__tagline:before 
{
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 2px;
  width: 35px;
  background-color: #1e8fd0;
}
.section-title-two__tagline:after 
{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 2px;
  width: 35px;
  background-color: #1e8fd0;
}
.gcontact_cardoutsection
{
  margin: 15px 0px 0px 0px;
}
.contactform_fldarea 
{
    /* background: #1995AD; */
    /* box-shadow: 0px 187px 75px rgba(0, 0, 0, 0.01), 0px 105px 63px rgba(0, 0, 0, 0.05), 0px 47px 47px rgba(0, 0, 0, 0.09), 0px 12px 26px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1); */
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contactform_fldarea .label 
{
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: -moz-fit-content;
    height: fit-content;
}
.contactform_fldarea .label:has(input:focus) .title 
{
  top: 0;
  left: 0;
  color: #d17842;
}
.contactform_fldarea .label .title 
{
    padding: 0 10px;
    transition: all 300ms;
    font-size: 12px;
    color: #b98e75;
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    top: 14px;
    position: relative;
    left: 15px;
    background: #f7f9fd;
}
.contactform_fldarea .input-field 
{
    width: auto;
    height: 50px;
    text-indent: 15px;
    border-radius: 30px;
    outline: none;
    background-color: transparent;
    border: 1px solid #396cf0;
    transition: all 0.3s;
    caret-color: #d17842;
    cursor: pointer;
    color: #aeaeae;
    font-size: 14px;
}
.contactform_fldarea .input-field:hover 
{
  border-color: rgba(209, 121, 66, 0.5);
}
.contactform_fldarea .input-field:focus 
{
  border-color: #d17842;
}
.contactform_fldarea .split 
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
.contactform_fldarea .split label 
{
  width: 130px;
}
.contactform_fldarea .checkout-btn 
{
  margin-top: 20px;
  padding: 15px 0;
  border-radius: 40px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: none;
  justify-content: center;
  fill: #fff;
  color: #fff;
  border: 2px solid transparent;
  background: #1e8fd0;
  transition: all 200ms;
}
.contactform_fldarea .checkout-btn:active 
{
  scale: 0.95;
}
.contactform_fldarea .checkout-btn:hover 
{
  color: #ff5e6c;
  border: 2px solid #ff5e6c;
  background: transparent;
}
.msgfld_contactarea
{
  height: 100px !important;
}
.inabt_usbtndesign:hover
{
  text-decoration: none !important;
}
/*=================================contact us style========================================*/

/*===================================servicelist style=====================================*/
.servicebreadcum_mainoutsection
{
  background-image: url(../images/service-breadcum.webp);
  height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.servicebreadcum_mainoutsection::before
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000002e;
}
.service_mainoutsectuioninner
{
  margin: 70px 0px 0px 0px;
}
.dtls_fstheading
{
  text-align: center;
}
.serviceheading_textdesign1
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 20px 0px 0px 40px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.servc_ptextdesign1
{
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding: 0px 0px 0px 40px;
  line-height: 40px;
  width: 437px;
  margin: 0px auto;
}
.servc_ptextdesign1 span
{
  color: #ff5e6c;
}
.fservice_leftoutsection
{
  margin: 30px 0px 0px 0px;
}
.nev_textfstheading
{
  font-size: 22px;
  font-weight: 700;
  color: #396cf0;
  padding: 0px 0px 0px 0px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}
.jentext_pdesign
{
  color: #000;
  margin: 0;
  padding: 0px 0 20px;
  font-size: 14px;
  font-weight: 500;
}
.servicedetails_lefticonarea
{
  background: rgba(29, 49, 49, 0.08);
  border-radius: 5px;
  padding: 15px 0px;
  margin: 0px 0px 20px 0px;
  width: 50px;
}
.servicedetails_lefticonarea img
{
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.servicedetails_leftcontentarea
{
  margin: 2px 0px 15px -25px;
}
.servicedetails_leftcontentarea h2
{
  margin: 0;
  color: #396cf0;
  font-size: 16px;
  font-weight: 700;
}
.servicedetails_leftcontentarea p
{
  color: #444;
  margin: 0;
  font-size: 13px;
  text-align: justify;
  padding: 5px 0 0;
  font-weight: 500;
}
.fservice_rightoutsection
{
  margin: 30px 0px 0px 0px;
}
.ybcvimg_design
{
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
  border-radius: 5px;
  display: block;
  transition: filter .2s, transform .2s;
  cursor: pointer;
}
.ybcvimg_design:hover
{
  filter: brightness(1.1);
  transform: scale(1.05);
}
.dpsjn_textdesign
{
  color: #444 !important;
  margin: 0 !important;
  font-size: 13px !important;
  text-align: justify !important;
  padding: 13px 0 0 !important;
  font-weight: 500 !important;
}
.uhbg_section
{
  background-color: #bfb7b714;
  margin: 0px 0px -50px 0px;
  padding: 0px 0px 40px 0px;
}
/*===================================servicelist style=====================================*/

/*===================================who need us style=====================================*/
.whoneedusbreadcum_mainoutsection 
{
  background-image: url(../images/who-need-us-background.webp);
  height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.whoneedusbreadcum_mainoutsection::before 
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000002e;
}
.whned_usoutsection
{
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.wdnus_textdesign
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 0px 0px 0px 0px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.wnback_clrsection
{
  background-image: url(../images/whoneedus-background.webp);
  background-size: cover;
  background-position: right;
  margin: 0px 0px -50px 0px;
  position: relative;
}
.wnback_clrsection::before
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cbc0c02e;
  top: 0px;
}
/*===================================who need us style=====================================*/

/*===================================blog style=============================================*/
.blogbreadcum_mainoutsection
{
  background-image: url(../images/blog-breadcum.webp);
  height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.blogbreadcum_mainoutsection::before
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000002e;
}
.blog_outsection
{
  margin: 50px 0px 0px 0px;
}
.lbgstext_design
{
  color: #3c3531;
  margin: 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
  letter-spacing: 1px;
}
.blog_singleoutsection
{
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05), inset -5px -5px 5px rgba(255, 255, 255, 0.5), 5px 5px 5px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px 10px;
  background: #FFF;
  margin: 30px 0px 0px 0px;
}
.blog_singleoutsection1
{
  background: rgb(248, 248, 248);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 10px;
  position: relative;
}
.blogimg_responsivedesign
{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
.imgtop_bckcolor
{
  background-color: #0000006b;
  width: 94%;
  height: 94%;
  position: absolute;
  top: 10px;
  border-radius: 10px;
}
.datebox_blog
{
  width: 70px;
  height: 35px;
  background: #396cf0;
  color: #FFF;
  position: absolute;
  top: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  left: 25px;
  font-size: 13px;
}
.admin_dtlsoutarea
{
  position: absolute;
  bottom: 30px;
  left: 15px;
}
.badmn_textdesign
{
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  padding: 0px 0px 0px 12px;
}
.blogheading_utextdesign
{
  color: #FFF;
  font-size: 14px;
  margin: 0px;
  padding: 5px 0px 15px 12px;
}
.aurmre_textdesign
{
  color: #FFF;
  padding: 0px 0px 0px 13px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}
.aurmre_textdesign i
{
  color: #FFF;
  padding: 0px 0px 0px 5px;
}
.blogbtn_outsection
{
  margin: 30px 0px 0px 0px;
  text-align: center;
}
.oblogs_browsweoutsection
{
  background-color: #e64833;
  color: #FFF;
  width: 180px;
  height: 60px;
  border: none;
  outline: none;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  line-height: 65px;
}
.oblogs_browsweoutsection a
{
  color: #FFF;
  text-decoration: none;
}
.oblogs_browsweoutsection i
{
  padding: 0px 0px 0px 7px;
}
.bloglist_outsection
{
  margin: 70px 0px 0px 0px;
}
.blogserviceheading_textdesign1
{
  font-size: 25px;
  font-weight: 700;
  color: #396cf0;
  padding: 0px 0px 0px 40px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.blogdetails_outsectionx
{
  margin: 50px 0px 50px 0px;
}
.leftblogdetails_outsection
{
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px 10px;
  border-radius: 5px;
}
.kleftblg_design
{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.cadb_textdesign
{
  font-size: 23px;
  margin: 0px;
  padding: 15px 0px 7px 12px;
  color: #396cf0;
  font-weight: 700;
}
.amnicontext_design1
{
  color: #396cf0;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 0px 0px 12px;
}
.wysap_textdesign
{
  color: #000;
  font-size: 13px;
  text-align: justify;
  padding: 10px 12px 0px 12px;
  line-height: 22px;
  margin: 0px;
}
.wysap_textdesign1
{
  color: #000;
  font-size: 13px;
  text-align: justify;
  padding: 10px 12px 0px 12px;
  line-height: 22px;
}
.rightblogs_detailsoutsection
{
  
}
.rightblogs_fstoutsection
{
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 15px 10px 15px 10px;
  border-radius: 5px;
}
.blogsrchinput_design
{
  width: 100%;
  height: 40px;
  border: 1px solid #396cf0;
  color: #000000;
  font-size: 13px;
  padding: 0px 0px 0px 7px;
  position: relative;
  cursor: pointer;
  margin: 0px 0px 30px 0px;
}
.blogsrchbtn_inpdesign
{
  position: absolute;
  width: 80px;
  right: 132px;
  height: 40px;
  background: #396cf0;
  color: #FFF;
  font-size: 15px;
}
.rcntimg_leftoutarea
{
  margin: 0px 0px 7px 0px;
}
.blgimg_designhc
{
  width: 100%;
  height: 100%;
}
.rcntdtls_rightoutarea
{
  margin: 0px 0px 7px 0px;
}
.bloghdng_textrgt
{
  font-size: 12px;
  margin: 0px;
  color: #000;
  font-weight: 500;
  padding: 10px 0px 0px 0px;
}
.amnicontext_designblgdate
{
  color: #396cf0;
  font-size: 14px;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}
.alltags_outsection
{
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 15px 10px 15px 10px;
  margin: 30px 0px 0px 0px;
  border-radius: 5px;
  overflow: hidden;
}
.atag_textdesign
{
  font-size: 20px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: #ff5e6c;
  font-weight: 700;
}
.altag_textdesignlist
{
  margin: 0px;
  padding: 0px;
}
.altag_textdesignlist li
{
  list-style: none;
  width: 31%;
  float: left;
  background: #000000e3;
  text-align: center;
  padding: 7px 0px;
  border-radius: 3px;
  margin: 15px 5px 0px 0px;
}
.altag_textdesignlist li a
{
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}
/*===================================blog style=============================================*/

/*===================================case studies style=====================================*/
.casestudies_mainoutsection
{
  margin: 80px 0px 0px 0px;
  background-image: url('../images/case-studiesbackground.webp');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.caseback_outsection
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000054;
}
.casestudies_inneroutsection
{
  margin: 50px 0px 0px 0px;
  position: relative;
}
.caseleft_outsection
{
  padding: 50px 0px 0px 0px;
}
.caseleft_imgoutsection
{

}
.casonetext_design
{
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-family: "Lora", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}
.actx_textdesign
{
  margin: 0px;
  padding: 7px 0px 0px 0px;
  font-size: 17px;
  color: #FFF;
  font-weight: 700;
}
.actx_textdesign1
{
  margin: 0px;
  padding: 5px 0px 20px 0px;
  font-size: 13px;
  color: #FFF;
}
.inlist_section
{
  margin: 0px;
  padding: 0px;
}
.inlist_section li
{
  display: inline-block;
  padding: 0px 0px 10px 0px;
}
.inlist_section li img
{
  width: 30px;
}
.inlist_section li span
{
  color: #FFF;
  font-size: 13px;
}
.case_studiesimgdesign
{
  width: 100%;
  height: 100%;
}
/*===================================case studies style=====================================*/
/*===================================senior citizen style===================================*/

.seniorcitizen_mainbackground
{
  background-color: #F1F1F2;
  width: 100%;
  height: 100vh;
  position: relative;
}
.seniorcitizen_innermainbackground
{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.senlink_textdesign
{
  text-align: center;
  font-size: 22px;
  color: #396cf0;
  text-decoration: none;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.senlink_imgdesign
{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.senior_twobtnarea
{
  text-align: center; 
}
.seniorwhatsbanner_lnkdesign
{
  text-decoration: none !important;
}
.senior_bannertwobtn_design
{
  align-items: center;
  position: relative;
  margin: 16px 0px 0px 10px;
}
.senior_bookmarkBtn 
{
  width: 160px;
  height: 48px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #00cc61;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  overflow: hidden;
}
.senior_IconContainer 
{
  width: 36px;
  height: 36px;
  background: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255));
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}
.icon 
{
  border-radius: 1px;
}
.senior_text 
{
  height: 100%;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  transition-duration: 0.3s;
  margin: 0px;
  font-size: 17px;
}
.senior_bookmarkBtn:hover .senior_IconContainer 
{
  width: 93%;
  transition-duration: 0.3s;
}
.senior_bookmarkBtn:hover .senior_text 
{
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}
.senior_bookmarkBtn:active 
{
  transform: scale(0.95);
  transition-duration: 0.3s;
}
.seniorwhatsbanner_lnkdesign1
{
  text-decoration: none !important;
  display: inline-block;
}
.senior_bannertwobtn_design1
{
  align-items: center;
  position: relative;
  margin: 16px 0px 0px 10px;
}
.senior_bookmarkBtn1 
{
  width: 160px;
  height: 48px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.349);
  background-color: #396cf0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  overflow: hidden;
}
.senior_IconContainer1 
{
  width: 36px;
  height: 36px;
  background: linear-gradient(to bottom, rgb(255 255 255), rgb(255 255 255));
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}
.icon 
{
  border-radius: 1px;
}
.senior_text1 
{
  height: 100%;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  transition-duration: 0.3s;
  margin: 0px;
  font-size: 17px;
}
.senior_bookmarkBtn1:hover .senior_IconContainer1 
{
  width: 93%;
  transition-duration: 0.3s;
}
.senior_bookmarkBtn1:hover .senior_text1 
{
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}
.senior_bookmarkBtn1:active 
{
  transform: scale(0.95);
  transition-duration: 0.3s;
}
.senior_inneroutsection
{
    margin-top: 10px;
}
.senusd_textdesign
{
    text-align: center;
    font-size: 22px;
    color: #51e2f5;
    text-decoration: none;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.senusd_textdesign span
{
    color: #ff5e6c;
}
.senusd_textdesign span a
{
    color: #ff5e6c !important;
    text-decoration: none !important;
}
.senleft_outsection
{
    margin: 25px 0px 5px 0px;
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.senl_imgdesign
{
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.wus_textdesign
{
    text-align: center;
    margin: 0px;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    color: #00cc61;
    font-weight: 700;
    letter-spacing: 1px;
}
.wus_textdesign1
{
    text-align: center;
    margin: 0px;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    color: #396cf0;
    font-weight: 700;
    letter-spacing: 1px;
}
.ujnbc_btnsection
{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*===================================senior citizen style===================================*/

/* ==================================certified design style================================= */
.certfied_designoutsection
{
  background-color: #396cf0;
  padding: 10px 30px 10px 0px;
}
.designcertificate_text
{
  color: #FFF;
  margin: 0px;
  padding: 10px 0px 7px 0px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.certified_logoimgdesign
{
  width: 107px;
  height: 105px;
  background: #FFF;
  padding: 5px;
  margin: 0px 5px 0px 0px;
  border-radius: 5px;
}
.certified_logoimgdesign1
{
  width: 107px;
  background: #FFF;
  padding: 5px;
  margin: 0px 5px 0px 0px;
  border-radius: 5px;
}
/* ==================================certified design style================================= */