/*================ 
Template Name: Immigration Aim
Description: Immigration Aim Landing Page Template
Version: 1.0 
Author: https://www.templatemonster.com/authors/techeshta
=======================*/
/********************** 
[Table Of Content]

01. General CSS
02. Header
03. Hero Section 
04. About us Section
05. Services Section
06. About Immigration Investment Section
07. Video Section
08. Country Section
09. Team Section
10. Testimonials Section
11. Blog Section
12. Footer
13. About us Page
14. Services Page  
15. country Page 
16. Our Team Page
17. FAQ Page
18. Blog Page
19. Single Blog Page
20. Contact Page
21. coming soon Page
22. 404 Page


**********************/
/************************* 
    01. General CSS
*************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

:root {
    --primary-font: "Mulish";
    --secondary-font: "DM Sans";
    --primary-color: #e02454;
    --secondary-color: #18425a;
    --black-color: #000;
    --white-color: #fff;
    --success-color: #333;
    --white-smoke-color: #f7f5f5;
}

body {
    padding: 0px;
    margin: 0px;
    border: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--success-color);
}

p {
    margin: 0px;
    color: var(--success-color);
    font-family: var(--primary-font);
    padding: 0;
}

/*** header ***/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font);
    margin: 0 0 10px;
    padding: 0;
}

h1 {
    font-size: 68px;
    line-height: 78px;
    font-weight: 800;
}

h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

/*** text-wrap ***/
.text-wrap {
    color: var(--primary-color);
}

/*** list ***/
ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/*** link ***/
a {
    color: var(--success-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
}

/*** btn ***/
.btn {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 14px 36px;
    background: var(--secondary-color);
    color: var(--white-color);
    border: 0px;
    border-radius: 8px;
}

.btn:hover {
    background-color: var(--primary-color);
    border: 0px;
    border-radius: 8px;
    color: var(--white-color);
}

/*** padding-top-bottom ***/
.ptb-120 {
    padding: 120px 0px;
}

.pt-120 {
    padding-top: 90px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

/*** margin-top-bottom ***/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

/************************
    02. Header 
*************************/
.header-wrap {
    position: relative;
}

.header-wrap .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px;
    margin: 0px 10px;
    color: var(--success-color);
	transition: all 0.5s;
}

.header-wrap .navbar .navbar-nav .nav-item .nav-link:hover {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: var(--primary-color);
    transform: scale(1.1);
}

.header-wrap .navbar-toggler {
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 10px;
    border-radius: 0px;
}

.header-wrap .navbar-toggler:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px;
    border-radius: 0px;
}

.header-wrap .navbar-nav .nav-item .nav-link a.active {
    color: var(--primary-color) !important;
}

/************************
    03. Hero Section
*************************/
.home-wrap {
    background-image: url(../images/immigration-banner-image.png);
    width: 100%;
    max-height: 100%;
    min-height: 800px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background-size: cover;
}

.home-wrap .hero-container p {
    width: 75%;
}

.home-wrap .hero-container .welcome-wrap, .welcome-wrap {
    padding: 10px 15px 10px 15px;
    background-color: var(--primary-color);
    border-radius: 10px 10px 10px 10px;
    font-weight: 700;
}

/************************
    04. About Us Section
*************************/
.about-wrap .about-content h2 {
    color: var(--secondary-color);
}

.about-wrap-image img {
    width: 75%;
}

.about-wrap .about-content h4 {
    color: var(--secondary-color);
}

.about-wrap .about-content img {
    width: 100px;
}

.about-wrap .about-content P {
    width: 90%;
}

/************************
    05. Services Section 
*************************/
.services-wrap {
    background: url(../images/Vs_project_bg.jpg);
	background-size: cover;
}

.services-wrap .services-wrap-content img {
    width: 100px;
}

.services-wrap .services-wrap-content h2 {
    color: var(--secondary-color);
}

.services-wrap .card {
    padding: 30px 20px;
    border-radius: 5px;
    border: 0px;
    width: 80%;
}

.services-wrap .card .card-icon i {
    background-color: #e02454;
    padding: 25px 28px;
    width: 80px;
    font-size: 28px;
    color: var(--white-color);
    border-radius: 40px;
}

.services-wrap .services-box .card .card-body .card-title {
    color: var(--secondary-color);
}
.services-box .card:hover{
    background-color: var(--secondary-color);
    cursor: pointer;
}

.services-box .card:hover .card-body .card-title,
.services-box .card:hover .card-body .card-text{ 
    color: var(--white-color);
}
.services-box .card:hover .card-icon i{
    background-color: var(--white-smoke-color);
    color: var(--primary-color);
}
/************************
    06. About Immigration Investment Section   
*************************/
.investment .investment-icon-list i {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 28px;
    padding-right: 10px;
}

.investment .experience-wrap {
    margin-top: -100px;
    padding: 10px 30px 10px 30px;
    background-color: var(--white-color);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.investment .experience-wrap h2 {
    color: var(--primary-color);
}

/************************
    07. Video Section 
*************************/
.video-app {
    /*background-image: url(../images/services-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.video-app .video-text h2 {
    width: 90%;
}

.video-app .video-icon-wrapper i {
    padding: 27px 29px;
    background-color: var(--primary-color);
    font-size: 28px;
    border-radius: 50px;
    color: var(--white-color);
}

.video-app .video-icon-wrapper i:hover {
    background-color: var(--secondary-color);
}

/************************
    08. Country  Section 
*************************/
.country .country-text h2 {
    width: 34%;
    text-align: center;
    color: var(--secondary-color);
}

.country .country-card .card {
    padding: 25px;
    box-shadow: 15px 15px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    border: 0px;
}

.country .country-card-wrap:hover .card {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

.country .country-card .card-img-top {
    transition-duration: 0.3s;
}

.country .country-card .card-img-top:hover {
    animation-name: card;
    animation-duration: 1s;
    animation-timing-function: linear;
    cursor: pointer;
    animation-iteration-count: infinite;
}

.country .country-card .card-img-top {
    width: 30%;
    margin-bottom: 15px;
}

.country .country-card .card-body h3 {
    color: var(--primary-color);
}

.country .country-card-wrap {
    margin: 0px 15px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes card {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(0.9);
    }
}

/************************
    09. Team Section
*************************/
.team-wrap {
    background-color: var(--white-smoke-color);
}

.team-wrap .team-content h2 {
    color: var(--secondary-color);
}

.team-wrap .card {
    padding: 0px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

.team-wrap .card .card-body h5 {
    color: var(--primary-color);
}

.team-wrap .card {
    margin: 0px 15px;
    border-radius: 5px;
    border: 0px;
    width: 100%;
}

.team-wrap .card:hover{
    cursor: pointer;
    background-color: var(--secondary-color);
}

.team-wrap .card:hover .card-body .card-title,
.team-wrap .card:hover .card-body .card-text{
    color: var(--white-color);
    cursor: pointer;
}



/************************
    10. Testimonials Section
*************************/
.testimonials-section {
    background-image: url(../images/our-customers-bg-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-section .testimonials-content h2 {
    width: 50%;
}

.testimonials-section .testimonial-wrapper .testimonial-slide, .testimonials-section .testimonial-slide {
    background-color: #f7f5f5;
    border-bottom: 5px solid var(--primary-color);
    border-radius: 8px;
    border-color: var(--primary-color);
    padding: 40px 20px 40px 20px;
    margin: 10px 15px;
    width: 50%;
}
.testimonials-section .testimonial-slide, .testimonials-section .testimonial-slide p {
	width: auto !important;
	text-align: left !important;
}

.testimonials-section .testimonial-slide p {
    font-size: 16px;
    font-weight: 400;
    list-style: 26px;
    color: var(--success-color);
    text-align: center;
    font-style: italic;
}

.testimonials-section .testimonial-slide-wrap img {
    width: 100px;
    max-width: 100%;
}

.testimonials-section .testimonial-text h5 {
    color: var(--secondary-color) !important;
}

.slick-arrow {
    display: none !important;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 0px 0px;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--secondary-color);
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: var(--primary-color);
}

/************************
    11. Blog Section
*************************/
.blog-section .blog-text h2 {
    color: var(--secondary-color);
    width: 50%;
}

.blog-section .blog-text-wrap .card {
    border: 0px;
}

.blog-section .blog-text-wrap .card .card-body h4 {
    color: var(--secondary-color);
}
.blog-section .blog-text-wrap .card .card-body a i{
    padding-left: 5px;
}

/************************
    12. Footer 
*************************/
.newsletter-wrap {
    padding: 40px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.form-row .btn:hover {
    background-color: var(--white-color) !important;
    color: var(--secondary-color) !important;
}

.form-control {
    color: var(--success-color);
}

.footer {
    background-color: var(--white-smoke-color);
    margin-top: -65px;
}

.footer .footer-wrap img {
    width: 80%;
}

.footer .footer-wrap .site-info i {
    background-color: var(--primary-color);
    padding: 12px 14px;
    color: var(--white-color);
    border-radius: 10px;
    margin-right: 5px;
    font-size: 18px;
    list-style: 28px;
}

.footer .quick-menu ul li:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.footer .footer-wrap .site-info i:hover {
    background-color: var(--secondary-color);
    transform: translateY(-8px);
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.footer .contact-list .icon-shape i {
    padding: 11px 12px;
    background-color: var(--primary-color);
    border-radius: 30px;
    margin-right: 10px;
    color: var(--white-color);
    font-size: 18px;
}

.footer .contact-list .icon-shape i:hover {
    background-color: var(--secondary-color);
    cursor: pointer;
}

.footer-wrap-quick {
    color: var(--secondary-color) !important;
}

.Immigration-footer-copyright {
    background-color: var(--primary-color);
}

#contact-form-status {
    color: var(--white-color);
}

/************************
    13. AboutUS Page
*************************/
.about-hero-section {
    background-image: url(../images/banner/about-us.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 380px;
}

.satisfied-section {
    background-color: var(--white-smoke-color);
}

.satisfied-section-image img {
    border-radius: 30px;
}

.satisfied-section-counter .item .count {
    color: var(--secondary-color);
    font-size: 68px;
    font-weight: 800;
    line-height: 78px;
}

.satisfied-section-counter .item .text {
    color: var(--secondary-color);
}

.satisfied-section-counter .item p {
    width: 85%;
    padding: 20px 0px;
}

.about-our-team{
    background-color: var(--white-color);
}

.about-our-team .team-wrap{
    background-color:var(--white-color);
}

.experience-wrap-count span{
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 10px;
    font-weight: 800;
    color: var(--primary-color);
}

.counter-section-box .item {
    background: var(--white-color);
    padding: 30px 20px;
    text-align: center;
    border-bottom: 3px solid var(--secondary-color);
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.counter-section-box .item .count {
    color: var(--primary-color);
}

.counter-section-box .counter-section-text span {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 10px;
    font-weight: 800;
    color: var(--primary-color);
}

.trusted-visa {
    background-image: url(../images/faq-bg-img.png);
    width: 50%;
    padding: 120px 0px;
    background-position: Right center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 10px 10px 0px;
}

.trusted-visa-text {
    padding: 100px 50px;
    margin: 0px 50px;
    background-color: #E0245485;
    border-radius: 20px;
}

.frequently-text {
    padding: 0px 30px;
}

.frequently-text h2 {
    color: var(--secondary-color);
    width: 50%;
}

/************************
    14. Services Page
*************************/
.services-hero-section {
    background-image: url(../images/services-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 350px;
}

.services-box-flip {
    position: relative;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 5px 13px 2px rgba(0, 0, 0, 0.10);
    background-color: var(--white-smoke-color);
    border-radius: 8px;
    text-align: center;
    width: 300px;
    backface-visibility: hidden;
    transition: .5s ease-in-out;
    transform-style: preserve-3d;
    flex-direction: column;
}

.flipbox-front img {
    border-radius: 8px;
    width: 300px;
}

.flipbox-front {
    transform: rotateY(0deg);
}

.flipbox-back h3 {
    color: var(--secondary-color);
}

.flipbox-back h3 span {
    font-style: italic;
}

.flipbox-back {
    transform: rotateY(180deg);
    padding: 30px;
    background-color: var(--white-smoke-color);
    width: 300px;
    height: 300px;
}

.services-box-flip:hover .flipbox-front {
    transform: rotateY(-180deg);
}

.services-box-flip:hover .flipbox-back {
    transform: rotateY(0deg);
}

.visa-assessment-image {
    background-image: url(../images/online-visa-img.png);
    width: 50%;
    height: 600px;
    background-position: Right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.visa-assessment-text {
    padding: 100px 0px 100px 50px;
    background-color: var(--white-smoke-color);
    position: relative;
}

.visa-assessment-text h2 {
    color: var(--secondary-color);
    width: 80%;
}

.visa-assessment-text p {
    width: 80%;
}

.visa-assessment-list i {
    color: var(--primary-color);
}

.services-wrap-services {
    background-color: var(--white-color);
}

.visa-assessment-img img {
    width: 25%;
    position: absolute;
    top: 27px;
    right: 7%;
    opacity: 0.5;
}

/************************
    15. country Page
*************************/
.country-hero-section {
    background-image: url(../images/country-banner-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 350px;
}

.country-support .investment-wrap h2 {
    color: var(--secondary-color);
    width: 73%;
}

.country-support .investment-image-box-wrapper img {
    width: 100%;
}

.country-support .investment-wrap p {
    width: 73%;
}

.country-support .country-icon-list .contact-list .icon-shape i {
    font-size: 42px;
    padding-right: 10px;
    color: var(--primary-color);
}

.country-support .country-icon-list-text h5 {
    color: var(--primary-color);
    font-weight: 600;
}

.countries-section {
    background-image: url(../images/countries-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
}

.countries-section .countries-text {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.countries-section h2 {
    width: 53%;
    text-align: center;
    color: var(--white-color);
}

.country-flag {
    margin-top: -80px;
}

.country-flag .country-card-wrap {
    width: 25% !important;
}

/************************
    16. Our Team Page  
*************************/
.team-hero-section {
    background-image: url(../images/our-team-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 350px;
}
.team-content-wrap ,.team-wrap{
    background-color: #F7F5F6;
}
/************************
    17. FAQ's Page
*************************/
.faq-hero-section {
    background-image: url(../images/faq-hero-section-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 350px;
}

.faq-section .accordion-container .accordion-item {
    background-color: var(--white-color);
    border: none;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.faq-section .accordion-item .accordion-header {
    padding: 15px 25px 15px 25px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  font-size: 16px
}

.faq-section .accordion-item .accordion-header:hover {
    color: var(--primary-color);
}

.active {
   color: #fff !important;
   background: var(--primary-color) !important;
}

.faq-section .accordion-item .accordion-content {
    background-color: var(--white-color);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.faq-section .accordion-item .accordion-content p {
    margin: 10px 25px 25px 25px;
}

.faq-section .accordion-header .icon {
    transition: transform 0.3s ease;
    font-size: 28px;
}

.faq-section .active .icon {
    transform: rotate(45deg);
}

/************************
    18. Blog Page  
*************************/
.blog-hero-section {
    background-image: url(../images/blog-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 350px;
}

/************************
    19. Single Page  
*************************/
.single-hero-section {
    background-image: url(../images/single-blog-images.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 350px;
}

.single-hero-section .single-hero-title {
    width: 70%;
    text-align: center;
}

.single-blog .blog-details-image img {
    width: 100%;
    border-radius: 15px;
}

.related-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
}

.blog-box h4 {
    color: var(--secondary-color);
}

.blog-box .related-box .card-img-top {
    width: 30%;
    background-size: cover;
    border-radius: 10px;
}

.related-box .site-info i:hover {
    background-color: var(--secondary-color);
    transform: translateY(-8px);
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.related-box .site-info i {
    background-color: var(--primary-color);
    padding: 12px 14px;
    color: var(--white-color);
    border-radius: 10px;
    margin-right: 5px;
    font-size: 18px;
    list-style: 28px;
}

/************************
    20. Contact Page  
*************************/
.contact-hero-section {
    background-image: url(../images/contact-banner-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 350px;
}

.contact-details .contact-details-text h2 {
    color: var(--secondary-color);
}

.contact-details .contact-details-text p {
    width: 40%;
}

.contact-details .contact-icon-box .card {
    padding: 30px 20px 30px 20px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: var(--e-global-color-accent);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.contact-details .contact-icon-box .card:hover {
    border-color: var(--primary-color);
    cursor: pointer;
}

.contact-details .contact-icon-box .card i {
    background-color: var(--primary-color);
    padding: 26px 28px;
    display: inline-block;
    text-align: center;
    font-size: 28px;
    border-radius: 50px;
    line-height: 28px;
    color: var(--white-smoke-color);
}

.contact-details .contact-icon-box .card .card-body h4 {
    color: var(--secondary-color);
}

.contact-section .contact-form-wrap .contact-form {
    background-image: linear-gradient(180deg, #F0F0E4 0%, #E3F2ED 100%);
    padding: 40px 30px 40px 30px;
    border-radius: 15px;
}

.contact-form-wrap .form-group {
    margin-bottom: 20px;
}

.contact-form-wrap .form-group .btn {
    display: inline-block;
    width: 100%;
}

.contact-form-wrap .form-group .btn:hover {
    display: inline-block;
    width: 100%;
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

/************************
    21. Coming Soon Page  
*************************/
.coming-hero-section {
    background-image: url(../images/our-team-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100vh;
}

.coming-hero-section .coming-hero-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-section iframe {
    width: 100%;
    height: 450px;
}

.coming-hero-section .coming-hero-title h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 108px;
    line-height: 108px;
}

.coming-hero-section .coming-hero-title p {
    width: 35%;
    color: var(--white-color);
    text-align: center;
    padding-top: 15px;
}

.coming-hero-section .coming-hero-title h1 span {
    font-style: italic;
}

.coming-hero-section .contact-form .form-control {
    border-radius: 10px 0px 0px 10px;
}

.coming-hero-section .contact-form .form-row .btn {
    border-radius: 0px 10px 10px 0px;
    background-color: var(--primary-color);
}

.coming-hero-section .contact-form .form-row .btn:hover {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

/************************
    22. 404 Page
*************************/
.error-hero-section {
    background-image: url(../images/404page.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100vh;
}

.error-hero-title h1 {
    font-family: var(--secondary-font);
    font-size: 228px;
    font-weight: 700;
    line-height: 178px;
}

.coming-hero-title p {
    width: 30%;
}

.main_service {
   /* box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
	background: #fff;*/
    position: relative;
    margin: 0 10px 20px;
    padding-bottom: 5px;
	
}
.main_service:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    transition: .5s;
	opacity: 0.5;
    background:  var(--primary-color);
}
.main_service:hover:before {
    height: 100%;
}
.service_img img{
    width: 100%;
}
.service_icon i {
    color: var(--primary-color);
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 30px;
  bottom: 3px;
  z-index: 999;
  transition: .5s;
}
.main_service:hover .service_icon i{
    background: var(--primary-color);
    color: #fff;
}
.service_title {
    background: #ededed;
  padding: 0 20px;
  width: 90%;
  margin-top: -40px;
  z-index: 1;
  position: relative;
}
.service_title h3 {
    padding: 10px 0;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
}
.service_title p{
    padding-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
}
.service_btn {
    position: relative;
    margin-top: 20px;
}
.service_btn {
    margin: 20px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.service_btn i{
    color: #fff;
    border-radius: 50%;
    background: var(--primary-color);
}
.immigration-img img{
	border-radius: 20px;
}
img, svg {
  max-width: 100%;
}
.visa-services{
	position: relative;
	left: -150px;
	margin-top: 40px;
}
.vi-ser{
	background-image: linear-gradient(180deg, #F0F0E4 0%, #E3F2ED 100%);
	padding: 10px 14px;
	border-radius: 10px;
	border: 1px solid #fff;
}
.vi-ser:hover {
	border: 1px solid #93D4B7;
}
.vi-ser h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: capitalize;
}
.flag{
	background-color: transparent;
  padding: 9px 9px 9px 9px;
  background-image: linear-gradient(180deg, #F0F0E4 0%, #E3F2ED 100%);
  border-radius: 25px;
}
.flag img {
  filter: brightness( 100% ) contrast( 100% ) saturate( 30% ) blur( 0px ) hue-rotate( 0deg );
  border-radius: 35px 35px 35px 35px;
	transition-duration: .3s;
  transition-property: transform;
}
.flag:hover img {
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	transform: scale(1.1);
}
.book-right{
	background: #F7F7F7;
	padding:30px;
}
.fill-out{
	margin-top: 40px;
}
.fill-out h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.1em;
}
.main_feature{
    background: url(../images/ser-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 25px 15px 25px 15px;
    transition: .5s;
    margin-bottom: 20px;
}
.main_feature:hover{
    background: url(../images/ser-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.feature_thumb{
    display: flex;
    gap: 14px;
    align-items: center;
}
.feature_icon i{
    background-color: #fff;
    color:  var(--primary-color);
    border-style: none;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 35px;
    width: 62px;
    height: 62px;
    line-height: 58px;
    transition: .5s;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
}
.main_feature:hover .feature_icon i{
    background: var(--secondary-color);
    color: #fff;
}
.feature_content h2{
font-size: 18px;
  margin-bottom: 0;
  line-height: 44px;
}
.team-head{
	background: var(--secondary-color); color: #fff; padding: 10px 20px; margin-bottom: 20px;
}
.nominee-table{
	padding: 20px; 
	background: var(--secondary-color);
	color: #fff;
	text-align: center;
	margin: 20px 0;
}
.nominee-table img{
	padding: 20px;
	background: #fff;
}
.tbl-cls{
	margin: 20px 0;
	width: 100%;
}
.nominee-table p{
	color: #fff !important;
}
table.tbl-cls tr:nth-child(2n+1) {
    color: #fff;
    font-weight: 600;	
}
td {
    padding: 7px;
    font-size: 15px;
}
table, th, td {
    border: 1px solid #f0f0f0;
    border: 1px solid rgba(255,255,255,.9) !important;
    font-size: 15px;
}
table.tbl-cls tr:nth-child(2n) {
    background: var(--primary-color);
    color: #fff;
}
table.tbl-cls tr:nth-child(2n) {
    color: #fff;
}
.iner-list{
	text-align: left;
	list-style: disc;
	padding: 20px 0 0 30px;
}
h6.text-wrap{
	text-decoration: underline;
}
.spanHighlight {
  color: red;
  font-weight: bold;
  font-size: 20px;
}
.iti__selected-flag {
    top: 6px;
    height: 33px !important;
    border-radius: 4px;
    transition: .3s;
}
input#phone {
    padding-left: 47px !important;
  	top: 2px;
}  
.intl-tel-input .flag-dropdown .selected-flag {
  padding: 11px 16px 11px 6px;
}
.intl-tel-input {
  z-index: 99;
  width: 100%;
}
.iti-flag {
  box-shadow: none;
}
.intl-tel-input .selected-flag:focus {
  outline: none;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}  
.iti--allow-dropdown input{
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti__country-list {
    border-radius: 4px !important;
    z-index: 999 !important;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%) !important;
    border: 1px solid #ececec !important;
  	width: 270px !important;
}
/* banner */
.home-banner .carousel-caption{
    right: 30px;
    left: 30px;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
}
.home-banner .carousel-item h1 span{
    color: #ffffff;
    display: inline-block;
    margin: 0px;
    padding: 1px 7px;
}
.home-banner .carousel-item h6{
    margin-bottom: 20px;
}
.home-banner .carousel-indicators li{
    width: 3px;
    height: 3px;
    background: rgba(127, 127, 127, 1);
    cursor: pointer;
    border: 5px solid rgba(255, 255, 255, 1);
    box-sizing: content-box;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
}
.home-banner .carousel-indicators li.active, 
.home-banner .carousel-indicators li:hover {
    background: rgba(86, 86, 86, 1);
    border-color: rgba(255, 255, 255, 1);
}
.home-banner.home-slider-one .carousel-indicators{
    bottom: 0;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next{
    top: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    line-height: 50px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
}
.home-banner .carousel-control-next {
    right: 50px;
}
.home-banner .carousel-control-prev,
.home-banner .carousel-control-next{
    display: none;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.home-banner:hover .carousel-control-prev,
.home-banner:hover .carousel-control-next{
    display: block;
}
.home-banner .carousel-item .slider-paragraph{
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(3, 27, 78);
    margin: 15px 0;
}
.home-banner .carousel-item .anim-1,
.home-banner .carousel-item .anim-2,
.home-banner .carousel-item .anim-3{
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1,
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2,
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);    
}

.home-banner .carousel-item.first-slide .anim-1,
.home-banner .carousel-item.active.first-slide-active .anim-1,
.home-banner .carousel-item.active:not(:first-child) .anim-1{
    transition-delay: 500ms; 
}
.home-banner .carousel-item.first-slide .anim-2,
.home-banner .carousel-item.active.first-slide-active .anim-2,
.home-banner .carousel-item.active:not(:first-child) .anim-2{
    transition-delay: 800ms; 
}
.home-banner .carousel-item.first-slide .anim-3,
.home-banner .carousel-item.active.first-slide-active .anim-3,
.home-banner .carousel-item.active:not(:first-child) .anim-3{
    transition-delay: 1000ms; 
}
.home-banner .carousel-item h1{
    
    font-weight: 300;
    font-size: 40px;
    line-height:50px;
    letter-spacing: -2px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.home-banner .carousel-item h1 strong{
    font-weight: 800;
	font-size: 50px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.home-banner .carousel-item h1 span{
    background-color: inherit;
}
.home-banner .carousel-item .shapewrapper-inner{
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px; 
    text-transform: none;
	color: #000;
}
.slider-layout2 .slider-content div.slider-sub-text {
  animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout2 .slider-content div.slider-paragraph {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slider-content .slider-btn-area {
 }
 .home-banner .carousel-item .tagline{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(66, 70, 78);
    font-style: italic;
    margin-bottom: 25px;
}
/** Home Slider 2 **/
.home-banner.home-slider-two .carousel-item .shapewrapper-inner{
    display: inline-block;
    background: none;
    padding: 7px 10px;
}
.home-banner.home-slider-two .carousel-item .tagline{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    letter-spacing: 0px;
}
.home-banner.home-slider-two .square-shape{
    border:0px solid rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin: 0px 20px;
}

#Bannerslider .img-fluid {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    text-align: center; border: 0px;
}

/*Banner*/
@media(max-width:1024px) {

    /** Slick Slider **/
    .slick-prev { left: 0; }
    .slick-next { right: 0; }

    /** Banner **/
    .home-banner .carousel-item h1 { line-height: 40px; letter-spacing: 0; font-size: 30px; margin-bottom: 5px; margin-top: 0; }
    .home-banner .carousel-item .tagline { font-size: 14px; }
    .home-banner.home-slider-two .square-shape { padding: 20px 20px 0 20px; }
    .home-banner.home-slider-two .carousel-item .shapewrapper-inner { padding: 3px 10px; font-size: 13px; }
    .home-banner.home-slider-two .carousel-item .tagline { font-size: 16px; letter-spacing: 1px; }
    .home-banner.home-slider-three .carousel-item .shapewrapper-inner { letter-spacing: 1px; }
    .home-banner .play-video a { width: 50px; height: 50px; line-height: 50px; }
    .home-banner .play-video a i { color: #323232; font-size: 20px; line-height: 50px; }
	.home-banner .video-tagline { letter-spacing: 0; }
}
@media(max-width:767px) {    

    /** Banner **/
    .home-slider-first .col-8{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-banner .carousel-item h1 { line-height: 32px; letter-spacing: 0; font-size: 22px; margin-bottom: 5px; margin-top: 5px; }
    .home-banner .carousel-item .tagline { font-size: 14px; }
    .home-banner .carousel-caption { right: 0; left: 0; }
    .home-banner .carousel-item .shapewrapper-inner { letter-spacing: 1px; font-size: 13px; }
    .home-banner:hover .carousel-control-prev, .home-banner:hover .carousel-control-next { display: none; }
    .home-banner.home-slider-two .square-shape { border: none; padding: 0; }
    .home-banner.home-slider-two .tagline { display: none; }
    .home-banner.home-slider-two .carousel-item h1 { font-size: 22px; line-height: 30px; }
    .home-banner.home-slider-two .carousel-item h1 strong { font-weight: 700;font-size: 22px; }
    .home-banner.home-slider-two .carousel-item .shapewrapper-inner { padding: 2px 7px; font-size: 11px; }
    .home-banner.home-slider-three .video-tagline { display: none; }
    .home-banner .play-video a { width: 40px; height: 40px; line-height: 40px; }
    .home-banner .play-video a i { font-size: 18px; line-height: 40px; }
    /*.home-banner.home-slider-first .carousel-item h1 br { display: none; }*/
    .home-banner.home-slider-three .carousel-item .shapewrapper-inner { font-size: 12px; }
    .carousel-caption .btn { font-size: 11px; padding: 10px 35px !important; line-height: normal !important; } 
}
@media(max-width:575px) {

    .home-banner .carousel-item h1 { line-height: 28px; font-size: 18px;  }

}
@media(max-width:375px) {
    .home-banner .carousel-item h1 { line-height: 28px; font-size: 18px; margin-top: 0; }
    .home-banner .carousel-item .shapewrapper-inner { letter-spacing: 0.2px; font-size: 11px; }
    .home-banner.home-slider-two .carousel-item h1 { font-size: 18px; line-height: 24px; }
}.tteam {
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    margin: 20px 10px 20px;
    background: #fff;
}
.boxtextposire {
    position: relative;
    overflow: hidden;
}
.txbdbfall {
    z-index: 1;
}
.posibg, .txbdbfltrb::before {
   background: rgba(223, 9, 52, 0.63);
  backdrop-filter: blur(8px);
}
.txbdbfltrb::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.txbdbfallz::before, .txbdbfallz::after {
    z-index: 999;
}
.txbdbfall::before {
    content: "";
    position: absolute;
    transition: .5s;
}
.opacitybf0::before, .opacityaf0::after {
    opacity: 0;
}
.ttiocn9p {
    left: auto;
    top: auto;
    right: 0;
    bottom: -100%;
    opacity: 1;
    transform: none;
}
.tteamsocial {
    margin-top: 10px;
}
.wblogicon {
    position: absolute;
    text-align: center;
    z-index: 999;
    transition: .5s;
	width: 100%;
	padding: 0 10px;
}
.tteamsocial a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    margin: 0 3px;
    background: red;
}
.tteamcon {
    padding: 0;
}
.teamtit {
    margin-bottom:0;
	font-size: 20px;
}
.opacitybfh1:hover ::before, .opacityafh1:hover ::after {
    opacity: 1;
}
.tteam9:hover .ttiocn9 {
    bottom: 30px;
	color: #fff;
    text-align: center;
}
.tteam:hover .wblogicon {
    opacity: 1;
}
.ttiocn9 a {
    display: block;
    border: none;
    color: #fff;
    margin-bottom: 3px;
}
.team_page_team {
    padding: 120px 0 60px 0;
}
.team-bg{
	background: #fff;
  padding: 20px;
}
/* ===================
header top css
====================== */

.header-top {
  padding: 10px 0;
  position: relative;
  background: #2c3f69;
  z-index: 1;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
	margin-bottom: 0;
}

.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
	font-size: 13px;
}

.header-top-contact ul li a i {
  margin-right: 8px;
  color: var(--primary-color);
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-top-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  background: #ee2f25;
  text-align: center;
  margin-left: 5px;
  border-radius: 50px;
  transition: all .5s ease-in-out;
}

.header-top-social a:hover {
  background: #fff;
  color: #ee2f25;
}

.header-top-account a {
  color: #fff;
  margin-right: 20px;
}

.header-top-account a i {
  margin-right: 8px;
}


@media all and (max-width: 1199px) {
  .header-top-account {
    display: none;
  }
  .header-top::before{
    width: 320px;
  }
}

@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}
.whatsapp-icon{
	background-color: #25D366; color: white; padding: 7px 10px; text-decoration: none; border-radius: 5px; font-family: Arial;
}
.skilled-worker h4, .skilled-worker, .skilled-worker ul li a{
	color: #fff;
}
.skilled-worker i{
	color: var(--primary-color);
}
.video-bg{
	background: #1a294a;
  padding: 30px 40px;
}