


*{
    margin: 0;
    padding: 0;
}
:root {
    --black: #000000;
    --white: #ffffff;

}
:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}
.animate__animated.animate__fadeInUp {
    --animate-duration:2s;
}
.animate__animated.animate__fadeInDown {
    --animate-duration: 2s;
}
/* body{ */
    /* font-family: 'Domine', serif; */
    /* font-weight:500;
    font-family: 'Thasadith', sans-serif; 
    font-family: 'Jost', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'PT Sans', sans-serif;
    font-family: 'Roboto', sans-serif; */
/* } */
h1,h2,h3,h4,h5,h6{
    font-family:"kanit", sans-serif;
}
p, a{
    font-family: "source sans pro", sans-serif !important;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    box-shadow: 1px 1px 1px 1px transparent;
    background-color:transparent;
    border:solid 1px transparent;
}
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border:solid 1px transparent;
    font-family: inherit;
    font-size:unset;
    color:#000;
    background-color:transparent;
    box-shadow:none;
    border-radius:0;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    /* -webkit-appearance: none; */
    appearance: none;
    -moz-appearance: none;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.qs_btn{
    padding: 10px 0;
}
.qs_btn a{
    background: linear-gradient(54deg, #f05125, #f99b20);
    padding: 10px 35px;
    color: var(--white);
    border-radius:0;
    font-size:18px;
    position: relative;
    overflow: hidden;
    border: 0;
}
.qs_btn a::after{
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    width: 100%;
    height: 30px;
    transform: rotate(109deg);
    top: 0;
    left: -115px;
    transition: 0.5s all;
}
.qs_btn a:hover{
    color: var(--white) !important;
}
.qs_btn a:hover::after{
    left: 115px;
}
/* navbar-section */
/* about */
.nav_apper{
    display: none;
}
.navbar_canvas {
    display: none;
}
.bg-light{
    background-color: #fad6be !important;
}
.navbar{
    padding: 15px 100px;
}
.navbar .navbar-brand img {
    width:250px;
    object-fit: contain;
}
.navbar .navbar-nav .nav-link{
    font-size:16px;
    color:var(--black);
    /* text-transform: uppercase; */
    font-weight:600;
    margin: 0 8px;
}
.link-hovr {
    position: relative;
    overflow: hidden;
}

/*.link-hovr:before (attr data-hover)*/
.link-hovr:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}

.link-hovr:before {
    content: attr(data-hover);
    position: absolute;
    width: 100%;
    font-size: 16px;
    opacity: 0;
    transform: translate(0, -100%);
    transition: all .3s ease-in-out;
    /* border-bottom: 1px solid #000; */
    text-align: center;
    left: 0;
    background: linear-gradient(#f05125 5%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

/*.link-hovr div (.link-hovr text before hover)*/
.link-hovr:hover div {
    opacity: 0;
    transform: translate(0, 100%)
}
.link-hovr div {
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
.header_cont_sec{
    display: flex;
    align-items: center;
}
.header_cont_img img{
    width:50px;
    margin-right: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid rgb(110, 106, 106);
}
.header_text_sec{
    margin-right: 10px;
}
.header_text_sec p{
    font-size:17px;
    color: rgb(110, 106, 106);
    margin: 0;
}
.header_text_sec a{
    color:#000;
    font-size:16px;
    font-weight:600;
    /* transition: all 0.5s ease !important; */
}
/* .header_text_sec a:hover {
    background: linear-gradient(#f05125 5%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease;
} */
/* two_section_cmd_section */
#two_section_cmd{
    background: linear-gradient(145deg, #fad6be 55%, #fff 45%);
}
#three_section_cmd{
    background: linear-gradient(145deg, #fff 50%, #fad6be 50%);
}
/* banner_section */
#bnr_main1{
    display: none;
}
.carousel-control-next,
.carousel-control-prev{
    transition: all 0.4s ease-out;
    background-color:var(--black) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    top: 43%;
}
.carousel-control-next{
    right: 50px;
}
.carousel-control-prev {
    left: 50px;
}
/* .bnr_carousel{ */
    /* margin-top: 15px; */
    /* height: 864px; */
/* } */
.bnr_img{
    /* width:422px; */
    height: 890px;
    object-fit: cover;
    margin-right: 10px;
}
.bnr_img1{
    width:735px;
    height: 890px;
    object-fit: cover;
    position: relative;
}
.bnr_img2{
    margin-top:-10px;
    margin-right: 10px;
}
.bnr_text{
    background: linear-gradient(232deg, #f05125, #f99b20);
    position: absolute;
    top: 18%;
    right: 12%;
    padding-bottom: 90px;
    padding-left: 60px;
    padding-right: 200px;
    padding-top: 90px;
}
.bnr_text h3{
    font-size: 85px;
    color:var(--white);
    font-weight:700;
    line-height:90px;
}
.bnr_text h3::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--white);
}
.bnr_btn{
    margin-top:25px;
}
.bnr_btn a{
    background: var(--white);
    color: var(--black);
    transition: 0.5s all;
}
.bnr_btn a:hover{
    background: linear-gradient(54deg,  #f99b20, #f05125);
    /* border: solid 1px #fff; */
}
.bnr_img_s1{
    height:890px;
    width: 650px;
    object-fit: cover;
    margin-top: -30px;
    margin-right: 10px;
}
.bnr_img_s2{
    height:890px;
    width:700px;
    object-fit: cover;
    margin-top: -30px;
    margin-right: 10px;
}
.bnr_img_s3{
    height:890px;
    width:510px;
    object-fit: cover;
}
/* sections_heading */
.sections_head{
    margin-top: 80px;
    margin-bottom:50px;
}
.sections_head h2{
    font-size:50px;
    font-weight:700;
    margin-bottom: 0;
    /* text-transform: capitalize; */
}
.sections_head span{
    background: linear-gradient(to right, #f05125 0%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}
.sections_head p{
    font-size:32px;
    color: #000;
    font-weight:300;
    padding: 5px 0;
}
/* service-section */
#service_main{
    margin: 0px 150px;
}
.qs_service_sec{
    background-color: var(--white);
    box-shadow:0px 0px 12.61px 0.39px rgb(0 0 0 / 14%);
    padding: 70px 50px 20px 50px;
    margin-bottom: 50px;
    transition: 0.5s all;
    height: 440px;
}
.qs_service_sec:hover{
    background-color: #ec7824;
    transform: scale3d(1, 1, 1);
}

.qs_service_sec img{
    width:70px;
    padding-bottom: 10px;
    transition: 0.5s all;
}
.qs_service_sec:hover img {
    filter: invert(1);
}
.qs_service_sec h3{
    font-size:30px;
    font-weight:700;
    color: #ec7824;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
    transition: 0.5s all;
}
.qs_service_sec:hover h3{
    color: var(--white);
}
.qs_service_sec h3::after{
    content: '';
    display: inline-block;
    height: 2px;
    margin: 10px 0;
    width: 70px;
    vertical-align: middle;
    transform-origin: left top;
    transition: transform 0.35s;
    background-color: #dbdbdb;
    position: relative;
    top: 6px;
    left: 14px;
    transform: scaleX(1);
}
.qs_service_sec:hover h3::after{
    transform: scaleX(0.75);
    background-color: var(--white);
}
.qs_service_sec p{
    font-size:19px;
    color:#717171;
    font-weight:400 !important;
    padding: 15px 0;
    transition: 0.5s all;
}
.qs_ser_para_text{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0 !important;
}
.qs_service_sec:hover p{
    color: var(--white);
}


/* industries_section */
.industries_main2,
.industries_main1{
    display: none;
}
.industries_main{
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 150px;
}
.industry_card{
    background-color: var(--white);
    box-shadow: 0px 0px 12.61px 0.39px rgb(0 0 0 / 14%);
    padding:20px 35px;
    transition: 0.5s all;
    position: relative;
    height:480px;
}
.industry_card::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    background: linear-gradient(#f05125 0%, #f99b20 100%);
    width: 100%;
    transition: 0.5s all;
}
.industry_card:hover::after{
    transform:scaleY(1.20) translateZ(0) translateY(-36px);
    opacity:1;
    z-index: -1;
}
.industry_card:hover{
    z-index: 1;
    margin-top: 0;
}
/* .industries_main .carousel-inner{
    overflow: unset;
} */
.industries_main .carousel-inner .carousel-item .row {
    margin: auto;
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
}
.industry_profile img{
    margin-top: -90px;
    transition: 0.5s all;
    position: relative;
    top: 0;
}
.industry_card:hover .industry_profile img{
    top:40px;
}
.industry_profile img{
    height:250px;
    width:100%;
    object-fit: cover;
}
.testi_body h3{
    font-size:25px;
    color: #ec7824;
    font-weight:600;
    padding-top:60px;
    position: relative;
    transition: 0.5s all;
}
.industry_card:hover .testi_body h3{
    color: var(--white);
}
.testi_body h3::before{
    content:"";
    position: absolute;
    top:45px;
    left:0;
    width:60px;
    background-color: #ec7824;
    border: solid 1px #ec7824;
    transition: 0.5s all;
}
.industry_card:hover .testi_body h3::before{
    background-color: var(--white);
    border: solid 1px var(--white);
}
.testi_body p{
    font-size:19px;
    line-height:28px;
    padding-top: 10px;
    color: rgba(51, 51, 51, 0.801);
    margin-bottom:10px;
}
.industry_card:hover .testi_body p{
    color: var(--white);
}
.testi_body a{
    padding: 10px 25px;
    color: #000;
    background-color: transparent;
    border: solid 2px #000;
    transition: 0.5s all;
    /* line-height: 5; */
    position: absolute;
    bottom:30px;
}
.industry_card:hover .testi_body a{
    border: solid 2px #fff;
    color: #ffff;
}
.testi_btn {
    position: relative;
    bottom:350px;
}

.testi_btn button {
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    padding: 16px;
    width: 50px;
    height: 50px;
}

.testi_btn .carousel-control-prev {
    position: absolute;
    left: -100px;
}

.testi_btn .carousel-control-next {
    position: absolute;
    right: -100px;
}
/* second_head */
.scnd_head{
    margin-top: 0;
    margin-bottom: 100px;
}
.scnd_head  h2::after{
    content: '';
    display: inline-block;
    height:3px;
    margin: 10px 0;
    width:80px;
    vertical-align: middle;
    transform-origin: left top;
    transition: transform 0.35s;
    background: linear-gradient(#f05125 70%, #f99b20 30%);
    position: relative;
    top:1px;
    left: 4px;
}

/* video_section */
#qs_video_main{
    background: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.527)), url(../../img/home/section-bgimage4.jpg);
    background-position:top;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom:100px; */
}
.video_qs_sec {
    padding: 50px 0;
}
.video_qs_sec img{
    height:150px;
    object-fit: cover;
    padding: 15px 0;
    transform: scale(0.9);
    transition: transform 0.5s, opacity 0.5s;
}
.video_qs_sec img:hover{
    transform: scale(0.8); 
}
.video_qs_sec h2{
    font-size:60px;
    font-weight: bolder;
    background: linear-gradient(#f05125 5%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height:60px;
    padding-bottom: 15px;
}
.qs_video_link ul{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.video_qs_sec .qs_video_link a{
    font-size:25px;
    /* font-weight:600; */
    color: var(--white);
    padding: 15px 0;
    transition: 0.9s all;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0px 10px;
    font-family: "kanit", sans-serif;
}
.qs_video_link a:hover{
    color: #ec7824;
}
.qs_video_link i{
    margin-top: 5px;
}

.row{
    max-width: 100%;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
/* resource_section */
#resource_main{
    display: flex;
    align-items: center;
    height: 100vh;
}
#resource_main .resource_row{
    margin-left:150px;
}
#resource_main .resource_container-fluid {
    padding: 0;
    box-shadow: 0px 0px 12.61px 0.39px rgb(0 0 0 / 14%);
    background-color: var(--white);
    width:80%;
    padding-bottom:80px;
    padding-top: 80px;
}
.resource_column{
    width:55%;
}
.accordion-title::before {
    /* color: red; */
    /* background: linear-gradient(#f05125 5%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size:25px;
    transform: translateY(-50%);
    margin-top: 0;
}
.is-active>.accordion-title:before {
    /* background: linear-gradient(#f05125 5%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #ec7824 !important;
}
.accordion-title:not(.is-active):before {
    color: var(--black);
}
.accordion-title{
    color:#000;
    font-size:20px;
    /* font-weight:600; */
    word-spacing:1px;
    padding-top: 40px;
    padding-bottom: 15px;
    transition: 0.5s all;
    font-family: "kanit", sans-serif;
    padding: 20px 0;
}
.accordion-title:focus,
.accordion-title:hover{
    background-color: transparent !important;
    color: #ec7824;
}
.callout{
    border: none;
}
.accordion-item{
    border: none;
}
.accordion-item.is-active .accordion-title {
    /* background: linear-gradient(#f05125 5%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #ec7824;
}
.accordion{
    border: none;
}
.accordion .accordion-content{
    background-color:transparent;
    padding: 30px 0;
    color:#666666;
    font-size:19px;
    font-family: "source sans pro", sans-serif !important;
}
#resource_main .scnd_head h2::after{
    display: none;
}
#resource_main .scnd_head h2::before{
    content:'';
    position: absolute;
    left: 0;
    top:-4px;
    width:60px;
    height:2.5px;
    background: linear-gradient(#f05125 5%, #f99b20 100%);
}
#resource_main .scnd_head h2{
    position: relative;
}
#resource_main .sections_head{
    margin-bottom:0px;
}

/* resource_img_section */
.rosource_image_sec{
    position: absolute;
    top:0;
    right:50px;
}
.resource_img {
    position: relative;
    top:120px;
    right:100px;
}
.resource_img img{
    width:700px;
    height:530px;
    object-fit: cover;
}
.resource_img h3{
    font-size:40px;
    font-weight: bolder;
    background: linear-gradient(#f05125 5%, #f99b20 100%);
    color: var(--white);
    padding: 40px 20px 20px 20px;
    width: 300px;
    position: absolute;
    bottom:50px;
    left:-100px;
}
.resource_img h3::before{
    content: '';
    position: absolute;
    left:20px;
    top:40px;
    width: 60px;
    height:3px;
    background-color:var(--white);
}
.resource_card{
    position: relative;
}

/* logo_section */
.logo_head{
    margin-bottom:20px;
}
#logo_qs_main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.qs_logo_sec{
    margin: 0 150px;
    width: 100%;
}
.logo_frst_line,
.logo_secnd_line{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* border: solid 1px rgba(51, 51, 51, 0.589); */
}
.logo_frst_line .logo_div{
    padding:25px 5px;
    width: 20%;
    border: solid 1px rgba(204, 204, 204, 0.39);
}
.logo_div img{
    width:100%;
    /* height:70px; */
    height: 100px;
    object-fit: contain;
}
.logo_secnd_line .logo_div {
    padding: 25px 5px;
    width: 25%;
    border: solid 1px rgba(204, 204, 204, 0.39);
}

/* form_section */
.form_sec{
    display: flex;
    /* align-items: center; */
}
.project_class{
    background-color: #322b26;
    width: 50%;
    padding-left: 150px;
    padding-right: 0px;
    padding-bottom: 150px;
    padding-top: 151px;
}
.project_class h2{
    font-size:70px;
    color: var(--white);
    font-weight:bold;
    padding: 25px 0;
    margin: 0;
}
.project_class a{
    font-size: 20px;
    color: var(--white);
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 100px;
    position: relative;
    transition: all 0.5s ease;
}
.project_class a img {
    transition: all 0.5s ease;
}
.project_class a::after{
    content: "";
    position: absolute;
    top: 39px;
    right: 345px;
    width: 130px;
    height: 20px;
    background: url(../../img/home/arrow.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 72px;
    filter: invert(1);
    transition: 0.5s all;
}
.project_class a:hover img {
    margin-left: 20px;
    transform: scale(0.9) rotate(44deg);
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(327deg) brightness(95%) contrast(80%);
}
.project_class a:hover{
    color: #ec7824;
}
.project_class a:hover::after{
    /* background-size: 100px; */
    right: 330px;
    /* width: 130px; */
    /* background-size: 60px; */
    transform: scaleX(0.6);
    top: 40px;
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(327deg) brightness(95%) contrast(80%);
}
.project_class img{
    width: 80px;
    filter: invert(1);
    transform: rotate(44deg);
    margin-left: 15px;
}

/* form_text_head */
.form_class{
    width: 50%;
    text-align: left;
    background-color: var(--black);
    padding: 46.10px 60px;
}
.form_text_head{
    margin: 25px 0;
}
.form_text_head h2{
    font-size: 50px;
    font-weight: bolder;
    background: linear-gradient(#f05125 5%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form_text_head p{
    font-size:16px;
    color: var(--white);
    padding: 15px 0;
    font-weight:500;
}

/* form_group_section */
.form_put_sec form{
    display: flex;
    align-items: center;
    width: 80%;
    position: relative;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 50px;
}
.form_put_sec input{
    border-bottom: solid 1px #ccc !important; 
    flex: 1 0 40%;color: #fff;
    caret-color: #f99b20;
    padding:0 10px;
}
.form_put_sec textarea{
    border-bottom: solid 1px #ccc !important;color: #fff;
        caret-color: #f99b20;
}
.form_put_sec textarea::placeholder,
.form_put_sec input::placeholder{
    color:#fff;
}
.form_put_sec input:focus {
    border-bottom: solid 1px #ec7824 !important;
}

/* footer_section */
#footer_sec{
    background: url(../../img/home/map-bgimage.png), linear-gradient(#f05125 5%, #f99b20 100%);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 0;
    background-position-y: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#footer_sec .container-fluid{
    padding: 0;
}
#footer_sec .row{
    margin:0 200px;
    align-items: baseline;
}
/* .foot_sec_logo{
    padding: 20px 0;
    padding-bottom: 0;
    margin-top:30px;
} */
.foot_sec_logo img{
    /* margin-bottom: 10px; */
    width:300px;
    /* border: solid 2px #fff; */
    padding: 15px 25px;
}
.foot_sec_logo p{
    font-size:25px;
    color:var(--white);
    padding-top: 30px;
    padding-bottom: 0;
    width:300px;
    margin-bottom: 0;
}
.foot_location{
    /* padding-top:40px;
    padding-bottom: 10px; */
    padding-top: 10px;
}
.foot_location h3{
    font-size:30px;
    color: var(--white);
    /* margin-bottom: 10px; */
    margin-bottom: 0;
    font-weight:500;
    letter-spacing:1px;
    display: flex;
    align-items: center;
    position: relative
}
.foot_location h3::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: var(--white);
    bottom: -10px;
    left: 50px;
}
.foot_location img{
    width:35px;
    margin-right: 15px;
}
.foot_location p{
    font-size: 20px;
    color: var(--white);
    /* padding-top: 30px; */
    padding-top: 20px;
    padding-bottom: 10px;
    /* width:250px;
    margin-bottom: 0; */
    /* width: 270px; */
    margin-bottom: 0;
    margin-left: 50px
}
/* #footer_sec .col-lg-4{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
#footer_sec .col-lg-3{
    width: 23%;
}
.grp_link_foot{
    /* padding-top: 30px; */
    padding-top: 20px;
    margin-left: 50px;
}
.grp_link_foot a{
    font-size:18px;
    color: var(--white);
}
.footer_connect p{
    width:100%;
}

/* footer_copy_section */
.footer_copy_section {
    background-color: #f99921;
    border-top: solid 1px #ffffff75;
    padding: 5px 200px;
}
.footer-copy{
    display: flex;
    align-items: center;
    justify-content:center;
    text-align:center;
}
.footer-copy p {
    font-size: 16px;
    color: var(--white);
    text-align: left;
    margin: 0;
    padding: 10px;
}
.footer-copy span {
    text-align: end;
    font-size: 16px;
    color: var(--white);
    text-align: left;
    margin: 0;
    padding: 10px;
    display:none;
}
.footer-copy a {
    color: var(--white);
    display:none;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: linear-gradient(#f05125 5%, #f99b20 100%);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background: linear-gradient(#f99b20 5%, #f05125 100%);
}



.inner-banner {
    width: 100%;
    height: 400px;
    background-color: var(--black);
    position: relative;
}

.inner-banner .about {
    width: 70%;
    margin: auto;
    position: absolute;
    left: 15%;
    top: 150px;
}
.inner-banner .about .card {
    border-radius: 0;
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.inner-banner .about .card .text-image {
    display: flex;
    align-items: center;
}
.inner-banner .about .card .sections_head {
    margin: 0;
}
.inner-banner .image{
    width:45%;
}
.inner-banner .image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.inner-banner .text{
    padding:20px 50px;
    width:55%;
}
/* .inner-banner .text p{
    font-size:18px;
    color:#686262;
} */
/* .sections_head p{
    font-size:30px !important;
    color:  var(--black) !important;
} */
.img_signi {
    width: 200px;
    margin-top:70px;
    margin-bottom: 15px;
}
nav.header2 {
    background-color: var(--black) !important;
}
.navbar.header2 .navbar-nav .nav-link {
    color: var(--white);
}
.navbar.header2 .header_text_sec p,
.navbar.header2 .header_text_sec a {
    color: var(--white);
}

/* service_section */
.services {
    margin-top:410px;
}
.service_text_image,
.service_text_image1{
    margin: 0 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height:85vh; */
    padding: 50px 0;
}
.service_text_image .text span{
    font-size:60px;
    color: #fff;
    -webkit-text-stroke: 1px #ffff;
    -webkit-text-fill-color: transparent;
    font-weight:700;
    margin: 15px 0;
}
.service_text_image .text h3{
    font-size:30px;
    font-weight:600;
    color:var(--white);
    padding-bottom:15px;
}
.service_text_image .text p{
    font-size:18px;
    color:var(--white);
    width:100%;
}
.service_text_image .text hr{
    opacity: 1;
    border: solid 1px #fff;
    width:80px;
    margin-left: 0;
    margin-top:-10px;
    background-color: #fff;
}
.ul_text_service{
    display: flex;
    margin-bottom: 50px;
    margin-left: 20px;
}
.ul_text_service li{
    list-style-type:disc;
    font-size:18px;
    color: var(--white);
    line-height:40px;
}
.service_text_image .text a{
    font-size:18px;
    color: var(--white);
    background-color: transparent;
    border:solid 2px var(--white);
    padding:20px 40px;
    transition: 0.5s all;
    font-weight: 700;
}
.service_text_image .text a:hover{
    color: var(--black);
    border: solid 2px var(--black);
}
.service_text_image .image{
    width:50%;
    margin-left: auto;
}
.service_text_image .image1{
    margin-left: 0;
    width:49%;
    margin-right: auto;
}
.service_text_image1 .text_elivate2 span{
    font-size: 60px;
    color: #000;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin: 15px 0;
}
.service_text_image1 .text_elivate2 h3{
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
    padding-bottom: 15px;
}
.service_text_image1 .text_elivate2 p{
    font-size: 18px;
    color:#666666;
    width: 660px;
}
.service_text_image1 .ul_text_service1{
    display: flex;  
    margin-bottom: 50px;
}
.service_text_image1 .ul_text_service1{
    /* margin-right: 100px; */
    margin-left: 20px;
}
.service_text_image1 .ul_text_service1  li{
    list-style-type: disc;
    font-size: 17px;
    color:#666666;
    line-height: 40px;
}
.service_text_image1 .text_elivate2 a{
    font-size: 18px;
    color: var(--black);
    background-color: transparent;
    font-weight:700;
    border: solid 2px var(--black);
    padding: 20px 40px;
    transition: 0.5s all;
}
.service_text_image1 .text_elivate2 a:hover{
    color:#ec7824;
    border: solid 2px #ec7824;
}
.service_text_image2 .text_elivate3 a:hover{
    color: #ec7824;
    border: solid 2px #ec7824;
}
.send_ser_img{
    margin-right: auto;
}
.awards{
    margin-top: 0;
}
.services .sections_head {
    text-align: center;
}
.services .sections_head p {
    font-family: "source sans pro", sans-serif;
    font-size: 18px;
    color: #717171;
    font-weight: 400;
}
.para_service_div{
    font-size:18px !important;
}
.services .qs_service_sec span {
    font-family: "Kanit", Sans-serif;
    font-size: 22px;
    color: #7171719e;
}
.services .qs_service_sec h3 {
    color: var(--black);
    padding-top: 2px;
}
.services .qs_service_sec h3::after {
    display: none;
}
.services .qs_service_sec p {
    padding-top: 0;
}
.services .qs_service_sec {
    padding: 70px 50px;
    transition: all 0.5s ease;
    height:400px;
    position: relative;
}
.services .qs_service_sec::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #ec7824;
    transition: all 0.5s ease;
    bottom: 70px;
}
.services .qs_service_sec:hover span,
.services .qs_service_sec:hover h3 {
    color: var(--white);
}
.services .qs_service_sec:hover::after {
    background-color: var(--white);
    width: 40px;
}
.services .qs_service_sec .text {
    transition: all 0.5s ease;
}
.services .qs_service_sec:hover .text {
    margin-top: -10px;
}


.awards .card {
    border-radius: 0;
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.awards .card .text-image {
    display: flex;
}
.awards .card .text-image .award-images {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 50%;
    padding: 80px 100px;
    justify-content: center;
}
.awards .card .text-image .award-images img {
    /* flex: 1 0 33%; */
    width:200px;
    height: 120px;
    object-fit: contain;
}
.card_side_container{
    margin: 0 150px;
}

.partners .logo_head {
    text-align: center;
}
.partners .logo_head p{
    font-family: "source sans pro", sans-serif;
    font-size: 18px;
    color: #717171;
    font-weight: 400;
}


.banner {
    background: url('../../img/home/pricing-breadcrumb.jpg');
    height: 500px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar.header3 {
    background-color: #000 !important;
}
.navbar.header3 .navbar-nav .nav-link,
.navbar.header3 .header_text_sec p,
.navbar.header3 .header_text_sec a {
    color: var(--white);
}
.banner .text-bread {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .text-bread h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 20px;
}
.banner .breadcrumb {
    margin: 0;
    justify-content: center;
    align-items: center;
}
.banner .breadcrumb a {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    transition: all 0.5s ease;
}
.banner .breadcrumb-item.active {
    color: var(--white);
}
.banner .breadcrumb a:hover {
    color: #ec7824;
}
.banner .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
}


.map_cont_sec iframe {
    display: block;
    width: 100%;
    height:500px;
}



/* .service {
    padding: 50px 0;
} */
.service1 {
    background: linear-gradient(to right, #f05125 5%, #f99b20 100%);
}
.service2 {
    background-color: #fad6be;
}
.service3 {
    background: linear-gradient(#f05125 5%, #f99b20 100%);
}
.service4 {
    background-color: var(--black);
}
.service5 {
    /* background: linear-gradient(to top, #f05125 5%, #f99b20 100%); */
    background-color:#fad6be;
    /* border-bottom:solid 1px #cccccc56; */
}
.service_text_image .text{
    padding:50px 0;
    width: 49%;
}
.service_text_image .text:hover span{
    -webkit-text-fill-color:#fff;
    -webkit-text-stroke: 1px #fff;
}
.service_text_image .text_elivate2:hover span {
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 1px #000;
}

/* careers_section */
.career_sec{
    margin: 0 200px;
}
.careers_text_locate{
    padding-top:30px;
}
.careers_text_locate h3{
    font-size:30px;
    color: var(--black);
    font-weight:700;
}
.careers_text_locate p{
    font-size:16px;
    color: #666666;
    margin-bottom: 5px;
}
.careers {
    margin-top: 0;
}
.careers ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0;
}

.careers ul li .pin {
    display: flex;
    align-items: center;
    gap:10px;
}
.location .pin{
    margin-right:10px;
}
.location .pin i{
    font-size:18px;
}
.location .pin p{
    margin-bottom: 0;
    font-size:18px;
}
.careers ul li .location {
    display: flex;
    align-items: center;
    gap: 10px;
}
.location button{
    font-size:18px;
    color: var(--black);
    border: solid 2px var(--black);
    padding: 20px 35px;
    font-weight:700;
    transition: 0.5s all;
}
.location button:hover{
    color:var(--white);
    background-color:#f99921;
    border: solid 2px #f99921;
}

/* contact_section */
.cont_4_side{
    padding:50px 30px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    height:100%;
}
.cont_4_side h3{
    font-size:20px;
    font-weight:600;
    color: var(--white);
    padding: 10px 0;
}
.cont_4_side p{
    font-size:17px;
    color: var(--white);
}
.cont_number{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.cont_number p{
    font-size:16px;
    color: #666;
    margin-bottom: 0;
}
.cont_number a{
    color:var(--white);
    font-size:16px;
}
.cont_number span{
    font-size:14px;
    color: #666666;
    font-weight:500;
    margin-top:30px;
    z-index: 1;
}
.cont_number h5{
    font-size:20px;
    color: var(--white);
    z-index: 1;
}
.cont_social{
    margin-top: 30px;
    display: flex;
}
.cont_social a{
    font-size:22px;
    color:var(--white);
    margin-left:20px;
    z-index: 1;
}
.circle{
    position: absolute;
    left: 193px;
    top: auto;
    right: 0;
    bottom: 10%;
    z-index: 0;
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    background-color: rgb(240 81 37);
}
.circle1{
    position: absolute;
    left: auto;
    top: auto;
    right: -31%;
    bottom: -15%;
    width: 300px;
    height: 300px;
    border-radius: 1000px;
    background-color:rgb(249 153 33);
    z-index:0;
}


.cont_card{
    box-shadow: 0px 0px 12.61px 0.39px rgb(0 0 0 / 14%);
    background-color: #fff;
    padding: 10px 0;
    margin: 50px 0;
}
.cont_sec_input{
    display: flex;
    align-items: center;
}
.cont_input{
    margin: 0 10px;
    width: 100%;
}
.cont_input label{
    font-size:16px;
    color:#000000b4;
    margin-left:5px;
    font-weight:600;
}
.cont_input input{
    border: solid 1px #cccccc6e;
    border-radius:5px;
    width:100%;
    padding:25px 15px;
}
.cont_input select{
    padding: 5px 15px;
    height:52px;
    border-radius: 5px;
    width: 100%;
}
.cont_input select:focus-visible{
    outline: solid 1px #cccccc6e;
}
.cont_input input::placeholder{
    font-size:14px;
}
.form-control:focus{
    border: solid 1px #ccc;
    box-shadow:0 0 0 0.25rem rgba(13, 109, 253, 0);
    background-color: #fff;
}

.three-dot {
    display: -webkit-box;
    max-width:100%;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Immigration_section */
.imm_country_main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    text-align: center;
}
.imm_main{
    padding: 80px 0;
}
.imm_main .row{
    align-items: center;
    justify-content: center;
}
.imm_text_sec{
    padding: 20px 0;
}
.imm_text_sec h3{
    font-size:30px;
    font-weight:600;
    background: linear-gradient(#f05125 5%, #f99b20 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-top: 15px;
}
.imm_text_sec h3::after {
    content: '';
    height:2px;
    margin: 10px 10px;
    width:60px;
    vertical-align: middle;
    transform-origin: left top;
    transition: transform 0.35s;
    background: linear-gradient(#f05125 70%, #f99b20 30%);
    position: absolute;
    top:18px;
}
.imm_text_sec p{
    font-size:18px;
    color:#666666;
    line-height:30px;
}
.imm_img_sec img{
    width:100%;
}

/* country_section */
.contry_sec{
    position: relative;
}
.contry_sec::before,
.contry_sec::after{
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 1035px;
    height: 1035px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background-color: #e0e0e0;
}
.contry_sec::before{
    top: 15px;
    z-index: -1;
    width: 1005px;
    height: 1005px;
    background-color: #f4f4f4;
}
.contry_sec::after{
    z-index: -2;
    box-shadow: -0.279px 3.99px 8px 0 rgb(63 63 63 / 14%);
}
.cntry_text{
    text-align: center;
    width: 60%;
    margin: auto;
}
.cntry_text img{
    margin-bottom: 20px;
    margin-top:10px;
}
.cntry_text p{
    font-size:18px;
}
.globe_sec1{
    display: none;
}
.globe_sec img{
    width:180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
}
.nav-tabs{
    border: none;
}
.nav-tabs .nav-link{
    border: none;
    padding: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    background-color: #005281;
    -webkit-box-shadow: -1.042px 5.909px 16px 0 rgb(2 169 255 / 36%);
    box-shadow: -1.042px 5.909px 16px 0rgba(2,169,255,.36);
    -moz-box-shadow: 0 0 0 0 rgba(0,90,136,.6);
    -ms-box-shadow: 0 0 0 0 rgba(0,90,136,.6);
    -o-box-shadow: 0 0 0 0 rgba(0,90,136,.6);
    box-shadow: 0 0 0 0rgba(0,90,136,.6);
    -moz-animation: 3s infinite ripple;
    -ms-animation: ripple 3s infinite;
    -o-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    border: none;
    border-radius:50%;
    padding: 0;
}
@keyframes ripple{
    0% {
            box-shadow: 0 0 0 0.2rem rgb(0 90 136 / 20%), 0 0 0 0.5rem rgb(0 90 136 / 20%), 0 0 0 1rem rgb(0 90 136 / 20%);
        }
    100% {
        box-shadow: 0 0 0 0.4rem rgb(0 90 136 / 20%), 0 0 0 1rem rgb(0 90 136 / 20%), 0 0 0 3rem rgb(0 90 136 / 0%);
    }
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
    border: none;
}
.cntry_logo_sec img{
    width:80px;
    border-radius:100%;
}
.cntry_act{
    position: absolute;
    left:195px;
    top: 48%;
}
.cntry_act1{
    position: absolute;
    right:15%;
    top:48%;
}
.tab_btn_text,
.tab_btn_text1{
    display: none;
}
/* canvas */
.toggle-cont {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.toggle-cont span {
    font-size: 22px;
    font-weight: bold;
    color: var(--blue);
    padding: 0px 3px;
}
.toggle-cont a {
    font-size: 18px;
    /* font-weight: 600; */
    color: var(--white);
}
.toggle-social {
    margin: 10px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.toggle-social i {	
    font-size: 22px;
    font-weight: 600;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border: solid 1px var(--white);
    margin: 0px 3px;
    color: var(--white);
    transition: 0.5s all;
}

  /* captcha */
  .form_sec .contact-button{
    align-items: baseline;
    margin-left: 0;
  }
  .contact-button input{
    padding: 15px;
    border-bottom: solid 1px #ccc;
    width:92%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cap-btn{
    background-color: var(--black) !important;
    border: solid 1px var(--black) !important;
    margin-top: 20px;
  }
  .cap-btn:hover{
    border: solid 1px var(--white) !important;
    background-color: transparent !important;
    color: var(--white) !important;
  }
  #captcha {
    font-size: 22px;
    letter-spacing: 3px;
    float: left;
    margin-left: 10px;
    margin-top:10px;
    padding: 0px 10px;
  }
  .cap-sec {
    text-align: end;
    width: 100%;
    background:#ebebeb;
    border:solid 1px #ccc;
  }
  .cap-sec button {
    background-color: var(--black);
    border: solid 1px transparent;
    color: var(--white);
    padding: 14px 20px;
    text-align: end !important;
  }
  .cap-sec i{
    font-size:20px;
    color:var(--white);
  }
  .form_sec .col-md-6{
    padding: 0;
  }

  /* responsive-navbar-section */
  .nav_login{
    margin-top: 20px;
    text-align: left;
    width:100%;
  }
  .nav_login a{
    font-size:18px;
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
    padding: 8px 50px;
transition:0.5s all;
  }
.nav_login a:hover{
border:solid 1px #f05225;
color:#f05225;
}

.footer-news {
    display: flex;
    margin-top: 24px;
    width: 90%;
    margin-left: auto;
}
.footer-news input {
    margin-bottom: 0;
    background-color: #fefefe;
    border: 0;
}
.footer-news input:focus {
    border: 0;
}
.footer-news button {
    background-color: #000000;
}
.footer-news i {
    color: #ffffff;
    padding: 10px;
}


#footer_sec .logo-icons {
    margin: 0 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer_sec .logo-icons .logo {
    width: 300px;
}
#footer_sec hr {
    border-bottom: 1px solid #ffffff;
    opacity: 0.5;
    max-width: 94rem;
}
.icons1{
display:none;
}

/* login_section */
.login{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 105px);
    padding:50px 0;
    text-align: center;
    background-image:linear-gradient(to right,#f05125 20%, #f99b20 100%), url(../../img/home/bg.jpg);
}
.login .row{
    align-items: center;
    justify-content: center;
    margin: 0;
}
.login_inside_text{
    background-color: #fad6be;
    padding:80px 80px;
}
.login_inside_text h3{
    font-size: 25px;
    font-weight:300;
    color: #121212;
    margin-top: 10px;
    margin-bottom: 25px;
}
.login_input{
    margin: 10px 0;
    position: relative;
}
.login_input input{
    padding:25px 20px;
    font-size: 16px;
    outline: none;
    color: #424242;
    border-radius: 3px;
    border: 1px solid transparent !important;
    background-color: #fff !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.login_input img{
    position: absolute;
    top:15px;
    right:20px;
    width:25px;
}
.login_rembr_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.login_check{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_check input{
    padding:8px;
    border: solid 1px #000;
    margin-bottom: 0;
}
.login_check label{
    font-size:16px;
    color: #424242;
    margin-top: 2px;
}
.login_check input:checked{
    box-shadow: none;
    background-color: #000;
    border: solid 1px  #0000;
}
.login_check input:focus{
    box-shadow:none;
    border: solid 1px #000;
}
.frgt_password a{
    font-size:18px;
    color: #424242;
    margin-bottom: 0;
}
.login_inside_text form button{
    font-size:20px;
    color: #fff;
    padding: 15px 35px;
    width: 100%;
    margin: 15px 0;
    background: linear-gradient(54deg, #f05125, #f99b20);
    border:solid 2px transparent;
    transition: 0.5s all;
}
.login_inside_text form button:hover{
    color:#f05125;
    border: solid 2px #f05125;
    background: transparent;
}
.text_login{
    font-size:20px;
    margin: 10px 0;
    color: #535353;
display:none;
}
.text_login a{
    color: #535353;
}


.bodymovinanim {
    height: 50px;
    display: block;
    filter: invert(1);
}
footer .logo-icons .icons {
	display: flex;
}