body {
    background-color: #fafafa;
}
.PR-0 {
    padding-right: 0;
}
.home {

    -webkit-background-size: cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
    overflow: hidden;
    position: relative;
	min-height: 400px;
    height: 400px;
}


.home .op {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
    opacity: .4;
    background: -webkit-linear-gradient(#000,#000);
    background: linear-gradient(#000,#000);
}

/*.home::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    border-style: solid;
    border-width: 67px 1320px 0px 0;
    border-color: transparent #ff194b blue #000;
    width: 0;
}

.home::before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    border-style: solid;
    border-width: 110px 0px 0px 200px;
    border-color: transparent #ff194b blue #fafafa;
    width: 0;
}*/

.home .text {

    position: absolute;
    z-index: 99;
    top: 35%;
    right: 35%

}

.home .text h1 {
    color: #FFF;
    font-size: 23px;
    font-weight: bold
}

.home .text p {
    color: #FFF;
    font-size: 17px;
}


/***visas***********/

.visas {
    padding-top: 30px; 
}

.visas .header {
    margin-bottom: 25px;
}

.visas .header .title {
    color: #c21b3d;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}

.visas .header hr {
    border-top: 2px solid #c21b3d;
    width: 4%;
    margin: -5px 0px;
}

.visas h3 {
    color: #c21b3d;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
}

.visas p,
.visas p.list ul li {
  font-size: 14px;
  color: rgb(81, 103, 118);
  font-weight: bold;
  line-height: 1.812;

}


p.list ul li.first {
    color: #c21b3d;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
}

.visas .under {
    margin-top: 30px; 
}

.visas .item {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.visas .item p {
    position: absolute;
    z-index: 2;
    /* right: 27%; */
    top: 35%;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.visas .item p span {
    font-size: 14px;
}

.visas .item .opp {
    position: absolute;
    /*top: 6px;
    left: 13px;
    width: 92%;
    height: 93%;*/
     top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .4;
    background: -webkit-linear-gradient(#000,#000);
    background: linear-gradient(#000,#000);
}

.visas .item a {
    color: #6e8596;
    padding: 6px 30px;
    background-color: #FFF;
    position: absolute;
    bottom: 30px;
    right: 25%;
    z-index: 6;
    border-radius: 5px;
}

.visas .item img {
    border-radius: 5px;
}

.visas .item:hover .opp {
    opacity: 0.6;
}

.visas .item:hover p {
    top: 38%;
}


.navbar1 {
    margin-top: 80px;
    background-color: #FFF;
    margin-bottom: 0;
    width: 65%;
    border-radius: 10px;
    background: #FFF;
    margin-top: -15px;
    z-index: 9;
    box-shadow: 0px 5px 23px 0px #ddd;
}

.navbar1 ul li {
    padding-left: 25px;
}

.navbar1 ul li a {
    font-weight: bold;
    font-size: 17px;
    color: rgb(201, 34, 63);

}

.navbar1 ul .active::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 40%;
    left: 32%;
    border-bottom: 4px solid rgb(201, 34, 63);

}

.visas .header .title2 {
    color: #5c5c5c;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}

.visas .header .hr {
    border-top: 2px solid #5c5c5c;
    width: 8%;
    margin: -5px 0px;
}

@media(max-width: 767px) {

    .home .text {
        right: 0;
    }

}
/* Visa All - Countries Styles*/
.countries-visa-video h3
{
    color: #c21b3d;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.countries-visa-video p
{
    font-size: 16px;
}

.countries-visa-video
{
    margin-bottom: 30px;
}

.all-countries-visa h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #506676;
    margin-bottom: 15px;
    margin-top: 35px;
}

.all-countries-visa h6 {
    text-align: center;
    font-size: 18px;
    color: #c4163a;
}


.countries-visa-video i {
    position: absolute;
    bottom: -8%;
    right: 75%;
    display: inline-block;
    border-radius: 21%;
    width: 60px;
    height: 60px;
    padding: 19px;
    background: #cd2741;
    -webkit-box-shadow: 2px 2px 8px #cf243d75;
    -moz-box-shadow: 2px 2px 8px  #cf243d75;
    box-shadow: 2px 2px 8px #cf243d75;
}