/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Global CSS */




body{
	background: #fff;
	font-family: 'DM Sans', sans-serif;
	color: #333333;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Barlow', sans-serif;
}
p{
	font-family: 'DM Sans', sans-serif;
	color: #333333;
	font-size: 16px;
}
.section {
  margin-right: auto;
  margin-left: auto;f
}
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}
.container-fluid{
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 100px;
}

/* top bar css start */

.top_bar{
  height: 46px;
  background-color: #eaebec;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d494;
}

.topbar_item_group{
  display: grid;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 6fr 2fr;
  padding-top: 11px;
  justify-items: start;
  align-items: center;
}


.top_left{
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top_left h5{
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: 'Barlow', sans-serif;
}
.top_link{
  color: #212529;
  text-decoration: none;
}
.top_link:hover{
  color: #ff0000;
  text-decoration: none;
}

.top_middle{
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top_middle h5{
  font-size: 15px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: 'Barlow', sans-serif;
}
.g-fas{
  color: #ff0000;
  margin-right: 5px;
  font-size: 20px;
}
.top_right{
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
}
.top_right img{
  margin-left: 15px;
}
.top_right h5{
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.top-left-content {
  padding-left: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.mid-top-content {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.social-media-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icon-item {
  padding-left: 20px;
  font-family: Fontawesome, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
/* top bar css end */
/* menu section css start */
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #ff0000 !important;
}
.navbar-collapse{
  background-color: #1E2F41;
}
.bg_color_mid{
  background-color: #1E2F41;
  width: 100%;
  height: 72px;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  margin-top: 20px;
  padding-left: 21px;
  padding-right: 12px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  padding-left: 50px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff0000;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #ff0000;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  margin-top: 16px;
  padding-left: 20px;
  padding-right: 14px;
}
.main_menu{
  display: grid;
  grid-template-columns: 1fr 3.5fr .7fr;
}

.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.dropdown-item {
  color: #000;
  background-color: #fff;
  padding: .5rem 1rem;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #FF0000;
}


/* menu section css end */

/* logo section css start */

.logo_imgg{
  margin-right: 20px;
  width: 190px;
  height: 65px;
  margin-top: 5px;
}
.main_main{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-column-gap: 80px;
}
.main{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 80px;
  margin-bottom: 80px;
  grid-column-gap: 80px;
  align-items: center;
}
.subtitle {
  color: #222222;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.subtitle_pnp {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.subtitle-mid {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.red{
  color: red;
  font-weight: bold;
  font-size: 18px;
}
.section-title{
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    margin: 20px 0px;
    width: 95%;
}
.img_icon{
  width: 12%;
}
.img_icon:hover{

  width: 12%;
}
.s_visa_box {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.box_head{
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  color: #222429;
  margin-left: 14px;
}
.icon_box_group{
  display: grid;
  margin-top: 15px;
  margin-bottom: 10px;
  grid-template-columns: 1fr 1fr;
}
.icon_box{
  display: flex;
  align-items: center;
  background-color: rgb(237 237 237);
  padding: 10px 16px;
  margin-right: 20px;
}
.icon_box_w{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.w_icon{
  padding: 4px 6px;
  background-color: #c4c4c4;
  font-size: 29px;
  border-radius: 2px;
  color: #ff0000;
  margin-right: 10px;
}
.icon_box_wgroup{
  display: grid;
  margin-top: 15px;
  margin-bottom: 30px;
  grid-template-columns: 1fr 1fr;
}
.item-group{
  margin-bottom: 20px;
  margin-top: 20px;
}
.number_round{
  font-size: 28px;
  border-radius: 2px;
  margin-bottom: 0px;
}
.wh_space{
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #dfdfdf;
  color: #ff0000;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-right: 10px;
}
.wh_space_two{
  display: flex;
  width: 90px;
  height: 50px;
  background-color: #dfdfdf;
  color: #ff0000;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-right: 10px;
}
.v_icon{
  font-size: 18px;
  color: #ff0000;
}
.v_icon_head{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 4px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
}
.height_hbar{
  height: 150px;
  width: 2px;
  background-color: #ff0000;
}
.new_hw_group{
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 100px;
  padding-right: 50px;
}
.icon_para{
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: justify;
}
.all_group img{
  border-radius: 100%;
  cursor: pointer;
  transition: ease-in-out;
}
.all_group img:hover {
  transform: scaleX(-1);
  animation: rotation 4s infinite linear;
  transition: transform 0.5s ease;
  cursor: pointer;
}




.booking-btn{
  font-size: 14px;
  line-height: 1.6;
  padding: 25px 40px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border-width: 0;
    transition: all 400ms ease-in-out;
    background-color: #ff0000;
}
.pk_btn{

}
.read-more{
  text-decoration: none;
    color: #fff;
}
.booking-btn:hover{
  color: #fff;
  background-color: #a81b20;
  cursor: pointer;
}
.read-more:hover {
  color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
}


/* main slider css start */
.main_slider{
  background: url(../images/biesc_slider.png) no-repeat center center;
  width: 100%;
  height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
  text-align: left;
}

.s_txt_group{
  
}
.main_sub_title{
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 28px;
  margin-top: 16px;
}

.main_title{
    font-family: Roboto;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 89px;
    font-weight: 900;
    font-size: 82px;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.txt_red{

}
.slider_btn{
  text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 600;
    border-color: #ff0000;
    background-color: #ff0000;
    border-style: solid;
    padding: 19px 59px;
    transition: all 0.4s linear 0s;
}
.btn{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 19px 35px;
  font-size: 14px;
  border-radius: 0rem;
  letter-spacing: 1px;

  background-color: #ff0000;
  transition: all 0.4s linear 0s;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a57ca00;
  border-color: #0a52be00;
}
.btn-primary {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-primary:focus {
  color: #fff;
  background-color: #a81b20 !important;
  border-color: #a81b20 !important;
  box-shadow: #a81b20 !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #a81b20 !important;
  border-color: #a81b20 !important;
  box-shadow: #a81b20 !important;
}
.btn-primary:hover {
  color: #212529;
  border-color: #a81b20;
}
.btn:hover {
  color: #fff;
  background-color: #a81b20;
  cursor: pointer;
}
.slider_btn:hover{
  color: #fff;
  background-color: #a81b20;
  cursor: pointer;
}

/* main slider css end */
/*.round_img img:hover {
  transform: scaleX(-1);
  transform: rotate(360deg);
         animation: rotation 4s infinite linear;
         transition: transform 0.5s ease;
}

.main_slider{
  background: url(../images/main_slider.png) no-repeat center center fixed;
  width: 100%;
  height: 650px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

.all_group{
  display: flex;
  align-items: first baseline;
}
.r_head{
  font-size: 19px;
  font-weight: 700;
  color: #222429;
  margin-bottom: 0px;
}
.r_sub_title{
  font-size: 14px;
  font-weight: 400;
  color: #808287;

}
/* section one css start */

.welcome-left img{
  width: 440px;
}
/* section one css end */
/* section two css start */
.main-grid{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  grid-column-gap: 80px;
  justify-items: end;
}
.s_two_ass{
  background-color: #ecf0f4;
}
.space_top_two{
  padding-top: 30px;
}
.main-ass {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  grid-column-gap: 80px;
  justify-items: end;
  align-items: center;
}
.main_three_w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 100px;
  padding-bottom: 30px;
  grid-column-gap: 80px;
  align-items: center;
}
.m_main{
  margin-top: 40px;
}
.s_two{
  background-color: #FBFBFB;
}
.s_three_w{
  background-color: #FBFBFB;
  padding-top: 100px;
}
.m_subtitle {
  color: #73787d;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.r_head:hover {
  color: #ff0000;
}
.m_section-title{
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    margin: 0px auto;
    text-align: center;
    width: 70%;
    padding-bottom: 20px;
}
.m_round_img{
  border-radius: 100%;
  cursor: pointer;
  margin-right: 20px;
}
.m_round_img img:hover {
  transform: rotate(360deg);
  animation: rotation 4s infinite linear;
  transition: transform 0.5s ease;
}
.m_all_group{
  display: flex;
  align-items: first baseline;
  background-color: #fff;
  padding: 33px;
  border: 1px solid #e7e7e7;

  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 300ms ease;
}
.m_all_group:hover {
  box-shadow: 0 0 3px black;
  transform: translate(0, -10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.m_side{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
/* section two css end */


/* section two css start  */

.section-three{
  background-image: linear-gradient(84deg, #ff0000e8 1%, #000000b3 100%), url(../images/banner_two.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: left;
  width: 100%;
}
.b_group_three{
  text-align: center;
  padding: 80px 0px 40px;
}

.b_title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  color: #ffffff;
  width: 82%;
  margin: 0 auto;
  font-family: 'Barlow';
  padding-bottom: 14px;
}
.b_s_title{
  color: #FFFFFF;
  font-family: "Barlow", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  width: 70%;
  padding-bottom: 8px;
  margin: 0 auto;
}
.b_c_title{
  padding-bottom: 70px;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
}

.icon_box_g {
  display: grid;
  margin-top: 15px;
  margin-bottom: 10px;
}
.i_box {
  display: flex;
  align-items: flex-start;
  padding: 10px 0px;
  margin-right: 20px;
}
.v_b_icon {
  font-size: 18px;
  color: #ff0000;
  margin-top: 4px;
  margin-right: 5px;
}
.v_i_head {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
  margin-left: 14px;
  font-weight: 400;
  font-family: 'DM Sans';
  color: #000;
}
/* section two css end  */

/* section four css start */
.s-title-head {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  margin: 20px 0px;
  color: #000;
}
.main-four{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  grid-column-gap: 80px;
  align-items: center;
}
.left_img{
  background-image: url(../images/welcome_img.png);
  width: 550px;
  height: 400px;
}
/* section four css end */

/* section five css start */
.all_g_mybox {
  display: grid;
  margin-bottom: 10px;
}
.main_sub_imm{
  font-size: 16px;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 24px;
}
.icon_pa_immgra {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 5px;
}
.all_g_ibox{
  display: grid;
  margin-top: 15px;
  margin-bottom: 10px;
}
.g_ibox{
  display: flex;
    align-items: flex-start;
    padding: 10px 16px 0px 0px;
    margin-right: 20px;
}
.fa_icon{
  font-size: 30px;
    color: #ff0000;
    margin-top: 2px;
    margin-right: 5px;
}
.icon_txt{
  font-size: 16px;
  margin-bottom: 0px;
  margin-left: 6px;
  color: #000000;
  line-height: 26px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
.five_para{
  font-size: 20px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  margin: 20px 0px;
}
/* section five css end */
/* section six css start */
.main_six{
  display: grid;
}
.left_part{
  
}
.right_part{
  background-image: url(../images/rcic_img.png);
  margin-top: 0px;
  background-repeat: no-repeat;
  width: auto;
  height: 590px;
}

.rcic_image{
  background-image: url(../images/rcic_img.png);  
  background-repeat: no-repeat;  
  background-position: center; /* Center the image */  
  width: auto; /* This can cause issues with centering */  
  height: 160px;  
  margin-top: 0px;
  margin-bottom: 50px;
}
/* section six css end */
/* section seven css start */
.main-seven{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  grid-column-gap: 80px;
  align-items: center;
}
.main-ss{
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  grid-column-gap: 80px;
  align-items: center;
}
.s_left_img{
  background-image: url(../images/cicc.png);
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
}
.right_side_txt{

}
/* section seven css end */
/* section eight css start */
.s_eight{
  background-color: #ecf0f4;
  padding: 80px 0px;
}
.e_subtitle {
  color: #73787d;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.e-title-head{
  font-weight: 600;
  font-size: 42px;
  line-height: 30px;
  margin: 10px 0px 20px;
  text-align: center;
  color: #000;
}
.main-eight{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}
.main-service-eight{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  text-align: center;
}
.e_visa_box{
  padding: 40px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0,0,0,.06);
}
.e_img_icon{
  width: 60px;
}
.e_box_head{
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0px;
}
.eight_group{
  padding-top: 40px;
}
/* section eight css end */

/* section nine css start */
.fa_icon_nine{
  font-size: 40px;
    color: #ff0000;
    margin-right: 5px;
}
.nine_ibox {
  display: flex;
  align-items: center;
  padding: 10px 16px 0px 0px;
  margin-right: 20px;
}
.nine_icbox {
  display: flex;
  align-items: center;
  padding: 10px 16px 0px 0px;
  margin-right: 20px;
}
/* section nine css end */

/* section ten css start */
.contact_gr{
  width: 1200px;
  background-color: #015cb5;
  height: auto;
  display: grid;
  grid-template-columns: 1fr .7fr .8fr .9fr .8fr;
  align-items: center;
  padding: 20px 30px;
}
.t_img_icon{
  width: 80%;
  height: 80%;
}
.stand_bar{
  width: 1px;
  height: 80px;
  background-color: #0064c9;
}
.c_fa_icon{
  font-weight: 900;
    color: #fff;
    font-size: 24px;
    padding-left: 10px;
}
.c_item{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.c_bar_group{
  display: flex;
  align-items: center;
}
.c_round_img{

}
.c_txt_group{
  margin-left: 16px;
}
.txt_item{
  color: #aad5ff;
    font-size: 16px;
    margin-bottom: 0px;
}
.txt_sub_item{
  color: #fff;
    font-size: 16px;
    font-weight: 400;
}
/* section ten css end */

/* Footer css start*/

.flex-line{
  display: flex;
}

.line{
    width: 4px;
    height: 18px;
    background: #c10100;
}

.footer-line{
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}
footer{

  padding: 50px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-color: #1d2f41;
}
.footer-section{
  background-image: url(../images/f_bg_map.png);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;

}
.grid-footer{
  display: grid;
  grid-template-columns: 2fr 1.1fr 1fr 1.2fr;
  grid-gap: 40px
}



.footer-one img{
  width: 250px;
  height: auto;
}

.footer-one h3{
  font-size: 20px;
  color: #d8dee4;
  padding: 10px 0px;
}

.footer-one p{
  color: #aab3bb;
  text-align: justify;
  
}

.f_red{
  color: red;
  font-weight: bold;
  font-size: 22px;
  margin-right: 6px;
}
.footer-two{
  margin-top: 50px;
}

.flex-line{
  margin-left: 10px;
  margin-bottom: 14px;
}

.flex-line h4{
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.f_subtitle{
  color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-three{
  margin-top: 50px;
}

.link-box-grid{
    display: grid;
    padding-left: 25px;
}



.link-box-grid a{
  text-decoration: none;

}


.link-box-grid a h4{
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  color: #aab3bb;
  font-weight: 300;
  letter-spacing: .3px;
  margin-bottom: 10px;
}

.link-box-grid a h4:hover{
  color: red;
}

.address-group{
  display: flex;
  margin-top: 0px;
}


.address-icon{
  font-family: "FontAwesome";
  font-size: 19px;
  color: #c10100;
}

.address-content{
  padding-left: 10px;
  color: #000;
  margin-bottom: 8px;
}
.gallery-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-items: center;
  align-items: center;
}
.gallery_img img{
  border-radius: 3px;
}
/* copyright css start */
.copy{
  background: #182838;
  height: 100px;
}
.text-block {
  padding-top: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .7px;
  font-family: 'Barlow';
}
.footer-copywrite {
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.link {
    color: rgb(224, 32, 32);
    text-decoration: none;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: .7px;
    font-family: 'DM Sans', sans-serif;
}
.link-2 {
  color: rgb(224, 32, 32);
  text-decoration: none;
}

/* copyright css end */










/* contact page css start */
.banner_contact{
  padding: 80px 0px;
}

.c_head{
  color: #fff;
  letter-spacing: 1px;
  font-size: 56px;
  margin-top: 0px;
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 52px;
}

.c_sub_head{
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.head_flex{
  display: flex;
}
.c_sub_head_red{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.head_icon{
  padding: 0px 10px;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 0px;
}


.c_head_group{
  margin-top: 80px;
  margin-bottom: 80px;
}
.c_subtitle {
  color: #222222;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 0px;
}
.r_subtitle {
  color: #ff0000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 30px;
  font-weight: 400;
}
.c_section-title {
  font-weight: 700;
  font-size: 62px;
  line-height: 54px;
  margin: 0px auto;
  text-align: center;
  width: 70%;
}
.c_section_two{
  padding-bottom: 80px;
}
.c_section_nine{
  padding-bottom: 80px;
  width: 47%;
  text-align: center;
  margin: 0 auto;
}
.ctwo_group{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 80%;
  margin: 0 auto;
}
.cnine_group{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.ctwo_item{
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}
.cnine_item{
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.add_icon{
  font-size: 34px;
  color: #ff0000;
  font-weight: 300;
}

.contact_stwo_box {
  display: grid;
  padding: 40px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0,0,0,.06);
  text-align: center;
  justify-items: center;
}

.contact_box_head {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0px;
  color: #000;
}
.c_icon_round{
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_section_one{
  margin: 30px 0px;
}

.c_section-map_head {
  font-weight: 700;
  font-size: 42px;
  line-height: 34px;
  margin: 0px auto;
  text-align: center;
  width: 70%;
  padding-bottom: 40px;
}
.map_section{
  padding-bottom: 80px;
}

.news_section{
  background-color: #020a50;
  background-image: url(../images/good.svg);
  padding: 100px 0px;
  margin: 80px 0px;
}
.social_grid{
  display: grid;
  justify-content: center;
  justify-items: center;
}
.social_grid h4{
  color: #fff;
  font-size: 38px;
  font-weight: 300;
}
.social_grid p{
  color: #fff;
  font-size: 16px;

}
.csocial_icon_round {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.social_flex{
  display: flex;
}
.add_sicon{
  font-size: 18px;
  color: #ff0000;
  font-weight: 300;
}
/* contact page css end */








/* Canada Immigration Program css start */

.color_ass{
  background-color: #eeeeee;
  padding: 80px 0px 50px;
}
.main_wcimmgra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  align-items: center;
}
.c_c_group_grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.canada-para{
  text-align: justify;
  font-size: 16px;
}

.image-canada-two{
  width: 470px;
}
.icon_para_immgra{
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: justify;
}
.icon_para_start{
  font-size: 17px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
}
.space_icon{
  margin-right: 20px;
}
.td-space{
  padding: 10px 0px;
}
.start-para{
  font-size: 16px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}
.padding_thr{
  padding-top: 16px;
  padding-bottom: 6px;
}
.main_sub_immgra{
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: justify;
  margin-top: 10px;
  font-weight: 500;
}

.icon_immgra_group{
  display: flex;
  flex-direction: column;
}
.icon_immgra_box{
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.space_top_one{
  padding-top: 50px;
}
.immgra_icon{
  font-size: 18px;
  color: #ff0000;
  margin-top: 3px;
}
.immgra_icon_head{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 400;
  font-family: 'DM Sans';
  text-align: justify;
  color: #000;
}
.main_sub_immgra{
  font-size: 16px;
  text-align: justify;
  margin-bottom: 30px;
}
.main_cimmgra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  grid-column-gap: 80px;
  align-items: center;
}
.cimmgra-title{
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  margin: 20px 0px;
}
.immgra_icon_check{
  font-size: 32px;
  color: #ff0000;
}




/* about section start */


.main_para_next{
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: justify;
}
.main_about{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 20px;
  grid-column-gap: 80px;
}
.main_sabout{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  margin-top: 100px;
  margin-bottom: 20px;
  grid-column-gap: 30px;
  align-items: center;
}
.space_down{
  padding-bottom: 30px;
}
.space_top{
  padding-top: 30px;
}
/* about section end */
.social-mid{
  color: #000000;
  font-family: "Barlow", Sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  line-height: 29px;
  text-align: center;
  width: 63%;
  margin: 0 auto;
  padding: 20px 0px;
}



.head{
  color: #000000;
  font-family: 'Barlow', sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 40px;
  padding-top: 40px;
}
.canada_para_head{
  text-align: justify;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
  padding-top: 40px;
}
.nine_group{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  align-items: center;
}

.c_c_head{
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  text-align: center;
  margin: 0 auto;
  width: 60%;
  margin-bottom: 50px;
}
.add_b_ass_space{
  padding-bottom: 30px;
}
.b_wspace{
  margin-bottom: 80px;
}
.bt_wspace {
  margin-bottom: 30px;
}

.color_pwhite{
  padding: 0px 0px;
}
.main_req {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  align-items: center;
}
.canada_adpara_head{
  text-align: justify;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
  margin-top: 80px;
}
.fed_para_head{
  text-align: justify;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;

}
.main_pnp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0px;
  margin-bottom: 40px;
  grid-column-gap: 80px;
}
.section-title-pnp {
  font-weight: 700;
  font-size: 47px;
  line-height: 50px;
  margin: 20px 0px;
  color: #fff;
  width: 70%;
}

.usa_shead_pnp{
  color: #fff;
  font-size: 26px;
  text-align: center;
}
.usa_shead_pnp_p{
  color: #fff;
  font-size: 26px;
  text-align: left;
}
.usa_shead {
  text-align: left;
  font-size: 20px;
}
.mmimg_icon {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.section-title-pnp {
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  margin: 20px 0px;
  color: #fff;
  width: 70%;
}
.usa_sthree {
  background-color: #eff2f5;
  padding: 10px 0px;
}
.pnp_sthree {
  background-color: #eff2f5;
  padding: 10px 0px;
}
.oimg_icon {
  width: 42px;
  height: auto;
  margin-right: 20px;
}


.icon_usapara_pnp{
  font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.main_pnpimmgra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
  grid-column-gap: 80px;
  align-items: center;
}
.icon_immgra_bbox {
  display: flex;
  margin-right: 20px;
  margin-bottom: 18px;
  align-items: center;
}
.icon_round_bbox{
  display: flex;
  margin-right: 20px;
  margin-bottom: 16px;
}
.and{
  margin: 20px 0px;
  font-size: 22px;
  color: #7e1a1a;
  
}
.canada-wlpara{
  margin: 4px 0px;
    font-size: 16px;
}
.icon_immgra_wlbox {
  display: flex;
  margin-right: 20px;
  margin-bottom: 6px;
  align-items: center;
}

.usa_sub_thead {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}
.immgra_icon_para {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 500;

}
.icon_round_box{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.canada_para_inhead {
  text-align: justify;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
}
.icon_round_flex{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.immgra_icon_title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 500;
}
.main_gr_box{
  padding: 20px 0px;
}
.cimgrra_para_head{
  text-align: justify;
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
    padding-top: 10px;
}
.wh_space {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #dfdfdf;
  color: #ff0000;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-right: 10px;
}

.number_round {
  font-size: 28px;
  border-radius: 2px;
  margin-bottom: 0px;
}
.wh_wspace {
  display: flex;
  width: 100px;
  height: 30px;
  background-color: #e5e5e5;
  color: #ff0000;
  justify-items: center;
  margin-right: 10px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.number_wround {
  font-size: 18px;
  border-radius: 2px;
  margin-bottom: 0px;
  font-weight: 500;
}
.icon_immgra_wbox{
  display: flex;
  margin-right: 20px;
  margin-bottom: 14px;
  align-items: center;
}
.canada-wpara {
  text-align: justify;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
.new_down_group {
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 30px;
  padding-right: 20px;
}
.height_downbar {
  height: 250px;
  width: 2px;
  background-color: #ff0000;
}
.canada_apara_head {
  text-align: justify;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
}
.icon_round_wbox {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 14px;
}
/* Canada Immigration Program css end */


/* usa eb three start */
.skill_box_group{
  margin-top: 30px;
}
.all_skill_ibox{
  display: flex;
}
.round{
  width: 40px;
  height: 38px;
  background-image: linear-gradient(#ff0000, #ff0000);
  border-radius: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
}
.skill_ibox{
  margin-left: 16px;
}
.fa_skill{

}
.skill_t_para{
  color: #020a50;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
  margin-top: 7px;
}
.skill_icon_txt{
  margin-top: 0;
    margin-bottom: 0;
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.simg_icon{
  width: 16px;
}
.startup_icon{
  width: 26px;
}
.usa_two_section{
  background-color: transparent;
  background-image: linear-gradient(90deg,#1E2F41 0%,#ff494a 100%), url("images/banner-bg.jpg");
  padding: 100px 0px;
}
.usa_all_gitem{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
.usa_item_box{
  display: grid;
  justify-items: center;
  padding: 64px 18px 41px;
  box-sizing: border-box;
  border-style: solid;
    border-width: 1px;
    border-color: #E2E2E233;
    background-color: #10174417;;
}
.usa_thead_box{
  font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0px;
}
.usa_para_box{
  color: #fff;
  text-align: justify;
  font-size: 16px;
  letter-spacing: .1px;
  font-family: 'DM Sans';
}

.usa_thead{
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
  color: #000;
}
.red_line{
  width: 40px;
  height: 3px;
  background-color: #ff0000;
}
.dotted_box{
  display: flex;
}
.dotted{
  width: 3px;
  margin-left: 3px;
  height: 3px;
  background-color: #ff0000;
}
.all_red{
  display: flex;
  margin-bottom: 20px;
  margin-top: 16px;
}
.all_red_dot{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.usa_item_group{
  display: flex;
    align-items: flex-start;
}

.usa_service_box{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  text-align: center;
}
.immgra_s_four{
  margin: 60px 0px;
}
.usa_service_group{
  display: flex;
  align-items: center;
}
.usa_item{
  padding-left: 14px;
}
.pnp_item {
  padding-left: 0px;
  text-align: center;
}
.mimg_icon{
  width: 80px;
  height: auto;
}
.oimg_icon{
  width: 54px;
  height: auto;
  margin-right: 20px;
}

.mmimg_icon{
  width: 66px;
  height: auto;
  margin-right: 10px;
}
.item-space{
  padding: 30px 0px 20px;
}
.item-space-pnp{
  padding: 10px 0px 20px;
}
.space-bottom-one{
  padding-bottom: 30px;
}
.icon_usapara{
  width: 70%;
  text-align: justify;
}
.space-bottom{
  padding-bottom: 70px;
}
.bimg_icon{
  width: 62px;
  height: auto;
  margin-top: 10px;
}
.bximg_icon{
  width: 80px;
  height: auto;
  margin-bottom: 14px;
}
.usa_tpara{
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  text-align: justify;
}
/* usa eb three end */


/* pnp css start */
.red_box{
  display: grid;
  grid-template-columns: 1fr 1fr .4fr 1.3fr;
  border-style: solid;
  border-width: 3px;
  border-color: #ea4a34;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 36px 36px;
  align-items: center;
  margin: 30px 0px;
}
.red-title{
  font-size: 28px;
  font-weight: 700;
}
.red_img{
  width: 240px;
}
.ass_bar{
  width: 1px;
  height: 100px;
  background-color: #cdcdcd;
  margin: 0 auto;
}
.red-para{
  
}
.s_threeway{
  background: no-repeat center top;
  background-image: linear-gradient(315deg,#132130FC 58%,#1D2F41ED 100%), url(../images/bg10.jpg);
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
  text-align: left;
  padding: 100px 0px 0px;
}
.pnp_c_head {
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  text-align: center;
  margin: 0 auto;
  width: 60%;
  padding-bottom: 20px;
}
.s_c_head{
  font-size: 16px;
  line-height: 20px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.pnp_five{
  padding: 50px 0px;
}
.pnp_sfive{
  padding: 40px 0px;
}
/* pnp css end */

/* payment css start */
.visa_sub_head{
  width: 77%;
  color: #FF0000;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

/* payment css start */
.payment_btn{
  display: grid;
  justify-items: center;
  text-align: center;
  margin: 0 auto;
  align-items: center;
}
.pay_para{
  font-size: 32px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #002559;
}
.pay_btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 11px 30px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  background-color: #ea2127;
  border-color: #ea2127;
  box-shadow: none;
  transition: all 0.4s linear 0s;
}
.pay_btn:hover {
  color: #fff;
  border-color: #a81b20;
  background-color: #a81b20;
  cursor: pointer;
}
.office_btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 11px 30px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  background-color: #ea2127;
  border-color: #ea2127;
  box-shadow: none;
  transition: all 0.4s linear 0s;
}
.office_btn:hover {
  color: #fff;
  border-color: #a81b20;
  background-color: #a81b20;
  cursor: pointer;
}
.space_btn{
  margin-top: 20px;
}
.payment_para {
  font-size: 16px;
  font-weight: 500;
  margin-left: 0px;
  margin-top: 5px;
  text-align: center;
  font-family: 'DM Sans';
  line-height: 22px;
}
.pay_grid {
  margin-top: 40px;
  grid-column-gap: 60px;
  grid-template-rows: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 16px;
}

.pay-banner{
  background: no-repeat center top;
  background-image: linear-gradient(180deg, rgba(0, 37, 89, 0.57), rgba(0, 37, 89, 0.57)), url('../images/banner_one.png');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  height: 250px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: nowrap;
  text-align: left;
}
.pay-banner h2{
  font-size: 52px;
  font-family: 'Barlow';
  color: #fff;
  font-weight: 500;
}
.pay-banner h4{
  font-size: 24px;
  color: #fff;
  font-family: 'Barlow';
  font-weight: 400;
  margin-bottom: 0px;
}
.pay-banner h5{
  font-size: 17px;
  color: #fff;
  font-family: 'Barlow';
  font-weight: 300;
}
.red{
  color: red;
  font-weight: 500;
}
.pay_card{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  font-family: 'Barlow';
}
.payment_grid{
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.payment_flex{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
  margin: 20px;
  background-color: #f7f7f7;
  padding: 30px 20px 20px;
  border: 1px solid #dfe0e7;
  border-radius: 5px;
  box-shadow: rgb(50 50 93 / 21%) 0px 2px 5px -1px, rgb(0 0 0 / 8%) 0px 1px 3px -1px;
}
.card_img {
  width: 60%;
}
.section_payment{
  margin: 20px 0px 20px;
}

.m_pay_grid {
  display: flex;
  column-gap: 30px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pay-logo_one{
  margin-bottom: 40px;
}
.tour_pay {
  margin: 70px 0px 20px;
}
.w-layout-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.group_item_box{
  text-align: center;
  margin: 0 auto;
}
.link_a a{
  text-decoration: underline;
}

.pnp_sthree {
  background-color: #eff2f5;
  padding: 50px 0px;
}
/* payment css end */
/* payment css end */


.video_item_gr{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
.video_flx {
  display: flex;
  margin-bottom: 50px;
}

.all_skill_vbox {
  display: flex;
  align-items: center;
  margin-right: 50px;
  margin-bottom: 16px;
}
.skill_vbox{
    margin-left: 16px;
    text-align: left;
}
.skill_vcon_txt{
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}

.video_thead {
  font-size: 24px;
  line-height: 54px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.main_video {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 80px;
  margin-bottom: 80px;
  grid-column-gap: 80px;
}
.welcome_mvideo{
  width: 450px;
  height: 280px;
}
.welcome_video{
  width: 350px;
  height: 220px;
}
.welcome-vleft{
  margin-top: 70px;
}
.video_one{
  margin-top: 30px;
  text-align: center;
}

.video_round {
  width: 36px;
  height: 36px;
  background-image: linear-gradient(#ff0000, #d30101);
  border-radius: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 10px;
}

.canada_image_six {
  text-align: left;
}
.main_video{

}

.usa_immigra_thead {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-align: left;
}






.btn-a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 12px 35px;
  font-size: 14px;
  border-radius: .25rem;
  letter-spacing: 1px;
  background-color: #ff0000;
  transition: all 0.4s linear 0s;
  width: 100%;
}


.btn-a:hover {
  color: #fff;
  border-color: #a81b20;
  background-color: #1E2F41;
}

.img_size {
  height: 320px;
  width: auto;
}

.startup_video{
  width: 470px;
  height: 280px;
}

.welcome-mimg{
  width: 420px;
  height: auto;
}


.rcic_head{
  text-align: center;
}

.rcic_para {
  font-size: 16px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  padding: 20px 0px;
  color: #000;
  width: 80%;
  margin: 0 auto;
}




.canada_para {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-left: 6px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  margin-top: 10px;
}

icon_box_canada {
  box-sizing: border-box;
}

.e_canada_box {
  padding: 40px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 19%);
}

.care_para{
  font-family: 'DM Sans', sans-serif;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 40px;
}

.space_down{
  margin-top: 20px;
}





















/* Responsive Media Query For Mobile */
@media (min-width: 320px) and (max-width: 500px){

  .top_left {
    display: none;
  }
  .topbar_item_group {
    display: grid;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    justify-items: center;
    align-items: center;
  }
  .pk_btn{
    
  }
  .navbar-collapse {
    padding: 60px 0px 30px !important;
  }
  .navbar-toggler {
    background-color: #1E2F41;
    border: 1px solid transparent;
    padding: 5px 110px;
    border-radius: 0rem;
  }
  .navbar-light .navbar-toggler {
    border-radius: 0px;
  }
  .bg_color_mid {
    padding-top: 0px;
    text-align: center;
    height: 50px !important;
  }
  .booking-btn {
    padding: 10px 92px;
   
  }

  .rcic_image {  
    height: 100px;
    background-size: contain;
    margin-top: 0px;
    margin-bottom: 20px;
  }  

  .container-fluid {
    padding-left: 24px;
  }

  .logo_imgg{
    width: 230px;
    height: auto;
    margin-right: 0px;
    padding: 10px 0px;
  }

  .bg_color_mid {
    background-color: #1e2f4100;
    width: 100%;
    padding-top: 0px;
    height: 60px;
  }

  .navbar-toggler {

    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
  }

  .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
    z-index: 99;
    justify-items: center;
  }

  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    padding-left: 21px;
  }

  .main_menu {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    z-index: 101;
    justify-items: center;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-top: 0px;

  }



  .navbar-toggler:focus {
    box-shadow: none;
  }

  .bg_color_mid {
    padding-top: 0px;
  }


  .main_slider{
    height: 350px;
    width: auto;
  }

  .main_title{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
  }
  .txt_red{
    text-align: left;
    line-height: 30px !important;
    color: #ff0000;
    font-weight: 900 !important;
    font-size: 30px !important;
  }
  .main_sub_title{
    margin-top: 12px;
  }


  .btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  .main {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
    grid-row-gap: 20px;
    justify-items: center;
  }

  .welcome-left img {
   width: 360px;
  }

  .section-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin: 0px 0px;
  }
  .s_visa_box {
    margin-top: 10px;
  }
  .s_visa_box {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.box_head {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-left: 0px;
    margin-top: 10px;
}

.icon_box {
  display: flex;
  align-items: center;
  background-color: rgb(237 237 237);
  padding: 10px 16px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.image-two{
  width: 270px;
  padding-bottom: 20px;
}
  .b_s_title {
    margin: 0px 0px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    line-height: 20px;
  }
  .b_group_three {
    text-align: center;
    padding: 30px 0px 20px;
  }
  .b_title {
    padding-top: 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
  }

  .b_c_title {
    padding-bottom: 15px;
    margin: 0px 0px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }
  .icon_para {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: justify;
    font-weight: 300;
    margin-top: 10px;
  }
  .main-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-row-gap: 20px;
  }

  .m_section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
  }

  .m_all_group {
    display: flex;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 300ms ease;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
  }
  .m_round_img {
    border-radius: 100%;
    cursor: pointer;
    margin-right: 20px;
  }
  .m_round_img{
    margin: 0px;
  }
  .s_eight {
    padding: 40px 0px;
  }
  .e-title-head {
    font-weight: 600;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
  }
  .m_side {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 10px;
    row-gap: 10px;
    justify-items: center;
  }
  .r_head {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .i_box {
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
    margin-right: 0px;
    width: 100%;
  }
  .v_i_head {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 14px;
    font-weight: 400;
    text-align: justify;
  }
  .usa_shead {
    text-align: left;
    padding: 0px 10px;
    font-size: 18px;
  }
  .mimg_icon {
    width: 50px;
    height: auto;
  }

  .mmimg_icon {
    width: 44px;
    height: auto;
    margin-right: 6px;
  }
  .oimg_icon {
    width: 34px;
    height: auto;
    margin-right: 10px;
    text-align: left;
  }
  .left_img {
    width: 100%;
    height: 350px;
  }
  .m_section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .main_main{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
    grid-column-gap: 20px;
    text-align: center;
    justify-content: center;

  }
  .main-ass {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-column-gap: 20px;
    justify-items: end;
    justify-items: center;
  }
  .s_three_w {
    background-color: #FBFBFB;
    padding-top: 30px;
  }
  .main_three_w {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 0px;
    grid-column-gap: 30px;
    align-items: center;
  }
  .e-title-head {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .eight_group {
    padding-top: 0px;
  }
  .main-eight {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    padding: 0px 0px !important;
  }
  
  .g_ibox {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .s_left_img{
    background-position: center;
  }
  .t_img_icon {
    width: 50%;
    height: 50%;
    margin: 0 auto;
  }

  .t_img_icon {
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }
  .usa_eb_para{
    font-family: 'DM Sans', sans-serif;
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
  }
  .usa_item_box {
    padding: 30px 10px 20px;
  }
  .usa_thead_box {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 6px 0px;
  }
  .usa_shead {
    text-align: center;
    padding: 0px 10px;
    font-size: 18px;
    margin-top: 4px;
  }
  .usa_thead {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
  }
  .left_img {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 10px;
  }

 
  .main_main{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-column-gap: 30px;
    text-align: center;
  }
  .welcome-left img {
    width: 80%;
    margin-bottom: 30px;
  }


.c_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_bar_group {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.footer-three {
  margin-top: 10px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  justify-items: stretch;
  padding: 0px 20px;
}
.text-block {
  padding-top: 5px;

}
.img_size {
  width: auto;
  height: 200px;
  padding-top: 30px;
}


.welcome-left img {
  width: 99%;
  margin-bottom: 30px;
}

.icon_box_group {
  display: grid;
  margin-top: 15px;
  margin-bottom: 10px;
  grid-template-columns: 1fr;
}
.v_icon_head {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0px;
  margin-left: 6px;
  font-weight: 400;
}
.space_down {
  padding-bottom: 0px;
}
.space_top {
  padding-top: 10px;
}
.five_para {
  font-size: 16px;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif;
  line-height: 22px;
  margin: 0px 0px;
  text-align: justify;
}
.c_head {
  color: #fff;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: 'DM Sans';
  font-weight: 600;
  line-height: 26px;
  margin-top: 0px;
  width: 100%;
}
.main_about {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  grid-column-gap: 0px;
}
.banner_contact {
  padding: 00px 0px;
}

  .main-four {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .s-title-head {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
  }

  .main_six {
    display: grid;
    grid-template-columns: 1fr;
  }
  .icon_txt {
    text-align: justify;
    margin-left: 0px;
  }

  .main-seven {
    display: grid;
    grid-template-rows: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-column-gap: 20px;
    align-items: center;
  }

  .main-seven {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-column-gap: 20px;
    align-items: center;
  }

  .csocial_icon_round {
    width: 40px;
    height: 40px;
  }
  .usa_service_box {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    text-align: center;
  }
  .e_visa_box {
    margin-bottom: 20px;
  }
  .e_canada_box {
    padding: 20px 20px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 19%);
    margin-bottom: 20px;
  }
  .social-mid {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
  }
  .e_visa_box {
    padding: 40px 20px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,.06);
  }
  .c_section_nine {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .contact_gr {
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 50px 30px;
    row-gap: 20px;
  }

  .grid-footer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .gallery_img img {
    width: 100%;
    height: auto;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0px;
  }
  .grid-footer {
    grid-gap: 10px;
  }

  .footer-one img {
    width: 230px;
    height: auto;
  }
  .stand_bar {
    width: 1px;
    height: 0px;
    background-color: #0064c9;
  }
  .c_section-title {
    font-size: 26px;
    line-height: 28px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
  }
  .c_head_group {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .welcome-left img {
    width: 99%;
    margin-bottom: 20px;
  }

  .s_left_img {
    background-position: center;
    width: 270px;
    height: 308px;
    background-size: cover;
  }


  .nine_ibox {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
  }
  .nine_icbox {
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
  }
  .round {
    width: 70px;
    height: 32px;
  }
  .skill_t_para {
    width: 100%;
  }
  .icon_usapara {
    width: 100%;
    text-align: justify;
  }
  .usa_item_group {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.usa_item {
  padding-left: 0px;
  text-align: center;
}
.space-bottom {
  padding-bottom: 20px;
}
.usa_all_gitem {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.usa_two_section {
  padding: 30px 0px;
}
.usa_sthree {
  background-color: #eff2f5;
  padding: 30px 0px;
}
.pnp_sthree {
  background-color: #eff2f5;
  padding: 20px 0px;
}
.usa_sub_thead {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}

.canada_apara_head {
  text-align: justify;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

.nine_ibox{
  display: flex;
  margin-right: 10px;
  align-items: flex-start;
}
.image-canada-two {
  width: 270px;
}
.main_cimmgra{
  padding: 10px 0px;
}
.cimmgra-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin: 10px 0px;
}

.main_cimmgra {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-column-gap: 10px;
  align-items: center;
}

.w_icon {
  padding: 4px 6px;
  background-color: #ff0000;
  font-size: 18px;
  border-radius: 2px;
  color: #ffff;
  margin-right: 5px;
}

.color_ass {
  background-color: #eeeeee;
  padding: 0px 0px;
}

.main_wcimmgra {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 80px;
  align-items: center;
}

.new_hw_group{
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 0px;
  padding-right: 0px;
}

.c_c_head{
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}

.space_top_one{
  padding-top: 10px;
}
.space_top_two {
  padding-top: 10px;
}
.icon_immgra_box {
  display: flex;
  margin-right: 0px;
  margin-bottom: 14px;
  align-items: center;
}

.nine_group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  align-items: center;
}



.b_wspace{
  margin-bottom: 20px;
}
.ita_para{
  text-align: justify;
}
.icon_immgra_box {
  display: flex;
  margin-right: 0px;
  margin-bottom: 14px;
  align-items: self-start;
}
.add_b_ass_space {
  padding-bottom: 10px;
}

.icon_round_wbox {
  display: flex;
  align-items: self-start;
  margin-right: 0px;
  margin-bottom: 9px;
}
.icon_immgra_bbox {
  display: flex;
  margin-right: 0px;
  margin-bottom: 9px;
  align-items: self-start;
}
.color_pwhite {
  padding: 0px 0px;
}
.icon_round_bbox {
  display: flex;
  margin-right: 0px;
  margin-bottom: 16px;
  text-align: justify;
}
.icon_round_box {
  display: flex;
  align-items: self-start;
  margin-right: 0px;
}
.main_req {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  align-items: center;
}
.canada_para_head {
  margin-bottom: 10px;
  padding-top: 0px;
}
.fed_para_head {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.cimgrra_para_head {
  text-align: justify;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
}
.main_pnpimmgra {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  grid-column-gap: 20px;
  align-items: center;
}
.icon_immgra_wlbox {
  display: flex;
  margin-right: 0px;
  align-items: center;
}

.new_down_group {
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 0px;
  padding-right: 10px;
}
.main_about {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-column-gap: 0px;
}
.icon_round_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.icon_round_flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.canada_para_inhead {
  text-align: justify;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
}
.immgra_icon_para {
  margin-left: 10px;
  width: 100%;
  text-align: justify;
  line-height: 23px;
}
.canada_para_inhead {
  font-size: 19px;
  line-height: 24px;

}
.ctwo_group{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.cnine_group{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.social_grid{
  text-align: center;
}
.social_grid h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.news_section {
  padding: 30px 0px;
  margin: 30px 0px;
}

.c_section_two {
  padding-bottom: 10px;
}

.c_section-map_head {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 20px;
}
.map_section {
  padding-bottom: 30px;
}
.banner_contact {
  padding: 40px 0px;
}

.fa_icon_nine {
  font-size: 30px;
  color: #ff0000;
  margin-right: 5px;
}

.s_one{
  margin-top: 30px;
}
.pnp_one{
  margin-top: 30px;
}
.item-space{
  padding: 16px 0px 16px;
}
.s_eight {
  background-color: #ecf0f4;
  padding: 20px 0px;
}
.main-service-eight {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 20px;
}
.main_pnp {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0px;
  margin-bottom: 40px;
  grid-column-gap: 40px;
}
.welcome-left img {
  width: 100%;
  margin-bottom: 20px;
}
.icon_usapara {
  width: 100%;
  text-align: justify;
}
.pnp_c_head {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 10px;
}
.s_c_head {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.pnp_sthree {
  background-color: #eff2f5;
  padding: 38px 0px;
}
.section-title-pnp {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  margin: 20px 0px;
  color: #fff;
  width: 100%;
}
.visa_sub_head {
  width: 100%;
}
.w-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.pay-logo_one {
  margin-bottom: 20px;
  text-align: center;
}
.monaris_img{
  width: 70%;
  height: auto;
}
.payment_grid {
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr;
}
.main_video {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-column-gap: 20px;
}
.video_item_gr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.welcome-vleft{
  margin-top: 0px;
}
.welcome_mvideo {
  width: 260px;
  height: 170px;
}
.welcome_video{
  width: 270px;
  height: 170px;
}


.video_thead {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.video_one{
  margin-top: 30px;
  text-align: center;
}

.video_round {
  width: 26px;
  height: 26px;
  display: grid;
        align-content: center;
        justify-content: center;
}
.video_flx {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}
.all_skill_vbox {
  margin-right: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  margin-right: 0px;
}


.r_subtitle {
  font-size: 14px;
  margin-top: 20px;
}


.startup_video{
  width: 250px;
  height: auto;
}
.subtitle {
  
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-align: justify;
}
.subtitle_pnp {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-align: justify;
}
.immgra_s_four {
  margin: 30px 0px;
}
.rcic_para{
  width: 100%;
}
.icon_para_start {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}
.immgra_icon_title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}

.welcome-mimg {
  width: 250px;
  height: auto;
}

.c_subtitle {
  font-size: 14px;
}

.subtitle {
  font-size: 14px;
  margin-top: 0px;
}
.subtitle_pnp {
  font-size: 14px;
  margin-top: 0px;
}
.usa_pnphead{
  text-align: center;
}
.icon_box_w {
  display: flex;
  align-items: flex-start;
}

.canada_para_head {
  text-align: justify;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.canada_para {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  margin-top: 10px;
  text-align: justify;
}
.c_section_one{
  margin: 30px 0px;
}



}























/* Responsive Media Query For Tablet */
@media (min-width: 501px) and (max-width: 767px){

  .top_left {
    display: none;
  }
  .topbar_item_group {
    display: grid;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    justify-items: center;
    align-items: center;
  }
  .img_size {
    height: 230px;
    width: auto;
  }
  .icon_box {
    display: flex;
    align-items: center;
    background-color: rgb(237 237 237);
    padding: 10px 16px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    padding: 60px 0px 24px !important;
  }
  .navbar-toggler {
    padding: 5px 120px;
    border-radius: 0rem;
  }
  .navbar-light .navbar-toggler {
    border-radius: 0px;
  }
  .bg_color_mid {
    padding-top: 0px;
    text-align: center;
    height: 50px !important;
  }
  .booking-btn {
    padding: 9px 102px;
   
  }
  .container-fluid {
    padding-left: 24px;
  }

  .logo_imgg{
    width: 240px;
    height: auto;
    margin-right: 0px;
    padding: 10px 0px;
  }

  .bg_color_mid {
    background-color: #1e2f4100;
    width: 100%;
    padding-top: 0px;
    height: 60px;
  }

  .navbar-toggler {
    background-color: #1E2F41;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
  }

  .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
    z-index: 99;
    justify-items: center;
  }

  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    padding-left: 21px;
  }

  .main_menu {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    z-index: 101;
    justify-items: center;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-top: 0px;

  }



  .navbar-toggler:focus {
    box-shadow: none;
  }

  .bg_color_mid {
    padding-top: 0px;
  }


  .main_slider{
    height: 350px;
    width: auto;
  }

  .main_title{
    font-size: 40px;
    line-height: 20px;
    font-weight: 600;
  }

  .main_sub_title{
    margin-top: 12px;
  }


  .btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  .main {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
    grid-row-gap: 20px;
    justify-items: center;
  }

  .welcome-left img {
   width: 360px;
  }

  .section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin: 0px 0px 10px;
  }
  .icon_para_start {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: justify;
    font-family: 'DM Sans', sans-serif;
  }
  .box_head {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    margin-top: 10px;
  }

  .rcic_image {  
    height: 100px;
    background-size: contain;
    margin-top: 0px;
    margin-bottom: 20px;
  } 

  .b_s_title {
    margin: 0px 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    line-height: 22px;
  }

  .b_title {
    padding-top: 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
  }

  .b_c_title {
    padding-bottom: 40px;
    margin: 0px 0px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
  }

  .main-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-row-gap: 20px;
  }

  .m_section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
  }

  .m_all_group {
    display: flex;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 300ms ease;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .five_para {
    font-size: 16px;
    font-weight: 300;
    font-family: 'DM Sans', sans-serif;
    line-height: 24px;
    margin: 20px 0px;
  }
  .s_eight {
    background-color: #ecf0f4;
    padding: 40px 0px;
  }
  .e-title-head {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .m_side {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 10px;
    row-gap: 10px;
  }
  .r_head {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .i_box {
    display: flex;
    align-items: flex-start;
    padding: 8px 12px;
    margin-right: 10px;
    width: 100%;
  }



  .main_main{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
    grid-column-gap: 50px;
  }
  .main-ass {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-column-gap: 20px;
    justify-items: center;
  }
  .s_three_w {
    background-color: #FBFBFB;
    padding-top: 40px;
  }
  .main_three_w {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 0px;
    grid-column-gap: 30px;
    align-items: center;
  }
  .s_left_img{
    background-position: center;
  }
  .t_img_icon {
    width: 50%;
    height: 50%;
    margin: 0 auto;
  }
  .contact_gr {
    width: auto;
      height: auto;
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      padding: 60px 30px 30px;
      row-gap: 20px;
  }
  .c_item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c_bar_group {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }
  .usa_thead {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
  }
  .left_img {
    width: 80%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .img-left{
    background-position: center;
    text-align: center;
    padding-top: 20px;
  }
  .welcome-mimg{
    width: 400px;
    height: auto;
  }

  .main_main{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-column-gap: 30px;
    text-align: center;
  }
  .welcome-left img {
    width: 80%;
    margin-bottom: 30px;
  }

.cnine_item {
  width: 80%;
  margin: 0 auto;
}
.ctwo_item {
  width: 80%;
  margin: 0 auto;
}
.c_section_nine {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.footer-three {
  margin-top: 10px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  justify-items: stretch;
  padding: 0px 60px;
}




  .main-four {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .left_img {
    width: 450px;
    height: 350px;
  }

  .main_six {
    display: grid;
    grid-template-columns: 1fr;
  }
  .icon_txt {
    text-align: justify;
  }

  .main-seven {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-column-gap: 20px;
    align-items: center;
  }
  .eight_group {
    padding-top: 10px;
  }



  .main-eight {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    padding: 20px 80px;
  }
  .e_visa_box {
    padding: 40px 20px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,.06);
  }
  .e_canada_box {
    padding: 40px 20px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 19%);
  }
  .c_section_nine {
    padding-bottom: 20px;
    margin-top: 30px;

  }


  .grid-footer {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .gallery_img img {
    width: 100%;
    height: auto;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0px;
  }
  .grid-footer {
    grid-gap: 10px;
  }

  .footer-one img {
    width: 230px;
    height: auto;
  }
  .stand_bar {
    width: 1px;
    height: 0px;
    background-color: #0064c9;
  }
  .b_group_three {
    text-align: center;
    padding: 40px 0px 10px;
  }


  .c_head {
    font-size: 36px;
    margin-top: 0px;
    line-height: 36px;
  }
  .banner_contact {
    padding: 40px 0px;
  }

  .main_about {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 20px;
    grid-column-gap: 0px;
    text-align: center;
  }
  .g_ibox {
    padding: 0px 10px 0px 0px;
  }
  .s_visa_box {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-direction: column;
}
.icon_box_group {
  display: grid;
  margin-top: 10px;
  margin-bottom: 7px;
  grid-template-columns: 1fr;
}
.space_down {
  padding-bottom: 0px;
}
.space_top{
  padding-top: 20px;
}

.c_head_group {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c_section-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 36px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
}
.c_subtitle {
  color: #73787d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 6px;
}
.main {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  grid-row-gap: 20px;
  justify-items: center;
  text-align: center;
}


.welcome-message{
  width: 90% !important;
  margin: 0 auto;
  text-align: center;
}
.round {
  width: 50px;
  height: 38px;
}
.skill_ibox {
  margin-left: 16px;
  text-align: left;
}
.icon_usapara {
  width: 100%;
  text-align: justify;
}
.mimg_icon {
  width: 60px;
  height: auto;
}
.mmimg_icon {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.oimg_icon {
  width: 42px;
  height: auto;
  margin-right: 20px;
}
.usa_eb_para{
  font-family: 'DM Sans', sans-serif;
  color: #333333;
  font-size: 16px;
  margin-top: 20px;
  text-align: justify;
}
.usa_item_group {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.usa_item {
  padding-left: 0px;
}
.usa_shead {
  text-align: center;
  padding: 0px 10px;
  font-size: 24px;
  margin-top: 4px;
  font-weight: 600;
}
.mmimg_icon {
  width: 75px;
  height: auto;
  margin-right: 10px;
}
.oimg_icon {
  width: 64px;
  height: auto;
  margin-right: 20px;
}
.usa_sthree {
  background-color: #eff2f5;
  padding: 40px 0px;
}
.mimg_icon {
  width: 80px;
  height: auto;
}
.usa_all_gitem {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.r_head {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.m_round_img {
  border-radius: 100%;
  cursor: pointer;
  margin-right: 0px !important;
}
.s-title-head {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
}

.nine_ibox{
  display: flex;
  padding: 4px 16px 0px 0px;
  margin-right: 20px;
  align-items: flex-start;
}
.nine_icbox{
  display: flex;
  padding: 4px 16px 0px 0px;
  margin-right: 20px;
  align-items: flex-start;
}

.space_top_one{
  padding-top: 10px;
}

.immgra_icon_para {
  text-align: justify;
}
.usa_service_box {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  text-align: center;
}
.e_visa_box {
  margin-bottom: 20px;
}
.e_canada_box {
  margin-bottom: 20px;
}
.social-mid {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}

.usa_sub_thead {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.icon_round_bbox {
  display: flex;
  margin-bottom: 10px;
  text-align: justify;
}

.main_cimmgra {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-column-gap: 10px;
  align-items: center;
}

.w_icon {
  padding: 4px 6px;
  background-color: #ff0000;
  font-size: 18px;
  border-radius: 2px;
  color: #ffff;
  margin-right: 5px;
}

.color_ass {
  background-color: #eeeeee;
  padding: 0px 0px;
}

.main_wcimmgra {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 80px;
  align-items: center;
}

.new_hw_group{
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 0px;
  padding-right: 0px;
}

.c_c_head{
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}

.space_top_one{
  padding-top: 10px;
}
.space_top_two {
  padding-top: 10px;
}
.icon_immgra_box {
  display: flex;
  margin-right: 0px;
  margin-bottom: 14px;
  align-items: center;
}
.image-two{
  width: 270px;
  padding-bottom: 20px;
}
.nine_group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  align-items: center;
}

.new_down_group {
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 0px;
  padding-right: 10px;
}

.b_wspace{
  margin-bottom: 20px;
}
.ita_para{
  text-align: justify;
}
.icon_immgra_box {
  display: flex;
  margin-right: 0px;
  margin-bottom: 14px;
  align-items: self-start;
}
.add_b_ass_space {
  padding-bottom: 10px;
}

.icon_round_wbox {
  display: flex;
  align-items: self-start;
  margin-right: 0px;
  margin-bottom: 9px;
}
.icon_immgra_bbox {
  display: flex;
  margin-right: 0px;
  margin-bottom: 9px;
  align-items: self-start;
}
.color_pwhite {
  padding: 0px 0px;
}
.icon_round_bbox {
  display: flex;
  margin-right: 0px;
  margin-bottom: 16px;
  text-align: justify;
}
.icon_round_box {
  display: flex;
  align-items: self-start;
  margin-right: 0px;
}
.main_req {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  align-items: center;
}
.canada_para_head {
  margin-bottom: 10px;
  padding-top: 0px;
}
.fed_para_head {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.cimgrra_para_head {
  text-align: justify;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
}
.main_pnpimmgra {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  grid-column-gap: 20px;
  align-items: center;
}
.main_pnp {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0px;
  margin-bottom: 40px;
  grid-column-gap: 40px;
}
.icon_immgra_wlbox {
  display: flex;
  margin-right: 0px;
  align-items: center;
}
.new_down_group {
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 0px;
  padding-right: 10px;
}
.main_about {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-column-gap: 0px;
}
.icon_round_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.icon_round_flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.canada_para_inhead {
  text-align: justify;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
}
.immgra_icon_para {
  margin-left: 10px;
  width: 100%;
  text-align: justify;
  line-height: 23px;
}
.canada_para_inhead {
  font-size: 19px;
  line-height: 24px;

}

.image-canada-two{
  width: 450px;
  padding-bottom: 10px;
}
.cimmgra-title {
  font-size: 28px;
  line-height: 30px;
  margin: 0px 0px 20px;
}

.fa_icon_nine {
  font-size: 30px;
  color: #ff0000;
  margin-right: 4px;
}
.all_skill_vbox {
  display: flex;
  align-items: flex-start;
  margin-right: 0px;
  margin-bottom: 16px;
}
.color_ass {
  background-color: #eeeeee;
  padding: 15px 0px;
}

.image-two{
  width: 450px;
  padding-bottom: 20px;
}
.canada_apara_head {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.immgra_icon_head{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.link_a a{
  text-decoration: none;
}
.canada_para_head {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.ctwo_group{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.cnine_group{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.social_grid{
  text-align: center;
}
.social_grid h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.news_section {
  padding: 50px 0px;
  margin: 50px 0px;
}

.c_section_two {
  padding-bottom: 10px;
}
.c_section-map_head {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 20px;
}
.news_section {
  padding: 30px 0px;
  margin: 30px 0px;
}
.map_section {
  padding-bottom: 40px;
}
.banner_contact {
  padding: 40px 0px;
}

.fa_icon_nine {
  font-size: 30px;
  color: #ff0000;
  margin-right: 5px;
}
.section-title-pnp {
  font-weight: 600;
  font-size: 32px;
  line-height: 34px;
  margin: 20px 0px;
  color: #fff;
  width: 100%;
}
.s_one{
  margin-top: 50px;
  margin-bottom: 20px;
}
.pnp_one{
  margin-top: 30px;
}
.item-space{
  padding: 16px 0px 16px;
}
.s_eight {
  background-color: #ecf0f4;
  padding: 20px 0px;
}
.main-service-eight {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 20px;
}
.icon_box_g {
  display: grid;
  margin-top: 15px;
  margin-bottom: 10px;
}
.i_box {
  display: flex;
  align-items: flex-start;
  padding: 6px 12px;
  margin-right: 10px;
  width: 100%;
  flex-direction: row;
  text-align: left;
}
.space-bottom {
  padding-bottom: 35px;
}
.pnp_sthree {
  background-color: #eff2f5;
  padding: 20px 0px;
}
.pnp_c_head {
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20px;
} 
.s_c_head {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.skill_ibox {
  margin-left: 16px;
  text-align: left;
}
.w-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.pay-logo_one {
  margin-bottom: 20px;
  text-align: center;
}
.monaris_img{
  width: 50%;
  height: auto;
}
.payment_grid {
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr;
}
.visa_sub_head {
  width: 100%;
}
.w-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.pay-logo_one {
  margin-bottom: 20px;
  text-align: center;
}
.monaris_img{
  width: 50%;
  height: auto;
}
.payment_grid {
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr;
}
.welcome_video{
  width: 350px;
  height: 220px;
}
.welcome-vleft{
  margin-top: 0px;
}
.welcome_mvideo {
  width: 370px;
  height: 200px;
}

.video_one{
  margin-top: 30px;
  text-align: center;
}
.main_video {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 10px;
  grid-column-gap: 50px;
}
.video_item_gr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 50px;
  justify-items: center;
}
.video_flx {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

.video_round {
  width: 28px;
  height: 28px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.skill_vbox{
  margin-left: 16px;
  text-align: left;
}
.link_a a {
  text-decoration: underline;
}
.startup_video {
  width: 350px;
  height: 250px;
}
.welcome-pnp-img{
  text-align: center;
  margin: 0 auto;
}
.welcome-left img{
  text-align: center;
}
.immgra_icon_title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}

.icon_box_w {
  display: flex;
  align-items: flex-start;
}
.v_icon_head {
  margin-left: 6px;
}
.canada_para_head {
  text-align: justify;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.canada_para {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  margin-top: 10px;
  text-align: justify;
}

.usa_pnphead{
  text-align: center;
  margin: 10px 0px;
}

.subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-align: justify;
}

.subtitle_pnp {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-align: justify;
}

.c_section_one{
  margin: 50px 0px;
}




}















/* Responsive Media Query For Notebook */
@media (min-width: 768px) and (max-width: 990px){

  .c_head_group {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .c_section-title{
    font-weight: 700;
    font-size: 52px;
    line-height: 54px;
    margin: 0px auto;
    text-align: center;
    width: 70%;
  }
  .main {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
    grid-row-gap: 20px;
    justify-items: center;
    text-align: center;
    
  }
  .main-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
    grid-column-gap: 50px;
    justify-items: center;
  }
  .m_section-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 44px;
    margin: 0px auto;
    text-align: center;
    width: 70%;
    padding-bottom: 0px;
  }
  .main-four {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-column-gap: 40px;
    align-items: center;
  }
  .main-seven {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    grid-column-gap: 40px;
    align-items: center;
  }
  .main-eight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
  .top_left {
    
  }
  .pk_btn{
    
  }
  .navbar-collapse {
    padding: 60px 0px;
    width: 82%;
    margin: 0 auto;
  }
  .navbar-light .navbar-toggler {
    border-radius: 0px;
  }
  .navbar-toggler {
    padding: 5px 120px;
    border-radius: 0rem;
  }
  .bg_color_mid {
    padding-top: 0px;
    text-align: center;
    height: 50px !important;
  }

  .booking-btn {
    padding: 10px 30px;
   
  }

    .main_menu{
      display: grid;
      grid-template-columns: 1fr 3fr 2fr;
      align-items: center;
    }
  
  .navbar-nav .dropdown-menu {
    position: static;
    width: 90%;
    margin: 0 auto;
  }

  .container-fluid {
    padding-left: 24px;
  }

  .logo_imgg{
    width: 150px;
    height: auto;
    margin-right: 0px;
    padding: 10px 0px;
  }

  .bg_color_mid {
    background-color: #1e2f4100;
    width: 100%;
    padding-top: 0px;
    height: 60px;
  }

  .navbar-toggler {
    background-color: #1E2F41;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
  }

  .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
    z-index: 99;
    justify-items: center;
  }

  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    padding-left: 21px;
  }



  .navbar-light .navbar-nav .nav-link {
    margin-top: 0px;
  }



  .navbar-toggler:focus {
    box-shadow: none;
  }

  .bg_color_mid {
    padding-top: 5px;
  }


  .main_slider{
    height: 350px;
    width: auto;
  }
  .s_three_w {
    background-color: #FBFBFB;
    padding-top: 50px;
  }
  .main_title{
    font-size: 52px;
    line-height: 40px;
    font-weight: 600;
  }

  .main_sub_title{
    margin-top: 12px;
  }


  .btn {
    padding: 10px 18px;
    font-size: 14px;
  }


 

  .section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin: 0px 0px;
  }
  .topbar_item_group {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 6fr 2fr;
  }


  .main_main{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
    grid-column-gap: 50px;
  }
  .main-ass {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
    grid-column-gap: 50px;
    justify-items: end;
  }

  .main_three_w {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-column-gap: 30px;
    align-items: center;
  }
  .m_side {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 10px;
    row-gap: 10px;
    justify-items: center;
  }
  .s_left_img{
    background-position: center;
  }
  .icon_txt {
    text-align: justify;
  }
  .s_eight{
    padding: 50px 0px;
  }
  .t_img_icon {
    width: 40%;
    height: 40%;
    margin: 0 auto;
  }

  .usa_thead {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
  .left_img {
    width: 80%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .img-left{
    background-position: center;
    padding-top: 20px;
  }
  .main-ass {
    justify-items: center;
  }
  .main_main{
    text-align: center;
  }
  .welcome-left img {
    width: 60%;
    margin-bottom: 30px;
  }
  .contact_gr {
    width: auto;
      height: auto;
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      padding: 60px 30px 30px;
      row-gap: 20px;
  }
  .c_bar_group {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }
.c_section_nine {
  width: 90%;
}
.ctwo_item {
  width: 90%;
  margin: 0 auto;
}
.footer-three {
  margin-top: 10px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  justify-items: stretch;
  padding: 0px 60px;
}
.stand_bar {
  width: 1px;
  height: 50px;
  background-color: #0064c9;
  margin-left: 8px;
}


.c_head {
  margin-top: 20px;
  font-size: 54px;
  line-height: 54px;
}
.main_about {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
  grid-column-gap: 0px;
  text-align: center;
}
.section-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  margin: 0px 0px;
}
.space_down {
  padding-bottom: 20px;
}

.space_top {
  padding-bottom: 20px;
}
.main_six {
  display: grid;
  align-content: center;
  align-items: center;
}
.c_item {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.grid-footer {
  display: grid;
  grid-template-columns: 1fr;
  padding: 50px;
}
.grid-footer {
  display: grid;
  grid-template-columns: 1fr;
  padding: 50px;
  gap: 0px;
}
.gallery_img{
  width: 100%;
  height: 100%;;
}

.five_para {
  font-size: 18px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  margin: 20px 0px;
  text-align: justify;
  color: #000;
}
.footer-one img {
  width: 280px;
  height: auto;
}

.footer-section {
  padding: 0px;
}

.space_top_one{
  padding-top: 20px;
}


.space_top_one{
  padding-top: 10px;
}

.immgra_icon_para {
  text-align: justify;
}


.usa_sub_thead {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.icon_round_bbox {
  display: flex;
  margin-bottom: 10px;
  text-align: justify;
}

.main_cimmgra {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-column-gap: 10px;
  align-items: center;
}

.w_icon {
  padding: 4px 6px;
  background-color: #ff0000;
  font-size: 18px;
  border-radius: 2px;
  color: #ffff;
  margin-right: 5px;
}

.color_ass {
  background-color: #eeeeee;
  padding: 0px 0px;
}

.main_wcimmgra {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 80px;
  align-items: center;
}

.new_hw_group{
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 0px;
  padding-right: 0px;
}

.c_c_head{
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}

.space_top_one{
  padding-top: 10px;
}
.space_top_two {
  padding-top: 10px;
}
.icon_immgra_box {
  display: flex;
  margin-right: 0px;
  margin-bottom: 14px;
  align-items: center;
}
.image-two{
  width: 270px;
  padding-bottom: 20px;
}
.nine_group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  align-items: center;
}

.new_down_group {
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 0px;
  padding-right: 10px;
}

.b_wspace{
  margin-bottom: 20px;
}
.ita_para{
  text-align: justify;
}
.icon_immgra_box {
  display: flex;
  margin-right: 0px;
  margin-bottom: 14px;
  align-items: self-start;
}
.add_b_ass_space {
  padding-bottom: 10px;
}

.icon_round_wbox {
  display: flex;
  align-items: self-start;
  margin-right: 0px;
  margin-bottom: 9px;
}
.icon_immgra_bbox {
  display: flex;
  margin-right: 0px;
  margin-bottom: 9px;
  align-items: self-start;
}
.color_pwhite {
  padding: 20px 0px;
}
.icon_round_bbox {
  display: flex;
  margin-right: 0px;
  margin-bottom: 16px;
  text-align: justify;
}
.icon_round_box {
  display: flex;
  align-items: self-start;
  margin-right: 0px;
}
.main_req {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  align-items: center;
}
.canada_para_head {
  margin-bottom: 10px;
  padding-top: 0px;
}
.fed_para_head {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.cimgrra_para_head {
  text-align: justify;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
}
.main_pnpimmgra {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  grid-column-gap: 20px;
  align-items: center;
}
.icon_immgra_wlbox {
  display: flex;
  margin-right: 0px;
  align-items: center;
}
.new_down_group {
  margin-bottom: 20px;
  display: grid;
  background-color: #edecec;
  grid-template-columns: .5fr 10fr;
  align-items: center;
  margin-left: 0px;
  padding-right: 10px;
}
.main_about {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-column-gap: 0px;
}
.icon_round_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.icon_round_flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.canada_para_inhead {
  text-align: justify;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
}
.immgra_icon_para {
  margin-left: 10px;
  width: 100%;
  text-align: justify;
  line-height: 23px;
}
.canada_para_inhead {
  font-size: 19px;
  line-height: 24px;

}

.image-canada-two{
  width: 100%;
  padding-bottom: 40px;
}
.cimmgra-title {
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 20px;
}
.fa_icon_nine {
  font-size: 34px;
  color: #ff0000;
  margin-right: 4px;
}

.color_ass {
  background-color: #eeeeee;
  padding: 15px 0px;
}

.image-two{
  width: 100%;
  padding-bottom: 30px;
}
.canada_apara_head {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 20px;
}
.immgra_icon_head{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.link_a a{
  text-decoration: none;
}
.canada_para_head {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.ctwo_group{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.cnine_group{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.social_grid{
  text-align: center;
}
.social_grid h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.news_section {
  padding: 50px 0px;
  margin: 50px 0px;
}

.c_section_two {
  padding-bottom: 10px;
}
.c_section-map_head {
  font-weight: 600;
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 20px;
}
.map_section {
  padding-bottom: 50px;
}
.i_box {
  display: flex;
  align-items: flex-start;
  padding: 6px 10px;
  margin-right: 10px;
  width: 100%;
}

.s-title-head {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}

.s_one{
  margin-top: 60px;
}
.pnp_one{
  margin-top: 20px;
}
.item-space{
  padding: 16px 0px 16px;
}
.s_eight {
  background-color: #ecf0f4;
  padding: 20px 0px;
}
.main-service-eight {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 20px;
}
.icon_box_g {
  display: grid;
  margin-top: 15px;
  margin-bottom: 10px;
}
.i_box {
  display: flex;
  align-items: flex-start;
  padding: 10px 12px;
  margin-right: 10px;
  width: 100%;
  flex-direction: row;
  text-align: left;
}
.space-bottom {
  padding-bottom: 35px;
}
.v_b_icon {
  font-size: 28px;
  color: #ff0000;
  margin-right: 5px;
  margin-top: 0px;
}

.mimg_icon {
  width: 60px;
  height: auto;
}
.usa_shead {
  text-align: left;
  padding: 0px 10px;
  font-size: 20px;
}
.usa_item_box {
  display: grid;
  justify-items: center;
  padding: 34px 18px 11px;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #E2E2E233;
  background-color: #10174417;
}
.usa_all_gitem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.usa_para_box {
  color: #fff;
  text-align: justify;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: 'DM Sans';
  line-height: 20px;
}
.usa_all_gitem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.b_group_three {
  text-align: center;
  padding: 60px 0px 40px;
}

.gallery_img img {
  border-radius: 3px;
  width: 100%;
  height: auto;
}
.main_pnp {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0px;
  margin-bottom: 40px;
  grid-column-gap: 40px;
}
.welcome-left img {
  width: 60%;
  margin-bottom: 20px;
}
.icon_usapara {
  width: 100%;
  text-align: justify;
}
.pnp_c_head {
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20px;
}
.pnp_sthree {
  background-color: #eff2f5;
  padding: 38px 0px;
}
.pnp_sfive {
  padding: 20px 0px;
}
.usa_all_gitem {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.skill_ibox {
  margin-left: 16px;
  text-align: left;
}
.w-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.pay-logo_one {
  margin-bottom: 20px;
  text-align: center;
}
.monaris_img{
  width: 50%;
  height: auto;
}
.payment_grid {
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr;
}



.main_video {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 10px;
  grid-column-gap: 50px;
}
.video_item_gr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 50px;
  justify-items: center;
}
.video_flx {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}
.welcome_video{
  width: 500px;
  height: 325px;
}
.welcome-vleft{
  margin-top: 0px;
}
.welcome_mvideo {
  width: 450px;
  height: 280px;
}
.video_one{
  margin-top: 30px;
  text-align: center;
}
.video_round {
  width: 40px;
  height: 38px;
  background-image: linear-gradient(#ff0000, #ff0000);
  border-radius: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
}

.immgra_icon_title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}

.usa_service_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  text-align: center;
}

.box_head {
  font-size: 20px;
  line-height: 20px;
  margin-left: 0px;
}

.b_title {
  font-size: 28px;
  line-height: 30px;
  width: 75%;
  padding-bottom: 8px;
}

.b_s_title {
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  padding-bottom: 8px;
}

.b_c_title {
  padding-bottom: 20px;
}

.section-title {
  margin: 10px 0px 10px;
}

.icon_box_w {
  display: flex;
  align-items: flex-start;
}

.canada_para_head {
  text-align: justify;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.canada_para {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  margin-top: 10px;
  text-align: justify;
}
.subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-align: justify;
}

.subtitle_pnp {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-align: justify;
}

.usa_item_group {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main_sub_immgra {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 0px;
}

.s_one {
  margin-top: 30px;
}






}





