@charset "utf-8";
/* CSS Document */

html{overflow-x:hidden;}
body { margin: 0px;color: #535353;font-size:15px;font-family: "Lato", sans-serif;font-weight:400;line-height:normal;padding:0px;}
img{ max-width:100%; }
h1, h2, h3, h4, h5, h6{margin:0px;padding:0px;color:#163161;line-height:normal;font-weight:400;margin-bottom:15px;	font-family: "Lato", sans-serif;text-transform:none;}
h1{font-size:48px;text-transform:uppercase;}
h2 { font-size:46px;}
h3{ font-size:42px;}
h4{ font-size:38px;}
h5{ font-size:36px; }
h6{ font-size:30px; }
hr{ margin:10px 0px; border:0px; border-bottom:1px dashed #828282;}
p, ul, ol{ margin:0px; line-height:25px; padding:0px;}
ul *, ol * { margin:0px; padding:0px;}
ol,ul { padding-left: 25px;}
ul {display:block; list-style:none; }
ul li{line-height:30px;}
a img { border: 0px;}
p,ul,ol { margin-bottom: 18px;}
.clr{ display: block; float: none; clear: both;}
.c { overflow:hidden; float:none;}
.underline{text-decoration:underline;}
.left,.flot_left{ float:left;}
.right,.flot_right{ float:right ;}
.a_left { text-align: left ;}
.a_center { text-align: center;}
.a_right { text-align: right;}
a { text-decoration:none; }
.hidden { display:none;}
.italic{font-style:italic;	}
.bold{font-weight:bold;	}
table{border-spacing:0px;border-collapse:collapse;}
input[type="text"],input[type="url"],input[type="tel"], input[type="email"], input[type="password"], select, textarea { background:#fff; border:1px solid #e0e0e0;color: #000; font-size: 14px; padding: 10px 15px; resize: vertical;width:100%;font-weight:300;box-sizing:border-box;font-family: "Lato", sans-serif;}
textarea { width:100%;}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { }
select { padding: 12px; width:100%;}
input[type="button"], input[type="submit"], input[type="reset"], .primary-button, .btn {	font-family: "Lato", sans-serif; background: #f0352e none repeat scroll 0 0;border:0px;color: #fff;display: inline-block; font-size:15px; font-weight: 600;min-width:160px; padding: 12px 15px; text-transform: uppercase; vertical-align: top;transition: all linear .2s;-moz-transition: all linear .2s;-ms-transition: all linear .2s;-o-transition: all linear .2s;-webkit-transition: all linear .2s; border-radius:4px; }
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover ,.primary-button:hover,.btn:hover,.primary-button:focus,.btn:focus{ background-color:#163161;color:#fff;}
.form-control { border-radius:0px; -moz-border-radius:0px;  -ms-border-radius:0px; -o-border-radius:0px; -webkit-border-radius:0px; box-shadow: 0 0 0; height: auto;}
a:focus{outline:none;	text-decoration:none;}
a{color:#033333;font-family: "Lato", sans-serif;transition: all linear .2s;-moz-transition: all linear .2s;-ms-transition: all linear .2s;-o-transition: all linear .2s;-webkit-transition: all linear .2s;	}
a:hover,a:focus{text-decoration:none;color:#000;}
.cfx::after {clear: both; content: "+";display: block; height: 0;visibility: hidden;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */opacity:1;}
::-moz-placeholder { /* Firefox 19+ */opacity:1;}
:-ms-input-placeholder { /* IE 10+ */opacity:1;}
:-moz-placeholder { /* Firefox 18- */opacity:1;}	


/*-------------------------*/ 

.top-section {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
    transition: all linear .2s;
}
.top-section > .container {
    display: flex;
    align-items: center;
}
.top-section .logo-box {
    width: 155px;
	transition: all linear .2s;
}
.top-section .nav-box {
    width: calc(100% - 155px);
	transition: all linear .2s;
}
.top-section .nav-box ul {
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
}
.top-section .nav-box ul li {}
.top-section .nav-box ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
}
.top-section .nav-box ul li:hover > a,.top-section .nav-box ul li.select > a{
    background-color: #f0352e;
    color: #fff;
}
.top-section .nav-box .mob-menu{
    text-align: right;
    display: none;
}
.top-section.fixed {
    background: #fff;
    top: 0;
    padding: 10px 0px;
}
.top-section.fixed .nav-box ul li a {
    color: #f0352e;
}
.top-section.fixed .nav-box ul li:hover a,.top-section.fixed .nav-box ul li.select a {
    background: #f0352e;
    color: #fff;
}
.top-section.fixed .logo-box {
    width: 80px;
}
.top-section.fixed .nav-box {
    width: calc(100% - 80px);
}
.top-section.fixed .toggle span, .top-section.fixed .toggle span:before,.top-section.fixed .toggle span:after {
    background: #f0352e;
}
.vc_do_custom_heading{
	margin-bottom:15px;
}
.con-section {
    padding:60px 0px 90px 0px;
}
.con-section .vc_do_custom_heading{
	margin-bottom:55px;
}
.con-section .con-serve-box {}
.con-section .con-serve-box > .wpb_column {}
.con-section .con-serve-box > .wpb_column > .vc_column-inner {}
.con-section .con-serve-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    gap: 15px;
	flex-wrap: wrap;
}
.con-serve-box .wpb_single_image {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(25% - 12px);
	position:relative;
}
.con-serve-box .wpb_single_image .wpb_heading {
    order: 2;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    margin: 0;
    position: relative;
}
.con-serve-box .wpb_single_image figure {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.con-serve-box .wpb_single_image figure .vc_single_image-wrapper {
    display: block;
}
.con-serve-box .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
    border-radius: 18px;
}
.con-serve-box .wpb_single_image .wpb_heading::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    margin-left: 9px;
}
.con-serve-box .wpb_single_image figure a {
    display: block;
}
.con-serve-box .wpb_single_image figure a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.full.wpb_single_image .vc_figure {
    display: block;
}
.full.wpb_single_image .vc_figure .vc_single_image-wrapper {
    display: block;
}
.full.wpb_single_image .vc_figure .vc_single_image-wrapper img {
    width: 100%;
}
.round .vc_single_image-wrapper img {
    border-radius: 18px;
}
.abt-section {
    padding: 60px 0px 60px 0px;
    background: #fafafa;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-color: #f0352e;
    background: #f0352e;
    border-radius: 4px;
    color: #fff;
    min-width: 160px;
    padding: 16px 15px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #163161;
    border-color: #163161;
    color: #fff;
}
.join-section {
    background: #273d52;
    padding: 60px 0px 30px 0px;
    color: #fff;
}
.map-section{
    padding: 60px 0px 60px 0px;
}
.testi-section{
	padding-bottom:30px;
}
.testi-box {
    overflow: visible;
}
.testi-box.vc-gitem-zone-height-mode-auto:before {
    padding: 0;
}
.testi-box.vc_gitem-zone-a .vc_gitem-row-position-top {
    position: relative;
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 40px 20px rgba(000,000,000,.1);
    border-radius: 18px;
    display: flex;
    color: #000;
    font-size: 18px;
}
.testi-box.vc_gitem-zone-a .vc_gitem-row-position-top .vc_col-sm-4 {
    padding: 0;
    width: 80px;
}
.testi-box.vc_gitem-zone-a .vc_gitem-row-position-top .vc_col-sm-8 {
    width: calc(100% - 80px);
    padding: 0;
    padding-left: 30px;
}
.testi-box.vc_gitem-zone-a .vc_gitem-row-position-top .vc_col-sm-4 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 150px;
}
.testi-box.vc_gitem-zone-a .vc_gitem-row-position-top .vc_col-sm-4 .wpb_single_image {
    margin: 0;
}
.testi-box .name {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}
.testi-box .desig {
    color: #b8b8c8;
    margin-bottom: 15px;
    font-size: 15px;
}
.testi-box .vc_gitem-post-data-source-post_excerpt {
    margin-bottom: 0;
}
.testi-box .name::after {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    letter-spacing: 2px;
}
.testislider .owl-stage-outer{
	overflow:visible;
}
.owl-controls .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}
.owl-controls .owl-dots .owl-dot {
    border: 1px solid #dfdfdf;
    width: 16px;
    height: 16px;
    border-radius: 25px;
    cursor: pointer;
}
.owl-controls .owl-dots .owl-dot.active {
    border-color: #000;
}
.num-section {
    background-image: url(https://transitimmigration.com/wp-content/uploads/2025/10/num-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding:80px 0px; 
}
.num-section .container {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.num-section .sub-no-bx {
    color: #fff;
    width: 25%;
    text-align: center;
}
.num-section .sub-no-bx .sub-no {
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 8px;
}
.num-section .sub-no-bx .sub-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.get-section {
    padding: 60px 0px;
}
.get-section .title-box {
    text-align: center;
    margin-bottom: 40px;
}
.get-section .title-box h2 {
    margin-bottom: 8px;
}
.get-section .title-box .sub-name {
    font-size: 18px;
    color: #163161;
}
.get-form {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 35px;
}
.get-form p {
    margin: 0;
}
.get-form .form-item {
    width: calc(33.33% - 24px);
}
.get-form .form-item.full {
    width: 100%;
}
.get-form input[type="text"],.get-form input[type="email"],.get-form input[type="tel"],.get-form select {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #163161;
    padding: 14px 0px;
    font-size: 15px;
    font-weight: 400;
    color: #163161;
}
.get-form .wpcf7-list-item {
    margin-left: 0;
}
.get-form .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 6px;
    color: #000;
    font-weight: 400;
}
.get-form input::placeholder {
    color: #163161;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 20px;
    padding: 15px;
}
.footer-section {
    background: #163161;
    color: #fff;
    padding: 70px 0px 50px 0px;
}
.footer-section h4 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    /* font-weight: 400; */
    margin-bottom: 20px;
}
.footer-section > .container {
    display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.footer-section > .container::before,
.footer-section > .container::after{
	display:none;
}
.footer-section .footer-box {
    width: calc(25% - 23px);
}
.footer-section .footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section .footer-box ul li {
    line-height: 28px;
}
.footer-section .footer-box ul li a {
    display: inline-block;
    color: #a3bce8;
    font-size: 14px;
}
.footer-section .footer-box ul li a:hover {
    color: #fff;
}
.footer-copy {
    background: #163161;
    color: #fff;
    text-transform: uppercase;
    padding: 40px 0px;
    font-size:14px;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.step-section{
	padding:60px 0px;
}
.step-section .step-box {
    margin-top: 70px;
    display: flex;
	flex-wrap: wrap;
}
.step-section .step-box::before,.step-section .step-box::after {
    display: none;
}
.step-box .wpb_single_image {
    margin: 0;
    margin-bottom: 32px;
}
.step-box .wpb_single_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:300px
}
.step-box .wpb_single_image figure {
    display: block;
}
.step-box .wpb_single_image figure .vc_single_image-wrapper {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0px auto;
}
.step-box h4 {
    font-size: 25px;
    margin-bottom: 6px;
	width: 100%;
}
.step-box .wpb_text_column {
    margin-bottom: 20px;
	width: 100%;
}
.step-box .vc_btn3-container {
    margin: 0;
}
.step-section .step-box > .wpb_column{
	position:relative;
}
.step-section .step-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.step-section .step-box .wpb_column:nth-child(even) .wpb_single_image {order: 4;margin-bottom: 0;margin-top: 32px;}
.step-box > .wpb_column + .wpb_column::before {
    position: absolute;
    content: "";
    width: 104px;
    height: 205px;
    background-image: url(https://transitimmigration.com/wp-content/uploads/2025/10/line1.png);
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: center top;
}
.step-box > .wpb_column:nth-child(3)::before {
    background-image: url(https://transitimmigration.com/wp-content/uploads/2025/10/line2.png);
}
/*--------------------------------------*/

 
 


@media only screen and (min-width:1260px) and (max-width:1360px){
      .container{
        width: 1200px;
      }
	

}
@media only screen and (min-width:992px) and (max-width:1260px){

	

}
@media only screen and (min-width:768px) and (max-width:991px){

	


}
@media only screen and (max-width:1260px){
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 30px;
	}
	h5 {
		font-size: 28px;
	}
	h6 {
		font-size: 26px;
	}
}
@media only screen and (max-width:991px){

    .top-section .nav-box .mob-menu{
        display: block;
    }
    .top-section .nav-box .desk-menu{
        display: none;
    }
    .top-section .logo-box {
        width: 80px;
    }
    .top-section .nav-box {
        width: calc(100% - 80px);
    }
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 28px;
	}
	h5 {
		font-size: 26px;
	}
	h6 {
		font-size: 24px;
	}
	.con-serve-box .wpb_single_image {
		width: calc(50% - 8px);
	}
	.con-section .vc_do_custom_heading {
		margin-bottom: 35px;
	}
	.con-section {
		padding: 40px 0px 60px 0px;
	}
	.abt-section {
		padding: 60px 0px 30px 0px;
	}
	.num-section .sub-no-bx .sub-no {
		font-size: 50px;
	}
	.footer-section .footer-box {
		width: calc(50% - 15px);
	}
	.step-section .step-box > .wpb_column {
		width: calc(50% - 15px);
	}
	.step-section .step-box {
		gap: 30px;
	}
	.step-box > .wpb_column:nth-child(3)::before {
		display: none;
	}
}
@media only screen and (max-width:767px){
    h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 22px;
	}
	.join-section .vc_do_custom_heading br {
		display: none;
	}
	.num-section {
		padding: 40px 0px;
	}
	.num-section .sub-no-bx {
		width: 50%;
		margin-bottom: 15px;
	}
	.num-section .sub-no-bx .sub-no {
        font-size: 35px;
    }
	.get-form .form-item {
		width: calc(50% - 18px);
	}

}
@media only screen and (max-width:550px){
	.testi-box.vc_gitem-zone-a .vc_gitem-row-position-top .vc_col-sm-4 {
		margin:0px auto;
		margin-bottom: 15px;
	}
	.testi-box.vc_gitem-zone-a .vc_gitem-row-position-top .vc_col-sm-8 {
		width: 100%;
		padding-left: 0;
	}
	.testi-box.vc_gitem-zone-a .vc_gitem-row-position-top {
		display: block;
	}
	.get-form .form-item {
		width: 100%;
	}
	.footer-section .footer-box {
		width: 100%;
		text-align: center;
	}
	.footer-copy {
		text-align: center;
	}
	.footer-section {
		padding-bottom: 0;
	}
	.step-box .wpb_single_image figure .vc_single_image-wrapper {
		width: 150px;
		height: 150px;
	}
}