@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&display=swap');
@font-face {
    font-family: "MatterMedium";
    src: url("../fonts/MatterMedium.eot");
    src: url("../fonts/MatterMedium.eot") format("embedded-opentype"),
    url("../fonts/MatterMedium.woff2") format("woff2"),
    url("../fonts/MatterMedium.woff") format("woff"),
    url("../fonts/MatterMedium.ttf") format("truetype"),
    url("../fonts/MatterMedium.svg#MatterMedium") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: 'MatterLight';
    src: url('../fonts/MatterLight.eot');
    src: url('../fonts/MatterLight.eot') format('embedded-opentype'),
         url('../fonts/MatterLight.woff2') format('woff2'),
         url('../fonts/MatterLight.woff') format('woff'),
         url('../fonts/MatterLight.ttf') format('truetype'),
         url('../fonts/MatterLight.svg#MatterLight') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MatterBold';
    src: url('../fonts/MatterBold.eot');
    src: url('../fonts/MatterBold.eot') format('embedded-opentype'),
         url('../fonts/MatterBold.woff2') format('woff2'),
         url('../fonts/MatterBold.woff') format('woff'),
         url('../fonts/MatterBold.ttf') format('truetype'),
         url('../fonts/MatterBold.svg#MatterBold') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MatterRegularItalic';
    src: url('../fonts/MatterRegularItalic.eot');
    src: url('../fonts/MatterRegularItalic.eot') format('embedded-opentype'),
         url('../fonts/MatterRegularItalic.woff2') format('woff2'),
         url('../fonts/MatterRegularItalic.woff') format('woff'),
         url('../fonts/MatterRegularItalic.ttf') format('truetype'),
         url('../fonts/MatterRegularItalic.svg#MatterRegularItalic') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MatterRegular';
    src: url('../fonts/MatterRegular.eot');
    src: url('../fonts/MatterRegular.eot') format('embedded-opentype'),
         url('../fonts/MatterRegular.woff2') format('woff2'),
         url('../fonts/MatterRegular.woff') format('woff'),
         url('../fonts/MatterRegular.ttf') format('truetype'),
         url('../fonts/MatterRegular.svg#MatterRegular') format('svg');
    font-style: normal;
    font-weight: normal;
}

:root {
  --bg: rgb(41, 39, 43);
  --white: rgb(190, 190, 190);
  --primary: rgb(50, 206, 154);
  --placeholder: rgb(106, 102, 108);
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;

}
body {
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    font-family: "Poppins", serif;
    overflow-y: scroll;
    overflow-x: hidden!important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: "Poppins", serif;
}

p {
    font-family: "Poppins", serif;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 10px;
    line-height: 22px;
    color: #000;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

.search-box input::placeholder {
  color: #fff;
  opacity: 1;
}

.p-80 {
    padding: 80px 0;
}

.headertext {
    position: relative;
}

.headertext h3 {
   font-family: "Poppins", serif;
  font-size: 39px;
  color: #000;
  line-height: normal;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.headertext h3::after {
    content: "";
    position: absolute;
    left: -35px;
    top: -30px;
    background-image: url(../images/shape1.png);
    width: 57px;
    height: 57px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	animation: swing ease-in-out 1s infinite alternate;
}

.headertext h3 span {
    color: #fff;
  position: relative;
	display: inline-block;
  
}

.whychoose .headertext h3 span {
    color: #fff;
  padding: 0px 0px;
  line-height: 65px;
  text-align: center;
	background-image: url(../images/stock.svg);
  background-size: 100%;
  color: #fff;
  background-repeat: no-repeat;
	
	
	
}

.headertext p {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 15px;
    line-height: 26px;
    color: #000;
}

/*.headertext::after {
    content: "";
    position: absolute;
    left: -35px;
    top: -30px;
    background-image: url(../images/shape1.png);
    width: 57px;
    height: 57px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

/*[class^=col-] {
    margin-bottom: 30px;
}*/


/* ======================================================================= */
    /* header start */
/* ======================================================================= */
header.header-area {
    position: relative;
    z-index: 1;
}
.header-top{
    background-color: #050908;
    overflow: hidden;
}
.header-top .boxone{
    flex-shrink: 0;
}
.header-top .marquee_area {
	flex-shrink: 0;
	flex-basis: 780px;
	overflow: hidden;
}
.header-top .icon {
    background-color: #1D1D1D;
    box-sizing: border-box;
    padding: 10px 0px;
    padding-right: 15px;
    position: relative;
    flex-shrink: 0;
    flex-basis: 42px;
}
.header-top .icon:after{
    content: "";
    position: absolute;
    left: -1500px;
    width: 1500px;
    height: 100%;
    top: 0;
    background-color: #1D1D1D;
}
.marquee-carousel .item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.marquee-carousel .item span{
    flex-shrink: 0;
    flex-basis: 24px;
}
.marquee-carousel .item p {
    color: #fff;
    margin: 0;
    white-space: nowrap;
    font-size: 14px;
}
.header-top .boxtwo {
    position: relative;
    z-index: 2;
    gap: 1px;
    pointer-events: none;
}
.header-top .boxtwo .search-box {
    position: relative;
}
.header-top .boxtwo .search-box .form-control {
    background-color: #C72324;
    border-radius: 0;
    border: none;
    height: 46px;
    color: #fff;
    min-width: 260px;
    padding-left: 34px;
    font-size: 14px;
    position: relative;
}
.header-top .boxtwo .search-box:after {
    content: "";
    position: absolute;
    left: 11px;
    background-image: url(../images/serach.webp);
    width: 16px;
    height: 16px;
    top: 14px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.header-top .boxtwo a.btn-book {
    font-size: 14px;
    background-color: #FFC107;
    color: #000;
    padding: 12px 18px;
    white-space: nowrap;
    height: 46px;
}
.header-top .boxtwo .s_media {
    gap: 3px;
    padding-left: 5px;
    pointer-events: all;
}
form.search-form {
    pointer-events: all;
}
.header-top .boxtwo .s_media a i {
     margin-left: 0; 
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.header-bottom {
    background-color: #fff;
    box-shadow: 0px 4px 10px hsl(0deg 0% 0% / 8%);
}
.header-bottom .logo {
	background-color: #FFF;
	box-sizing: border-box;
	padding: 9px 15px 9px 0;
	position: relative;
	flex-shrink: 0;
	flex-basis: 190px;
}
.header-bottom .logo:after{
    content: "";
    position: absolute;
    left: -1500px;
    width: 1500px;
    height: 100%;
    top: 0;
    background-color: #FFF;
}
.header-bottom .nav_top{
    background-color: #DFDCDC;
}
.header-bottom .container{
    position: relative;
}
.header-bottom .container::after {
    content: "";
    position: absolute;
    right: -1440px;
    width: 1508px;
    height: 100%;
    top: 0;
    background-color: #C72324;
}
.header-bottom .container .btn-book {
    position: absolute;
    right: -6%;
    top: 0;
    color: #fff;
    max-width: 116px;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 23px 0;
}
.header-bottom .navarea {
	width: 79%;
}
.header-bottom .nav_top ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.header-bottom .nav_top ul li {
    font-size: 14px;
    display: inline-flex;
    margin: 7px 16px;
    text-transform: uppercase;
}
.header-bottom .nav_top ul li a{
    color: #000;
}



/*menu CSS
--------------------------------------------------------------------------------------------------*/

.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active{
  position: relative;
}

.menu ul li span{
    position: absolute;
    top: 37%;
    right: 5px;
    color: #000;
}
.menu ul li span::after {
    content: '\2b';
    color: #000000;
    font-family: FontAwesome;
    font-size: 8px;
}
.menu ul li:hover span::after{
  color: #c72324;
}
.headarea.innerheader .menu ul li a{ color: #000; }
.menu ul li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0px;
    margin: 2px 12px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu ul li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 32%;
    top: 33%;
    right: -15px;
    background-color: rgb(29 29 29 / 29%);
}
.menu ul li a:hover, .menu ul li.active a {
    color: #c72324;
}
.menu ul li.active a::after{display:none;}
.menu ul li a span {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 6px;
    font-size: 10px;
}
.menu ul li:hover ul li a:hover {
    color: #000;
    background-color: #f7c624;
}
.menu ul li ul {
    width: 240px;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    text-align: left;
    transition: 0.3s;
    opacity: 0;
	display:block;
    visibility: hidden;
    box-shadow: 0 4px 15px rgb(0 0 0 / 3%);
}
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
/*.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}*/
.menu ul li ul li a {
    font-size: 13px;
    text-transform: none;
    padding: 8px 15px;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    display: block;
    margin: 0;
}
.menu ul li ul li ul {
    top: 10px;
    left: 240px;
    top: 0!important;
}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom: solid 1px rgba(98, 98, 98, 0.13);border-right:none;}
.menu ul li ul li a:after{
	content:"";
	display:none;
}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span {
    width: 100%;
    height: 2px;
    background: #000;
    margin-bottom: 6px;
    float: left;
    transition: all 0.3s ease-in-out 0s;
}
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:992.98px){.menu ul{display:flex;!important; justify-content: center;}
 .menu ul li:hover > ul{opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:14px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}


/*banner css*/
.owl-carousel.banner-carousel {
	margin-top: 0;
	position: relative;
	z-index: 0;
}
.banner-carousel .container {
    position: absolute;
    top: 50%;
    -ms-transition: translate(0, -50%);
    -o-transition: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    left: 0;
    right: 0;
}
.cover_area h1 {
    color: #fff;
    font-size: 60px;
	font-weight: bold;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 17%);
}
.cover_area h1 span {
	background-image: url(../images/stock.svg);
	background-size: 100%;
	color: #fff;
	background-repeat: no-repeat;
	padding: 18px 28px;
	line-height: 49px;
	display: inline-block;
	background-position: 10px 13px;
	position: relative;
	left: -19px;
	text-shadow: none;
}
.cover_area p {
	color: #fff;
	font-size: 18px;
	max-width: 373px;
	margin-top: 28px;
	line-height: 1.5em;
}
.cover_area .textsub {
    font-size: 17px;
    color: #000;
    background-color: #fff;
    display: inline-flex;
    position: relative;
    padding: 5px 16px;
    margin-bottom: 18px;
    height: 36px;
    z-index: 1;
    padding-left: 26px;
}
.cover_area .textsub:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 14px solid #af1515;
    border-bottom: 18px solid transparent;
    top: 0;
}
.cover_area .textsub:after {
    content: "";
    position: absolute;
    background-image: url(../images/afterimg.webp);
    width: 85px;
    height: 38px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    right: -84px;
    top: 0px;
}

.banner-carousel .owl-prev, .banner-carousel .owl-next {
	width: 50px;
	height: 50px;
	border: 1px solid #fff !important;
	border-radius: 50% !important;
	line-height: 28px !important;
}
.banner-carousel .owl-prev span, .banner-carousel .owl-next span {
    font-size: 0px;
    height: 40px;
    display: block;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    transition: all .5s ease-in-out;
}
.banner-carousel .owl-nav [class*="owl-"]:hover {
	background: #C72324;
	border-color:#C72324!important;
	color: #FFF !important;
	text-decoration: none;
	transition: all .5s ease-in-out;
}
.banner-carousel .owl-nav [class*="owl-"]:hover span{
	filter: brightness(0) saturate(100%) invert(99%) sepia(13%) saturate(213%) hue-rotate(183deg) brightness(118%) contrast(100%);
}
.banner-carousel .owl-nav span:hover{color:#FFF!important;transition: all .5s ease-in-out; }

.banner-carousel .owl-nav {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding-left: 54px;
	position: absolute;
	bottom: 30px;
	gap: 10px;
	max-width: 1170px;
	margin: auto;
	left: 0;
	right: 0;
}

.banner-carousel .owl-nav button.owl-prev {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/right.webp);
    width: 20px;
    height: 15px;
    background-position: center;
    background-size: contain;
/*     filter: brightness(0) saturate(100%); */
}
.banner-carousel .owl-nav button.owl-next {
    margin-right:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-carousel .owl-nav button.owl-next span {
	background-image: url(../images/right.webp);
	width: 20px;
	height: 15px;
	background-position: center;
	background-size: contain;
	transform: rotate(180deg);
/* 	filter: brightness(0) saturate(100%); */
}

.banner-carousel .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInLeft;
  animation-delay: 0.2s;
}
.banner-carousel .owl-item.active .textsub {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInLeft;
  animation-delay: 0.2s;
}
.banner-carousel .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.2s;
}

.innerbanner_area img{
    width: 100%;
  height: 475px;
  object-fit: cover;
}
.innerbanner_area{
    position: relative;
}
.innerbanner_area .container {
    position: absolute;
   top: 50%;
    -ms-transition: translate(0, -50%);
-o-transition: translate(0, -50%);
-moz-transition: translate(0, -50%);
-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    left: 0;
    right: 0;
    padding: 24px 0;
	pointer-events: none;
}




.innerbanner_form{
    padding: 0;
}
.innerbanner_form .container{
    position: relative;
}
.innerbannerform {
    max-width: 360px;
    width: 100%;
    box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 30%);
    margin-left: auto;
    overflow: visible;
    border-radius: 15px;
    background-color: #fff;
}
.innerbannerform label {
    margin-bottom: 0px;
    font-size: 14px;
}
input.btn-Submit {
    background-color: #c72324;
    color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 8px 14px;
    font-size: 16px;
    border-radius: 8px;
    position: relative;
    bottom: -8px;
}
.innerbannerform h2 {
    background-color: #C72324;
    color: #fff;
    box-sizing: border-box;
    padding: 13px 24px 10px;
    font-size: 26px;
    position: relative;
    margin-bottom: 20px;
}
.innerbannerform h2:after {
    content: "";
    position: absolute;
    background-image: url(../images/formafter.webp);
    width: 100%;
    height: 25px;
    background-position: bottom;
    bottom: -16px;
    left: 0px;
}
.innerbannerform_boby {
    box-sizing: border-box;
    padding: 11px 20px 20px;
}
.innerbannerform_boby .mb-3 {
    margin-bottom: 0.6rem!important;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: #000;
    transform: scale(.85) translateY(-2rem) translateX(.60rem);
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: .625rem;
}



.Bookappointment_btn {
	position: fixed;
	left: 0;
	top: 35%;
	z-index: 2;
	max-width: 42px;
}
/* ======================================================================= */
    /* we_prompt start */
/* ======================================================================= */

.we_prompt {
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
}

.we_prompt .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    background-image: url(../images/text_shape01.png);
    width: 308px;
    height: 51px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common_btn {
    min-width: 150px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    color: #000;
    background-color: transparent;
    border: 2px solid #000;
    position: relative;
    border-radius: 10px;
    margin: 40px 0 0 0;
    transition: all 0.4s ease;
    display: inline-block;
}

.common_btn:hover {
    color: #fff;
    background-color: #C72324;
    border: 2px solid #C72324;
}

.common_btn img {
    width: 14px;
    height: 17px;
}

.common_btn:hover img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(92%) saturate(26%) hue-rotate(196deg) brightness(107%) contrast(100%);
    transition: all 0.4s ease;
}

@media (min-width: 992px) {
    .we_prompt .col-lg-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    .we_prompt .col-lg-9 {
        flex: 0 0 auto;
        width: 70%;
    }
    /*.col-lg-6 {
        flex: 0 0 auto;
        width: 70%;
    }*/
}

.we_prompt_slide {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: inset 0 -1px 8px 0px rgb(0 0 0 / 15%);
}

.we_prompt_slideimg {
    height: 290px;
    position: relative;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    transition: 0.6s;
}

.we_prompt_slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.slide_circle {
    width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #C72324;
  position: absolute;
  bottom: 10px;
  right: 20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.6s;
	display: none;
}

.slide_circle img {
    width: 15px !important;
    height: 12px;
    object-fit: cover;
    transform: scale(1) !important;
}

.slide_circle:hover {
    background-color: #000;
}

.we_prompt_slide_btm {
    width: 100%;
    padding: 15px 15px 22px;
}

.we_prompt_slide_btm h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}

.we_prompt_slide_btm p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.owl-carousel.we-prompt-carousel .owl-stage-outer {
    width: 150%;
}

.we_prompt_slide:hover .we_prompt_slideimg img {
    transform: scale(1.1);
    transition: 0.6s;
}

.featured-carousel .owl-nav{position: absolute;top: -114px;display: block !important;right: 80px;}
.featured-carousel .owl-nav button.owl-prev, .featured-carousel .owl-nav button.owl-next{width: 45px;height: 45px;border: 1px solid #220a00;border-radius: 50%;color: #220a00;font-size: 33px;transition: all .3s ease-in-out; display: none;}
.featured-carousel .owl-nav button.owl-prev:hover, .featured-carousel .owl-nav button.owl-next:hover{ background: #220a00; color: #fff;transition: all .3s ease-in-out;}
.featured-carousel .owl-nav button.owl-prev span{position: relative;top: -5px;}
.featured-carousel .owl-nav button.owl-next span{position: relative;top: -5px;}
.featured-carousel .owl-nav button.owl-prev{left: 0px;position: relative;}
.featured-carousel .owl-nav button.owl-next{right: 0px;position: relative;}





/* ======================================================================= */
    /* we_serve start */
/* ======================================================================= */

.we_serve {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
}

.we_serve .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -36px;
    bottom: 4px;
    background-image: url(../images/text_shape02.png);
    width: 250px;
    height: 51px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.we_servein {
    width: 100%;
    margin-top: 50px;
}

.we_serveinimg {
    height: 440px;
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.we_serveinimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.we_serveinimg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}

.we_serveinimg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    opacity: 0.6;
    z-index: 1;
}

.serve_circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    overflow: hidden;
    transition: 0.6s;
    z-index: 111;
}

.serve_circle img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    transform: scale(1) !important;
}

.img_btm_row {
    position: absolute;
    left: 10px;
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    z-index: 111;
}

/* .img_btm_row h4 {
    font-family: "MatterMedium";
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: 30% 100%;
} */

.img_btm_row h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: 10% 44%;
    text-shadow: 0px 6px 8px rgb(0 0 0);
    letter-spacing: 1px;
}

/* .img_btnsec {
    position: relative;
    left: -80px;
} */

.img_btnsec {
    position: absolute;
    left: 60px;
    bottom: 5px;
}

.btn_red {
    min-width: 155px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #fff !important;
    background-color: #C72324;
    border: 2px solid #C72324;
    position: relative;
    border-radius: 10px;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-decoration: initial !important;
}

.btn_red img {
    width: 12px !important;
    height: 12px !important;
    margin-left: 5px;
}

.btn_red:hover {
    border: 2px solid #000;
    background-color: #000;
}

.btn_white {
    background-color: transparent;
    border: 2px solid #fff;
    margin: 10px 0 0 0;
}

.btn_white img {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.btn_white:hover {
    background-color: #C72324;
    border: 2px solid #C72324;
}

.we_serveinimg:hover img {
    transform: scale(1.1);
    transition: 0.6s;
}

.btn_white img, .btn_red img {
    object-fit: cover;
    transform: scale(1) !important;
}


/* ======================================================================= */
    /* consultation start */
/* ======================================================================= */

.consultation {
    width: 100%;
    position: relative;
}

.consultation_in {
    width: 100%;
    position: relative;
}

.consultation .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 4px;
    background-image: url(../images/text_shape01.png);
    width: 325px;
    height: 51px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.consultation_pic {
    width: 100%;
    position: relative;
}

.consultation_img {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    overflow: hidden;
    max-width: 630px;
}

.consultation_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultation h3 {
    margin-bottom: 30px;
}

.consultation h4 {
    font-size: 36px;
    color: #000;
}

.consultation h6 {
    font-size: 12px;
    color: #000;
}

.more_btn {
    min-width: 150px;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 15px;
    color: #C72324;
    text-align: center;
    background-color: transparent;
    border: 2px solid #C72324;
    position: relative;
    border-radius: 10px;
    margin: 30px 0 0 0;
    transition: all 0.4s ease;
    display: inline-block;
}

.more_btn img {
    width: 14px;
    height: 17px;
}

.more_btn:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}

.more_btn:hover img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(92%) saturate(26%) hue-rotate(196deg) brightness(107%) contrast(100%);
    transition: all 0.4s ease;
}

/* .consultation_pic::before {
    content: "";
    position: absolute;
    right: 80px;
    top: 40px;
    background-image: url(../images/circle_half.png);
    width: 99px;
    height: 100px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	animation: swing ease-in-out 1s infinite alternate;
} */

.consultation_pic::before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.consultation_in .headertext {
    position: relative;
    width: 90%;
    margin-left: auto;
}
.consultation_in .headertext h3 {
    font-size: 41px;
}
.consultation_pic::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -10px;
    background-image: url(../images/star.png);
    width: 68px;
    height: 70px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: swing ease-in-out 1s infinite alternate;
}

.consultation_pic::before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.consultation .star {
    position: absolute;
    right: 30px;
    bottom: 10px;
    height: 83px;
    display: flex;
    overflow: hidden;
}

.consultation .star img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}*/

.consultation::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 121px;
    background-image: url(../images/wave.png);
    width: 99px;
    height: 50px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    animation: float ease-in-out 8s infinite alternate;
	display: none;
}

.consultation::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 10px;
    background-image: url(../images/plain.png);
    width: 200px;
    height: 200px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
	animation: heartbeat ease-in-out 15s infinite alternate;
}

.icon_box01 {
    position: absolute;
    top: 120px;
    left: 10%;
    background-color: #fff;
    opacity: 90%;
    padding: 12px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px 0px rgb(0 0 0 / 5%);
}

.icon_box01 img {
   animation: heartbeat ease-in-out 15s infinite alternate; 
}

.icon_box02 {
    position: absolute;
    right: 15%;
    bottom: 76px;
    background-color: #fff;
    opacity: 90%;
    padding: 12px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px 0px rgb(0 0 0 / 5%);
}

.icon_box02 img {
   animation: heartbeat ease-in-out 15s infinite alternate;
}

.icon_box02 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.visa_process {
    position: absolute;
    top: 32%;
    right: 6%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background-color: #fff;
    opacity: 88%;
    padding: 12px 20px 12px 12px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px 0px rgb(0 0 0 / 5%);
	animation: heartbeat ease-in-out 15s infinite alternate;
}

.visa_process .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 4%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visa_process .circle img {
    animation: swing ease-in-out 1s infinite alternate;
}

.visa_process h4 {
    font-family: "Poppins", serif;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.visa_process h4 span {
    font-size: 15px;
    color: #000; display:block;
}

.visa_process h6 {
    font-size: 15px;
    color: #000;
}

.applications_month {
    position: absolute;
    bottom: 25%;
    left: 10%;
    background-color: #fff;
    opacity: 88%;
    padding: 15px 12px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px 0px rgb(0 0 0 / 5%);
	animation: swing ease-in-out 1s infinite alternate;
}

.applications_month h6 {
    font-size: 16px;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}

.applications_month h6 span {
    color: #C72324;
}

.applications_month h6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
}

.applications_month h6:after {
    content: "";
    position: absolute;
    left: 65px;
    bottom: -10px;
    width: 12px;
    height: 2px;
    background-color: #C72324;
    border-radius: 20px;
}

.applications_month_btm {
    width: 100%;
    margin-top: 25px;
}

.applications_month_circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    opacity: 1;
    display: inline-block;
}

.applications_month_btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    padding: 7px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border: 2px solid #C72324;
    background-color: #C72324;
    opacity: 1;
    text-align: center;
    margin-left: -15px;
    box-shadow: 0 4.44px 4.44px 0px rgb(0 0 0 / 25%);
}

.applications_month_btn .fa-plus {
    color: #fff;
    text-align: center;
}

.applications_month_circle:nth-child(2) {
    margin-left: -15px;
}

.applications_month_circle:nth-child(3) {
    margin-left: -15px;
}

.applications_month_circle:nth-child(4) {
    margin-left: -15px;
}

/*.applications_month_circle:nth-child(5) {
    margin-left: -15px;
}*/

.applications_month_circle img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
        padding-left: 25px;
    }
}


/* ======================================================================= */
    /* whychoose start */
/* ======================================================================= */

.whychoose {
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    margin-top: 40px;
}
.whychoose:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 88%);
    z-index: -1;
}
.whychoose .headertext h3 {
    font-size: 46px;
    color: #fff;
    line-height: normal;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.whychoose .headertext h3::after {
    content: "";
    position: absolute;
    left: -35px;
    top: -30px;
    background-image: url(../images/shape3.png);
    width: 57px;
    height: 57px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.whychoose .headertext p {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 15px 15px;
}
.whychoose_item {
    width: 100%;
    margin: 34px 0 0 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.whychoose_item_card {
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 18%);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.whychoose_item_circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 5px;
    background-color: rgb(255 193 7 / 13%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 45px;
    flex-shrink: 0;
    font-size: 18px;
    color: #C72324;
}
.whychoose_item_card h4 {
    font-size: 18px;
    color: #fff;
}

.whychoose_pic {
    height: auto;
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin-left: auto;
    margin-top: 50px;
}
.whychoose_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn_box {
    background-color: #ffc107;
    border: 2px solid #ffc107;
    position: absolute;
    bottom: 30px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 30px;
    padding: 5px 2px 5px 20px;
    animation: heartbeat ease-in-out 15s infinite alternate;
}

.btn_box h5  {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.learn_more_circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #C72324;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-55deg);
}

.learn_more_circle img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.whychoose_pic .applications_month {
    position: absolute;
    bottom: 10%;
    left: 40%;
    background-color: #fff;
    opacity: 1;
    padding: 5px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    border-radius: 30px;
    box-shadow: 0 10px 25px 0px rgb(0 0 0 / 5%);
}

.whychoose_pic .applications_month_btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    padding: 7px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    margin-left: -15px;
    box-shadow: 0 4.44px 4.44px 0px rgb(0 0 0 / 25%);
}

.whychoose_pic .applications_month .fa-plus {
    color: #000;
}

.whychoose_pic .applications_month_btm {
    width: auto;
    margin-top: 25px;
}

.whychoose_pic .applications_month p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    line-height: normal;
}

.whychoose_pic .applications_month p span {
    color: #C72324;
}

/* ======================================================================= */
    /* simple_step start */
/* ======================================================================= */

.simple_step {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -180px;
    padding-bottom: 80px;
}

.simple_stepin {
    width: 150%;
    position: relative;
    display: flex;
    background-color: #fff;
}

.simple_step::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    background-color: #fff4d0;
    height: 70px;
    width: 66%;
}


.simple_step_left {
    width: 457px;
/*    background-color: #C72324;*/
    height: 100%;
    position: relative;
    padding-top: 100px;
    padding-left: 35px;
}

.simple_step_leftpic {
    height: 475px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.simple_step_leftpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple_step_left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C72324;
    height: 100%;
    width: 430px;
}

.simple_step_right {
    position: relative;
    padding: 100px 25px 25px 42px;
}

.simple_step_right::after {
    content: "";
    position: absolute;
    right: -90px;
    top: 5%;
    background-image: url(../images/visa_approved02.png);
    width: 208px;
    height: 495px;
    z-index: 1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
	animation: heartbeat ease-in-out 15s infinite alternate;
}

.simple_step_right .headertext h3 {
    font-size: 46px;
    color: #000;
    line-height: normal;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.simple_step_right .headertext h3 span {
    color: #fff;
    position: relative;
}

.simple_step_right .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -13px;
    bottom: -4px;
    background-image: url(../images/text_shape05.png);
    width: 159px;
    height: 51px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.step_content {
    width: 68%;
    margin-top: 50px;
}

.step_content_card {
    margin-bottom: 15px;
}

.step_content h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 5px;
}

.step_content p {
    margin-bottom: 0px;
}









/* ======================================================================= */
    /* feedback start */
/* ======================================================================= */

.feedback {
    width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
}

.feedback .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -45px;
    bottom: 4px;
    background-image: url(../images/text_shape02.png);
    width: 265px;
    height: 51px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feedback_in {
    width: 100%;
    margin-top: 60px;
}

.feedback_card {
    width: 100%;
    position: relative;
    padding: 30px 25px 30px;
    text-align: center;
    border-radius: 20px 70px 20px 20px;
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 7%);
}

.main_card {
    width: 100%;
    position: relative;
    /*border: 2px solid #000;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 25px;*/
    padding: 0 0 15px 15px;
    transition: 0.6s;
}

.main_card::before {
    content: "";
    position: absolute;
    border: 2px solid #1D1D1D;
    border-top: none;
    border-right: none;
    left: 0;
    top: 25px;
    width: 100%;
    height: 95%;
    border-radius: 0 0 0 25px;
    transition: 0.6s;
}

.main_card:hover::before {
    border: 2px solid #C72324;
    border-top: none;
    border-right: none;
}

.main_card:hover .feedback_circle{
    background-color: #C72324;
}

.main_card:hover .feedback_circle::before {
    background: #C72324;
}



.feedback_card:hover::after {
    background: #eb7903;
}

.feedback_card:hover::before {
    background: #eb7903;
}

.feedback_card:hover .feedback_circle::before {
    background-color: #eb7903;
}

.feedback_circle {
    width: 50px;
    height: 50px;
    padding: 12px;
    margin: 0px 0 0 80px;
    background-color: #171717;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.feedback_circle::before {
    content: "";
    background: #1D1D1D;
    height: 2px;
    width: 96px;
    display: block;
    position: absolute;
    left: 0px;
    top: 24px;
    margin-left: 0;
}

.owl-carousel .feedback_circle .owl-item img {
    height: 100%;
    width: 100%;
}


.feedback_card:hover .wedo_circle {
    background-color: #eb7903;
}

.feedback_card::after:hover {
    content: "";
    border: 2px solid #eb7903;
    border-right: none;
}

.feedback_in p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.feedback_in h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 25px 0 10px;
}

/*.feedback_in h5 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin: 20px 0 25px;
    position: relative;
}*/

/*.feedback_in h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 20px;
    border-radius: 15px;
    height: 2px;
    background-color: #F4762D;
}*/

/*.feedback_in h5::after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -10px;
    width: 70px;
    border-radius: 15px;
    height: 2px;
    background-color: #F4762D;
}*/

.feedback_inimg {
    height: 33px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.feedback_inimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feedback_card .fa-star {
    color: #FFC107;
}


/* ======================================================================= */
    /* latest_news start */
/* ======================================================================= */

.latest_news {
    width: 100%;
}

.latest_news_box {
    width: 100%;
    border: 1px solid #B0B0B0;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 4px 25px 0px rgb(0 0 0 / 10%);
    padding: 24px;
}

.latest_news_top {
	width: 100%;
	padding: 45px 45px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.latest_news_top .more_btn {
	margin: 0;
}

.latest_news_box .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -23px;
    bottom: 4px;
    background-image: url(../images/text_shape05.png);
    width: 160px;
    height: 51px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.latest_news_box .headertext h3::after {
    content: "";
    position: absolute;
    left: -35px;
    top: -30px;
    background-image: url(../images/shape1.png);
    width: 57px;
    height: 57px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.latest_news_btm {
    width: 96%;
    height: 385px;
    position: relative;
    padding: 15px 10px;
    /* margin-top: 20px; */
    margin: 20px auto;
    overflow-y: scroll;
}

.latest_news_card {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.latest_news_cardimg {
    width: 172px;
    height: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    flex-basis: 21%;
    flex-shrink: 0;
}

.latest_news_cardimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_date {
    background-color: #FFC107;
  padding: 3px 8px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 0 10px;
  font-size: 11px;
  color: #000;
  text-align: center;
}

.latest_news_card h5 {
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
}

.latest_news_card p, .latest_news_card p a {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}
.readmore{color: #C72324 !important;}
.latest_news_card a {
    color: #C72324;
    text-decoration: none;
}

/*@media (min-width: 992px) {
    .latest_news .col-lg-8 {
        flex: 0 0 auto;
        width: 70%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 30%;
    }
}*/

/*// scroll bar start //*/
#scroll_bar::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; }
#scroll_bar::-webkit-scrollbar { width: 4px; background-color: #C72324; }
#scroll_bar::-webkit-scrollbar-thumb { background-color: #C72324; }
/*// scroll bar end //*/

hr {
    margin: 1rem auto;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    width: 96%;
}

.calculator_box {
    width: 100%;
    position: relative;
    background-color: #FFC107;
    border-radius: 20px;
    z-index: 1;
    box-shadow: 0 4px 25px 0px rgb(0 0 0 / 10%);
}

.calculator_box_top {
    width: 100%;
    padding: 35px 20px 0 35px;
}

.calculator_box_top .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -2px;
    background-image: url(../images/text_shape04.png);
    width: 209px;
    height: 45px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.calculator_box_top .headertext h3::after {
    content: "";
    position: absolute;
    left: -25px;
    top: -27px;
    background-image: url(../images/shape2.png);
    width: 46px;
    height: 46px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.calculator_box_top .headertext h3 {
    font-size: 36px;
    color: #000;
    line-height: normal;
    position: relative;
    display: inline-block;
}

.calculator_box_top .headertext h3 span {
    color: #000;
    position: relative;
}

.calculator_box hr {
    margin: 1rem auto;
    color: inherit;
    border: 0;
    border-top: 1px solid #fff;
    opacity: 1;
    width: 95%;
}

.calculator_box_btm ul, .calculator_box_widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.calculator_box_btm, .calculator_box_widget ul {
    width: 96%;
    position: relative;
    padding: 25px 10px 15px;
    margin: 20px auto;
}

.calculator_box_btm ul li, .calculator_box_widget ul li {
    width: 100%;
}

.calculator_box_btm ul li a, .calculator_box_widget ul li a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
    margin-bottom: 15px;
    padding-bottom: 6px;
    display: block;
    position: relative;
    padding-left: 24px;
    border-bottom: 1px solid #D5A001;
    border-radius: 10px;
    transition: 0.6s;
}
.calculator_box_btm ul li a, .calculator_box_widget ul li a {
	font-size: 17px;
	color: #000;
	text-decoration: none;
	margin-bottom: 15px;
	padding: 6px;
	display: block;
	position: relative;
	padding-left: 28px;
	border-bottom: none;
	border-radius: 10px;
	transition: 0.6s;
	background: url(../images/arrow_right02.svg) 5px 12px;
	background-repeat: no-repeat;
	background-size: 15px;
	filter: brightness(0) saturate(100%);
}

/* .calculator_box_btm ul li a:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 11px;
    background-image: url(../images/arrow_right02.svg);
    width: 13px;
    height: 13px;
} */

.calculator_box_btm ul li a:hover, .calculator_box_widget ul li a:hover {
    border-bottom: 1px solid #fff;
}







/* ======================================================================= */
    /* followus start */
/* ======================================================================= */

.followus {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
}

.followus .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -45px;
    bottom: 4px;
    background-image: url(../images/text_shape03.png);
    width: 325px;
    height: 51px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.followus_in {
    width: 100%;
    margin-top: 50px;
}

.follow_slide {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 3px;
    position: relative;
    border: 2px solid #DFDCDC;
    overflow: hidden;
    box-shadow: 0 4px 10.3px 0px rgb(0 0 0 / 5%);
}

.follow_slide_img {
/*    height: 203px;*/
    position: relative;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    transition: 0.6s;
}

.follow_slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.follow_slide_box {
    width: 100%;
    padding: 20px 8px;
    position: relative;
}

.follow_slide_box p {
    font-size: 15px;
    color: #000;
}

.follow_slide_btm {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.follow_slide_btmlogo {
    width: 34px;
    height: 39px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.follow_slide_btmlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.follow_slide_btm h5 {
    font-size: 15px;
    color: #000;
}

.follow_slide_btm h6 {

    font-size: 14px;
    color: #000;
}

.social_circle {
    width: 65px;
    height: 65px;
    padding: 14px 12px 13px 18px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    background-color: #fae9ea;
}

.social_circle i {
    color: #000;
    font-size: 18px;
}

.owl-carousel.followus-carousel .owl-stage-outer {
    width: 150%;
}

.we_prompt_slide:hover .we_prompt_slideimg img {
    transform: scale(1.1);
    transition: 0.6s;
}

/* ======================================================================= */
    /* blogpost start */
/* ======================================================================= */

.blogpost {
    width: 100%;
}

.blogpost .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    background-image: url(../images/text_shape02.png);
    width: 250px;
    height: 51px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blogpost .headertext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogpost_in {
    width: 100%;
    margin-top: 50px;
}
.blogpost_in  a{
	width:100%;
}
.blogpost_pic {
    height: 400px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.blogpost_pic::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.9;
    z-index: 1;
}

.blogpost_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogpost_pic_content {
    width: 90%;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 25px 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: end;
    opacity: 1;
    transition: 0.6s;
    background-color: transparent;
}




.blogpost_pic_content h6 {
    opacity: 0;color: #C72324;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 10px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
}

.blogpost_pic:hover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    /*background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);*/
    opacity: 0.9;
    z-index: 1;
}

.blogpost_pic:hover .blogpost_pic_content h6 {
    opacity: 1;
}

.blogpost_pic:hover .blogpost_pic_content {
  opacity: 80%;
  background-color: #fff;
}

.blogpost_pic_content h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    transition: 0.6s; 
}

.blogpost_pic_content p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0 12px;
    line-height: 20px;
    transition: 0.6s; 
    margin-bottom: 0;
}

.blogpost_pic:hover .blogpost_pic_content h4 {
  color: #000;
}

.blogpost_pic:hover .blogpost_pic_content p {
  color: #000;
}

.blogpost_pic_content a {
    font-size: 15px;
    color: #C72324;
    text-transform: uppercase;
    transition: 0.5s;
    margin-top: 10px;
    opacity: 0;
}

.blogpost_pic:hover .blogpost_pic_content a{
    opacity: 80%;
}

.blogpost_mid {
    width: 100%;
    background-color: #ffe0dd;
    border-radius: 15px;
    padding: 50px 30px;
    margin-bottom: 20px;
    /*display: flex;
    align-items: center;
    justify-content: start;*/
}

.blogpost_mid h6 {
    font-size: 16px;
    color: #C72324;
}

.blogpost_mid h6 .fa-calendar-days{
    margin-right: 5px;
}

.blogpost_mid_content {
    width: 100%;
    border-top: 1px solid #b5b5b5;
    margin-top: 25px;
    padding-top: 15px;
}

.blogpost_mid_content h4 {

    font-size: 30px;
    color: #000;
}

.blogpost_mid_content p {

    font-size: 16px;
    color: #000;
    margin: 15px 0;
}

.blogpost_mid_content a {

    font-size: 17px;
    color: #C72324;
    text-transform: uppercase;
    transition: 0.5s;
}

.blogpost_mid_content a:hover {
    color: #000;
}



/* ======================================================================= */
    /* ouroffice start */
/* ======================================================================= */

.ouroffice {
    width: 100%;
    background-color: #C72324;
    padding: 80px 0;
    border-radius: 25px;
    position: relative;
}

.ouroffice .headertext h3 span::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 10px;
    background-image: url(../images/text_shape04.png);
    width: 153px;
    height: 50px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ouroffice .headertext h3::after {
    content: "";
    position: absolute;
    left: -35px;
    top: -30px;
    background-image: url(../images/shape2.png);
    width: 57px;
    height: 57px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	display:none;
}

.ouroffice .headertext h3 {

    font-size: 46px;
    color: #fff;
    line-height: normal;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.ouroffice .headertext h3 span {
    color: #000;
    position: relative;
}

.ouroffice_in {
    width: 100%;
    margin-top: 50px;
}

.ouroffice .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.ouroffice .nav-pills .nav-link {
    border-radius: 12px;
    border: 2px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 6px 0;
  padding: 10px 15px;

    text-align: center;
}

.ouroffice .nav-pills .nav-link.active, .ouroffice .nav-pills .show>.nav-link {
    color: #C72324;
    background-color: #fff;
}

.office_box {
    width: 100%;
    background-color: #fff;
    padding: 35px;
    border-radius: 25px;
}

.office_gallery {
  column-count: 3;
  --webkit-column-count: 3;
  --moz-column-count: 3;
  gap: 1rem;
  padding: 0;
}

.office_gallery .galleryimg {
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.office_gallery .galleryimg:hover {
  margin-bottom: 1rem;
  cursor: pointer;
}

.galleryimg img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: 1s;
  border-radius: 15px;
}

/*.office_gallery .galleryimg:nth-child(1) {
  width: 260px;
}

.office_gallery .galleryimg:nth-child(2) {
  width: 150px;
}

.office_gallery .galleryimg:nth-child(3) {
  width: 150px;
}

.office_gallery .galleryimg:nth-child(4) {
  width: 150px;
}

.office_gallery .galleryimg:nth-child(5) {
  width: 150px;
}*/

.office_box h4 {

    font-size: 28px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.office_box h4 img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #f9c7c2;
}

.location_area {
    width: 100%;
    padding-left: 55px;
    margin-top: 20px;
}

.location_card {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    gap: 15px;
}
.location_card a {
	color: #000;
}

.location_card_circle {
    width: 42px;
    height: 42px;
    background-color: #f9c7c2;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 42px;
    flex-shrink: 0;
}

.location_card h5 {

    font-size: 24px;
    color: #000;
    margin-bottom: 8px;
}

.location_card h6 {
    font-size: 16px;
    color: #000;
}

.location_card:last-child {
    display: block;
}

.location_card:last-child h5 {
    margin-bottom: 0;
}

.location_card:last-child h6 {
    margin-bottom: 5px;
}



/* ======================================================================= */
    /* footer start */
/* ======================================================================= */

.ftr_area {
    width: 100%;
    padding: 80px 0 50px;
}

.ftr_top {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #AEA6A6;
}

.ftr_logo {
	height: 70px;
	position: relative;
	display: flex;
	overflow: hidden;
	max-width: 220px;
}

.ftr_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ftr_area h4 {
    font-size: 28px;
    color: #000;
    margin-bottom: 25px;
}

.licensed_box {
    width: 80%;
    /*display: flex;
    align-items: stretch;
    justify-content: space-between;*/
    margin-bottom: 10px;
}

.licensed_card {
    width: 100%;
    background-color: #fff;
    padding: 7px 3px;
    max-width: 290px;
    margin-bottom: 0px;
    border-radius: 8px;
    text-align: center;
    overflowh: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 10%);
}
.licensed_card img{width: 90%;}
.ftr_top h5 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    max-width: 290px;
}

.mail_box {
    width: 100%;
    position: relative;
}

.mail_box input {

    width: 90%;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding: 10px 10px 10px 0;
    position: relative;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.submit02 {

    min-width: 160px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 15px;
    color: #C72324;
    text-align: center;
    background-color: transparent;
    border: 2px solid #C72324;
    position: relative;
    border-radius: 12px;
    margin: 0;
    transition: all 0.4s ease;
}

.submit02:hover img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(92%) saturate(26%) hue-rotate(196deg) brightness(107%) contrast(100%);
    transition: all 0.4s ease;
}

.submit02:hover {
    color: #fff;
    background-color: #C72324;
}

.ftr_mid {
    width: 100%;
    padding: 25px 0 0;
}

.ftr_mid_card {
    width: 100%;
    margin-bottom: 15px;
}

.ftr_mid_card ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ftr_mid_card ul li {
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
    gap: 6px;
    /* border-right: 1px solid #000; */
    padding-right: 7px;
    line-height: 10px;
    margin-right: 7px;
}
.ftr_mid_card ul li:after {
    content: "";
    position: absolute;
    right: -3px;
    width: 2px;
    height: 58%;
    top: 6px;
    background-color: #ffaaaa;
}
.ftr_mid_card ul li:last-child:after{
	display:none;
}
.ftr_mid_card ul li:last-child{border-right: 0px solid #000;}
/*.ftr_mid_card ul li::before {
	content: "\f101";
	font-family: FontAwesome;
	font-weight: 700;
	color: #C72324;
	font-size: 13px;
}*/

.ftr_mid_card ul li a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    margin-right: 0;
    padding-right: 0;
    line-height: normal;
    display: flex;
    display: inline-flex;
    position: relative;
    transition: 0.6s;
    font-weight: 400;
}


.ftr_mid_card ul li:last-child a::after {
    display: none;
}

.ftr_mid_card ul li a:hover {
    color: #C72324;
}

/*.ftr_mid_card a:last-child {
    border-right: none !important;
}*/

.ftr_mid h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}
.ftr_area p{line-height: 25px;
  font-size: 15px;
  margin-top: 10px;}
/*// copyRight*/

.copyRight {
    width: 100%;
    background-color: #000;
    padding: 15px 0;
}

.copyRight p {
    margin-bottom: 0;
    margin-top: 8px;
    color: #fff;
}



.copyRight b,
.copyRight strong {
    font-weight: 500;
}

.s_media {
    display: flex;
    align-items: center;
    justify-content: end;
	gap: 5px;
}

.s_media a {
    text-decoration: none;
    color: inherit;
    background: none;
    padding: 0;
}

.s_media a i {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    transition: 0.6s;
}
/*font-family: "Syne", serif;*/
.s_media a i:hover {
    background-color: #C72324;
    border: 1px solid #C72324;
    color: #fff;
}







/*-----------------about page($#${08.1.25})----------------------*/
.aboutimg{height: 400px; margin-bottom: 30px;}
.aboutimg img{width: 100%;height: 100%;object-fit: cover;border-radius: 15px;}
.innerbodysection p{font-size: 15px;margin-bottom: 15px;line-height: 24px;}
.applyarea{ margin-top: 45px;height: 1085px;overflow: auto;}
.applyarea h4{font-size: 26px;font-weight: 600;margin-bottom: 20px;line-height: 45px;}
.applybox{box-shadow: 0px 0px 10px 0px #ddd; border-radius: 10px;padding: 20px;margin-bottom: 20px;transition: all .5s ease-in-out;}
.projectimg{width: 275px;height: 200px;margin-right: 25px;border-radius: 15px; overflow: hidden;transition: all .5s ease-in-out;}
.projectimg img{width: 100%;height: 100%;border-radius: 15px;transition: all .5s ease-in-out;}
.applytext h3{font-size: 22px;color: #000;margin-bottom: 5px;}
.applytext h3 a{font-size: 25px;color: #000;margin-bottom: 5px;}
.applytext p{font-size: 15px;margin-bottom: 8px;line-height: 24px;}
.applybtn{color: #C72324;text-transform: uppercase;font-weight: 600;text-decoration: underline;font-size: 14px;}
.applybox:hover img{ transform: scale(1.1); transition: all .5s ease-in-out;}
.quickbox{background: #FFC107; padding: 20px;border-radius: 15px;}
.quickbox h4{font-size: 22px;font-weight: 600;display: inline-block;border-bottom: 1px solid #000;color: #000;
margin-bottom: 20px;position: relative;}
.quickbox h4::after{ position: absolute; content: "";left: -20px;height: 100%;width: 3px;background: #000;
top: 0px;}
.quickbox ul{ padding: 0px !important; margin: 0px}
.quickbox ul li{ margin-bottom: 8px; position: relative;}
.quickbox ul li::after {
    content: '\f061';
    color: #000000;
    font-family: FontAwesome;
    position: absolute;
    z-index: 9;
    top: 12px;
    left: 9px;
    transition: all .5s ease-in-out;
    font-size: 11px;
}
.quickbox ul li a {
    background: #fff;
    font-size: 15px;
    color: #000;
    padding: 10px 10px 10px 24px;
    display: block;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    line-height: 20px;
}
.quickbox ul li a:hover, .applyright ul li.active a{ background: #000; color: #fff;transition: all .5s ease-in-out;}
.quickbox ul li:hover::after{ color: #fff;}
.quickbox ul li.active:after{color: #fff;}

.faqareain{box-shadow: 0px 0px 10px 0px #ddd;border-radius: 10px;overflow: hidden;margin: 30px 0px;background: #fff;border: 1px solid #ffc107;}
.faqareain .accordion-item {padding: 0px 0px 18px 0px;
    border: none;border-radius: 0px !important;}
.faqareain .accordion-item .accordion-header .accordion-button {
    padding: 15px 19px;
    font-weight: 600;
    font-weight: 600;
    color: #000;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
    position: relative;
    margin-bottom: 15px;
}
.faqareain .accordion-item .accordion-header .accordion-button span{color: #fc6da7;margin-right: 5px;}
.faqareain .accordion-item .accordion-header .accordion-button:focus{background-color: transparent;box-shadow: none;}
.faqareain .accordion-item .accordion-header .accordion-button::after{display: none;}
.faqareain .accordion-item .accordion-header .accordion-button::before {content: '\f106'; position: absolute;
top: 20px;right: 10px;border-radius: 100%;font-family: FontAwesome;width: 25px;height: 25px;color: #000;
font-size: 15px;text-align: center;line-height: 25px;background: #ddd;}
.faqareain .accordion-item .accordion-header .accordion-button.collapsed::before{content: '\f078';color: #000;background: #ddd;}
.faqareain .accordion-item .accordion-body {padding-right: 20px;font-size: 17px;font-weight: 400;color: #000;margin-top: 0px;padding-top: 0px;border-top: 0px solid #EEEDED;padding-bottom: 0px;padding-left: 20px;}
.accordinbtn {
    border: 1px solid #C72324;
    color: #C72324;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 11px;
    transition: all .5s ease-in-out;
    font-weight: 500;
}
.accordinbtn:hover{ background: #C72324; color: #fff;transition: all .5s ease-in-out;}
.munberboxin .faqareain{ border: 1px solid #ffc107;}
.munberboxinner{background: #F6F7F8;padding: 40px 15px 13px 13px;border-radius: 10px;box-shadow: 0px 0px 10px 0px inset #ddd;
position: relative;margin-bottom: 10px;}
.datain{position: absolute;right: 0px;background: #ddd;color: #000;top: 0px;padding: 5px 10px;font-size: 12px;
  border-radius: 0px 0px 0px 10px;}
.munberboxinner h3, .munberboxinner h3 a{font-size: 17px;font-weight: 600;margin-bottom: 9px;color: #000;}
.munberboxinner p {font-size: 15px;margin-bottom: 15px;line-height: 21px;}
.accordinbtnin{color: #C72324;}
.talkto{background: #FFC107;padding: 25px 15px;border-radius: 15px;}
.talkto h4 {
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #000000;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}
 .talkto h4::after{ position: absolute; content: "";left: -15px;height: 100%;width: 3px;background: #000;
    top: 0px;}
.talkbox{width: 95%;border: 1px solid #fff;border-radius: 20px;text-align: center;padding: 10px 15px 20px 15px;margin: 40px auto 0px;}
.talkimg{width: 80px;height: 80px;margin: -45px auto 10px;border-radius: 50%;overflow: hidden;
border: 4px solid #fff;}
.talkbox p{ color: #000;}
.talkbox h6, .talkbox h6 a{ color: #000;}
.talkbox h6 span{ display: block;}
.talkbox h6 img{ margin-bottom: 5px;height: 25px;}
.phonein img{border: 1px solid #000;border-radius: 50%;}
.innerbodysection h5{font-size: 22px;font-weight: 600;margin-bottom: 15px; margin-top: 20px;}
.innerbodysection h2{font-size: 24px;font-weight: 600;margin-bottom: 10px; margin-top: 20px;}
.innerbodysection ol{ padding: 0px 0px 0px 25px; margin: 0px;}
.innerbodysection ol li{margin-bottom: 8px;list-style: url;}
.innerbodysection ol li a {color: #C72324;}
.innerbodysection p a{ color: #C72324; text-decoration: underline;}
.assessmentimg{height: 160px;display: block;border-radius: 15px;overflow: hidden;position: relative;}
.assessmentimg::after{position: absolute; content: "";width: 100%;height: 100%;background: #0006;top: 0px;
left: 0px;}
.assessmentimg img{width: 100%;height: 100%;object-fit: cover;border-radius: 15px;}
.assessmentxt{position: absolute;top: 38px;left: 0px;right: 0px;margin: 0 auto;text-align: center;z-index: 9;opacity: 0;transition: all .5s ease-in-out;}
.serve_circle1{width: 50px;height: 50px;margin: 0 auto;border-radius: 50%;overflow: hidden;border: 3px solid #fff;}
.explore{border: 1px solid #fff;padding: 4px 15px;display: inline-block;border-radius: 5px;color: #fff;
margin-top: 10px;font-size: 14px;}
.assessmentbox h6{font-size: 17px;text-align: center;margin-top: 5px;}
.assessmentbox:hover .assessmentxt{ opacity: 1;transition: all .5s ease-in-out;}
.assessmentarea{ margin-top: 45px;}
.canadabox{background: #F6F7F8;box-shadow: 0px 0px 10px 0px inset #ddd;border-radius: 15px;padding: 25px 30px;
 margin-top: 15px;}
.canadabox h3{font-size: 20px;color: #C72324;font-weight: 600;margin-bottom: 10px;}
.canadabtnin{justify-content: right; position: relative;}
.canadabtn{border: 1px solid #C72324;color: #C72324;padding: 9px 18px;display: inline-block;border-radius: 7px;
text-transform: uppercase;font-size: 15px;margin-top: 11px;position: relative;transition: all .5s ease-in-out;}
.canadabtnin::after{position: absolute; content: "";width: 75%;height: 1px;background: #f00;left: 0px;top: 32px;}
.workth{ text-align: left;}
td, th {border: 1px solid #dddddd;padding: 20px;}
.workin{background-color: #C72324;text-align: center;color: #fff;font-size: 25px;}
.workin th{ padding: 8px;}
.tablebox tr:nth-child(even) {background-color: #EDEEEE;}
.tablebox{ margin: 35px 0px;}
..explore .fa-arrow-right-long { font-size: 14px;}
.canadianarea ul{padding:0px 0px 10px 15px; margin: 0px;}
.canadianarea ul li{ margin-bottom: 10px; list-style:disc;}
.canadianarea ol{padding: 10px 0px 20px 0px;margin: 0px;}
.canadianarea ol li{position: relative;list-style: none;padding-left: 37px;margin-bottom: 12px;color: #c72324;}
.canadianarea ol li::after{ position: absolute; content: ""; background: url(../images/arrow.png);width: 28px;
height: 18px;left: 0px;top: 5px;}
.applyicon{ margin-right: 10px;}  
.applyicon img{filter: brightness(0) saturate(100%) invert(72%) sepia(85%) saturate(1012%) hue-rotate(351deg) brightness(101%) contrast(105%);width: 25px;}
.applyboxin:hover img {transform: scale(1.0);transition: all .5s ease-in-out;}
.applyboxin .applybtn{border: 1px solid #C72324;color: #C72324;padding: 9px 18px;display: inline-block;
 border-radius: 7px;text-transform: uppercase;font-size: 15px;margin-top: 11px;transition: all .5s ease-in-out;
    text-decoration: none;}
.applyboxin .applybtn:hover{ background: #C72324; color: #fff;transition: all .5s ease-in-out;}    
.applyboxin{ margin-top: 30px;}
.applyboxin h3, .applyboxin p{ margin-bottom: 10px;}
.abroadboxleft{box-shadow: 0px 0px 10px 0px #ddd;border-radius: 10px;padding: 20px;}
.abroadbox{ box-shadow: none; padding: 0px;}
.applytext h6, .abroadboxleft h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 20px 0px 5px 0px;
}
.innerbodysection ul{padding:0px 0px 10px 30px; margin: 0px;}
.innerbodysection ul li{ margin-bottom: 10px;list-style: disc;color: #000;font-size: 15px;
  font-weight: 400;}
.innerbodysection ul li a{color: #c72324;font-size: 15px;}
.quickbox ul li a{ color:#000;text-transform: uppercase;}
/*-----------------about page($#${08.1.25})----------------------*/

.applyright ul li{list-style: none;margin-bottom: 5px;}
label {display: inline-block;margin-bottom: 5px;}

.innerbanner_area .inneriext_area {
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    padding: 28px;
    margin-top: -56px;
	pointer-events: all;
}
.innerbanner_area .inneriext_area h1 {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 38px;
    font-weight: bold;

    text-shadow: 0px 4px 4px rgb(0 0 0 / 17%);
    line-height: 50px;
}
.innerbanner_area .inneriext_area h1 span {
    position: relative;
    z-index: 1;
    line-height: 44px;
    padding: 0 10px;
    color: #fff;
    white-space: nowrap;
}
.innerbanner_area .inneriext_area h1 span:after {
    content: "";
    position: absolute;
    background-image: url(../images/stock.svg);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
}
.innerbanner_area .inneriext_area h1 span {
	

}


.innerbanner_area .inneriext_area .breadcrumb{
	margin-top:15px;
}
.innerbanner_area .inneriext_area .breadcrumb li {
    color: #ffffff;
    font-size: 15px;
}
.innerbanner_area .inneriext_area .breadcrumb li a{
	color:#ffffff;
}
.innerbanner_area .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.form-floating p {
    margin-bottom: -5px;
}

.innerbanner_area{background-position: center !important; background-repeat: no-repeat !important;
    background-size: cover !important;min-height: 490px;}
/* .innerbanner_area::after{ position: absolute; content: ""; left: -60px; bottom: 0px; background: url(../images/bannershap.png);width: 699px;height: 400px;z-index: -1; display:none;}    */




@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}


@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat
{
    0%, 20%, 40%, 60%, 80%, 100%
    {
        transform: scale(1);
    }
    10%, 30%, 50%, 70%, 90%
    {
        transform: scale(1.05);
    }
}
@-webkit-keyframes heartbeat
{
    0%, 20%, 40%, 60%, 80%, 100%
    {
        -webkit-transform: scale(1);
    }
    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: scale(1.05);
    }
}
@keyframes float
{
    0%, 100%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(-20px);
    }
}
@-webkit-keyframes float
{
    0%, 100%
    {
        -webkit-transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(-20px);
    }
}






/* ======================================================================= */
    /* contactus start */
/* ======================================================================= */
.contactus { width: 100%;}
.contactus_card { width: 100%; padding: 25px; border-radius: 12px; border: 1px solid #AAAAAA; transition: 0.6s; box-shadow: 0 4px 10px 0px rgb(0 0 0 / 10%);}
.contactus_card:hover { border-color: #C72324; }
.contactus_card h4 {  font-size: 32px; color: #000; position: relative; display: flex; align-items: center; justify-content: start;}
.contactus_card h4::before { content:""; position:absolute; left:-25px; width:3px; height:100%; background-color:#C72324; }
.queriesin { width: 100%; }
.form_box {  width: 100%; margin-top: 0px; }
.field_label { position: relative; left: 12px; bottom: -12px; background-color: #F5F5F5; padding: 0 5px; font-size: 15px; line-height: normal; color: #000; margin-top: -12px; z-index: 1;}
.form_box .form-group span { color: #C72324; }
.field02, .textfield02 {  width: 100%; border: 1px solid #969696; background-color: transparent; font-size: 16px; color: #000; padding: 12px 15px 12px 15px;  height: 55px; font-weight: 400; border-radius: 10px; margin-bottom: 20px; position: relative; transition: 0.6s;}
.field02::placeholder, .textfield02::placeholder { color: #979797; }
.field02:focus, .textfield02:focus { border-color: #C72324;  background-color: #fff; }
.textfield02 { height: 154px; margin-bottom: 20px; }
/* .ftr_area .submit02 { font-size: 16px !important; font-weight: 400; padding: 12px 25px; color: #fff; background-color: #C72324; border: none; text-transform: uppercase; position: relative; border-radius: 10px; margin: 0; transition: all 0.4s ease;} */
.ftr_area .submit02 {

    min-width: 160px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 15px;
    color: #C72324!important;
    text-align: center;
    background-color: transparent;
    border: 2px solid #C72324;
    position: relative;
    border-radius: 12px;
    margin: 0;
    transition: all 0.4s ease;
}
.ftr_area .submit02:hover { color: #fff !important; background-color: #000; border: 2px solid #000; transition: all 0.4s ease;}
.ftr_area .submit02:hover img {
    transition: all 0.4s ease;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(0%) hue-rotate(88deg) brightness(117%) contrast(100%);
}
/**/
.accordion_row { width: 100%; margin-top: 25px; }
.accordion-item { margin-bottom: 15px; }
.accordion-item { border-radius: 0px; }
.accordion-button { font-size: 18px; color: #000; padding: 14px 15px; background-color: transparent;}
.accordion-button span { color: #F3711B; margin-right: 5px; }
.accordion-button:not(.collapsed) { background-color: transparent; }
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { background-color: transparent; }
.accordion-button::after { content: '\2b'; color: #000000; font-family: FontAwesome; font-size: 10px; position: absolute; right: 15px; border-radius: 50%; width: 25px; height: 25px; font-size: 13px; text-align: center; border: 1px solid #605E5E; display: flex; align-items: center; justify-content: center; background-image: none; }
.accordion-button:not(.collapsed)::after { content: '\f068'; color: #000000; font-family: FontAwesome; font-size: 10px; position: absolute; right: 15px; border-radius: 50%; width: 25px; height: 25px; font-size: 13px; background-color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; background-image: none;}
.accordion-button::after { transition: all 0.5s; }
.accordion-item { border: none; border-bottom: none; }
.services_accordion .accordion-item { box-shadow: none; }
.accordion-button:not(.collapsed) { color: #000; box-shadow: none; }
.accordion-body { padding: 10px 15px 10px; }
.accordion-body ul { padding: 0; margin: 0; list-style: none;}
.accordion-body ul li { width: 100%;  font-size: 14px; color: #000; margin-bottom: 5px; }
.accordion-body ul li span { width: 120px; display: inline-block; }
.accordion-body p { font-size: 15px; color: #000; font-weight: 400; line-height: 24px; }
.accordion-item:first-of-type>.accordion-header .accordion-button { border-radius: 10px; }
.accordion-item:first-of-type { border-radius: 10px; }
.accordion-item:not(:first-of-type) { border-top: 0;}
.accordion-item { background-color: #edededdb; border-radius: 10px; box-shadow: inset 0 4px 10px 0px rgb(0 0 0 / 10%);}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed { border-radius: 10px; }
.accordion-item:last-of-type { border-radius: 10px; margin-bottom: 0; }


/* ======================================================================= */
    /* services start */
/* ======================================================================= */
.services { 
    width: 100%;
}

.services h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 23px;
}

.services p a {
    color: #C72324;
}

.services_accordionbox {
    width: 100%;
    margin: 35px 0 25px;
}

.services_accordionbox .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 14px 15px 14px 25px;
    position: relative;
    background-color: transparent;
}

.services_accordionbox .accordion-button::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    background-image: url(../images/red_arrow.svg);
    width: 22px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.services_accordionbox .accordion-body ul { padding: 0; margin: 0; list-style: none;}
.services_accordionbox .accordion-body ul li {
    width: 100%;
    font-size: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: baseline;
    justify-content: start;
    padding-left: 27px;
}

.services_accordionbox .accordion-body ul li:after {
    position: absolute;
    content: "";
    background: url(../images/arrow1.png);
    width: 18px;
    height: 13px;
    left: 0px;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.services_accordionbox .accordion-body ul li img {
    width: 15px;
    height: 18px;
    position: relative;
    top: 3px;
}

.services_accordionbox .accordion-body {
    padding: 10px 15px 10px 25px;
}


/* ======================================================================= */
    /* blog start */
/* ======================================================================= */
.blogpage { 
    width: 100%;
}

.blogpage_box {
    width: 100%;
    background-color: #F5F5F5;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ddd;
    margin-bottom: 25px;
    border: 1px solid rgb(129 129 129 / 26%);
}
.blogpage_box:hover .blogpage_boxpic img { transform: scale(1.1); transition: 0.6s;}
.blogpage_boxpic {
    width: 100%;
    height: 200px;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    transition: 0.6s;
}
.blogpage_boxpic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s;}
.blogtextbox { width: 100%; padding: 15px; position: relative;}
.blogpage .datebox {width: 80%;background-color: #F5F5F5;padding: 10px;display: flex;align-items: center;justify-content: start;gap: 8px;position: relative;border-radius: 0 8px 8px 0;margin-bottom: 10px;margin-left: -15px;}
.blogpage .datebox_circle { width: 36px; height: 36px; text-align: center;  border-radius: 50%; padding: 5px; background-color: #f9e9e9; display: flex; align-items: center; justify-content: center;}
.blogpage .datebox_circle .fa-calendar-days { color: #C72324;}
.blogpage .datebox h6 { font-size: 14px; color: #C72324; font-weight: 500; margin-bottom: 0px;}
.blogtextbox h4 { font-size: 18px; color: #000; font-weight: 600; margin-bottom: 10px;}
.blogtextbox h4 a { color: #000;}
.blogtextbox p { font-size: 15px; color: #000;  font-weight: 400; margin-bottom: 10px;}
.learn_more { transition: 0.5s; font-size: 15px; color: #C72324; font-weight: 600; display: flex; align-items: center; justify-content: start; gap: 7px;}
.learn_more img {
    width: 15px !important;
    height: 11px;
}
.learn_more:hover img {
    transition: 0.6s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(6%) hue-rotate(214deg) brightness(109%) contrast(101%);
}
.learn_more:hover {color: #000;}

.paginationsec {
    width: 100%;
    border-top: 1px solid #7B7B7B;
    border-bottom: 1px solid #7B7B7B;
    padding: 10px 0;
    text-align: center;
}

.paginationsec .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #c72324;
    border-color: #c72324;
}
.page-link {
    border: 1px  solid #000;
}

/* ======================================================================= */
    /* blogdetail start */
/* ======================================================================= */
.blogdetail { 
    width: 100%;
}

.blogdetail_main { 
    width: 100%;
}

.blogdetail_mainpic { 
    height: 400px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.blogdetail_mainpic img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogdetail_main .datebox {
    width: 100%;
    background-color: transparent;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    position: relative;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
}

.blogdetail_main .datebox h6 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0;
}

.blogdetail_main .datebox h6 span {
    color: #C72324;
}

.blogdetail_main h5 {

    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blogdetail_main .sharewith {
    width: 100%;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0;
    margin-bottom: 20px;
}

.sharewith .s_media a i {
    color: #000;
    border: 1px solid #000;
}

.sharewith .s_media a i:hover {
    color: #fff;
    border: 1px solid #fff;
}

.blogdetail_main .sharewith h6 {

    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.blogdetail_main h6 {

    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 15px 0;
}

.blogdetail_main ul { 
    padding: 0; 
    margin: 0 0 25px; 
    list-style: none;
}

.blogdetail_main ul li {
    width: 100%;

    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    background: url(../images/check.svg) 0px 4px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
    /* display: flex; */
    /* gap: 10px; */
    /* align-items: baseline; */
    /* justify-content: start; */
}

.blogdetail_main h4 {

    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
}
.tablesec {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ccc;
}

.table-striped {
    background-color: #F7F7F7;
}

.tablesec table {
    text-align: center;
    margin-bottom: 0;
}

/*table.rounded-corners {
 border-spacing: 0;
 border-collapse: separate;
 border-radius: 10px;
 border: 1px solid black;
}*/

.tablesec thead tr th {
    background-color: #FFC107;
}

.blogdetail_main p a {
    color: #C72324;
}



.tablesec tr {
    border-color: inherit;
    border-style: inherit;
    border-width: 0;
    border-color: transparent;
}

.applyhere {

    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #C72324;
    padding: 10px 25px;
    border-radius: 6px;
    margin: 25px 0;
    transition: 0.6s;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.applyhere:hover {
    background-color: #000;
}

.relatedpost {
    width: 100%;
    text-align: center;
}

.relatedpost h5 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    position: relative;
}

.relatedpost h5::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 10px;
    display: inline-block;
}

.relatedpost h5::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #000;
    right: 0;
    bottom: 10px;
    display: inline-block;
}

.blogpost_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.blogpost_slide .owl-nav button.owl-prev, .blogpost_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #000; border-radius: 50%; color: #000; font-size: 30px;}
.blogpost_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blogpost_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blogpost_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.blogpost_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blogpost_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blogpost_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.blogpost_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.blogpost_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.blogpost_slide .owl-nav { position: absolute;  display: inline-flex; right: 0; justify-content: center; bottom: -40px; align-items: end;top: inherit;}
.blogpost_slide .owl-nav button.owl-prev:hover, .blogpost_slide .owl-nav button.owl-next:hover { background: #C72324; border: 1px solid #C72324; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }

.relatedpost .blogtextbox {
    width: 100%;
    padding: 15px;
    position: relative;
    text-align: left;
}

.relatedpost .blogdetail_main h4 {

    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.relatedpost .datebox {
    width: 60%;
    background-color: #F5F5F5;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    position: relative;
    border-radius: 0 8px 8px 0;
    margin-bottom: 10px;
    margin-top: -45px;
    margin-left: -15px;
}

.relatedpost h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

/* ======================================================================= */
    /* hiringsec start */
/* ======================================================================= */
.hiringsec {
    width: 100%;
}

.currentopen {
    width: 100%;
    margin-top: 35px;
}

.currentopen h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hiringsec .accordion-button::before {
    display: none;
}

.hiringsec .accordion-button {
    padding: 15px;
}

.hiringsec .accordion-body {
    padding: 0 15px 15px;
}

.hiringsec .accordion-button img {
    max-width: 46px;
    width: 46px;
}

.hiringsec .accordion-item {
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 1px solid #C72324;
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 10%);
}

.showitem {
    width: 100%;
    padding: 0 15px 15px;
}

.showitem  h5 {
    font-family: "Poppins", serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 6px;
}

.showitem h6 {
    font-size: 11px;
    color: #939191;
}

.btn_panel {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.opening_btn {

    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: #000;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.closed_btn {
    background-color: #FFC107;
    color: #000;
}

.hiringsec .accordion-button {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    width: 100%;
}

.showitem .opening_btn img {
    max-width: 18px;
    width: 18px;
}

.skillbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.skillbox_card {
    width: 70%;
}

.skillbox h5 {
    font-family: "Poppins", serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.skillbox .skillbox_card  ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.skillbox .skillbox_card ul li {
    width: 100%;
    font-family: "Poppins", serif !important;
    font-size: 14px;
    color: #000;
    margin: 8px 0 0;
    list-style: disc;
    display: list-item;
    list-style: none;
}

.skillbox_cardright {
    width: 30%;
}

.skillbox h6 {
    font-family: "Poppins", serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}

.skillbox h6 span {
    font-weight: 500;
}

.applyrow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.aplybtn {
    background-color: #C72324;
    padding: 8px 15px;
    font-size: 15px;
    min-width: 110px;
    margin-right: 0 !important;
}

.aplybtn:hover {
    background-color: #000;
}

.dotbox {
    background-color: #F2F2F2;
    padding: 10px;
    border-radius: 6px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotbox .fa-ellipsis-vertical {
    font-size: 18px;
    color: #000;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding-top: 0;
}

.modal-body ul {
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
}

.modal-body ul li {
    width: 100%;
    font-family: "Poppins", serif;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
    list-style-type: disc;
}

.modal-dialog {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
}

/* 05.02.2025 */

.simple_step {
	display: none;
}
.location_card_circle.whatsapp {
	background-color: #29A71A;
	color: #fff;
	font-size: 28px;
}
.office_gallery .galleryimg:first-child {
	height: 433px !important;
	display: flex;
	width: 250px;
}
.galleryimg img {
	height: 100%;
}
.feedback_line {
	margin-bottom: 80px;
}
.feedback_line img{
	width:100%;
}



/*// gallery design new 07.02.2025 BB*/

.gallery_main {
    width: 100%;
}

.gallery_mainfirst {
    width: 100%;
    height: 416px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.gallery_mainfirst img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_mainsecond {
    width: 100%;
    height: 210px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.gallery_mainsecond img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_mainthree {
    width: 100%;
    height: 180px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.gallery_mainthree img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_mainfour {
    width: 100%;
    height: 197px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.gallery_mainfour img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_mainfive {
    width: 100%;
    height: 225px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    top: -30px;
}

.gallery_mainfive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.office_gallery {
  column-count: 1;
  --webkit-column-count: 1;
  --moz-column-count: 1;
  gap: 0;
  padding: 0;
}

.office_gallery .galleryimg {
  cursor: pointer;
  position: relative;/*
  display: flex;
  align-items: center;
  justify-content: center;*/
}

.office_gallery .galleryimg:hover {
  margin-bottom: 1rem;
  cursor: pointer;
}

.galleryimg img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: 1s;
  border-radius: 15px;
}

/*.office_gallery .galleryimg:nth-child(1) {
  width: 260px;
}

.office_gallery .galleryimg:nth-child(2) {
  width: 150px;
}

.office_gallery .galleryimg:nth-child(3) {
  width: 150px;
}

.office_gallery .galleryimg:nth-child(4) {
  width: 150px;
}

.office_gallery .galleryimg:nth-child(5) {
  width: 150px;
}*/

.office_box h4 {

    font-size: 28px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.office_box h4 img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #f9c7c2;
    object-fit: cover;
}
.location_area {
    width: 100%;
    padding-left: 55px;
    margin-top: 20px;
}

.location_card {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    gap: 15px;
}

.location_card_circle {
    width: 42px;
    height: 42px;
    background-color: #f9c7c2;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 42px;
    flex-shrink: 0;
}

.location_card h5 {
    font-size: 22px;
    color: #000;
    margin-bottom: 8px;
}

.location_card h6 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.location_card:last-child {
    display: block;
}

.location_card:last-child h5 {
    margin-bottom: 0;
}

.location_card:last-child h6 {
    margin-bottom: 5px;
}

.galleryimg{cursor: pointer;}



/* .innerbanner_area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://webtechnomind.in/work/global-vision-Immigration/wp-content/uploads/2025/02/shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.innerbanner_area .innerbannerform h2 {
    background-color: transparent;
    color: #000;
    box-sizing: border-box;
    padding: 20px 20px 10px;
    font-size: 24px;
    position: relative;
    margin-bottom: 0;
    position: relative;
}

.innerbanner_area .innerbannerform h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background-color: #c72324;
    height: 50%;
}

.innerbanner_area .innerbannerform h2:after {
    display: none;
}

.innerbanner_area .innerbannerform_boby {
    padding-top: 0;
}

.field_label {

    position: relative;
    left: 12px;
    bottom: -11px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    margin-top: -12px;
    z-index: 1;
}

.field02, .textfield02 {

    width: 100%;
    border: 1px solid #969696;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    padding: 12px 12px 12px 12px;
    height: 45px;
    font-weight: 500;
    border-radius: 7px;
    margin-bottom: 0px;
    position: relative;
}

/*.field02::placeholder, .textfield02::placeholder {
    color: #979797;
}*/

.field02::focus, .textfield02::focus {
    color: #C72324;
}

.textfield02 {
    height: 154px;
    margin-bottom: 20px;
}

.submit02 {
    font-family: "Poppins", serif;
    min-width: 140px;
    font-size: 16px !important;
    font-weight: 500;
    padding: 10px 15px;
    color: #fff !important;
    background-color: #C72324;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
    position: relative;
    border-radius: 7px;
    transition: all 0.4s ease;
}

.submit02:hover {
    color: #fff !important;
    background-color: #000;
    transition: all 0.4s ease;
}

.form_box label span {
    color: red;
}

.form_box #phone, .form_box .btn {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;

    width: 100%;
    border: 1px solid #969696;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    padding: 12px 12px 12px 12px;
    height: 45px;
    font-weight: 500;
    border-radius: 7px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 60px;
}

.form_box .btn {
    color: #ffffff;
    background-color: #428BCA;
    border-color: #357EBD;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
}

.form_box .btn:focus, .form_box .btn:hover {
    background-color: #3276B1;
    border-color: #285E8E;
}

.form_box .btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.form_box .alert {
    padding: 15px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form_box .alert-info {
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
}

.form_box .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form_box .content {
    margin: 15px 100px auto;
    padding: 0 10px;
    width: calc(100% - 33%);
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: center;
    flex-direction: column;
}

.form_box .content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #888;
    line-height: 2.5em;
    word-spacing: -0.2em;
    text-transform: uppercase;
    text-align: left;
}

.form_box .content h1 > span {
    color: #FFC10E;
}

.form_box .content h2 {
    font-size: 22px;
    font-weight: 500;
    color: #040444;
    line-height: 2em;
    text-align: left;
}

.form_box .content p {
    font-size: 15px;
    font-weight: 500;
    color: #777;
    text-align: left;
    padding-top: 15px;
}

.form_box .content a {
    text-decoration: none;
    color: #FFC41C;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    font-size: 15px;
}

.form_box .ding {
    width: calc(80% - 1%);
    padding-bottom: 15px;
    flex-flow: }
.form_box .ding h2 {
  font-size: 18px;
    font-weight: 400;
    line-height: 1.888em;
    color: #888;
}

.form_box .ss-main .ss-single-selected {
    width: 50%;
    height: 50px;
    padding: 10px;
}

.form_box .ss-main .ss-content {
    width: 50%;
}

.form_box .ss-main .ss-multi-selected {
    width: 80%;
    padding: 10px;
}

@media (max-width:950px) {
    .form_box .content {
        margin: 15px 10px auto;
        padding: 0 10px;
        width: 500px;
        display: flex;
        justify-content: center;
        align-items: left;
        text-align: center;
        flex-direction: column;
    }
}

.form_box select {

    width: 100%;
    border: 1px solid #969696;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    padding: 12px 12px 12px 12px;
    height: 45px;
    font-weight: 500;
    border-radius: 7px;
    margin-bottom: 0px;
    position: relative;
}

.innerbanner_area .innerbannerform {
    max-width: 420px;
    border: 1px solid #fff;
    transition: 0.6s;
    margin-top: 100px;
    pointer-events: all;
}

.innerbanner_area .innerbannerform:hover {
    border-color: #C72324;
}

.newcategorybox{text-align: center;
  background: #fff;
  padding: 15px 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #ddd;
  color: #000;height: 100%;}

.banner-carousel .item {
    position: relative;
    z-index: 1;
    height: 500px;
    display: flex;
}
.owl-carousel.banner-carousel .owl-item img {
    position: relative;
    z-index: -1;
	object-fit:cover;
}
.banner-carousel .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: -1;
}
.cover_area{
  width: 47%;
  padding: 35px 26px;
  border-radius: 5px;}

.we-prompt-carousel .owl-nav.disabled{ display:block !important;}


.we-prompt-carousel .owl-nav {width: 100%;position: absolute;top: 126px;}
.we-prompt-carousel .owl-prev, .we-prompt-carousel .owl-next {width: 40px;height: 40px;border: 1px solid #fff !important;
border-radius: 50% !important;line-height: 28px !important;background: #c72324 !important;}
.we-prompt-carousel .owl-nav button.owl-prev {margin-left: 0;display: flex;align-items: center;justify-content: center;
left: -21px;position: relative;font-size: 0px;}
.we-prompt-carousel .owl-nav button.owl-prev span {background-image: url(../images/right.webp);width: 20px;height: 15px;
background-position: center;background-size: contain;}
.we-prompt-carousel .owl-nav button.owl-next {margin-right:0;display: flex;align-items: center;justify-content: center;
position: absolute;right: -25px;top: 0px;font-size: 0;}
.we-prompt-carousel .owl-nav button.owl-next span {background-image: url(../images/right.webp);width: 20px;height: 15px;
background-position: center;background-size: contain;transform: rotate(180deg);}


.countriesin-carousel .owl-nav.disabled{ display:block !important;}
.countriesin-carousel .owl-nav {width: 100%;position: absolute;top: 185px;}
.countriesin-carousel .owl-prev, .countriesin-carousel .owl-next {width: 40px;height: 40px;border: 1px solid #fff !important;border-radius: 50% !important;line-height: 28px !important;background: #c72324 !important;}
.countriesin-carousel .owl-nav button.owl-prev {margin-left: 0;display: flex;align-items: center;justify-content: center;
left: -21px;position: relative;font-size: 0px;}
.countriesin-carousel .owl-nav button.owl-prev span {background-image: url(../images/right.webp);width: 20px;height: 15px;
background-position: center;background-size: contain;}
.countriesin-carousel .owl-nav button.owl-next {margin-right:0;display: flex;align-items: center;justify-content: center;
position: absolute;right: -25px;top: 0px;font-size: 0;}
.countriesin-carousel .owl-nav button.owl-next span {background-image: url(../images/right.webp);width: 20px;height: 15px;
background-position: center;background-size: contain;transform: rotate(180deg);}






.contactinarea ul{ padding: 0px; margin: 0px;}
.contactinarea ul li{list-style: none; margin-bottom: 0px;}
.contactinarea .nav-tabs .nav-link{background: #ddd;color: #000;padding: 10px 35px;border: 1px solid #ccc;}
.contactinarea .nav-tabs .nav-item.show .nav-link, .contactinarea .nav-tabs .nav-link.active {color: #000;
  background-color: #f9bd06;border-color: #ffc107;}
.contactinarea .tab-content{background: #ddd;padding: 20px;}
.headoffice h3{font-size: 30px;font-weight: 600;color: #000;}
.headoffice h6{font-size: 15px;margin: 5px 0px 20px;color: #000;font-weight: 600;}
.eastarea {
    margin-bottom: 8px;
    align-items: center;
    gap: 8px;
}
.esticon{font-size: 20px;margin-right: 7px;}
.eastarea h5{font-size: 15px;margin: 0px;color: #000;font-weight: 400;}
.eastarea h5 a {
    color: #000;
}
.ourofficearea{margin-top: 40px;}
.ourofficearea h2 {
    font-size: 20px;
    color: #3e3e3e;
    font-weight: 600;
    margin-bottom: 10px;
}
.ourofficearea h4{font-size: 15px;margin-top: 9px;font-weight: 400;width: 100%;display: flex;justify-content: space-between;}
.office_hour td, th {border: 1px solid #dddddd;padding: 6px 10px;}


.sub-menu-toggle{ display:none;}
/* 27.02.2025 */
.innerbannerform div.wpforms-container-full:not(:empty) {
    margin: 0 auto 24px;
}
.innerbannerform .wpforms-container .wpforms-form .wpforms-field-label {
    font-size: 13px;
    font-weight: 600;
	margin-bottom: 4px;
}
.innerbannerform .wpforms-container .wpforms-field {
    padding: 0 0 10px;
}

.innerbannerform div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	background-color: #b01617;
    border-color: #b01617;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    font-size: 12px;
}
.innerbannerform div.wpforms-container-full button[type=submit]:hover {
	background-color: #000;
    border-color: #000;
}
.innerbannerform div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:not(.wpforms-layout-column-100) select {
	font-size: 13px;
	height: 40px;
}
.innerbannerform div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable, .innerbannerform div.wpforms-container-full input[type=text], .innerbannerform .wpforms-container-full input[type=email], .innerbannerform div.wpforms-container .wpforms-form .iti--allow-dropdown input.iti__tel-input {
    font-size: 13px;
	height: 40px;
}
.modal-dialog div.wpforms-container-full:not(:empty) {
    margin: 0;
}
.modal-dialog .wpforms-container .wpforms-form .wpforms-field-label {
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: 600;
}
.modal-dialog .wpforms-container .wpforms-field {
    padding: 0 0 10px;
}
.modal-dialog div.wpforms-container-full input[type=text] {
	font-size: 13px;
}
.modal-dialog div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:not(.wpforms-layout-column-100) input[type=email] {
	font-size: 13px;
}
.modal-dialog div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:not(.wpforms-layout-column-100) input[type=tel], .modal-dialog div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column:not(.wpforms-layout-column-100) select {
	font-size: 13px;
}
.modal-dialog div.wpforms-container-full .wpforms-field-description {
    font-size: 13px;
}
.modal-dialog div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	background-color: #b01617;
    border-color: #b01617;
}
.modal-dialog div.wpforms-container-full button[type=submit]:hover {
	background-color: #000;
    border-color: #000;
}




.globalarea{width: 48%;display: inline-block;margin-bottom: 15px;}
.globalarea h3{font-size: 22px;margin-bottom: 9px;}
.assessmentareainner ul {padding: 0px 0px 10px 20px;margin: 0px;}
.assessmentareainner ul li a{font-size: 15px; color:#000; text-decoration:underline;}

.header-top .boxtwo .search-box button{ display:none;}
.pagination li a{ color:#000;}
b, strong {
  font-weight: bold;
}
.paynowimg{ margin-bottom:20px;width: 100%;}
.paynowimg img{ width:100%; height:100%;object-fit:cover;}
.paybtnarea .btn_red{ margin:0px 3px;}
.wpb_wrapper td, th {border: 0px solid #dddddd;padding: 5px;}

.ftr_area .wpforms-field-large.wpforms-field-required {
    border: none;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    border-radius: 0;
    color: #000;
	height:60px;
	padding:0px;
}
button#wpforms-submit-6595 {
    border: 1px solid #C72324;
    color: #C72324;
    padding: 11px 22px;
    display: inline-block;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 11px;
    transition: all .5s ease-in-out;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    height: 48px;
	background:none;
}
button#wpforms-submit-6595:hover {
    border: 1px solid #C72324;
	background-color:#C72324;
    color: #fff;
}
button#wpforms-submit-6595:after{
	display:none;
}
.ftr_area .wpforms-container-full input[type=email]:focus:invalid {
    box-shadow: none;
    border-color: transparent;
    border-bottom: 1px solid #000;
}
.ftr_area .wpforms-container .wpforms-field, .ftr_area .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0!important;
}







.blogdetail ul { 
    padding: 0; 
    margin: 0 0 25px; 
    list-style: none;
}

.blogdetail ul li {
    width: 100%;

    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
/*     background: url(../images/check.svg) 0px 4px; */
    background-repeat: no-repeat;
    background-size: 15px;
/*     padding-left: 25px; */
   
}

.innerbodysection img {
    width: 100%;
}

.applyicon img {
    max-width: 22px;
}
.applyright img{width: initial;}

.qmn_pagination, .qsm_auto_pagination_enabled .qmn_pagination {
    padding: 0 !important;
    margin: 0 !important;
	border: none !important;
}
.qmn_btn, .qsm-quiz-container.qmn_quiz_container .qmn_btn, .qsm-quiz-container.qmn_quiz_container .btn {
    border: 1px solid #C72324;
    background-color: #C72324 !important;
}
.qmn_quiz_container select, .qmn_quiz_container textarea, .qmn_quiz_container input[type="text"], .qmn_quiz_container input[type="email"], .qmn_quiz_container input[type="url"], .qmn_quiz_container input[type="number"] {
    background: #fff;
    border: 1px solid #d7d7d7 !important;
}
.quiz_section label, .quiz_section .mlw_qmn_question {
    margin: 10px 0 2px 0 !important;
    font-weight: 500 !important;
}

.thum img {
	max-width: 62%;
}
.paynowonline img {
    width: 45%;
}
table td span {
	font-size: 14px !important;
}

table th span {
	font-size: 14px !important;
}

.midCountry {
	width: 100%;
	margin-bottom: 25px;
}
.midCountry_card {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.midCountry_card h4 {
	font-size: 17px;
	color: #000;
	font-weight: 500;
}
.midCountry_cardpic {
	height: 165px;
	position: relative;
	display: flex;
	overflow: hidden;
	margin: 0;
}
.midCountry_cardpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #ccc;
    padding: 5px;
    border-radius: 10px;
}

.midCountry .accordinbtn {
	text-decoration: none;
	padding: 5px 12px;
    font-size: 13px;
}

.innerbodysection table a {
	color: #000;
}

.iti__country, div.wpforms-container .wpforms-form .iti__country, div.wpforms-container-full .wpforms-form .iti__country, #wpforms-conversational-form-page .iti__country {
    padding: 1px 5px !important;
    font-size: 10px!important;
}
.iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list .iti__dial-code, div.wpforms-container .wpforms-form .iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list .iti__dial-code, div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list .iti__dial-code, #wpforms-conversational-form-page .iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list .iti__dial-code {
    font-size: 10px!important;
    opacity: 1!important;
}
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
    padding: 6px!important;
    font-size: 12px!important;
}

.iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list, div.wpforms-container .wpforms-form .iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list, div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list, #wpforms-conversational-form-page .iti--allow-dropdown .iti__country-container .iti__dropdown-content .iti__country-list {
    width: 200px!important;
}
.blogdetail_main h1 {
    font-size: 34px;
    font-weight: 600;
    margin: 24px 0;
}
.blogdetail_main h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 24px 0;
}
.blogdetail_main p{}
.blogdetail_main h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
}
.blogdetail_main h4{
    font-size: 24px;
     margin: 20px 0;
}

.blogpost  .datebox {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #c72324;
    font-size: 14px;
}

#blog-carousel .blogpage_boxpic {
    height: 140px;
}

/* // modal  */
 #popup .unq-popup-body {
    background: #fff;
    display: inline-block;
/*     padding: 30px; */
    border-radius: 10px;
    max-width: 650px !important;
	position: relative;
	 text-align: center;
	 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	 
	 
}


#popup div {
  display: flex !important;
    max-width: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#popup .unq-popup-body:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(https://webtechnomind.in/work/global-vision-Immigration/wp-content/uploads/2025/08/modal_pic-scaled.png);
    width: 100%;
    height: 200px;
    background-repeat: repeat;
    background-size: contain;
}
#popup button {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    background-color: #C72324;
    border: 1px solid #C72324;
    position: relative;
    border-radius: 8px;
	margin: 0 0 25px;
    transition: all 0.4s ease;
}

#popup {
    z-index: 333;
} 

 #popup .unq-popup-body h5 {
    font-family: "Kalnia", serif;
	 font-size: 26px;
	 color: #000;
	 font-weight: 600;
	 margin-bottom: 20px;
}

#popup .unq-popup-body h6 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}
#popup .unq-popup-body p {
    font-size: 17px;
    color: #000;
    font-weight: 300;
	margin-bottom: 0;
}
.applyright {
	position: sticky;
    top: 35px;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 3px !important;
}
.innerbanner_area .innerbannerform h2 {
    margin-top: 0;
	padding: 10px 20px 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0 !important;
}
.innerbanner_area {
    position: relative;
    z-index: 1;
}













