/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

body {
	font-family: 'Poppins', sans-serif;
	height: auto;
	z-index: 0;
	position: relative;
	margin: 0;
	overflow-x:hidden;
}

.padding-zero{
	padding:0;
}
	

h1{
	font-size: 45px;
	color:#000;
	font-weight: 600;
}

h2 {
    font-size: 48px!important;
    font-weight: 600;
    margin: 0px 0px 10px;
    color: #1c1c1c;
    line-height: 62px;
}

.padding1{
	padding:60px 0px;
}

.padding2{
	padding-top:100px !important;
	padding-bottom:100px;
}

/*--banner block css--*/


/*********Home Slider **************/

.home-banner {
    position: relative;
   /* min-height: 710px;
    max-height: 710px;*/
}


.home-banner .banner-section {
    position: relative;
    min-height: 680px;
    overflow: hidden;
	/*height:calc(100vh - 150px)*/
}


.home-banner .owl-nav .owl-prev{
	position:absolute !important;
	top:40% !important; 
	z-index:999!important; 
	left:10px;}
 
.home-banner .owl-nav .owl-next{
	position:absolute;
	top:40% !important; 
	z-index:999!important; 
	right:10px;}
 
.home-banner .banner-section {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	
	}
 
.home-banner .banner-section:before, .home-banner .banner-section:after{
	width:0;}

.home-banner .banner-section .home-heading{
	margin-bottom:20px;
	text-shadow:0 2px 4px rgba(0, 0, 0, 0.5);
	color:#fff; 
	font-weight:400; 
	font-size:50px; 
	line-height:60px;}

.home-banner .banner-section .partner-home-heading{
	margin-bottom:15px !important;}


.home-banner .banner-section a img{
	width:20px !important;
	margin-right:12px;
	position:relative;
	top:-2px;}
	
.slider_main_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    min-height: 100%;
    background-size: cover !important;
    /* clip-path: polygon(-1000185% 100%, 100% 0%, 88% 75%, 100% 100%); */
    background-position: left center !important;
}


.slider_main_img img {
    display: block;
    max-width: 100%;
	height:auto;
    object-fit: fill;
	width:auto !important;
}


.banner_content_wrap {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    text-align: left;
    display: inline-block;
    margin-right: 0;
    z-index: 3;
    position: relative;
    margin-top: 0px;
}

.colorbtn-one {
    background: #ff7c01;
    padding: 14px 74px 13px 26px;
    border-radius: 100px;
    color: #fff;
    margin: 30px 0px 40px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    font-weight: 500;
	transition: all 0.3s ease;
}

.banner_content_wrap .colorbtn-one {
    padding: 19px 74px 19px 40px !important;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
}

.colorbtn-one:hover {
    background: #06a4d4;
    transition: all 0.3s ease;
}

.banner_content_wrap a:hover::after {
    transform: translateX(5px);
	transition: all 0.3s ease;
}


/*.colorbtn-one::after{
    content:"";
    position:absolute;
    right: 37px;
    background:url(../images/white-arrow.png) no-repeat;
    width:24px;
    height:17px;
    top: 18px;
	transition: all 0.3s ease;
}*/



.colorbtn-one svg {
    position: absolute;
    right: 40px;
	transition:all 0.3s linear;
}

.colorbtn-one:hover svg {
    fill: #fff;
    right: 30px;
    transition: all 0.3s linear;
}


.custom-container {
    z-index: 1;
    position: relative;
}


.cometoradvision {
    background: #ff7c01;
    color: #fff;
    border-bottom-left-radius: 100px;
    position: relative;
    display: inline-block;
    text-align: right;
    /*margin-right: calc((-100vw + 1120px) / 2);*/
	margin-right:0;
    margin-left: 0;
}


/*.white-strip {
    position: absolute;
    height: 100vh;
    width: 50px;
    content: "";
    top: 0;
    left: 0;
    background: #fff;
    color: #fff;
    z-index: 999999;
}*/

.cometoradvision-contentbox {
    width: 50%;
    display: inline-block;
    padding: 90px 100px 90px 0;
    vertical-align: middle;
    text-align: left;
}

.orange-block-cover {
    position: relative;
    width: 100%;
    padding:100px 0 0 0;
    display: inline-block;
}


.orange-block-cover:after {
    position: absolute;
    bottom:-50px;
    right: 0;
    content: "";
    background: url(../images/circle-gradientshade.png) no-repeat;
    width: 432px;
    height: 800px;
    z-index: 0;
}



.cometoradvision .colorbtn-one {
    background: #ffffff;
    color: #ff7c01;
    margin: 0;
    padding: 14px 74px 13px 38px !important;
    font-size: 18px !important;
}

.cometoradvision .colorbtn-one::after {
    background: url(../images/morebtn.png) no-repeat;
    top: 19px;
}


.cometoradvision .morebtn::after {
    background: url(../images/white-arrow.png) no-repeat;
    right: 36px;
}

.cometoradvision .morebtn {
    color: #ffffff;
    border: solid 1px #ffffff;
    margin: 0 0 0 8px;
    padding: 12px 73px 13px 30px;
}

.cometoradvision h2 {
    color: #fff;
    font-size: 42px !important;
    font-weight: 600;
    margin: 12px 0 41px 0;
    line-height: 30px;
}


.cometoradvision h3 {
    font-weight: 500;
    font-size: 26px;
    margin: 0 0 4px 0;
}

.cometoradvision p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 41px;
	line-height:25px;
}

.girl-bg {
    max-width: 43%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

hr.small-hr {
    border-top: 2px solid rgb(54 49 53 / 50%);
    max-width: 100%;
}


.flexslider .banner_content_wrap img {
    margin: 0px 0px 13px 0px;
    width: 50px !important;
    display: inline-block !important;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(13deg) brightness(106%) contrast(101%);
}

.clientlogos {
    margin: 60px 0px 0px;
}

.infoblock {
    position: relative;
    background: #00a4d6;
    padding: 10px 40px;
    bottom: 30px;
    right: 0;
    width: 100%;
    z-index: 99;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: 500;
}


.infoblock span a {
    color: #fff;
}

.infoblock span {
    margin-left: 50px;
}


.infoblock p {
    margin: 0px;
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: 500;
}

.infoblock p span {
    margin: 0px 0px 0px 40px;
    position: relative;
}


.infoblock p span a{
    color:#fff;
}
.infoblock p a{
    color:#fff;
}

.infoblock p span::before {
    content: "";
    background: url(../images/triangle.png) no-repeat;
    width: 6px;
    height: 8px;
    position: absolute;
    left: -14px;
    top: 7px;
}


.contact_info {
    float: right;
}

.contact_info p {
    margin: 0px 20px 0px 20px;
}

.contact_info p img {
    margin: 0px 0px -3px;
}


/*.secondblock{
	overflow:hidden;
	}
*/
.secondblock h2 {
    max-width: 770px;
    margin-bottom: 0;
}


/*--visa_consults start--*/

.videoply-cover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    overflow: hidden;
}

.videoplayBtn {
    position: absolute;
    text-align: center;
	z-index:1;
}


.videoply-cover .fa {
    font-size: 80px !important;
    color: rgb(255 255 255 / 85%) !important;
    cursor: pointer !important;
}

.videoply-cover:hover .fa {
    color: rgb(255 124 1 / 55%);
}

.videoradvison .close {
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9999;
    color: #000;
    top: -10px;
    right: -11px;
    border-radius: 100px;
    opacity: 1;
}


.visa_consults h2 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-size: 24px;
}


.owl-carousel-visaconults {
    margin-top: 80px; 
	/*overflow:hidden;*/
}


.owl-carousel-visaconults .owl-item, .travelboxcarousel .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-carousel-visaconults .owl-item.active, .travelboxcarousel .owl-item.active {
    opacity: 1;
}

.owl-carousel-visaconults .owl-stage-outer{
	overflow:visible !important;
}

.pro_details {
    text-align: left;
    border: 1px solid transparent;
    min-height: auto;
    margin: 0;
    padding: 50px;
    background: #fff;
    border: 10px solid #f7f7f7;
    margin-top: 0;
}
.pro_details .vc_column-inner {
    padding: 0;
}


.testimonials-alt__image-wrapper {
    text-align: right;
}

.pro_details:hover {
    background:#e3f1f4;
    transition: background 0.5s;
    color: #000;
    box-shadow:0px 1px 13px 0px #e3f1f4;
}

.pro_details img {
    padding: 11px;
    background: #c4eaf6;
    border-radius: 50%;
    line-height: 150px;
    max-width: 100%;
    text-align: left;
    display: block;
    max-width: 85px !important;
}

.pro_details:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
}
.pro_details h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 500;
    font-style: normal;
	margin-bottom:25px;
	font-family: 'Poppins', sans-serif !important;
	line-height:30px;
}

.pro_details p {
    font-size: 18px;
    text-align: left;
}

.visa_consults {
    padding-top: 0 !important;
    padding-bottom: 85px;
	overflow:hidden;
}

.owl-carousel-visaconults .owl-prev, .owl-carousel-visaconults .owl-next, .owl-carousel-blog .owl-next, .owl-carousel-blog .owl-prev, .owl-carousel-testimonial .owl-prev, .owl-carousel-testimonial .owl-next {
    border: 0;
    width: 70px;
    height: 70px;
    border-radius: 100px !important;
    line-height: 76px !important;
    opacity: 1 !important;
    background: #fff !important;
    /*box-shadow: 0 1px 4px #00000021;*/
    transition: 0.3s;
}

.owl-carousel-visaconults .owl-prev:hover, .owl-carousel-visaconults .owl-next:hover, .owl-carousel-blog .owl-next:hover, .owl-carousel-blog .owl-prev:hover, .owl-carousel-testimonial .owl-prev:hover, .owl-carousel-testimonial .owl-next:hover {
    box-shadow: 0 1px 4px #00000021;
    transition: 0.3s;

}

.owl-carousel-visaconults .owl-prev:hover span, .owl-carousel-visaconults .owl-next:hover span, .owl-carousel-blog .owl-next:hover span, .owl-carousel-blog .owl-prev:hover span, .owl-carousel-testimonial .owl-prev:hover span, .owl-carousel-testimonial .owl-next:hover span {
	transform:translateX(-6px);
	transition: 0.3s;
}



.owl-carousel-visaconults .owl-prev span, .owl-carousel-visaconults .owl-next span, .owl-carousel-blog .owl-next span, .owl-carousel-blog .owl-prev span, .owl-carousel-testimonial .owl-prev span, .owl-carousel-testimonial .owl-next span  {
    font-size: 50px;
    color: #ff7c01;
    transition: 0.3s;
    font-weight: 500;
  }

button:focus{
	outline:0;
}
/*--visa_consults end--*/


/*--our_process start--*/



.our_process {
    position: relative;
    padding-top: 0;
    display: flex;
    align-items: center;
    min-height: 980px;
    padding-bottom: 0;
}


.our_process .left_block {
    width: 50%;
    background: #2b49ad;
    float: left;
    padding: 20px;
    min-height: 980px;
    display: inline-block;
}


.our_process .right_block {
    width: 50%;
    float: left;
    background: url(../images/processimg-new.webp) no-repeat center center;
    background-size: cover;
    padding: 20px;
    float: right;
    height: 980px;
    /* background-attachment: fixed; */
    position: absolute;
    right: 0;
	top:0;
}

.our_process .inner_content {
    position: absolute;
    /*top: 0;*/
    left: 0;
    /* right: 0; */
    /* transform: translate(50%, 50%); */
    width: 100%;
}


.our_process .inner_content h2{
    color:#fff;
    margin: 0px 0px 30px;
}

.our_process .inner_content p{
    color:#fff;
    font-size:24px;
    max-width: 490px;
    font-weight: 300;
}

.our_process::after {
    position: absolute;
    bottom: -280px;
    left: 0;
    content: "";
    background: url(../images/circle-img.png) no-repeat;
    width: 221px;
    height: 716px;
    z-index: -1;
}


.our_process .inner_content li:nth-child(1) {
    border-top-left-radius: 50px;
}

.our_process .inner_content li {
    background: #fff;
    display: inline-block;
    max-width: 290px;
    vertical-align: top;
    padding: 60px 50px 40px;
    margin: 15px;
    min-height: 357px;
    position: relative;
    width: 290px;
	transition: all 0.3s;
}

.our_process .inner_content li:hover {
    background: #e3f1f4;
    transform: translateY(-10px);
    transition: all 0.3s;
}

.our_process .inner_content li:hover span {
    background: #ffa500;
    color: #fff;
	transition: all 0.3s;
}

.our_process .inner_content li:nth-child(4) {
    border-bottom-right-radius:50px;
}

.our_process .inner_content li h4 {
    color: #151516;
    font-size: 24px;
    margin: 30px 0px 15px;
    font-weight: 500;
}

.our_process .inner_content li span {
    position: absolute;
    top: -20px;
    right: 30px;
    background: #c4eaf6;
    border-radius: 100px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    width: 57px;
    height: 57px;
    text-align: center;
    line-height: 60px;
}


.our_process .inner_content li p {
    color: #151516;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: none;
    line-height: 26px;
}


.our_process .inner_content li p a{
    color: #151516;
}

.our_process .inner_content ul {
    margin: 80px 0px 0px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}

/*--our_processs end--*/


/*--services start--*/

.services .modal-content {
    background: inherit;
}

.services h2 {
    max-width: 980px;
    margin-bottom: 55px;
}
.left_content{
	width:50%;
	float:left;
	margin: 80px 0px 0px;
}

.left_content p{
	font-size:20px;
	color: #1c1c1c;
	margin: 0px 0px 40px;
}

.left_videoblock{
	width:50%;
	margin: 80px 0px 0px;
}

.morebtn {
    font-size: 18px;
    color: #000;
    border-radius: 100px;
    border: solid 1px #000;
    padding: 12px 92px 13px 42px;
    position: relative;
    margin: 40px 0px 0px;
    display: inline-block;
	transition:0.3s;
}

.morebtn svg {
    position: absolute;
    top: 13px;
    right: 56px;
    transition: 0.3s;
}

.morebtn:hover svg {
    right: 50px;
    transition: 0.3s;
    fill: #fff;
}


/*.morebtn::after {
    content: "";
    position: absolute;
    right: 55px;
    background: url(../images/morebtn.png) no-repeat;
    width: 24px;
    height: 17px;
    top: 18px;
    transition: all 0.3s;
}
*/
/*--services end--*/


/*--customers start--*/

.customers {
    background: #fafafa;    
}

.customers h2 {
    text-align: center;
    margin-bottom: 0;
}

.counter_block h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 3px 0 3px 0;
}


.counter_block h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
}

.counter_block {
    text-align: right;
    margin: 0px 0px 0px 0px;
    display: flex;
    gap: 3rem;
	flex-wrap:wrap;
}


.counter_block li {
    display: flex;
    text-align: left;
    border-right: 1px solid rgb(255 255 255 / 19%);
    width: 100%;
    flex: 1;
	flex-wrap:wrap;
	justify-content:center;
}

/*--customers end--*/



/*--FAQS START--*/

.faqs{
	position:relative;
}

.faqs h2 {
    text-align: center;
}

.faqs .panel-group {
    margin: 80px auto 0px;
    display: block;
    max-width: 1140px;
}


.faqs a .panel-title {
    font-size: 24px;
}
.faqs .accordion_icon {
    float: right;
    font-size: 16px;
    font-weight: 200;
}

.faqs .panel-default>.panel-heading {
    background:transparent;
    border-color:transparent;
    padding:0;   
    border-radius: 0px;
}

.faqs .panel-default.panel-colorchange .panel-heading { 
border:0;
transition:all 0.3s;
}


.faqs .collapse.in {
    display: block;
    background: #e0f1f5;
}


.faqs a {
    font-size: 24px;
    color: #1b1b1b;
    font-weight: 600;
}

.faqs .panel-body {
    font-size: 18px;
	color: #1b1b1b;
}

.faqs .panel-group .panel-heading a {
    display: block;
    padding: 37px 40px;
    text-decoration: none;
    position: relative;
}

.faqs .panel.panel-default.panel-colorchange a {
    background: #e0f1f5;
	transition:all 0.3s;
}


.faqs .panel-group .panel-heading a:after {
  content: '-';
  float: right;
  color: #d6d6d6;
}

.faqs .panel-group .panel-heading a.collapsed:after {
  content: '+';
  color: #d6d6d6;
}

.faqs .panel-group .panel {
    border-radius: 0px;
    border: 0px;
    margin: 0px 0px 0;
    border-bottom: solid 1px #bac3c5;
	background:transparent;
	box-shadow:none;
}

.faqs .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
    background: #e0f1f5;
    padding: 0 37px 40px;
}


.faqs .panel-heading.active {
    background-color: #e0f1f5;
    border-color: #e0f1f5;
    border-radius: 0px;
}

.faqs .morebtn {
    color: #ff7c01;
    font-size:18px;
    margin: 50px auto 0;
    display: block;
    max-width: 380px;
    text-align: center;
}
.faqs .inner_block {
    position: relative;
    z-index: 1;
}

.faqs::after{
	background:url(../images/full-circle.png) no-repeat;
	content:"";
	bottom: -50px;
	right: 25px;
	width:423px;
	height:423px;
	position: absolute;
	opacity: 0.5;
}

/*--FAQS END--*/


/*--BLOG START--*/

.home .blog {
    background: #f0f0f0;
    text-align: center;
	overflow:hidden;
}


.home .blog h2 {
    text-align: center;
    margin-bottom: 75px;
}

.home .blog .card {
    /*box-shadow: 0 7px 30px -2px rgb(25 25 25 / 10%);*/
    transition: 0.3s;
    background: #fff;
}

.home .blog .card {
    margin: 0;
}
.home .blog .img-card {
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
}
.home .blog .img-card .post-thumbnail .wp-post-image{
	margin-top:0;	
}
.home .blog .img-card .post-thumbnail {
	margin: 0!important;
}
.img-card {
    width: 100%;
    /*height: 250px;*/
    display: block;
    overflow: hidden;
    position: relative;
}
.img-card img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .25s ease;
}
.blog .card-content {
    padding: 44px 44px;
    height: auto;
    text-align: left;
}

.card-title {
    margin-top: 0px;
    min-height: 103px;
}


.blog .card-title a {
    font-size: 24px;
    font-weight: 600;
    color: #1b1b1b;
    font-family: 'poppins', sans-serif;
    line-height: 34px;
    margin-bottom: 0;
}

.blog .morebtn {
    margin-top: 90px;
}

.blog p {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 400;
    font-family: 'poppins', sans-serif;
    margin-top: 20px;
}

.owl-carousel-blog .owl-nav .owl-prev, .owl-carousel-visaconults .owl-nav .owl-prev {
    left: -7% !important;
}

.owl-carousel-blog .owl-nav .owl-next, .owl-carousel-visaconults .owl-nav .owl-next{
	right:-7% !important;
}



/*--BLOG END--*/


/*-top immigiration css start-*/
.friendlyCountries li a, .friendlyCountries li span {
    padding: 0;
    border: 0;
    margin-right: 48px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    color: #000;
}

.friendlyCountries {
    margin: 87px 0 30px 0;
}

.friendlyCountries li a:hover {
    background: none;
    color: #000 !important;
    border-bottom: 3px solid #000 !important;
    font-weight: 500;
    padding-bottom: 0.5rem;
}


.friendlyCountries.nav-tabs>li.active>a, .friendlyCountries.nav-tabs>li.active>a:focus, .friendlyCountries.nav-tabs>li.active>a:hover {
    color: #000!important;
    background-color: inherit !important;
    border-color: inherit !important;
    border-bottom: 3px solid #000 !important;
	font-weight: 500;
	padding-bottom:0.5rem;
}

.tabone-immigiration {
    background: #ffffff;
    display: flex;
    width: 100%;
    padding: 52px 0 52px 45px;
    position: relative;
    border-bottom: 1px solid #676767;
    transition: background-color 1.2s ease;
    transition: all 0.9s cubic-bezier(0.08, 0.94, 0.39, 0.97);
    overflow: hidden;
    align-items: center;
}



.tabone-immigiration:hover{
    padding: 65px 0 80px 45px;
	transition: all 0.9s cubic-bezier(0.08, 0.94, 0.39, 0.97);
}

.tabone-immigiration:hover span {
    display: none;
}


.tabone-immigiration:hover p {
    max-height: 75px;
    overflow: visible;
    transition: all 0.9s cubic-bezier(0.08, 0.94, 0.39, 0.97);
	margin: 26px 0 0 0;
}


.tabone-immigiration:hover .tabs-visa-block {
	max-height: fit-content; /*140px*/
    overflow: visible;
	transition: all 0.9s cubic-bezier(0.08, 0.94, 0.39, 0.97);
}

.tabone-immigiration.bluebg:hover {
    background: #c4eaf6;
	transition: all 0.9s cubic-bezier(0.08, 0.94, 0.39, 0.97);
}

.tabone-immigiration.greenbg:hover {
    background: #aaffa8;
}


.tabs-visa-block li {
    background: url(../images/tickmark-icons.png) no-repeat center left;
    list-style: none;
    padding-left: 32px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
}

.tab-img {
    position: absolute;
    right: -35rem;
    bottom: -45px;
    visibility: hidden;
}

.tabone-immigiration h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0 0 0;
}


.tabone-immigiration:hover .tab-img {
    right: 1rem;
    transition: all 0.9s cubic-bezier(0.08, 0.94, 0.39, 0.97);
    transform: rotate(360deg);
	visibility:visible;
}

.tabone-immigiration p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    max-height: 0;
    overflow: hidden;
    margin: 0 0 0 0;
	transition: all 0.9s cubic-bezier(0.08, 0.94, 0.39, 0.97);
}

.tabs-visa-block {
    max-height: 0;
    overflow: hidden;
    margin: 0;
	transition: all 0.9s cubic-bezier(0.08, 0.94, 0.39, 0.97);
	/*margin-bottom: 52px;*/
}


/*.tab-main-block {
    margin-left: 8vw;
	width:100%;
}*/

.tabone-immigiration span {
    z-index: 99;
    position: absolute;
    right: 6em;
}

.morebtn:hover::after {
    transform:translateX(6px);
	transition:all 0.3s;
}

.secondblock .tab-main-block{
    margin-right: calc((-100vw + 1570px) / 2); /*old - calc((-100vw + 1120px) / 2)*/
}



/*-top immigiration css end-*/

/*-our accrediation css start-*/

.ourAccrediation{
	background:#fff;
	padding:70px 0 10px 0;
}

/*-our accrediation css start-*/

/*-footer css start-*/
.footer-section {
    position: relative;
    padding-bottom: 0;
}

.footerCenterLogo {
    margin-bottom: 80px;
    position: relative;
}
.footerCenterLogo img {
    margin: 0 auto;
    position: relative;
    padding: 0 125px;
    background: #fff;
}

.footer-widget-heading h3, .footer-section .footer-widget h3 {
    font-size: 16px;
    color: rgb(27 27 27 / 70%);
    font-weight: 500;
    font-family: 'poppins', sans-serif;
    margin-top: 0;
    text-transform: uppercase;
}


.footer-widget ul li {
    margin-bottom: 14px;
}

.footer-widget ul li a {
    font-size: 16px!important;
    color: rgb(27 27 27 / 70%)!important;
    font-weight: 400!important;
    font-family: 'poppins', sans-serif;
}

.footer-widget ul li a:hover {
    color: #ff7c01!important;
    transform: translateY(-10px)!important;
}

.footerText-byvocso {
    text-align: left;
    margin: 11px 0;
}

.copyright-text p, .footerText-byvocso p {
    font-size: 16px;
    color: rgb(27 27 27 / 60%);
    font-family: 'poppins', sans-serif;
	margin-bottom:0;
}

.copyright-area {
    border-top: 1px solid #d6d6d6;
    padding: 37px 0;
}

.footerAddress {
    margin-bottom: 30px!important;
}

.footer-content {
    padding-bottom: 80px;
}


.footerText-byvocso p .fa {
    color: #ff0026;
}

.footer-social a {    
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
    margin: 0 27px 0 0;
}

.footer-social a:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.footer-text p {
    font-size: 16px;
    color: rgb(27 27 27 / 70%);
    font-weight: 400;
}

.footer-social h3 {
    color: rgb(27 27 27 / 60%);
    margin-bottom: 20px;
}
.footer-content ul{
	padding:0;	
}

/*-footer css end-*/


/*-header css start-*/

.navbarcustomize {
    background: none;
    margin-bottom: 0 !important;
    border: 0;
    border-radius: 0px;
    transition: 1.0s;
    background: transparent;
    padding:6px 0 !important;
}

.ham {
    margin-left: 10px;
}

.head-signup {
    width: 100%;
    text-align: right;
    display: block;
    padding: 18px 0 20px 0;
}

.navbarcustomize.navbar-default ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 10px 0;
    letter-spacing: 1px;
	text-decoration:none !important;
}

.navbarcustomize.navbar-default ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.navbarcustomize.navbar-default ul li a:hover {
    color: #ff7c01;
    transition: all 0.3s;
	text-decoration:none;
}

.sidebarIconToggle:hover {
    background: #ff7c01;
    border: 1px solid  transparent;
}

.navbarcustomize .head-signup li a {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: rgb(255 255 255 / 60%) !important;
}

.customnavbar-right {
    float: right;
    padding: 17px 0;
    display: flex;
    align-items: center;
}


.customnavbar-center {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.slidelogo {
    max-width: 70%;
}

header.sticky {
    background: #fff;
    z-index: 999;
    padding: 0 0 0 0;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    backface-visibility: hidden;
    box-shadow: 0 1px 8px 0 rgb(2 3 3 / 30%);
	position:fixed;
}

header {
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 60%), rgb(0 0 0 / 0%));
}


/*li.freevisa-btn a:after {
    content: "";
    position: absolute;
    right: -35px;
    background: url(../images/white-arrow.png) no-repeat;
    width: 24px;
    height: 17px;
    top: 13px;
    transition: all 0.3s ease;
}

li.freevisa-btn a:hover::after {
    transform: translateX(6px);
    transition: all 0.3s ease;
}
*/

li.freevisa-btn {
    position: relative;
    margin-left: 6px !important;
}

.customnavbar-center li {
    display: inline-block;
    /* padding: 6px 30px 6px 0; */
    margin: 6px 21px 6px 0;
}

.headericons-block {
    margin-left: 0;
    display: flex;
    float: left;
    align-items: center;
}
.headericons-block li {
    display: inline-block;
    float: left;
    padding: 0 10px;
}

.ham input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

#sidebarMenu.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    /* z-index: 99; */
    height: 100%;
    width: 24px;
    margin-right: 0;
    margin-bottom: 0;
    left: 0;
    transition: left 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    text-align: center;
    padding: 15px 11px;
}


.menu-hamburger {
    /*border: 1px solid #fff;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    text-align: center;
    padding: 14px 0;
*/
display:flex;
}

/*.menu-hamburger:hover {
    background: #ff7c01;
    cursor: pointer;
}
*/


.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: right;
    margin-top: 5px;
    width: 15px;
}

#sidebarMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #FFF;
    overflow: auto;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    z-index: 3;
    box-shadow: 0 1px 8px 0 rgb(2 3 3 / 30%);
}
.sidebarMenuInner {
    margin: 0;
    padding: 0 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    position: relative;
    background: #fff;
}

.closebtnmenu {
    right: 14px;
    position: absolute;
    top: 28px;
    bottom: inherit;
    left: inherit;
    font-size: 26px;
    height: auto;
    background: transparent !important;
}

.slidemenu-logo {
    margin: 18px;
    display: inline-block;
}
.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid rgb(10 10 10 / 10%);
}
#sidebarMenu .sidebarMenuInner li a {
    width: 100%;
    color: #0d123a;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    padding: 14px 25px !important;
    display: inline-block;
    font-size: 15px;
}
.sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.50); */
}

/*-header css end-*/


/*-testimonial block start-*/
.owl-carousel-testimonial .owl-stage-outer {
    margin-right: calc((-100vw + 1120px) / 2);
	margin-left: 10vw;
}

.testimonial {
    position: relative;
    background: #fafafa;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow:hidden;
}


.testimonials-alt__images img{
	width:100%;
}

.testimonials-alt__images {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}


.testimonials-alt__item-content {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #151516;
    margin-bottom: 100px;
}


.testimonials-alt__item__author-photo {
    margin-right: 18px;
}
.testimonials-alt__item__author-name {
    margin-bottom: 0;
    margin-right: -30px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
}


.testimonials-alt__item__author-name .name{
    display: block;
    font-weight:600;
    font-size: 20px;
}

.testimonials-alt__item__author-name .position {
    font-size: 20px;
    font-weight: 400;
    color: #151516;
}


.testimonials-alt__item__author-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.testimonials-alt__item__quote {
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.7px;
    line-height: 36px;
}
.testimonials-alt__item-content:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    background: url(../images/testimonial-quote-icon.png) no-repeat;
    background-size: contain;
    background-position: center center;
    right: -21px;
    top: -34px;
}

.testimonials-alt__item__inner {
    padding: 65px 65px 52px 65px;
    background-color: white;
	margin:16px;
	transition:all .3s ;
}

.testimonials-alt__item__inner:hover {
    box-shadow: 1px -1px 27px -2px rgba(0,0,0,0.11);
-webkit-box-shadow: 1px -1px 27px -2px rgba(0,0,0,0.11);
-moz-box-shadow: 1px -1px 27px -2px rgba(0,0,0,0.11);
transition:all .3s ;
}

/*.owl-carousel-testimonial .owl-next{
	display:none;
}
*/
/*-testimonial block end-*/



.banner_content_wrap h1 {
    margin: 0;
    font-size: 70px;
    max-width: 60%;
    color: #fff;
    font-weight: 600;
    line-height: 85px;
}

.girl-bg img {
    float: right;
}

@font-face{font-family:'jenna_sueregular';src:url(../fonts/jennasue-webfont.eot);src:url(../fonts/jennasue-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/jennasue-webfont.woff) format("woff"),url(../fonts/jennasue-webfont.ttf) format("truetype"),url(../fonts/jennasue-webfont.svg#jenna_sueregular) format("svg");font-weight:400;font-style:normal}


@font-face{font-family:'Have Heart One';src:url(../fonts/HaveHeartOne.eot);src:url(../fonts/HaveHeartOne.eot?#iefix) format("embedded-opentype"),url(../fonts/HaveHeartOne.woff2) format("woff2"),url(../fonts/HaveHeartOne.woff) format("woff"),url(../fonts/HaveHeartOne.svg#HaveHeartOne) format("svg");font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-00FE}


.jennaFnt {
    font-family: 'jenna_sueregular',arial,sans-serif;
    font-size: 70px;
    text-transform: none;
    font-weight: 500;
}

.redTxtClr {
    color: #ff7c01;
}

.haveheart {
    font-size: 82px;
    font-family: 'Have Heart One';
    color: #5acbcc;
    font-weight: 300;
}

.services p {
    font-size: 20px;
    padding-right: 30px;
}


.owl-carousel-testimonial .owl-prev, .owl-carousel-testimonial .owl-next {
    background: rgb(255 255 255 / 66%) !important;
}

.owl-carousel-testimonial .owl-prev{
	left:2% !important;
}

.owl-carousel-testimonial .owl-next{
	right:0% !important;
}

.owl-carousel-blog .owl-stage-outer {
    overflow: visible !important;
}

.owl-carousel-blog .owl-item, .travelboxcarousel .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-carousel-blog .owl-item.active, .travelboxcarousel .owl-item.active {
    opacity: 1;
}

.blog .card:hover {
    box-shadow: 0 0 45px rgb(0 0 0 / 7%);
}

.blog .card:hover .card-content a {
    color: #ff7c01;
}

.morebtn:hover{
	background: #06a4d4;
    color: #fff;
    border: 1px solid #06a4d4;
	transition:0.3s;
}

.morebtn:hover:after{
	background: url(../images/white-arrow.png) no-repeat;	
}


.cometoradvision .colorbtn-one:hover {
    background: #06a4d4;
    color: #fff;
}

.cometoradvision .colorbtn-one:hover:after {
    background: url(../images/white-arrow.png) no-repeat;
}

.colorbtn-one:after {
    right: 40px;
	transition: all 0.3s;
}

.colorbtn-one:hover:after {
    transform: translateX(6px);
    transition: all 0.3s;
}

.accrediation__logo__slider_banner {
    margin-top: 20px;
}

.friendlyCountries li a:focus{
	background:transparent;
	color:inherit !important;
}



/*.infoblock:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #00a4d6;
    top: 0;
    z-index: -1;
    right: calc(-100vw + 100%);
}*/

.secondblock {
    overflow: hidden;
}

iframe{
	width:100%;
}

li.freevisa-btn a svg {
    top: 8px;
    position: relative;
	transition: all 0.3s linear;
}

li.freevisa-btn a:hover svg {
    transform: translateX(5px);
    transition: all 0.3s linear;
}

.contact_info p svg {
    position: relative;
    top: 2px;
    left: -7px;
}

.cometoradvision-contentbox .morebtn svg {
    right: 36px;
}
.cometoradvision-contentbox .morebtn:hover svg {
    right: 30px;
}


/*----------FOR IE CSS--------------*/
@media all and (-ms-high-contrast:none)
     {
     .videoply-cover{
		 display:inline;
	 }
	 
     }
	 
.friendlyCountries li:first-child a{pointer-events:none;}	 

.primary-navigation > div > .menu-wrapper li {
    display: flex;
    justify-content: center;
    align-items: center;
	    margin: 0 18px;
}

.primary-navigation > div > .menu-wrapper li button {
    width: auto !important;
    margin-left:2px !important;
	height: auto !important;
}

.testimonials-alt__item-content p {
    font-size: 20px;
}

.footer-text p a {
    color: rgb(27 27 27 / 70%);
}

.freevisa-btn {
    position: relative;
    margin-left: 23px !important;
}

.freevisa-btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff7c01;
    padding: 10px 24px 7px;
    border-radius: 100px;
    font-size: 16px;
}

.freevisa-btn a:hover{
	color:#fff;
    background: #06a4d4;	
}


.freevisa-btn a svg {
    left: 8px;
    position: relative;
    transition: all 0.3s linear;
	filter:brightness(0) saturate(100%) invert(1) sepia(100%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.freevisa-btn a:hover svg {
    transform: translateX(5px);
    transition: all 0.3s linear;
	filter:brightness(0) saturate(100%) invert(1) sepia(100%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.videoply-cover img {
    border-radius: 1rem;
}

.videoply-cover:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: rgb(0 0 0 / 16%);
}

.flexslider .slides > li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    top: 0;
    z-index: 2;
    left: 0;
}
.bannerlogos-accrediation {
    margin-top: 6rem;
}
.flexslider .slides{
	position:relative;
}


  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {   
    transform: translate(0, 27px);
  }


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  border-top: 1px solid #202020;
  transition: opacity 100ms ease-in, transform 100ms ease-in, visibility 150ms ease-in !important;
}

.sticky #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	line-height:70px;
    height:70px;
	transition:all linear 0.4s;
}

.sticky .customnavbar-right {
    padding: 0 0;
 
}

.sticky .navbar-header .navbar-brand {
    width: 85%;
}
.visaServices-tab ul li a {
    font-size: 20px;
    font-weight: 600;
    padding-left: 0 !important;
    color: #000 !important;
    background: transparent !important;
    border: 0 !important;
}

.visaServices-tab ul li a:hover {
	color:#000;
	background:inherit !important;
}

.visaServices-tab li.vc_tta-tab.vc_active {
    border-bottom: 4px solid #f07530;
    
}

.visaServices-tab li.vc_tta-tab {
    margin: 0 20px 0 0 !important;
}

.visaServices-tab li.vc_tta-tab.vc_active a {
 color:#f07530 !important;
 
}

.visaServices-tab .vc_tta-panel-body {
    padding-left: 0 !important;
    padding-top: 50px !important;
    padding-bottom:0px !important;
}


.visaServices-tab ul.vc_tta-tabs-list{
	border-bottom:1px solid #d1d1d1;
	margin: 0 !important;
}

.visaServices-tab {
    margin-top:0;
}

.needskills {
    padding-top: 100px !important;
}

.needskills h2 {
    color: #fff;
    margin-bottom: 80px;
}

.needskill-tab-content .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 28px 30px;
	color:#fff !important;
}

.needskill-tab-content .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 22px;
}

.needskill-tab-content .vc_tta-panel-heading {
    border-color: inherit !important;
    background-color: transparent !important;
    background-image: inherit !important;
    border: 0 !important;
}

.needskill-tab-content .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 1px solid #0027a7 !important;
}


.needskill-tab-content .vc_tta.vc_general .vc_tta-panel.vc_active {
    background: #fff;
}

.needskill-tab-content .vc_tta.vc_general .vc_tta-panel.vc_active a{
color:#000 !important;	
}


.needskill-tab-content .vc_tta.vc_general .vc_tta-panel-title>a i::before, .needskill-tab-content .vc_tta.vc_general .vc_tta-panel-title>a i::after {
     border-color: #fff !important;
}

.needskill-tab-content .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body { 
    padding: 26px 30px;
}


.desitnaitonyourStudy {
    padding: 35px 0;
}

.desitnaitonyourStudy h3 {
    margin: 0 !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.visaServices-tab .vc_tta.vc_general .vc_tta-panels{
    background: #fff !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.desitnaitonyourStudy ol li, .desitnaitonyourStudy ul li {
    /* background: url(https://www.vocso.com/images/xreputation-about-icon.png.pagespeed.ic.cXtZiYIsda.webp) left center no-repeat; */
    display: block;
    width: auto;
    text-align: left;   
    color: #707d8b;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 29px!important;
    background-position-y: 8px;
}

.requireIndiancitizens ol li, .requireIndiancitizens ul li {
    margin-bottom: 8px;
    background: url(https://www.vocso.com/images/xreputation-about-icon.png.pagespeed.ic.cXtZiYIsda.webp) left center no-repeat;
    display: block;
    width: auto;
    text-align: left;
    color: #707d8b;
    font-weight: 500;
    padding-left: 30px;
    background-position-y: 8px;
    line-height: 29px;
}


.requireIndiancitizens h3 {
    margin: 0 0 35px 0;
}

.requireIndiancitizens {
    padding: 60px 15px;
}


.faq-inner .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 38px 80px 38px 40px;
    color: #000 !important;
}


.faq-inner .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 24px;
    line-height: 35px;
}

.faq-inner .vc_tta.vc_general .vc_tta-panel.vc_active {
    background: #e0f1f5;
}

.faq-inner .vc_tta-panel-heading {
    border-color: inherit !important;
    background-color: transparent !important;
    background-image: inherit !important;
    border: 0 !important;
}

.faq-inner .vc_tta-panel-body {
    background: transparent !important;
    padding: 0px 40px 40px 40px !important;
}

.faq-inner .vc_tta.vc_general .vc_tta-panel { 
    border-bottom: solid 1px #bac3c5;
}

.faq-inner .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {    
    right: 43px;
}


.visarequirementCitizen {
    padding-top: 0;
	padding-bottom:0;
}



.consultancyforIndia h2 {
    margin-bottom: 45px;
    font-size: 40px !important;
    line-height: 50px;
    margin-top: 30px;
}

.areyoulooking-main {
    padding-top: 100px !important;
	position:relative;
}

.bigcircle{
	position:relative;
}

.bigcircle:before {
    position: absolute;
    bottom: -280px;
    left: 0;
    content: "";
    background: url(../images/circle-img.png) no-repeat;
    width: 221px;
    height: 716px;
    
}

.smallroundcircle{
	position:relative;
 
}
.smallroundcircle::after {
    background: url(../images/full-circle.png) no-repeat;
    content: "";
    bottom: -50px;
    right: 25px;
    width: 423px;
    height: 423px;
    position: absolute;
    opacity: 0.5;
    
}

.padding-right {
    padding-right: 50px;
}

.padding-left {
    padding-left: 50px;
}

.exploreVisaOptions h2 {
    margin-top: 0;
    margin-bottom: 15px;
}
.exploreVisaOptions .pro_details .vc_column-inner{
	padding: 40px;
    transition: background 0.5s;
    min-height: auto;
}
.exploreVisaOptions .pro_details .vc_column-inner:hover {
    background: #fff !important;
    transition: background 0.5s;
    color: #000;
    box-shadow: 0 0 45px rgb(0 0 0 / 10%);
}

.exploreVisaOptions .pro_details:hover{
	background:none;
	box-shadow:none;
}
.exploreVisaOptions .pro_details .vc_column-inner p {
    padding: 0;
}

.readmore-allvisa-button {
    margin-bottom: 0;
    text-align: left;
}


.readmore-allvisa-button a {
    margin-top: 0;
    color: #000000;
    border: solid 1px #000000;
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 12px 26px 13px 26px;
}

.readmore-allvisa-button a svg {
    fill: #000000;
    top: 0;
    right: inherit !important;
    margin-left: 1rem;
	position:relative;
}

.processforImmigration-block h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.processforImmigration-right {
    padding-left: 100px;
}

.processforImmigration-right p strong {
    position: absolute;
    left: -57px;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #ff7c01;
}


.processforImmigration-right p {
    position: relative;
    padding: 0;
}

.processforImmigration-right p strong::after {
    position: absolute;
    height: 100%;
    content: "";
    border-left: 2px dashed #ababab;
    left: 14px;
    right: 0;
    margin: 0 auto;
    top: 40px;
    text-align: center;
}


.eligibility-requirements-left {
    padding-right: 110px;
}

.eligibility-requirements-main h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.toprated-main h2 { 
    max-width: 55%;
    margin: 0 auto 20px;
}

.visa-assessment-toprated {
    text-align: center;
}
.visa-assessment-toprated .assessment-btn {
    margin-bottom: 60px !important;
}

.toprated-counterbox h2 {
    max-width: 100%;
    font-size: 60px !important;
    font-weight: 700;
}

.toprated-counterbox .wpb_single_image {
    margin-bottom: 20px;
}

.toprated-counterbox .wpb_wrapper p {
    padding: 0;
    max-width: 80%;
    line-height: 23px;
}

.toprated-counterbox .wpb_text_column {
    margin: 0;
    padding: 0 !important;
}
.toprated-counterbox figure img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(1deg) brightness(101%) contrast(102%);
}

.toprated-counterbox {
    padding: 0 !important;
}

.whymigrateto-box {
    background: #ffffff;
    padding: 15px;
}

.whymigrateto-box .vc_column-inner {
    background: #fafafa;
}

.whymigrateto-box .vc_column-inner:hover{
    box-shadow: 0 0 45px rgb(0 0 0 / 10%);
}

.whymigrateto-box .vc_column-inner {
    padding: 0;
}



.whymigrateto-box .wpb_text_column{
    padding: 0px 30px 30px 30px;
    margin: 0;
}

.faq-accordion-block {    
    max-width: 1140px;
    margin: 50px auto 0;
}

.faq-inner h2 {
    max-width: 70%;
    margin: 0 auto;
}

.pathway_block{
	padding-top:0px!Important;
}

.pathway_block .pro_details {
    text-align: center;
    padding: 40px 40px 40px 40px!important;
    border: 1px solid transparent;
    min-height: auto;
    background: #fafafa;
    width: 31.333333%;
    margin: 0px 15px 0px;
}

.pathway_block .pro_details img {
max-width: 90px!Important;}

.pathway_block a.morebtn {
    float: left;
    border-color: #000;
    color: #000;
}

.pathway_block a.morebtn svg {
    fill: #000;
}

.pathway_block a.morebtn:hover {
    border-color: #06a4d4;
    color: #fff;
}

.pathway_block a.morebtn:hover svg {
    fill: #fff;
}



.inner-banner {
    position: relative;
}

/* .inner-banner::before {
    background: rgb(255 131 10 / 87%);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
} */

.faq-inner {
    padding-bottom: 0px;
}


/**********************************************
 **********************************************/


.icon-content-box.pathway_block.pro_details {
    width: inherit;
    margin: 15px;
    text-align: left;
    height: inherit;
    min-height: auto !important;
}
.icon-btn {
    display: inline-block;
}
.icon-btn a img {
    background: inherit;
    padding: 0;
    transition: 0.5s;
    position: absolute;
    right: 40px;
    margin: 0;
    transition: 1s;
    top: 0;
    bottom: 0;
    margin: auto;
}
.icon-content-box.pathway_block.pro_details h3 a{
	display:inline-block;
    margin-top: 20px;
    margin-bottom: 10px !important;
    text-align: left;
    font-family: PT Sans;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
	color:#000;
}

.icon-content-box.pathway_block.pro_details h3 a:hover,
.pro_details  h3 a:hover{
	color:#ff7c01;
}
 .icon-btn a:hover img {
    transform: none;
    -webkit-transform: none;
    transition: transform 0.8s;
	     right: 30px;
    filter: invert(1);
	background: transparent;
	 
}

.white .sa_owl_theme .owl-nav .owl-prev {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/11/icons8-chevron-left-48.png) !important;
 left: -66px;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    box-shadow:0 0 10px #00000005;
    padding: 25px !important;
    background-position: center !important;
    border-radius: 50px;
}
.white .sa_owl_theme .owl-nav .owl-next {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/11/icons8-chevron-right-48.png) !important;
    right: -66px;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    box-shadow: 0 0 10px #00000005;
    padding: 25px !important;
    background-position: center !important;
    border-radius: 50px;
}
.autohide-arrows .owl-nav {
    display: block !important;
}
.smallroundcircle::after {
	background: inherit;
    content: "";
    position: absolute;
    opacity: 0.5;
    width: 650px !important;
    height: 650px !important;
    background-color: #1e588b47;
    border-radius: 50%;
    z-index: 9;
    bottom: -44%;
    right: -440px;
}
.whymigrateto-box .vc_column-inner {
	transition: 0.5s;
}
.whymigrateto-box .vc_column-inner:hover {
    box-shadow: 0 0 10px #ddd !important;
    background: #fff;
}
html, body {
    overflow-x: hidden;
}
.exploreVisaOptions .pro_details .vc_column-inner {
    padding: 30px;
}
.pro_details:hover .icon-btn img{
	transition:0.5s;
	transform:none !Important;
}
.pro_details:hover {
    background: #FFF;
}
.desitnaitonyourStudy ol li, .desitnaitonyourStudy ul li {
    font-weight: 400;
}

.whymigrateto-box h3 {
    padding: 0px 30px;
    margin: 0 0px 10px 0px;
	font-weight: 500 !important;
	font-family: 'Poppins', sans-serif !important;
}


.icon-content-box .morebtn {
    padding: 12px 42px 13px 42px;
}
.whymigrateto-box a:hover {
    color: #ff7c01;
}
/* .desitnaitonyourStudy ol li:after, .desitnaitonyourStudy ul li:after {
    content: "\f05d";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    font-weight: 400;
    color: #252121cf;
    left: 0;
    top: 5px;
} */
.desitnaitonyourStudy ol li, .desitnaitonyourStudy ul li {
    position: relative;
}
/* @media (max-width:1440px){
	.morebtn {
    font-size: 18px;
    color: #ff7c01;
    border-radius: 100px;
    border: solid 1px #ff7c01;
    padding: 0;
    position: relative;
    margin: 40px 0px 0px;
    transition: 0.3s;
    width: 200px;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}
} */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: inherit;
    height: auto;
}
header {
    background: #fff;
}
.inner-banner h1 {
    padding-top: 60px;
}
.pro_details figure {
    border-radius: 50%;
    overflow: hidden;
    background: #c4eaf6;
    display: inline-block;
    margin: 0;
}
.wpb_wrapper > ul > li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/11/New-Project-1.png) left center no-repeat;
    left: 0;
    top: 3px;
}
.wpb_wrapper > ul > li {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
	color:#28303d;
}
.wpb_wrapper ul ul {
    padding-left: 40px;
}
.desitnaitonyourStudy ol li:before, .desitnaitonyourStudy ul li:before {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/11/New-Project-1.png) left center no-repeat;
    content: "";
    position: absolute;
    top: 6px;
    width: 20px;
    height: 20px;
    left: 0;
}
.usaBannerBg {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/12/banner-usa.jpg);
}
.canadaBannerBg {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/12/banner-canada.jpg);
}
.dubaiBannerBg {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/12/dubai-banner.jpg);
}
.germanyBannerBg {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/12/banner-germany.jpg);
}
.hongkongBannerBg {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/12/hongkong-banner.png);
}
.malaysiaBannerBG {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/12/banner-malaysia.jpg);
}
.singaporeBannerBg {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/12/singapore-banner.png);
}
.ukBannerBg {
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/12/banner-uk.jpg);
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 20px !important;
    width: inherit !important;
    display: inline-block !important;
}
.menu-widget h4 {
    margin: 0 0 0 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.menu-widget .mega-menu-item-type-widget {
    margin-right: 30px !important;
    border-right: 1px solid #202020 !important;
}
.menu-widget p {
    font-size: 15px;
    margin: 1rem 0;
}
a.morebtn svg {
    fill: #000;
}
.pro_details_grey_section .vc_column-inner {
    background: #fff;
}
.pt-40{
  padding-top:40px;
}
.pb-100{
  padding-bottom:100px;
}
.link-inline li{
  position:relative;
}
.link-inline li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(http://vocsohosting.com/radvision/wp-content/uploads/2022/11/New-Project-1.png) left center no-repeat;
    left: -25px;
    top: 4px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(87%) saturate(1792%) hue-rotate(214deg) brightness(95%) contrast(89%);
}
.link-inline li a {
    color: #2a49ad;
    margin-bottom: 20px !important;
    display: inline-block !important;
}
.link-inline {
    padding: 0 20px;
}
.link-inline li:hover:before {
    filter: brightness(0) saturate(100%) invert(50%) sepia(99%) saturate(2112%) hue-rotate(360deg) brightness(102%) contrast(104%);
}
.link-inline li:hover a {
    color: #ff7c01;
}
.inner-banner{
position:relative;
}
.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.pl-50{
  padding-left:50px !important;
}
.pr-60{
  padding-right:60px !important;
}
.common-text-black-left, .common-text-white {
    margin-bottom: 40px !important;
}
.blue-half-bg:before {
    position: absolute;
    width: 50%;
    content: '';
    height: 100%;
    background: #3540a9;
    right: 0;
    top: 0;
    z-index:0;
}
.blue-half-bg {
  position:relative;
}
.business-top-right li:before {
    filter: invert(1);
}
.business-top-right li {
    color: #fff !important;
}
/*.pro_details p {
    -webkit-line-clamp: 6;
    text-overflow: inherit;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}*/
.sub-heading h3 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #1c1c1c;
}
.ptb-40{
padding:40px !important;
}
.mega-sub-menu ul li a:hover {
    color: #ff7c00 !important;
}
.navbar-brand>img {
    display: block;
    max-width: unset;
    height: auto;
    width: 320px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
    right: 0;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-menu-theme ul.wpmm-mega-wrapper > li:hover {
    background: transparent;
}
ul.wp-mega-sub-menu a span {
    font-weight: 400 !important;
    margin: 0 !important;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
} 
ul.wp-mega-sub-menu a {
    margin: 0 !important;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs.wpmm-default-tab-design ul.wpmm-tab-groups > li > a > span {
    border: none;
}
span.wpmm-mega-menu-href-title {
    background: transparent !important;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs.wpmm-default-tab-design ul.wpmm-tab-groups > li:last-child > a > span {
    border-bottom: none;
}
.wpmm-tabs-section a:before {
    display: none;
}
.wpmm-tabs-section a {
    padding: 0 !important;
}
.wpmm-tabs-section a:hover {
    background: transparent !important;
    border-bottom: 1px solid #ff7c00;
}
/*.wpmm-tabs-section a:hover span {
    font-weight: 600 !important;
}*/
.wpmm-tab-groups-panel li {
    width: 100%;
}
.wpmm-tab-groups-panel li {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-menu-theme .wpmm-sub-menu-wrap ul li, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-menu-theme ul.wp-mega-sub-menu li a {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}
.wpmm-tabs-section a span:before {
    display: none;
}
ul.wp-mega-sub-menu.wpmm-tab-groups-panel {
    padding: 10px 50px !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    top: 92px;
    border-top: 1px solid #ffffff26 !important;
	height:100vh;
}
.customnavbar-right {
    padding: 0;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-menu-theme ul.wpmm-mega-wrapper > li > a {
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.fadeInDown {
    -webkit-animation-name: none !important;
    animation-name: none !important;
}
.textwidget a {
    color: #ff7c00 !important;
    text-decoration: underline !important;
}
.primary-navigation,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper{
    position: unset !important;
}

.menu li a {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.has-seperator .wpmm-sub-menu-wrap{
	position:relative;
}
/*.has-seperator .wpmm-sub-menu-wrap:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background:#ffffff36;
    top: 0;
    left: 470px;
}*/
.wpmm-sub-menu-wrapper {
    max-width: 1360px;
    margin: auto;
}
.show_tab > a.wp-mega-menu-link > span {
    color: #ff7c00 !important;
}
.wp-mega-sub-menu > .wpmm-mega-menu-href-title {
	font-size:17px;
	color:blue;
}
.wp-mega-sub-menu > .wp-mega-sub-menu > .wpmm-mega-menu-href-title{
	font-size:15px;
	color:red;
}

/*.bannerlogos-accrediation .row {
    display: flex;
    align-items: center;
}
*/

body .our-brand-logos {
    padding: 25px 0 10px 0 !important;
}

.our-brand-logos .owl-stage {
    display: flex;
    align-items: center;
}



.owl-carousel-testimonial .owl-item.active.center .testimonials-alt__item__inner {
    background: #2b49ad;
    color: #fff;
}

.owl-carousel-testimonial .owl-item.active.center .testimonials-alt__item-content p,  .owl-carousel-testimonial .owl-item.active.center .testimonials-alt__item__author-name .position{
	color:#fff;
}

.wp-mega-sub-menu ul li.menuHeading a span{
	font-weight:500!important;
	color:#ff7c01!important;
	font-size:20px!important;	
}

.required-document-block .pro_details {
    background: #fff;
    /*min-height: 520px;*/
    border: 8px solid #f0f0f0;
}

.required-document-block .pro_details h3 {
    font-weight: 500;
    margin-bottom: 3rem;
	margin-top:0;
}

.joiningteam-btn button {
    background: #ff7c01 !important;
    padding: 14px 28px 13px 26px !important;
    border-radius: 100px;
    color: #fff;
    margin: 0px 0px 40px;
    display: inline-block;
    font-size: 18px !important;
    position: relative;
    font-weight: 500;
    transition: all 0.3s ease;
}

.joiningteam-btn button:hover{
    background: #06a4d4 !important;
	color:#fff !important;
}

.waywework-box-main{
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}
.bannerloading {min-height: 680px; background: url('../images/flexloader-loader.gif') no-repeat center center;}

.submitBtn input {
    color: #fff !important;
    transition: all 0.3s  linear 0s;
    border: none;
    align-items: center;
    background: #ff7c01 !important;
    padding: 10px 24px 7px;
    border-radius: 100px;
    font-size: 16px;
}


.submitBtn input:hover {
    text-decoration: none;
    color: #fff !important;
    background: #06a4d4 !important;
}
.contactForm .submitBtn {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border:none;
}

/*Testmonials page css start*/
.testimonial-banner{
    position: relative;
}
.testimonial-banner:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0, .7);
    z-index: 10;
}
.testimonial-banner .business-banner{
    z-index: 20;
}
.testimonialsGridBox .vc_gitem-animated-block {
    position: relative;
    background: transparent;
    box-shadow: 0 0px 30px rgba(0,0,0,.08);
    padding: 40px;
}
.testimonialsGridBox.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .testimonialsGridBox .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item{
    display: grid!important;
    gap: 50px 100px;    
}
.testimonialsGridBox .vc_gitem-zone-a .vc_gitem-row-position-middle, .testimonialsGridBox .vc_gitem-zone-b .vc_gitem-row-position-middle {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0,0%);
    -ms-transform: translate(0,0%);
    -o-transform: translate(0, 0%);
    transform: translate(0,0%);
}
.testimonialsGridBox .vc_gitem-zone {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
   overflow: inherit;
}
.testimonialsGridBox .vc-gitem-zone-height-mode-auto:before {
    display: none!important;
}
.testimonialsGridBox .vc_gitem-zone-a .vc_gitem-row-position-top, .testimonialsGridBox .vc_gitem-zone-b .vc_gitem-row-position-top {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}
.testimonialsGridBox p{
    font-size:16px;
}
.testimonialsGridBox .wpb_single_image img {
    border-radius: 50%;
}
/*Testmonials page css end*/

/*Jobs Career Css Start*/
.awsm-job-item h2.awsm-job-post-title{
    font-size: 26px!important;
}
.awsm-grid-item {
    padding: 15px!important;
}
.awsm-grid-item .awsm-job-item:hover {
    -webkit-box-shadow: 0 3px 15px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 15px -5px rgb(0 0 0 / 20%);
    background: #2949ac!important;
}
.awsm-job-item:hover h2, .awsm-job-item:hover .awsm-job-specification-item{
    color:#fff;
}
a.awsm-job-item .awsm-job-specification-item {
    margin: 5px 0;
}
.awsm-job-item:hover .awsm-job-more{
    color:#fff!important;
}
.awsm-job-container {
    max-width: 1500px!important;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
    width: 60%!important;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    width: 35%!important;
    margin-top: 100px!important;
}
.awsm-job-form-inner h2 {
    font-size: 26px!important;
}
.awsm-application-form input, .awsm-application-form textarea{
    border:1px solid #8b8b8b!important;
}
.awsm-job-form-group label {
    font-size: 16px;
}
.awsm-application-form input[type=submit]{
    padding:7px 20px;
    border:none!important;
    font-size: 18px;
    background: #2949ac!important;
}
.awsm-application-form input[type=submit]:hover{
    background: #ff7c01!important;
    color:#fff;
}
.awsm-job-form-inner {
    background: #f7f7f7!important;
    border: 1px solid transparent!important;
    padding: 35px;
    box-shadow: 0 0px 20px rgba(0,0,0,.2)!important;
}
/*Jobs Career Css End*/



.counter_block li:last-child{
	border-right:0px;
}

.testimonials-alt__item__author-photo img {
    max-width: 80px;
    max-height: 80px;
}

.visitorVisa-types ul {
    margin-bottom: 35px;
}

.required-document-block .vc_row, .keypoints-section .vc_row {
    display: flex;
	flex-wrap:wrap;
}

.faq-inner ul li ul, .eligibility-requierment-section ul li ul, .processforImmigration-right ul li ul, .processforImmigration-inner ul li ul {
    margin-top: 1rem;
}

.faq-inner ul li ul li, .eligibility-requierment-section ul li ul li, .processforImmigration-right ul li ul li, .processforImmigration-inner ul li ul li{
	list-style:disc;
}

.exploreVisaOptions .pro_details {
    border: none;
}

.careers-section-main h1 {
    margin: 0;
    font-size: 70px;
}

.refund-policy-main h2 {
    margin-bottom: 0;
}


.about-image-block, .support-team-image-block {
    padding-right: 30px;
}


