:root{
    --theme-color: #1CB098;
}
.logo-header img {
    height: 80px;
    max-width: 300px;
    object-fit: contain;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
 }

 .banner-five {
    padding-left: 0px;
    /* min-height: 850px; */
    min-height: 500px;
    height: calc(100vh - 150px);
    position: relative;
}
.banner-five .banner-pagination {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index:2;
}

.banner-five .banner-inner:before {
    background: #fb7c21;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: contrast(1.5);
    opacity: .8;
    border-radius: 10px;

    
}
.banner-five .banner-inner .banner-content h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
}

.section-head h2, .section-head .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
}
.ft_mob_email{
    padding-top: 8px;
    display: block;
}

.commanlink{
   
    gap: 10px;
}
.commanlink a {
    color:#242321;
    font-size: 12px;
}
footer .footer-title{
    font-size: 18px;
    font-weight: 500;
}

.student img{
    border: 6px solid #1d3c77;
    border-radius: 30px;
    overflow: hidden;
}



/************************************/
/***   05. Scrolling Ticker css   ***/
/************************************/

.our-scrolling-ticker{
	background-color: #fff;
	padding: 20px 0;
}

.scrolling-ticker-box{
	/* --gap: 20px; */
	--gap:53px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 100px;
	align-items: center;
}
.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: 100px;
    min-width: 100%;
    animation: scroll 30s linear infinite;
    justify-content: space-between;
}

.scrolling-content span{
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1em;
	color: #242321;
	vertical-align: middle;
}

.scrolling-content span img{
	width: 100%;
	max-width: 30px;
	margin-right: 20px;
    /* background-color: #fb7c21; */

}



.our-scrolling-ticker.customer-benefit-ticker{
	padding: 12px 0;
}

.customer-benefit-ticker .scrolling-content span{
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.5em;
}

.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media only screen and (max-width: 1024px){
    	.scrolling-content span{
		font-size: 16px;
	}
	.number_circle{
    width:200px;
    height:200px!important;
}
	.about-bx1 .dz-media{
    margin-right:0px;
}

	.scrolling-content span img{
		max-width: 24px;
	}
    	.customer-benefit-ticker .scrolling-content span{
		font-size: 18px;
	}

}

@media only screen and (min-width: 767px) and (max-width: 992px){

.why_choose_para{
    padding-bottom:35px;
}
}
@media only screen and (max-width: 767px){
    	.scrolling-content span img{
        max-width: 20px;
		margin-right: 10px;
    }

	.our-scrolling-ticker{
        padding: 10px 0;
    }

	.scrolling-content span{
        font-size: 20px;
    }
    	.customer-benefit-ticker .scrolling-content span{
		font-size: 16px;
	}

    .banner-five .banner-pagination {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    }
}
@keyframes scroll{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

/* ----------------------------Study Destination start here----------------------------------------------------------- */

.add_section .visa-category-five-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.add_section .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.add_section .site-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.add_section .sub-title {
    text-transform: uppercase;
    color: red;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #b3b1b1;
    padding: 7px 15px;
    font-size: 20px;
    border-radius: 4px;
}

.add_section .site-heading .title {
    margin-bottom: 0;
}
.add_section .split-text {
    overflow: hidden;
    position: relative;
}
.add_section .title {
    font-weight: 800 !important;
    font-size: 55px !important;
}
.add_section .split-text .line {
    overflow: hidden;
    display: none;
    padding-bottom: 2px;
}

.add_section .visa-cat-style-five-item {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
    transition: all 0.35s ease-in-out;
}
.add_section .bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}
.add_section .visa-cat-style-five-item .country h4 {
    margin-bottom: 8px;
}
.add_section img {
    border: none;
    outline: none;
    max-width: 100%;
}
.add_section .visa-cat-five-overlay-info {
    position: absolute;
    background: white;
    display: inline-block;
    max-width: 400px;
    padding: 30px;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    z-index: 1;
}
.add_section .color-secondary .visa-cat-style-five-item::after {
    background: blue;
}

.add_section .visa-cat-style-five-item {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
    transition: all 0.35s ease-in-out;
}
.add_section .visa-cat-style-five-item .country h4 {
    margin-bottom: 8px;
}
.add_section .visa-cat-style-five-item:hover .country h4, .add_section .visa-cat-style-five-item:hover .country span, .add_section .visa-cat-style-five-item:hover .country a, .add_section .visa-cat-style-five-item.active .country h4, .add_section .visa-cat-style-five-item.active .country a, .add_section .visa-cat-style-five-item.active .country span {
    color: white;
}
.add_section .visa-cat-style-five-item .flag img {
    height: 80px;
}
.add_section .visa-cat-style-five-item:hover .visa-cat-five-overlay-info, .add_section .visa-cat-style-five-item.active .visa-cat-five-overlay-info {
    opacity: 1;
    visibility: visible;
    top: -30px;
    border-color: transparent;
}

.add_section ul.list-style-one {
    margin: 0;
    padding: 0;
    list-style: none;
}
.add_section ul.list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}
.add_section .color-secondary ul.list-style-one li::after {
    background: green;
}
.add_section ul.list-style-one li::after {
    position: absolute;
    left: 0;
    /* top: 7px; */
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    height: 16px;
    width: 16px;
    background: #fb7c21;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
}
.add_section .list-check-2 li{
    padding: 0px;
}
.add_section .btn-style-one.circle {
    border-radius: 0px;
}
.add_section .color-secondary .btn-style-one {
    background: pink;
}
.add_section .btn-style-one {
    display: inline-block;
    background: #fb7c21;
    padding: 13px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: white;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: none !important;
    border: none;
}
/* .add_section .visa-cat-style-five-item:last-child:hover .visa-cat-five-overlay-info, .add_section .visa-cat-style-five-item:last-child.active .visa-cat-five-overlay-info {
    bottom: -50px;
}
.add_section .visa-cat-style-five-item:last-child .visa-cat-five-overlay-info {
    top: auto;
    bottom: 80px;
}
.add_section .visa-cat-style-five-item:hover .visa-cat-five-overlay-info, .add_section .visa-cat-style-five-item.active .visa-cat-five-overlay-info {
    opacity: 1;
    visibility: visible;
    top: -30px;
    border-color: transparent;
} */
.add_section .btn-style-one::before {
    position: absolute;
    left: 25px;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: white;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}
.add_section .theme-color-two a:hover, .add_section .color-secondary a:hover {
    color: var(--color-secondary);
}
.add_section .mt-30 {
    margin-top: 30px;
}
.add_section .btn-style-one span {
    position: absolute;
    right: 25px;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: white;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}
.add_section .btn-style-one::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: darkcyan;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}
.add_section .visa-cat-style-five-item::after {
    position: absolute;
    left: -200%;
    top: 0;
    content: "";
    height: 0;
    width: 600%;
    background: #1d3c77;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: visible;
}
.add_section .color-secondary .visa-category-five-area::after {
    background: yellow;
}
.add_section .visa-category-five-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 300px;
    width: 300px;
    background: pink;
    z-index: -1;
    border-radius: 50%;
    filter: blur(150px);
    opacity: 0.5;
}
.add_section .visa-cat-style-five-item:hover::after, .add_section .visa-cat-style-five-item.active::after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

/* ----------------------------Study Destination End here----------------------------------------------------------- */



/* ----------------------------Why Choose Us start here ----------------------------------------------------------------- */

.banner-style-five-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 50px;
}
.why_choose_para{
        color: #1d3c77;
    font-size: 16px!important;
        min-width: 100%;
}
.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

@media (min-width: 1024px) {
    .banner-style-five-area {
        padding-bottom: 100px;
    }
}
/* -------------------step two ------------------------------ */



.features-style-one-items {
    position: relative;
    z-index: 1;
    top: -100px;
    margin-bottom: -20px;
}
.feature-style-one-item .item {
    background: white;
    padding: 30px;
    padding-bottom: 40px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: contain !important;
    background-position: right top !important;
    transition: all 0.35s ease-in-out;
    background-repeat: no-repeat !important;
    border-radius: 6px;
}
.color-secondary{
    background-color: #1d3c77;
    
}

.color-secondary .feature-style-one-item.active .item {
    background: #fb7c21;
}
.feature-style-one-item .item .icon img {
    height: 40px;
    margin-bottom: 10px;
}
.color-secondary .feature-style-one-item.active .item .icon img {
    filter: brightness(0) invert(1);
}
.feature-style-one-item .item img, .feature-style-one-item .item h4, .feature-style-one-item .item p {
    transition: all 0.35s ease-in-out;
}
.feature-style-one-item.active .item h4 {
    color: white;
}
.feature-style-one-item.active .item p {
    color: #fff;
}

.feature-style-one-item .item .number {
    text-align: right;
    position: relative;
    z-index: 1;
}

.color-secondary .feature-style-one-item.active .item span {
    background: #fb7c21;
    color:#fff;
}
.feature-style-one-item.active .item span {
    -webkit-text-stroke: 1px #fff;
    /* background: red; */
}

.feature-style-one-item .item span {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    /* color: transparent; */
    /* -webkit-text-stroke: 1px #e5e7f1; */
    background: white;
    padding-left: 20px;
    transition: all 0.35s ease-in-out;
    line-height: 1;
}

.feature-style-one-item .item .number::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #e7e7e7;
    height: 2px;
    width: 100%;
    content: "";
    z-index: -1;
    transition: all 0.35s ease-in-out;
}
/* ----------------------------Why Choose Us End here ----------------------------------------------------------------- */


.number_circle{
    border: 3px dotted #1d3c7747;
    padding: 10px;
    border-radius: 100px;
    /* gap: 20px; */
    width: 200px;
    height: 160px;
    line-height: 18px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.yt-video {
    position: relative;
    display: block;
}

.yt-video img {
    width: 100%;
    border-radius: 10px;
}

.yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background: red;
    color: #fff;
    font-size: 20px;
    padding: 6px 10px;
    border-radius: 50%;
    
    transition: 0.3s;
}

/* Hover Effect ðŸ”¥ */
.yt-video:hover .yt-play {
    background: #cc0000;
    transform: translate(-50%, -50%) scale(1.1);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: #ffffff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}



.multi-ellipsis {
   width: 100%;            
  display: -webkit-box;
  -webkit-line-clamp: 2; 

  /* height: 4.5em; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.call_nuber{
    font-size: 16px;
}


/* ------------------------------ */

.DZ-theme-btn.DZ-bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top,#a3d179 0,#88ba46 100%);
    background: -webkit-linear-gradient(top,#a3d179 0,#88ba46 100%);
    background: linear-gradient(to bottom,#a3d179 0,#88ba46 100%);
}
.DZ-theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.DZ-theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 20px;
    color: #fff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 99999;
}
.DZ-theme-btn svg {
    fill: #fff;
    width: 26px;
    height: 26px;
}
.DZ-theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-transform: uppercase;
}
.DZ-theme-btn.DZ-bt-support-now {
    background: #1ebbf0;
    background: -moz-linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);
    background: -webkit-linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);
    background: linear-gradient(45deg,#1ebbf0 8%,#39dfaa 100%);
    bottom: 80px;
}

.DZ-theme-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.DZ-theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-transform: uppercase;
}
.DZ-theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}
.DZ-theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}
.DZ-theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.DZ-theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.whatsapp-icon {
    width: 32px !important;
    height: 32px !important;
}


/* ------------------------------------------------------About Us Section css start here  ------------------------------------------- */
.text_justify{
    text-align: justify;
}

.abt_expe_cont{
    justify-content: center;
}

.abt_expe_point_hd{
    font-size: 15px;
    color: #fb7c21;
}
.abt_expe_cont ul{
    padding-left: 15px;
}
.abt_expe_cont ul li {
     font-size: 14px;
         /* list-style-type: disclosure-closed; */
}

.abt_point_card{
    
    padding: 20px;
    border: 1px solid #fb7c21;
    margin-bottom: 30px;
    border-radius: 5px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background: #ffffff;

}

.about-section-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../../images/inspired_img/pattern-1.png") left top no-repeat;
}

.about-section-two:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../../images/inspired_img/pattern-1.png) right top no-repeat;
}

.miss_viss{
    /* text-align: justify; */
    color: #242321;
}
@media only screen and (max-width: 767px){
    .abt_expe_cont{
        flex-direction: column;
        margin-bottom: 10px;
    }
    
    .abt_point_card{
         
        margin-bottom: 10px;
    }
}

.experience_points li:before {
    content: "\f101";
    font-family: 'Line Awesome Free';
    font-size: 14px;
    font-weight: 700;
    color: #1b3767;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}
/* ------------------------------------------------------About Us Section css ------------------------------------------- */


/* ------------------------------------------Principles of our work start------------------------------------------------ */

.coaching-box-items-2 {
    margin-top: 30px;
    display: flex;
    align-items: start;
    position: relative;
    z-index: 7;
    padding: 30px 30px 0px;
    gap: 25px;
    position: relative;
    overflow: hidden;
     background-color: #fff;
     border-radius: 0.5rem;
     height: 100%;

}

.coaching-box-items-2::before {
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 0.5rem;
    background-color: #fff;
    z-index: -1;
    width: 0%; /* 👈 start from 0 */
    transition: width 0.4s ease-in-out;
}

.coaching-box-items-2 .coaching-image {
    width: 180px;
    height: 180px;
}
.coaching-box-items-2 .coaching-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.coaching-box-items-2 .coaching-content {
    flex-basis: 100%;
}

.coaching-box-items-2 .coaching-content h3 {
    margin-bottom: 7px;
}
.link-btn {
    text-transform: capitalize;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.coaching-box-items-2:hover .coaching-content h4 {
    color: #6f6b69;
}

.coaching-box-items-2:hover .coaching-content p {
    color: #6f6b69;
}

.coaching-box-items-2:hover .coaching-content .link-btn {
    color: white;
}
.coaching-box-items-2:hover .coaching-content .link-btn i {
    background-color: white;
    color: black;
}

.coaching-box-items-2:hover::before {
    width: 100%;
    background-color: #e6e1e1;
    border-radius: 0.5rem;
     transition: 0.4s ease-in-out;
}


.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-right:before {
    content: "\f054";
}

.link-btn i {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background-color: red;
    text-align: center;
    color: white;
}





@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media only screen and (max-width: 767px){
    .coaching-box-items-2 {
        flex-wrap: wrap;
    }
    .coaching-box-items-2::before {
    width: 100%;
    
    }
    .coaching-box-items-2 .coaching-content {
    flex-basis: 100%;
    }
}


/* -------------------------------------------------Principles of our work end ---------------------------------------- */





/* ------------------------------------------------- Student Contact Form Start ---------------------------------------------- */


.student_contact_form_cont {
    background-color: #1d3c77;
        padding-bottom: 1px;

    
}

.std_form_container{
    background-color: #f3f3f3;
    padding:50px 50px;
}
.students_form_img{
     width: 100%;
    object-fit: cover;
    height: 300px !important;
    background-position: top;
    background-repeat: no-repeat;
    /* margin-bottom: 50px; */
    background-size: cover;
    border-radius: 30px 30px 0px 0px;

}
@media only screen and (max-width: 767px) {
    .std_form_container{
        background-color: #f3f3f3;
        padding:50px 15px;
    }
}
/* ------------------------------------------------- Student Contact Form end ---------------------------------------------- */



/* ----------------------------------------- Study in Australia start ----------------------------------------------------------- */
.visa-country-three-area .shape {
    position: absolute;
    width: 14%;
    top: -18px;
    left: 0px;
    display: none;
}
.pr-60 {
    padding-right: 10px;
}
.country-three-content-list .item:first-child {
    margin-top: 0;
}
.bg-dark .country-three-content-list .item {
    background: rgba(255, 255, 255, 0.07);
}
.country-three-content-list .item {
    text-align: left;
    background: #fff;
    border: none;
    padding: 10px 20px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    height: 80px;
    transition: height 300ms;
    cursor: pointer;
}
.country-three-content-list .item {
    display: flex;
    gap: 20px;
}
.country-three-content-list .item .country {
    display: flex;
    align-items: center;
    gap: 20px;
}
.country-three-content-list .item img {
    height: 55px;
}
.country-three-content-list .item h5 {
    margin-bottom: 0px;
    color:#242321;
    font-weight: 600;
    font-size: 18px;
}
.country-three-content-list .item span {
    font-size: 14px;
    font-weight: 400;
    color: #242321;
}
.bg-dark .country-three-content-list .item .content {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.country-three-content-list .item .content {
    margin-top: 20px;
    margin-left: 75px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    transition: height .3s linear;
}
.country-three-content-list .item p {
    margin-bottom: 20px;
    color: #242321;
}
.bg-dark p {
    color: #d8e3f0;
}
.country-three-content-list .item ul.list-style-four {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 5px;
}
ul.list-style-four {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-light ul.list-style-four li {
    color: #242321;
}
ul.list-style-four li {
    position: relative;
    z-index: 1;
    padding-left: 27px;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
}
ul.list-style-four li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background-image: url(../../images/inspired_img/check-icon.png);
    z-index: -1;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.country-three-tab-content-box {
    position: relative;
    height: 100%;
}
.country-three-contents {
    position: absolute;
    width: 100%;
    left: 0;
    object-fit: contain;
    object-position: center;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 100%;
}
.country-three-contents .thumb-style-two {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    transform: scale(0.8);
}
.country-three-contents .thumb-style-two::before {
    position: absolute;
    right: 20%;
    bottom: -2px;
    height: 48%;
    width: 120px;
    background: #e13833;
    content: "";
    transform: skewX(30deg);
    mix-blend-mode: multiply;
}
.country-three-contents .thumb-style-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
}
.country-three-contents .thumb-style-two::after {
    position: absolute;
    right: 20%;
    top: -2px;
    height: 48%;
    width: 120px;
    background: #002866;
    content: "";
    transform: skewX(-30deg);
    mix-blend-mode: multiply;
    opacity: 0.6;
}
.country-three-contents.active {
    opacity: 1;
    visibility: visible;
}
.active.country-three-contents .thumb-style-two {
    transform: scale(1);
}
.visa-country-three-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 400px;
    width: 400px;
    background: #fb7c21;
    z-index: -1;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5;
}
.country-three-content-list .item.active {
    height: auto;
    padding: 30px;
}

.country-three-contents.active .destop_view{
      display: none;
}
.active.country-three-contents .thumb-style-two .destop_view{
    display: none;
}
@media only screen and (max-width: 767px) {
    .country-three-content-list .item .content {
        padding-left: 0;
        margin-left: 0;
    }
    .pr-xs-15 {
        padding-right: 15px;
    }
    .country-three-content-list .item ul.list-style-four {
        grid-template-columns: 1fr;
    }
    .country-three-tab-content-box {
        height: auto;
        margin-top: 30px;
        display: none;
    }
    .country-three-contents.active {
        display: block;
    }
    .country-three-contents {
        position: inherit;
        height: auto;
        display: none;
    }
    .country-three-contents .thumb-style-two {
        height: auto;
    }
    .country-three-contents .thumb-style-two {
        height: auto;
    }
    .item.active .destop_view{
        display: block;
    }

    .country-three-content-list .item.active{
        display: flex;
        flex-direction: column;

        }
}
/* ----------------------------------------- Study in Australia END ----------------------------------------------------------- */



/* ----------------------------------------- Study in Australia Admissions Section start ----------------------------------------------------------- */
/* 
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
} */
 .feature-section{
    padding-top: 40px;
 }
.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.feature-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
}
figure {
    margin: 0px;
}
.feature-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(22,46,64,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.feature-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
    /* width: 360px; */
    height: 246px;
    object-fit: cover;
}
.feature-block-one .inner-box .text {
    position: relative;
    padding: 20px 15px;
}
.cta-section {
    position: relative;
    padding: 128px 0px 80px 0px;
    margin-top: -78px;
}
.bg-color-1 {
    background: #2d5883;
    z-index: 0;
}
.cta-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.cta-section .inner-box .text {
    position: relative;
    display: inline-block;
    padding: 0px 85px;
}
.cta-section .inner-box .text:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 22px;
    /* bottom: 12px; */
    top:50%;
}
.cta-section .inner-box .text:before {
    background: #fff;
}
.cta-section .inner-box p {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}
.cta-section .inner-box .text:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    right: 22px;
    /* bottom: 12px; */
    top:50%;
}
.cta-section .inner-box .text:after {
    background: #fff;
}
.cta-section .inner-box .text .dotted-box .dotted:first-child {
    left: 16px;
    bottom: 12px;
}
.cta-section .inner-box .text .dotted-box .dotted:nth-child(2) {
    left: 10px;
    bottom: 12px;
}
.cta-section .inner-box .text .dotted-box .dotted:nth-child(3) {
    left: 4px;
    bottom: 12px;
}
.cta-section .inner-box .text .dotted-box .dotted:nth-child(4) {
    right: 16px;
    bottom: 12px;
}
.cta-section .inner-box .text .dotted-box .dotted:nth-child(5) {
    right: 10px;
    bottom: 12px;
}
.cta-section .inner-box .text .dotted-box .dotted:last-child {
    right: 4px;
    bottom: 12px;
}
.cta-section .inner-box .text .dotted-box .dotted {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 50%;
}
.cta-section .inner-box .text .dotted-box .dotted {
    background: #fff;
}

.countrie3-hadding {
    position: absolute;
    left: 50%;
    top: 50%;
    /* margin-left: -150px;
    margin-top: 50px; */
    z-index: 2;
    opacity: 0;
    transition: all.4s;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -60%);
    margin: auto;
}

.countrie3-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    /* border-radius: 5px; */
    transition: all.4s;
    transform: scale(0.8);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>), rgba(211, 211, 211, 0.014) 50% / cover no-repeat;
}
/* .countrie3-box {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
} */

.countrie3-box:hover .countrie3-hadding {
    opacity: 1;
    transition: all.4s;
    /* margin-top: -85px; */
}
.countrie3-box:hover::after {
    opacity: 1;
    transition: all.4s;
    transform: scale(1);
}
.font-f-6{
    color:#fff;
}
.space16 {
    height: 8px;
}
@media only screen and (max-width: 1200px) {
        .cta-section .inner-box .text {
        padding: 0px;
    }
    .cta-section .inner-box .text:before, .cta-section .inner-box .text:after, .cta-section .inner-box .text .dotted-box {
        display: none;
    }
}


@media only screen and (max-width: 991px) {

        .feature-block-one .inner-box {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 767px) {
        .cta-section {
        padding: 80px 0px 40px 0px;
    }
    .sec-title h2, .cta-section .inner-box h2 {
        font-size: 20px;
        line-height: 30px;
    }
}


/* ----------------------------------------- Study in Australia Admissions Section END ----------------------------------------------------------- */


/* ----------------------------------------------Co-Founder section start here ------------------------------------------- */


.projects-section {
  /* padding: 10rem 0; */
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #781c2e;
  }
}

.projects-section .project-text {
  padding: 4rem;
  /* font-size: 90%; */
}

.bg_orange{
    background-color: #1d3c77;
}
.co_founder_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.co_founder_img_radius1{
    border-radius: 1% 0% 0% 1%;
}
.co_founder_img_radius2{
    border-radius: 0% 1% 1% 0%;
}
.co_founder_radius1{
    border-radius: 0% 50% 50% 0%;
}
.co_founder_radius2{
    border-radius: 50% 0% 0% 50%;
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 3rem;
  }
  .projects-section .project-text hr {
    border-color: #fff;
    /* border-width: .25rem; */
    width: 100%;
  }
}

@media (max-width: 767px) {
    .co_founder_img_radius1{
        border-radius: 1% 1% 0% 0%;
    }
    .co_founder_img_radius2{
        border-radius: 1% 1% 0% 0%;
    }
    .co_founder_radius1{
        border-radius: 0% 0% 1% 1%;
    }
    .co_founder_radius2{
        border-radius: 0% 0% 1% 1%;
    }
}

/* Co-Founder part two section start here */

.space-extra, .space-extra-bottom {
    padding-bottom: calc(120px - 30px);
}
.space, .space-top {
    padding-top: 120px;
}

.team-style2 {
    text-align: center;
    margin: 16px 0 30px 0;
}
.team-style2 .team-img {
    width: 250px;
    height: 250px;
    border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
    overflow: hidden;
    transform: rotate(45deg);
    margin: 0 auto -150px auto;
}
.team-style2 .team-img img {
    transform: rotate(-45deg) scale(1.1);
}
.team-style2.layout2 .team-content {
    border-color: #e0e0e0;
}
.team-style2 .team-content {
    padding: 200px 0 30px 0;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 12px;
    transition: all ease .4s;
}
.team-style2 .team-degi {
    color: #1d3c77;
    font-weight: 300;
    margin: 0 0 0 0;
}
.team-style2 .team-name {
    font-size: 20px;
    margin: 0 0 15px 0;
}
.team-style2 .team-name a {
   color:#fb7c21;
}
.team-style2 .team-number {
    display: inline-block;
    border-top: 1px solid #eaeaea;
    padding: 20px 0 0 0;
    color: var(--title-color);
}
.team-style2 .team-number img {
    margin-right: 10px;
}
.team-style2 .team-number a {
    margin-left: 5px;
    color: inherit;
}
.team-style2:hover .team-content {
    border-color: #e0e0e0;
    box-shadow: 0px 21px 10px 0px rgba(4,4,4,.05);
}




/* Co-Founder part two section end here */

/* ---------------------------------Co Founder section start End ------------------------------------------------ */


/* --------------------------------step by step our process  start here ----------------------------------------- */


.process-card {
    text-align: center;
    padding: 20px;
    -ms-flex-item-align: self-start;
    align-self: self-start;
    position: relative;
    width: 100%;
    /* max-width: 364px; */
     max-width: 330px;
    margin-left: -48px;
}
.process-card-wrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-left: 48px; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0px;
}
.process-card:after {
    bottom: -110px;
    right: 10px;
    rotate: 8deg;
}


.process-card:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    rotate: 60deg;
    top: 50px;
    right: -108px;
}


.process-card:nth-child(even):before {
    top: -110px;
    right: 10px;
    rotate: -7deg;
}


.process-card:before, .process-card:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 50px;
    -webkit-mask-image: url(../../images/inspired_img/process-arrow1-shape.png);
    mask-image: url(../../images/inspired_img/process-arrow1-shape.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
   background: var(--theme-color);
}
.process-card:before, .process-card:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 50px;
    -webkit-mask-image: url(../../images/inspired_img/process-arrow1-shape.png);
    mask-image: url(../../images/inspired_img/process-arrow1-shape.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: var(--theme-color);
}


.process-card .process-card-bg {
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    z-index: -1;
}
.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.process-card .box-img {
    display: inline-block;
    margin-bottom: 20px;
}
.th--hover-img {
    display: inline-block;
    position: relative;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
.th--hover-img canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.process-card .box-content {
    max-width: 211px;
    margin-left: auto;
    margin-right: auto;
}
.process-card .box-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}
.process-card .box-text {
    line-height: 1.625em;
    letter-spacing: -0.02em;
}

.process-card:nth-child(even) {
    margin-top: 162px;
}


.process-card:nth-child(even):after {
    rotate: -55deg;
    bottom: 55px;
    right: -120px;
}

.process-card.process-card:nth-child(4)::after, .process-card.process-card:nth-child(4)::before{
    display: none;
}



.process-card:nth-child(4)::before, .process-card:nth-child(4)::after {
    display: none;
}

@media only screen and (max-width: 1399px){

.process-card:before, .process-card:after{
    display: none;
    }

    .process-card-wrap1 {
        margin-left: 0;
        gap: 24px;
    }
    .process-card {
    margin-left: 0;
    }
    .process-card:nth-child(even) {
    margin-top: 0;
    }
}

/* --------------------------------step by step our process  end here ----------------------------------------- */






/* ------------------------------- Students Feedback Start Here ------------------------------------------------------------------------------- */
.video-wrapper {
  
    display: flex;
    gap: 20px; /* 👈 ye space dega cards ke beech */
    flex-wrap: wrap;
    justify-content: center;
    background-color: #1d3c77;
    padding: 20px;
}

.video-card {
    width: 100%;
    max-width: 360px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    background: #fff;
    transition: 0.3s;
    display: none;
    border-radius: 10px;
    
  
}
.video-card:hover {
    transform: translateY(-5px);
}


.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.play-btn {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,0,0,0.8);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: 0.3s;
    
}
.video-thumbnail:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-content {
    padding: 10px;
}
.video-content h4 {
    margin: 0;
    font-size: 16px;
}
.video-content p {
    font-size: 14px;
    color: #666;
}
/* Modal */
.video-modal {
    display: none;
    position: fixed;
     z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.video-modal-content {
    position: absolute;
    /* width: 80%;
    height: 80%; */
    max-width: 380px;
    /* margin: auto; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-modal video {
    width: 100%;
    border-radius: 10px;
}

.close-btn {
        position: absolute;
    top: -30px;
    right:-13px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
@media(max-width:768px){
    .video-modal-content {
        width: 95%;
    }
}

/* ------------------------------- Students Feedback End Here ------------------------------------------------------------------------------- */




/* ------------------------------------------------------- Our Process start here ----------------------------------------------------------- */

/* top (first section )section start here   */


.testimonial_image {
    width: 350px;
    height: 350px;
    margin: 0 auto;
}
.testimonial_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.title_ul{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 900;
}
.title_ul::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    right: 30%;
    top: 15px;
    left: auto;
    width: 50px;
    height: 1px;
    background-color: #fb7c21;
    opacity: 100%;
}

.title_ul::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fb7c21;
    opacity: 100%;
    left: 30%;
    top: 15px;
    right: auto;
}
.text_justify{
    text-align: justify;
}

@property --s {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
.img_frame img {
    width: 500px;
    max-width: 500px;
}
@property --s {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
@property --s {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
.img_frame img {
  --t: 3px; /* control the thickness (corner = 3*edge) */
  --s: 40px; /* control the size of the corners (that also affect the size of the edges) */
  --g: 8px; /* control the gap */
  --c: #fff;

  padding: calc(2 * var(--t) + var(--g));
  border: var(--t) solid #0000;
  background: conic-gradient(
        at var(--s) calc(3 * var(--t)),
        #0000 75%,
        var(--c) 0
      )
      0 0 / calc(100% - var(--s)) calc(100% - 3 * var(--t)) border-box,
    conic-gradient(at calc(3 * var(--t)) var(--s), #0000 75%, var(--c) 0) 0 0 /
      calc(100% - 3 * var(--t)) calc(100% - var(--s)) border-box,
    linear-gradient(0deg, var(--c) calc(2 * var(--t)), #0000 0) 50% var(--t) /
      calc(100% - 2 * (var(--s) + var(--g))) 100% repeat-y padding-box,
    linear-gradient(-90deg, var(--c) calc(2 * var(--t)), #0000 0) var(--t) 50%/100%
      calc(100% - 2 * (var(--s) + var(--g))) repeat-x padding-box;
  transition: --s 0.5s;
  /* cursor: pointer; */
}


.img_frame img:hover {
  --s: 80px;
}
.img_frame2 img {
  --t: 3px; /* control the thickness (corner = 3*edge) */
  --s: 40px; /* control the size of the corners (that also affect the size of the edges) */
  --g: 8px; /* control the gap */
  --c: #000;

  padding: calc(2 * var(--t) + var(--g));
  border: var(--t) solid #0000;
  background: conic-gradient(
        at var(--s) calc(3 * var(--t)),
        #0000 75%,
        var(--c) 0
      )
      0 0 / calc(100% - var(--s)) calc(100% - 3 * var(--t)) border-box,
    conic-gradient(at calc(3 * var(--t)) var(--s), #0000 75%, var(--c) 0) 0 0 /
      calc(100% - 3 * var(--t)) calc(100% - var(--s)) border-box,
    linear-gradient(0deg, var(--c) calc(2 * var(--t)), #0000 0) 50% var(--t) /
      calc(100% - 2 * (var(--s) + var(--g))) 100% repeat-y padding-box,
    linear-gradient(-90deg, var(--c) calc(2 * var(--t)), #0000 0) var(--t) 50%/100%
      calc(100% - 2 * (var(--s) + var(--g))) repeat-x padding-box;
  transition: --s 0.5s;
  /* cursor: pointer; */
}

.img_frame2 img:hover {
  --s: 80px;
}

.points_text_white{
    margin-bottom: 10px;
}
.points_text_white li{
    text-align: start;
    color:#fff;
}

.text_sub_title{
    width: 100%;
    margin-bottom: 5px;
    text-align: justify;
    color:#fff;
    max-width: 100%!important;
}
/* top (first section )section End here   */


/* Colors */
.panel1 { background: #055296; }
.panel2 { background: #1d3c77; }
.panel3 { background: #0a2862; }
.panel4 { background: #213e74; }
.panel5 { background: #123f74; }
.panel6 { background: #0e4b80; }


.sticky_wrapper {
    position: relative;
}

/* Panels */
.sticky_wrapper .panel {
    /* height: 100vh; */
    height: calc(0px + 100vh);
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/* Content */
.sticky_wrapper .content {
    text-align: center;
    color: #fff;
}

.sticky_wrapper .content h1 {
    font-size: 24px;
    margin: 0;
    color:#fff;
}

.sticky_wrapper .content p {
    font-size: 16px;
    opacity: 0.8;
    text-align: left;
    min-height: 60px;
}

/* Parallax background */
.sticky_wrapper .panel::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: rgba(255,255,255,0.05);
    transform: scale(1.2);
}
@media(max-width:768px){
    .sticky_wrapper .panel{
        display: block;
    }
    /* Responsive */
}
@media(max-width:768px){
    .content h1 {
        font-size: 32px;
    }
    .sticky_wrapper .panel {
    /* height: 100vh; */
    height: 100%;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    }
    .sticky_wrapper .panel::before{
        height: auto;
        width: 100%;
    }
    .sticky_wrapper .content p{
        text-align: justify;
        display: flex;
        justify-content: center;
    }
    /* .pd_mob_process{
        padding: 0px 50px; 
    } */
    .img_frame img{
        width: 100%;
        max-width: 100%;
    }
    .sticky_wrapper .section-head{
        margin-top: 40px;
    }
   /* .process-wrapper {
    padding: 50px 50px;
   } */
    /* .content{
        padding: 0px 50px;
    } */
}
/* ------------------------------------------------------- Our Process End here ----------------------------------------------------------- */




/* ------------------------------------------- Study in Canada Essentials start here--------------------------------------------- */
.bg5 {
    position: relative;
}
.space30 {
    height: 30px;
}

.service5 .service-box {
    position: relative;
    text-align: center;
    margin-top:20px;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}
.service5 .service-box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: rotateY(80deg);
    opacity: 0;
    background: linear-gradient(180deg, #242321 0%, #1d3c77 100%);
    border-radius: 15px;
    transition: 0.4s;
}
.service5 .service-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin: auto;
}
.service5 .service-box .icon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    transform: rotateY(80deg);
    opacity: 0;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transition: 0.4s;
}
.service5 .service-box .icon img {
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
    transition: 0.4s;
}
.service5 .service-box .icon::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(180deg, #fb7c21 0%, #fb7c21 100%);
    border-radius: 50%;
}
.service5 .service-box .heading5 {
    margin-top: 20px;
}
.heading5 h4 a {
    display: inline-block;
    color: #05092B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    transition: 0.4s;
}
.heading5 p {
    color: #5A5D73;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: 0.4s;
}
.service5 .service-box .learn {
    display: inline-block;
    color: #05092B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-top: 24px;
    transition: 0.4s;
}
.service5 .service-box .learn span {
    display: inline-block;
    transform: rotate(-45deg);
}
.fas, .fa-solid {
    font-weight: 900;
}
.service5 .service-box::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -2;
    background:#ffffff;
    border-radius: 15px;
}
.service5 .service-box:hover::before {
    transform: rotateY(0deg);
    opacity: 1;
    transition: 0.4s;
}
.service5 .service-box:hover {
    transition: 0.4s;
}
.service5 .service-box:hover .icon img {
    filter: none;
    transition: 0.4s;
}
.service5 .service-box:hover .heading5 h4 a {
    color: rgb(255, 255, 255);
    transition: 0.4s;
}
.service5 .service-box:hover .heading5 p {
    color: rgba(255, 255, 255, 0.69);
    transition: 0.4s;
}
.service5 .service-box:hover .learn {
    color: rgb(255, 255, 255);
    transition: 0.4s;
}
.service5 .service-box:hover .icon::before {
    transform: rotateY(0deg);
    opacity: 1;
    transition: 0.4s;
}
/* ------------------------------------------- Study in Canada Essentials start End--------------------------------------------- */







/* --------------------------------------------------------------- Why Choose Canada start here ------------------------------------------------------------------- */

.service6 .service-box {
    /* margin-top: 30px; */
    position: relative;
    display: flex;
    align-items: start;
    padding: 24px;
    overflow: hidden;
    border-radius: 4px;
}
.service6 .service-box .icon {
    height: 70px;
    width: 70px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 40px 0px;
    line-height: 70px;
    text-align: center;
    border-radius: 70px;
    background: var(--Home-Page-3-white-colors, #FFF);
    transition: 0.4s;
}
.service6 .service-box .heading6 {
    padding-left: 20px;
}
.service6 .service-box .heading6 p {
    padding: 14px 0px;
    transition: 0.4s;
}
.heading6 p {
    color:#5B5855;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.service6 .service-box .heading6 .learn {
    display: inline-block;
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    transition: 0.4s;
}
.service6 .service-box .heading6 .learn span {
    display: inline-block;
    transform: rotate(-54deg);
}
.fas, .fa-solid {
    font-weight: 900;
}
.fa-arrow-right::before {
    content: "\f061";
}
.service6 .service-box::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(243 243 243);
    z-index: -2;
    border-radius: 4px;
}
.service6 .service-box:hover::before {
    transform: rotate(45deg) translateX(-106px);
    top: -66px;
    transition: 0.4s;
}
.service6 .service-box:hover::before {
    transform: rotate(45deg) translateX(-106px);
    top: -66px;
    transition: 0.4s;
}
.service6 .service-box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 500px;
    width: 500px;
    background-color:#1d3c77;
    z-index: -1;
    transform: rotate(45deg) translateX(-565px);
    border-radius: 4px;
    transition: 0.4s;
}
.service6 .service-box:hover .heading6 h4 a {
    color: rgb(255, 255, 255);
    transition: 0.4s;
}
.service6 .service-box:hover .heading6 p {
    color: rgba(255, 255, 255, 0.718);
    transition: 0.4s;
}
.service6 .service-box:hover .heading6 .learn {
    color: rgb(255, 255, 255);
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    .service6 .service-box{
        margin-bottom: 20px;
    }

}

/* --------------------------------------------------------------- Why Choose Canada start end ------------------------------------------------------------------- */


/* --------------------------------------------------- Popular Courses start here --------------------------------------------------------------------------- */


.feature {
    padding: 80px 0 50px;
}

.cr-feture {
    position: relative;
}
.ul_li_between {
    justify-content: space-between;
}
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cr-feture::before {
    position: absolute;
    content: '';
    left: 0;
    top: 42%;
    height: 1px;
    width: 100%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #f5fbff 5%, #fb7c21 51.52%, #f5fbff 95%);
}
.cr-feature-wrap {
    margin-top: 30px;
    position: relative;
}
.cr-feature-item {
    max-width: 378px;
    margin-bottom: 90px;
}
.cr-feature-item .xb-item--inner {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cr-feature-item .xb-item--icon {
    z-index: 1;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.cr-feature-item .xb-item--icon:before, .cr-feature-item .xb-item--icon::after {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: inherit;
    background: #f5fbff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.cr-feature-item .xb-item--icon::after {
    top: -4px;
    z-index: -2;
    background: #f17400;
}
.cr-feature-item .xb-item--holder {
    flex-basis: 0;
    flex-grow: 1;
}
.cr-feature-item .xb-item--title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    
}

.citizenship_residency h1, .citizenship_residency h2, .citizenship_residency h3, .citizenship_residency h4, .citizenship_residency h5, .citizenship_residency h6 {
    letter-spacing: -0.03em;
    color: var(--color-heading-two);
}
.cr-feature-wrap:not(:first-child)::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 74%;
    width: 1px;
    background: linear-gradient(180deg, #f5fbff 0%, #fb7c21 47.62%, #f5fbff 100%);
}

.cr-feature-item:hover .xb-item--icon img {
    transform: rotateY(180deg);
}
.cr-feature-item:hover .xb-item--icon::before {
    height: 0;
}
@media only screen and (max-width: 767px) {
    .cr-feature-wrap {
    margin-top: 0px;
    }
    .cr-feature-item {
    margin-bottom: 10px;
    }
    .ul_li, .ul_li_right, .ul_li_center, .ul_li_between{
        justify-content: start;
        padding-left: 20px;
    }
    .cr-feature-wrap:not(:first-child)::before{
        display: none;
    }
    .cr-feture::before{
       display: none;
    }
    .cr-feature-item .xb-item--icon{
        height: 60px;
        width: 60px;
    }
    .cr-feature-item .xb-item--icon:before, .cr-feature-item .xb-item--icon::after{
         height: 60px;
        width: 60px;
    }
}
/* --------------------------------------------------- Popular Courses end here --------------------------------------------------------------------------- */








/* ------------------------------------------ canada universities start here -------------------------------------------------------------------------- */
.collage_container {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
}
.uk_collage_Name {
    background-color: #1d3c77;
    border-radius: 0.5rem;
    font-size: 14px;
    font-weight: 100;
    margin: 5px;
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    color: #fff;
}


/* ------------------------------------------ canada universities start end here -------------------------------------------------------------------------- */





/* -------------------------------------------------- FAQ start here  ----------------------------------------------------------------------------------- */
.faq_sect{
        background: linear-gradient(#1b2f4500, #1d3c7778), url(../../images/inspired_img/faq_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-clip: border-box;
}

.faq_form{
    padding: 33px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 20px;
    background-color: #fff;
}


/* -------------------------------------------------- FAQ End here  ----------------------------------------------------------------------------------- */




/* ------------------------------------------------- Disclaimer start here ------------------------------------------------------------------------------------ */

.wpb_wrapper{
    padding: 20px 50px;
    background-color: #fff;
}

.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
@media only screen and (max-width: 767px){
    .wpb_wrapper {
        padding: 20px 20px;
        background-color: #fff;
    }
    
}
/* ------------------------------------------------- Disclaimer start end  ------------------------------------------------------------------------------------ */




/* --------------------------------------------------- events start here ---------------------------------------------------------------------------------------- */

.events_points li:before {
    content: "\f101";
    font-family: 'Line Awesome Free';
    font-size: 14px;
    font-weight: 700;
    color: #1b3767;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}
.events_point_card{
    padding: 20px;
    /* border: 1px solid #fb7c21; */
    /* margin-bottom: 30px; */
    border-radius: 5px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background: #ffffff;
}

.bg9 {
    position: relative;
}
.sp {
    padding: 60px 0px;
    background-color: #f3f5f2;
}


.contact9 .contact9-content-area {
    border-radius: 8px;
    background: #FFF;
    padding: 48px;
    margin-top: 60px;
}

.contact9 .contact9-content-area .form-area .single-input {
    margin-top: 20px;
}
.contact9 .contact9-content-area .form-area .single-input input, .contact9 .contact9-content-area .form-area .single-input textarea {
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 4px;
    padding: 16px;
    border: none;
}
.contact9 .contact9-content-area .form-area .button-area {
    text-align: center;
    margin-top: 24px;
}
.theme-btn16 {
    display: inline-block;
    padding: 18px 10px 18px 24px;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    border-radius: 111px;
    position: relative;
    z-index: 2;
    border: none;
    overflow: hidden;
    transition: all 0.4s;
}
.theme-btn16::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: auto;
    right: 0;
    border-radius: 111px;
    background: #fb7c21;
    transform: rotateY(90deg);
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
}
.theme-btn16 .arrow1 {
    transition: all 0.4s;
    opacity: 1;
}
.theme-btn16 .arrow2 {
    transform: translateY(-8px) rotate(-45deg) translateX(-52px);
    transition: all 0.4s;
    opacity: 0;
}
.theme-btn16::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 111px;
    background: #fb7c21;
    z-index: -2;
}
.contact9 .contact9-content-area .contact9-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 24px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    transition: all 0.4s;
    margin-bottom: 20px;
}
.contact9 .contact9-content-area .contact9-box .icon {
    background-color: #fb7c21;
    height: 38px;
    min-height: 38px;
    width: 38px;
    min-width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box .icon img {
    transition: all 0.4s;
    filter: brightness(40);
    max-width: 24px;
    min-width: 24px;
}
.contact9 .contact9-content-area .contact9-box .heading {
    padding-left: 20px;
}
.contact9 .contact9-content-area .contact9-box .heading h5 {
    color: #181818;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box .heading a {
    display: inline-block;
    color: #646375;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-top: 10px;
    transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    background-color: #1d3c77;
}
.contact9 .contact9-content-area .contact9-box:hover .icon {
    background-color: #fff;
    transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box:hover .icon img {
    filter: none;
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.contact9 .contact9-content-area .contact9-box:hover .heading h5 {
    color: #fff;
    transition: all 0.4s;
}
.contact9 .contact9-content-area .contact9-box:hover .heading a {
    color: rgba(255, 255, 255, 0.7529411765);
    transition: all 0.4s;
}
.bg9::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -3;
    background-color: #F3F5F2;
}


.cta9 {
    background-color: #1d3c77;
}

.cta9 .heading6-w {
    padding: 60px 0px;
}
.heading6-w h2 {
    color:  #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
.heading6-w p {
    color:#fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.cta9 .images {
    text-align: end;
    position: relative;
}
.cta9 .images .img1 {
    position: absolute;
    top: 60px;
    right: 0;
}
.cta9 .images .img2 {
    position: absolute;
    top: 0;
    right: 80px;
}

@media only screen and (max-width: 767px){
    .contact9 .contact9-content-area {
    border-radius: 8px;
    background: #FFF;
    padding: 10px;
    margin-top: 60px;
    }
    .contact9 .contact9-content-area .contact9-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 24px;
    display: flex;
    align-items: center;
    margin-left: 0px;
    transition: all 0.4s;
    margin-bottom: 20px;
    }
}

/* --------------------------------------------------- events start End ---------------------------------------------------------------------------------------- */





/* ----------------------------------------- University Transfer Program start here page ------------------------------------------------*/

.about-wrapper-2 .about-image-items {
    position: relative;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -6px;
}
.section-title span {
    color: #e20935;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.about-wrapper-2 .about-content .single-tab-items {
    margin-top: 40px;
}
.about-wrapper-2 .about-content .single-tab-items .nav {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #1d3c77;
}
.about-wrapper-2 .about-content .single-tab-items .nav .nav-link.active {
    position: relative;
    background-color: #1d3c77;
    color: #fff;
}
.about-wrapper-2 .about-content .single-tab-items .nav .nav-link {
    text-align: center;
    padding: 10px 40px;
    background-color: transparent;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    text-transform: capitalize;
    color: #16171a;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.about-wrapper-2 .about-content .about-tabs-area {
    margin-top: 40px;
}
.about-wrapper-2 .about-content .about-tabs-area .about-list-items {
    display: flex;
    align-items: center;
    gap: 40px;
}
.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image .video-box .video-btn {
    background-color: #e20935;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
} 

.experience_points .uni_tras_pro{
    text-align: left;
    font-size: 14px;
}

/* ----------------------------------------- University Transfer Program start end page ------------------------------------------------*/


/* ------------------------------------------------------- Popular Cities start here ----------------------------------------------------------- */

.popular_cities_container{
        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-clip: padding-box;
    background-origin: border-box;
    background-blend-mode: multiply;
    height: auto;
}
.popular_cities_container:before {
    position: relative;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.1;
    
  
}
.popular_cities_container .section-head{
    position: relative;
}
.cities_box_container{
    background-color: #fbf6f2;
    align-items: center;
    margin-bottom: 50px;
    padding: 35px 15px 10px 15px;
     position: relative;
    border-radius: 10px;
}
.cities_box_container .section-head{
    margin-bottom: 10px;
}
.all_cities_img{
   
}

.all_cities_img img {
  --t: 3px; /* control the thickness (corner = 3*edge) */
  --s: 40px; /* control the size of the corners (that also affect the size of the edges) */
  --g: 8px; /* control the gap */
  --c: #000;

  padding: calc(2 * var(--t) + var(--g));
  border: var(--t) solid #0000;
  background: conic-gradient(
        at var(--s) calc(3 * var(--t)),
        #0000 75%,
        var(--c) 0
      )
      0 0 / calc(100% - var(--s)) calc(100% - 3 * var(--t)) border-box,
    conic-gradient(at calc(3 * var(--t)) var(--s), #0000 75%, var(--c) 0) 0 0 /
      calc(100% - 3 * var(--t)) calc(100% - var(--s)) border-box,
    linear-gradient(0deg, var(--c) calc(2 * var(--t)), #0000 0) 50% var(--t) /
      calc(100% - 2 * (var(--s) + var(--g))) 100% repeat-y padding-box,
    linear-gradient(-90deg, var(--c) calc(2 * var(--t)), #0000 0) var(--t) 50%/100%
      calc(100% - 2 * (var(--s) + var(--g))) repeat-x padding-box;
  transition: --s 0.5s;
  /* cursor: pointer; */
}

.all_cities_img img:hover {
    --s: 80px;
}

.fuct_btn_cont .section-head{
    position: relative;
}

.back-btn{
      padding: 8px 15px;
      background: #204488;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 14px;
      position: absolute;
      left: 0;
}
    

    .back-btn:hover{
      background: #1d3c77;
    }
/* --------------------------------------------------------- Popular Cities start End --------------------------------------------------------- */


@media only screen and (max-width: 767px){
    .banner-five .banner-pagination {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    }

    .banner-five {
        padding-left: 0px;
        /* min-height: 850px; */
        min-height: 268px;
        height: calc(44vh - 150px);
        position: relative;
    }

    .banner-five .banner-inner:before {
        background: #fb7c21;
        mix-blend-mode: multiply;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        filter: contrast(1.5);
        opacity: .8;
        border-radius: 0px;
    }
    .logo-header img {
        height: 80px;
        max-width: 250px;
        object-fit: contain;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
    }
    .banner-five .banner-inner .banner-content h1 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 16px!important;
    }
    .our-scrolling-ticker {
        background-color: #fff;
        padding: 10px 0;
    }
    .scrolling-content span {
        font-size: 16px!important;
    }

    .scrolling-ticker-box {
        /* --gap: 20px; */
        --gap: 16px;
        position: relative;
        display: flex;
        overflow: hidden;
        user-select: none;
        gap: 16px;
        align-items: center;
    }

    .navicon {
        width: 45px;
        height: 45px;
    
        }

    .navbar-toggler {
    margin: 15px â€‹0px 15px 14px;
    margin: 22px 2px 17px 16px;
    }
    .our-scrolling-ticker .card{
        margin-bottom: 0px;
    }

    .about-bx1 .dz-media{
        margin-right: 0px;
    }

    .add_section .visa-cat-five-overlay-info{
        max-width: 100%;
        width: 100%;
        display: none;
    }

    .add_section .visa-cat-style-five-item{
        padding: 10px 0;
    }

    
    .add_section .visa-cat-style-five-item .flag img {
    height: 50px;
    }

    .add_section .visa-cat-style-five-item .country h4{
        margin-bottom: 0px;
        font-size: 16px;
    }

    .section-head{
        text-align: center;
    }

}



