@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body{
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::before, *:after{
    box-sizing: inherit;
}
a{
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: inherit;
}
a[type=button]{
    cursor: pointer;
}
p,li{
    line-height: 1.5;
    letter-spacing: .1px;
}
li{
    list-style: none;
}
.object-contain{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.object-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#scroll-top{
    position: fixed;
    bottom: 105%;
    right: 1%;
    text-align: center;
    background: dodgerblue !important;
    color: white;
    z-index: 100;
    transition: all ease 1s;
    opacity: 0;
}
#scroll-top.active{
    opacity: 1;
    bottom: 5%;
}
::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    border-radius: 4px;
}
::-webkit-scrollbar-track{
    background: var(--light);
}
::-webkit-scrollbar-thumb{
    background: var(--danger);
}
.dropdown-item:not(:last-child){
    border-bottom: 1px dashed #ccc;
}
.navbar-brand{
    width: 300px;
    height: 70px;
}
.hero-banner{
    position: relative;
    height: 85vh;
    overflow: hidden;
}
.hero-slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
}
.hero-slide img{
    object-position: center;
}
.hero-slide.active{
    transition: all ease 1s;
    opacity: 1;
    z-index: 1;
    animation: zoom 15s linear infinite;
}
@keyframes zoom{
    0%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.07);
    }
}
.slide-btn{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    padding: 0 24px;
}
.slide-prev, .slide-next, #scroll-top{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: white;
    box-shadow: 0 4px 4px rgba(0,0,0,0.4);
    border-radius: 50%;
}
.about-img{
    height: 300px;
    position: relative;
}
.about-img img{
    border-radius: 24px;
    border: 8px solid #dee2e6;
}
.title{
    font-size: 18px;
    font-weight: 600;
    color: var(--danger);
}
.services-slider  .slick-slide{
    margin:0 8px;
}
.service-img{
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.service-box{
    border-radius: 12px;
    border: 1px solid #ccc;
}
.service-detail{
    padding: 12px;
}
.service-detail h3{
    font-size: 18px;
    font-weight: 600;
}
.service-detail p{
    text-align: justify;
    margin-bottom: 0;
}
.footer-list li a{
    display: block;
    margin-bottom: 12px;
}
.font-title{
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.font-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: var(--warning);
}
.font-title span{
    font-size: 16px;
}
.contact-list li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.contact-list li i{
    position: absolute;
    top: 3px;
    left: 0;
}
.test-box{
    width: 32%;
    padding: 16px;
}
.test-box h4{
    font-size: 16px;
    font-weight: 600;
}
.test-box h4 span{
    color: var(--danger);
}
.test-box:nth-child(2), .test-box:nth-child(5){
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.test-box:nth-child(1), .test-box:nth-child(2), .test-box:nth-child(3){
    border-bottom: 1px solid #ccc;
}
.social-media li a{
    width: 36px;
    height: 36px;
    border-radius: 8px;
    line-height: 36px;
    text-align: center;
    color: #495057;
    background-color: white;
    margin-right: 8px;
    border: 1px solid #dae0e5;
    transition: all ease .5s;
}
.social-media li a:hover{
    color: var(--success);
    border-color: var(--success);
}
footer{
    position: relative;
    margin-top: 50px;
    padding-top: 24px;
}
.consultation{
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 8px 24px;
    border-radius: 12px;
}
::placeholder, label{
    font-size: 14px;
}
.modal .close{
    position: absolute;
    top: 8px;
    right: 12px;
}
.about-page strong{
 
    color: var(--danger);	
}
.about-ul li strong{
    font-size: 18px;
    color: var(--danger);
}
.about-ul li{
    width: 49%;
    padding: 12px 0;
}
.rootUl ul{
    padding-left: 30px;
}
.rootUl ul li{
    position: relative;
}
.rootUl ul li:not(:last-child){
    margin-bottom: 12px;
}
.rootUl ul li::before{
    content: "";
    position: absolute;
    top: 4px;
    left: -24px;
    width: 16px;
    height: 16px;
    background-color: var(--danger);
    border: 5px solid #f5f5f5;
    border-radius: 50%;
}
.page-title{
    background: var(--light);
    padding: 40px 12px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
.partner-slider .slick-slide{
    margin:0 4px;
}
.partner-slider li{
    padding: 16px;
    border: 1px solid #ccc;
}
.testi-box{
    width: 49.5%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-bottom: 12px;
}
.testi-slider .slick-slide{
    margin: 0 6px;
}
.read-para{
    display: none;
}
.testi-box h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.testi-box p{
    margin-bottom: 0;
}
.testimonial-page .flex{
    align-items: unset;
}
.testi-head{
    width: 100%;
    display: flex;
    align-items: center;
}
.testi-head img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
    display: block;
}
.test-prep-img{
    width: 80%;
    height: 440px;
    margin: auto;
}
.table-responsive ul{
    margin-bottom: 0;
}
.nav-pills.flex-column{
    background-color: #ffeef0;
    padding: 16px;
}
.nav-pills.flex-column .nav-link{
    text-align: left !important;
}
.nav-pills.flex-column .nav-link.active{
    background-color: var(--danger);
}
.tab-head{
    font-size: 24px;
    font-weight: 600;
    padding: 12px ;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
}
.immigrate-box{
    width: 18%;
    padding: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    text-align: center;
    text-transform: capitalize;
}
.immigrate-img{
    width: 67px;
    margin:auto;
}
.contact-img img{
    width: 100%;
}
.tab-pane ul li ul{
    margin-top: 8px;
}
.motto-container{
    align-items:unset;
}
.motto-box{
   
    border-bottom: 3px solid var(--danger);
    margin-bottom: 12px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%);
	padding:8px;

}
.motto-detail{
    padding:8px;
}
.motto-box h5{
    font-size:16px;
    font-weight:bold;
}
.motto-box img{
    width:100%;
    height:150px;
    object-fit:cover;
}


.motto-box ul{
    padding-left: 30px;
}
.motto-box ul li{
    position: relative;
}
.motto-box ul li:not(:last-child){
    margin-bottom: 12px;
}
.motto-box ul li::before{
    content: "";
    position: absolute;
    top: 4px;
    left: -24px;
    width: 16px;
    height: 16px;
    background-color: var(--danger);
    border: 5px solid #f5f5f5;
    border-radius: 50%;
}

:not(.motto-box)  h5{
	padding:8px;
	
}

@media screen and (max-width:1300px){
    .slick-prev{
        left: -40px;
    }
    .slick-next{
        right: -40px;
    }
}
@media screen and (max-width:1100px){
    .hero-banner {
        height: 70vh;
    }
    .slick-prev{
        left: -8px;
    }
    .slick-next{
        right: -8px;
    }
}
@media screen and (max-width:992px){
    .hero-banner {
        height: 58vh;
    }
    .about-ul li{
        width: 100%;
    }
    .immigrate-box{
        width: 32%;
        margin-bottom: 12px;
    }
    .motto-box{
        width: 48%;
    }
}
@media screen and (max-width:600px){
    .navbar {
        padding: 0.5rem;
    }
    .navbar-brand {
        width: 230px;
        height: 60px;
    }
    .hero-banner {
        height: 24vh;
    }
    .test-box {
        width: 100%;
        padding: 8px 0;
        border: 0 !important;
    }
    .test-box:not(:last-child){
        border-bottom: 1px solid #ccc !important;
    }
    .slide-btn {
        padding: 0 6px;
    }
    .consultation {
        top: -50px;
        padding: 8px 12px;
        justify-content: center;
    }
    .consultation .btn{
        margin-top: 12px;
        width: 100%;
    }
    .immigrate-box{
        width: 100%;
    }
    .contact-page form{
        margin: 24px 0;
    }
    .motto-box{
        width: 100%;
    }
}

.wp-block-separator{
		 border:none;
		 margin-bottom:20px;
		 
	 }
	 
	 
	 .wp-block-separator{
	border-bottom:1px solid #dee2e6;
	position:relative;
	
	
}
.moto{
	background-image:
	
}

.content ul{
    padding-left: 30px;
	margin-bottom:20px;
	text-transform:capitalize;
}
.content ul li{
    position: relative;
}
.content ul li:not(:last-child){
    margin-bottom: 12px;
}
.content ul li::before{
    content: "";
    position: absolute;
    top: 4px;
    left: -24px;
    width: 16px;
    height: 16px;
    background-color: var(--danger);
    border: 5px solid #f5f5f5;
    border-radius: 50%;
}
.content h4{
	color:var(--danger);
	padding-bottom:10px;
	
}
.content p{
	
}
.content h2{
color:var(--danger);
padding-bottom:10px;
}
.wp-block-columns{
	margin-bottom:20px;	
}
.contact-page .input-group-text {
	
	
}
.dflex p{
	display:flex!important;	
}
.dflex i{
	
}
.about-section{
	
}
.about-section h4{
	color:var(--danger);
padding-bottom:10px
}
.about-section .readmore{
	
	
}
.about-section .readmore a{
	padding:10px 20px;
	background-color:var(--danger);
	color:#fff;	
}
.imgborder img{
	border:1px solid rgba(0,0,0,0.2);
	margin-top:10px;
		
}
.pro-card{
	border:1px solid  rgba(0,0,0,0.1);
	
}
.pro-card .title{
	padding:20px 10px;	
}
.pro-card p{
	padding:0 10px;
	min-height:120px;
	
}
.pro-card .rmore a{
	color:var(--danger);
	padding:10px 10px;
}

.dropdown-menu{
box-shadow:0 0.5rem 1rem rgb(0 0 0 / 15%) !important
}
.dropdown-menu li{
	
}

.dropdown-menu li {
    border-bottom: 1px dashed #ccc!important;
}
.dropdown-menu li:last-child {
 border-bottom: 0px dashed #ccc!important;	
}