body,html{
	font-family:"Open Sans",Helvetica,Arial,Lucida,sans-serif;	
}

html{
	scroll-behavior:smooth;
	
	
}

.whatsup {
    position:fixed;
    z-index:100000;
    top:150px;
    right: 5px;
	font-size:2em;
    background-color: #52a234;
    padding:5px 10px 5px 10px;
    border-radius: 10px;
    border: 1px solid #fbfbfb;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.whatsup:hover{
	
    color: white;
	background-color:#52a234;
	
}


body, html {
	height: 100%;
}
.wood-fraft{
	background: url(../images/curved.jpg) no-repeat;
	min-height:600px;
	background-size:cover;

}

.wood-fraft-1 h4 {
    font-size: 1.5em;
    padding: 1em;
    color: #fff;
}

.no-padding{
	padding:0!important;
}

.dark-01 {
    color: #fff;
    font-size: 2.3em;
    padding: 1em;
    font-weight: 300;
}
.p-tex {
    width: 80%;
    color: #fff;
    padding-left: 5%;
    font-size: 1.2em;
    font-weight: 300;
}
.recliner{
	background-image: url(../images/reliner-bg.jpg);
	width: 100%;
    min-height:383px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.recliner2{
	background-image: url(../images/edu.jpg) !important;
	width: 100%;
    min-height:383px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.visa-2{
	background-image: url(../images/g-visa.jpg) !important;
	width: 100%;
    min-height:383px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.d-tour{
	background-image: url(../images/d-tour.jpg) !important;
	width: 100%;
    min-height:383px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}


.wood-fraft-1 p {
    padding: 0.5em;
    color: #fff;
}

.fab{
background-color: white;
    padding: 3rem;
    color: #000;
    box-shadow: 0 0.0625rem 0.125rem rgb(0 0 0 / 11%), 0 0.1875rem 0.4375rem rgb(0 0 0 / 13%);
}

.recliner-maker{
	
}


.wood-fraft {
    background: url(../images/curved.jpg) no-repeat;
    min-height: 400px;
    background-size: cover;
}

.immigration {
    background: url(../images/immigration.jpg) no-repeat;
    min-height: 400px;
    background-size: cover;
}

.mt-mx{
	margin-top:2.5em;
}

.top-tip {
    background-color: #f7f7f7;
    padding: 5px;
    text-align: center;
    color: #943552;
    font-size: 0.85em;
    font-weight:500;
}

.fabrications .fb-card{
    margin-top: 12%;
    margin-left: 10%;
    background-color: white;
    padding: 3rem;
    color: #000;
    box-shadow: 0 0.0625rem 0.125rem rgb(0 0 0 / 11%), 0 0.1875rem 0.4375rem rgb(0 0 0 / 13%);
}

.big strong {
    font-size: 1.2em;
    color: #404040;
}

.box-inner{
	box-shadow: 0 25px 100px 0 rgb(0 0 0 / 15%);
    height: 279px;
    z-index: 2;
    background:#60152d;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
	display: flex;
    flex-direction: column;
}

.box-inner h4 {
    font-size: 1.6rem;
    color:#ffffff;
    letter-spacing: .4px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}



.box-inner p{ 
	font-size: 0.95rem;
    color:#ffffff;
    letter-spacing: .4px;
    line-height: 24px;    
    font-weight: 300;
    text-align:left;
}

.box-buttton{
	top: 0;
    height: 100%;
	display: flex;
    justify-content:space-between;
    position: relative;   
    width: calc(100% + 24px);
}


.button-next a {
    border: 1px solid #963554;
    background: #fff;
    border-radius: 20px;
    color: #963554;
    font-weight: 500;
    margin-left: auto;
    align-items: center;
    text-decoration: none;
    padding: 7px;
}

.button-next-1 a {
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-left: auto;
    align-items: center;
    text-decoration: none;
    padding: 7px;
}

 .fb-card p {
    font-size: 0.95rem;
    color:#000;
    letter-spacing: .4px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
}

.box-buttton a {
    margin-bottom: 1rem;
    margin-right: 1rem;
    overflow: hidden;
    position: relative;
    border: 1px solid #963554;
    background: #fff;
    border-radius: 20px;
    color:#963554;
    font-weight:500;
    margin-left: auto;
    align-items: center;
    text-decoration: none;
    padding: 16px;
    display: inline-flex;
    height: 2rem;
}

.box-buttton a:after {
    content: "";
    background: url(../images/arrow-buttton.png) no-repeat;
    width: 23px;
    height: 14px;
    margin-left: 16px;
    transition: all .2s ease-out;
    flex-shrink: 0;
}


.box-img-wrapper{
	overflow: hidden;
    font-size: 0;
    line-height: 0;	
	margin-left: -46px;
	
}

.box-img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease; 
	max-height: 343px;
    min-height: 343px;
	
}

.box-img-wrapper:hover img{transform: scale(1.2);}

.over-imd{
	display: block;
    overflow: hidden;	
}


.normal{
	text-transform:lowercase !important; 
}

.top-tip a {
    font-weight: 500 !important;
	font-size:0.80em !important;
	
}

.top-tip img {
	margin-right:5px;
	
}

.header-bg {
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color:#fff;
}

.header-bg .nav-bar{padding:0;}

.top p{
	
}

.top address {
    font-size: 0.7em;
}

.social a{padding:3px !important; margin:3px 0px 0px 0px !important;}


.call strong {
font-size: 1.2em;

}

.choose-your-country h2 {
text-align: center;
font-size: 1.4em;
padding: 0.5em;
position:relative
}

.choose-your-country h2:after {
position: absolute;
bottom:0px;
left: 0;
right: 0;
margin: 0 auto;
content: "";
width: 92px;
height: 2px;
background-color: rgb(168 56 92);
}

.enq{
background-color: #741e3b;
border: none;
}

.view-more .btn {
background-color: #741e3b;
border: none;
}

.dropdown-toggle::after {
background-image: url(../images/drop-down.png);
background-repeat: no-repeat;
background-position: 0px 6px;
width: 9px;
height: 11px;
border: 0;
top: 2px;
position: relative;
}

.dropdown-menu.show {
border-radius: 0;
}

.view-more {
background-color:#d3d3d3;
padding: 2em;
}


.view-more ul {
margin: 0;
list-style: none;
padding: 0;
}

.view-more ul li {
margin-bottom:10px;

}


.view-more ul li a {
display: block;
padding: 1em;
background-color: white;
text-decoration: none;
color: #525250;
font-size: 1.2em;
}

.img-con {
display: inline-block;
}

.view-more .text {
display: inline-block;
font-weight: 500;
padding-left: 15px;
}

.start-from {
display: block;
text-align: right;
font-size: 0.80em;
color: #4dd144;
}



.view-more .card-body{
background:transparent;
padding:0;
margin:0;
border:0;

}

.call .nav-link.addon{
padding-left:0;
padding-right:0;
}

.visa-page{
font-size: 1em;
text-align: left;
font-weight: 400;
}

.visa-page h2 {
font-size: 1.3em;
text-align: center;
margin-top: 1em;
}

.box-visa {
border-radius: 10px;
background-color: rgb(255, 255, 255);
padding: 1em;
margin-bottom: 1em;
}

.box-visa h2.adon {
text-align: center;
font-weight: 500;
font-size: 1.3em;
}

.package-row-visa{
background-color: #f9f7f7;
padding:1em;
}

.box-visa .price {
text-align: center;
background-color: #2ab147;
font-weight: 500;
color: #fff;
}


.nav-link, .dropdown-item {
font-size: 0.85em;
font-weight: 500;
color: #000;
text-transform: uppercase;
}

.nav-link:focus, .nav-link:hover {
color:#933452;
}

.carousel-control-prev-icon {
background-image: url(../images/left-arrow.png);
opacity: 1;
width: 50px;
height: 50px;
}


.carousel-control-prev {
left: 0;
opacity: 1;
}

.carousel-control-next {

opacity: 1;
}

.carousel-control-next, .carousel-control-prev{
width:5%;
}


.carousel-control-next-icon {
background-image: url(../images/right-arrow.png);
opacity: 1;
width: 50px;
height: 50px;
}

.carousel-caption {
position: absolute;
background-color:#b5385ff2;
right: 15%;
bottom: 10.25rem;
padding: 1em;
left: 15%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: center;
}

.banner {
height:400px;
background-color: #e9dce0 !important;
}


.about p {
font-size: 0.95em !important;
text-align: left !important;
font-weight: 400!important;
}
.pdl{
padding-left: 2.7em;
}
.banner h1{
font-size:3em;
color: rgb(0, 0, 0);
text-align:left;
padding: 1em 0;
padding-top: 10px;
}

.banner span {
display: block;
font-weight: 500;
font-size: 1.3em;
}
.uae{

background: url(../images/uae-visa.png) no-repeat right;

}

.uk{

background: url(../images/uk-visa.png) no-repeat right;

}

.turkey{
background: url(../images/turkey-visa.png) no-repeat right;
}
.privacy-policy{
background: url(../images/privacy-policy.jpg) no-repeat right;
height:400px;
}
.services{

background: url(../images/services.jpg) no-repeat right;
height:610px;

}

.big-once{font-size:3em;}

.rectangle{
background-color:rgb(141 39 71);
box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.56);
position:absolute;
transform: skew(337deg);
left:562px;
top:360px;
width:717px;
height:150px;
z-index:43;
}

.rectangle2{
background-color:rgb(10 48 86) !important;	
}

h1 {
font-size: 0.88em;
color: rgb(0, 0, 0);
text-align: center;
padding: 1em 0;
padding-top: 10px;
}

.package-row {
background-color: #f0f0f0;
padding: 2em;

}

.first-row{
background-color:#f0f0f0;
}

.blue-tip {
width: 100px;
height: 3px;
background-color: #1f8fce;
}


.box {
border-radius: 10px;
background-color: rgb(255, 255, 255);
padding: 1em;
}

.box h2 {
text-align: center;
font-size: 1em;   
font-weight: 500;
}

.box h3 {
text-align: center;
font-size: 0.96em;
font-weight: 600;
padding: 0.55em;
}

.package-row .btn {
background-color: #1f8fce;
border: none;
border-radius: 0.8em;
}

.package-row .btn:hover ,.package-row .btn:focus{
background-color:#ba2a88;
box-shadow:none;

}

.purple{
background-color:#741e3b;
padding:2em;
}

.list ul {
list-style: none;
}

.list ul li {
background: url(../images/list-red.png) no-repeat 3px 5px;
padding-left: 32px;
padding-bottom: 6px;
font-weight: 400;
font-size: 0.95em;
color: #141414;
}

.sub-heading {
font-size: 1.8em;
font-weight: 400;
text-align: center;
padding-top: 1.2em;
padding-bottom: 1.2em;
}

.purple p {
color: #f4e9f0;
font-size: 0.96em;
text-align: center;
padding: 1em;
width:90%;
}

.purple .line{
background-color:#985b83;
height:1px;
width:100%;
}

.other-services{
width:80%;
}
.purple strong{
font-weight:500;
font-size:1em;
}

.link-services{
color:#f4e9f0;
text-decoration:none;
display:block;
text-align:center;
}
.link-services:hover{
color:#ffffff;
text-decoration:none;
text-align:center;

}

.name {
font-size:0.89em;
font-weight: 500;
color: #f4e9f0;
text-align: center;
padding: 0.2em;
}

.border-right-pur{
border-right:1px solid #985b83;
}
.pure-veg{padding:1.5em;}

.pure-veg h2{color:#100f10; font-size:2.6em; text-align:center;}

footer {
background-color:#e3e3e3;
background-image: url(../images/footer.png);
background-position: center bottom;
min-height: 350px;
background-repeat: no-repeat;
}

.package-bg {

background-image: url(../images/package-bg.png);
background-position:center top;   
background-repeat: no-repeat;
}

footer h2 {
text-align: center;
color: #0e0e0e;
font-size: 1.4em;
padding-top: 1em;
font-weight: 500;
}
.attraction{

}
.attraction p {
font-size: 1em !important;
font-weight: 400 !important;
text-align: left !important;
}

.box-text{
background-color: #f7f7f7;
padding: 1em;
}

.place-box{
width:60%;
}

footer h3 {
    color: #1d1c1b;
    font-size: 2em;
    padding-top: 1em;
    font-weight: 500;
    text-align: center;
}

footer  .nav-link{
padding-left:0;
}

.copy-right{
text-align:center;
font-size:0.89em;

}

.text-end-1 {
text-align: center!important;
}

.package-row-page img{
margin-bottom:2em;
}

.package-row-page{
background-color:#f7f7f7;
}

.package-row-page h2 {
font-size: 1.2em;
text-align: center;
border-bottom: 1px solid #c9c9c9;
padding-bottom: 1em;
}

.text-box{width:60%;}

.package-row-page p {
font-size: 1em;
text-align: center;
font-weight: 500;
}

.font-big {
font-size: 1.2em !important;
font-weight: 500 !important;
}

.line-package {
border-top:1px solid #c9c9c9;
}

.package-row-page .btn {
background-color:#54912f;
margin-top: 10px;
border: none;
padding: 0.55em 1em;
}

.top-visa{
text-decoration:none;
display:block;
color:#000;
padding-bottom: 1em;
}

.contact-us p.small, .contact-us h1.heading {
text-align: center;
color: #fff;
}

.frame-cont {
width: 50%;
min-height: 350px;
background: #fff;
border: none;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
padding: 20px;
}

.cmt-leave input {
margin-top: 10px;
}

.cmt-leave textarea, .cmt-leave input {
width: 100%;
color: #999;
outline: none;
padding: 10px 15px;
margin-top: 10px;
border: 1px solid #cecece;
}

textarea {
overflow: auto;
resize: vertical;
}
.new {
background-color: #5a0b24;
color: #fff !important;
}

.frame-cont h6 {
font-weight: 600;
color: #890c51;
font-size: 0.9rem;
padding-bottom: 2px;
margin-bottom: 2px;
letter-spacing: 0.4px;
}

.contact-us {
background: url(../images/contact_us.svg) no-repeat top right;
background-size: cover;
min-height: 550px;
padding-top: 0;
padding-bottom: 0;
width: 100%;
}

.frame-cont p {
color: #000;
}

.frame-cont p {
font-size: .9rem !important;
color: #636567;
font-weight: 100;
letter-spacing: 0.3px;
}

.top-visa:hover{
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
color:#000;
}

.bio{font-size: 2em;}

.package-row-page .btn:hover{
background-color:#340a19
}

.about-us {
background: url(../images/about-us.jpg) no-repeat center;
height:400px;
}

.terms{
background: url(../images/terms.jpg) no-repeat center;
height:400px;
}

.thailand{
background: url(../images/thailand-visa.png) no-repeat right;	
}
.srilanka{
background: url(../images/srilanka-visa.png) no-repeat right;	
}

 
@media (min-width: 992px){

.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.8rem;
padding-left: 0.8rem;
}

.wd-70{width:75%;}

}

/*  X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.line-br{
	border-bottom:1px solid #871a3c;
		}
	.bg-menu{
	background-color:#ebeaeb;
	padding: 0.2em;
		}
.view-more {
background-color: #f7f7f7;
padding: 0.12em;
}

.mobile-c{margin: 0 auto; margin-bottom: 15px;
}
.wp-100{width:100%;}
.d-none-mobile{display:none;}
.nav-link, .dropdown-item {
    font-size: 0.85em;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.button-next,.button-next-1{
	margin-bottom:20px;
}
.h4m{
	text-align: center;
    padding: 10px;
}
.mt-mx{
	margin:0;
	padding:0
}

.box-img-wrapper {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin-left: 0;
}
.box-inner{
	margin-top:0;
}


footer h3 {

text-align: center;
}

.text-end-1 {
text-align: center!important;
}

.p-tex {
    width: 100%;
    color: #fff;
    padding: 0 5%;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
}
.dark-01 {
    color: #fff;
    font-size: 2em;
    padding: 1em;
    text-align: center;
    font-weight: 300;
}

}




/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { ... }

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { ... }

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/*  X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { ... }


