.visa-wraper{
	position:relative;
	overflow: hidden;
	height:500px;
	width:100%;
    border-radius: 0px;
    z-index: -1;
	background-image:url(../img/visabg.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
	display:flex;
	align-items:center;
	justify-content:center;
}

/*.visa-wraper::after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}*/
.ttwwhfva{
	margin:40px 0px 50px;
}
.ttwwhfva-cntctBtn, .ttwwhfva-cntctBtn:hover{
	display:inline-block;
	padding:10px 25px;
	background: #ff7f00;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
	text-decoration:none;
}
.ttwwhfvaImgdv{
	width: 100%;
    height: 350px;
    overflow: hidden;
    object-fit: fill;
	padding:0px 50px;
}
.ttwwhfvaImgdv img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.gap-bottom{
	padding-bottom:50px;
}
.gap-top{
	padding-top:50px;
}

.oUrviSaService{
	position:relative;
}
.oUrviSaServiceBox{
	display: inline-block;
	width:100%;
	padding:20px;
	border:1px solid #dbdbdb;
	border-radius:10px;
	text-decoration:none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.oUrviSaServiceimg-dv{
	width: 100%;
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
	position:relative;
	object-fit:fill;
}
.oUrviSaServiceimg{
	width:100%;
	height:100%;
	object-fit:cover;
}
.oUrviSaService-content{
	margin: 10px 0px;
	text-align: center;
}
.oUrviSaServiceTitle, .howWeWorkTitle{
	font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #222;
	margin-bottom: 15px;
}
.oUrviSaServiceBtn{
	background: #ff7f00;
    padding: 8px 20px 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
}
.slick-slide {
    margin: 0 10px !important;
}
.howWeWork{
	display:flex;
}
.howWeWorkBox{
	width:20%;
	text-align:center;
}
.howWeWorkImgdv{
	position:relative;
    object-fit: fill;
	width: 100px;
    height: 100px;
	margin: auto;
}
.howWeWorkImg{
	width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
    background: #fff;
	z-index:1;
	position:relative;
	padding: 10px;
}
.howWeWorkImgdv::before{
	content: '';
    position: absolute;
    left: -90px;
    top: 50%;
    width: 250px;
    height: 1px;
    background: #111;
    transform: translateX(-50%);
    z-index: -1;
}
.howWeWorkBox:first-child .howWeWorkImgdv::before{
	display:none;
}
.howWeWork-content{
	padding:20px 0px;
}
.howWeWorkTitle{
	
}
.wcusContent{
	margin-top: 30px;
}
.listwcus{
	list-style: none;
    margin: 0;
    padding: 0;
}
.listwcus li{
	display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 5px;
}
.listwcus li span{
	font-weight:600;
}
.wcusmainImgdv{
	display: grid;
    grid-template:
        "abc def"
        "abc ghi";
    grid-template-columns: 50% 50%;
    gap: 10px;
}
.wcusimgBox-1{
	width:100%;
	height:280px;
	object-fit:fill;
	overflow:hidden;
	border-radius:10px;
}
.wcusimgBox-1 img, .wcusimgBox-2 img, .wcusimgBox-3 img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.wcusimgBox-2, .wcusimgBox-3{
	width:100%;
	height:135px;
	object-fit:fill;
	overflow:hidden;
	border-radius:10px;
}
.wcusimgBox-2 img{
	
}
.wcusimgBox-3{
	
}
.wcusimgBox-3 img{
	
}
.wcus-1{
	grid-area:abc;
}
.wcus-2{
	grid-area:def;
}
.wcus-3{
	grid-area:ghi;
}
.headerleft{
	margin-bottom:30px;
}
.cCenter{
	display:flex;
	align-items:center;
	justify-content:center;
}
.cusTomModal-layover{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	align-items:center;
	justify-content:center;
	z-index: 100;
	display: none;
	transition: all ease-in-out 0.5s;
}
.cusTomModal-layover.show{
    display: flex;
	transition: all ease-in-out 0.5s;
}

.cusTomModal-dialog{
	width:991px;
	background:#fff;
	border:1px solid #ddd;
	  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}
.cusTomModal-content{
	
}
.cusTomModal-header{
	padding: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.cusTomModal-header .modal-title{
	font-family: "Poppins", sans-serif;
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 400;
}
.btn-cusTomModal{
	font-family: "Poppins", sans-serif;
    font-size: 22px !important;
    line-height: 22px;
    font-weight: 500;
    position: absolute;
    right: 11px;
    top: 8px;
}
.cusTomModal-body{
	padding:20px;
}
.cusTomModal-body .form-group{
	
}
.visaLabel{
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}
.visaInp{
	border: 1px solid #cbcbcb !important;
    height: 40px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    padding: 5px 10px;
}
.visaButton{
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-weight:300;
    width: 120px;
    color: #fff;
    background: linear-gradient(45deg, #ea7f2d, #ab4207);
    margin: 10px auto;
}
@media only screen and (max-width: 1200px) {
  .howWeWorkImgdv::before {
    width: 170px;
}
}
@media only screen and (max-width: 991px) {
 .ttwwhfvaImgdv {
    padding: 0px 0px;
    margin-top: 30px;
}
.howWeWorkImgdv::before {
    width: 150px;
	left:-50px;
}
.wcusmainImgdv {
    margin-top: 30px;
}
.cusTomModal-layover{
    padding: 10px;
}
.cusTomModal-dialog {
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
.howWeWork {
    display: flex;
    flex-direction: column;
}
.howWeWorkBox {
    width: 100%;
    text-align: center;
}
.howWeWorkImgdv::before {
    width: 1px;
    left: 50%;
    height: 200px;
    top: -100px;
}
.oUrviSaServiceTitle, .howWeWorkTitle {
    background: #fff;
}
.listwcus li {
    flex-wrap: wrap;
}
.visa-wraper{
    height: 170px;
}
.headerleft.center{
	text-align:center;
}
}