body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/24px 'Poppins'; color:#1d1d1d; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Poppins';
font-family: 'Playfair Display';
font-family: 'BistroScript';*/


.btn_link { padding: 13px 35px; border-radius: 30px; text-transform: capitalize; font-weight: 400; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #cd0414; margin-top: 10px;  overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative;  }

.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #1c222c;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.btn_link:hover::before {
  transform: scaleX(1);
}
.btn_link:hover{ color:#fff; }

.btn_link2{background: #1b2129 !important;}
.btn_link2::before{background: #000 !important;}
.btn_link2:hover{ color:#fff !important; }

.btn_link3{background: #cd0414 !important;}
.btn_link3::before{background: #fff !important;}
.btn_link3:hover{ color:#000 !important; }




/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: absolute; left: 0px; top: 0px; z-index: 555; }

.header_top{position: relative; width: 100%; padding: 10px 0; }
.header_top .container{position: relative; z-index: 1; }
.navbar-brand{margin: 0; padding: 0; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{max-width: 100%; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 
.top_contact ul{ display: flex; justify-content: flex-end;}
.top_contact ul li{ margin: 0 0 0 30px; padding:2px; padding-left: 30px; color:#000; font-family: 'Poppins'; font-size: 14px; line-height: 20px; font-weight: 500; float: left; position: relative; }
.top_contact ul li:before{ width: 2px; height: 100%; position: absolute; left: 0; top: 0; background: #c6cbd2; content: ""; }
.top_contact ul li .flex-shrink-0 img{ max-width: 40px;}
.top_contact ul li a{ color:#181818; }
.top_contact ul li a:hover{ color:#cd0414; }
.top_contact ul li .ms-3{ margin: 0 0 0 15px !important; }
.top_contact ul li:first-child{ margin-left: 0; padding-left: 0; }
.top_contact ul li:first-child:before{ display: none; }
.top_contact ul li .d-flex{ align-items: center;}
.top_contact ul li .flex-grow-1{ color:#000; font-size: 15px; line-height: 20px; }
.top_contact ul li .flex-grow-1 em{ font-size: 14px; color:#181818; line-height: 20px; }
.top_contact ul li .flex-grow-1 em{ font-style: normal; }


.header_sec .row{ align-items: center; align-items: flex-end !important; }

.header_menu{ width: 100%; border-top: 1px solid #c6cbd2; border-bottom: 1px solid #c6cbd2; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.menu_sec {padding: 0; display: flex; justify-content: space-around; }
.menu_sec li{ margin: 0 0 0 20px; font-size: 14px; line-height: 18px; color:#000; position: relative; font-weight: 400; float: left; }
.menu_sec li a{display: inline-block; color: #000; padding: 15px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#cd0414; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #cd0414; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #fff; top: 75px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#000; }
.site-navigation ul .sub-menu li a:hover{ background: #cd0414 !important; color:#fff; }

.top-logo { width: 19%; display: flex; align-items: center; justify-content: space-between;}
.header-mid { width: 81%; position: relative; }



.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; }
/* .header_sec.fixed .header_top{ display: none; } */


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }


/* .top_btn { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.call_btn{ background: #28662D; background: linear-gradient(90deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%);}
.call_btn:hover{ background: #28662D; background: linear-gradient(270deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%); } */

.ndis_logo2 {
  width: auto;
}
.ndis_logo2 img{ max-width: 100px;}


.bannersec{ width: 100%; position: relative; }  
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; }
.banner_box:before{ background: linear-gradient(90deg,rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%); width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; content:""; z-index: 1; background-size: cover; }

.banner_box:after{ background: url(../images/line.png) no-repeat 0 0; width: 400px; height: 55px; background-size: 100%; position: absolute; left: 0px; bottom: 0px; content:""; z-index: 1; }


.banner_box .ban_img{ width: 100%; height: 690px; object-fit: cover; }
.banner_innr{ width: 100%; position: absolute; left: 50%; top: 55%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt{max-width: 500px; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 50px; line-height: 55px; color: #000; padding-bottom: 15px; position: relative; text-transform: capitalize; font-family: 'Playfair Display'; position: relative; font-weight: 700; }  
.banTxt .ban_subheading{display: inline-block; width: 100%; font-size: 65px; line-height: 70px; color: #cd0314; padding-bottom: 15px; position: relative; text-transform: capitalize; font-family: 'BistroScript'; position: relative; font-weight: 700; padding: 0 0 40px; }   
.banTxt .ban_subheading:after{ background: url(../images/arw1.png) no-repeat 0 0; background-size: 100%; width: 300px; height: 60px; position: absolute; right: -60px; bottom: 12px; content: ""; }
.ban_content{ color:#fff; padding-bottom: 10px; line-height: 28px; font-size: 16px; color:#303030; }
.banTxt .btn_link{margin: 20px 0 0; }
.ban_btn{ display: flex; justify-content: flex-start; align-items: center; column-gap: 10px; }
.visa_img{ position: absolute; right: 0; bottom: 0; z-index: 1; }
.visa_img img{ max-width: 100%;}
.visa_img:before{ background: url(../images/map.png) no-repeat 0 0; background-size: 100%; width: 275px; height: 140px; position: absolute; left: -168px; top: -55px; content: ""; }


.wrapper{ padding: 75px 0; }
/* .top_subheading{ width: 100%; font-size: 18px; line-height: 24px; font-family: 'Poppins'; color: #000; font-weight: bold; text-transform: capitalize; padding-bottom: 12px; } */
.top_heading{ width: 100%; font-size: 34px; line-height: 45px; font-family: 'Playfair Display'; color: #222222; font-weight: 700; text-transform: capitalize; padding-bottom: 15px; }
.top_paragraph{ font-size: 16px; line-height: 30px; font-family: 'Poppins'; color: #4b4b4b; font-weight: normal; padding-bottom: 15px; }
.top_paragraph strong{font-weight: 700; color:#4b4b4b; }
.top_paragraph2{ padding: 0;}


.service_sec{ width: 100%; overflow: hidden; position: relative; }
.service_sec .top_sec {
  position: relative;
  z-index: 1;
}
.service_innr{ width: 100%; padding: 0; position: relative; padding: 15px 0 0; }
.service_innr::before { background: url(../images/service_bg.png) no-repeat 0 0; position: absolute; width: 1200px; height: 600px; background-size: 100%; left: -35px; top: 60%;
 transform: translate(0, -50%); content: ""; }
.service_innr .row{ position: relative;}
.service_box{ width: 100%; border-radius: 10px; background: #fff; padding: 20px 15px; text-align: center; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 7px 0; height: 100%; box-shadow: 0 0 11px 3px #f1f1f1; position: relative; }
.service_icon{ width: 58px; height: 58px; background: #cd0414; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; border-radius: 100%; }
.service_icon img{ max-width: 35px; margin: 0; transition: 1.7s; }
.service_txt{width: 100%; display: inline-block;}
.service_title{ width: 100%; font-size: 16px; line-height: 24px; font-family: 'Poppins';  color:#222222; font-weight: 500;  }
.service_box:hover .service_img img{transform: rotateY(360deg);}
.service_innr .col-md-3{width: 20%; padding: 0px 8px; }
.service_innr .col-md-3:nth-child(even) .service_icon{ background: #1c222c;}
.service_box:hover .service_icon img { transform: rotateY(360deg);}
.service_link{ width: 100%; position: absolute; left: 0; top: 0; height: 100%; display: block; }




.about_sec{ width: 100%; position: relative; background: #1c222c; } 
.about_sec:after{ background: url(../images/about_bg.png) no-repeat 0 0; position: absolute; right: 0; bottom: 0; background-size: 100%; width: 700px; height: 252px; content: ""; }
.about_sec:before{ background: url(../images/about_icon.png) no-repeat 0 0; position: absolute; right: 0; top: 55px; background-size: 100%; width: 280px; height: 220px; content: ""; }
.about_sec .container{ position: relative; z-index: 1; }
.about_row{ align-items: center; flex-direction: row-reverse;}
.about_left{ width: 100%; padding: 0 0 0 20px; position: relative;} 
.about_imgbox{ width: 100%; text-align: center; padding: 0 30px; }
.about_imgbox img{ width: 100%; }
.about_sec .top_heading{ color:#fff; }
.about_sec .top_paragraph, .about_sec .top_paragraph strong{ color:#fff; }
.wrapper.about_sec { padding: 60px 0;}




.why_choose{ width: 100%; position: relative;}
.reverse{ flex-direction: row-reverse; }
.list_style { padding: 0 0 15px;}
.list_style li{ font-size: 18px; line-height: 24px; color:#1d1d1d; padding: 5px; padding-left: 28px; margin-bottom: 5px; background: url(../images/bullet.png) no-repeat left top 8px; background-size: 18px; font-weight: 500; }
.list_style li:last-child{ margin-bottom: 0; }
.list_style li strong{ font-weight: 700; width: 100%; display: inline-block; }

.why_img{ width: 100%; margin: 0 0 20px;}
.why_img img{ max-width: 100%; border-radius: 12px; }
.why_choose .row{ align-items: center; }
.why_left { width: 100%; position: relative;}
.why_content .list_style { padding: 10px 0 20px;}

.testimonial_sec{ width: 100%; position: relative; text-align: center; background: #fdf4f5; }
.testimonial_sec.wrapper{ padding: 75px 0 0; }
.testimonial_sec .top_heading{ text-align: center; }
.cta_sec{ width: 100%; margin-top: 80px; }
.cta_sec .container{ max-width: 1300px; }
.cta_innr{ width: 100%; background: #cd0414; padding: 45px 75px; border-radius: 30px 30px 0 0; padding-right: 265px; position: relative; }
.cta_innr:after{ background: url(../images/plane.png) no-repeat 0 0; background-size: 100%; width: 280px; height: 120px; position: absolute; right: 6px; bottom: 0; content: ""; }
.testimonial_slider{ width: 100%; padding: 20px 0 0; }
.cta_innr .top_heading {
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    text-align: left;
    padding: 0;
}
.cta_innr .top_heading span{ font-family: 'BistroScript'; font-weight: normal; font-size: 50px;}
.cta_innr .top_paragraph{ color:#fff; font-size: 14px; line-height: 24px; text-align: left; padding: 0;}
.cta_rt{ width: 100%; position: relative; padding: 0 250px 0 0; }
.cta_rt .btn_link2{ position: absolute; right: 0; top: 0; }
.cta_sec .row{ align-items: center; }
.footer_content { width: 100%; font-size: 14px; line-height: 26px; color: #fff; padding: 15px 0 0;}


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 26px; color:#000 !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 100%; z-index: 5555; background: #cd0414; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }
.toparww img{ max-width: 25px; filter: invert(1);}


.footer_sec{ width: 100%; background: #1c222c; position: relative; }
.footer_sec::after { background: url(../images/about_bg.png) no-repeat 0 0; position: absolute; right: 0; bottom: 0; background-size: 100%; width: 700px; height: 252px;
  content: ""; opacity: 0.5;
}
.footer_sec .container{position: relative; z-index: 2;}

.footer_top{ width: 100%; padding: 70px 0 40px 0; }
.footer_box{ width: 100%; }
.footer_heading{ font-size: 18px; line-height: 26px; font-weight: bold; color:#fff; text-transform: uppercase; padding: 0 0 20px; font-family: 'Poppins'; }
.footer_logo{ display: inline-block; margin-bottom: 28px; }
.footer_logo img{ max-height: 100%;}

.foter_logo { display: flex; align-items: center; gap: 20px;}

.social_box{ width: 100%; display: inline-block;}
.social_box li{ margin: 0 10px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a:hover img{ filter: brightness(100); }
.social_box li a img{  max-width: 100%; }


.foot_link li{ width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 22px; color:#fff; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#ff1528; }

.foot_contact li{ width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 24px; color:#fff; position: relative; padding: 3px; padding-left: 36px; }
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#ff1528; }
.foot_contact li i{ width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 100%; font-size: 12px; color:#000; position: absolute; left: 0px; top: 3px; background: #ff1528; }
.foot_contact li i img{ max-width: 12px; filter: invert(1); }

.footer_box1{width: 24%;}
.footer_box2{width: 28%;}
.footer_box3{width: 23%;}
.footer_box4{width: 25%;}

.footer_btm{ width: 100%; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); font-size: 14px; line-height: 20px; font-weight: normal; color:#fff; text-align: center; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#ff1528; }
.footer_btm span{ text-transform: uppercase; }

.mobile_btm{ display: none;}
.ndis_logo{ width: 100%; display: inline-block; margin-bottom: 30px; }
.ndis_logo img { max-width: 90px;}

.mob_logo{ display: none;}




/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #fff;}
.primary-navigation .menu_sec ul li a:hover{background-color: #cd0414; color:#fff !important; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 240px; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #fff; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
content: "";  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }






/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #222222;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: 'Playfair Display';
}
.inner_subtitle {
  color: #222222;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Playfair Display';
}
.inner_subtitle2 {
  color: #222222;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  font-family: 'Playfair Display';
  text-transform: capitalize;
}

.inner_txt {
  font-size: 15px;
  color: #303030;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#ff1528;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #cd0314;
}
.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.6em;
  color: #303030;
  font-weight: normal;
  list-style: none;
  padding: 5px;
  padding-left: 26px;
  margin: 0 0 2px;
  background: url(../images/bullet.png) no-repeat left top 7px; background-size: 18px;
}
.inner_list_txt ul li strong{ color:#cd0314; }
/* .inner_list_txt ul li:before{ background: url(../images/bullet.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 23px; position: absolute; left: 0; top: 0; content: "";  } */
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #cd0314;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.inner_bottm_sec .inner_title, .inner_bottm_sec .inner_subtitle{color:#fff; }
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #cd0314;
}
.breadcrumb-container {
  z-index: 5;
  color:#fff;
}
.breadcrumb-container a:hover{
  color:#fff;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #222;
}
.sub_heading strong{ color: #cd0314;}
.inner_bottm_sec .inner_txt { margin-top: 20px; color:#fff; }
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}




/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 12px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Poppins'; height: 50px; background: none; border: 1px solid #ccc !important; }
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.get_box textarea{ height: 80px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box input[type="date"]:focus, .get_box input[type="file"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#000 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }
.get_box input[type="file"]{ padding: 12px !important;}
.get_box label{ padding: 0 0 5px; width: 100%; display: inline-block; }
.contact_page_heading {
font-size: 32px;
line-height: 1.2;
text-transform: capitalize;
color: #222;
padding: 0 0 15px;
font-weight: 600;
position: relative;
display: inline-block;
font-family: 'Playfair Display';
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #cd0414;
}
.contact_page_heading strong { color:#cd0414;}
.contact_page_info {
position: relative;
color: #303030;
margin-top: 25px;
padding-left: 60px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background: #cd0414;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #303030;
}
.contact_page_info {
color: #303030;
}
.contact-text a:hover{ color:#cd0414; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #403d41 !important;
outline:none;
border-color:#ccc !important; border-radius: 6px;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 15px;
line-height: 24px;
text-transform: capitalize;
color: #ffffff !important;
font-weight: normal;
text-align: center;
border-radius: 50px;
width: fit-content;
padding: 11px 38px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
font-weight: 400;
background: #cd0414;}
.contact-page input[type="submit"]:hover {
background: #1b2129 !important; color:#fff !important;
}
.get_touchSec { padding: 0 0 20px;}
.get_touchSec .col-lg-6, .get_touchSec .col-md-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0 !important;}
.inner_content { width: 100%; padding:75px 0; }
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}





/* error */

.inner_content{ background: none; border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 17px; color: #2f2f2f; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #2f2f2f; padding: 0; }

/* .btn_link { padding: 12px 35px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #fe084a; margin-top: 10px; font-weight: 700; letter-spacing: 1px; }
.btn_link:hover{ background: #e75710; color:#fff !important; } */





/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 30px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 400; background: #cd0414; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
background: #1b2129;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}
.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#fff; }



.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#222;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block;}
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#222; }
.entry-title a:hover, .entry-meta a:hover { color: #1b2129 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #cd0414 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 15px; line-height: 26px; font-family: 'Poppins'; color: #303030; font-weight: normal; padding-bottom: 15px;}

.menu_sec li > a{ background: none !important; }


.get_frm{ width: 100%; display: inline-block; margin: 7px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm input[type="date"], .get_frm select, .get_frm textarea{ width: 100%; height: 50px; padding: 0 15px; background: #fff; border: 1px solid #ccc; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 5px; font-family: 'Poppins'; transition: all 0.3s; }
.get_frm textarea{ padding: 15px; resize: none; height: 120px; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm input[type="date"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#000 !important;}
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#656363; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
.get_frm select{ cursor: pointer;}

.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
/* .btn_div{ text-align: center;} */
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.get_rt .top_heading{ background-position: center bottom;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}

.menu_sec li a { height: auto !important; line-height: normal !important;}
.thank_you img{ max-width: 250px !important; margin: 0 0 20px; }
.contact-img img{ max-width: 25px !important;}

.inner_subtitle.center_txt::after, .inner_title.center_txt::after { left: 50%; transform: translate(-50%, 0); }
.img_box img{ width: 100%; border-radius: 5px; }
.inner_content { padding: 60px 0;}

/* .get_sec .get_frm .btn_link{ background: linear-gradient(90deg,rgba(28, 204, 222, 1) 0%, rgba(40, 171, 202, 1) 24%, rgba(54, 135, 181, 1) 50%, rgba(65, 103, 162, 1) 72%, rgba(72, 84, 150, 1) 100%) !important; margin-top: 10px; }
.get_sec .get_frm .btn_link:hover{ background: #3ebfc4 !important; } */

.menu_sec li{ height: auto !important; line-height: normal !important; }
.menu_sec li a {
  padding: 10px 0;
}
.book_frm p{ padding: 0;}


.menu_sec li a { height: auto !important; line-height: normal !important;}
.thank_you img{ max-width: 250px !important; margin: 0 0 20px; }
.contact-img img{ max-width: 25px !important;}

.inner_subtitle.center_txt::after, .inner_title.center_txt::after {  left: 50%; transform: translate(-50%, 0);}
.img_box img{ width: 100%; border-radius: 5px; }
.top_sec2 {
  padding: 30px 15px;
  border-radius: 15px;
  background: #fdf4f5;
}
.ban_list ul{ justify-content: center; }


.nav_top .menu-primary-menu-container {
  justify-content: space-around !important;
}


.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free{ background: #fff; border-radius: 15px; box-shadow: 0 3px 2px 1px #cd0414; position: relative; 
 padding: 20px; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-item{ padding: 5px; }
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section{ margin: 0 30px !important;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ text-align: left; font-size: 14px; line-height: 24px; color:#000; padding: 0; margin: 0 !important; min-height: 200px; }
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-image { display: flex;}
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-name{ text-align: left; font-size: 14px; line-height: 24px; color: #000; padding: 0; font-weight: 700; position: absolute; left: 94px; top: 15px; }
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-rating{ position: absolute; left: 94px; top: 42px; }
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-image{ position: relative; margin: -8px 0 22px 0; }
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-image:before{ background: url(../images/red.png) no-repeat 0 0; background-size: 100%; width: 68px; height: 73px; position: absolute; left: -8px; top: -12px; content: ""; }
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-image img{ position: relative; }
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-testimonial { margin: 0;}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{ border: none !important; background: url(../images/prev.png) no-repeat 0 0 !important; width: 18px !important; height: 32px !important; background-size: 100% !important; font-size: 0px !important; left: 0px; right: auto; top: 60% !important;
  transform: translate(0, -50%); }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{ border: none !important; background: url(../images/next.png) no-repeat 0 0 !important; width: 18px !important; height: 32px !important; background-size: 100% !important; font-size: 0px !important; left: auto; right: 0; top: 60% !important;
  transform: translate(0, -50%); }
.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-item:nth-child(odd) .sp-testimonial-client-image::before{background: url(../images/black.png) no-repeat 0 0; background-size: 100%; }

.scrolltop {
  animation: bounce2 2s ease infinite;
}


@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}


.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free{ background: #fff; border-radius: 15px; box-shadow: 0 3px 2px 1px #cd0414; position: relative;  height: 100%;
 padding: 20px; }
.reviews_page .sp-testimonial-free-section .sp-testimonial-item{ padding: 5px; }
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section{ margin: 0 15px !important;}
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ text-align: left; font-size: 14px; line-height: 24px; color:#000; padding: 0; margin: 0 !important; }
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section .sp-testimonial-client-image { display: flex;}
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section .sp-testimonial-client-name{ text-align: left; font-size: 14px; line-height: 24px; color: #000; padding: 0; font-weight: 700; position: absolute; left: 94px; top: 15px; }
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section .sp-testimonial-client-rating{ position: absolute; left: 94px; top: 42px; }
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section .sp-testimonial-client-image{ position: relative; margin: -8px 0 22px 0; }
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section .sp-testimonial-client-image:before{ background: url(../images/red.png) no-repeat 0 0; background-size: 100%; width: 68px; height: 73px; position: absolute; left: -8px; top: -12px; content: ""; }
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section .sp-testimonial-client-image img{ position: relative; }
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section .sp-testimonial-client-testimonial { margin: 0;}
.reviews_page #sp-testimonial-free-wrapper-56 .sp-testimonial-free-section .sp-testimonial-item:nth-child(odd) .sp-testimonial-client-image::before{background: url(../images/black.png) no-repeat 0 0; background-size: 100%; }

.faq_sec .sp-easy-accordion > .sp-ea-single { background: #fff !important; border-color: #ff1528 !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {color: #222222 !important; font-size: 15px !important; font-weight: 500; }
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body { font-size: 14px !important; line-height: 24px !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand{ background:#ff1528 !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a{ color:#fff !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon{ color:#fff !important; }
.faq_sec .sp-easy-accordion .sp-ea-single .ea-header { padding: 0;}
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a { padding: 12px !important; padding-left: 38px !important; position: relative; }
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon{ position: absolute; left: 10px; top: 12px; }
.faq_sec .sp-easy-accordion {
    margin-top: 5px;
}
.migration_sec .inner_subtitle2{ text-transform: uppercase; }
.menu_sec {
  display: flex !important;
  justify-content: space-around !important;
  flex-wrap: wrap;
  width: 100%;
}
.menu_sec li {
  margin: 0 0 0 10px;
}

.site-navigation ul .sub-menu {
  width: 250px;
  top: 42px;
}
.top_sec2 .ban_btn{ justify-content: center; }

.primary-navigation li.visamenu .sub-menu{ height: 250px; overflow-y: auto; }
.primary-navigation li.educationmenu .sub-menu{ height: 250px; overflow-y: auto; }
.site-navigation ul .sub-menu li a { padding: 8px 12px !important;}

.inner_bottm_sec .btn_link2:hover{ color:#000 !important; }
.inner_bottm_sec .btn_link2:before{ background:#fff !important; }
.cta_innr .btn_link2:hover{ color:#000 !important; }
.cta_innr .btn_link2:before{ background:#fff !important; }
.inner_bottm_sec .inner_subtitle { margin-bottom: 0px;}
.inner_bottm_sec .inner_txt{ margin-top: 0px !important; }

.menu_sec li {
    font-size: 13px;
}


.visa_btn .btn_link {
  padding: 8px 15px;
  margin: 0;
}
.top_contact ul li {
  margin: 0 0 0 12px;
  padding: 2px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 20px;
}
.top_contact ul li .flex-grow-1 {
  font-size: 13px;
  line-height: 18px; margin-left: 10px !important;
}
.top_contact ul li .flex-shrink-0 img {
  max-width: 28px;
}
.visa_btn .btn_link {
  padding: 8px 15px;
  margin: 0;
  color: #fff; font-size: 15px;
}
.top_contact ul li::before {
  width: 2px;
  height: 40px;
  top: 2px;
}
.visa_btn .btn_link:hover{ color:#fff !important; }
.top_contact ul {
  align-items: center;
}

.visabtn_mob {
    display: none !important;
}	
.header_menu .container{ position: relative; }


.assesment_box { width: 100%; position: relative; height: 170px;  padding: 0; border-radius: 6px; overflow: hidden; }
.assesment_box .assess_img{ width: 100%; height: 100%; object-fit: cover; border-radius: 6px; transition: all .3s ease-out; }
.asses_txt{ width: 100%; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); padding-left: 15px; }
.asses_txt .inner_subtitle2{ color:#fff; }
.asses_txt .inner_txt{ color:#fff; }
.assesment_box:before{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.3); border-radius: 6px; content:""; transition: all .3s ease-out; }
.more_link{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 1; }
.assesment_box:hover .assess_img{ transform: scale(1.1);}
.asses_txt img { max-width: 30px !important; margin-top: 0;}



@media only screen and (min-width: 1399px) {
.menu_sec li {
  margin: 0 0 0 22px;
}
.menu_sec li {
    font-size: 14px;
}	
	
}



@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 190px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 28px; }
.inner_subtitle { font-size: 26px;}
.top_heading { font-size: 28px;line-height: 32px; padding-bottom: 15px; }
.wrapper { padding: 65px 0; }

.top_paragraph { font-size: 15px; line-height: 28px; padding-bottom: 15px;}
.list_style li{line-height: 28px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 12px;}
.inner_txt, .inner_list_txt ul li { font-size: 15px;}
.widget h2 { font-size: 18px !important;}
.single .entry-content p, .entry-summary p { font-size: 15px; line-height: 25px; padding-bottom: 12px;}



.top_contact ul li{ font-size: 14px; }

.top_contact ul li .flex-shrink-0 img {
  max-width: 32px;
}
.top_contact ul li .flex-grow-1 {
  font-size: 14px;
  line-height: 19px;
}
.top_contact ul li {
  margin: 0 0 0 15px;
  padding: 2px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
}
.top_contact ul li .flex-grow-1 {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px !important;
}
.menu_sec li {
  margin: 0 0 0 12px;
  font-size: 13px;
  line-height: 18px;
}
.menu_sec li a {
  padding: 13px 0;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 38px;
  line-height: 43px;
  padding-bottom: 15px;
}

.banTxt .ban_subheading {
  font-size: 50px;
  line-height: 54px;
  padding-bottom: 15px;
  padding: 0 0 20px;
}
.banTxt .ban_subheading::after {
  width: 175px;
  height: 37px;
  right: 22px;
  bottom: 2px;
}
.ban_content {
  line-height: 24px;
  font-size: 15px;
}
.banTxt {
  max-width: 440px;
}
.btn_link {
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
}
.banner_box::after {
  width: 315px;
  height: 44px;
}
.visa_img::before {
  width: 220px;
  height: 112px;
  left: -130px;
  top: -64px;
}
.banner_box .ban_img {
  height: 640px;
}
.visa_img {
  width: 410px;
}
.wrapper {
  padding: 65px 0;
}
.service_box {
  border-radius: 10px;
  padding: 15px 12px;
  margin: 7px 0;
}
.service_title {
  font-size: 13px;
  line-height: 20px;
}
.service_icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 10px;
}
.service_icon img {
  max-width: 28px;
}
.about_imgbox {
  padding: 0 25px;
}
.top_paragraph {
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
}
.about_sec::after {
  width: 580px;
  height: 212px;
}
.about_sec::before {
  top: 35px;
  width: 200px;
  height: 158px;
}
.top_heading {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 15px;
}
.list_style li {
  font-size: 16px;
  line-height: 24px;
  padding: 3px;
  padding-left: 25px;
  margin-bottom: 4px;
  background-position:left top 6px;
  background-size: 16px;
}
.testimonial_sec.wrapper {
  padding: 55px 0 0;
}
.cta_sec {
  margin-top: 60px;
}
.cta_innr {
  padding: 30px 40px;
  border-radius: 22px 22px 0 0;
  padding-right: 165px;
}
.cta_innr .top_heading span {
  font-size: 40px;
}
.cta_innr .top_heading {
  font-size: 34px;
  line-height: 40px;
}
.cta_rt {
  padding: 0 170px 0 0;
}
.cta_innr::after {
  width: 218px;
  height: 95px;
  right: 6px;
}
.footer_top {
  padding: 50px 0 25px 0;
}
.footer_heading {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 15px;
}
.footer_btm {
  padding: 15px 0;
  font-size: 13px;
  line-height: 20px;
}
.toparww {
  width: 45px;
  height: 45px;
}
.toparww img {
  max-width: 22px;
}
.footer_sec::after {
  width: 580px;
  height: 205px;
}


.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  min-height: 165px;
}

 .menu_sec li {
    margin: 0 0 0 7px;
    font-size: 14px;
    line-height: 18px;
  }
.site-navigation ul .sub-menu {
  top: 48px;
}
.btn_link {
    padding: 10px 24px;
  }
.menu_sec li {
    margin: 0 0 0 4px;
    font-size: 11px;
    line-height: 18px;
  }
.site-navigation ul .sub-menu {
    top: 43px;
  }
.site-navigation ul .sub-menu li {
  font-size: 12px;
  line-height: 18px;
}
.site-navigation ul .sub-menu li a {
  padding: 5px 10px !important;
}	
	
.navbar-brand img {
  max-width: 100%;
}	
.top-logo {
  width: 18%;
}
.top_contact ul li .flex-shrink-0 img {
    max-width: 25px;
  }	
.top_contact ul li .flex-grow-1 {
    font-size: 12px;
    line-height: 18px;
    margin-left: 7px !important;
  }	
.top_contact ul li .flex-grow-1 em {
  font-size: 12px;
  line-height: 18px;
}	
.visa_btn .btn_link {
  padding: 6px 13px;
  margin: 0;
  font-size: 13px;
}	
.top_contact ul li::before {
  width: 2px;
  height: 40px;
  top: 2px;
}
.top_contact ul li {
    margin: 0 0 0 7px;
    padding: 2px;
    padding-left: 8px;
  }	
	
	
	
	
	
	
	
}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {   width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #cd0414; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 8px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background: #000; width: 50%; float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

.inner_title, .inner-form-heading{ font-size: 24px; }
.inner_subtitle { font-size: 22px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 24px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image {margin-bottom: 0 !important; background: none; padding: 0 10px; height: auto;  width: 200px; border-radius: 0; }

.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 50px; padding: 0 15px; font-size: 14px;
  line-height: 18px;}
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}
.header_sec.fixed {animation: inherit;}
.headerMain {padding: 4px 0;}

.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.single .entry-content p, .entry-summary p { font-size: 14px; line-height: 24px; padding-bottom: 12px;}  
.content-sidebar .widget a{font-size: 14px; line-height: 24px;} 

.top-logo { width: auto; }

.headerMain { padding: 0; }
.header_sec.fixed .navbar-brand img { max-width: 180px;}
.navbar-brand img { max-width: 180px; height: auto;}


.mob_logo{ display: inline-block; }
.nav_mobile{ display: none;}
.header_menu {
  border-top: none;
  border-bottom: 1px solid #c6cbd2;
  padding: 15px 0;
}
.header_menuTop{ display: none;}
.page .entry-header, .blog_page_header {
    padding: 140px 0 75px !important; background-position: left 50% center !important; 
  }

.visabtn_mob {
    display: block !important;
    position: absolute;
    right: 58px;
    top: 0;
}	

    
} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.toparww {font-size: 21px; width: 42px; height: 42px}
.toparww_main.fixed .toparww {bottom: 32px;}
.get_touchSec { padding: 0 0 20px;}   
  
.top_heading { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
.btn_link { padding: 8px 22px; font-size: 14px; }  
.list_style li { line-height: 24px; font-size: 14px; }  


.banTxt .ban_heading, .banTxt h1 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 12px;
  }
.banTxt .ban_subheading {
    font-size: 35px;
    line-height: 38px;
    padding-bottom: 15px;
    padding: 0 0 15px;
  }
.banTxt .ban_subheading::after {
    width: 125px;
    height: 26px;
    right: 38px;
    bottom: 2px;
  }
.ban_content {
    line-height: 22px;
    font-size: 14px;
  }
.banTxt {
    max-width: 340px;
  }
.banTxt .btn_link {
  margin: 5px 0 0;
}
.btn_link {
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    line-height: 22px;
  }
.ban_btn {
  column-gap: 8px;
}
.visa_img {
    width: 300px;
  }
.visa_img::before {
    width: 180px;
    height: 93px;
    left: -85px;
    top: -64px;
  }
.banner_box .ban_img {
    height: 520px;
  }
.wrapper {
    padding: 45px 0;
  }
.service_innr::before {
  width: 100%;
  height: 240px;
  left: -35px;
  top: 27%;
}
.service_innr .col-md-3 {
  width: 25%;
  padding: 0px 8px;
}
.service_innr .row {
  justify-content: center;
}
.wrapper.about_sec {
  padding: 55px 0;
}
.about_imgbox {
    padding: 0;
  }
.top_heading {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 12px;
  }
.top_paragraph {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 15px;
  }
.about_sec::before {
    top: 34px;
    width: 150px;
    height: 118px;
  }
.about_sec::after {
    width: 470px;
    height: 170px;
  }
.top_heading {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 12px;
  }
.list_style li {
    font-size: 15px;
    line-height: 22px;
}  
.why_content .list_style {
  padding: 5px 0 10px;
}
.testimonial_sec.wrapper {
    padding: 45px 0 0;
  }
.cta_sec {
    margin-top: 40px;
  }
.cta_innr {
    padding: 24px 40px;
    border-radius: 15px 15px 0 0;
    padding-right: 75px;
  }
.cta_innr .top_heading span {
    font-size: 30px;
  }
.cta_innr .top_heading {
    font-size: 25px;
    line-height: 35px;
  }
.cta_rt {
    padding: 0 137px 0 0;
  }
.cta_innr::after {
    width: 182px;
    height: 78px;
    right: 6px;
  }
.footer_top {
    padding: 40px 0 20px 0;
  }
.footer_box1 {
  width: 100%;
  text-align: center;
}
.foter_logo {
  justify-content: center;
}
.social_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer_box {
  margin: 15px 0;
}
.footer_box2 {
  width: 40%;
}
.footer_box3 {
  width: 30%;
}
.footer_box4 {
  width: 30%;
}
.foot_contact li {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 23px;
  padding: 2px;
  padding-left: 34px;
}
.foot_contact li i {
  width: 26px;
  height: 26px;
  top: 1px;
}
.footer_sec::after {
    width: 440px;
    height: 200px;
  }
.lazyloaded{ max-width: 22px; }

.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  min-height: 230px;
}

.contact_right {
  padding: 20px 18px 0;
}
.visabtn_mob {
    right: 40px;
    top: 7px;
  }
      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading { font-size: 19px; line-height: 25px; padding-bottom: 12px; }
.margin-top { margin-top: 25px;}
.inner_subtitle { font-size: 20px; }
.inner_title, .inner-form-heading { font-size: 22px; }
.contact_right { padding: 15px 15px 0; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] { font-size: 15px; line-height: 22px; padding: 11px 35px !important; }
.wrapper { padding: 45px 0; }
.inner_txt { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.top_paragraph { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 14px; line-height: 23px;}
.inner_subtitle {font-size: 18px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px;}
.inner_content { padding: 50px 0;}
.inner_subtitle2 { font-size: 18px;}
.inner_content { padding: 50px 0 !important;}

.footer_box { margin: 12px 0;}


.container{max-width: 100%;}

.banTxt .ban_heading, .banTxt h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 12px;
  }
.banTxt .ban_subheading {
    font-size: 28px;
    line-height: 30px;
    padding: 0 0 15px;
  }
.banTxt .ban_subheading::after {
    width: 108px;
    height: 22px;
    right: 94px;
    bottom: 2px;
  }
.ban_content {
    line-height: 20px;
    font-size: 13px;
  }
.banTxt {
    max-width: 325px;
  }
.visa_img {
    width: 210px;
  }
.visa_img::before {
    width: 150px;
    height: 80px;
    left: -27px;
    top: -72px;
  }
.banner_box .ban_img {
    height: 480px;
  }
.banner_box::after {
    width: 215px;
    height: 32px;
  }
.service_innr .col-md-3 {
    width: 33.33333%;
    padding: 0px 8px;
  }
.about_left {
  padding: 0;
}
.about_imgbox {
    padding: 0 25px;
    text-align: center;
    margin-top: 25px;
  }
.about_imgbox img {
  width: auto;
  max-width: 300px;
}
.about_sec::after {
    width: 340px;
    height: 124px;
  }
.why_img img {
  width: 100%;
}
.why_img {
  width: 100%;
  margin: 20px 0 10px;
}
.cta_innr {
    padding: 22px 20px;
    border-radius: 12px 12px 0 0;
    padding-right: 30px;
  }
.cta_rt {
    padding: 0 137px 0 0;
    margin-top: 20px;
  }
.cta_rt .btn_link2 {
  position: relative;
  right: inherit;
  top: inherit;
}
.cta_rt {
    padding: 0;
    margin-top: 20px;
  }
.cta_rt .btn_link2 {
  float: left;
}
.foot_link li {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 20px;
}
.banner_box::before {
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  }

.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 12px !important;
  padding-left: 38px !important;
  font-size: 14px !important;
  line-height: 22px;
}
	
.contact_page_info {
  margin-top: 15px;
  padding-left: 46px;
}	
.contact-img {
  width: 38px;
  height: 38px;
}
.contact-img img {
  max-width: 22px !important;
}	

.core-box img {
  width: 70px;
}	
	
.visabtn_mob {
    right: 64px;
  }	
	
	

}

@media only screen and (max-width: 735px){ 
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  min-height: 160px;
}

	

}


@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}





}


@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 90px 0 100px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.inner_bottm_sec { padding: 25px 20px;}

.footer_btm {font-size: 13px; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.inner_content {  padding: 40px 0 !important; }

.banTxt .ban_heading, .banTxt h1 { font-size: 19px; line-height: 24px; }


.banTxt .ban_heading, .banTxt h1 {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 10px;
  }
.banTxt .ban_subheading {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 12px;
  }
.banTxt .ban_subheading::after {
    width: 100px;
    height: 22px;
    right: 98px;
    bottom: -3px;
  }
.banTxt .btn_link {
    margin: 5px 0 0;
    padding: 8px 16px;
    font-size: 12px;
  }
.visa_img{ display: none;}
.service_innr .col-md-3 {
    width: 50%;
    padding: 0px 8px;
  }
.about_imgbox img {
    width: auto;
    max-width: 230px;
  }
.about_sec::after {
    width: 295px;
    height: 105px;
  }
.top_heading {
    font-size: 23px;
    line-height: 31px;
    padding-bottom: 12px;
  }
.list_style li {
    font-size: 14px;
    line-height: 21px;
  }
.cta_innr::after {
    width: 135px;
    height: 60px;
    right: 6px;
  }
.footer_box2, .footer_box3, .footer_box4{ width: 100%; }
.footer_fixed_buttons {
    font-size: 13px;
  }
.footer_sec::after {
    width: 300px;
    height: 142px;
  }
.foot_link li {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
  }
.contact_page_info {
  margin-top: 20px;
  padding-left: 48px;
}
.contact-img {
  top: 3px;
  width: 40px;
  height: 40px;
}
.contact-img img {
  max-width: 20px !important;
}
.page .entry-header, .blog_page_header {
    padding: 140px 0 75px !important;
  }

.testimonial_slider #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section { margin: 0 15px !important; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
  width: 12px !important;
  height: 22px !important;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
  width: 12px !important;
  height: 22px !important;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 13px;
  line-height: 23px;
}
.banner_box .ban_img {
    height: 460px;
  }
.navbar-brand img {
    max-width: 122px;
    height: auto;
  }
.visa_btn .btn_link {
    padding: 4px 8px;
    margin: 0;
    font-size: 11px;
  }
.visabtn_mob {
    right: 46px;
  }
.header_sec.fixed .navbar-brand img {
    max-width: 122px;
  }
} 



@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}

	
	
	
	
}