﻿#Header:after{
    content: none;
    }
/*---------------------------- carousel bootstrap design ----------------------------*/
hr {
    position: relative;
    display: block;
    width: 100%;
    min-height: 10px;
    background-image: url(/FileManager/Icons/wave5.png);
    background-position: 50% 50%;
    background-repeat: repeat-x;
    margin: 0 auto;
    border: none;
}
.owl-nav.disabled {
	display: none;
}
.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
	/*direction: ltr;*/
}
.owl-dots {
	text-align: center;
}
.owl-carousel .owl-dot {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	transition: all .5s ease;
	opacity: 0.3;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #57eadc !important;
	margin-left: 10px;
}
.owl-carousel .owl-dot.active {
	padding: 0px 5px !important;
	opacity: 1;
	width: 20px;
}
.arrow {
	background: transparent;
	width: 64px;
	fill: #000000;
	height: auto;
	stroke: none;
	stroke-miterlimit: 10;
	display: flex;
	transition: all .2s ease-out;
}
.main-arrow {
	clip-path: inset(0 0 0 0);
	transition: clip-path .2s cubic-bezier(.61, 1, .88, 1) .3s;
	transform: scaleX(-1);
}
.carousel-control-next {
	right: -20%;
}
.carousel-control-prev {
	left: -20%;
}
.carousel-indicators li {
	width: 2px !important;
	height: 40px;
	transform: scaleY(0.42);
	transform-origin: top;
	transition: all .3s ease-out;
	padding: 0;
	background: #fff;
	margin: 0 8px;
}
.carousel-indicators .active,
.carousel-indicators li:hover {
	transform: scaleY(1);
}
.carousel-caption {
	top: 31%;
	left: -31%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	background: none;
}
/*----------------- service sec -----------------*/

.service_sec,
.about_section,
.bg_darkGray,
.chooseCountryBg,
.news_sec{
	padding: 80px 0;
}
.service_sec .service_box {
	position: relative;
	padding: 30px 35px;
	background-color: #fff;
	box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
	border-radius: 40px;
}
.service_sec .service_box .title h2 {
	font-size: 22px;
	font-weight: 500;
}
.service_sec .service_box .icons {
	margin: 22px 0;
}
.service_sec .service_box .icons img {
	max-width: 66px;
	width: 66px;
	transition: all .3s;
}
.service_sec .service_box .icons img.d_none {
	display: none;
}
.service_sec .service_box .content {
	font-size: 16px;
	text-align: justify;
}
.service_sec .service_box .content p {
	letter-spacing: -0.5px;
	position: relative;
	padding-top: 27px;
	transition: all .3s;
}
.service_sec .service_box .content p:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 2px;
	background: currentColor;
	content: "";
	opacity: .5;
}
.service_sec .service_box .linking {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
}
.service_sec .service_box:hover {
	background-color: #a8aaf1d9;
}
.service_sec .service_box:hover .title h2,
.service_sec .service_box:hover .content p {
	color: #fff;
}
.service_sec .service_box:hover img.d_none {
	display: block;
}
.service_sec .service_box:hover img.d_block {
	display: none;
}
/*----------------- about sec -----------------*/

.about_section .content {
	text-align: center;
}
.about_section .image img {
	max-width: 100%;
	height: auto;
}
.videobox_link {} .videobox {
	text-align: center;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	box-shadow: rgb(0 0 0 / 12%) 6px 5px 30px;
	border-radius: 50%;
	border-width: 2px;
	border-style: initial;
	border-image: initial;
	background-color: #ffffff;
	border-color: #ffffff;
}
.videobox_icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
}
.videobox_animation {
	border-color: #e0e0e0;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	border-width: 0.5px;
	border-style: solid;
	animation: 3.9s linear 0s infinite normal none paused circles;
	animation-play-state: running;
}
.videobox_animation.circle_3 {
	animation-delay: 2.6s;
}
@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	20% {
		transform: scale(1.44);
		opacity: 0.5;
	}
	100% {
		transform: scale(3.2);
		opacity: 0;
	}
}
.chevroning {
	text-align: right;
	margin: 15px 0;
}
.chevroning li {
	font-weight: 500;
	line-height: 2;
}
.chevroning li:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 5%;
	height: 7px;
	background: #3D434F;
	border: 6px solid #3D434F;
	box-shadow: inset 3px 5px 0 0 #b5b7f3, 3px 5px 0 0 #b5b7f3;
	margin-left: 6px;
	border-radius: 10px;
}
/*----------------- visa type sec -----------------*/

.bg_darkGray {
	background-size: cover !important;
	background-attachment: fixed;
	background-color: #fcfcfc;
}
.bg_darkGray .row {
	z-index: 1;
	position: relative;
}
.smallTitle {
	text-align: right;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	color: #0067da;
}
.topTitle {
	color: rgba(255, 255, 255, 1);
	text-align: right;
	font-weight: 300;
	font-size: 25px;
	line-height: 50px;
	letter-spacing: 1px;
}
.topTitle em {
	font-style: normal;
	font-weight: 700;
}
.top_content p {
	color: #1a1a1a;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 1rem;
	opacity: .8;
}
.GrayBox {
	background-color: #fff;
	/* border: 1px solid #404b57; */
	border-radius: 8px;
	text-align: center;
	padding: 30px 20px 5px;
	height: 280px;
	cursor: pointer;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	background-image: url('/FileManager/Icons/Noise-background.jpg');
	box-shadow: 0 0.125rem 0.55rem rgb(0 0 0 / 14%);
	border-radius: 40px;
}
.GrayBox_head h3 {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.GrayBox_head h3 a {
	color: #1a1a1a;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.GrayBox_icon {
	display: inline-block;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	background: #fcfcfc;
	color: #1a1a1a;
	margin: 15px 0;
	line-height: 5;
	text-align: center;
}
.GrayBox_icon svg {
	font-size: 45px;
}
.GrayBox:hover {
	background-color: rgb(26 26 26);
	moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
	background-image: url(/FileManager/Icons/noise-transparent.png);
}
.GrayBox:hover .top_content p {
	color: #999;
}
.GrayBox:hover .GrayBox_icon {
	background: #fff;
}
.GrayBox:hover .GrayBox_head h3 a {
	color: #fff;
}
.GrayBox:hover .GrayBox_icon {
	background: #999;
}
.VisaType_owl .owl-stage {
    height: 300px;
    padding-top: 1rem;
}
/*----------------- consulting sec -----------------*/

.skill-content-4 {
	max-width: 530px;
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
}
.space-20 {
	width: 100%;
	height: 20px;
}
.skill-content-4 p {
	margin-bottom: 33px;
}
.skill-img-4 img {
	border-radius: 0 150px 150px 0;
}
/*----------------- countries sec -----------------*/
.chooseCountryBg{
    background-color: #fcfcfc;
    background-image: url('/FileManager/slider/home8_iconbox_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    transition: all .3s ease;
    background-size: 50%;
}
.chooseCountryBg .card-body, .chooseCountryBg .card{
    background: transparent !important;
}
.chooseCountryBg a.card-text{
    color: #b5b7f3;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
.chooseCountryBg .snip0023:after {
	content: '';
    position: relative;
    display: block;
    width: 100%;
    min-height: 10px;
    background-image: url('/FileManager/Icons/wave10.png');
    background-position: 50% 50%;
    background-repeat: repeat-x;
    margin: 0 auto;
    border: none;
}
/*----------------- news sec -----------------*/
.post_content {
	transition: all .4s;
	background-color: #001b54c4;
	padding: 0 35px;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	bottom: 0;
	width: 100%;
	right: 0;
	height: 7em;
	z-index: 1;
	align-items: center;
	position: absolute;
	backdrop-filter: blur(8px);
	border-radius: 0 0 40px 40px;
}
.post_content h5 {
	margin-bottom: 0;
}
.post_content h5 a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.NewsPost:hover .post_content {
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .06);
}
.NewsPost .thumbnail a:before {
	content: "";
	background: rgb(255 255 255 / 15%);
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	border-radius: 50px;
}
.NewsPost img {
	overflow: hidden;
	border-radius: 48px;
}
/*-----------------  sec -----------------*/

/*-----------------  sec -----------------*/

/*-----------------  sec -----------------*/

/*-----------------  sec -----------------*/

/*-----------------  sec -----------------*/
/*-------------------------------- responsive --------------------------------*/
@media(max-width:1585px){

.carousel-control-prev {
	left: -10%;
}
.carousel-control-next {
	right: -14%;
}
}
@media(max-width:1350px){

.carousel-control-prev {
	left:-5%;
}
.carousel-control-next {
	right:-9%;
}
}
@media(max-width:1199px){

.carousel-control-prev {
	left:-8%;
}
.carousel-control-next {
	right:-13%;
}
}
@media(max-width:1050px){

.carousel-control-prev {
	left:-4%;
}
.carousel-control-next {
	right:-9%;
}
}
@media(max-width:991px){
.carousel-control-prev {
	left:-10%;
}
.carousel-control-next {
	right:-16.5%;
}
}
@media(max-width:900px){

#demo {
	margin-top:10%;
}
}
@media(max-width:833px){

.carousel-control-prev {
	left:-3%;
}
.carousel-control-next {
	right:-9%;
}
}
@media(max-width:767px){

#demo {
	margin-top:14%;
}
.carousel-control-prev {
	left:-10%;
}
.carousel-control-next {
	right:-19%;
}
}
@media(max-width:648px){

.carousel-control-prev,
.carousel-control-next {
	display:none;
}
}
@media(max-width:500px){
#demo {
	margin-top:16%;
}
.heading-title{
	font-size: 23px;
	line-height: 1.5;
}
.wave-line{
    width: 50px;
}
.service_sec .service_box .title h2, h5{
	font-size: 18px;
}
.service_sec .service_box .icons img{max-width: 46px;width: 46px;}
.service_sec .service_box .content, p, .chevroning li{
    font-size: 14px;
}
.service_sec .service_box .icons{
    margin: 15px 0;
}
.service_sec .service_box .content p{
    padding: 17px 0 0;
}
.chevroning li:before{width: 5%;border-width: 4px;}
}
@media(max-width:375px){
#demo {
	margin-top:19%;
	}
}


/*--------------------------------------------- 08/01/1401 ---------------------------------------------*/
.py-80 {
    padding: 80px 0;
}
/*--------------------------------------------- title -------------*/
.hero-heading {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.15em;
    color: #101621;
    text-align: center;
    margin: 0 0 45px;
}

    .hero-heading span {
        position: relative;
    }

        .hero-heading span:before {
            content: '';
            width: 100%;
            height: 15px;
            background: linear-gradient(315deg, #d3ad62 50%, #feeeab 100%);
            position: absolute;
            left: 0;
            bottom: 15px;
            z-index: -1;
        }
/*---------------------------------------------  immigration services -------------*/
.block-style-twentySeven {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 55px 12px 40px;
    text-align: center;
    margin-top: 30px;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}

    .block-style-twentySeven .icon {
        height: 80px;
    }

        .block-style-twentySeven .icon img {
            max-height: 100%;
        }

    .block-style-twentySeven h3 {
        font-weight: 600;
        font-size: 24px;
        letter-spacing: -.5px;
        margin: 42px 0 20px;
        text-align: center;
        color: #1a1a1a;
    }

    .block-style-twentySeven p {
        font-size: 17px;
        line-height: 28px;
    }

.clickable {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------- about us -------------*/
.aboutUs{
    /* background: #fff; */
    position: relative;
    z-index: 0;
}
.aboutUs p{
    text-align: justify;
    line-height: 2;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}
.block-style-two .img-holder {
    position: relative;
}
.block-style-two .video, .block-style-two img.b{
    height: auto;
    width: 100%;
    border-radius: 30px;
    border: none;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
}
iframe #playerContainer .romeo-aparat .romeo-embed-main-frame .romeo-embed-inner .romeo-embed-play {
    background: #57eadc !important;
    border-radius: 20px !important;
    width: 8rem !important;
    height: 8rem !important;
}
iframe #playerContainer .romeo .romeo-embed-main-frame .romeo-embed-inner .romeo-embed-play svg{
    width: 4rem !important;
    height: 4rem !important;
}
img,svg {
    max-width: 100%;
    display: block;
}
.cs-screen {
    position: absolute;
}

.block-style-two .img-holder-two .screen-one {
    top: -6%;
    right: -29%;
    z-index: 1;
    animation: jumpTwo 3s infinite linear;
}

.block-style-two .img-holder-two .screen-two {
    bottom: 1%;
    right: -97%;
    z-index: -5;
    max-width: inherit;
}

.block-style-two .img-holder-two .dot-shape {
    z-index: -1;
    top: 20%;
    right: 38%;
    width: 69%;
}

.block-style-two [class*=bubble] {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
}

    .block-style-two [class*=bubble]:before {
        content: '';
        border-radius: 50%;
        position: absolute;
    }

.block-style-two .img-holder-two .bubble-one {
    width: 120px;
    height: 120px;
    left: 15%;
    top: -8%;
    animation: rotated 14s infinite linear;
}

    .block-style-two .img-holder-two .bubble-one:before {
        width: 7px;
        height: 7px;
        background: #ffb651;
        top: 0;
        left: 50%;
    }

.block-style-two .img-holder-two .bubble-two:before {
    width: 17px;
    height: 17px;
    background: #001b54;
    top: 50%;
    left: 100%;
}

.block-style-two .img-holder-two .bubble-two {
    width: 160px;
    height: 160px;
    top: -31%;
    right: 0;
    animation: rotatedTwo 25s infinite linear;
}

.block-style-two .img-holder-two .bubble-three {
    width: 100px;
    height: 100px;
    top: 47%;
    right: -28%;
    animation: rotated 17s infinite linear;
}

    .block-style-two .img-holder-two .bubble-three:before {
        width: 8px;
        height: 8px;
        background: #4be8da;
        bottom: 0;
        right: 50%;
    }

.block-style-two .img-holder-two .bubble-four {
    width: 130px;
    height: 130px;
    left: 51%;
    bottom: -12%;
    animation: rotatedTwo 15s infinite linear;
}

    .block-style-two .img-holder-two .bubble-four:before {
        width: 13px;
        height: 13px;
        background: #efd48c;
        bottom: 0;
        left: 50%;
    }

@keyframes jumpTwo {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40% {
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotatedTwo {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*--------------------------------------------- happy client -------------*/
.contactMe {
        background: #fff;
    position: relative;
    z-index: 0;
    
}
.counter-info-classic {
    max-width: 100%;
    height: 442px;
    position: relative;
    z-index: 5;
    /*margin-top: 100px;*/
}
.counter-box-one {
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.counter-box-one.color-one {
    background: rgb(87 234 220);
    width: 195px;
    height: 195px;
    top: 40px;
    left: 40px;
    z-index: -2;
}
.counter-box-one .number {
    color: #fff;
    font-size: 52px;
}
.counter-box-one p {
    font-size: 12px;
    color: #fff;
}
.counter-box-one.color-two {
    background: #001b54;
    width: 154px;
    height: 154px;
    top: 136px;
    left: 248px;
    z-index: 2;
}
.counter-box-one.color-three {
    background: #efd48c;
    width: 212px;
    height: 212px;
    top: 200px;
    left: 110px;
    z-index: 1;
}
.counter-info-classic [class*=bubble] {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
.counter-info-classic .bubble-one {
    width: 8px;
    height: 8px;
    background: #001b54;
    top: 0;
    left: 62%;
    animation: scale-up-three 4s infinite linear;
}
.counter-info-classic .bubble-two {
    width: 22px;
    height: 22px;
    background: #ffb56a;
    top: 15%;
    left: 63%;
    animation: scale-up-one 4s infinite linear;
}
.counter-info-classic .bubble-three {
    width: 8px;
    height: 8px;
    background: #88d9ff;
    top: 16%;
    right: 11%;
    animation: scale-up-three 4s infinite linear;
}
.counter-info-classic .bubble-four {
    width: 17px;
    height: 17px;
    background: #efd48c;
    bottom: 24%;
    right: 13%;
    animation: scale-up-one 4s infinite linear;
}
.counter-info-classic .bubble-five {
    width: 8px;
    height: 8px;
    background: #77f4f5;
    bottom: 20%;
    right: 5%;
    animation: scale-up-three 4s infinite linear;
}
.counter-info-classic .bubble-six {
    width: 26px;
    height: 26px;
    background: #57eadc;
    bottom: 32%;
    left: 0;
    animation: scale-up-one 4s infinite linear;
}
.counter-info-classic .bubble-seven {
    width: 9px;
    height: 9px;
    background: #001b54;
    bottom: 40%;
    left: 14%;
    animation: scale-up-three 4s infinite linear;
}
.counter-info-classic .dot-shape {
    z-index: -5;
    top: 35px;
    right: 0;
}
@keyframes scale-up-three{
	0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
40% {
    -webkit-transform: scale(2);
    transform: scale(2);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes scale-up-one{
	0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

/*--------------------------------------------- visa -------------*/
.visaBox{
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 40px;
	position: relative;
	padding: 20px; 
	box-shadow: 0 0 60px 0 rgb(61 67 79 / 8%);
	text-align: center;
	transform: scale(.8);
	filter: blur(1px);
	margin: 0 auto;
	transition: all .3s ease-in-out;
	height: 100%;
}
.centered .active.center .visaBox{
	transform: scale(1);
	opacity: 1;
	filter: none;
}
.visaBox .image{
	text-align: center;
	display: flex ;
	justify-content: center;
}
.visaBox .image img{
	border-radius: 20px 20px 0 0;
}
/*--------------------------------------------- company -------------*/
.serviceBox-1, .serviceBox-2{
    margin: 0 0 20px;
    border: 1px solid #f5f5f5;
    padding: 20px;
    height: 100%;
    position: relative;
    /* padding: 30px 35px; */
    background-color: #fff;
    box-shadow: 5px 0 60px 0 rgb(61 67 79 / 8%);
    border-radius: 40px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.serviceBox-1.oman{
    /* background: linear-gradient(90deg, hsl(356deg 83% 31% / 41%) 0%, rgba(255,255,255,1) 35%, #46b04c82 100%); */
}
.serviceBox-1.england{
	/* background: linear-gradient(315deg, #ff443a3b 50%, #ffffff 100%); */
}
.serviceBox-1.ukrania{
	/* background: linear-gradient(315deg, #f7be00 50%, #0040a759 100%); */
	margin-right: -150px;
}
.serviceBox-1 .flag{
    position: absolute;
    top: -15px;
    left: 0;
}
.serviceBox-2 {
	text-align: center;
	
}
.serviceBox-2:before{
	position: absolute;
	height: 100%;
	right: 0;
	left: 0;
	content: "";
	background: -webkit-linear-gradient(bottom, #fffffffa 0%, #ffffffa3 100%, #ffffff69 100%);
	object-fit: cover;
	z-index: 0;
	display: block;
	top: 0;
	bottom: 0;
	border-radius: 35px;
}
.serviceBox-2.mexico{
	background: url('/FileManager/background/Mexicoo.jpg');
}
.serviceBox-2.ukraine{
	background: url('/FileManager/background/ukraine.jpg');
}
.serviceBox-2.honduras{
	background: url('/FileManager/background/honduras-1.jpg');
}
.serviceBox-2 .flag{
	position: relative;
	text-align: center;
	margin: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.serviceBox-1 .flag img, .serviceBox-2 .flag img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.serviceBox-1 .caption,.serviceBox-2 .caption{
    margin: 15px 0 0;
    z-index: 0;
    position: relative;
    /* padding: 0 20px; */
    font-weight: 600;
}
.serviceBox-1 .caption h5,.serviceBox-2 .caption h5{
    font-weight: 600;
    color: #1a1a1a;
}
.serviceBox-1.ukrania h5{
	/* color: #0043a3; */
}
.serviceBox-1 .caption p{
    text-align: justify;
}
.serviceBox-1 .caption .buttons,
.serviceBox-2 .caption .buttons{
    margin: 15px 0 0;
}
.serviceBox-1 .caption .buttons .keepingOn,
.serviceBox-2 .caption .buttons .keepingOn{
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}
.whiteBox{
	/* background: #fff; */
	/* border: 1px solid #f5f5f5; */
	/* border-radius: 40px; */
	/* position: relative; */
	/* padding: 20px; */
	/* box-shadow: 0 0 60px 0 rgb(61 67 79 / 8%); */
	height: 100%;
}
.img_container .img-box img{
	border-radius: 40px;
}
.fancy-short-banner-one {
    position: relative;
    /* z-index: 3; */
    /* background: linear-gradient(45deg,#fffbf2,#edfffd); */
    /* padding: 80px 0; */
    /* background: #fff; */
}
.fancy-short-banner-one:after, .fancy-short-banner-one:before {
    content: url(../images/shape/10.svg);
    position: absolute;
    opacity: .9;
}
.fancy-short-banner-one:before {
    top: -133px;
    left: 0;
    animation: jumpTwo 4s infinite linear;
}
.fancy-short-banner-one:after {
    bottom: -133px;
    right: 0;
    animation: jumpThree 4s infinite linear;
}
.fancy-short-banner-one [class*=bubble] {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
.fancy-short-banner-one .bubble-one {
    width: 17px;
    height: 17px;
    background: #57eadc;
    top: 13%;
    left: 41%;
    animation: scale-up-one 4s infinite linear;
}
.fancy-short-banner-one .bubble-two {
    width: 7px;
    height: 7px;
    background: #51fcff;
    top: 29%;
    right: 11%;
    animation: scale-up-three 4s infinite linear;
}
.fancy-short-banner-one .bubble-three {
    width: 20px;
    height: 20px;
    background: #001b54;
    bottom: -10px;
    right: 29%;
    animation: scale-up-one 4s infinite linear;
}
.fancy-short-banner-one .bubble-four {
    width: 8px;
    height: 8px;
    background: #fac989;
    bottom: 22%;
    left: 37%;
    animation: scale-up-three 4s infinite linear;
}
.fancy-short-banner-one .bubble-five {
    width: 25px;
    height: 25px;
    background: #57eadc;
    bottom: -12px;
    left: 12%;
    animation: scale-up-one 4s infinite linear;
}
.fancy-short-banner-one .bubble-six {
    width: 8px;
    height: 8px;
    background: #ffcd8b;
    top: 32%;
    left: 14%;
    animation: scale-up-three 4s infinite linear;
}
.dark18px{
    font-size: 20px;
}
/************************* ads sec ****************************/
.ad-sec .ad-img{
    position: relative;
}
.ad-sec .ad-img img{
    max-width: 100%;
    height: auto;
    border-radius: 1.5rem;
    width: 100%;
}
.my-50{
    margin: 50px 0;
}
/*--------------------------------------------- immigration -------------*/
.immigration .item{
	    position: relative;
	    overflow: hidden;
	    margin-bottom: 30px;
	    border-radius: 30px;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.immigration .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
}
.immigration .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 0;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.immigration .item .con h3, .immigration .item .con h3 a {
    position: relative;
    color: #57eadc;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}
.immigration .item .con h2, .immigration .item .con h2 a {
    position: relative;
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}
.immigration .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}
.immigration .item .con svg {
    color: #fff;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
}
.immigration .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.immigration .item:hover .con {
    bottom: 0;
}
.immigration .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
/*--------------------------------------------- title -------------*/
/*--------------------------------------------- title -------------*/
/*--------------------------------------------- title -------------*/


