@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
@font-face {
    font-family: 'MFinancePRCBold';
    src: url('/wp-content/uploads/fonts/MFinancePRCBold.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/MFinancePRCBold.woff') format('woff');

}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: sans-serif;
    ;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}




.container-fluid {
    padding: 0px 30px;
}


/* Header css Start */

header {
    background: #212121;
}

.top-header--main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top-header-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
}

.top-header-bar .top-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.top-header-bar .cmn-thlink {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.top-header-bar .cmn-thlink::after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    width: 1px;
}

.top-header-bar .cmn-thlink:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}

.top-header-bar .cmn-thlink:first-child::after {
    display: none;
}



/* Call Header */
.top-header-bar .call-top-heder {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    min-width: 230px;
}

.top-header-bar .call-top-heder:hover .icon-call-th i {
    content: '';
    background: url(../images/header-call-icon-hover.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}

.top-header-bar .icon-call-th {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.top-header-bar .icon-call-th i {
    content: '';
    background: url(../images/header-call-icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}

.top-header-bar .number-th-main {
    display: block;
    width: 100%;
}

.top-header-bar .number-th-main span.small-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ee697f;
    margin-bottom: 5px;
    display: block;
}

.top-header-bar .number-th-main p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.top-header-bar .call-top-heder:hover .number-th-main p {
    color: #ee697f;
}

/* Search Header */
.top-header-bar .search-box-header {
    display: flex;
    min-width: 330px;
}

.top-header-bar .search-box-header .form-outline {
    position: relative;
    width: 100%;
}
.search-box-header input::placeholder {
    color: #fff;
}
.top-header-bar .search-box-header i.search-icon-header {
    content: '';
    background: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
}

.top-header-bar .search-box-header .form-control {
    display: block;
    width: 100%;
    padding: 10px 40px 10px 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ee697f;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    outline: none;
}

.top-header-bar .search-box-header .form-control:focus {
    border-bottom: 1px solid #ee697f;
}

.top-header-bar .search-box-header a.search-btn-header {
    width: 36px;
    height: 36px;
    display: flex;
    position: absolute;
    top: 2px;
    right: 0px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: 0.3s;
}

.top-header-bar .search-box-header input.search-submit {
    background: url(../images/arrow-search.png ) 50% 50% no-repeat;
    background-size: 20px;
    border-radius: 50% !important;
    border: none;
    margin-left: 10px !important;
    text-indent: -9999px;
    flex-shrink: 0;
    width: 36px;
    display: flex;
    position: absolute;
    top: 2px;
    right: 0px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    height: 36px;
}

/* Top Header Menu */

.top-header-bar ul.top-header-links {
    display: flex;
    align-items: center;
}

.top-header-bar ul.top-header-links li {
    margin-left: 20px;
    display: block;
}

.top-header-bar ul.top-header-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;

}


/*  */
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: none;
}

.bottom-header-bar {
    background: #000;
    width: 100%;
    padding: 0px 20px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
}

.bottom-header-bar ul {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}

.bottom-header-bar ul li {
    margin-right: 30px;
    display: block;
}

.bottom-header-bar ul>li>a {
    padding: 0px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.bottom-header-bar ul li .dropdown-toggle::after {
    background: url(../images/dropdownarrow.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    background-position: center center;
    border: none;
    margin-left: 10px;
}


.bottom-header-bar a.book-ap-btn {
    display: flex;
    align-items: center;
    width: 340px;
    height: 60px;
    background: #000;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.bottom-header-bar a.book-ap-btn span {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d06073;
    margin-left: 20px;
    font-size: 12px;
}


/* Slider Section */

.slider-section {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
}


.slide-main {
    display: flex;
    width: 100%;
    position: relative;
    min-height: 800px;
    align-items: center;
    justify-content: flex-end;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.content-slide {
    display: block;
    width: 100%;
}

.content-slide .row {
    justify-content: flex-start;
}

.content-slide p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.content-slide h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    font-family: sans-serif;
    line-height: 1.5;
    text-transform: capitalize;
}

.content-slide .dropdown-banner {
    display: block;
    width: 70%;
    position: relative;
}

.content-slide .dropdown-banner .form-select {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right .0rem center;
    background-size: 58px 58px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 58px;
    font-family: sans-serif;
}

.content-slide .dropdown-banner a.btn.free-consultation {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
}

.content-slide .dropdown-banner input.btn.free-consultation {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
}

.content-slide .dropdown-banner input.btn.free-consultation:hover {
    background: #fff;
    color: #ee697f;
}


.slider-section .swiper-container-horizontal>.swiper-pagination-bullets,
.slider-section .swiper-pagination-custom,
.slider-section .swiper-pagination-fraction {
    bottom: auto;
    left: auto;
    right: 29px;
    width: 35px;
    top: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px;
}

.slider-section .swiper-pagination-bullet {
    width: 51%;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    border-radius: 10px;
    margin: 0px;
    margin-bottom: 10px !important;
}

.slider-section .swiper-pagination-bullet:last-child {
    margin-bottom: 0px;
}

.slider-section .swiper-pagination-bullet-active {
    width: 100%;
}

.slider-section .social-media-banner {
	display: none;
    position: absolute;
    top: 45%;
    right: 30px;
    z-index: 999;
}

.slider-section .social-media-banner li {
    margin-bottom: 20px;
    display: block;
}

.slider-section .social-media-banner li:last-child {
    margin-bottom: 0px;
}

.slider-section .social-media-banner li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.slider-section .social-media-banner li a:hover {
    background-color: #ee697f;
    border-color: #ee697f;
}


/* Section 2 */
.edu-migration-services-section {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.content-mig-edu {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 70px 0px;
    height: 100%;
}

.bg-img-edu-migration {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 85px;
    background: url("https://www.southernstone.com.au/wp-content/uploads/2024/10/general-skilled-migration.webp") center center no-repeat;
    background-size: cover;
    display: block;
    z-index: -1;
    opacity: 0.1;

}

.content-mig-edu a.btn.main-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
}

.content-mig-edu a.btn.main-btn:hover {
    background: transparent;
    border-color: #ee697f;
    color: #ee697f;
}

.content-mig-edu span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-mig-edu h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;

}

.content-mig-edu p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.content-mig-edu ul {
    display: block;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.content-mig-edu li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.content-mig-edu li:last-child {
    margin-bottom: 0px;
}

/*  */

.talk-t-exp-main {
    height: 100%;
}

.talk-t-exp-main .main-cmn-box-ttex {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 270px;
    padding: 30px;
    border: 1px solid #cccccc;
    transition: 0.3s ease-in-out;
    position: relative;
}

.talk-t-exp-main .main-cmn-box-ttex:hover {
    background-color: #f9f3f3;
    border-color: transparent;
}

.tab-sectionmain .nav-pills .nav-link .main-cmn-box-ttex h3 {
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.tab-sectionmain .nav-pills .nav-link .main-cmn-box-ttex p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.talk-t-exp-main a.talk-bnt {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ee697f;
}

.talk-t-exp-main a.talk-bnt span {
    width: 36px;
    height: 36px;
    background-color: #f8e5e7;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee697f;
}

.talk-t-exp-main .main-cmn-box-ttex:hover .icon-box-talk {
    background-color: #f8e5e7;
}

.icon-box-talk {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    transition: 0.3s ease-in-out;
}

.icon-box-talk img {
    width: 60%;
}

/* Nos Section 3 */

.need-our-service-section {
    display: block;
    width: 100%;
    background: url(../images/nos-bg-img.png) no-repeat #f9f5f5;
    background-size: contain;
    background-position: 100% 100%;
    padding-top: 40px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.content-nos {
    display: block;
    width: 100%;
    padding: 70px 0px;
}

.content-nos span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-nos h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.content-nos p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}
strong{
    font-weight: 600;
}

.dropdown-nos {
    display: block;
    margin-top: 30px;
}

.content-nos a.btn.main-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 0px 30px;
}

.content-nos input.btn.free-consultation {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.content-nos input.btn.free-consultation:hover {
    background: transparent;
    color: #ee697f;
    border-color: #ee697f;
}

.content-nos input.btn.free-consultation .content-nos select.form-select {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 12px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 58px;
    font-family: sans-serif;
}


.content-nos input.btn.free-consultation .content-nos .form-select {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 12px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 58px;
    font-family: sans-serif;
}

.need-our-service-section .img-nos {
    width: 85%;
    margin-left: auto;
}



/* Section 4 */

.visa-services-section {
    display: block;
    width: 100%;
    padding: 70px 0px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.visa-services-section .heading-part-vs {
    display: block;
    width: 100%;
}

.visa-services-section .heading-part-vs span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.visa-services-section .heading-part-vs h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.visa-services-section .heading-part-vs p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.mainlink-part-vs {
    margin-top: 50px;
}

.mainlink-part-vs h4 {
    width: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
    border-bottom: 1px solid #212121;
    padding-bottom: 5px;
    text-decoration: none;
}

.mainlink-part-vs h4 a {
    width: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    text-decoration: none;
}

.mainlink-part-vs .link-part-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.link-part-vs {
    width: 33.33%;
    padding-right: 15px;
}

.link-part-vs:last-child {
    padding-right: 0px;
}

.link-part-vs h5 {
    font-size: 20px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-decoration: none;
}

.link-part-vs h5 a {
    font-size: 20px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.link-part-vs a {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
}

.link-part-vs a:hover {
    color: #ee697f;
}

.link-part-vs li {
    margin-bottom: 5px;
}

.link-part-vs li:last-child {
    margin-bottom: 0px;
}

/*  */
.btn-heading-part {
    margin-top: 30px;
}

.btn-heading-part a.btn.main-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 0px 30px;
    width: 100%;
    justify-content: center;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.btn-heading-part a.btn.main-btn:hover {
    border-color: #ee697f;
    color: #ee697f;
    background: transparent;
}


.side-content-vs {
    margin-top: 50px;
}

.side-content-vs h4 {
    width: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    border-bottom: 1px solid #212121;
    padding-bottom: 5px;
    text-decoration: none;
}

.side-content-vs h4 a {
    width: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    text-decoration: none;
}

ul.side-link-vs li {
    margin-bottom: 8px;
}

ul.side-link-vs li:last-child {
    margin-bottom: 0px;
}

ul.side-link-vs a {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
}


/*  */

.sponsers-section {
    text-align: center;
    padding: 70px 0px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.heading-part-sponsers {
    display: block;
    width: 100%;
}

.heading-part-sponsers h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sponsers-section ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: auto;
    margin-top: 50px;
}


/*  */

.three-step-section {
    display: block;
    width: 100%;
    padding: 70px 0px;
    overflow: hidden;
}

.three-step-section .heading-part-vs {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.three-step-section .heading-part-vs .text-wraper {
    width: 65%;
}

.three-step-section .heading-part-vs span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.three-step-section .heading-part-vs h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.three-step-section .heading-part-vs p {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.three-step-section .heading-part-vs .btn.main-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.three-step-section .heading-part-vs .btn.main-btn:hover {
    background: transparent;
    border-color: #ee697f;
    color: #ee697f;
}

.three-step-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
}


.three-step-row .comn-step-box {
    width: 30%;
    display: flex;
    margin-right: 50px;
}

.three-step-row .comn-step-box:last-child {
    margin-right: 0px;
}

.three-step-row .comn-step-box span {
    font-size: 48px;

    font-weight: 600;
    color: #ee697f;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.three-step-row .content-steps {
    display: block;
    padding-left: 10px;
    margin-left: 10px;
    height: 100%;
    border-left: 1px solid #cccc;
}

.three-step-row .content-steps h5 {
    width: auto;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.three-step-row .content-steps p {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.three-step-row .content-steps p a {
    font-weight: 700;
    color: #212121;
    text-decoration: none;
}



/* Team saction */

.meet-team-section {
    display: block;
    margin: 0px;
    background: #f8f7f7;
    overflow: hidden;
}


.content-team {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 70px 0px;
    height: 100%;
}

.content-team span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-team h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.content-team p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.content-team a.btn.btn-main {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.content-team a.btn.btn-main:hover {
    background: transparent;
    border-color: #ee697f;
    color: #ee697f;
}

/*  */
.team-row {
    display: flex;
    height: 100%;
}

.team-row .comn-team-box {
    display: flex;
    width: 33.33%;
    flex-direction: column;
    height: 100%;
}

.comn-team-box.bg-ca {
    background: #ededed;
}

.comn-team-box.bg-cb {
    background: #fdf0f2;
}

.comn-team-box.bg-cc {
    background: #fbfbfb;
}

.comn-team-box.bg-cd {
    background: #ededed;
}

.team-row .comn-team-box .img-team-main {
    display: block;
    width: 100%;
    margin-top: auto;
}

.team-row .comn-team-box .img-team-main img {
    width: 100%;
}

.team-row .comn-team-box .content-team-member {
    display: block;
    margin: 90px auto;
    text-align: center;
    width: 100%;
}

.team-row .comn-team-box .content-team-member h5 {
    width: auto;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 8px;
}

.team-row .comn-team-box .content-team-member p {
    font-size: 14px;
    line-height: 1.4;
    color: #212121;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-row .comn-team-box .content-team-member p.team-profile {
    font-size: 14px;
    line-height: 1.4;
    color: #212121;
    font-weight: 700;
}

/* Section */
.casestudy-whoarewe-section {
    display: block;
    width: 100%;
    padding: 70px 0px;
    overflow: hidden;
}

.who-are-we-main {
    width: 100%;
    display: block;
    padding-right: 15px;
}

.who-are-we-main img {
    width: 100%;
}

.content-waw {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.content-waw span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-waw h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.content-waw p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.content-waw p b {
    font-weight: 700;
}

.content-waw .btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.content-waw .btn:hover {
    background: transparent;
    border-color: #ee697f;
    color: #ee697f;
}

/*  */

.case-study-main {
    width: 100%;
    display: block;
    padding-left: 15px;
}

.case-study-main img {
    width: 100%;
}

.content-cs {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.content-cs span {
    font-size: 16px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-cs h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.content-cs p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.content-cs .btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.content-cs .btn:hover {
    background: transparent;
    border-color: #ee697f;
    color: #ee697f;
}


/* News Section */

.news-section {
    padding: 70px 0px;
    display: block;
    margin: 0px;
    background-color: #fff;
    overflow: hidden;
}

.heading-part-news {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 70px;
}

.heading-part-news span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading-part-news h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.heading-part-news p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

/*  */
.slider-news-main {
    position: relative;
}
.slider-news .swiper-slide{
	box-shadow: unset;
}
.news-box-main {
    display: block;
    width: 100%;
    background: #fff;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

.news-box-main .img-news {
    height: 240px;
    width: 100%;
}

.news-box-main .img-news img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-box-main .content-news {
    display: block;
    padding: 30px 20px;
    text-align: center;
}

.news-box-main .content-news h3 {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

.news-box-main .content-news p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-box-main .content-news a.talk-bnt {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee697f;
}

.news-box-main .content-news a.talk-bnt span {
    width: 36px;
    height: 36px;
    background-color: #f8e5e7;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee697f;
}

.btn-news-slider {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.btn-news-slider a.btn.main-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.btn-news-slider a.btn.main-btn:hover {
    background: transparent;
    border-color: #ee697f;
    color: #ee697f;
}

/* instagram-section */

.instagram-section {
    display: block;
    padding: 70px 0px 130px;
    background-color: #fbfbfb;
}

.instagram-section ul {
    list-style-type: none;
    padding: 0;
    display: flex;
}

.instagram-section ul li {
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
    width: 25%;
}

.instagram-section ul li:nth-of-type(2),
.instagram-section ul li:nth-of-type(4) {
    width: 20%;
}

.instagram-section ul li .img-insta-main {
    width: 100%;
    margin-bottom: 15px;
}

.instagram-section ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.instagram-section .t-right {
    justify-content: flex-end;
    text-align: right;
}

.f-li-m-box.w-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.f-li-m-box.w-content .img-insta-main {
    height: 85%;
}

.f-li-m-box.w-content .img-insta-main img {
    object-fit: cover;
}

.f-li-m-box.w-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 5px;
}

.f-li-m-box.w-content p {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
}

.f-li-m-box.w-content a {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.f-li-m-box.w-content a:hover {
    color: #ee697f;
}

.f-li-m-box.w-content a i {
    margin-left: 10px;
    color: #ee697f;

}

.f-li-m-box.w-content.center-box {
    height: 100%;
}

.f-li-m-box.w-content.center-box .text-wraper {
    margin-bottom: 10px;
}

.f-li-m-box.w-content.center-box .text-wraper a {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.f-li-m-box.w-content.center-box .img-insta-main {
    display: block;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
}
.instagram-section h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}
.instagram-section .sbi_load_btn {
	display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    height: 58px !important;
    background: #ee697f !important;
    text-decoration: none !important;
    padding-left: 20px !important;
    justify-content: space-between !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    padding: 0px 30px !important;
    border: 2px solid transparent !important;
    transition: 0.3s ease-in-out !important;
}
.instagram-section .sbi_load_btn:hover {
	background: transparent !important;
    border-color: #ee697f !important;
    color: #ee697f !important;
}
.instagram-section .sbi_follow_btn a {
	display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    height: 58px !important;
    background: #fff !important;
    text-decoration: none !important;
    padding-left: 20px !important;
    justify-content: space-between !important;
    color: #ee697f !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    padding: 0px 30px !important;
    border: 2px solid #ee697f !important;
    transition: 0.3s ease-in-out !important;
}
.instagram-section .sbi_follow_btn a:hover {
	background: #ee697f !important;
    border-color: transparent !important;
    color: #fff !important;
}

/*  */
.google-review-section {
    display: block;
    width: 100%;
    padding: 70px 0px;
}

.review-content {
    display: block;
    width: 100%;
}

.review-content span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.review-content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.img-google-review {
    display: block;
    width: 100%;
    margin-top: 20px;
}

/*  */
.gr-slider-box {
    padding: 0px 80px;
    text-align: center;
}

.gr-slider-box .q-icon {
    width: 60px;
    height: 60px;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
}

.content-gr-slider {
    display: block;
    width: 100%;
}

.content-gr-slider p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.content-gr-slider h3, .content-gr-slider span.testi-name {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 700;
}

.review-bottom-content {
    display: flex;
    padding: 70px 0px 0px;
    align-items: flex-start;
    margin-top: 30px;
    border-top: 1px solid #cccccc;
    justify-content: space-between;
}

.review-bottom-content .text-wraper {
    width: 70%;
}

.review-bottom-content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.review-bottom-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.review-bottom-content .btn.main-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.review-bottom-content .btn.main-btn:hover {
    background: transparent;
    border-color: #ee697f;
    color: #ee697f;
}

.google-review-section .swiper-button-next,
.google-review-section .swiper-container-rtl .swiper-button-prev {
    background: url(../images/right-arrow-review.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.google-review-section .swiper-button-next:hover,
.google-review-section .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/right-arrow-review-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.google-review-section .swiper-button-prev,
.google-review-section .swiper-container-rtl .swiper-button-next {
    background: url(../images/left-arrow-review.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.google-review-section .swiper-button-prev:hover,
.google-review-section .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/left-arrow-review-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.google-review-section .swiper-button-next:after,
.google-review-section .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.google-review-section .swiper-button-prev:after,
.google-review-section .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.google-review-section .swiper-button-next.swiper-button-disabled,
.google-review-section .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: inherit;
    pointer-events: all;
}

.slider-news-main .swiper-button-next,
.slider-news-main .swiper-button-prev {
    top: -70px;
}

.slider-news-main .swiper-button-next:after,
.slider-news-main .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.slider-news-main .swiper-button-prev:after,
.slider-news-main .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.slider-news-main .swiper-button-prev,
.slider-news-main .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 60px;
}

.slider-news-main .swiper-button-next,
.slider-news-main .swiper-container-rtl .swiper-button-prev {
    right: 0px;
}



.slider-news-main .swiper-button-next,
.slider-news-main .swiper-container-rtl .swiper-button-prev {
	display: none;
    background: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.slider-news-main .swiper-button-next:hover,
.slider-news-main .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/right-arrow-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.slider-news-main .swiper-button-prev,
.slider-news-main .swiper-container-rtl .swiper-button-next {
	display: none;
    background: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.slider-news-main .swiper-button-prev:hover,
.slider-news-main .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/left-arrow-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}





.animate-line {
    opacity: 0;
    transform: translate(0px, 100px);
}

.animate-line-teo {
    opacity: 0;
    transform: translate(0px, 100px);
}



/*  */


.tab-sectionmain {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
}

.tab-sectionmain .tab-content {
    width: 40%;
    height: 100%;
    display: flex;
    padding-right: 30px;
}

.tab-sectionmain .nav {
    width: 60%;
    display: flex;
    margin-bottom: 0px !important;
}

.tab-sectionmain .nav li.nav-item {
    width: 50%;
	position:relative;
}

.tab-sectionmain .nav-pills .nav-link.active,
.tab-sectionmain .nav-pills .show>.nav-link {
    color: inherit;
    background-color: transparent;
}

.tab-sectionmain .nav-pills .nav-link.active .main-cmn-box-ttex,
.tab-sectionmain .nav-pills .show>.nav-link .main-cmn-box-ttex {
    background-color: #f9f3f3;
    border-color: transparent;
}

.tab-sectionmain .nav-pills .nav-link.active .main-cmn-box-ttex .icon-box-talk,
.tab-sectionmain .nav-pills .show>.nav-link .main-cmn-box-ttex .icon-box-talk {
    background-color: #f8e5e7;
}

.tab-sectionmain .nav-pills .nav-link {
    padding: 0px;
}

.tab-sectionmain .nav-pills .nav-link .talk-bnt {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ee697f;
}

.tab-sectionmain .nav-pills .nav-link .talk-bnt span {
    width: 36px;
    height: 36px;
    background-color: #f8e5e7;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee697f;
}

.tab-sectionmain .nav-pills .nav-link .main-cmn-box-ttex {
    background: 0 0;
    border: 0;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 270px;
    padding: 30px;
    border: 1px solid #cccccc;
    transition: 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}

.tab-sectionmain .nav-pills .nav-link .main-cmn-box-ttex:hover {
    background-color: #f9f3f3;
    border-color: transparent;

}

.tab-sectionmain .nav-pills .nav-link .main-cmn-box-ttex:hover .icon-box-talk {
    background-color: #f8e5e7;
}


/* -------------------------- */
footer {
    padding: 70px 0px 0px;
    background: #f5f5f5 !important;
    overflow: hidden;
}

.footer-img-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-img-main h3 {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 100%;
    margin-bottom: 30px;
}
.footer-img-main p a {
    color: #212121;
    text-decoration: none;
}
.footer-img-main p {
    margin-top: 10px;
}
.footer-img-main p a:hover {
    color: #ee697f;
}

.footer-img-small {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

.footer-img-small img {
    width: 51%;
    margin-bottom: 20px;
}


.footer-links-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-links-main .footer-link-box {
    display: block;
}

.footer-links-main .footer-link-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links-main .footer-link-box ul {
    padding: 0px;
    margin: 0px;
}

.footer-links-main .footer-link-box ul li {
    margin-bottom: 5px;
}

.footer-links-main .footer-link-box ul li:last-child {
    margin-bottom: 0px;
}

.footer-links-main .footer-link-box ul li a {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footer-links-main .footer-link-box ul li a:hover {
    color: #ee697f;
}

/*  */

.footer-contect-main {
    display: flex;
    width: 100%;
    padding: 50px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 60px;
    justify-content: space-between;
}

.footer-contect-main .conect-comn {
    display: flex;
    width: 20%;
    padding-right: 15px;
}

.footer-contect-main .conect-comn span {
    width: 20px;
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    margin-right: 10px;
    margin-top: 5px;
}

.footer-contect-main .conect-comn .content-conect {
    width: 80%;
}

.footer-contect-main .conect-comn span img {
    width: 100%;
}

.footer-contect-main .conect-comn p {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footer-contect-main .conect-comn a {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footer-contect-main .conect-comn a:hover {
    color: #ee697f;
}

.footer-news-latter-main {
    display: flex;
    width: 100%;
    padding: 50px 0px;
    justify-content: flex-start;
    align-items: flex-end;
}

.news-latter-text {
    margin-right: 50px;
}

.news-latter-text p.intro {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.news-latter-text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 100%;
}

.news-latter-text p {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.news-latter {
    width: 40%;
    display: flex;
    align-self: center;
}

.news-latter input {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 12px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 58px;
    font-family: sans-serif;
}

.news-latter a.talk-bnt {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee697f;
    margin-left: 15px !important;
}

.news-latter a.talk-bnt span {
    width: 36px;
    height: 36px;
    background-color: #f8e5e7;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee697f;
}

.footer-bottom {
    text-align: center;
    padding: 30px;
    background: #212121;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.footer-bottom a {
    color: #f9f9f9;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footer-bottom a:hover {
    color: #ee697f;
}





/*  */


.slider-section-inner {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
}


.slide-main-inner {
    display: flex;
    width: 100%;
    position: relative;
    min-height: 460px;
    align-items: center;
    justify-content: flex-end;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../images/banner.png);
    background-position: 50%;
}

.slide-main-inner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
}

.slide-main-inner .content-slide {
    display: block;
    width: 100%;
}

.slide-main-inner .content-slide .row {
    justify-content: flex-end;
}

.slide-main-inner .content-slide p {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.slide-main-inner .content-slide h1,
.slide-main-inner .content-slide .banner-title {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    font-family: sans-serif;
    line-height: 1.5;
    text-transform: capitalize;
}




/*  */

.breadcrumbs-section {
    display: block;
    width: 100%;
    background: #f8f7f7;
    padding: 20px 0px;
}

ul.breadcrumb-section {
    display: flex;
    width: 100%;
}

ul.breadcrumb-section li {
    margin-right: 25px;
}

ul.breadcrumb-section li:last-child {
    margin-right: 0px;
}

.breadcrumbs-section span a {
    text-decoration: none;
    color: #212121;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs-section span a span {
    color: #212121 !important;
}

.breadcrumbs-section span:last-child {
    text-decoration: none;
    color: #ee697f;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs-section span:last-child a {
    color: #ee697f;
}

.breadcrumbs-section span:last-child a span {
    color: #ee697f;
}


ul.breadcrumb-section li a {
    text-decoration: none;
    color: #212121;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}


ul.breadcrumb-section li a::after {
    content: ">";
    display: block;
    width: auto;
    top: 1px;
    position: absolute;
    right: -16px;
    font-weight: 600;
    font-size: 16px;
}

ul.breadcrumb-section li:last-child a {
    color: #ee697f;
}

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

/*  */
section.skilled-migration-section {
    display: block;
    width: 100%;
	padding: 80px 0;
}

.main-skilledm-part {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.main-skilledm-part .content-skilled-m {
    display: block;
    width: 75%;
    padding: 70px 0px;
    padding-right: 50px;
    border-right: 1px solid #cccccc;
    height: 100%;
}

.main-skilledm-part .content-skilled-m p.subheading-main {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-skilledm-part .content-skilled-m h1,
.main-skilledm-part .content-skilled-m h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.main-skilledm-part .content-skilled-m p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #212121;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
}

.main-skilledm-part .content-skilled-m ul {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.main-skilledm-part .content-skilled-m ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.main-skilledm-part .content-skilled-m ul li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/tik.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
}

.main-skilledm-part .content-skilled-m h3 {
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
}


.main-skilledm-part .content-skilled-m p a {
    text-decoration: none;
    color: #ee697f;
}

.main-skilledm-part .content-skilled-m .list-part {
    display: block;
    width: 100%;
    margin: 30px 0px;
}

.main-skilledm-part .content-skilled-m .list-part h2 {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
}

.main-skilledm-part .content-skilled-m .list-part ul {
    display: block;
    width: 100%;
}

.main-skilledm-part .content-skilled-m .list-part ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.main-skilledm-part .content-skilled-m .list-part ul li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/tik.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
}


.main-skilledm-part .content-skilled-m a.btn.main-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: transparent;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
    transition: 0.3s ease-in-out;
    border: 2px solid #000 !important;
	border-radius: 0 !important;
}

.main-skilledm-part .content-skilled-m a.btn.main-btn:hover {
    background: transparent;
    border-color: #ee697f;
    color: #ee697f;
}

.main-skilledm-part .eligibility-main {
    display: block;
    width: 25%;
    padding: 70px 0px;
    padding-left: 40px;
}

.main-skilledm-part .eligibility-main h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}

.eligibility-box {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.eligibility-box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eligibility-box p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.eligibility-box p a {
    color: #ee697f;
    text-decoration: none;
}

.eligibility-box form {
    display: block;
    width: 100%;
}

.eligibility-box form .form-control,
.eligibility-box form .form-select {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 58px;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.eligibility-box form .form-select {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right .0rem center;
    background-size: 58px 58px;
}


.eligibility-box form .btn.btn-main {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent;
}



/*  */

.main-skilledm-part .eligibility-main .accordion-link {
    display: block;
    width: 100%;
}

.main-skilledm-part .eligibility-main .accordion-link .accordion-item {
    margin-bottom: 15px;
}

.main-skilledm-part .eligibility-main .accordion-link h2 {
    margin: 0px;
}

.main-skilledm-part .eligibility-main .accordion-link a.accordion-button {
    width: auto;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0px;
}

.main-skilledm-part .eligibility-main .accordion-link a.accordion-button span {
    border-bottom: 1px solid #212121;
    margin-bottom: 0px;
    padding-bottom: 5px;
    display: inline-block;
}

.main-skilledm-part .eligibility-main .accordion-link a.accordion-button::after {
    margin-left: auto;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    background-image: none;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-skilledm-part .eligibility-main .accordion-link a.accordion-button:not(.collapsed)::after {
    content: "-";
    transform: initial;
}

.main-skilledm-part .eligibility-main .accordion-link .accordion-body {
    padding: 20px 0px;
    border: none;
}

.main-skilledm-part .eligibility-main .accordion-link .accordion-collapse {
    border: none;
}

.main-skilledm-part .eligibility-main .accordion-link .link-side-bar-main {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.main-skilledm-part .eligibility-main .accordion-link .link-side-bar-main h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-skilledm-part .eligibility-main .accordion-link .link-side-bar-main h3 a{
    font-size: 20px;
    font-weight: 600;
    color: #ee697f;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.main-skilledm-part .eligibility-main .accordion-link .link-side-bar-main li {
    margin-bottom: 8px;
}

.main-skilledm-part .eligibility-main .accordion-link .link-side-bar-main li:last-child {
    margin-bottom: 0px;
}

.main-skilledm-part .eligibility-main .accordion-link .link-side-bar-main a {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
}

/*  */
.main-skilledm-part a.side-bar-btn-main {
    display: flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s;
    justify-content: center;
    border-radius: 4px;
}

.main-skilledm-part a.side-bar-btn-main:hover {
    border-color: #ee697f;
    background: transparent;
    color: #ee697f;
}


.main-skilledm-part .side-bar-content-main {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.main-skilledm-part .side-bar-content-main h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.4;
    margin-bottom: 15px;
}


.main-skilledm-part .side-bar-content-main a.side-bar-content-btn {
    text-decoration: none;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #ee697f;
    margin-top: 30px;
    line-height: 1.2;

}

.main-skilledm-part .side-bar-content-main a.side-bar-content-btn p {
    width: 50%;
}

.main-skilledm-part .side-bar-content-main a.side-bar-content-btn span {
    width: 36px;
    height: 36px;
    background-color: #ee697f;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


/*  */
section.services-box-section {
    display: block;
    width: 100%;
    padding: 70px 0px;
    background: #ededed;
}
section.services-box-section .col-lg-6,
section.services-box-section .col-lg-12{
    margin-top: 1.5rem; ;
}


.service-box-main {
    display: block;
    width: 100%;
    background: #fff;
    padding: 40px 50px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.service-box-main h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.service-box-main p.discription {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.service-box-main .eligibility-box {
    margin-bottom: 40px;
    margin-top: 40px;
}

.service-box-main .eligibility-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.service-box-main .eligibility-box ul {
    display: block;
    width: 100%;
}

.service-box-main .eligibility-box ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.service-box-main .eligibility-box ul li:last-child {
    margin-bottom: 0px;
}

.service-box-main .eligibility-box ul li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/tik.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
}

.details-box {
    display: block;
    width: 100%;
}

.details-box ul{
    display: block;
    width: 100%;
}

.details-box ul li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.details-box ul li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/tik.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
}



.details-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.service-box-main .details-box p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.service-box-main a.view-more-service {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    right: 70px;
    background: #ee697f;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.service-box-main a.view-more-service:hover {
    background: transparent;
    color: #ee697f;
    border-color: #ee697f;
}


.service-box-main.full {
    display: flex;
    justify-content: space-between;

}

.service-box-main.full .text-wraper {
    width: 45%;
    position: relative;
}

.service-box-main.full .eligibility-box {
    margin: 0px;
    width: 45%;
}

.service-box-main.full a.view-more-service {
    bottom: 0px;
    right: 0px;
}


.skilled-migration-section.service-detail-section-main .main-skilledm-part .content-skilled-m {
    width: 70%;
}

.skilled-migration-section.service-detail-section-main .main-skilledm-part .eligibility-main {
    width: 30%;
}





/*  */

.book-m-section {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background: url(../images/innerpage-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.book-m-section .row {
    justify-content: space-between;
    align-items: flex-end;
}

.book-m-section form .row {
	align-items: baseline;
}

.book-m-section .form-inner-page {
    background: #fff;
    display: block;
    width: 100%;
    padding: 50px 40px;
    border-radius: 10px;
}

.book-m-section .form-inner-page .heading-part-form {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}


.book-m-section .form-inner-page form {
    text-align: center;
}

.book-m-section .form-inner-page .heading-part-form h2 {
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.book-m-section .form-inner-page .heading-part-form p {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.book-m-section .form-inner-page .heading-part-form p a {
    text-decoration: none;
    color: #ee697f;
}


.book-m-section .form-inner-page .form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #959595;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}


.book-m-section .form-inner-page .form-select {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #959595;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #e2e2e2;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 15px;
}


.book-m-section .form-inner-page a.btn.btn-fill-blue {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s;
}


/*  */

.book-m-content-main {
    display: block;
    width: 100%;
}

.book-m-content-main .heading-part h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.book-m-content-main .heading-part p {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
}


.have-q-content {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.have-q-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.have-q-content a.call-num-form {
    font-size: 43px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: 0.3s ease-in-out;
}

.have-q-content a.call-num-form:hover {
    color: #ee697f;
}


/*  */



.bottom-header-bar ul li.hide-desktop {
    display: none;
}


/*  */

#mega-menu-wrap-footer {
    clear: both;
    width: 100%;
}

#mega-menu-wrap-footer #mega-menu-footer>li.mega-menu-item {
    margin-right: 30px;
}

#mega-menu-wrap-footer #mega-menu-footer>li.mega-menu-item>a.mega-menu-link {
    line-height: 60px;
    height: 60px;
}


#mega-menu-wrap-footer {
    clear: both;
    width: 100%;
}

#mega-menu-wrap-footer li.book-ap-btn {
    float: right !important;
    margin-right: 0px !important;
}

#mega-menu-wrap-footer li.book-ap-btn a.mega-menu-link {
    display: flex !important;
    align-items: center !important;
    width: 300px !important;
    height: 60px !important;
    background: #ee697f !important;
    text-decoration: none !important;
    padding-left: 20px !important;
    justify-content: space-between !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    padding: 0px 0px 0px 15px !important;
}

#mega-menu-wrap-footer li.book-ap-btn a.mega-menu-link span {
    width: 50px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #d06073 !important;
    margin-left: 20px !important;
    font-size: 12px !important;
}


#mega-menu-wrap-footer #mega-menu-footer>li.mega-menu-megamenu>ul.mega-sub-menu {
    width: 80%;
    padding: 40px 30px;
    max-height: 500px;
    overflow-y: scroll;
}



/* Newslatter */

.news-latter .es_subscription_form {
    display: flex;
}

.news-latter .es-field-wrap {
    margin-bottom: 0px;
    margin-right: 15px;
}

/* .news-latter .es_subscription_form_submit {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
    font-family: inherit;
    font-weight: 400;
    border-radius: 5px;
} */

.news-latter .es_subscription_form input[type="submit"] {
    background: url(../images/submit-btn.png) 50% 50% no-repeat;
    background-size: 50px;
    border-radius: 0px !important;
    width: 245px;
    height: auto;
    border: none;
    margin-left: 0px !important;
    text-indent: 0;
    flex-shrink: 0;
    font-size: 18px;
    background-position: 0% 50%;
    font-weight: 700;
    color: #ee697f;
    text-transform: uppercase;
    min-height: auto;
    font-family: inherit;
}



/* Static Section */

.static-content-section {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.static-content-section h1{
    width: auto;
    display:block;
    font-size: 35px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    text-decoration: none;

}

.static-content-section h2 {
    width: auto;
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    text-decoration: none;
}

.static-content-section h3 {
    width: auto;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    text-decoration: none;
}

.static-content-section h4 {
    width: auto;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    text-decoration: none;
}

.static-content-section h5 {
    width: auto;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    text-decoration: none;
}

.static-content-section h6 {
    width: auto;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 15px;
    text-decoration: none;
}

.static-content-section a {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #ee697f;
    font-weight: 400;
}

.static-content-section h3 a {
    font-size: 28px;
    font-weight: 600;
    color: #ee697f;
    font-family: sans-serif;
    line-height: 1.2;
}
.static-content-section p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.static-content-section p strong {
    font-weight: 600;
}


.static-content-section ul {
    display: block;
    width: 100%;
}

.static-content-section ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}
.static-content-section ul li ul{
    margin-top: 20px;
	list-style: inside;
}

.static-content-section ul li ul li::before, .static-content-section ul li ol li::before {
	content: none;
}

.static-content-section ul li ul li::marker, .static-content-section ul li ol li::marker {
	color: #ee697f;
}

.static-content-section ul li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/tik.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
}

.static-content-section span {
    font-size: 14px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*  */


.search-box-main {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.search-box-main h2.entry-title.default-max-width {
    width: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
    border-bottom: 1px solid #212121;
    padding-bottom: 5px;
    text-decoration: none;
}

.search-box-main h2.entry-title.default-max-width a {
    color: #212121;
    text-decoration: none;
}

.search-box-main p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.search-box-main a.btn.btn-main {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 0px 30px;
    width: auto;
    justify-content: center;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

/* Pagination */


.pagination {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.pagination .nav-links .page-numbers.current {
    color: #ee697f;
    font-weight: 500;
}

.pagination .nav-links .page-numbers {
    color: #27232a;
    margin: 0px 10px;
}


/* ---------------------- */

.main-container-section section.contact-page {
    display: block;
    width: 100%;
    padding: 80px 0px;
}


.main-container-section section.contact-page .contact-info-part {
    display: block;
    width: 100%;
}

.main-container-section section.contact-page .contact-info-part h2 {
    width: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
    border-bottom: 1px solid #212121;
    padding-bottom: 5px;
    text-decoration: none;
}

.main-container-section section.contact-page .contact-info-part ul {
    display: block;
    width: 100%;
}

.main-container-section section.contact-page .contact-info-part ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}


.main-container-section section.contact-page .contact-info-part ul li .f-info-icon {
    display: flex;
    width: 30px;
    margin-right: 15px;
}

.main-container-section section.contact-page .contact-info-part ul li .f-info-icon img {
    width: 100%;
    display: block;
}


.main-container-section section.contact-page .f-info-content {
    width: 70%;
}

.main-container-section section.contact-page .f-info-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}

.main-container-section section.contact-page .f-info-content a {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;
}

.main-container-section section.contact-page .f-info-content a:hover {
    color: #ee697f;
}


.main-container-section section.contact-page .contact-form-part {
    display: block;
    width: 100%;
}


.main-container-section section.contact-page .contact-form-part .btn{
    margin-top:20px;
}

.main-container-section section.contact-page .section-heading {
    display: block;
    width: 100%;
}

.main-container-section section.contact-page .section-heading h2 {
    width: auto;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
    border-bottom: 1px solid #212121;
    padding-bottom: 5px;
    text-decoration: none;
}

.main-container-section section.contact-page .wpcf7-form {
    display: block;
    width: 100%;
}

.main-container-section section.contact-page .wpcf7-form .form-control,
.main-container-section section.contact-page .wpcf7-form .form-select, 
.single .blog-single .form-control {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 58px;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.main-container-section section.contact-page .wpcf7-form .form-select {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right .0rem center;
    background-size: 58px 58px;
}

.main-container-section section.contact-page .wpcf7-form .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.main-container-section section.contact-page .wpcf7-form .wpcf7-list-item {
    display: inline-block;
    margin: 0px;
}

.main-container-section section.contact-page .wpcf7-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.main-container-section section.contact-page .wpcf7-form span.wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}


/*  */

.btn.main-btn {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.btn.main-btn:hover {
    border-color: #ee697f;
    background: transparent;
    color: #ee697f;
}

#mega-menu-wrap-footer #mega-menu-footer>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-footer #mega-menu-footer>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #212121;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    display: block;
    border: 0;
    font-family: sans-serif;
}

#mega-menu-wrap-footer #mega-menu-footer li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
    font-weight: 600;
    color: #ee697f;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

#mega-menu-wrap-footer #mega-menu-footer li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-third-row>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}

#mega-menu-wrap-footer #mega-menu-footer li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-third-row>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item {
    position: relative;
    padding-left: 20px;
}

#mega-menu-wrap-footer #mega-menu-footer li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-third-row>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu {
    margin-top: 20px;
}

#mega-menu-wrap-footer #mega-menu-footer li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-third-row>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item::after {
    content: '';
    background: url(../images/arrowdropdown-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top:3px;
    font-size: 14px;
    width: 10px;
    height: 10px;
}

#mega-menu-wrap-footer #mega-menu-footer>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    margin-left: 0px;
}

#mega-menu-wrap-footer #mega-menu-footer>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu>li.mega-menu-item {
    position: relative;
    padding-left: 20px;
}

#mega-menu-wrap-footer #mega-menu-footer>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu>li.mega-menu-item::after {
    content: '';
    background:url(../images/arrowdropdown-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 14px;
    width: 10px;
    height: 10px;
}



#mega-menu-wrap-footer #mega-menu-footer li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
}
.show-for-small.is-sticky.btm-sticky-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background: #ee697f;
}


.btm-sticky-menu .row {
    justify-content: center;
}

.btm-sticky-menu a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.btm-sticky-menu .icon-with-txt i {
    margin-bottom: 5px;
}

.btm-sticky-menu .icon-with-txt i,
.btm-sticky-menu .icon-with-txt span {
    display: block;
    color: #fff;
}

.btm-sticky-menu .icon-with-txt i,
.btm-sticky-menu .icon-with-txt span {
    display: block;
    color: #fff;
}

.btm-sticky-menu .row .col-inner {
    padding: 10px 0;
    text-align: center;
}

/*  */

header.sticky {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9999;
}


.show-for-small.is-sticky.btm-sticky-menu {
    display: none;
}

.static-content-section .form-control {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 12px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 50px;
    font-family: sans-serif;
}

.static-content-section input.search-submit {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    margin-top: 30px;
}

/* --------------------------------- */
.news-page {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #f9f3f3;
}

.news-page .col-lg-4 {
    margin-bottom: 30px;
}


.news-block {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 100%;
}

.news-block .img-news {
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
    position: relative;
}

.news-block .img-news .post-date {
    padding: 10px 15px;
    border-radius: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    font-weight: 400;
    background: #ee6b81;
}


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

.news-block .content-news {
    display: block;
    padding: 20px 20px 30px;
    text-align: center;
}



.news-block .content-news h2 a {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
    text-decoration: none;
}

.news-block .content-news p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-block .content-news a.talk-bnt {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee697f;
}

.news-block .content-news a.talk-bnt span {
    width: 36px;
    height: 36px;
    background-color: #f8e5e7;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ee697f;
}


.wpcf7-not-valid-tip {
    margin-bottom: 15px;
    text-align: left;
}

.footer-logos {
    display: flex;
}


.spon-logobox {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
}




.zig-zag-image{
    width: 100%;
    height: 500px;
    display: block;
}
.zig-zag-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zig-zag-section {
    padding: 80px 0px;
    display: block;
}

.zig-zag-section .content-nos {
    display: block;
    width: 100%;
    padding: 0px;
    padding-left: 20px;
}

.zig-zag-section .order-lg-first .content-nos {
    padding-left: 0px;
}

.zig-zag-section .content-nos  h1{
    width: auto;
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    text-decoration: none;
}
.zig-zag-section .content-nos  h2{
    width: auto;
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    text-decoration: none;
}
.zig-zag-section .content-nos  h3{
    width: auto;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    text-decoration: none;
}
.zig-zag-section .content-nos  h5{
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    text-decoration: none;
}


.zig-zag-section .content-nos  h4 {
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    text-decoration: none;
}


/* ------------------------------------------------------ */
section.blog-sec{
    display: block;
    width: 100%;
    padding: 80px 0px;
}
.blog-single{
    display: block;
    width: 100%;
}

.blog-single .post-image {
    width: 100%;
    height: 570px;
    margin-bottom: 30px;
}
.blog-single .post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-single .post-title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.blog-single .post-title h1 {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: auto;
    text-decoration: none;
}

.blog-single .post-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
	margin-bottom: 10px;
}

.blog-single .post-content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
	margin-bottom: 10px;
}

.blog-single .post-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
	margin-bottom: 10px;
}

.blog-single .post-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
	margin-bottom: 10px;
}


.blog-single .post-content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
	margin-bottom: 10px;
}

.blog-single .extra-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-single .extra-info i{
    color: #ee697f;
}

.blog-single .extra-info i{
    color: #ee697f;
    font-size: 16px;
    margin-right: 8px;
}

.blog-single .extra-info span,
.blog-single .extra-info a {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
}

.blog-single .post-content{
    display: block;
    width: 100%;
    margin-top: 20px;
}

.blog-single .post-content p{
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 20px;
    word-break: break-word;
}

.blog-single .post-content p strong{
    font-weight: 700;
}

.blog-single .post-content p a{
    text-decoration: none;
    color: #ee697f;
    font-weight: 400;
}

.blog-single table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .blog-single table td, .blog-single table th {
    border: 1px solid #000;
    padding: 8px;
  }
  
  b{
      font-weight: 600;
  }
  em{
      font-style: italic;
  }
  
  .blog-single table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
  }

.blog-single .post-content ul{
    display: block;
    width: 100%;
}
.blog-single .post-content ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}
.blog-single .post-content ul li a{
    text-decoration: none;
    color: #ee697f;

}
.blog-single .post-content ul li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/tik.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
}




.blog-single .post-content ol{
    display: block;
    width: 100%;
}
.blog-single .post-content ol li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
}
.blog-single .post-content ol li a{
    text-decoration: none;
    font-weight: 600;
	color: #ee697f;

}
.blog-single .post-content ol li::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/tik.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 2px;
}

.blog-single .post-content ul li ul{
    margin-top: 20px;
	list-style: inside;
}

.blog-single .post-content ul li ul li::before, .blog-single .post-content ul li ol li::before {
	content: none;
}

.blog-single .post-content ul li ul li::marker, .blog-single .post-content ul li ol li::marker {
	color: #ee697f;
}

.blog-single .post-tags {
    display: block;
    width: 100%;
    margin: 30px 0px;
}

.blog-single .post-tags span {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 20px;
}

.blog-single .post-tags a {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 5px;
    background: #ee697f ;
    border-radius: 4px;
    color: #fff;
}

.blog-single .comments-area {
    display: block;
    width: 100%;
}

.blog-single .comments-area .btn{
    margin-top: 20px;
}

.blog-single .comments-area h2{
    font-size: 25px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blog-single .comments-area p.comment-form-comment {
    display: flex;
}

.blog-single .comments-area p.comment-form-comment  label {
    margin-right: 15px;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #212121;
    font-weight:600;
    text-decoration: none;
    margin-bottom: 0px;
}

.blog-single .comments-area p.comment-form-comment  textarea{
    width: 100%;
}


.blog-single .nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.blog-single .nav-links  a{
    text-decoration: none;
}

.blog-single .nav-links p.meta-nav {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ee697f;
    text-decoration: none;
}


.blog-sec .sidebar {
    display: block;
    width: 100%;
}

.blog-sec .sidebar h5{
    font-size: 28px;
    font-weight: 600;
    color: #212121;
    font-family: sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}



.blog-sec .sidebar form input {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 58px;
    font-family: sans-serif;
    margin-bottom: 10px;
}
.blog-sec .sidebar form{
    margin-bottom: 30px;
}

.blog-sec .sidebar form input.search-submit{
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 58px;
    background: #ee697f;
    text-decoration: none;
    padding-left: 20px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 0px 30px;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.blog-sec .sidebar form input.search-submit:hover{
    background: transparent;
    border-color: #ee697f;
	color: #ee697f;
}

.blog-sec .sidebar nav {
    display: block;
}

.blog-sec .sidebar nav a{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
}

.blog-sec .sidebar nav li{
    margin-bottom: 15px;
}

.blog-sec .sidebar nav li:last-child{
    margin-bottom: 0px;
}

.overflow-class {
	overflow: hidden;
}
.noclick > a {
	pointer-events:none !important;
}
.blog .pagination .nav-links {
	margin: 0 10px;
}
.ajax-loader {
	display: none !important;
}
.sticky .top-header-bar {
    display: none;
}
.bottom-header-bar a img {
    display: none;
}
.sticky .bottom-header-bar a img {
    display: block;
    margin-right: 10px;
}
/******************Header Newsletter Popup *********************/

.newsletter-modal .es_subscription_form input[type="submit"] {
    background: url(../images/submit-btn.png) 50% 50% no-repeat;
    background-size: 50px;
    border-radius: 0px !important;
    width: 245px;
    height: auto;
    border: none;
    margin-left: 0px !important;
    text-indent: 0;
    flex-shrink: 0;
    font-size: 18px;
    background-position: 0% 50%;
    font-weight: 700;
    color: #ee697f;
    text-transform: uppercase;
    min-height: auto;
    font-family: inherit;
}
.newsletter-modal input {
    display: block;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 12px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 58px;
    font-family: sans-serif;
}
.newsletter-modal .es_subscription_form {
    display: flex;
}
.top-header-bar .newsletter-popup-btn {
    height: 40px !important;
	padding: 0 20px !important;
}
.newsletter-modal .main-btn {
    height: 40px !important;
}
.newsletter-modal .es-field-wrap {
    margin-bottom: 0px;
    margin-right: 15px;
}
a.tab-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display: none;
}

/* Google review section */
.align-center{
	text-align: center;
}
.review-btn{
	margin-top: 20px !important;
}

/* CUSTOM CSS BY MS HABIB */
.page-id-2542{

.banner-main-content h1 {
    font-family: MFinancePRCBold !important;
    font-size: 100px;
	line-height: 1;
}

.banner-main-content p {
/*     font-family: montserrat !important; */
    font-weight: 300 !important;
    text-transform: uppercase;
    line-height: 1;
}


.banner-button a {
    border-radius: 0 !important;
    border: 2px solid #fff;
    background: none !important;
/*     font-family: montserrat !important; */
    font-weight: 300 !important;
    text-transform: uppercase;
	padding: 15px 30px !important;
        width: 270px !important;
        text-align: center;
}
.slider-section .slide-main .banner-main-content .banner-button a.bnr-btn:hover {
    background: #EE697F !important;
	border: 2px solid #EE697F;
}
.slider-section .slide-main .banner-main-content .banner-button a.simple-bnr-outline {
    background: none !important;
}

.slide-main:before {
   display:none !important;
}
.top-header-bar {
    position: fixed;
    top: 0;
    left: 0;
	transition: all 0.3s;
}
.slider-section .col-lg-6 {
    width: 100%;
}

.main_header.sticky .top-header-bar {
    display: block !important;
    background: #212121;
    
}

ul#menu-main-menu-cu a {
/*     font-family: montserrat; */
    font-weight: 300;
}


.header-btns a {
	border-radius: 0 !important;
    border: 2px solid #fff;
    background: none !important;
/*     font-family: montserrat !important; */
    font-weight: 300 !important;
    text-transform: uppercase;
	padding: 15px 10px !important;
    text-align: center;
	width:130px !important;
}

.header-btns a:hover {
    background: #EE697F !important;
	border: 2px solid #EE697F;
}

.header-btns * {
        font-size: 14px !important;
        line-height: 1 !important;
        text-align: center !important;
/* 	font-family: montserrat !important; */
    }

.header-btns .number-th-main {
    width: 100% !important;
	color:white !important;
}

.header-btns .call-top-heder p {
color:white !important;
}

.icon-text:nth-child(1), .icon-text:nth-child(2), .icon-text:nth-child(3) {
    border-right: 1px solid white;
}

.icon-text {
    padding: 0px 60px;
    margin: 0;
}


.icon-text-section {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    bottom: 20px;
    width: 100%;
}

    .icon-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 20px;
    }

    .icon-text img {
      width: 100px;
      height: 100px;
      margin-bottom: 10px;
    }

    .icon-text p {
      color: #fff;
      text-align: center;
    }
.icon-text-section {
    margin-bottom: -170px;
}
.icon-text-section p {
    font-size: 16px !important;
	font-family:Montserrat !important;
	font-weight: 300 !important;
}

.skilled-migration-section:after {
    background: url("/wp-content/uploads/2025/05/AdobeStock_303805816.jpg") !important;
    background-position: center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 35% 100%) !important;
        width: 45% !important;
}

.main-skilledm-part {
    width: 70% !important;
}
.agents_section:after {
background: url("/wp-content/uploads/2025/05/AdobeStock_556323743.webp") !important;
    background-position: center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
    clip-path: polygon(0% 0%, 95% 0%, 60% 100%, 0% 100%) !important;
        width: 45% !important;
}
.agents_section {
    position: relative;
    padding-left: 43% !important;
    padding-right: 5% !important;
}
section.static-content-section.agents_section {
    background: #F5F5F5 !important;
}
section.static-content-section.agents_section h2,
section.static-content-section.agents_section p {
    color: black !important;
}


/* service tiles css */
/* Service Tiles Container */
        .service-tiles-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            padding: 20px;
			font-family:montserrat;
        }

        /* Individual Service Tile */
        .service-tile {
            background-color: white;
            box-shadow: -27px 27px 0px -14px rgb(0 0 0 / 9%);
            padding: 20px;
            text-align: center;
            border-radius: 0;
            display: flex;
            flex-direction: column;
            justify-content: center; /* Center content vertically */
            align-items: center; /* Center content horizontally */
            height: 300px;
                gap: 5px;
			border: 1.5px solid;
        }

        /* Service Icon */
        .service-icon {
            width: 50px;
            height: 50px;
        }

        /* Service Title */
        .service-title {
            font-family: "Poppins", sans-serif !important;
            font-weight: 300 !important;  /* Light font weight */
            font-size: 20px !important;
            color: #000000 !important;
        }

        /* Service Description */
        .service-description {
            font-family: "Poppins", sans-serif !important;
            font-weight: 200  !important;  /* ExtraLight font weight */
            font-size: 16px  !important;
            color: #000000 !important;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .service-tiles-container {
                grid-template-columns: 1fr 1fr !important;
            }
        }

        @media (max-width: 480px) {
            .service-tiles-container {
                grid-template-columns: 1fr !important;
            }
        }


/* ENDED */


section.static-content-section.custom_reviews {
    background: #F5F5F5;
	padding-bottom:20px !important;
}

p.reviewer-top,
p.reviewer-bottom {
	font-family: 'Montserrat', sans-serif  !important;
   font-weight: 400 !important;
	
}
p.review {
font-family: 'Montserrat', sans-serif  !important;
   font-weight: 300 !important;
}
.testimonial-heading-main h3 {
    text-align: center;
/*    font-family: 'Montserrat', sans-serif  !important; */
   font-weight: 400 !important;
    font-size: 37px;
    width: 100%;
}
.testimonial-heading span {
     font-family: 'Montserrat', sans-serif  !important;
   font-weight: 500 !important;
}
.reviews-button a.btn {
    padding: 10px 40px;
    background: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
}
	.static-content-section h2{
		font-size: 37px;
		font-family: MFinancePRCBold !important;
	}
.reviews-button a.btn:hover {
    padding: 10px 40px;
    background: #EE697F;
    color: #fff;
    border: 2px solid #EE697F;
}

.custom_reviews .swiper-button-next, .custom_reviews .swiper-button-prev {
    border: 2px solid #000 !important;
}

.custom_reviews .swiper-button-next:hover, .custom_reviews .swiper-button-prev:hover {
    background: none !important;
}





























}
.page-id-2542 .main-skilledm-part .content-skilled-m h2 {
	font-family: MFinancePRCBold !important;
}
@media only screen and (max-width: 1600px) {
	.page-id-2542 .main-skilledm-part .content-skilled-m h2 {
        font-size: 37px;
    }
}

@media (max-width: 1024px){
	.page-id-2542{
		.banner-main-content h1 {
    font-size: 60px ;
}
	.service-tiles-container {
            grid-template-columns: repeat(2, 1fr);
        }
	.static-content-section h2{
		        font-size: 30px;
	}
	section.static-content-section.custom-logo-slides{
		        padding: 30px 0;
	}
	.heading-part-news{
		margin: 0;
	}
	}
}
@media (max-width: 1024px){
	.page-id-2542{
		.static-content-section h2{
			font-size: 26px;
		}
		img.footer-logo-main{
			width: 70%;
		}
		footer{
			    padding: 70px 0px 40px !important;
		}
		.footer-bottom{
			    padding: 0 20px !important;
		}
		.slider-news{
			    padding: 0 0 20px !important;
		}
		.news-section{
			padding: 0 0 50px;
		}
		.testimonial{
			padding: 0 !important;
		}
	}
	
	
}

