@charset "utf-8";
/* CSS Document */


     /* @font-face{
      font-family:lato;
     src: url(../fonts/Lato-Regular.ttf);
   
        } */
      @font-face{
      font-family:lato;
     src: url(../fonts/Lato-Regular.ttf);
   
        }
@font-face{
 	font-family:ssto;
	src: url(../fonts/Montserrat-Regular.ttf);

   	}
   	
   	
.back_white{
	background-color:white!important;
}
.back_trnspt{
  background-color:transparent !important;
}
.back_black{
	background-color:#0c0c0c !important;
}
a{
	text-decoration: none !important;
}
.ssto{
	font-family:ssto !important;
}
.cuscub_trnst_eighthd {
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);  
   backface-visibility:hidden;
   -webkit-backface-visibility: hidden;
}
.cuscub_trnst_oth {
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);  
   backface-visibility:hidden;
   -webkit-backface-visibility: hidden;
}
.cuscub_trnst_ofth {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
  transition: transform 1500ms cubic-bezier(0.575, 0.005, 0.285, 1.005),opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
   backface-visibility:hidden;
   -webkit-backface-visibility: hidden;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none !important;
  border-radius: 0px;
  background-color: #efefef !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #132541a6;
  border-radius: 0px;
}
.butmr_col{
z-index: 99;
}
.btn_trp{
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 0px;
  padding-top: 5px;
}
.btn_trp.dsbl{
  text-align: center;
  padding-top: 7px;
}
.btntrp_tit{
  text-transform: uppercase;
  color: #132541;
  font-size:15px;
  margin: 0px;
  padding-left: 8px;
}
.btn_trp.dsbl > .btntrp_tit{
  font-size:17px;
  padding-left: 0px;
}
.btntrp_ln{
  height: 2px;
  background: #132541;
  margin-left: 0;
  transform-origin: left;
  //width: 120%;
  margin-top:5px;
}
.btn_trp:hover > .btntrp_tit,
.btn_trp.active > .btntrp_tit{
  color: #FFF;
  transform: translateX(14px) translateY(-8px);
}
.btn_trp:hover > div.btntrp_ln
/* .btn_trp.active > div.btntrp_ln*/{ 
  transition-duration: 1ms;
  transform: scale(0,1);
  transition-delay: 100ms;
}
.btntrp_back{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #132541;
  left: 0;
  transform: scale(1,-0.2);
  transform-origin: bottom;
  bottom: -1px;
  z-index: -1;
}
.btn_trp:hover > div.btntrp_back,
.btn_trp.active> div.btntrp_back{
  transform: scale(1,1);
}
.btn_cusblgray{
  //background: #f1f3f6;
  background-color: #132541;
  border-radius: 20px;
	padding: 8px !important;
	//font-weight: bold !important;
	color: white !important;
	box-shadow: none !important;
	outline: none !important;
	transition: all 0.4s !important;
}
.btn_cusblgray:hover{
	//background-color:#515255 !important
}
.ct-btn-scroll {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 18%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 500px;
    z-index:999;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
.overlay {
  position: absolute;
  top:0px;
  left: 0;
  width: 100%;
  height: 250px;
  opacity: 0;
  z-index: -1 !important;
  transition: all 0.4s !important;
  background-color: rgba(0, 0, 0, 0.322);
  //background: linear-gradient(to bottom ,#0c0c0c91 ,#0c0c0c6b ,transparent);
  //background: linear-gradient(to bottom , #231f20f0 , #231f20d6 , #231f2094 , transparent);
  //background: linear-gradient(to bottom , #0c0c0ce0 , #0c0c0ccf , #0c0c0c91 ,#0c0c0c6b, transparent);
}
.overlay_fade{
  opacity: 1;
}
.ard_but{
	transition: all 0.5 !important;
	fill:white !important;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.ard_but{
	fill:white !important;
  width: 40px !important;
  height: 40px !important;
}
.hvr-hang {
  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);
  transition: all 0.5 !important;
}
.hvr-hang, .hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 6, infinite;
  animation-iteration-count: 6, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.btn_cusblgraybl{
  //background: #f1f3f6;
  background: #e4edf3 !important;
  border-radius: 20px;
  //box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
  transition: box-shadow 399ms ease-in-out;
	//box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	//box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1), -1rem -1rem 2rem rgba(255, 255, 255, 0.5) !important;
		  box-shadow:-2px -2px 5px #f8fcff, 3px 3px 5px rgba(0,0,0,.07) !important;
	padding: 10px !important;
	color: #1f76ac !important;
	font-weight: bold !important;
}
.dropdown-item.active, .dropdown-item:active {
 
    background-color: inherit !important;
}
.btn_cusblgraybl:hover{
	  //box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.2);
	  //box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	  //box-shadow:inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1) !important;
	  //box-shadow:inset 1rem 1rem 2rem rgba(0, 0, 0, 0.1), inset -1rem -1rem 2rem rgba(255, 255, 255,0.5) !important;
	  box-shadow:inset -2px -2px 5px #f8fcff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
}
.btn_cusblgraych{
  //background: #f1f3f6;
  background: #f2f3f7;
  border-radius: 20px;
  //box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
  transition: box-shadow 399ms ease-in-out;
	//box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	//box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1), -1rem -1rem 2rem rgba(255, 255, 255, 0.5) !important;
		  box-shadow:-2px -2px 5px #fff, 3px 3px 5px rgba(0,0,0,.07) !important;

	padding:5px 10px !important;
}
.btn_cusblgraych:hover{
	  //box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.2);
	  //box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	  //box-shadow:inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1) !important;
	  //box-shadow:inset 1rem 1rem 2rem rgba(0, 0, 0, 0.1), inset -1rem -1rem 2rem rgba(255, 255, 255,0.5) !important;
	  box-shadow:inset -2px -2px 5px #fff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
}
.btn_cuswhite{
	background-color:white!important;
	border-color:#132541 !important;
	border-radius: 1rem !important;
	color: #515255 !important;
	//width: 50% !important;
	transition: all 0.4s !important;
}
.btn_cuswhite:hover{
	background-color: #efefef !important;
}
.btn_cuswhitet {
  background-color: transparent!important;
border-color: #000000 !important;
border-radius: 0px !important;
outline: none !important;
border-width: 2px !important;
transition: all 0.7s !important;
}
.btn_cuswhitet:hover {
background-color:white !important;

}
button > span.filter-option.pull-left {
    float: left !important;
}
.mt-6{
	margin-top:6rem !important
}
.mt-7{
	margin-top:7rem !important;
}
.mt-10{
	margin-top:10rem !important;
}
.mb-6{
	margin-bottom:6rem !important;
}
.mb-8{
	margin-bottom:8rem !important;
}
/*---------------modal_part------------------*/
.modal_part{
	position: inherit !important;
}
#mask {
  position:fixed;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  z-index: 9000;
  background-color:rgba(63, 63, 63, 0.83);
  display: none;
}
.modal-dialog {
  margin: 10rem auto !important;
}
.modal-dialog.arng_prw_modal{
max-width: 800px !important;
margin: 4rem auto !important;
}
#boxes .window {
  position: fixed;
  top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 30px auto !important;
  min-width:800px !important;
  height:auto !important;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 800px;
  height: 742px;
  padding: 10px;
  background-color: rgba(0,0,0,0.00);
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
   top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 25px auto !important;
	z-index: 999999 !important;
}
  
.close {
    color:rgba(56,35,67,1.00);
    float: right;
    font-size: 28px;
    font-weight: bold;
	opacity: 0.8;
}

.close:hover,
.close:focus {
   
    text-decoration: none;
    cursor: pointer;
}
a {
  color: inherit !important;
}
a.lnk{
  transition: 0.4s;
}
a.lnk:hover{
  color: #acacac !important;
}
 /*---------------End of modal_part------------------*/


/*------------------- body ---------------------------*/

body {
  font-family:lato !important;
  /* //line-height: 1.6; */
  font-size:0.84vw;
  overflow-x: hidden;
background-color:#ffffff !important;
padding: 0px !important;
}
body.modal-open{
  padding: 0px !important; 
}
.smooth-scroll-wrapper {
  //position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  //overflow: hidden;
}
.bold{
	font-weight: bold !important;
}
.txt_upstyl{
  text-transform: uppercase !important;
}
.txt_black{
	color: #0c0c0c !important;
	text-decoration: none !important;
}
.txt_bluef{
	color: #1f76ac !important;
}
.txt_grf{
	color:#a0be3c !important;
}
.txt_white{
	color: white !important;
}
.txt_org{
	color:#132541 !important;
}
.txt_grayl{
	color:#8c8d8f !important;
}
.txt_gray{
	color:#515255 !important;
}
.txt_ylf{
	color: #fde000 !important;
}
.txt_nvprt{
  color: #132541 !important;
}
.cursp{
	cursor: pointer !important;
}
.font10{
	font-size: 10px !important;
}
.font12{
	font-size: 12px !important;
}
.font13{
	font-size: 13px !important;
}
.font14{
	font-size: 14px !important;
}
.font15{
	font-size: 15px !important;
}
.font16{
	font-size: 16px !important;
}
.font17{
	font-size: 17px !important;
}
.font24{
	font-size: 24px !important;
}
.font23{
	font-size: 23px !important;
}
.font20{
	font-size: 20px !important;
}

.font26{
	font-size: 26px !important;
}.font29{
	font-size: 29px !important;
}
.font30{
	font-size: 30px !important;
}
.font40{
	font-size: 40px !important;
}
.font50{
	font-size: 50px !important;
}
.font60{
	font-size: 60px !important;
}
.font100{
  font-size: 100px !important;
}
.fnt6rem{
  font-size: 6rem !important;
}
.fnt7rem{
  font-size: 7rem !important;
}
.fnt2rem{
  font-size: 2rem !important;
}
.fnt4rem{
  font-size: 4rem !important;
}
.fnt5rem{
  font-size: 5rem !important;
}
.font18{
		font-size: 18px !important;
}
.font19{
		font-size: 19px !important;
}
.li-30{
	line-height: 30px !important;
}
.card {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	//border: 1px solid #1f76ac !important;
}
.crd_cus{
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    //border: 1px solid #727272;
    border-radius: 0.25rem;
}
.nav-tabs .nav-link {
    //border: 1px solid #c9c9c9 !important;
	border-left: none !important;
	border-bottom: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    color: #212529;
}

.nav-tabs {
    border-bottom: none !important;
}
.nav-item, .scl_liit{
  overflow: hidden;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #ddd #ddd #fff;
}
.scl_liit{
  text-transform: uppercase !important;
}
.card.cust_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	background-color: #1f76ac !important;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card_cus{
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #222;
    border-radius: 0.25rem;
	transition: 0.3s;
}

.card_cus:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.mg{
	margin-bottom: 20px !important;
}
.pr-2_5{
	padding-right: 17px !important;
}
.mr-10{
	margin-right: 10.5rem !important;
}

.mr-6{
	margin-right: 5.8rem !important;
}

.pt-10{
	padding-top: 10.8rem !important;
}
.pt-6{
	padding-top: 6rem !important;
}
.pt-8{
	padding-top: 8rem !important;
}
.w-90{
	width: 90% !important;
}
.w-80{
	width: 80% !important;
}
.w-70{
	width: 70% !important;
}
.w-60{
	width: 60% !important;
}
.w-40{
	width: 40% !important;
}
.w-30{
	width: 30% !important;
}
.w-20{
	width: 20% !important;
}
.lato{
	font-family: lato !important;
}

html,
html *,
body,
body * {
  //cursor: none;
}
/*.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #1f76ac !important;
}

.cursor-dot-outline {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5) !important;
	border:1.4px solid #1f76ac !important;
}*/
/*-----------------log_in modal-------------------*/
#reg_lg_modal{
	z-index: 99999999999999999999 !important;
  overflow-y: hidden !important;
}
#login-form > div.form-check.form-check.custom-controls-stacked> label{
margin-left: -0.5rem !important;
}
#login-form > div.form-check.form-check.custom-controls-stacked> label > span.material-control-indicator{
top:2px !important
}
.cls_but {
  background-color: transparent;
  border: 0px !important;
  padding: 10px 15px !important;
}
.modal-content{
	padding:0px !important;
}

#login-form > div.checkbox-inline.col-md-12 > label > span > span::before{
	margin-right: 8px !important;
}
#reg_lg_modal > div > div > div.modal-header.md_lg_ti.txt_white{
	border-radius: 0px !important;
}
.frmspan_cus{
    font-size:16px !important;
    color:#0c0c0c !important;
    background-color: transparent !important;
    border: none !important;
}

.md_hdcus , .md_bodycus , .md_contentcus, .mdgry_hdcus{
	border:none !important;
	border-radius: 0px !important;

}
.modal-header.md_hdcus{
background-color: #132541 !important;
padding: 0.5rem !important;
}
.mdgry_hdcus{
  background-color: #efefef !important;
  padding: 0.5rem !important;
}
.md_bodycus, .md_contentcus{
  /* border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;   */
}

.cls_butsvg{
	width: 30px !important;
	height: 30px !important;
	fill:white !important;
}
.nrmfrm_inptcol{
  border:0px !important;
padding-bottom: 0px !important;
transition: all 0.4s;
}
.wrp_col{
  overflow: hidden;
}
div.nrmfrm_mcol > div > label{
  color :white !important;
  text-transform: uppercase !important;
  font-family: lato !important;
  font-size: 0.84vw;
  padding: 0rem 0.75rem 0 !important;
  
}
div.nrmfrm_mcol.nv_frm > div > label{
  color :#132541 !important;
  text-transform: uppercase !important;
  font-family: lato !important;
  font-size: 0.84vw;
  padding: 0rem 0.75rem 0 !important;
}
.frm_inpt {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  height: auto !important;
  box-shadow:none !important;
  padding:0.5rem 0.75rem !important;
  border-bottom: 1px solid white !important;
}
.frmnv_inpt {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  height: auto !important;
  box-shadow:none !important;
  padding:0.5rem 0.75rem !important;
  border-bottom: 2px solid #132541 !important;
}
.ps_rvl{
  position: relative;
}
/*---------------------------smooth_scrl-------------------------------------*/
/* Page Loader */
/*.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white !important;
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


.content {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	padding: 12rem 0;
	counter-reset: figure; 
}

.item {
	margin: 10vh auto;
	max-width: 100%;
	position: relative;
	will-change: transform;
}

.item::before {
	counter-increment: figure;
	content: counter(figure, decimal-leading-zero);
	position: absolute;
	font-family: paralucent, sans-serif;
	font-size: 10rem;
	color: var(--color-deco);
	bottom: calc(100% - 3rem);
}

.item:nth-child(even)::before {
	right: 0;
}

.item__img-wrap {
	--aspect-ratio: 1/1.5;
	overflow: hidden;
	width: 500px;
	margin: 0 auto;
	padding-bottom: calc(100% / (var(--aspect-ratio)));
	max-width: calc(100% - 2rem);
	will-change: transform;
}

.item:first-child .item__img-wrap {
	--aspect-ratio: 8/10;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/1.jpg);
}

.item:nth-child(2) .item__img-wrap {
	width: 1000px;
	--aspect-ratio: 120/76;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/2.jpg);
}

.item:nth-child(3) .item__img-wrap {
	--aspect-ratio: 60/75;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/3.jpg);
}

.item:nth-child(4) .item__img-wrap {
	width: 800px;
	--aspect-ratio: 900/505;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/4.jpg);
}

.item:nth-child(5) .item__img-wrap {
	--aspect-ratio: 6/8;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/5.jpg);
}

.item:nth-child(6) .item__img-wrap {
	width: calc(100vw - 2rem);
	--aspect-ratio: 1500/844;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/6.jpg);
}

.item:nth-child(7) .item__img-wrap {
	width: 900px;
	--aspect-ratio: 1000/749;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/7.jpg);
}

.item:nth-child(8) .item__img-wrap {
	width: 900px;
	--aspect-ratio: 1000/562;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/8.jpg);
}

.item:nth-child(9) .item__img-wrap {
	--aspect-ratio: 60/75;
	--image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/9.jpg);
}

.item__img {
	--overflow: 40px;
	height: calc(100% + (2 * var(--overflow)));
	top: calc( -1 * var(--overflow));
	width: 100%;
	position: absolute;
	background-image: var(--image);
	background-size: cover;
	background-position: 50% 0%;
	will-change: transform;
}

.item__img--t1 {
	--overflow: 60px;
}

.item__img--t2 {
	--overflow: 80px;
}

.item__img--t3 {
	--overflow: 120px;
}


[data-scroll] {
	will-change: transform;
}

*/
/*---------------------------menu---------------------------------------*/
.dropdown-item:hover, .dropdown-item:focus{
	background-color: transparent !important;
}
#rylstnav > ul{
/*	padding-top: 11px !important;*/
}
/* .dropdown-toggle::after {
    display: inline-block;
    margin-right: 9px !importan;
    vertical-align: 0.20px !important;
    border-bottom: none !important;
    border-left: none !important;
    content: '';
    margin-top: 6px !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 1px solid #ffffff ;
    border-right: 1px solid #ffffff ;
    transform: rotate(135deg) !important;
    margin-left: 10px !important;
    transition: all 0.4s !important;
} */
#rylstnav > ul > li.nav-item.dropdown > ul > li > a{
  padding-left: 0px !important;
  transition: all 0.4s !important;
    text-transform: capitalize !important;
}
#rylstnav > ul > li.nav-item.dropdown > ul > li:hover > a{
color: #8c8d8f !important;
  
}

a.dropdown-toggle.drp_int::after{
	display: inline-block;
    margin-right: 9px !important;
    vertical-align: 0.20px !important;
    border-bottom: none !important;
    border-left: none !important;
    content: '';
    margin-top: 6px !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 1px solid #515255 ;
    border-right: 1px solid #515255 ;
    transform: rotate(135deg) !important;
    margin-left: 10px !important;
    transition: all 0.4s !important;
}
.dropdown-toggle.drp_int::after{
	display: inline-block;
    margin-right: 9px !important;
    vertical-align: 0.20px !important;
    border-bottom: none !important;
    border-left: none !important;
    content: '';
    margin-top: 6px !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 1px solid #515255 ;
    border-right: 1px solid #515255 ;
    transform: rotate(135deg) !important;
    margin-left: 10px !important;
    transition: all 0.4s !important;
}
.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
    display:none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a:focus{
		outline: none !important;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover{
    color:#ff6600 !important;
}
div.flt_drpcol > div > div > div{
	 border-radius: 1.2rem !important;
    border: none !important;
    z-index: 9999999999999 !important;
    width: 100% !important;
    top:20% !important;
	background-color: #515255 !important;
}
.reglog_col{
  //position: absolute !important;
  right:3% !important;
}
.lng_li{
  color: white !important;
  transition: all 0.4s !important;
}
.lng_li:hover{
  color:#8c8d8f !important;
}
.lng_li.active{
border-bottom: 2px solid white !important;
}
.lng_li.active{
  color:white !important
}
div.reglog_col > ul > li.li_itemst.scl_liit > a> span > i{
  transition: all 0.4s !important;
}
div.reglog_col > ul > li.li_itemst.scl_liit > a:hover > span > i{
  color:#8c8d8f !important;
}
div.flt_drpcol > div > div > div > ul{
	    text-align: right !important;
    font-size: 14px !important;
    width: 100% !important;
	background-color: #515255 !important;
}
ul > li.logli.dropdown> div {
    border-radius: 1.2rem !important;
    border: none !important;
    text-align: right !important;
    font-size: 14px !important;
    z-index: 9999999999999 !important;
    width: 100% !important;
    top: 140%;
	background-color: #515255 !important;
}
input.srchblg_cus {
    border-radius: 1rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border: 1px solid #132541 !important;
    border-right: 2px solid #515255 !important;
	height: 100% !important;
	    padding: 0.37rem 0.75rem !important;
}
div.input-group-prepend.srchblg_cus {
	    border: 1px solid #132541 !important;
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
	border-left: 0px !important;
	 padding: 0.37rem 0.8rem !important;
	background-color: #efefef !important;

}
.user_svg {
    height: 20px !important;
    width: 20px !important;
}
.scl_liit{
  margin: 0px 10px !important;
}
.mn_cont{
  height: 100px !important;
}
.mn_item {
  text-transform: uppercase !important;
}
.mn_item , .mnint_item{
	position: relative !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
margin-right:1.3rem !important;
}
.mn_item::after {
    content: "";
    position: absolute;
    display: block;
    /* width: 0; */
    width:100%;
    /* padding-top: 10px; */
    border-bottom: 4px solid #ffffff;
    left: 0px;
    /* right: 0px;
    top: 1.7rem; */
    top: 1.72vw;
    transform: scale3d(0,1,1);
    transform-origin: 100% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.8,0,0.2,1);
}

.mnint_item::after{
    content: "";
    display: block;
    width: 0%;
    /* padding-top: 10px; */
    border-bottom: 2px solid #515255;
    transition: .4s;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 2.2rem;
}
.mn_item:hover::after,
.mnint_item:hover::after,
.dropdown-toggle.mn_item:hover::after{
    /* width: 100%; */
    transform: scale3d(1,1,1);
    transform-origin: 0% 50%;
  
}
.dropdown-toggle.mn_item::after{
    display:none !important;
}
.sc_m{
	height: 30px !important;
	width: auto !important;
}
.navbar_cus{
	background-color:transparent ;
	position:fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
  padding: 0px;
}

.scroll-down{
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}
.scroll-downbx{
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}
.scroll-up{
  background-color: #132541;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 999 !important;
}
.navbar_cus.scroll-up > .overlay.overlay_fade {
background-color: #132541 !important;
}
.navbarint_cus{
	//background-color:rgba(157, 176, 187, 0.74) !important;
	//background-color:white !important;
	//top:73px !important;
}
.li_itemst,
.li_itemst a {
color:white !important;
}
.li_itemst a {
  position: relative;	
  }
div.reglog_col > ul > li > a:hover{
color: #acacac !important;
  }
div.reglog_col > ul > li > a:hover > svg{
    fill: #acacac !important;;
  }
#rylstnav > ul > li > a{
	color:white !important;
	//font-size:calc(0.75em + 1vw);
  font-size:0.84vw;
      padding-top: 0px;
}
#rylstnav > ul > li > a:hover{
  //color:black !important;
  //background-color: white !important;
}
#gray_intnavbar > ul > li > a{
	color:#515255;
	font-size:14px !important;
	font-weight: bold !important;
}
.menu_logo{
  text-align: center !important;
  padding: 0 5rem !important;
  margin: auto 0 !important;
}
.m_logo{
	width:175px !important;
	height: auto !important;
}
.menu_sec{
	position: relative !important;
}
.logo_col{
    position: absolute !important;
	top:15px !important;
	left: 84px !important;
	z-index: 9999 !important;

}
.social_row{
	position: fixed;
    top: 0;
    right: 15px !important;
    left: 0;
    z-index: 1030;
}
ul.navbar-nav{
/*	border-bottom: 7px solid #1f76ac;*/
/*    padding-top: 66px;*/
}
.menu__item {
	position: relative;
	display: block;
	outline: none;
	//margin-bottom:10px !important;
	//line-height: 1;
}
.m-autoz{
	margin: auto 0px !important;
}

.menu__item-name,
.menu__item-label {
	position: relative;
	display: inline-block;
}

.menu__item-name {
	//font-size: 1.25em;
}

.menu__item-label {
	margin: 0 0 0 0.5em;
}
.menu--adsila {
	//font-family: 'Nunito', sans-serif;
	font-size: 1.15em;
}

.menu--adsila a {
	color: #272727;
}

.menu--adsila .menu__item-name {
	//font-weight: bold;
	line-height: 1.4;
	padding: 0 0.35em;
	transition: color 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.menu--adsila .menu__item-name::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 0.8;
	transform: scale3d(0,1,1);
	transform-origin: 100% 50%;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.menu--adsila .menu__item-label {
	font-size: 1em;
	letter-spacing: 0.05em;
	transform: translate3d(-0.5em,0,0);
	transition: transform 0.5s, color 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.menu--adsila .menu__item-label::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 1.25em;
	right: 0.05em;
	width: 25%;
	height: 1px;
	opacity: 0.3;
	transform: scale3d(0,1,1);
	transform-origin: 100% 50%;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.menu--adsila .menu__item:nth-child(odd) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(odd) .menu__item-label::before {
	background:  #fde000;
}

.menu--adsila .menu__item:nth-child(even) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(even) .menu__item-label::before {
	background:  #fde000;
}
.menu--adsila .menu__item.menu_item_blue:nth-child(odd) .menu__item-name::before,
.menu--adsila .menu__item.menu_item_blue:nth-child(odd) .menu__item-label::before {
	background:  #9d1775;
}

.menu--adsila .menu__item.menu_item_blue:nth-child(even) .menu__item-name::before,
.menu--adsila .menu__item.menu_item_blue:nth-child(even) .menu__item-label::before {
	background:  #9d1775;
}

/* Hover */

.menu--adsila .menu__item:nth-child(odd):hover,
.menu--adsila .menu__item:nth-child(odd):focus {
	color:  #fde000;
}

.menu--adsila .menu__item:nth-child(even):hover,
.menu--adsila .menu__item:nth-child(even):focus {
	color:  #fde000;
}
.menu--adsila .menu__item.menu_item_blue:nth-child(odd):hover,
.menu--adsila .menu__item.menu_item_blue:nth-child(odd):focus {
	color:  #9d1775;
}

.menu--adsila .menu__item.menu_item_blue:nth-child(even):hover,
.menu--adsila .menu__item.menu_item_blue:nth-child(even):focus {
	color:  #9d1775;
}

.menu--adsila .menu__item:hover .menu__item-name::before,
.menu--adsila .menu__item:focus .menu__item-name::before,
.menu--adsila .menu__item:hover .menu__item-label::before,
.menu--adsila .menu__item:focus .menu__item-label::before {
	transform: scale3d(1,1,1);
}

.menu--adsila .menu__item:hover .menu__item-label,
.menu--adsila .menu__item:focus .menu__item-label {
	transform: translate3d(0,0,0);
}
#my-scrollbar {
  width: 500px;
  height: 500px;
  overflow: auto;
}
.menu--adsila .menu__item:hover .menu__item-label::before,
.menu--adsila .menu__item:focus .menu__item-label::before {
	transform-origin: 0% 50%;
	transition-timing-function: ease;
}

@media screen and (max-width: 50em) {
	.menu--adsila .menu__item {
		margin: 0 0 2em;
	}
	.menu--adsila .menu__item-label {
		display: block;
		margin: 0.5em 0 0 1em;
	}
}
#rylstnav > ul > li.nav-item.dropdown > ul{
  //background-color: rgba(0, 0, 0, 0.068) !important;
  background-color:transparent !important;
  border: 0px !important;
  border-radius: 0px !important;
  color: white !important;
  font-size: 14px !important;
}
.prfmn_ico{
  fill: white !important;
  width: 25px !important;
  //transition: all 0.4s !important;
  transition: transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.lgout_svglnk , .prfl_link{
display:inline !important;
}
.lgout_svg{
width:30px !important;
fill: white !important;
}
a.lnk:hover > svg.prfmn_ico{
  fill: #acacac !important;
}
li.scl_liit.nav-item.txt_rvlwrp > a::after{
display: none;
}
/*-----------------slider-------------------*/
.hsl{
  height: 100vh;
}
.slider_sec {
	position: relative !important;
	background-color: #132541 !important;
  //z-index: -1 !important;
}
.slider_secrow{
  position: relative !important;
  overflow: hidden !important;
}
.carousel-inner{
	//max-height: 500px !important;
	width: 100% !important;
		overflow-y:hidden !important;
}
/* .crsl_descmcont {
     position: absolute !important;
    top: 38%;
    right: 0;
    left: 0;
} */
.prptsrvs_mainsec{
  position: relative;
  z-index: 99;
}
.crsl_descmcont{
  position: absolute !important;
  position: fixed !important;
  width: fit-content;
  overflow: hidden;
  top: 38%;
  right: 0;
  left: 0;
  margin: auto;
  color: white;
  z-index: 11;
}
.bnlb_txtcont{
  position: fixed !important;
  top: 30% !important;
  left: 10% !important;
  width: fit-content !important;
}

.bnlbabt_txtcont{
  position: absolute !important;
  top: 30% !important;
  left: 10% !important;
  width: fit-content !important;
}
.bnlbslet_txtcont{
  position: fixed !important;
  top: 30% !important;
  left: 11.5% !important;
  width: fit-content !important;
}
.bnlb_txtcol{
  overflow: hidden;
}
.crsl_txtcol{
  z-index: 9999999999999 !important;
  overflow: hidden;
}
.crsl_txt{
  font-size: 6.5rem !important;
  width: fit-content !important;
  margin:0 auto !important;
}
.bnlb_txt{
  font-size: 4rem !important;
}
.crsl_icnmcont {
     position: absolute !important;
    z-index: 0 !important;
    left: 10vw !important;
    top: 15vh !important;
    bottom: 0 !important;
}
.crsl_icn{
	width: 100% !important;
	max-width: 100% !important;
	fill:white !important;
}
.crsl_descmrow{
	position: relative !important;
    height: 80vh !important;
    width: 32vw !important;
	//background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3Csvg width='600' height='600'%0Atransform='rotate(-85deg)' viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cg transform='translate(300,300)'%3E%3Cpath d='M127.7,-155C174,-113.4,225.9,-81.2,244.8,-34.2C263.7,12.7,249.6,74.3,217.7,122.1C185.9,169.9,136.2,203.8,80.7,225.8C25.2,247.8,-36.1,257.8,-84.8,237.9C-133.4,218,-169.3,168.3,-191.5,116.9C-213.6,65.5,-222,12.4,-215.7,-40.5C-209.3,-93.5,-188.2,-146.3,-149.8,-189.4C-111.4,-232.4,-55.7,-265.7,-7.5,-256.8C40.7,-247.8,81.4,-196.7,127.7,-155Z' fill='%231f76ac' /%3E%3C/g%3E%3C/svg%3E ");
		//background-image: url("data:image/svg+xml,	%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 507 471'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231f76ac;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ell2%3C/title%3E%3Cpath class='cls-1' d='M103,125C145,79,177,27,224,8S333,3,380,35s82,81,104,137,32,117,12,165-70,85-121,107-104,31-157,24S112,441,69,403-7,309,1,261,62,172,103,125Z' transform='translate(0 0)'/%3E%3C/svg%3E");

background-position: center !important;
	background-size: auto !important;
	background-repeat: no-repeat !important;
}
.crl_destxtcol{
	position: absolute !important;
	top: 30% !important;
	right:0px !important;
	left: 0px !important;
	bottom: 0px !important;
}
.img_slbg{
	background-size:cover !important;
		background-repeat:no-repeat !important;
	background-position: center;
	background-color: #0c0c0c9e;
  background-attachment: fixed;
	background-blend-mode: overlay !important;

}
.hro_vidsec{
  position: relative;
}
.hrovid{
    width: 100% !important;
    object-fit: cover !important;
    position: fixed !important;
    object-position: center !important;
    left: 0px !important;
    right: 0px !important;
}
/* .hrovid::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
} */
.hrovid_ovrly{
  width: 100%;
  height: 100%;
  background-color: #132541;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 10 !important;
  opacity: 0.5;
}
/*---------------srch_bx------------------*/
.scrldwn_sldbut{
  position:absolute !important;
  left:4rem !important;
  bottom:2rem !important;
  z-index: 99;
}
.scrldwn_sld_svgcol{
margin:auto 0 0 0 !important;
}
svg.scrldwn_sld_svg{
  width: 30px;
  height: 30px;
  transition:all 0.4s;
  transform: rotate(90deg);
}
.srchbx_cont{
  position:absolute !important;
  right: 0px !important;
  bottom: 0px !important;
  z-index: 99;
}
.srchbx_intcont{
  position:absolute !important;
  right: 0px !important;
  bottom:18rem !important;
  left: 0px;
  top: auto;
  z-index: 99;
  margin: auto;
  overflow: hidden;
}
.srchbx_intcntrow{
background-color: #132541 !important;
border: 2px solid white !important;
}
.srch_tiprow{
position:relative !important;
}
.srch_tipintrow{
position:relative !important;
display: contents  !important;
}
.srch_tipul{
    margin-bottom: 0px;
    position: absolute;
    top: -7.5rem;
    width: fit-content;
    background-color: white;
}
.srch_tipintul {
 margin-bottom: 0px;
    position: absolute;
    bottom:-3rem;
    width: fit-content;
    background-color: white;
}
.srchbxs_mcol{
  min-height:5rem ;
}
.srchbx_mcol, .srchbxint_mcol{
  text-align: center;
}
.srchbx_butcol{
  z-index: 99999999999 !important;
}
.srchbx_butico{
  fill: white;
  height: 30px !important;
  
}
.srchbx_butmcol{
  background-color: #132541;
  position: relative;
  border-left: 2px solid #132541;
}
.nvprt_butmcol{
  background-color: #132541;
  position: relative;
  text-align: center;
  padding: 0.2rem;
}
.nvprt_butmcol::after{
  content: "";
    display: block;
    width: 100%;
    height: 0%;
    /* padding-top: 10px; */
   background-color: #ffffff;
    transition: .4s;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
}
.nvprt_butcol{
  z-index: 999999999999 !important;
}

.nvprt_butmcol:hover{
  cursor: pointer;
}
.nvprt_butmcol:hover::after{
  height: 100%;
  }
  a.nvprt_but > span {
    color: white;
    transition: .4s;
  }
  .nvprt_butmcol:hover > div > div > a.nvprt_but >span {
    color:#132541 !important;
  }

.wtprt_butmcol{
  background-color: transparent;
  position: relative;
  text-align: center;
  padding: 0.2rem;
}
.wtprt_butmcol::after{
  content: "";
    display: block;
    width: 100%;
    height: 0%;
    /* padding-top: 10px; */
   background-color: #132541;
    transition: .4s;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
}
.wtprt_butcol{
  z-index: 999999999999 !important;
 
}

.wtprt_butmcol:hover{
  cursor: pointer;
}
.wtprt_butmcol:hover::after{
  height: 100%;
  }
  a.wtprt_but > span {
    color: #132541;
    transition: .4s;
  }
  .wtprt_butmcol:hover > div > div > a.wtprt_but >span {
    color:white !important;
  }


  .nv_butmcol{
    background-color: white;
    position: relative;
    text-align: center;
    padding: 0.2rem;
  }
  .nv_butmcol::after{
    content: "";
      display: block;
      width: 100%;
      height: 100%;
      /* padding-top: 10px; */
     background-color: #132541;
      transition: .4s;
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0;
  }
  .nv_butcol{
    z-index: 999999999999 !important;
  }
  
  .nv_butmcol:hover{
    cursor: pointer;
  }
  .nv_butmcol:hover::after{
    height:0%;
    }
    a.nv_but > span {
      color: white;
      transition: .4s;
    }
    .nv_butmcol:hover > div > div > a.nv_but >span {
      color:#132541 !important;
    }








  .wt_butmcol{
    background-color: #132541;
    position: relative;
    text-align: center;
    padding: 0.2rem;
  }
  .wt_butmcol::after{
    content: "";
      display: block;
      width: 100%;
      height: 100%;
      /* padding-top: 10px; */
     background-color: #ffffff;
      transition: .4s;
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0;
  }
  .wt_butcol{
    z-index: 999999999999 !important;
  }
  
  .wt_butmcol:hover{
    cursor: pointer;
  }
  .wt_butmcol:hover::after{
    height:0%;
    }
    a.wt_but > span {
      color: #132541;;
      transition: .4s;
    }
    .wt_butmcol:hover > div > div > a.wt_but >span {
      color:white !important;
    }




















.srchbx_butmcol:hover{
  cursor: pointer;
}
.srchbx_butmcol::after{
  content: "";
    display: block;
    width: 100%;
    height: 0%;
    /* padding-top: 10px; */
   background-color: #ffffff;
    transition: .4s;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
}
.srchbx_butmcol:hover::after{
height: 100%;
}
.srchbx_butmcol:hover > div > div > a > svg{
  fill: #132541;
}
.srchbx_but > span {
  color: white 
}
.srchbx_butmcol:hover > div > div > a > span{
  color:#132541 !important;
}
.srchbx_tglrow{
  position: relative !important;
}

.srchbx_inptspan_cus {
  font-size: 16px !important;
  background-color: transparent !important;
  border: none !important;
}
.srchbx_inpt {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  height: auto !important;
  box-shadow:none !important;
}
.srchbx_inptcol{
border:0px !important;
padding-bottom: 0px !important;
transition: all 0.4s !important;
}

.srchbx_tglbut{
  cursor: pointer;
  color: #132541;
  transition: all 0.4s !important;
}
.srchbx_tglbut.int{
  color: white !important
}
.srchbx_tglbut.active{
color: white;
transition: all 0.4s !important;
pointer-events: none !important;
}
.srchbx_tglbut.int.active{
  color: #132541 !important;
}
.back_butcol{
  background-color: #132541;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 50%;
    margin: auto 0;
    z-index: -1;
    transform:translateX(0%);
    transition: transform 0.4s ease-in-out;
}
.back_butcol.int{
  background-color: white !important;
}
.bck_move{
  transform:translateX(100%);
  transition: transform 0.4s ease-in-out;
}
.srchbx_svgico{
  fill:#132541;;
  height: 30px;
}
.srchbx_svgico > path{
  fill:#132541;
}
.srchbxint_svgico{
  fill:white;
  height: 30px;
}
.srchbxint_svgico > path{
  fill:white;
}
/*-----------------main-------------------*/
.abtsrvs_secont{
  padding-top: 35vh;
  padding-bottom: 35vh;
}
.abttxt_secmcol{
  padding-bottom: 8rem;
}
.main_indx{
  position: relative !important;
  z-index: 99;
}
.smmd_tit {
	font-size:2rem !important;
  position: relative !important;
}
.smmd_tit:after{
	  display: block;
    content: "";
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Group_13_copy_3_1_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 168.81 181.44' style='enable-background:new 0 0 168.81 181.44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ed2124 ;%7D%0A%3C/style%3E%3Cg id='Shape_26'%3E%3Cg%3E%3Cpath class='st0' d='M168.533,0c-0.167,0.187-0.38,0.35-0.493,0.565c-0.874,1.662-1.69,3.354-2.594,4.999 c-6.853,12.468-16.584,22.314-27.915,30.718c-8.367,6.206-17.529,11.08-26.643,16.038c-0.298,0.162-0.642,0.238-1.15,0.421 c-1.704-11.102-2.952-22.115-4.886-33.077c-0.693,0.392-1.177,0.792-1.603,1.245C92.862,31.953,82.483,43.004,72.095,54.046 c-1.519,1.615-1.534,1.593-3.472,0.484C54.911,46.683,41.2,38.836,27.485,30.995c-0.506-0.289-1.05-0.511-1.863-0.902 c0.07,0.878,0.055,1.439,0.167,1.974c3.23,15.459,6.475,30.914,9.712,46.372c0.667,3.185,0.655,3.185-1.915,5.257 c-6.533,5.267-13.061,10.542-19.6,15.8c-4.328,3.48-8.673,6.94-13.012,10.407c-1.365,1.091-1.324,1.397,0.297,2.118 c0.11,0.049,0.218,0.1,0.327,0.149c12.996,5.704,25.987,11.419,38.995,17.094c1.201,0.524,1.624,1.27,1.675,2.562 c0.202,5.153,0.498,10.303,0.794,15.452c0.359,6.226,0.765,12.449,1.129,18.674c0.257,4.391,0.471,8.784,0.733,13.174 c0.023,0.39,0.254,0.768,0.469,1.382c1.345-1.184,2.521-2.192,3.667-3.233c6.779-6.158,13.559-12.317,20.324-18.49 c5.763-5.258,11.521-10.524,16.566-16.502c1.408-1.668,3.06-3.191,3.551-5.46c1.235-5.713-2.783-12.226-8.451-13.638 c-1.584-0.395-3.194-0.697-4.805-0.966c-4.828-0.806-9.189-2.52-12.26-6.543c-1.474-1.931-2.706-4.045-4.077-6.056 c-1.62-2.377-3.219-4.748-6.017-5.99c-0.969-0.43-1.753-1.279-2.621-1.936c0.024-0.119,0.048-0.238,0.072-0.357 c11.295,0,22.591,0,34.243,0c-0.635-0.75-0.985-1.174-1.347-1.588c-1.182-1.355-2.399-2.682-3.548-4.065 c-4.367-5.258-4.579-11.846-0.523-16.93c2.3-2.883,5.143-5.173,8.389-6.87c6.879-3.598,13.871-6.982,20.736-10.606 c12.103-6.391,23.74-13.48,33.853-22.851c10.873-10.075,19.096-21.961,24.744-35.648c0.355-0.861,0.615-1.76,0.919-2.642 C168.718,0.091,168.626,0.045,168.533,0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    opacity:1;
    position: absolute;
    top: -54px;
    left: -65px;
    background-size: contain !important;
    transition: all 0.4s !important;
    filter: brightness(0) !important;    
}
div.turssl_secrow:hover > div > div> div > span.smmd_titcnt::after{
  filter:none !important
}

.smmd_titsm {
	font-size:2rem !important;
  position: relative !important;
}
span.smmd_titcnt {
	font-size:2rem !important;
  position: relative !important;
}
.smmd_titcnt:after{
	  display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Group_13_copy_3_1_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 168.81 181.44' style='enable-background:new 0 0 168.81 181.44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ed2124  ;%7D%0A%3C/style%3E%3Cg id='Shape_26'%3E%3Cg%3E%3Cpath class='st0' d='M168.533,0c-0.167,0.187-0.38,0.35-0.493,0.565c-0.874,1.662-1.69,3.354-2.594,4.999 c-6.853,12.468-16.584,22.314-27.915,30.718c-8.367,6.206-17.529,11.08-26.643,16.038c-0.298,0.162-0.642,0.238-1.15,0.421 c-1.704-11.102-2.952-22.115-4.886-33.077c-0.693,0.392-1.177,0.792-1.603,1.245C92.862,31.953,82.483,43.004,72.095,54.046 c-1.519,1.615-1.534,1.593-3.472,0.484C54.911,46.683,41.2,38.836,27.485,30.995c-0.506-0.289-1.05-0.511-1.863-0.902 c0.07,0.878,0.055,1.439,0.167,1.974c3.23,15.459,6.475,30.914,9.712,46.372c0.667,3.185,0.655,3.185-1.915,5.257 c-6.533,5.267-13.061,10.542-19.6,15.8c-4.328,3.48-8.673,6.94-13.012,10.407c-1.365,1.091-1.324,1.397,0.297,2.118 c0.11,0.049,0.218,0.1,0.327,0.149c12.996,5.704,25.987,11.419,38.995,17.094c1.201,0.524,1.624,1.27,1.675,2.562 c0.202,5.153,0.498,10.303,0.794,15.452c0.359,6.226,0.765,12.449,1.129,18.674c0.257,4.391,0.471,8.784,0.733,13.174 c0.023,0.39,0.254,0.768,0.469,1.382c1.345-1.184,2.521-2.192,3.667-3.233c6.779-6.158,13.559-12.317,20.324-18.49 c5.763-5.258,11.521-10.524,16.566-16.502c1.408-1.668,3.06-3.191,3.551-5.46c1.235-5.713-2.783-12.226-8.451-13.638 c-1.584-0.395-3.194-0.697-4.805-0.966c-4.828-0.806-9.189-2.52-12.26-6.543c-1.474-1.931-2.706-4.045-4.077-6.056 c-1.62-2.377-3.219-4.748-6.017-5.99c-0.969-0.43-1.753-1.279-2.621-1.936c0.024-0.119,0.048-0.238,0.072-0.357 c11.295,0,22.591,0,34.243,0c-0.635-0.75-0.985-1.174-1.347-1.588c-1.182-1.355-2.399-2.682-3.548-4.065 c-4.367-5.258-4.579-11.846-0.523-16.93c2.3-2.883,5.143-5.173,8.389-6.87c6.879-3.598,13.871-6.982,20.736-10.606 c12.103-6.391,23.74-13.48,33.853-22.851c10.873-10.075,19.096-21.961,24.744-35.648c0.355-0.861,0.615-1.76,0.919-2.642 C168.718,0.091,168.626,0.045,168.533,0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    position: absolute;
    top: -55px;
    left: -59px;
    background-size: contain !important;
    transition: all 0.4s !important;
    filter: brightness(0) !important;   
}
.turdt_colico {
  padding: 5px !important;
  height: 50px !important;
}
svg.turdt_ico {
  width: auto !important;
  height: 100% !important;
  fill: white !important;
  transition: all 0.6s !important;
  padding-bottom: 5px !important;
}

.smmd_tittur::after{
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Group_13_copy_3_1_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 168.81 181.44' style='enable-background:new 0 0 168.81 181.44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23ed2124 ;%7D%0A%3C/style%3E%3Cg id='Shape_26'%3E%3Cg%3E%3Cpath class='st0' d='M168.533,0c-0.167,0.187-0.38,0.35-0.493,0.565c-0.874,1.662-1.69,3.354-2.594,4.999 c-6.853,12.468-16.584,22.314-27.915,30.718c-8.367,6.206-17.529,11.08-26.643,16.038c-0.298,0.162-0.642,0.238-1.15,0.421 c-1.704-11.102-2.952-22.115-4.886-33.077c-0.693,0.392-1.177,0.792-1.603,1.245C92.862,31.953,82.483,43.004,72.095,54.046 c-1.519,1.615-1.534,1.593-3.472,0.484C54.911,46.683,41.2,38.836,27.485,30.995c-0.506-0.289-1.05-0.511-1.863-0.902 c0.07,0.878,0.055,1.439,0.167,1.974c3.23,15.459,6.475,30.914,9.712,46.372c0.667,3.185,0.655,3.185-1.915,5.257 c-6.533,5.267-13.061,10.542-19.6,15.8c-4.328,3.48-8.673,6.94-13.012,10.407c-1.365,1.091-1.324,1.397,0.297,2.118 c0.11,0.049,0.218,0.1,0.327,0.149c12.996,5.704,25.987,11.419,38.995,17.094c1.201,0.524,1.624,1.27,1.675,2.562 c0.202,5.153,0.498,10.303,0.794,15.452c0.359,6.226,0.765,12.449,1.129,18.674c0.257,4.391,0.471,8.784,0.733,13.174 c0.023,0.39,0.254,0.768,0.469,1.382c1.345-1.184,2.521-2.192,3.667-3.233c6.779-6.158,13.559-12.317,20.324-18.49 c5.763-5.258,11.521-10.524,16.566-16.502c1.408-1.668,3.06-3.191,3.551-5.46c1.235-5.713-2.783-12.226-8.451-13.638 c-1.584-0.395-3.194-0.697-4.805-0.966c-4.828-0.806-9.189-2.52-12.26-6.543c-1.474-1.931-2.706-4.045-4.077-6.056 c-1.62-2.377-3.219-4.748-6.017-5.99c-0.969-0.43-1.753-1.279-2.621-1.936c0.024-0.119,0.048-0.238,0.072-0.357 c11.295,0,22.591,0,34.243,0c-0.635-0.75-0.985-1.174-1.347-1.588c-1.182-1.355-2.399-2.682-3.548-4.065 c-4.367-5.258-4.579-11.846-0.523-16.93c2.3-2.883,5.143-5.173,8.389-6.87c6.879-3.598,13.871-6.982,20.736-10.606 c12.103-6.391,23.74-13.48,33.853-22.851c10.873-10.075,19.096-21.961,24.744-35.648c0.355-0.861,0.615-1.76,0.919-2.642 C168.718,0.091,168.626,0.045,168.533,0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  position: absolute;
  top: -51px;
  left: -56px;
  background-size: contain !important; 
  transition: all 0.4s !important;
  filter: brightness(0) !important;  
}
div.turssl_secrow:hover > div > div> div > span.smmd_titcnt::after,
div.dscn_mainrow:hover  > div > div  > div > span.smmd_titcnt::after,
div.srvs_secrow:hover > div.srvs_seccont > div > div.srvs_titxcol > div > div.tit_col > h6::after,
div.turpr_mcol > a:hover > div > div.turpr_lftxtbxmcol > div.turpr_txtbxmrow > div > span::after,
div.turpr_mcol> a:hover > div > div.turpr_rltxtbxmcol > div.turpr_txtbxmrow > div > span::after,
div.abtus_mcontrow:hover > div.abtus_cont > div.abtus_mrow > div.abtus_mcol > div.abttxt_mrow> div > div > div.tit_abtcol > span::after,
div.tmblist_mrow:hover > div.titmb_col > span::after{
  filter:none !important
}
span.smmd_tittur {
	font-size:1.5rem !important;
  position: relative !important;
}
/*-------------rvl_effcts---------------*/

.colbx_rvl{
  transform: translateY(100%);
  background-color: white;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
}
.nrmfrm_mcol.nv_frm.colbx_rvl{
  background-color: #efefef !important
}
.vsafrm_fldtxar, .butwrp_row, .cntusfrm_fldtxar{
  overflow: hidden;
}
div.vsafrm_fldtxar.colbx_rvlwrp.rvl > div,
div.cntusfrm_fldtxar.colbx_rvlwrp.rvl > div{
  background-color: #efefef !important
}
.colbx_rvlwrp.rvl > .colbx_rvl{
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
 backface-visibility:hidden; 
 -webkit-backface-visibility: hidden; 
}


.srv_dtsindx_mrow{
  position: relative !important;
}
.img_rvlwrp{
  position: relative;
  overflow: hidden;
  /* opacity: 0;
  width: 0px;
  height: 50vh;  for use of background image*/
}

.img_rvlwrp::before{
  content: "";
  position: absolute;
  background-color: #132541;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.img_rvlwrp.rvl::before{
  width: 0%;
  opacity: 1;
  transition: opacity 1s, width 2s;
}
/* .img_rvlwrp.rvl{
  width: 100%;
  opacity: 1;
  transition: opacity 1s, width 2.5s;
} */

.img_rvl{
 left: 0px;
 top: 0px;
 width: 100%;
 //height: 100%;
 /* position: absolute;
 background-size: cover;
 background-position: center;   for use of background image */
 transform: scale(1.6);
 opacity: .5;
}
.imgabt_rvl{
  left: 0px;
  top: 0px;
  width: 100%;
  //height: 100%;
  /* position: absolute;
  background-size: cover;
  background-position: center;   for use of background image */
  transform: scale(1.6);
}
.img_rvlwrp.rvl > .img_rvl,
.img_rvlwrp.rvl > .imgabt_rvl{
  transform: scale(1);
  transition: 1s ease-out;
}
.srv_dtsindx_mcol{
  padding-top: 3rem !important;
}

div.srvs_secmcol > div.srv_dtsindx_mcol:nth-child(even){
  padding-top: 15rem !important; 
}

div.srv_dtsindx_mcol > a:hover > div > div.srvimg_indxcol> img {
  transform: scale(1.6);
  opacity: 0.8;
}
.srvimgtxt_indxcol{  
  position: absolute;
  top:4rem;
  left:-3rem; 
  z-index: 999999999 !important;
  overflow: hidden;
  color: white;
}
div.srv_dtsindx_mcol > a:hover > div > div.srvimgtxt_indxcol {
  /* color: #132541; */
}
.tit_rvl{
  font-family: ssto;
  text-transform: uppercase !important;
  transform: translateY(200%);
  margin-bottom: 0px;
  /opacity: 0;
  display: inline-block;
  font-size:6.5rem !important;
  //float:right !important;
}
.imgtit_rvl{
  font-family: ssto;
  text-transform: uppercase !important;
  transform: translateY(200%);
  margin-bottom: 0px;
  opacity: 0;
  display: inline-block;
  font-size:2.7rem !important;
  //float:right !important;
}
.txt_bx{
  overflow: hidden !important;
  text-align: justify !important;
}
.txt_bx > p {
  //margin-bottom: 0px !important;
  line-height: 2rem;
}
.txt_rvl{
  transform: translateY(120%);
}
.txt_rvlwrp{
  overflow: hidden;
}
li.dropdown.txt_rvlwrp:hover{
   overflow: visible !important; 
}
.txt_rvlwrp.rvl > .tit_rvl{
  transform: translateY(0%);
  transition:0.4s ease-out;
  display: inline-block;
  opacity: 1;
}
.txt_rvlwrp.rvl > .txt_rvl{
  transform: translateY(0%);
  /*transition:0.8s ease-out;
   transition:opacity .8s cubic-bezier(.6,0,.3,1),transform .8s cubic-bezier(.6,0,.3,1); */
     -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
     transition: transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    backface-visibility:hidden; 
    -webkit-backface-visibility: hidden; 
}
.rvllt{
  transform: translateY(0%);
  //transition:2s ease-out;
  -webkit-transition: -webkit-transform 2500ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 2500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 2500ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 2500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
 backface-visibility:hidden; 
 -webkit-backface-visibility: hidden; 
  display: inline-block;
  opacity: 1;
}
.rvlwrd{
  transform: translateY(0%);
  //transition:0.7s ease-out;
  //display: inline-block;
  opacity: 1;
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000),opacity 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
 backface-visibility:hidden; 
 -webkit-backface-visibility: hidden;
 padding-right: 1rem; 
}
.gap{
    width: 1rem;
    display: block;
  }



/*-----------------fnsrvs-------------------*/

.srvs_seccont {
  padding: 6rem  !important;
}

.sgh_txtbxmcol{
	margin: auto 0 !important;
	min-height: 10rem !important;
}
.abt_txtbxmcol{
	margin: auto 0 !important;
	min-height: 10rem !important;
}
.srvs_mrowrlt{
	//justify-content: center !important;
	margin: 0px !important;
}
.srvs_mrowlft{
	//justify-content: center !important;
	margin: 0px !important;
}
.sgh_bxmcol , .sgh_txtbxmcol, .sgh_txtbxrltmcol, .sgh_txtbxlftmcol{
	margin-bottom: 10rem !important;
}
.abt_bxmcol , .abt_txtbxmcol, .abt_txtbxrltmcol, .abt_txtbxlftmcol{
	margin-bottom: 10rem !important;
}
div.srvs_icnmcol{
  position: relative !important;
  margin-bottom: 3rem !important;
}

div.srvs_icnmcol > a::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 80%;
  bottom: 0;
  left: 0;
  background: #efefef;
  will-change: opacity, transform;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
   /* display: block;
   opacity: 0;
     width: 100%;
  height: 100%;
    -webkit-transform: scale(0.95, 0.9);
  transform: scale(0.95, 0.9);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1); */
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
div.srvs_icnmcol > a:hover::before {
  transition: all 0.4s !important;
  width: 100%;
  /* opacity: 1;
  -webkit-transform: scale(1, 1.05);
  transform: scale(1, 1.05); */
}
.srvs_icnsvgcol{
  z-index: 99999999 !important;
  padding:10px 15px !important;
}
div.srvs_icnscont > div > div > div > div:nth-child(3) > a > div > div.col-md-5.srvs_icnsvgcol.up{
  padding: 15px 10px 10px 15px !important;
}
div.srvs_icnscont > div > div > div > div:nth-child(4) > a > div > div.col-md-5.srvs_icnsvgcol.up{
  padding: 15px 25px 10px 0px !important;
}
.up {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
div.srvs_icnmcol > a:hover > div.srvs_icnrow > div.srvs_icntxtcol.up,
div.srvs_icnmcol > a:hover > div.srvs_icnrow > div.srvs_icnsvgcol.up {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
svg.sp_afsvg {
  width: 20px !important;
  fill: #0c0c0c !important;
  transition: all 0.4s ease !important;
  vertical-align: bottom !important;
  margin-left: 0rem !important;
}
svg.sp_cntsvg {
  width: 30px !important;
  fill: #0c0c0c !important;
  transition: all 0.4s ease !important;
  vertical-align: bottom !important;
  margin-left: 0rem !important;
}
div.cntsindx_mcol:hover > a > div > div > div > div>svg.sp_cntsvg{
  margin-left: 1rem !important;
}
div.cntindx_butcol > span{
  display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-left: 20px;
    font-size: 1.15rem;
    opacity: 0;
    will-change: transform;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}
div.cntsindx_mcol:hover > a > div > div > div > div.cntindx_butcol > span{
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
svg.btnmr_svg{
  width: 20px !important;
  fill: #ffffff !important;
  transition: all 0.4s ease !important;
  vertical-align: bottom !important;
  margin-left: 0rem !important;
}
svg.btnmrbl_svg{
  width: 20px !important;
  fill: #0c0c0c !important;
  transition: all 0.4s ease !important;
  vertical-align: bottom !important;
  margin-left: 0rem !important;
}
div.srvs_icnmcol > a:hover > div.srvs_icnrow > div.srvs_icntxtcol > div > div>svg.sp_afsvg {
  margin-left: 1rem !important;
  fill: #ed2124 !important;
}
div.srvs_icntxtcol > div > div > span{
  display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-left: 20px;
    font-size: 1.15rem;
    opacity: 0;
    will-change: transform;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}
div.srvs_icnmcol > a:hover > div.srvs_icnrow > div.srvs_icntxtcol > div > div>span{
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #ed2124 !important;
}

svg.srv_icnsvgpg,
svg.srv_icnsvg{
  width: 100% !important;
  max-width: 100% !important;
  transition: all 0.4s !important;
  fill: #0c0c0c !important;
}
svg.srv_icnsvgpg{
  padding: 0 1rem 0 0 !important;
}
div.srv_icntitcol > h6,
div.srvs_icntxcol{
  transition: all 0.4s !important;
}
div.srvs_icnmcol > a:hover > div.srvs_icnrow > div.srvs_icnsvgcol.up > svg.srv_icnsvg,
div.srvs_icnmcol > a:hover > div.srvs_icnrow > div.srvs_icnsvgcol.up > svg.srv_icnsvgpg{
fill:#ed2124 !important;
}
div.srvs_icnmcol > a:hover > div.srvs_icnrow > div.srvs_icntxtcol > div > div.srv_icntitcol > h6,
div.srvs_icnmcol > a:hover > div.srvs_icnrow > div.srvs_icntxtcol > div > div.srvs_icntxcol{
color: #4b4c4e !important;
}
.srv_bxmrow{
	height: 40rem !important;
	//border: 2px solid orange !important;
	//border-radius: 50% !important;
	background-color:transparent;
fill:rgba(190, 190, 190, 0.57);
background-size:180px 180px;
background-repeat:repeat;
background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='0.4' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgba(190, 190, 190, 0.57)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23515255' d='M-64.9-73.9h675v675h-675z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Ccircle class='st2' cx='417.4' cy='83.7' r='82.8'/%3E%3Cpath class='st2' d='M78.1 82.7C78.1 38.2 43.1 2-.8 0v165.3c43.9-2 78.9-38.2 78.9-82.6zM87.9 82.7c0 44.4 35 80.7 78.9 82.7V0c-43.9 2-78.9 38.2-78.9 82.7zM167.2 167.3v165.3c43.9-2 78.9-38.2 78.9-82.7s-34.9-80.6-78.9-82.6zM332.8 332.7V167.3c-43.9 2-78.9 38.2-78.9 82.7s34.9 80.7 78.9 82.7zM417.3 253.7c-44.4 0-80.7 35-82.7 78.9H500c-2-43.9-38.2-78.9-82.7-78.9zM417.3 246.5c44.4 0 80.7-35 82.7-78.9H334.7c2 43.9 38.2 78.9 82.6 78.9zM84 421.1c-44.4 0-80.7 35-82.7 78.9h165.3c-2-43.9-38.2-78.9-82.6-78.9zM84 413.4c44.4 0 80.7-35 82.7-78.9H1.3c2 43.9 38.2 78.9 82.7 78.9zM250.1 78.9c44.4 0 80.7-35 82.7-78.9H167.4c2 43.9 38.3 78.9 82.7 78.9zM250.1 87.5c-44.4 0-80.7 35-82.7 78.9h165.3c-1.9-43.9-38.2-78.9-82.6-78.9z'/%3E%3Ccircle class='st2' cx='84.1' cy='250.1' r='82.8'/%3E%3Cpath class='st2' d='M167.2 334.5v165.3c43.9-2 78.9-38.2 78.9-82.7s-34.9-80.6-78.9-82.6zM421.9 417.2c0 44.4 35 80.7 78.9 82.7V334.6c-43.9 1.9-78.9 38.2-78.9 82.6z'/%3E%3Ccircle class='st2' cx='333.2' cy='417.3' r='82.8'/%3E%3C/g%3E%3C/svg%3E");
	//background-color:#5152551a;
//fill:rgba(190, 190, 190, 0.57);
///background-size:180px 180px;
//background-repeat:repeat;
//background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgba(255, 255, 255)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23ffffff' d='M-64.9-73.9h675v675h-675z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Ccircle class='st2' cx='417.4' cy='83.7' r='82.8'/%3E%3Cpath class='st2' d='M78.1 82.7C78.1 38.2 43.1 2-.8 0v165.3c43.9-2 78.9-38.2 78.9-82.6zM87.9 82.7c0 44.4 35 80.7 78.9 82.7V0c-43.9 2-78.9 38.2-78.9 82.7zM167.2 167.3v165.3c43.9-2 78.9-38.2 78.9-82.7s-34.9-80.6-78.9-82.6zM332.8 332.7V167.3c-43.9 2-78.9 38.2-78.9 82.7s34.9 80.7 78.9 82.7zM417.3 253.7c-44.4 0-80.7 35-82.7 78.9H500c-2-43.9-38.2-78.9-82.7-78.9zM417.3 246.5c44.4 0 80.7-35 82.7-78.9H334.7c2 43.9 38.2 78.9 82.6 78.9zM84 421.1c-44.4 0-80.7 35-82.7 78.9h165.3c-2-43.9-38.2-78.9-82.6-78.9zM84 413.4c44.4 0 80.7-35 82.7-78.9H1.3c2 43.9 38.2 78.9 82.7 78.9zM250.1 78.9c44.4 0 80.7-35 82.7-78.9H167.4c2 43.9 38.3 78.9 82.7 78.9zM250.1 87.5c-44.4 0-80.7 35-82.7 78.9h165.3c-1.9-43.9-38.2-78.9-82.6-78.9z'/%3E%3Ccircle class='st2' cx='84.1' cy='250.1' r='82.8'/%3E%3Cpath class='st2' d='M167.2 334.5v165.3c43.9-2 78.9-38.2 78.9-82.7s-34.9-80.6-78.9-82.6zM421.9 417.2c0 44.4 35 80.7 78.9 82.7V334.6c-43.9 1.9-78.9 38.2-78.9 82.6z'/%3E%3Ccircle class='st2' cx='333.2' cy='417.3' r='82.8'/%3E%3C/g%3E%3C/svg%3E");
}
.srvpic_backcol{
	//background-color: #515255 !important;
	width: 100% !important;
	max-width: 100% !important;
	    height: 100% !important;
	}
.srv_bxmrow{
	position: relative !important;
}
.srv_bximgcol{
	position: relative !important;
}
.tit_srvbxmcollft{
	position: absolute !important;
    top: -10.5% !important;
    left: -7% !important;
    padding: 0px;
    text-align: left;
}
.tit_srvbxmcolrtl{
	position: absolute !important;
    top: -10.5% !important;
    right: -17% !important;
    padding: 0px;
    text-align: right;
}
.tit_srvbx{
	//mix-blend-mode:difference !important;
	//mix-blend-mode:color !important;
	font-size:5.5rem !important;
}
.but_srvmcol{
	position: absolute !important;
	bottom: 0 !important;
	right:0 !important;
}

button.but_srv {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more.but_srv {
  width: 100%;
  height: auto;
}
button.learn-more.but_srv .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 6rem;
  height:4rem;
  //background: #515255;
  background: #ffffff;
  //border-radius: 1.625rem;
}
button.learn-more.but_srv .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more.but_srv .circle .icon.arroww {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 1.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more.but_srv .circle .icon.arroww::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.5625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-bottom: 0.125rem solid #515255;
  border-left: 0.125rem solid #515255;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
button.learn-more.but_srv .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: -5rem;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #ffffff;
  //font-weight:bold;
  line-height: 2;
	font-size: 17px !important;
  text-align: center;
  //text-transform: uppercase;
}

.morebut_cont{
	height: 20rem !important;
}
.morebut{
  display: inline-block;
  position: relative;
  background: none;
  border: 0px !important;
  color: #515255;
  font-size: 18px;
  cursor: pointer;
  //margin: 20px 30px;
  //background: rgba(0,0,0,0.09);
	border-bottom: 4px solid #515255 !important;
	border-radius: 0px !important;
	transition: all 0.8s !important;
	box-shadow: none !important;
}
.morebut:hover{

  background: rgb(240 240 240);
	
}
.morebut span{
  display: block;
  padding: 25px 0px;
	font-size: 2.3rem !important;
	//font-weight: bold !important;
}
.morebut::before{
  content:"";
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.2s linear;
  background: #515255;
}

.morebut span::before, .morebut span::after{
  content:"";
  width:4px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #515255;
}
.morebut:hover::before, .morebut:hover::after{
  width: 100%;
}
.morebut:hover span::before, .morebut:hover span::after{
  height: 100%;
}
.btnindx_more::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.btnindx_more span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.btnindx_more::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.btnindx_more span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.btnindx_more:hover::after{
  transition-delay: 0s;
}
.btnindx_more:hover span::after{
  transition-delay: 0.2s;
}
.btnindx_more:hover::before{
  transition-delay: 0.4s;
}
.btnindx_more:hover span::before{
  transition-delay: 0.6s;
}

div.srv_bximgcol > a:hover > div.but_srvmcol > button.learn-more.but_srv > span.circle{
width: 80%;	
}
div.srv_bximgcol > a:hover > div.but_srvmcol > button.but_srv .circle .icon.arroww {
  background: #515255;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
div.srv_bximgcol > a:hover > div.but_srvmcol > button.but_srv .button-text {
  color: #515255;
}
.srvpic_imgcol{
position: absolute !important;
	left: -4rem !important;
	top:5% !important;
}
img.srv_bximg{
	width: 100% !important;
	max-width:100% !important;
filter: grayscale(100%);
	transition:all 0.6s !important;
}
//div.srvpic_imgcol > a:hover > div.srv_bximgrow > div.srv_bximgcol > img.srv_bximg{
filter: grayscale(0%);	
}
div.srv_bximgcol > a:hover > img.srv_bximg{
filter: grayscale(20%);	
}

.services_sec{
	z-index: 9999999999999 !important;
}
//.wv_mrow{
margin-top:-17rem !important;	
}
.wv_col{
position: absolute !important;
	bottom: -5% !important;
	right: 0 !important;
	left: 0 !important;
	z-index:1 !important;
}
.wv_prjmcol{
position: absolute !important;
	bottom:0 !important;
	right: 0 !important;
	left: 0 !important;
	z-index:0 !important;
}
//svg.wv_svg path{
	    fill: linear-gradient(to bottom , #231f20f0 , #231f20d6 , #231f2094 , transparent);
}
#gradient-horizontal {
  --color-stop-1: #a770ef;
  --color-stop-2: #cf8bf3;
  --color-stop-3: #fdb99b;
}
#gradient-vertical {
  //--color-stop-1: transparent;
  --color-stop-1: #2020238c;
 //--color-stop-2: #00000094;
 // --color-stop-2: #000000eb;
//--color-stop-2: #2d2e30;
//--color-stop-2: #030303;
--color-stop-3: #2d2e30;
--color-stop-2: #2d2e30;
}
.icon-hgradient {
  fill: url(#gradient-horizontal) gray;
  /* We could use it as a stroke fill too:
  stroke: url(#gradient-horizontal) gray; */
}
.icon-vgradient {
  fill: url(#gradient-vertical) gray;
}
 .fnsvr_mrow {
   width: 320px;
   height: 320px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }

 .box {
   position: absolute;
   width: 300px;
   height: 300px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   border-radius: 20%;
   overflow: hidden;
   -webkit-transition: -webkit-box-shadow ease 1s;
   transition: -webkit-box-shadow ease 1s;
   transition: box-shadow ease 1s;
   transition: box-shadow ease 1s, -webkit-box-shadow ease 1s;
 }
.fnsvr_icon{
	width: 80px !important;
	height: 80px !important;
	fill:#1f76ac !important;
}

@-webkit-keyframes float {
  0% {
    //box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    //box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-40px);
            transform: translatey(-40px);
  }
  100% {
    //box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    //box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    //box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-40px);
            transform: translatey(-40px);
  }
  100% {
    //box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
.flting {
  -webkit-animation: float 8s ease-in-out infinite;
          animation: float 8s ease-in-out infinite;
}
/*.flting {  
    animation-name: floating;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	animation-delay: 1s !important;
  
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 25px); }
    to   { transform: translate(0, -0px); }    
}*/
.fltingg {  
    animation-name: floatingg;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
		animation-delay: 2s !important;

  
}

@keyframes floatingg {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 35px); }
    to   { transform: translate(0, -0px); }    
}
.clouds_scn{
    position: absolute !important;
    overflow: hidden !important;
	z-index: 0 !important;
}
/*.clsvg_smpcol , .clsvg_smpcoll ,.clsvg_smpcolll , .clsvg_dtacol , .clsvg_dtacoll , .clsvg_dtacolll , .clsvg_mdicol{
    position: absolute !important;
    overflow: hidden !important;
	z-index: 0 !important;
}*/
.fnsvrs_cont{
	height: 400px !important;
	}
.clsvg_bigcol{
    height: 120px !important;
    width: auto !important;
	overflow: hidden !important;
	z-index: 0 !important;
	position: absolute !important;
	left:2% !important;
	top:35% !important;
}
.clsvg_smlcol{
	height: 110px !important;
	width: 110px !important;
	overflow: hidden !important;
	z-index: 0 !important;
	position: absolute !important;
	top:20% !important;
	right: 25% !important;
	 background-color: #d4eaf8;
     padding: 20px;
    text-align: center;
    border-radius: 100%;
    border: 2px dashed white;
	
}
.clsvg_biggcol{
    height: 120px !important;
    width: auto !important;
	overflow: hidden !important;
	z-index: 0 !important;
	position: absolute !important;
	right:2% !important;
	bottom:15% !important;
}
.clsvg_biggncol{
    height: 100px !important;
    width: auto !important;
	overflow: hidden !important;
	z-index: 0 !important;
	position: absolute !important;
	left:38% !important;
	bottom:15% !important;
}
.clsvg_smllcol{
	height: 90px !important;
	width: 90px !important;
	overflow: hidden !important;
	z-index: 0 !important;
	position: absolute !important;
	bottom:20% !important;
	left: 25% !important;
	 background-color: #d4eaf8;
    padding: 20px;
    text-align: center;
    border-radius: 100%;
    border: 2px dashed white;
}
.clsvg_bigggcol{
   height: 120px;
    width: auto !important;
    overflow: hidden !important;
    z-index: 0 !important;
    position: absolute !important;
    left: 34% !important;
    top: 20% !important;
}
.clsvg_smlllcol{
    height: 80px !important;
    width: 80px !important;
    overflow: hidden !important;
    z-index: 0 !important;
    position: absolute !important;
    bottom: 30% !important;
    right: 35% !important;
	 background-color: #d4eaf8;
   padding: 20px;
    text-align: center;
    border-radius: 100%;
    border: 2px dashed white;
}
.clsvg{
	height:auto !important;
	width:25px !important;
	fill: #ffffff !important;
}
.clsvg_nvprt{
  height:auto !important;
	width:25px !important;
	fill: #132541 !important;
}
.disvg{
  height:auto !important;
	width:10px !important;
	fill: #ffffff !important;
}
.webcnf_optmcol{
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	width: 100% !important;
	height: 500px !important;
	
}
.titab_col{
	position: absolute !important;
	top:-15% !important;
	left:0px !important;
	right:0px !important;
	width: 20rem;
	height: 5rem;
	background-color:#fde633 !important;
	border-bottom-left-radius: 100% !important;
	border-bottom-right-radius: 100% !important;
	margin: auto !important;
}
.svg_optcol{
height: 7rem !important;
    width: 7rem !important;
    overflow: hidden !important;
    position: absolute !important;
    background-color: #e4edf3 !important;
    padding: 0px !important;
	left: 0px !important;
	right: 0px !important;
	//margin: auto !important;
    border-radius: 100% !important;
    box-shadow: inset -2px -2px 5px #f8fcff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
} 
.txt_optcol{
	//margin-top: 7rem !important;
}
.svg_opt{
	width: 60px !important;
    height: 100% !important;
}
 .icon {
   position: relative;
   margin-top: 8px;
   -webkit-transition: all 0.6s ease;
   transition: all 0.6s ease;
   -webkit-transition-delay: 0.32s;
           transition-delay: 0.32s;
   will-change: transform;
 }
 
 .icon_bg {
   width: 280px;
   height: 280px;
   border-radius: 50%;
   //border: 1px solid rgba(225, 227, 232, 0.18);
   //-webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
           //box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
   //-webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1), -1rem -1rem 2rem rgba(255, 255, 255, 0.5) !important;

    box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1), -0.3rem -0.3rem 0.6rem rgba(255, 255, 255, 0.5) !important;

   background-color: #f2f3f7;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-transition: all 0.6s ease;
   transition: all 0.6s ease;
   -webkit-transition-delay: 0.32s;
           transition-delay: 0.32s;
   will-change: transform;
 }

 .fnsvr_mcol:hover .box {
 /*   border: 1px solid rgba(225, 227, 232, 0.18); */
   //-webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
           box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1), -0.3rem -0.3rem 0.6rem rgba(255, 255, 255,0.5);
   -webkit-transition-delay: 0.32s;
           transition-delay: 0.32s;
 }
 
 .fnsvr_mcol:hover .icon_bg {
   -webkit-transform: translateY(-32px) scale(6);
           transform: translateY(-32px) scale(6);
	 background-color: #e4edf3 !important;

 }
 
 .fnsvr_mcol:hover .icon {
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-35%,0);
    transform: translate3d(0,-35%,0);
 }
.fnsvr_mcol .icon > h6 {
	transition: all 2s !important;
	opacity: 1 !important;
}
  .fnsvr_mcol:hover .icon > h6 {
	  opacity: 0 !important;
	  transition: all 0.8s !important;
}
 .fnsvr_mcol {
     width: 220px;
   height: 220px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
	 margin: auto !important;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
	 z-index: 999 !important;
	 cursor: pointer;
 }
.fnsvr_mcol.animate__animated{
	opacity: 0 !important;
	transition: all 0.6s !important;
}
.fnsvr_mcol.animate__animated.animate__fadeInUp{
		opacity: 1 !important;

}
 //.text {
   position: relative;
   top: -32px;
   width: 200px;
   text-align: center;
   //-webkit-transition: all 0.4s ease;
   //transition: all 0.4s ease;
   //-webkit-transition-delay: 0.32s;
   //transition-delay: 0.32s;
 }
 
 .fnsvr_mcol:hover .text {
   opacity: 0;
   //-webkit-transform: translateY(-4px) scale(.8);
   //transform: translateY(-4px) scale(.8);
   
 }
 
 .box .boxsvr_text  {
   position: absolute;
   width: 80%;
   top: 150px;
   opacity: 0;
   //line-height: 20px;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   -webkit-transition-delay: 0.32s;
   transition-delay: 0.32s;
	 text-align: center !important;
 }
.boxsvr_text > h6{
	line-height: 27px !important;
	
}
 .fnsvr_mcol:hover .box .boxsvr_text  {
   opacity: 1;
 }
//.srvspr_txthtag , .crsl_txt {
    padding-bottom: 10px !important;
    writing-mode: horzintal-rl !important;
    //text-orientation: mixed !important;
    vertical-align: middle !important;
    text-align: center !important;
    margin: 0 auto !important;
	 //transform: rotate(180deg);
    //letter-spacing: 5px;
	//color: #bbbbbb !important;
	border-left: .15em solid #1f76ac;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0 !important;
}
.typping_anm{
 animation: typing 3.5s steps(20, end),
    blink-caret .5s step-end infinite;	
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #1f76ac }
}
//.srvspr_txthtag.in-view , .crsl_txt.in-view{
    opacity: 1 !important;
	animation: typing 3.5s steps(20, end),
    blink-caret .5s step-end infinite;
}
div.srvspr_txtcol .srvspr_txthtag::after {
    display: block;
    content: "";
    //background-image: url(../img/blob-shape-small.svg);
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='522.468px' height='522.469px' viewBox='0 0 522.468 522.469' style='enable-background:new 0 0 522.468 522.469;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M325.762,70.513l-17.706-4.854c-2.279-0.76-4.524-0.521-6.707,0.715c-2.19,1.237-3.669,3.094-4.429,5.568L190.426,440.53 c-0.76,2.475-0.522,4.809,0.715,6.995c1.237,2.19,3.09,3.665,5.568,4.425l17.701,4.856c2.284,0.766,4.521,0.526,6.71-0.712 c2.19-1.243,3.666-3.094,4.425-5.564L332.042,81.936c0.759-2.474,0.523-4.808-0.716-6.999 C330.088,72.747,328.237,71.272,325.762,70.513z'/%3E%3Cpath d='M166.167,142.465c0-2.474-0.953-4.665-2.856-6.567l-14.277-14.276c-1.903-1.903-4.093-2.857-6.567-2.857 s-4.665,0.955-6.567,2.857L2.856,254.666C0.95,256.569,0,258.759,0,261.233c0,2.474,0.953,4.664,2.856,6.566l133.043,133.044 c1.902,1.906,4.089,2.854,6.567,2.854s4.665-0.951,6.567-2.854l14.277-14.268c1.903-1.902,2.856-4.093,2.856-6.57 c0-2.471-0.953-4.661-2.856-6.563L51.107,261.233l112.204-112.201C165.217,147.13,166.167,144.939,166.167,142.465z'/%3E%3Cpath d='M519.614,254.663L386.567,121.619c-1.902-1.902-4.093-2.857-6.563-2.857c-2.478,0-4.661,0.955-6.57,2.857l-14.271,14.275 c-1.902,1.903-2.851,4.09-2.851,6.567s0.948,4.665,2.851,6.567l112.206,112.204L359.163,373.442 c-1.902,1.902-2.851,4.093-2.851,6.563c0,2.478,0.948,4.668,2.851,6.57l14.271,14.268c1.909,1.906,4.093,2.854,6.57,2.854 c2.471,0,4.661-0.951,6.563-2.854L519.614,267.8c1.903-1.902,2.854-4.096,2.854-6.57 C522.468,258.755,521.517,256.565,519.614,254.663z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    opacity: .1;
    position: absolute;
    top: -60px;
    right: -25px;
	background-size: contain !important;
}
.simdprdcts_slcont{
	position: relative !important;
}
/* .sltit_cont{
	position: absolute !important;
	left: 0px !important;
//background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.8239670868347339) 66%, rgba(255,255,255,0.6867121848739496) 89%, rgba(0,212,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.8239670868347339) 66%, rgba(255,255,255,0.6867121848739496) 74%, rgba(0,212,255,0) 100%);
    width: 23rem !important;
    top: 0%;
    height: 100%;
    margin: auto 0;
	z-index: 99999 !important;
} */
.sltit_cont{
  z-index: 9999999 !important;
}
.turssl_secrow{
  position: relative !important;
  padding-bottom: 5rem !important;
}
.picbbox_mcol {
  position: relative !important;
  margin-top:8vh !important;
  height: 100% !important;
  margin-left: -8rem !important;
  //z-index: -1 !important;
}
.cndnavback_mcol{
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px; 
}
div.img_th_row > div{
  position: relative !important;
}

.picbbox_col {
  padding: 0px !important;
  z-index: -1 !important;
}
img.picbbox_img {
position:absolute !important;
left: 0px !important;
}
.prjcts_secrow {
  position: relative;
}

.prjcts_sltitnav_mcol{
   /*position: absolute;
  left:5% !important;
  top:20% !important;
  width: fit-content;
  width: 400px; */
  overflow: hidden;
  background-color: white !important;
  //z-index: 99999999999999999 !important;
}
.prjcts_sltitnav_cont{
  margin-top: -12rem;
  overflow: hidden;
  
}
.prjcts_sltitnav_cont > .row{
  overflow: hidden;
}
.prjcts_sltitnav_col{
  overflow: hidden;
}
/*--------------swiper_slider---------------*/
 @font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #132541;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  padding-bottom: 2rem !important;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  //width: calc(var(--swiper-navigation-size) / 44 * 27);
  //height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  transition: all 0.4s !important;
  opacity: 1;
}

.svgnav_ico{
  fill: white;
  width: 30px;
}
.custmz_nav::after{
  display: none !important;
}
.custmz_navcol{
  background-color: #132541;
  padding: 0.5rem 3rem;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  transition: all 0.4s !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 61px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 58px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
/*--------------owl_slider----------------*/

.old_prshbon {
    text-decoration-line: line-through !important;
    text-decoration-color: gray !important;
}
.product_pr_col{
	border: 2px dashed #ffffff !important;
    padding-bottom: 20px !important;
    border-radius: 8px !important;
	transition: all 0.4s !important;
}
.product_pr_col:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.spcl_offrssec{
background-color: #f3f3f3;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23bc9c68' fill-opacity='0.1'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
position: relative !important;
}
.nots_secrow{
background-color: #f3f3f3;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23bc9c68' fill-opacity='0.1'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
position: relative !important;
}
.nothd_imgcol{
    padding: 5px 25px 0px !important;
    height: 70px !important;
}
.nothd_svg{
	    width: 100% !important;
    height: 100% !important;
}
.sims_prdctsssec{
	position: relative !important;
}
.splofs_hdlbcol{
	position: absolute !important;
	background-color:#231f20 !important;
	height: 6rem !important;
	top:0px !important;
	line-height: 6rem !important;
	margin: auto !important;
	left: 0px !important;
	right: 0px !important;
}
.splprdct_pr_col{
margin: 4rem !important;
	transition: all 0.4s !important;
}
.simsprdct_pr_col{
margin: 0rem !important;
	transition: all 0.4s !important;
}
.brands_pr_col{
margin:auto  !important;
	transition: all 0.4s !important;
}

.boxprdct_pr_col{
margin: 2rem !important;
	transition: all 0.4s !important;
}


svg.navsvg_sl_sploff{
    width: auto !important;
       fill: #efefef!important;
	    height: 2rem !important;
      transition: all 0.4s !important;
}
.prjctsl_cont{
  padding: 0px !important;
}

div.box_wsl_mrow:hover > div.picbbox_mcol > div > div.picbbox_col > a > img.picbbox_img{
	opacity: 1 !important;
}
div.prdcts_slrow > div.columns.slider_col.back_white > div > div.owl-stage-outer{
	padding: 10px !important;
}
body > section.main > div.container-fluid.special_offers_container > div.row.tours_tour > div{
	padding-top: 60px;
	padding-bottom: 60px;
}
.qcicon_imgcol{
	height: 100px !important;
	overflow: hidden !important;
}

.qc_icoimg{
	width: auto !important;
	height: 100% !important;
}
.prd_pr_dt_col{
	height: 120px !important;
	overflow: hidden !important;
}
.splpr_dt_col{
	overflow: hidden !important;
	padding-top: 2rem !important;
}
/*---------------optns_sec--------------------*/
.optns_sec{
	height: 50rem !important;
}
.pl-8{
    padding-left: 8rem !important;
}
.pr-8{
    padding-right: 8rem !important;
}

.app_dvpsvg{
	//position: absolute;
	width: 300px !important;
	height: 400px !important;
	margin: auto !important;
}
.app_dvpsvgcol{
	text-align: center !important;
	position: absolute !important;
}
.app_dvpmrow{
	    padding: 120px 40px !important;
}
.cls-1,.cls-5{fill:#407bff;}
.cls-2{fill:#fff;}
.cls-4{fill:#ffeb3b;}
.cls-2{opacity:0.2;}
.cls-3,.cls-5{opacity:0.1;}

/*-----------------------------------*/
.svg_vcthfcrl{
	position: absolute !important;
	left: 0px !important;
	right: 0px !important;
	bottom: -112px !important;
	width: 100% !important;
	//overflow: hidden !important;
	z-index: 999999999999999999999999 !important;
	
}
svg.hlfcrl_svg{
	fill:white !important;
	width: 100% !important;
	height: auto !important;
	//transform: rotate(180deg);

}
svg.hlfcrl_svg > path{
fill:white !important;
	right:20px !important;
	//transform: translate(-219px, -260px);
}
.services_sec{
	//background-color: #1f76ac !important; 
	//background-color: #868e96 !important;
	position: relative !important;
}
.back_blf{
	background-color: #1f76ac !important; 
}
.back_ylw{
	background-color: #fde633 !important; 
}

/*<!--.box {
	width: 300px;
	height: 460px;
	position: relative;
	background: rgba(255,255,255,1);
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #2c3e50;
	box-shadow: inset 0 0 0 3px #2c3e50;
	-webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
}

.box:hover {
	background: rgba(255,255,255,0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

//.box h3 {
	font-family: "Ruthie", cursive;
	font-size: 180px;
	line-height: 370px;
	margin: 0;
	font-weight: 400;
	width: 100%;
}

.box span {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 5px;
}

.box h3,
.box span {
	-webkit-transition: color 0.4s 0.5s;
	transition: color 0.4s 0.5s;
}

.box:hover h3,
.box:hover span {
	color: #fff;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box svg {
	position: absolute;
	top: 0;
	left: 0;
}

.box svg line {
	stroke-width: 3;
	stroke: #ecf0f1;
	fill: none;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.box:hover svg line {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	 stroke: #ffc107 !important;
}

.box svg line.top,
.box svg line.bottom {
	stroke-dasharray: 330 240; 
}

.box svg line.left,
.box svg line.right {
	stroke-dasharray: 490 400;
}

.box:hover svg line.top {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.box:hover svg line.bottom {
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
}

.box:hover svg line.left {
	-webkit-transform: translateY(920px);
	transform: translateY(920px);
}

.box:hover svg line.right {
	-webkit-transform: translateY(-920px);
	transform: translateY(-920px);
}
   .box {
	background: rgba(0,0,0,0);
	color: #fff;
	box-shadow: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

   .box:hover {
	background: rgba(0,0,0,0.4);
}

   .box h3,
   .box span {
	-webkit-transition: none;
	transition: none;
}

   .box svg line {
	-webkit-transition: all .5s;
	transition: all .5s;
}

   .box:hover svg line {
	stroke-width: 10;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

   .box:hover svg line.top {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}

   .box:hover svg line.bottom {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

   .box:hover svg line.left {
	-webkit-transform: translateY(460px);
	transform: translateY(460px);
}

   .box:hover svg line.right {
	-webkit-transform: translateY(-460px);
	transform: translateY(-460px);
}
.svr_row{
	    padding: 0px 40px 0px 60px !important;
}
.srvicon{
	width: auto !important;
	height: 140px !important;
}-->*/
.p20{
	padding: 20px !important;
}
/*-----------cndiscov_sec----------------*/
.cndiscov_secont{
  padding:5rem 6rem !important;
}
.cndiscov_txtcont{
  padding:0rem 0rem 3rem 3rem !important;
}
.tit_col{
  position: relative !important;
}
div.cndiscov_txtrow > div.tit_col> h6{
  font-size: 2rem !important;
}
.cndiscov_mpcol{
  position: absolute !important;
  top: 0px;
}
.cndiscov_imgmpcol{
  margin-top: -11rem !important;
}
.prjctslitm_mrow, .cndiscov_sec{
  position: relative !important;
}
div.prjctslitm_mrow > a {
  padding: 0px !important;
}
.prjctslitm_imgcol{
  margin: 0px !important;
}
.imgrvl_btt{
  position: relative;
}
.imgrvl_btt::after{
  content: "";
  position: absolute;
  background-color:white !important;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* transform: scale3d(1,1,1); */
  transform-origin: 100% 50%;
  transition: height 1s;
  transition-timing-function: cubic-bezier(0.8,0,0.2,1);
}
.imgrvl_btt.dsbl::after{
  background-color: #efefef !important;
}
.imgrvl_btt.tmbr::after{
  background-color: #132541 !important;
}
.imgrvl_btt.rvl::after {
  height: 0%;
  /* transform: scale3d(0,1,1); */
  transform-origin: 0% 50%;
}
.prjctslitm_imgcol{
  padding: 0px !important;
  /* background: linear-gradient(to bottom ,#231f2080 , #231f20f0);
  background-color: black !important; */
  background-color: #132541 !important;
  overflow: hidden;
}
img.prjctslitm_img{
  transition: transform 0.4s, opacity 0.4s !important;
  transition-timing-function:cubic-bezier(0.8,0,0.2,1);
}

div.prjctslitm_mrow > a:hover > div.prjctslitm_immgcol > div.prjctslitm_imgcol > div.prjctslitm_imgcol > img{
    opacity: 0.4 !important;
    transform: scale(1.2);
}
.cndsite_pr_txtmcol{
  /* position: absolute !important;
  background: linear-gradient(to bottom ,transparent ,#231f2080 , #231f20a3 , #231f20f0);
  height: 90px !important;
  bottom: 0px; */
  transition: all 0.6s !important;
  padding: 1rem 0 !important;
  
}
div.sght_mcol > a:hover > div > div.cndsite_pr_txtmcol{
height: 120px !important;
}
div.sght_mcol> a:hover > div > div.cndsite_pr_txtmcol > div > div.but_coll> button{
  opacity: 1 !important;
}
.res_img{
  width: 100% !important;
  max-width: 100% !important;
}
.cndiscov_mprow{
  position: relative !important;
  justify-content: center !important;
}
.cndiscov_mp{
  fill: #ffffff !important;
}
.cndiscov_sec{
  background-color: #efefef !important;
}
.cndiscov_secont{
  z-index: 9999999999999999 !important;
}

div.cndiscov_sl > div.owl-nav{
  position:absolute !important;
  top: 0;
  z-index: 9999999999999 !important;
  left: -10rem !important;
  width: 10rem !important;
  height: 100% !important;
}
div.cndturs_sl > div.owl-nav{
  position: absolute !important;
  height: 100% !important;
  width: 12rem !important;
  top: -106px !important;
  right: 11px !important;
}
div.cndturs_sl > div.owl-nav > button.owl-next{
  left: 0px !important;
  top:0% !important;
}
div.cndturs_sl > div.owl-nav > button.owl-prev{
  right: 0px !important;
  top:0% !important;
}
svg.navsvg_cndturs_sl{
  width: auto !important;
     fill: white !important;
    height: 2rem !important;
}
.navback_mcol{
  background-color: #efefef;
  position: absolute;
  left: 0px;
  top: 0px;
  //width: 100%;
  height: 60%;
}

.cndiscovsl_sec{
  position: relative !important;
  padding-top:5rem !important;
  padding-bottom:5rem !important;
  background-color: white !important;
}
/*-----------exp_works----------------*/
.slider-wrapper div {position: relative;}
.slider-wrapper {margin-top: 5vw;  margin-left: 11vw;}
.slide-image {height: 24vw;}
.slide-image img {width: 24vw; cursor: pointer;}
.slide-content {width: 25vw; color: #fff; padding:3vw 18vw 3vw 9vw;}
.slide-date {color: #0a8acb; font-size: 1.1vw; font-weight: 400; letter-spacing: 0.1vw; padding-bottom: 1.4vw;}
.slide-title {font-size: 1.2vw; font-weight: 400; letter-spacing: 0.1vw; line-height: 1.55vw; padding-bottom: 1.8vw;}
.slide-text {font-size: 0.80vw; line-height: 1.2vw; opacity: 0.8; padding-bottom: 4vw;}
.slide-more {font-weight: 400; letter-spacing: 0.1vw; float: left; font-size: 0.9vw;}
.slide-bullet {width: 0.5vw; height: 0.5vw; background-color: #0b8bcc; border-radius: 200%; position: relative; margin-left: 1.2vw;}
.slide-nav {margin-left: 64vw; margin-top: -5.5vw;}

div.overlay-blue {width: 100%; height: 100%; position: absolute; top: 0; transition: 0.5s ease all;}
div.overlay-blue:hover {background-color: rgba(13, 27, 43, 0.5);}

.arrows{width: 3.5vw; margin-top: -5.8vw; margin-left: 72vw; position: relative;}
.arrow {display: inline-block; position: absolute; width: 1.2vw; height: 1.2vw; background: transparent; text-indent: -9999px; border-top: 0.15vw solid #fff; border-left: 0.15vw solid #fff; transition: all .1s ease-in-out; text-decoration: none; color: transparent;
}
.arrow:hover {border-color: #0A8ACB; border-width: 0.25vw;
}
.arrow:before {display: block; height: 200%; width: 200%; margin-left: -50%; margin-top: -50%; content: ""; transform: rotate(45deg);}
.arrow.prev {transform: rotate(-45deg); left: 0;}
.arrow.next {transform: rotate(135deg); right: 0;}


.bsexp_work_cont{
	padding:0px 150px !important;
}
.bsexp_work_img_col{
	position: relative !important;
	//transform-style: preserve-3d !important;
}
.prd_imgf, .prd_imgb{
	width: 420px !important;
	position: absolute !important;
	//transform: translateZ(20px) !important;
}
.prd_imgb{
	top: -100px !important;
    left: -55px !important;
}
.prd_imgf{
	top: 10px !important;
    right: -22px !important;
}
.bsexp_works_sec{
	background-image: url(../img/GeometricPattern24.png);
	background-repeat: repeat !important;
	//background-color: white !important;
	background-blend-mode: hard-light !important;
}
.blog_posts_sec{
	background-image: url(../img/GeometricPattern24.png);
	background-repeat: repeat !important;
	//background-blend-mode: hard-light !important;
}

.footer_cont{
background-size: cover !important;
background-color:#132541 !important;
position: relative;
z-index: 11;
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' fill-opacity='0.6' stroke-width='0.52' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(20.55) translate(-951.34 -713.5)'%3E%3Cuse fill='%23fafafa' href='%23s' y='2'/%3E%3Cuse fill='%23fafafa'  href='%23s' x='1' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='2'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(20.55) translate(-951.34 -713.5)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(20.55) translate(-951.34 -713.5)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(20.55) translate(-951.34 -713.5)'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(20.55) translate(-951.34 -713.5)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(20.55) translate(-951.34 -713.5)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(20.55) translate(-951.34 -713.5)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(20.55) translate(-951.34 -713.5)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-size: cover; */

}
.back_gray{
	background-color: #515255 !important;
}
.back_grayli{
	background-color: #efefef !important;
}
.back_mdgray{
	background-color: #686769 !important;
}
.back_white{
	background-color: white!important;
}
.back_red{
  background-color: #ed2124 !important;
}
.back_nvprt{
  background-color: #132541 !important
}
.bsexp_work_row{
	background-color: rgba(206, 206, 206, 0.51) !important;
    padding: 40px 22px !important;
}
.back_gryli{
  background-color:#efefef !important;
}
/*----------------------best_customers_sec-------------------*/

.card .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.card .image img {
    width: 100%;
    transition: .5s;
}
.card:hover .image img {
    opacity: .5;
    transform: translateX(-20%);/*100%*/
}
.card .details {
  position: absolute;
    top: -1px;
    right: -2px;
    width: 70%;
    height: 101%;
    background: #ffffff !important;
    transition: .5s;
    transform-origin: right;
    transform: perspective(2000px) rotateY(90deg);
}
.card:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}
.card .details .center {
    padding: 10px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.card .details .center h1 {
    margin: 0;
    padding: 0;
    color: #ffc107;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.card .details .center h1 span {
    font-size: 14px;
    color: #262626;
}
.card .details .center p {
    margin: 10px 0;
    padding: 0;
    color: #262626;
}
.dr-r{
	direction: rtl !important;
}
.dr-l{
	direction: ltr !important;
}
.card .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}
.card .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}
.card .details .center ul li a {
    display: block;
    //background: #262626;
    color: #fff;
   // width: 30px;
    //height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.6s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.card .details .center ul li a:hover {
-webkit-transform: translateY(-8px);
    transform: translateY(-5px);}
.ficon{
	width:auto !important;
	height: 25px !important;
	
}
div.prjcts_prv_mrow > div:nth-child(2){
	//margin-top: 50px !important;
}

/*----------------------------------------portfolio_page------------------------------------*/
.bigtit_row{
	height:20rem !important;
}
.nav_caticocol{
	height:2.7rem !important;
	overflow: hidden !important;
	margin-bottom: 1rem !important;
}
.nav_catico_txt{
	margin-bottom: 0px !important;
	font-size: 12px !important;
		font-weight: bold !important;
	transition: all 0.4s !important;
}
.nav_catico{
	fill: #515255 !important;
	height: 100% !important;
	width:auto !important;
	transition: all 0.4s !important;
}
.nav_catli{
	//width:4rem !important;
}
li.nav_catli > a:hover > div > div.nav_caticocol > svg.nav_catico,
li.nav_catli > a.active > div > div.nav_caticocol > svg.nav_catico{
	fill:#132541 !important;
}
li.nav_catli > a:hover > div > div.nav_catico_txtcol > .nav_catico_txt,
li.nav_catli > a.active > div > div.nav_catico_txtcol > .nav_catico_txt{
	color:#132541 !important;
}
.big_tit {
	font-size:7rem !important;
}

.big_tit:after{
	    display: block;
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 119.9 119.6' style='enable-background:new 0 0 119.9 119.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bdisplay:none;fill:%237B7B7B;%7D .st1%7Bdisplay:none;fill:%23FFFFFF;%7D .st6%7Bfill:%2358595B;%7D %3C/style%3E%3Crect x='-119.5' y='-139.2' class='st0' width='380' height='387'/%3E%3Cpath class='st6' d='M60,0c0,8,0,15.8,0,23.8C47,24.3,36.7,29.7,29.7,40.6c-5.1,7.9-6.8,16.7-5,26c3.8,19.7,21.7,30,35.4,29.2 C60,83.9,60,72,60,60c20,0,39.9,0,59.8,0c1,14.5-6.6,36.9-26.7,50c-22.6,14.8-50.8,12.6-70.5-3.2C0.9,89.3-4.5,62,3.5,39.8 C13.3,12.7,38.5-0.4,60,0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    opacity: .2;
    position: absolute;
    top: -50px;
    right: -34px;
    background-size: contain !important;
}

.smmd_tit2 {
	font-size:2rem !important;
	position: relative !important;
}
.smmd_tit2::before{
	    display: block;
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 119.9 119.6' style='enable-background:new 0 0 119.9 119.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bdisplay:none;fill:%237B7B7B;%7D .st1%7Bdisplay:none;fill:%23FFFFFF;%7D .st6%7Bfill:%2358595B;%7D %3C/style%3E%3Crect x='-119.5' y='-139.2' class='st0' width='380' height='387'/%3E%3Cpath class='st6' d='M60,0c0,8,0,15.8,0,23.8C47,24.3,36.7,29.7,29.7,40.6c-5.1,7.9-6.8,16.7-5,26c3.8,19.7,21.7,30,35.4,29.2 C60,83.9,60,72,60,60c20,0,39.9,0,59.8,0c1,14.5-6.6,36.9-26.7,50c-22.6,14.8-50.8,12.6-70.5-3.2C0.9,89.3-4.5,62,3.5,39.8 C13.3,12.7,38.5-0.4,60,0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 100px;
    width:100px;
    opacity:0.2;
    position: absolute;
    top: -33px;
    right:-41px;
    background-size: contain !important;
}
.smmdab_tit {
	font-size:2.5rem !important;
}
.smmdab_tit:after{
	    display: block;
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 119.9 119.6' style='enable-background:new 0 0 119.9 119.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bdisplay:none;fill:%237B7B7B;%7D .st1%7Bdisplay:none;fill:%23FFFFFF;%7D .st6%7Bfill:%2358595B;%7D %3C/style%3E%3Crect x='-119.5' y='-139.2' class='st0' width='380' height='387'/%3E%3Cpath class='st6' d='M60,0c0,8,0,15.8,0,23.8C47,24.3,36.7,29.7,29.7,40.6c-5.1,7.9-6.8,16.7-5,26c3.8,19.7,21.7,30,35.4,29.2 C60,83.9,60,72,60,60c20,0,39.9,0,59.8,0c1,14.5-6.6,36.9-26.7,50c-22.6,14.8-50.8,12.6-70.5-3.2C0.9,89.3-4.5,62,3.5,39.8 C13.3,12.7,38.5-0.4,60,0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    opacity:0.4;
    position: absolute;
    top: -32px;
    right:50px;
    background-size: contain !important;
}
.prjct_txtnmcol{
	    //padding:0.7rem 1.5rem 0 1.5rem;
}
.prjctptf_txtnmcol{
	    padding:0.4rem 1.5rem 0 1.5rem;
}
.nav_plcatul{
	//background-color: #fde000 !important;
	background-color: #f2f3f7 !important;
	padding: 25px 0px !important;
	border-radius: 1rem !important;
}
.nav_plcat_li> a{
margin: auto 10px !important;
	font-size: 15px !important;
  //background: #f1f3f6;
  //background: #fde000;
  background: #e4edf3;
  border-radius: 20px;
  //box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
  transition: box-shadow 399ms ease-in-out;
	//box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	//box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1), -1rem -1rem 2rem rgba(255, 255, 255, 0.5) !important;
		  //box-shadow:-2px -2px 5px #ffee6b, 3px 3px 5px rgba(0,0,0,.07) !important;
		  //box-shadow:-2px -2px 5px #e8f0f5, 3px 3px 5px rgba(0,0,0,.07) !important;
		  box-shadow:-2px -2px 5px #f8fcff, 3px 3px 5px rgba(0,0,0,.07) !important;

	padding: 10px !important;
}
.nav_plcat_li> a:hover,
.nav_plcat_li> a.active{
	  //box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.2);
	  //box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	  //box-shadow:inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1) !important;
	  //box-shadow:inset 1rem 1rem 2rem rgba(0, 0, 0, 0.1), inset -1rem -1rem 2rem rgba(255, 255, 255,0.5) !important;
	  box-shadow:inset -2px -2px 5px #f8fcff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
}
 .prjct_imgmcol{

}
.prjct_prv_mrow{

	position: relative;
}
.prjct_prv_slmrow{

	position: relative;
}

.prjct_imgcol{
	//height: 28rem !important;
	overflow: hidden !important;
	//background-color: #dadada !important;
	background-color: #ffffff !important;
	padding: 0px !important;
	border-radius: 1rem !important;
	//box-shadow:  20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
}
.prjct_img{
	width: 100% !important;
	height: auto !important;
		border-radius: 1rem !important;

}
.prjct_imgslcol{

}
.prjct_slimg{
	width: 100% !important;
	max-width: 100% !important;

}
.prjct_txtdtcol{
	display: none !important;
	transition: all 0.5s ease !important;
	padding: 0 1.5rem;
}
.prjct_txtmcol{
	height: 70px !important;
    margin-top: 20px !important;
    position: absolute !important;
    background-color: white !important;
    width: 80% !important;
    bottom: 0px !important;
	transition:all 0.5s ease;
	padding: 15px!important;
}
div.prjct_prv_mrow > a:hover > div.prjct_txtmcol{
	height:85px !important;
	//bottom: 70px !important;
	transition:all 0.5s ease;
}
div.prjct_prv_mrow > a:hover > div.prjct_txtmcol > div > div.prjct_txtdtcol{
	display: block !important;
	transition: all 0.5s ease-in-out !important;
}
div.prjct_prv_slmrow > a:hover > div.prjct_txtmcol{
	height:85px !important;
	//bottom: 70px !important;
	transition:all 0.5s ease;
}
div.prjct_prv_slmrow > a:hover > div.prjct_txtmcol > div > div.but_coll > button.btn_more,
div.prjct_prv_slmrow > a:hover > div.prjct_txtmcol > div > div.but_coll > button.btn_more{
  transition: all 0.4s ease !important;
  opacity: 1 !important;
}
.plan_imgmcol{
	border-radius: 1rem !important;
	//overflow: hidden;
//box-shadow:  20px 20px 60px #d9d9d9,-20px -20px 60px #ffffff;
	background-color: transparent !important;
	padding: 0px !important;
}
.prid_plan_box {
    background-color: #ffffff !important;
    padding: 20px 0px !important;
    border-radius: 1rem !important;
}
.prid_plan_box_li{
	padding:20px 0px !important
}
.prid_plan_box_li> a{
margin: auto 10px !important;
	font-size: 15px !important;
  background: #ffffff;
  //background: #fde000;
  border-radius: 20px;
  //box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
  transition: box-shadow 399ms ease-in-out;
	//box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	//box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1), -1rem -1rem 2rem rgba(255, 255, 255, 0.5) !important;
	//box-shadow:-2px -2px 5px #ffffff, 3px 3px 5px rgba(0,0,0,.07) !important;
border:2px dashed #ffffff !important;
        transition: all 0.4s !important;
	padding: 10px !important;
}
.prid_plan_box_li> a:hover{
	  //box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.2);
	  //box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	  //box-shadow:inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1) !important;
	  //box-shadow:inset 1rem 1rem 2rem rgba(0, 0, 0, 0.1), inset -1rem -1rem 2rem rgba(255, 255, 255,0.5) !important;
	  //box-shadow:inset -2px -2px 5px #ffffff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
		border-color:#1f76ac !important;
        transition: all 0.4s !important;
	cursor: pointer !important
}
.prid_plan_box_li> a.active{
	  //box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.2);
	  //box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2) !important;
	  //box-shadow:inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1) !important;
	  //box-shadow:inset 1rem 1rem 2rem rgba(0, 0, 0, 0.1), inset -1rem -1rem 2rem rgba(255, 255, 255,0.5) !important;
	  //box-shadow:inset -2px -2px 5px #ffffff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
		border-color:#1f76ac !important;
	border-style: solid !important;
	    background-color: #e4edf3 !important;
}
.plns_brbt{
	    border-bottom: 2px solid #1f76ac !important;
    margin-bottom: 20px !important;
}
.plan_prv_mcol{
	margin-bottom: 4rem !important;
}
.plan_prv_mrow{
box-shadow:  20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
		border-radius: 1rem !important;
margin: 0px !important;
	position: relative;
	    background-color: #f2f3f7 !important;
	//background: linear-gradient(145deg, #CACCCF, #FFFFFF);
//border-radius: 15%;
box-shadow: 9.91px 9.91px 15px #D9DADE, -9.91px -9.91px 15px #FFFFFF;
}
.plan_imgcol{
	height: 7rem !important;
	width: 7rem !important;
	overflow: hidden !important;
	position: absolute !important;
	background-color: #e4edf3 !important;
	padding: 0px !important;
	border-radius: 100% !important;
	box-shadow: inset -2px -2px 5px #f8fcff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
}
.prid_plan_imgmcol{
	border-radius: 1rem !important;
	//overflow: hidden;
//box-shadow:  20px 20px 60px #d9d9d9,-20px -20px 60px #ffffff;
	background-color: transparent !important;
	padding: 0px !important;
}
.prid_plan_mcol{
	margin-bottom: 4rem !important;
}
.prid_plan_mrow{
box-shadow:  20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
		border-radius: 1rem !important;
margin: 0px !important;
	position: relative;
	    background-color: #f2f3f7 !important;
	//background: linear-gradient(145deg, #CACCCF, #FFFFFF);
//border-radius: 15%;
box-shadow: 9.91px 9.91px 15px #D9DADE, -9.91px -9.91px 15px #FFFFFF;
}
.prid_plan_imgcol{
	height: 7rem !important;
	width: 7rem !important;
	overflow: hidden !important;
	position: absolute !important;
	background-color: #e4edf3 !important;
	padding: 0px !important;
	border-radius: 100% !important;
	box-shadow: inset -2px -2px 5px #f8fcff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
	top: -2rem !important;
}
.rplanord_stps_col{
	min-height: 700px !important;
}
.plan_svgimg{
width: 60px !important;
    height: 100% !important;
}
.plan_txtdtcol{
	//display: none !important;
	transition: all 0.5s ease !important;
    padding: 15px 0px;
    background-color: white;
    margin-bottom: 30px;
    border-radius: 1rem;
	    border: 1px solid #80808026;
}
.plan_txtmcol{
    margin-top: 7.5rem !important;
    //background-color: #f7f7f7 !important;
}
.planprds_txtmcol{
    margin-top: 5.5rem !important;
    //background-color: #f7f7f7 !important;
}
//.plan_txtmcol:hover{
	height: 100px !important;
	//bottom: 70px !important;    
}
div.plan_txtmcol:hover > div > div.plan_txtdtcol{
	display: block !important;
	transition: all 0.5s ease-in-out !important;
}
.mre_butrow{
	position: relative !important;
	height: 100% !important;
	overflow: hidden !important;
}
.mre_butrow::before{
 content: '';
  display: block;
  width:30%;
  height: 100%;
  background-color: #fe9600  !important;
  position: absolute;
	  -webkit-transition: all 0.65s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.65s cubic-bezier(0.65, 0, 0.076, 1);

}
.mre_butrow:hover::before{
  width: 100%;
}
.dl_svgicon {
  height: 40px !important;
width: 55px !important;
fill: #697d38;
}
/*-----------------prjct_dtpage--------------------------*/
.slide_npg_row{
  position: relative !important;
}
.slidesl_npg_row{
  position: relative !important;
  z-index: -1;
}
.turpic_imgcol{
  padding: 0px !important;
}
.sghts_mrow{
  position: relative !important;  
}
.sght_mcol{
  margin-bottom: 2rem !important;
}
div.sght_imgmcol{
  background-color: black !important;
}
div.sght_mcol > a > div > div.sght_imgmcol > img{
 transition: all 0.4s !important;
}
div.sght_mcol > a:hover > div > div.sght_imgmcol > img{
  //opacity: 0.6 !important;
}
/* .slide_npg_col{
    //height: 600px !important;
    overflow: hidden !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all 0.8s !important;
    background-position:center !important;
    border-radius: 0px !important;
    background-attachment: fixed !important;
    width: 100% !important;
    background-color: #0c0c0ca8 !important;
	//background-color: #13254185 !important;
//background-blend-mode: soft-light !important;
background-blend-mode: multiply !important;
} */
.slide_npg_col{
  height: 120vh !important;
  overflow: hidden !important;
  transition: all 0.8s !important;
  border-radius: 0px !important;
  background-attachment: fixed !important;
  width: 100% !important;
  background-color: #132541 !important;
  background-blend-mode: multiply !important;
}
.slidesm_npg_col{
  height: 100vh !important;
  overflow: hidden !important;
  transition: all 0.8s !important;
  border-radius: 0px !important;
  background-attachment: fixed !important;
  width: 100% !important;
  background-color: #132541 !important;
  background-blend-mode: multiply !important; 
}
.slidexsm_npg_col{
  height: 80vh !important;
  overflow: hidden !important;
  transition: all 0.8s !important;
  border-radius: 0px !important;
  background-attachment: fixed !important;
  width: 100% !important;
  background-color: #132541 !important;
  background-blend-mode: multiply !important; 
}

.slide_moto {
    position: absolute !important;
    top: 30% !important;
	z-index: 999999 !important;
}
.slide_prjphmoto {
    position: absolute !important;
    top: 45% !important;
	z-index: 999999 !important;
}
.cmp_logo{
	width:100% !important;
	max-width:100% !important;
}
.bigw_tit {
    font-size: 3rem !important;
}
.prtsrv_rltmrow > .prtsrv_imgmcol{
  //margin-top: -8rem;
  margin-left:24px;
}
.prtsrv_lftmrow > .prtsrv_imgmcol{
  //margin-top: -8rem;
  margin-left:-24px;
}
div.prtsrv_rltcont > div.prtsrv_rltmrow > div:nth-child(1){
  //margin-top: -8rem;
}
.prtsrv_imgcol{
  position: relative;
  //overflow: hidden;
  //margin-top: -8rem;
}
.mt-m8{
  margin-top: -10rem !important;
}
.prtsrv_img{
  //transform: scale(1.2);
  //overflow: hidden;
  //opacity: 0;
}
.prtsrv_imgcol.imgrvl_btt.rvl > .prtsrv_img{
  //transform: scale(1);
  opacity: 1;
    transition: 1s ease-out;
    //margin-top: -8rem;

}
.dsbl_stdrt_sec{
  height: 45rem !important;
  margin-top: 9rem !important;
  background-color: #efefef;
}
.dsbl_stdrtcont{
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.dsbl_stdrt_imgbxcol{
position: absolute;
height: fit-content;
z-index: -1 !important;
}
.dsbl_bximg{
  z-index: -1 !important;
opacity: 0.8;
  transition: all 0.4s; 
}
a:hover>.dsbl_bximg{
  opacity: 1;
}
.dsbl_imgbx01{
  top: 0;
  left: 0;
}
.dsbl_imgbx02{
  bottom:0;
  left: 10%;
}
.dsbl_imgbx03{
  top: 10%;
  right: 0;
}
.dsbl_imgbx04{
  bottom: 0;
  top: -20%;
  margin: auto;
  left: 0;
  right: 0;
}
.dsbl_imgbx07{
  bottom: 7%;
  right: 10%;
}
div.sgh_txtbxrltmcol , div.sgh_txtbxlftmcol{
padding-top: 8rem !important;
}
div.abt_txtbxrltmcol , div.abt_txtbxlftmcol{
  padding-top: 8rem !important;
  }
  div.prtsrv_rltcont.abtxt_frstcol > div > div:nth-child(1){
    padding-top: 0rem !important;
  }
.clr_li{
	border-radius: 5rem !important;
	width: 2.5rem !important;
	height: 1.5rem !important;
    border: 3px solid #dddddd;
}
.tls_li{
	    border: 1px dashed #8c8d8f;
    padding: 0.2rem 1rem;
    border-radius: 5rem;
}
.wbanner_col{
	background-color: #231f20;
}
.wbanner_img{
	width:100% !important;
	max-width:100% !important;
	//opacity: 0.8 !important;
}
.phtprj_imgrow{
	margin: 1rem !important;
}
.phtprj_imgcol{
	//height: 28rem !important;
	overflow: hidden !important;
	//background-color: #dadada !important;
	background-color: #ffffff !important;
	padding: 0px !important;
	border-radius: 1rem !important;
	//box-shadow:  20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
}
.phtprj_img{
	width: 100% !important;
	height: auto !important;
		border-radius: 1rem !important;

}

.phtprj_imgmcol{
	border-radius: 1rem !important;
	overflow: hidden;
//box-shadow:  20px 20px 60px #d9d9d9,-20px -20px 60px #ffffff;
	background-color: transparent !important;
	padding: 0px !important;
}
.phtprj_mrow{
box-shadow:  20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
		border-radius: 1rem !important;
margin: 30px !important;
	position: relative;
	    background-color: #f7f7f7 !important;
}
.edct_vidsl {
    width: 100% !important;
    height: 100%!important;
}

/*-------------------------------prptlist_page-----------------------------------*/

.prptlist_secol{
  padding: 3rem;
  min-height: 40rem;
}
.prtpre_mrow{
  position: relative;
}
.prtpre_mcol{
  padding-bottom: 2rem !important;
}
img.prtpre_img{
  transition: transform 0.4s, opacity 0.4s !important;
  transition-timing-function:cubic-bezier(0.8,0,0.2,1);
}
.prtpre_imgcol{
  padding: 0px !important;
  /* background: linear-gradient(to bottom ,#231f2080 , #231f20f0);
  background-color: black !important; */
  background-color: #132541 !important;
  overflow: hidden;
}
a:hover > div.prtpre_mrow >  div.prtpre_immgcol > div.prtpre_imgrow > div.prtpre_imgcol > img{
    opacity: 0.4 !important;
    transform: scale(1.2);
}
.bnlbprpt_txtcont{
  position: fixed !important;
  top: 30% !important;
  left:7.57% !important;
  width: fit-content !important;
  padding: 0px;
}
.bnlb_txtcont, .bnlbprpt_txtcont{
  //max-width: 49vw;
}
.prptflt_mrow{
 position: sticky;
 top: 7rem;
 z-index: 99 !important;
}
.prptflt_secol{
  padding-top: 1rem;
  cursor: pointer;
}
.prptflt_secol::after{
  content: "";
  display: block;
  height:0;
  width:100%;
  /* padding-top: 10px; */
 background-color: #ffffff;
  transition:all 1s;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.prptflt_secol:hover::after{
  height: 100%;
  transition:all 0.4s;
}

svg.fltbut_svg{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition:all 0.4s;
  
}
svg.fltbut_svg > line{  stroke: white !important;
}
div.prptflt_butcol{
  z-index: 99 !important;
}
.fltbut_txt{
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  vertical-align: middle !important;
  text-align: center !important;
  margin: 0 auto !important;
 transform: rotate(180deg);
  //letter-spacing: 5px;
  white-space: nowrap;
  overflow: hidden;
  color: white;
  font-size:20px;
  z-index: 99 !important;
  transition:all 0.4s;
}
.prptflt_secol:hover > div.prptflt_mrow > div.prptflt_butcol >.fltbut_txt{
  color:#132541 !important;
}
.prptflt_secol:hover > div.prptflt_mrow > div.prptflt_butcol >.fltbut_txt >svg.fltbut_svg > line{
  stroke: #132541 !important;
}
.prpt_fltcnvs{
  width:70vw !important;
  z-index: 999999999 !important;
}

.catfilters_box , .srfilter_box{
	background-color: transparent!important;
	padding:10px 15px ;
	border-radius: 0px !important;
	//border:1px solid black !important;
}
.titleflt_row {
  margin: 0px !important;
  /* border: 2px solid black; */
}
.titlenews_col {
  padding: 10px !important;
  margin: auto !important;
  cursor: pointer !important;
}
.catfilters_boxrow {
  margin: 0px !important;
}
.flcl_mcol{
	height: 180px !important;
	overflow: hidden !important
}
.filt_ul2 {
  height: 200px !important;
  padding-top: 0.5rem !important;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  padding: 10px !important;
}
.lcnt_bdg{
  border: 0px !important;
  border-radius: 0px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  padding: 5px 10px !important;
  background-color: #132541 !important;
}
.disvg{
  height:auto !important;
	width:15px !important;
	fill: #ffffff !important;
  padding: 5px 5px 5px 0px;

}
.flt_byrntcol{
  height: 5rem;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
li.rd_chst.list-inline-item.form-check{
  display: inline !important;
}
li.rd_chst > label{
  margin-bottom: 1rem !important;
}

.form-control:focus{
box-shadow: none !important;
}
.prpt_fltcont{
  height: 100%;
  position: relative;
}
.prpt_fltstkycol{
  height: fit-content;
  position:sticky;
  top: 2rem;
}
 .offcanvas-body.prpt_fltcnvs_bd{
//overflow-y: hidden !important;
}
/*.prpt_fltcont{
  height: 600px;
  overflow: hidden;
}
.prpt_fltcntrow{
  height: 800px;
} */
.prptflt_ftmrow{
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  background-color: white;
}
.btn-close.btnprpt_flt{
  background-image: none !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  padding: 0px !important;
  margin: auto 0 !important;
  opacity: 1 !important;
}
.btn-close:focus{
box-shadow: none !important;
}
.offcanvas-header.prpt_fltcnvs_hdr{
  padding: 1.5rem 3.4rem 1rem 4.7rem;
}
/*-------------------range slider---------------------*/
.price-range-block {
  //margin:60px;
}

.sliderText{
   //width:40%;
   margin-bottom:30px;
   border-bottom: 2px solid red;
   padding: 10px 0 10px 0px;
   font-weight:bold;
}

.ui-slider-horizontal {
   height: 2px !important;
}
.ui-slider-horizontal {
   margin-bottom: 15px;
   //width:40%;
}
.ui-widget-header {
   background: #132541 !important;
}
.ui-widget.ui-widget-content {
       border: none !important;
   background: #132541 !important ;
 margin-top: 20px !important;
}
.price-range-search {
   //width:40.5%; 
   background-color: #f9f9f9; 
   border: 1px solid #6e6666;
   min-width: 40%;
   display: inline-block;
   height: 32px;
   border-radius: 5px;
   float: left;
   margin-bottom:20px;
   font-size:16px;
}
.price-range-field{
   //width:20%; 
   min-width: 16%;
   background-color:transparent !important; 
   border: none; 
   color: #132541; 
   //height:26px; 
   padding:5px;
 text-align: left !important;
 border-left: 0px !important;
   border-color:  #868e96  !important;
   border-radius: 0px !important;
}
.search-results-block{
   position: relative;
   display: block;
   clear: both;
}
.ui-slider-horizontal .ui-slider-handle {
   top: -8px !important;
}
.ui-slider .ui-slider-handle {
   width: 20px !important;
   height: 20px !important;
}
#slider-range > span{
 outline: 0px !important;
}
.input-group-text.cus_addon {
   background-color: transparent !important;
   border: none !important;
  border-radius: 0px !important;
   border-right: 0px !important;
   padding: 0.2rem 0.75rem !important;
}
.prpr_size_col{
 opacity: 0 !important;
 transition: all .2s ease-out;
}

a.sizebox_prdt{
 border: 2px solid black !important;
 padding:5px 10px !important;
 transition: all .2s ease-out;
 color: black !important;
}
a.sizebox_prdt:hover,
a.sizebox_prdt.active{
 color:white  !important;
 background-color: black !important;
}
div.prd_itemcont:hover > div.prd_itemcontrow > div.prpr_size_col{
 opacity: 1 !important;
}
.prx_intr_col{
 height: 550px;
   //background-attachment: fixed;
   background-repeat: no-repeat;
   background-size: contain;
   background-color: white;
   background-position: center;
 
}
.prx_contus_col{
 height: 550px;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-size: contain;
   background-color: white;
   background-position:center;
 
}
.prx_intr_row{
 position: relative !important;
}
.flit_li{
//border-bottom: 1px solid black !important;
}
ul.filt_ul2 > li:last-child.flit_li{
 border-bottom: none !important;
}
.prc_inptgtxt{
  background-color: transparent !important;
  border: 0px !important;
  color: #132541;
  font-weight: bold;

}
.prinputfr_col{
  line-height: 32px !important;
}
/*----------------------------prpt_dtpage--------------------------------------*/
.prptxt_dtsmcol{
  position: sticky !important;
  height: fit-content !important;
  top:7rem !important;
}
.prpt_imgslrow{
  margin-top: -4rem !important;
}
button.accordion-button.prftdts_acrdbut::after{
display: none;
}
.clpsvg{
 width: 25px;
 height: 25px;
 position: absolute;
 right: 15px;
}
.plsvg{
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
.uplsvg{
  fill:#132541 !important;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  transition: .4s; 
}
.wtprt_butmcol:hover > div > div > a.wtprt_but > svg.uplsvg{
  fill: white !important; 
}
.plsvg >line{
  stroke: #132541 !important;
  transition: .4s; 
}
.wtprt_butmcol:hover > div > div > a.wtprt_but > svg.plsvg >line{
  stroke: white !important; 
}
.clpsvg > line{
  stroke: #132541 !important;
}
.clpsvg > line.hrzpls_lin{

  transform-origin: 50% 50%;
  transition: all 0.4s;
}
.minus{
  transform: rotate(90deg);
}
.prpt_dtsecol{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.prftdts_acrditm{
  border-bottom: 2px solid #132541;
}
.accordion-button{
  border: 0px !important;
}
.accordion-button:focus,
.accordion-button:not(.collapsed){
  box-shadow: none !important;
  background-color: transparent !important;
}
.prpft_dtsmcol{
  padding-left: 3rem !important;
}






/*------------------Magnific_gal------------------------ */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  /* width: 44px;
  height: 44px;
  line-height: 44px; */
  position: absolute;
  right: 40px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 50px;
  font-family: ssto; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
display: none; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 40px;
  height: 80px;
  -webkit-tap-highlight-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml,%3Csvg  fill='%23ffffff' version='1.1' id='Layer_1' style='transform:rotate(180deg)' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 411.6 411.6' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M19.6,197.8H8c-4.4,0-8,3.6-8,8c0,4.4,3.6,8,8,8h11.6c4.4,0,8-3.6,8-8C27.6,201.4,24,197.8,19.6,197.8z'%3E%3C/path%3E%3Cpath d='M409.2,200.2l-156-156c-3.2-3.2-8-3.2-11.2,0c-3.2,3.2-3.2,8,0,11.2l142.4,142.4H55.6c-4.4,0-8,3.6-8,8c0,4.4,3.6,8,8,8 h328.8L242,356.2c-3.2,3.2-3.2,8,0,11.2c1.6,1.6,3.6,2.4,5.6,2.4s4-0.8,5.6-2.4l156-156C412.4,208.2,412.4,203.4,409.2,200.2z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") !important;

}
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    /* content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px; 
    border: medium inset transparent;*/ }
  /* .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; } */

.mfp-arrow-left {
  left: 33px; }
  /* .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; } */

.mfp-arrow-right {
  right: 33px;
  transform: rotate(180deg); }
  /* .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; } */

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*-------------------------------srvs_listpg-----------------------------------*/


.turpr_mrow{
  background-color: #efefef !important;
  margin-top:3rem !important;
  margin-bottom: 5rem !important;
}
.turpr_rltxtbxmcol {
    margin: auto 0 ;
	    padding-right:3rem !important;
}
.turpr_lftxtbxmcol {
    margin: auto 0 ;
    padding-left:3rem !important;
}
.turpr_rltbximgcol{
	margin: auto 0 ;
    //min-height: 10rem !important;
	    margin-left:5rem;
      margin-top:-3rem !important;
	    padding:0rem 0rem 3rem 0rem !important;
}
.turpr_lftbximgcol{
	margin: auto 0 ;
    //min-height: 10rem !important;
	    margin-left:-5rem;
      margin-bottom:-3rem !important;
	    padding:3rem 0rem 0rem 0rem !important;
}
img.srvprv_bximg{
width: 100% !important;
    max-width: 100% !important;
    /* filter: grayscale(100%); */
    transition: all 0.6s !important;
}
.but_srvprvmcol{
	position: absolute !important;
	bottom: 0 !important;
	left:0 !important;
	direction: ltr !important;
}
button.but_srvprv {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more.but_srvprv {
  width: 100%;
  height: auto;
}
button.learn-more.but_srvprv .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 6rem;
  height:3rem;
  //background: #515255;
  background: #132541;
  //border-radius: 1.625rem;
}
button.learn-more.but_srvprv .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more.but_srvprv .circle .icon.arroww {
   -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more.but_srvprv .circle .icon.arroww::before {
   position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.learn-more.but_srvprv .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left:5rem;
  right:0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #515255;
  //font-weight:bold;
  //line-height: 2;
  font-size: 14px !important;
  text-align:left;
  //text-transform: uppercase;
}
div.srvprv_mcol > a:hover > div.srvsprv_mrow > div.srvprv_rlttxtbxmcol > div > div.but_srvprvmcol > button.learn-more.but_srvprv > span.circle,
div.srvprv_mcol > a:hover > div.srvsprv_mrow > div.srvprv_lfttxtbxmcol > div > div.but_srvprvmcol > button.learn-more.but_srvprv > span.circle{
width:50%;		
}

div.srvprv_mcol > a:hover > div > div.srvprv_rlttxtbxmcol > div > div.but_srvprvmcol > button > span.circle > span,
div.srvprv_mcol > a:hover > div > div.srvprv_lfttxtbxmcol > div > div.but_srvprvmcol > button > span.circle > span{
  background: #ffffff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
div.srvprv_mcol > a:hover > div > div.srvprv_rlttxtbxmcol > div > div.but_srvprvmcol> button > span.button-text,
div.srvprv_mcol > a:hover > div > div.srvprv_lfttxtbxmcol > div > div.but_srvprvmcol > button > span.button-text{
  color: #ffffff;
}
/*---------------------------------srv_dtpage------------------------------------*/
.srvdt_mainrow{
    padding: 8rem 3rem !important;
}
img.srv_dtimg{
	width: 100% !important;
	max-width:100% !important;
//filter: grayscale(100%);
	transition:all 0.6s !important;
}
/* .srv_dtbcimgmrow{
	min-height: 20rem !important;
	//border: 2px solid orange !important;
	//border-radius: 50% !important;
	background-color:transparent;
fill:rgba(190, 190, 190, 0.57);
background-size:180px 180px;
background-repeat:repeat;
background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='0.4' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgba(190, 190, 190, 0.57)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23515255' d='M-64.9-73.9h675v675h-675z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Ccircle class='st2' cx='417.4' cy='83.7' r='82.8'/%3E%3Cpath class='st2' d='M78.1 82.7C78.1 38.2 43.1 2-.8 0v165.3c43.9-2 78.9-38.2 78.9-82.6zM87.9 82.7c0 44.4 35 80.7 78.9 82.7V0c-43.9 2-78.9 38.2-78.9 82.7zM167.2 167.3v165.3c43.9-2 78.9-38.2 78.9-82.7s-34.9-80.6-78.9-82.6zM332.8 332.7V167.3c-43.9 2-78.9 38.2-78.9 82.7s34.9 80.7 78.9 82.7zM417.3 253.7c-44.4 0-80.7 35-82.7 78.9H500c-2-43.9-38.2-78.9-82.7-78.9zM417.3 246.5c44.4 0 80.7-35 82.7-78.9H334.7c2 43.9 38.2 78.9 82.6 78.9zM84 421.1c-44.4 0-80.7 35-82.7 78.9h165.3c-2-43.9-38.2-78.9-82.6-78.9zM84 413.4c44.4 0 80.7-35 82.7-78.9H1.3c2 43.9 38.2 78.9 82.7 78.9zM250.1 78.9c44.4 0 80.7-35 82.7-78.9H167.4c2 43.9 38.3 78.9 82.7 78.9zM250.1 87.5c-44.4 0-80.7 35-82.7 78.9h165.3c-1.9-43.9-38.2-78.9-82.6-78.9z'/%3E%3Ccircle class='st2' cx='84.1' cy='250.1' r='82.8'/%3E%3Cpath class='st2' d='M167.2 334.5v165.3c43.9-2 78.9-38.2 78.9-82.7s-34.9-80.6-78.9-82.6zM421.9 417.2c0 44.4 35 80.7 78.9 82.7V334.6c-43.9 1.9-78.9 38.2-78.9 82.6z'/%3E%3Ccircle class='st2' cx='333.2' cy='417.3' r='82.8'/%3E%3C/g%3E%3C/svg%3E");
//background-image: url("../img/ggrayptt.png");

} */
/*----------------------------------------register_page------------------------------------*/
.reg_pic_box{
   padding: 0px 100px 0px 40px;
	border-right: 1px solid #bebebe;
}
.reg_form_box{
	border-right: 1px solid #bebebe;
}
.reg_pic{
	width: 350px !important;
    height: auto !important;
	opacity: 0.8;
	transition: all 0.8s;
}
.reg_pic:hover{
	opacity: 1;
}
 div.panel-body > div.col-md-6.reg_pic_col.reg_form_box > div{
   margin-bottom: 15px;
}
.register_cont{
	    padding-top: 155px !important;
    padding-bottom: 70px !important
}
.pad_butreg_top{
	padding-top: 20px !important;
}
/*---------------------------user_profile_page----------------------------*/

.form-check-input{	
  margin-left: 0 !important;
 margin-right: -1.25rem !important;
}
.bought_used_ti_col{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	margin-bottom: 40px !important;
	border:1px solid #f3f3f3 !important;
	border-top:none !important;
}
.buti_info_row{
	margin: 2px !important;
    margin-bottom: 22px !important;
	border: 1px solid #222 !important;
}

#payment_track > div > div > div > div:nth-child(2) > div.row.buyer_info_row > div.col-xs-12.col-md-6{
	padding-top: 20px !important;
}
#payment_track > div > div > div > div:nth-child(2) > div.row.buyer_info_row > div.col-xs-12.col-md-6 > form > div> input:hover{
	background-color: #222 !important;
    border-color: #222 !important;
    cursor: pointer !important;
}
.pytr_sub_row , .buti_info_row{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.fav_cont_col{
	padding-bottom: 20px !important;
}
#payment_track > div > div > div > div:nth-child(2) > div.row.buyer_info_row > div.col-xs-12.col-md-6 > form > div{
	padding-top: 20px !important;
}
.md_lg_ti2{
	background-color: #ebebeb !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
} 
.profile_cont{
	min-height: 500px !important;
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.card_header_cus{
	    background-color:transparent !important;
	border:none !important;
}
.user_crm_col {
	padding-top: 10px !important;
	padding-bottom: 40px !important;
}
div.profile_col_cont > div > div.card-header > ul > li{
	width: 110px !important;
	text-align: center !important;
}
#payment_track > div > div > div.panel-heading.text-right.md_lg_ti.txt_white,
#docdw > div > div > div.panel-heading.text-right.md_lg_ti {
	background-color: #EBEBEB !important;
	color: #0c0c0c !important;
}
.ul_pa2{
	padding-right: 32px !important;
}
.info_title_u_p{
	text-align: right !important;
	background-color: #EBEBEB !important;
}
table.tabe_usepro_table > tbody > tr > td ,
table.tabe_usepro_table > tbody > tr > td > span{
	text-align: right !important;
}
.ed_btn{
	float: left !important;
}
.button_col{
	padding-top: 40px !important;
}
.user_pic{
	width: 120px !important;
	height: auto !important;
	border: 2px solid #222 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
body > section.main > div > div > div.col-xs-12.col-md-6.reg_form.mes_col.post > form > div:nth-child(4){
	padding-bottom: 30px !important;
}
/*---------------------blog_posts--------------------------*/

.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before, .card .menu-content::after {
  content: '';
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  //box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
          transform: translateY(calc(70px + 1em));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card .author {
  font-size: 12px;
}
.card .title {
  margin-top: 10px;
}
.card .text {
  height: 70px;
  margin: 0;
}
.card input[type='checkbox'] {
  display: none;
}
.card input[type='checkbox']:checked + .menu-content {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.blog_card .wrapper {
background-repeat: no-repeat !important;
	background-size: contain !important;
}
.blog_card .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1f76ac;
  color: #fff;
  padding: 0.8em;
}
.blog_card .date span {
  display: block;
  text-align: center;
}
.blog_card .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.blog_card .date .month {
  text-transform: uppercase;
}
.blog_card .date .month,
.blog_card .date .year {
  font-size: 12px;
}
.blog_card .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.blog_card .title a {
  color: gray;
}
.blog_card .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.blog_card .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.blog_card .menu-button span::after, .blog_card .menu-button span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.blog_card .menu-button span::before {
  left: -10px;
}
.blog_card .menu-button span::after {
  right: -10px;
}
.blog_card .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.blog_card .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.blog_card .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.blog_card .menu-content span {
  top: -10px;
}
.show_more_card{
	width: 76px !important;
    min-height: 540px !important;
    background-color: #1f76acd9 !important;
}
.blg_posts_row{
	padding: 10px 100px 10px 150px !important;
    position: relative;
}
.show_more_col{
	position: absolute;
    left: 50px;
}
.post_colind {
    padding-left: 0px !important;
}
.post_inddate.date {
  position: absolute;
  top: 0;
   left: 0.95rem;
     background-color: #132541 !important;
    color: #fff;
    padding: 0.8em;
    border-bottom-right-radius: 1.5rem;
}
.post_inddate.date span {
  display: block;
  text-align: center;
}
.post_inddate.date .day {
  font-weight: 700;
  font-size: 24px;
  //text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.post_inddate.date .month {
  //text-transform: uppercase;
}
.post_inddate.date .month,
.post_inddate.date .year {
  font-size: 12px;
}
.post_colindimg{
	//height: 200px !important;
	overflow: hidden !important;
}
.postindimg{
	width: 100% !important;
	//height: 95% !important;
	max-width: 100% !important;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.postsblg_fets_row{
	background-color: #c5f5fb !important;
    padding: 10px 10px 0px 10px !important;
}
.postsblg_fetsint_row{
	background-color: white !important;
    padding: 10px 10px 0px 10px !important;
}
.post_colindtxts{
	padding: 0px !important;
	
}
.post_colindtxt{
padding-top: 0.5rem !important;
}
.post_rowindtxts{
	margin: 0px 15px;
    background-color: white;
	border-top-right-radius: 8px !important;
	border-top-left-radius: 8px !important;
	margin-top: 1rem !important;
	//height: 100% !important;
	transition: all 0.4s ease !important;
}
.prjct_prv_mcol{
	//margin-bottom: 4rem !important;
}
.post_rowind{
	margin-left: 10px !important;
	//background-color:#c5f5fb !important;
	padding-top: 10px !important;
	padding-bottom: 10px;
}
a.artcl_lnk:hover > div.row > div.post_colindtxts > div.post_rowindtxts{
	//height: calc(100% + 4rem) !important;
	margin-top:-4rem !important;
	transition: all 0.4s ease !important;
}

.btn_rdmore {
  display: inline-block;
  position: relative;
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #0c0c0c !important;
  outline: none !important;
  transition: all 0.4s ease !important;
  padding: 5px 8px !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn_rdmore::after {
  content: "";
  display: block;
  width: 0%;
  /* padding-top: 10px; */
  border-bottom: 2px solid #0c0c0c !important;
  transition: all 0.4s ease !important;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 2.2rem;

}
.btn_wrdmore {
  display: inline-block;
  position: relative;
  background-color: transparent !important;
  border-radius: 0px !important;
  color: white !important;
  outline: none !important;
  transition: all 0.4s ease !important;
  padding: 5px 8px !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn_wrdmore::after {
  content: "";
  display: block;
  width: 0%;
  /* padding-top: 10px; */
  border-bottom: 2px solid white !important;
  transition: all 0.4s ease !important;
  position: absolute;
  left: 0px;
  right: 0px;
  top:3rem;

}
div.cndiscov_txtcol > a:hover > div > div.but_coll > button.btn_rdmore::after,
div.turpr_mcol > a:hover > div > div.turpr_lftxtbxmcol > div > div.but_coll > button.btn_rdmore::after,
div.turpr_mcol > a:hover > div > div.turpr_rltxtbxmcol > div > div.but_coll > button.btn_rdmore::after{
width: 100% !important;
border-color:#ed2124!important;
}
div.vst_turseccol > a:hover > div > div > div > div.but_coll > button.btn_wrdmore::after{
  width: 100% !important;
}

.btn_rdmore > span{
  color: #0c0c0c;
  letter-spacing: 0.1em;
    will-change: transform;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    transition: all 0.4s ease !important;
    /* -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s; */
}
.btn_wrdmore > span{
  color: white
  //letter-spacing: 0.1em;
    will-change: transform;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    transition: all 0.4s ease !important;
    font-size:1.5rem !important;
    

}
.btn_sumbt{
  display: inline-block;
  position: relative;
  background-color: #ed2124!important;
  border-radius: 0px !important;
  color: white !important;
  outline: none !important;
  transition: all 0.4s ease !important;
  padding: 5px 8px !important;
  box-shadow: none !important;
  outline: none !important;
}
a.btn_sumbt:hover{
  background-color: transparent !important;
}
a.btn_sumbt > h6{
  transition: all 0.4s ease !important;
}
a.btn_sumbt:hover > h6{
  color: #ed2124 !important;
  margin-right: 15px;
}
svg.btnsumbt_svg{
  width: 18px !important;
  fill: #ed2124 !important; 
  transition: all 0.4s ease !important;
  margin-right: 15px !important;
  position: absolute !important;
  top: 0px !important;
  bottom: 0px !important;
  margin: auto !important;

}
a.btn_sumbt:hover > svg.btnsumbt_svg{
  margin-right: 5px !important;
}
div.cndiscov_txtcol > a:hover > div > div.but_coll > button.btn_rdmore > span,
div.turpr_mcol > a:hover > div > div.turpr_lftxtbxmcol > div > div.but_coll > button.btn_rdmore > span,
div.turpr_mcol > a:hover > div > div.turpr_rltxtbxmcol > div > div.but_coll > button.btn_rdmore > span{
  color:#ed2124!important;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);

}
div.vst_turseccol > a:hover > div > div > div > div.but_coll > button.btn_wrdmore > span{
  //color:#ed2124!important;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);

}
svg.btnrdmr_svg{
  width: 25px !important;
  fill: #0c0c0c !important;
  transition: all 0.4s ease !important;
  margin-left: 0rem !important;
  margin-right: 2rem !important;
}
svg.wbtnrdmr_svg{
  width: 25px !important;
  fill: white !important;
  transition: all 0.4s ease !important;
  margin-left: 0rem !important;
  margin-right: 2rem !important;
  margin-top: -10px;
}
div.cndiscov_txtcol > a:hover > div > div.but_coll > button.btn_rdmore > svg,
div.turpr_mcol > a:hover > div > div.turpr_lftxtbxmcol > div > div.but_coll > button.btn_rdmore > svg,
div.turpr_mcol > a:hover > div > div.turpr_rltxtbxmcol > div > div.but_coll > button.btn_rdmore > svg{
  margin-left: 1rem !important;
transition: all 0.4s ease !important;
fill: #ed2124 !important;
}
div.vst_turseccol > a:hover > div > div > div > div.but_coll > button.btn_wrdmore > svg{
margin-left: 1rem !important;
transition: all 0.4s ease !important;
}
.btn_more {
  background-color: transparent !important;
  border-radius: 0px !important;
  outline: none !important;
  /* border: 1px solid white !important; */
  transition: all 0.4s ease !important;
  opacity: 0 !important;
  padding: 5px 8px !important;
  box-shadow: none !important;
  outline: none !important;
}
 a.artcl_lnk:hover > div > div.post_colindtxts> div > div.but_coll > button.btn_more{
	//display: block !important;
	 transition: all 0.4s ease !important;
	 opacity: 1 !important;
}
.nav_filtmrow{
  border-bottom: 1px solid #a9a8a8 !important;
  margin: 3rem 1rem 2rem !important;
  padding-bottom: 1rem !important;
}
/*------------artcl_dtpage-----------*/
.cus_txtarea{
	border-radius: 0.5rem !important;
	border-color: #515255 !important;
}

.artcl_cont{
	padding: 3rem !important;
	background-color: white !important;
	margin-top: -20rem !important;
	height: 100% !important;
	border-top-left-radius: 10rem !important;
	border-top-right-radius: 10rem !important;
	box-shadow: 20px 20px 60px #d9d9d91f, -20px -20px 60px #0609133b !important;
}
.artcl_wrtimgcol{
	border-radius: 50% !important;
    border: 2px solid #132541 !important;
    padding: 0.6rem !important;
    position: relative;
}
.artcl_wrtimg{
	width:100% !important;
	max-width: 100% !important;
	border-radius: 50%  !important;
}
.artcl_infomcol{
    border-bottom: 0.15rem dashed gray;
    /* border-radius: 1rem; */
    padding-bottom: 1.5rem;}
.artcl_tit{
	font-size:2rem !important;
}
.shr_ico{
	color:#515255 !important;
	transition: all 0.4s !important;
}
div.shareico_col > a:hover > span.shr_ico {
	color:#132541 !important;
}
.art_sharerow {
    border-top: 0.15rem solid gray !important;
    padding: 20px 0px !important;
}

/*-----------------------*/
.reg_ico_imgcol {
    height: 10rem !important;
    //width: 10rem !important;
    overflow: hidden !important;
    position: absolute !important;
    //background-color: #e4edf3 !important;
    /* padding: 0px !important; */
    //border-radius: 100% !important;
    //box-shadow: inset -2px -2px 5px #f8fcff, inset 3px 3px 5px rgba(0,0,0,.07) !important;
    top: -5rem !important;
    //padding: 40px;
	    z-index: 9999 !important;
}
.reg_formrow{
	position: relative !important;
}
.reg_icoimg{
	width: auto !important;
	height: 100% !important;
}



/*---------------------custom_checkbox--------------------------*/
.sp_wb{
	display:-webkit-box!important;
}
.sp_ib{
		display:inline-block !important;
}
.custom-control.material-checkbox {
  --color: #515255;
	padding-left: 10px !important;
}
.custom-control.material-checkbox .material-control-input {
  display: none;
}
.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  border-color: #ffffff;
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
          transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px;
  border-top: 0px solid white;
  border-left: 0px solid white;
}
.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	
}
.custom-control.material-checkbox.nvprt_cl .material-control-indicator {
 border-color: #132541 !important;
	
}
.custom-control.material-checkbox .material-control-input:checked ~ .mat_co_ind_cus{
  border-color: var(--color);
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
          transform: rotateZ(45deg) translate(1px, -5px);
  width: 10px !important;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
    border-left: 0px solid #fff;
    height: 16px !important;
    top: 4px !important;
    right: -10px !important;	
}
.custom-control.material-checkbox .mat_co_ind_cus{
	 display: inline-block;
    position: absolute;
    top: 16px !important;
    right: -1px !important;
    width: 2px !important;
    height: 2px !important;
    border: 1px solid #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	
}
.custom-control.fill-checkbox {
  --color:#222;
}
.custom-control.fill-checkbox .fill-control-input {
  display: none;
}
.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  background-color: var(--color);
  border-color: var(--color);
  background-size: 80%;
}
.custom-control.fill-checkbox .fill-control-indicator {
  border-radius:0px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -20px;
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control.fill-checkbox .fill-control-indicator.cus_ind {
  width: 25px !important;
  height: 25px !important;
  border-color: black !important;
}
.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  -webkit-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
  top: -6px;
  left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateZ(90deg) scale(0);
          transform: rotateZ(90deg) scale(0);
  width: 10px;
  border-bottom: 4px solid #aaa;
  border-right: 4px solid #aaa;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  border-right: 7px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotateZ(45deg) scale(1);
          transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}
.custom-control.material-switch {
  --color: #222;
  padding-left: 0;
}
.custom-control.material-switch .material-switch-control-input {
  display: none;
}
.custom-control.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::after {
  background-color: var(--color);
  left: 17px;
}
.custom-control.material-switch .material-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 16px;
  background: #ddd;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-control.material-switch .material-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -1px;
  left: -1px;
  background: #fdfdfd;
  -webkit-box-shadow: 0 2px 10px #aaa;
          box-shadow: 0 2px 10px #aaa;
}
.custom-control.ios-switch {
  --color: #4cd964;
  padding-left: 0;
}
.custom-control.ios-switch .ios-switch-control-input {
  display: none;
}
.custom-control.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator::after {
  width: 20px;
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator {
  border: 10px solid var(--color);
}
.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator::after {
  top: -8px;
  left: 4px;
}
.custom-control.ios-switch .ios-switch-control-input:checked:active ~ .ios-switch-control-indicator::after {
  left: 0px;
}
.custom-control.ios-switch .ios-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #ddd;
}
.custom-control.ios-switch .ios-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
          box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}
.custom-control.border-switch {
  --color: #4cd964;
  padding-left: 0;
}
.custom-control.border-switch .border-switch-control-input {
  display: none;
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator::after {
  left: 14px;
  background-color: var(--color);
}
.custom-control.border-switch .border-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #ccc;
}
.custom-control.border-switch .border-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch {
  --color: #4cd964;
  padding-left: 0;
}
.custom-control.teleport-switch .teleport-switch-control-input {
  display: none;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator {
  border-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::after {
  left: -14px;
}
.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::before {
  right: 2px;
  background-color: var(--color);
}
.custom-control.teleport-switch .teleport-switch-control-indicator {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  top: 4px;
  width: 32px;
  height: 20px;
  background: #fff;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #ccc;
  overflow: hidden;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
  left: 2px;
  background: #ccc;
}
.custom-control.teleport-switch .teleport-switch-control-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
  right: -14px;
  background: #ccc;
}

.list-group:first-child .list-group-control:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group::last-child .list-group-control:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group.list-group-flush:last-child .list-group-control:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-group.list-group-flush:first-child .list-group-control:first-child {
  border-top: 0;
}
.list-group.list-group-flush .list-group-control {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group .list-group-control {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color:transparent !important;
  //border: 1px solid rgba(0, 0, 0, 0.125);
  border: none !important;
}
.list-group .list-group-control .custom-control {
  margin: 0;
  padding: 0.75rem 1.25rem;
  padding-left: 3rem;
  display: block;
}

.frmsrch_inpt {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
    height: auto !important;
    box-shadow:none !important;
    //padding:0.5rem 0.75rem !important;
}
div.srchbx_mcol > div > label{
  color :#132541 !important;
  text-transform: uppercase !important;
  font-family: lato !important;
  font-size: 0.84vw;
  padding: 0.7rem 0.75rem 0 !important;
}
div.srchbxint_mcol > div > label{
  color :white !important;
  text-transform: uppercase !important;
  font-family: lato !important;
  font-size: 0.84vw;
  padding: 0.7rem 0.75rem 0 !important;
}
.frm_inptcol{
  border-bottom:1px solid gray !important;
  padding-bottom: 10px !important;
  transition: all 0.4s !important;
}
.frm_inptcol > span >i{
  transition: all 0.4s !important;
  }
.frm_inptcol:focus-within{
border-color:#ed2124 !important
}
.frm_inptcol:focus-within > span >i{
  color:#ed2124 !important
  }

.form_sec{
  background-color: #efefef;
  margin-top: 9rem !important; 
}
.rgform_sec{
  background-color: #efefef;
}
.frmsec_mcol{
  background-color: #efefef;
  padding: 3rem !important;
}
/*---------------------------------custome_select---------------------------------------*/

.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #e6e7e6 !important;
  border: 0px !important;
  border-radius: 1rem !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: left !important;
  padding: 0.375rem 0.75rem !important;
  padding-right: 25px !important;
}
div.slctbrnd_col > div.select-selected {
  background-color: #e6e7e6 !important;
  border: 1px solid #b5b5b5 !important;
  border-radius: 0rem !important;
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: right !important;
  padding: 0.5rem 0.75rem !important;
  padding-right: 25px !important;
}
.frm_txar{
  background-color: transparent !important;
  //border:0px !important;
  border: 2px solid #132541 !important;
  border-radius: 0px !important;
  transition: all 0.4s !important;
}
.frm_txar:focus{
  outline: none !important;
  box-shadow: none !important;
}

.vsafrm_fldtxar > div > label,
.cntusfrm_row>  div > label,{
  color: #132541 !important;
  text-transform: uppercase !important;
}




div.form_sec:hover > div.form_secont > div.frmsec_mrow > div.frmsec_mcol > div.turdt_titxrow > div > h6::after{
  filter: none !important;
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 14px;
  right: 10px;
   margin-right: 9px !important;
  vertical-align: 0.20px !important;
  border-bottom: none !important;
  border-left: none !important;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
border-top: 1px solid #231f20 !important;
  border-right: 1px solid #231f20 !important;
  transform: rotate(135deg) !important;
  margin-left: 10px !important;
transition: all 0.4s !important
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(315deg) !important;  
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: black;
  padding: 8px 16px;
  padding: 0.25rem 1rem;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  padding: 15px !important;
  border: 0px !important;
  background-color: #e6e7e6 !important;
  border-radius: 1rem !important;
  //top: 10px !important;
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color: #d71921 !important;
}
/*--------------------------------------------------------------------*/
.rgs_mcont{
	box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
    border-radius: 1rem !important;
    margin: 0px !important;
    position: relative;
    background-color: #a9a8a8 !important;
    //background: linear-gradient(145deg, #CACCCF, #FFFFFF);
    //border-radius: 15%;
    box-shadow: 9.91px 9.91px 15px #D9DADE, -9.91px -9.91px 15px #FFFFFF;

}
.rgpg_back {
    height: 100vh !important;
    //background-color: #DFDBE5;
    background-color: #e6e6e63b !important;
    //background-blend-mode: screen !important;
    //background-size: contain !important;
    background-attachment:fixed !important;
	//background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%231f76ac' fill-opacity='0.1' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
	background-image: url("../img/ggraypt.png");

}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow:none !important;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
.custom-control-indicator {
  position: absolute;
  top: -0.1rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-control-indicator {
  left:0px !important;
  right: inherit !important;
  border: 2px solid #132541 !important;
background-color: transparent !important;
top:7px !important;
}
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #132541 !important;
}
div.form-check.frm_rdio > label{
position: relative !important;
}
.form-check-label{
	margin-left: 1rem !important;
}

.input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f76ac !important;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0px !important;
    border-left: 0px !important;
}
.input-group-addon.cus_addon {
    background-color: #ffffff !important;
    border: 1px solid #efefef  !important;
   border-radius: 0px !important;
    border-right: 0px !important;
    border-left: 1px solid !important;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.input-group-addon.cus_addon2 {
    background-color: #efefef  !important;
    border: 1px solid #515255   !important;
   border-radius: 0px !important;
    //border-left: 0px !important;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	    width: 40px !important;
}
div.dateinput_col > div > input{
	border-color: #efefef  !important;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
div.regsinput_col > div > input{
	border-color: #515255   !important;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
div.regsinput_col > label{
	border-color: #495057  !important;
	border-radius: 10px !important;
}
.prpr_size_col{
	opacity: 0 !important;
	transition: all .2s ease-out;
}
	
.result_page_search{
	  padding-left: 2rem !important;
}
.list-group .list-group-control .custom-control .custom-control-indicator,
.list-group .list-group-control .custom-control .material-control-indicator,
.list-group .list-group-control .custom-control .fill-control-indicator,
.list-group .list-group-control .custom-control .overflow-control-indicator {
  top: 1rem;
  left: 1.25rem;
}



/*-----------------------------------about_us page----------------------------------------*/
.abtxt_frstcol{
  margin-top: -10rem !important;
}
.abtdts_mainrow {
  background-color: #132541 !important;
  padding-bottom:15rem;
}
.tmbr_secrow{
  margin-top: -6.6rem !important;
}
.tmblist_cont{
  
  padding-bottom: 5rem !important;
}
.tmmbs_cont{
  //padding-top: 5rem !important;
}
.about_us_img{
	width: 450px !important;
}
.abtimgrtl_bxmcol{
  padding: 3rem 0 3rem 3rem  !important;
  margin-left: 4rem !important;
}
.abtimglft_bxmcol{
  padding: 3rem 3rem 3rem 0 !important;
  margin-left: -4rem !important;
}
.abtus_mcontrow{
  margin: 0rem !important;
 margin-top: 3rem !important;
 background-color: #efefef !important;
}
.abtus_mrow{
  
}
.about_us_maincont {
    /* padding: 3rem 16rem !important; */
}
.abtbc_mrow{
	min-height: 30rem !important;
	//border: 2px solid orange !important;
	//border-radius: 50% !important;
	background-color:transparent;
//fill:rgba(190, 190, 190, 0.57);
//background-size:180px 180px;
background-repeat:repeat;
	//background-image: url("../img/ggrayptt.png");

}
.abt_rlttxtbxmcol {
    //margin: auto 0;
    //margin-right: -4rem;
    padding-top: 3rem !important;
    background-color: white !important;
}
.abt_lfttxtbxmcol {
    //margin: auto 0 ;
    //min-height: 10rem !important;
	    //margin-right: -4rem;
	    padding:3rem 3rem 3rem 0rem !important;
	    //padding-top:3rem !important;
	background-color: white !important;
}
.tmmb_infimgcol{
	//padding: 0px !important;
}
.tmmb_inftxtcol{
	padding:0.7rem !important;
	background-color: transparent !important;
	transition: all 0.8s !important;
}
.tmmb_img{
	width: 100% !important;
	max-width: 100% !important;
	/* filter: grayscale(100%); */
    transition: all 0.8s !important;
}
.tmmb_infimgrow{
	margin:0 !important;
	transition: all 0.4s !important;
	cursor: pointer !important;
}
/* .tmmb_infimgrow:hover > div.tmmb_imgcol > img.tmmb_img{
	filter: grayscale(0%);
} */

.tmmb_infimgrow:hover {
	background-color: white !important;
	transition: all 0.4s !important;
}

.tmmb_inftxtmcol{
  padding: 1rem 0 !important;
}














/*-----------------------------------register page----------------------------------------*/
.register_col{
	    padding-left: 40px;
    border-left: 1px dashed #0c0c0c;
}
/*-----------------------------------contact_us page----------------------------------------*/
.cnt_contmrow {
    /* box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
    margin:5rem !important;
    border-radius: 2rem; */
}
.maingr_sec{
  background-color: #efefef;
  //z-index: 99;
}

.onlineSu_cnt{
  padding: 3rem !important;
}
.onlineSu_col{
  padding: 6rem 6rem !important;
  background-color: #efefef !important;
}
.primp-0{
	padding-right: 0px !important;
}
.contus_main_row{
padding-top: 100px !important;	
}

.SocialM_row{
	//border-top: 1px dashed #495057 !important;
	border-bottom: 2px solid #495057 !important;
	padding-bottom: 1.5rem !important;
}
.TellChat_office_col , .map_office_col{
	border-top: 1px dashed #495057 !important;
	padding-bottom: 1.5rem !important
}
.sc_icof2{
	height: 30px !important;
	width: auto !important;
}

/*-----------------------------------user_profile page----------------------------------------*/
.valtn_secnt, .cntus_secnt{
  padding: 5rem 1rem;
  min-height: 90vh;
}
.usrimgid_mrow{
  margin: 0px;
    border-bottom: 2px solid #132541;
    padding-bottom: 15px;
}
.slide_btnpg_col{
  height: 60vh !important;
  position: relative;
  overflow: hidden !important;
  transition: all 0.8s !important;
  border-radius: 0px !important;
  background-attachment: fixed !important;
  width: 100% !important;
  background-color: #132541 !important;
  background-blend-mode: multiply !important; 
}
.bnlb_btxtcont {
  position: absolute;
  bottom: -1.7rem !important;
  left: 5% !important;
  width: fit-content !important;
}
.m-autobt{
  margin: auto 0 0 !important;
}
.usrprf_hdtitcol{
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 0.75rem !important;
  border-bottom: 2px solid #132541;
}
table.pyords_table > thead > tr > th{
  border-top: none !important;
  color: #132541 !important;
  border-bottom: 0px !important;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
table.pyords_table > tbody{
  border-color: white !important;
  border-top-color: #132541 !important;
}
table.pyords_table > tbody > tr > td{
  text-align: center !important;
  color: #132541 !important;
}
table.docs_table > tbody > tr > td{
  color: #132541 !important;
  vertical-align: bottom;
}
.user_prfmcol{
  padding: 6rem 1rem !important;
}
.infos_cont{
	padding: 3rem 3rem 1.5rem 3rem !important;
}
.users_cmm_col{
    max-height: 350px !important;
    //overflow-y: scroll !important;
}
.prf_galpics_cont{
	max-height:550px !important;
}
.usrprf_mnimgcont{
 border-right: 2px solid #132541;
}
.usr_infoaddimgmcol {
    position: absolute !important;
    bottom:0 !important;
    left:0 !important;
    border: none !important;
    background-color: transparent !important;
    //padding: 1px !important;
    width: 40px !important;
    height: 40px !important;
    //border: 1px solid #bcbec0 !important;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.usr_infoaddimgcol {
    background-color: #132541 !important;
    //border: 1px solid #bcbec0 !important;
    //margin: 2px !important;
    width: auto !important;
    height: 100% !important;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.add_plsicoimg {
    //font-size: 30px !important;
    margin: 25% !important;
	fill:white !important;
}
a.prf_usrpills{
	color:#515255 !important;
	background-color: transparent !important;
	transition: all 0.4s !important;
	//font-weight: bold !important;
}
a.prf_usrpills.active,
a.prf_usrpills:hover{
	color:#132541 !important;
	background-color: transparent !important;
  
}
a.prf_usrpills.active{
  font-weight: bold !important;
}
a.prf_usrpills> svg,
a.prf_usrpills > svg > path,
a.prf_usrpills > svg > line,
a.prf_usrpills > svg > polyline{
	transition: all 0.4s !important;
}
a.prf_usrpills.active > svg,
a.prf_usrpills:hover > svg{
	fill:#132541 !important;
}
a.prf_usrpills:hover > svg > path,
a.prf_usrpills:hover > svg > line,
a.prf_usrpills:hover > svg > polyline,
a.prf_usrpills.active > svg > path,
a.prf_usrpills.active > svg > line,
a.prf_usrpills.active > svg > polyline{
  stroke:#132541 !important;
}
.infos_mrow{
	margin: 0px !important;
}
.infos_lftmcol{
	padding:1rem 0rem 1rem 0.5rem !important;
}
.infos_rltmcol{
	padding:1rem 0.5rem 1rem 0rem !important;
}
.user_prfmcol {
  //margin-top: -10rem;
}
.br_btgr{
	border-bottom:0.2rem solid #a9a8a8  !important;
}
.br_bt{
  border-bottom: 2px solid #132541;
} 
.br_lt{
  border-left: 1px solid #a9a8a8  !important;
}
.usrnfo_mcol{
	padding-bottom: 1rem !important;
}
.brndlogos_row{
	padding: 30px 10px !important;
}
.qcicons_col{
	//background-image: url(../img/pat12.png) !important;
	background-repeat: repeat !important;
	background-attachment: fixed !important;
	//background-color: white !important;
	background-color: #ffffff !important;
	background-blend-mode: multiply !important;
}
.brndlogo_box{
	height: 6rem !important;
	overflow: hidden !important;
	text-align: center !important;
}
.brndlogo_img{
	width: auto !important;
	//max-width: 100% !important;
	height: 100% !important;
	filter: grayscale(100%);
	transition: all 0.4s !important;
}
div.brndlogo_box > a:hover > img{
	filter: grayscale(10%);
}
.pic_slctcol{
	position: absolute !important;
	bottom: 0px !important;
	background-color: white !important;
	padding:1rem !important;
	width: 3.5rem !important;
	height: 3.5rem !important;
	right: 0 !important;
}
.mr_cus{
	margin-right: 1.2rem !important;
}
.cnts_blg_secrow{
height: 400px !important;
background-color: #efefef;
}
.cnts_blg_mrow{
  height: 100% !important;
}
.cntsindx_mrow{
  height: 100% !important; 
}
.cntsindx_mcol{
  padding: 3rem !important;
}
.blgadv_mrow{
  background-position: center;
  background-color: #ed2124;
  background-blend-mode: multiply;
  transition: all 0.4s !important;
}
div.blgadv_mrow:hover{
  background-color:#0c0c0cdb ;
}
.vst_tursecrow{
  background-position: center;
  background-color: #ed2124;
  background-blend-mode: multiply;
  height: 400px !important;
  background-attachment: fixed !important; 
  margin-bottom: 15rem !important;
}
}
div.cntsindx_mcol{
  transition: all 0.4s !important;
}
div.cntsindx_mcol:hover{
  background-color: #ed2124 !important;
}



.txtmrq_secont{
  position: relative;
  background-color: white;
  z-index: 99;
}
.txtmrqgr_secont{
  position: relative;
  background-color: #efefef;
  z-index: 99;
}
.txtmrq{
  font-size: 11vw !important;
  width: 100vw !important;
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
  color: #132541;
  opacity: 0.8;
}
#txtmrq_rtl > h6.txtmrq{
  color: transparent;
  -webkit-text-stroke: 0.1rem #132541;
}
#txtmrq > h6.txtmrq{
opacity: 0.6 !important;
}




/*-----------------------------------footer----------------------------------------*/
.cprt_row{
  /* position:absolute;
  left: 0;
  right: 0;
  bottom: 0; */
  margin: 0;
}
.ftlinks_ul{
  text-transform: uppercase !important; 
}
.crp_txtcol{
margin: auto 0 0 !important;
}
.footer_rowcont{
  min-height: 70vh !important;
}
.footer_mrow{
  height: 100%;
}
.ft_linkscol{
  padding-top:6rem ;
  padding-bottom: 6rem;
}
.ftlogo{
	width: 180px !important;
	height: auto !important;
}

//#fullpage > div.section.back_blf.bsexp_works_sec2.fp-section.fp-table.fp-completely > div{
	display: table !important;
}
.sc_f{
	height: 37px !important;
	width: auto !important;
}
div.social_footer_col > div > div > a:hover > i{
  transition: all 0.4s !important;
}
div.social_footer_col > div > div > a:hover > i{
  color: #acacac !important;
  transition: all 0.4s !important;
}
ul.ftlinks_ul > li > a{
  /* transition: all 0.4s !important; */
  display:block !important;
  padding-bottom: 1rem !important;
}
ul.ftlinks_ul > li > a:hover{
  color: #acacac !important;
  transition: all 0.4s !important;
}
.cnt_lisp{
  display:block !important;
  padding-bottom: 1rem !important;
}





/*-----------------------------------media_queries ----------------------------------------*/
@media (min-width: 1524px){
	
	
}

@media (max-width: 1024px){
		
}

	

@media (max-width: 768px){
	
	

}


@media (max-width: 767px){
/*--------------base_clses---------------*/
	.font15 {
    font-size: 13px !important;
}
div.nrmfrm_mcol.nv_frm > div > label,
div.nrmfrm_mcol> div > label {
  font-size: 2.84vw !important;
}
body{
  font-size: 2.84vw !important;
}
.nrmfrm_mcol.nv_frm{
  margin-bottom: 2rem !important;
}
.lgrg_row > div{
  padding-left: 0px !important;
}
#reg_lg_modal > div > div > div.modal-body.md_bodycus.back_nvprt > div > div:nth-child(1){
  padding: 1rem 0.5rem !important;
}
.clsvg {
  height: auto !important;
  width: 22px !important;}
/*--------------mbmn_sec---------------*/
.mb_ofcnvc{
  background-color: #132541 !important;
}
.menu_sec{
display:none !important;
}
.tpnav_cont{
/* position: absolute !important; */
position: fixed !important;
z-index: 999 !important;
width: 100%;
left: 0px;
right: 0px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
-webkit-transition: -webkit-transform .8s;
transition: -webkit-transform .8s;
transition: transform .8s;
transition: transform .8s,-webkit-transform .8s;
}
.li_itemst, .li_itemst a {
    color: white !important;
}
.lng_li.active {
    color: #ed2124 !important;
}
.lng_li.active {
}
.offcanvas.show{
width:100% !important;
}
  .submb_navcont{    
  position: fixed;
  top: 0;
  right: 0;
  /*width:400px;*/
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;}
   .submb_navcont.hd_subnav{
    visibility: none;
  }
  .submb_navcont.shw_subnav{
    transform: none;
    visibility: visible;
  }
  .submb_navcont_row{
  height: 100%;
  }
  .logli a{
    font-size: 15px !important;
    color: white;
    text-transform: uppercase;
  }
  .ofcnv_hdcus{
    padding: 0 !important;
    /* padding-bottom: 1rem !important;
    //border-bottom: 2px solid white !important; */
    margin: 1rem 1rem 0 !important;
  }
  .sub_itm{
    padding-left: 0px !important;
    font-size: 4.5vw;
    padding-bottom:0.5rem;
    color: white !important;
    text-transform: uppercase !important;
  }
  .clofsvg {
    width: auto !important;
    height: 1.5rem !important;
}
  svg.mncat_svgico {
    width: 1.4rem !important;}
	
 .logomb{
    width: 100% !important;
    max-width: 100% !important;
  }
  .bag_n {
        top: 21px!important;
        left:7px !important;
    }	
    .li_cartli{
    padding:0.5rem 1rem  !important;
    }	
    .cart_main_row{
    padding-top:2rem !important;
    }	  
	.menu_secachbx_mob{
  display: block !important;
} 
.logli{
border:0px !important;
padding: 0px 0px 0px 10px !important;
background-color: transparent;

}
.sidnav_ul{
    padding: 0 1rem !important;
    background-color: transparent !important;
    padding: 0.5rem !important;
    //margin-left: 1rem !important;
}
/* li.sidnav_itm > a::after {
  display: inline-block;
  margin-left: 9px !important;
  //vertical-align: 0.255em !important;
  border-bottom: none !important;
  border-left: none !important;
  position: absolute !important;
  content: '';
  display: inline-block;
  margin-top: 9px !important;
  width: 5px !important;
  height: 5px !important;
  border-top: 1px solid #d71921 !important;
  border-right: 1px solid #d71921 !important;
  transform: rotate(45deg) !important;
} */
a.clps_itm::after {
position: absolute !important;
  display: inline-block;
  margin-left: 12px !important;
  //vertical-align: 0.255em !important;
  border-bottom: none !important;
  border-left: none !important;
  content: '';
  display: inline-block;
  margin-top: 6px !important;
  width: 7px !important;
  height: 7px !important;
  border-top: 1px solid #d71921 !important;
  border-right: 1px solid #d71921 !important;
  transform: rotate(45deg) !important;
}
    .nav_backbtn{
      height: 40px !important;
      overflow: hidden !important;
    }
    .back_mimg{
      height:100% !important;
      width: auto !important;
    }
    .nav_btnsvg{
      width: 30px !important;
      height: 30px !important;
      fill:#ffffff !important;
    }
    .navbut_backcol{
      position: absolute !important;
      left: 4% !important;
      top: 25% !important;
      z-index: 99999999 !important;
        height: 25px !important;
      overflow: hidden !important;
    }
    .srch_inptrow_indx{
      padding: 10px 0px !important;
        background-color: #e3b272 !important;
    }
    .top_navrow{
      padding-top: 10px !important;
      //background-color: white !important;
      //border-bottom: 2px solid #d4d4d4 !important;
      margin:auto 0 !important;
      position: relative !important;
    }
    .navbut_col{
      position: absolute !important;
      right:-8px !important;
      top: 30% !important;
      width: auto !important;
      z-index:1 !important;
      margin: auto 0 !important;
    }
	.backmn_icocol{
   padding-left: 0px !important;
    }
    .svg_hndnavsub{
      width: 100% !important;
      max-width: 100% !important;
      padding:0px !important;
      fill: #1d3283 !important;
    }
.menu_logo{
  position:relative !important;
  //margin-right: 0px !important;
}
.m_logo {
    width: 90px !important;
    height: auto !important;
	    margin-top: 0px !important;
}
/*----------------indx-----------------*/
/*-------main_sl-------------*/
	.img_slbg{
	height:500px !important;
	    background-attachment: inherit !important;
	}
	.crsl_txt{
	   /*font-size: 2rem !important;*/
	   font-size: 1.4rem !important;
	}
/*-------main------------*/
	.srvs_seccont {
    padding: 2rem !important;
}
	.srvs_titxcol{
	padding:2rem 1rem !important;
	}
	.smmd_tit {
    font-size: 1.2rem !important;
    position: relative !important;
    margin-left: 2rem !important;
	}
	span.smmd_titcnt {
    font-size: 1.2rem !important;}
span.smmd_titcnt:after {
    height: 85px !important;
    width: 85px!important;
    top: -43px !important;
    left: -50px !important;

	}
	.smmd_tit:after {
    height: 85px !important;
    width: 85px!important;
    top: -42px !important;
    left: -48px !important;

	}
	.srvs_icnscont{
	padding:1rem 0 !important;
	}
	.srvs_icntxcol{
	font-size:12px !important;
	}
.font20 {
    font-size: 16px !important;
}
	.cndiscov_secont {
    padding: 2rem !important;
}
.cndiscov_imgmpcol {
    margin-top: -5rem !important;
}	
	.cndiscov_txtcont {
    padding: 6rem 1rem 0rem !important;
}
div.cndiscov_txtrow > div.tit_col> h6 {
    font-size: 1.5rem !important;
}	
.mb_dsn{
display:none !important;
}	
.picbbox_mcol {
    position: relative !important;
    margin-top: -3rem !important;
    height: 100% !important;
    margin-left: auto !important;
	margin-right: -1rem  !important;
	}
img.picbbox_img {
    position: absolute !important;
    right: -20px !important;
}
div.cndturs_sl > div.owl-stage-outer {
    overflow: hidden !important;
}

svg.navsvg_cndturs_sl, svg.navsvg_sl_sploff {
    height: 1.5rem !important;
}
div.simdprdcts_slcont > div > div.owl-nav > button.owl-prev, div.simdprdcts_slcont > div > div.owl-nav > button.owl-next{
    padding: 0.3rem 2.3rem !important;
}
div.cndturs_sl > div.owl-nav{
top: -47px !important;
}
div.cndiscov_sl > div.owl-nav{
    left: -4rem !important;
}
div.cndiscovsl_cont > div > div.owl-nav > button.owl-prev, div.cndiscovsl_cont > div > div.owl-nav > button.owl-next{
   padding:2.3rem 0.5rem !important;
}
.cndiscovsl_sec{
    padding-top: 5rem !important;
}
.prjct_txtmcol {
    height: 80px !important;
    width: 85% !important;
    bottom: -1px !important;
    padding: 12px !important;
    left: 11px  !important;
}
.font24 {
    font-size: 18px !important;
}
.fnt4rem {
    font-size: 2rem !important;
}
.cntsindx_mcol {
    padding: 1.5rem !important;}
div.cnts_blg_secrow > div > div > div.cntsindx_mcol > a > div > div > div > div.bnbx_hdlbcoll > p{
font-size: 15px !important;
margin-bottom:0 !important;
}
svg.sp_cntsvg {
    width: 24px !important;}
div.cnts_blg_secrow > div > div > div.blg_mcol> a > div > div > p{
font-size: 13px !important;
}
.blg_mcol{
height:70% !important;
}
/*----------footer---------*/
.ftlogo {
    width: 120px !important;
    height: auto !important;
}
.ftcnt_mcol{
margin-bottom:1.5rem !important;
}
.footer_mcol{
padding:1rem !important;
}
.footer_cont{
padding-top:2rem !important;
}
.font17 {
    font-size: 14px !important;
}
.ftcnt_mcol > div.row{
margin:0px !important;
}

/*----------dscvr_cnd---------*/
.slide_npg_col{
	height:55vh !important;
	    background-attachment: inherit !important;
}
.slide_npg_col.salet_q{
  height:70vh !important;
}
.bnlb_txtcont, .bnlbprpt_txtcont, .bnlbslet_txtcont {
    position: absolute !important;
    top: auto!important;
    left: auto !important;
    bottom: 30% !important;
    width: auto !important;
    padding: 0 1rem;
}
.bnlbslet_txtcont{
  left: 4% !important;
  bottom: 20% !important;
}
.prjcts_sltitnav_cont {
  margin-top: -5rem;
}
.prjcts_sltitnav_cont.salet_q{
  margin-top: 0rem !important; 
}
.bnlb_txtcont > div.row{
margin:0px !important;
}
.bnlb_txt {
    font-size: 1.7rem !important;
}
section.slide_sec > div > div.bnlb_txtcont > div > nav > ol{
font-size: 16px !important;
}
.font18 {
    font-size: 16px !important;
}
.cndsite_pr_txtmcol{
padding:0.5rem !important;
}
.cndsite_pr_nmcol > h6{
font-size: 12px !important;
}
.font13 {
  font-size: 11px !important;
}
.cndsite_pr_dtcol > p,
.cndsite_pr_dtcol > span{
  font-size: 10px !important;
}
.cndsite_pr_dtcol{
font-size: 12px !important;
}
.mnmb_lgcol{
  margin: auto 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cndsite_pr_txtmcol{
height:80px !important;
}
.cndsite_pr_txtmcol.cntr_rsp{
height:70px !important;
}
svg.btnmr_svg {
    width: 15px !important;}
div.sght_mcol > a:hover > div > div.cndsite_pr_txtmcol {
    height: 110px !important;
}
div.sght_mcol > a:hover > div > div.cndsite_pr_txtmcol.cntr_rsp {
    height: 100px !important;
}
.btn_more{
padding:0.2rem !important;
}
div.row.result_side_filter{
padding:0 !important;
}
.pt-8 {
    padding-top: 5rem !important;
}
.form_secont{
padding:1.5rem 1rem !important;
}
.frmsec_mcol {
    padding: 3rem 0.5rem !important;
}
.turdt_titxrow{
margin-bottom:0.5rem  !important;
}
.vsafrm_mcol{
padding-bottom:1rem !important;
}
.vsafrm_mcol.br_lt{
border-top: 1px solid #a9a8a8 !important;
border-left:0px !important;
padding-top:1rem !important;
}
/*-----------tours--------------*/
.turpr_rltbximgcol{
margin-top:0 !important;
margin-bottom:-2rem !important;
margin-left:0rem  !important;
padding-bottom:0 !important;
}
.turpr_imgbxmcol{
margin: initial !important;
}
.turpr_imgbxmlftcol{
padding-top:2rem  !important;
margin: initial !important;
margin-left: 33.3333333333% !important;
}
.turpr_lftxtbxmcol {
    padding: 4rem 2rem 0.5rem !important;
}
.turpr_rltxtbxmcol {
    padding:4rem 2rem 2rem !important;
}
span.smmd_tittur {
    font-size: 1rem !important;
}	
.smmd_tittur::after {
    height: 85px !important;
    width: 85px !important;
    top: -46px !important;
    left: -56px !important;
	}	
.turpr_lftbximgcol{
margin-top:-2rem !important;
margin-bottom:0rem !important;
margin-left:0rem  !important;
padding-top:0 !important;
}	
.turdt_colico {
    height: 40px !important;
}	
.font14 {
    font-size: 12px !important;
}	
.font12 {
    font-size: 10px !important;
}	
.maincat_mcol{
padding:1rem !important;
}	
.bnlb_txtcont.tours_cat	{
bottom: 5% !important;
}
.turdt_titxrow .tit_col{
//padding-left:0px !important;
}
div.col-md-10.turdt_maincont > div > div > h6.smmd_titsm,
div.row.turdt_mainrow  > div > div > div> h6.smmd_titsm,
.smmd_titsm {
    font-size: 1.5rem !important;
	padding-top:1rem !important;
}
.mt-7 {
    margin-top: 4rem !important;
}	
div.turssl_secrow > div.col-md-5.text-center.pb-5{
    padding-bottom: 5rem !important;
}	
div.jcn_nc{
    justify-content: normal !important;
}	
div.frmsec_mcol > div.turdt_titxrow > div.tit_col{
//padding-left:35px !important;
}	
.abttxt_mcol{
padding-top:4rem !important;
padding-left:15px !important;
}
div.abtimglft_bxmcol > div.srvprv_imgbxmrow > div.srvprv_rltbximgcol,
div.abtimgrtl_bxmcol > div.srvprv_imgbxmrow > div.srvprv_rltbximgcol{
padding:0px !important;
}	
.abtimglft_bxmcol {
    margin-left: -1.5rem !important;
}
.abtimgrtl_bxmcol{
 margin-left: 1.5rem !important;
}	
/*----------contact_us-------*/
.onlineSu_cnt {
    padding: 1rem !important;
}
.onlineSu_col {
    padding: 4rem 1rem !important;}
div.SocialM_col.br_lt{
    border-left: 0px !important;
	 padding-bottom: 1.5rem !important;
    border-bottom: 1px solid #a9a8a8 !important;
}	
.dscn_mainrow{
margin:0px !important;
}	
.crsl_txtcol {
    z-index: 999 !important;
}	
	
a.hd_subnavlnk::after {
position: absolute !important;
  display: inline-block;
  margin-left: 12px !important;
  //vertical-align: 0.255em !important;
  border-bottom: none !important;
  border-left: none !important;
  content: '';
  display: inline-block;
  margin-top: 6px !important;
  width: 7px !important;
  height: 7px !important;
  border-top: 1px solid #d71921 !important;
  border-right: 1px solid #d71921 !important;
  transform: rotate(45deg) !important;
}	
.flts_cont{
padding:0px !important;
}
.sgh_bxmcol, .sgh_txtbxmcol, .sgh_txtbxrltmcol, .sgh_txtbxlftmcol {
    margin-bottom: 4rem !important;
}
div.sgh_txtbxrltmcol, div.sgh_txtbxlftmcol {
    padding: 4rem 1rem !important;
}
div.sgh_txtbxrltmcol > .row, div.sgh_txtbxlftmcol >.row{
  margin: 0 !important;
}
.sgh_bxmcol, .sgh_txtbxmcol, .sgh_txtbxrltmcol, .sgh_txtbxlftmcol {
    margin-bottom: 2rem !important;
}	
div.sghdt_lftcont > div > div.sgh_txtbxmcol > div > div.col-md-12.mb-4{
padding-left: 2rem !important;
}	
svg.wbtnrdmr_svg {
    width: 23px !important;
    margin-top: -5px !important;
}	
.btn_wrdmore > span{
    font-size: 1.1rem !important;
}	
.vsttit_col{
padding-right:0px !important;
}
div.vst_tursecrow > div > a > div > div > div > div.vsttit_col > span{
 font-size: 1.2rem !important;
}
.vst_tursecrow{
height:320px !important;
 margin-bottom: 7rem !important;
}
 .sght_mcol {
   margin-bottom: 0rem !important;
}  
.ct-btn-scroll{
display:none !important;
}
.font45{
	font-size: 18px !important;
}
.crsl_descmcont {
  top: 40% !important;
  position: absolute !important;
  width: auto !important;
  padding: 0 1rem;
}
.tit_rvl{
  /* font-size: 3.5rem !important; */
  font-size: 3rem !important;
}
.bnlb_txtcol > .tit_rvl{
  font-size: 2.5rem !important;
}
div.bnlbprpt_txtcont > .bnlb_txtcol > .tit_rvl{
  font-size: 2.3rem !important;
}
.hrovid.hsl, .txtmrq_secont, .prjcts_secrow{
  //display: none !important
}
.srchbx_cont{
  display: none !important
}
.srchbx_mbcont{
  position:absolute !important;
  right: 0px !important;
  bottom: 0px !important;
  z-index: 99;
  overflow: hidden !important;
}
.srchbx_mbcont.salet_q{
  right: 0px !important;
  left: 0px !important;
  bottom: 30px !important;
  margin: auto !important;
  
}
.srchbx_mbcont.salet_q > .srchbx_cntrow{
  border: 2px solid white !important;
}
div.srchbx_mbcont.salet_q > div > div > div > div.srchbx_mcol.srchbx_butmcol{
  border-left: 0px !important;
}
	.fnt6rem{
    font-size: 3rem !important;
  }
  .fnt6rem.fnt_qust{
    font-size: 2.5rem !important;
  }
  .abtsrvs_secont {
    padding-top: 15vh !important;
}

.srvimgtxt_indxcol{
  left:-2rem !important
}
.imgtit_rvl{
  font-size: 2rem !important;
}
.srv_dtsindx_mcol, div.srvs_secmcol > div.srv_dtsindx_mcol:nth-child(even){
  padding-top: 6rem !important;
}
.abttxt_secmcol{
  padding-bottom: 0px !important;
}
.prjcts_sltitnav_mcol{
  padding: 2rem !important;
}
#prj_maincont > div.prjcts_sltitnav_cont > div > div{
  padding:3rem 1rem !important;
}
div.prjcts_sltitnav_mrow > div.butmr_col.pt-5{
  padding-top:2rem !important;
}

.prjctsl_cont{
  padding-top:3rem !important;
}
.font40 {
  font-size: 25px !important;
}
.form_sec {
  margin-top: 0rem !important;
}
div.form_sec > div > div > div > div.turdt_titxrow > div{
  text-align: inherit !important;
}

.dsbl_stdrt_sec {
  height: 30rem !important;}
  .fnt5rem {
    font-size: 2.5rem !important;
}

.btn_trp.dsbl > .btntrp_tit {
  font-size: 15px;
  padding-left: 0px;
}
/* .srchbx_intcont, .prptflt_secol{
  display: none;
} */
.srchbx_intcont{
  display: none;
} 
.slidexsm_npg_col {
  height: 50vh !important;}
  .prpft_dtsmcol {
    padding-left: 0.5rem !important;
}
.prptxt_dtsmcol {
  position: inherit !important;
  top: 0rem !important;
  margin-bottom: 3rem !important;
}
.prwfrm_mrow{
  margin-bottom: 0rem !important;
}
.modal-dialog.arng_prw_modal {
  padding: 1rem !important;
}

div.row.prpt_mprow > div > iframe{
  height: 250px !important;
}
.prftdts_acrdbut{
  font-size: 14px !important;
}

.clpsvg {
  width: 20px !important;
  height: 20px !important;
}

body > section.container-fluid.prptsrvs_mainsec > div.row.prpt_dtsec > div > div > div.col-md-5.prptxt_dtsmcol > div > div.col-5.nv_butmcol{
  margin-left: 0.5rem;
}
.prpt_dtsecol{
  padding-bottom: 2rem !important;

}
.map_cnt_col {
  padding-top: 1rem !important;
  padding-bottom: 2rem !important;
}
.slide_btnpg_col {
  height: 40vh !important;}
  .bnlb_btxtcont {
    bottom: -0.6rem !important;}
.nav-item.butmr_col{
  margin-bottom: 1rem !important;
}
.valtnfrm_mrow{
  padding-top: 2rem !important;
  margin-bottom: 1rem !important;
}
.tmbr_secrow {
    margin-top: -2.4rem !important;
}
.fnt7rem {
  font-size: 2.5rem !important;
}
.abtdts_mainrow {
  background-color: #132541 !important;
  padding-bottom: 8rem !important;
}
.prptlist_secol{
    padding:1.5rem 1rem !important;
}
.prptlist_mrow{
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.cndsite_pr_dtcol.spncol_prclst{

}
.prptflt_secol{
  position: sticky;
  top: 0rem;
  z-index: 99 !important;
padding-bottom: 1rem  !important;
}
.prptflt_mrow {
  position: relative !important;
  top: 0rem !important;
}
.fltbut_txt {
  writing-mode:inherit !important;
  text-orientation:inherit !important
  vertical-align: middle !important;
  text-align: center !important;
  margin: 0 auto !important;
  transform: rotate(0deg) !important;
}
.prpt_fltstkycol{
  display: none !important;
  height: auto !important;
  position: relative !important;
  top: 0rem !important;
}
svg.fltbut_svg{
  float: left !important;
}
div.offcanvas-header.prpt_fltcnvs_hdr{
padding:1rem !important;
}
.prpt_fltcntcol.py-4{
  padding-top: 0px !important;
}
.prpt_fltcont{
  padding: 0px !important;
}
.catfilters_box, .srfilter_box{
  padding: 10px 0px !important;
}
.prinput_col > div > input{
  font-size: 13px !important;
}
.prc_inptgtxt {
  font-size: 15px !important;
}
div.prinputfr_col > span{
  font-size: 12px !important;
}
.cntusfrm_row{
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}

.cntusfrm_row > .wrp_col,
.cntusfrm_row > .cntusfrm_fldtxar{
  padding: 0px !important;
}
.cntusfrm_row > .wrp_col:nth-child(2) > div{
  padding-top: 0px !important;
}
.frmsec_rgrow {
  padding-top: 3rem !important;
}
.cntus_frmsec.pt-4{
padding-top: 2.5rem !important;
}
.colbx_rvlwrp.w-50{
  width: 100% !important;
}
#rgs_form > div > div > div > div.col-md-12 > div > div.col-md-10 > div > div.col-12.col-md-12.font15.txt_nvprt.ps-0.colbx_rvl.back_trnspt{
  padding-bottom: 2rem !important;
}
#rgs_form > div > div > div > div.wrp_col.colbx_rvlwrp > div{
  margin-bottom: 0px !important;
}
.infos_cont{
  display: none !important;
}
.usr_infoaddimgmcol{
  width: 30px !important;
    height: 30px !important;
}
.usrprf_mnimgcont{
  border-right:0px !important ;
}
.card_header_cus, .usrpr_navpilcont{
  display: none !important;
}
.usrprf_acrditm, .usrprf_acrdbut{
  background-color: transparent !important;
}
.usrprf_acrdbut, .usrprf_acrditm{
  border-bottom: 0px !important;
}
.usrprf_acrditm > h2 > button{
  font-size:13px !important;
  padding: 0.5rem 0 1rem 0 !important;
}
.usrprf_acrdbut::after{
  display: none !important;
}
.usrprf_acrdbut >svg,
.usrprf_acrdbut >svg>polygon{
  fill: #132541 !important;
}
.infos_rltmcol {
  padding: 0rem !important;
}
.infos_lftmcol {
  padding: 0rem 0rem 0.5rem 0rem !important;
}
 .usrprf_acrdbd{
   background-color: white !important;
   margin-bottom: 2rem !important;
 } 
 .usrprf_hdtitcol {
  padding-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.ordbks_trkcol > div.row{
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
.nrmfrm_mcol.nv_frm.mb_trckinpt{
  margin-bottom: 0rem !important;
}
#mb_trckinpt{
  padding-bottom: 0.1rem !important;
}
.table.pyords_table > thead > tr > th{
  font-size: 10px !important;
}
ol{
  padding-left: 0px !important;
}
.uplsvg, .plsvg {
    width: 15px !important;
    height: 15px !important;
}
.srchbx_but > span{
font-size: 1rem !important;
}
.back_butmbcol{
  background-color: #132541;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 50%;
    margin: auto 0;
    z-index: -1;
    transform:translateX(0%);
    transition: transform 0.4s ease-in-out;
}
.back_butmbcol.int{
  background-color: white !important;
  height: 40% !important;
}

.bck_movemb {
  transform: translateX(100%) !important;
  transition: transform 0.4s ease-in-out !important;
}


.srchbxmb_tglbut{
  cursor: pointer;
  color: #132541;
  transition: all 0.4s !important;
}
.srchbxmb_tglbut.int{
  color: white !important
}
.srchbxmb_tglbut.active{
color: white;
transition: all 0.4s !important;
pointer-events: none !important;
}
.srchbxmb_tglbut.int.active{
  color: #132541 !important;
}
.srchbx_butico{
  height: 25px !important;
}
.srchbxs_mcol {
  min-height: 4rem;
}
.mn_offclsbut{
  position:absolute;
  right: 1rem;
  top: 1.5rem;
}
.modal-dialog {
  margin: 20vh 0.5rem !important;
}
.offcanvas.prpt_srchcnvs{
  top: auto !important;
}
.prpt_srchcnvs{
background-color: #132541 !important;
height: 30vh !important;
bottom: 0px !important;
}
.prtsrv_lftmrow > .prtsrv_imgmcol {
  margin-left: -12px !important;
}
.prtsrv_rltmrow > .prtsrv_imgmcol{
  margin-left: 12px !important;
}

.abtxt_frstcol {
  margin-top: 0rem !important;
}
.ft_linkscol {
  padding-top: 4rem !important;
  padding-bottom: 5rem !important;
}
.ftlogo_col.pb-3{
  padding-bottom: 2rem !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0px !important;
  right: auto;
}
.custmz_navcol {
  padding: 0.4rem 1.89rem !important;
}
.svgnav_ico {
  width: 20px !important;
}
.mfp-arrow {
  top: 54% !important;
  width: 30px !important;
  height: 70px !important;
}
.mnmb_ft{
  position: fixed !important;
  left: 0 !important;
  right: 0 !important; 
  bottom: 0px !important;
}
.bnlbabt_txtcont {
  top: auto !important; 
  left: 0 !important; 
  width: auto !important;
  bottom: 25% !important;}

.scrldwn_sldbut{
    display:none !important;
    
}







}