@import url('https://fonts.googleapis.com/css2?family=Kanit: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');

:root {
	--redclr:#3e57c5 ;/*#c20b0b*/
	--blackclr: #00000;
	/*--gradient: linear-gradient(210deg, #0c77df, #f6921e);*/
	--gradient: linear-gradient(90deg, #3d57c6, #2e85ff 51%, #55aef4);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Kanit", sans-serif!important;
}

html {
	font-size: 100%;
}

.navbar-brand img{
    width: 206px;
}
.red_btn{
    background: var(--redclr);
    color: #fff;
    padding: 0 16px;
    text-decoration: none;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    transition: all 235ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.menu_right a {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* background: var(--redclr); */
    border: 2px solid var(--redclr);
    border-radius: 41px;
    text-decoration: none;
    color: #000;
    width: fit-content;
    padding: 7px 15px;
     margin-right: 15px;
     transition: 0.4s;
}
.menu_right a:hover {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background: #9fd3fc59;
    border: 2px solid var(--redclr);
    border-radius: 41px;
    text-decoration: none;
    color: #191919;
    width: fit-content;
    padding: 7px 15px;
    margin-right: 15px;
    transition: 0.4s;
}
.menu_right a img{
    width: 30px;
    margin-right: 10px;
}
.red_btn:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  color: #fff;
}

.red_btn:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

.form-container {
    width: 450px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-top: 7px solid #50aff98c;
}

.form-container h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: #02376b;
}

.form-container .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-container .form-row input, .form-container .form-row textarea {
    width: calc(50% - 10px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-container .form-row-full {
    display: block;
    margin-bottom: 15px;
}

.form-container .form-row-full input {
    width: 100%;
}

.form-container .captcha-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-container .captcha-row img {
    margin-right: 10px;
    border: 1px solid #ccc;
}

.form-container .get-new-code {
    color: #d32f2f;
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
}

.form-container button {
    width: 100%;
    background-color: #28a745;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-container button:hover {
    background-color: #218838;
}
.banner {
    background-image: url(../img/att_banner.png);
    background-size: cover;
    background-position: center;
}
.banner_content {
    background: #3c58c6d6;
    width: 84%;
    padding: 24px 30px;
    border-radius: 11px;
    backdrop-filter: blur(10px);
}

.banner_content h1{
    color: #fff;
    font-size: 31px;
}
.banner_content h2{
   color:#52aef7;
    font-weight: 700;
    font-size: 29px;
}

.black_btn{
background: #313c90;
    color: #fff;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 15px;
    transition: 0.4s;
    border: 0;
}

.black_btn:hover{
    background: #3d57c6;
    color: #fff;
    transition: 0.4s;
}
.navbar{
    padding: 13px 0!important;
}

.navbar .nav-link{
    font-size: 15px;
    margin: 0 5px;
}
.navbar .nav-link.dropdown-toggle{
    display: flex;
    align-items: center;
}
.navbar .dropdown-menu {
    border-radius: 3px;
    padding: 2px 12px 2px 4px;
}
.navbar .dropdown-menu .dropdown-item{
    font-size: 14px;
    padding: 8px 20px;
    background: #f9f9f9;
    margin: 4px;
    display: block;
    border-radius: 3px;
    transition: 0.4s;
}

.navbar .dropdown-menu .dropdown-item:hover{
    background-color: var(--redclr);
    color: #fff;
    transition: 0.4s;
}

.form-row-full textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.captcha-row input{
    width: 140px;
    border: 1.4px solid #acacac;
    padding: 9px 9px;
    font-size: 14px;
}

.captcha-row a{
    font-size: 15px;
}

.form-row input:focus-visible, .form-row-full textarea:focus-visible{
    box-shadow: none;
    border: 1px solid #ccc;
    outline: 0;
}


.captcha-row input:focus-visible{
    box-shadow: none;
   border: 1.4px solid #acacac;
    outline: 0;
}

/*--start-service-card---*/
.serv-card{
   background-color: #fff;
   border-radius: 5px;
   transition:  0.5s;
   cursor:pointer;
   border: 1px solid #ccc;
   margin-bottom: 28px;
   box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.serv-card:hover{
   background: linear-gradient(60deg, rgba(255, 255, 255, 1) 0%, rgb(228 243 254) 100%);
   border-radius: 5px;
   transition:  0.5s;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.serv-card-head {
    display: flex;
    /* place-items: center; */
    padding: 20px 20px 0;
}
.serv-card-icon img{
    width: 85%;
    padding-right: 10px;
}

.serv-card-head h4{
    font-size: 17px;
    color: #000000;
    min-height: 66px;
}

.serv-card-head span{
    font-size: 18px;
    font-weight: 500;
    color: var(--redclr);
}
.serv-card-center {
    padding: 15px 20px 0;
}
.serv-card-center p {
    font-size: 15px;
    font-weight: 300;
    color: #878787;
    line-height: 28px;
    min-height: 142px;
}
.serv-card-bottom{
    display: flex;
    justify-content: space-between;
    place-items: center;
}
.serv-card-bottom a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
}
.serv-card-bottom a:hover{
    color: #fff;
    opacity: 0.6;
}
.whats{
     background-color: #0da11e;
}

.enquiry{
   background-color: var(--redclr);
}

.call{
      background-color: #1125cd;
}

/* end service card*/

/*why us section*/

.why_us {
    background: linear-gradient(0deg, rgb(104 104 104 / 90%), rgb(88 88 88 / 97%)), url(../img/why_bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.why_us .middle-title h2{
    color: #fff;
}
.why_us .middle-title h2::before {
    position: absolute;
    content: '';
    background: #aeaeae;
    width: 93px;
    height: 10px;
    right: -1%;
    bottom: 4px;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.why_box {
    background: #ffffff29;
    padding: 20px;
    width: 96%;
    margin: 0 auto;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}
.why_img{
    width: 70px;
    margin: 0 auto 16px;
}
.col-20{
    width: 20%!important;
}
.why_card {
    text-align: center;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background: #ffffff;
    border-radius: 10px;
}
.why_img img{
    width: 90%;
}
.why_card_title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    background: #445bc71c;
    font-size: 15px;
    padding: 7px 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.authority_title {
    font-size: 22px;
    text-align: center;
}

/*end why us section*/


/*--start-service-card---*/

/*--start-attestation-service-card---*/
.att-serv-card {
    padding: 5px;
    background-color: #ffff;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 5px;
}
.att-serv-card-inner{
    position: relative;
}
.att-serv-card-inner {
  overflow: hidden;
  transition: transform 0.2s ease;
}

.att-serv-card-inner img {
  transition: transform 0.2s ease;
  height: 400px;
}

.att-serv-card-name h4 {
    text-align: center;
    /* position: absolute; */
    width: 100%;
    bottom: 0px;
    backdrop-filter: blur(5px);
    margin: 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 5px 10px;
}
.att-serv-card-name.red h4 {
   background-color: var(--redclr);
}

/* Target even-numbered h4 elements */
.att-serv-card-name.blue h4 {
    background-color: #030385;
}

/*--end-attestation-service-card---*/

/*--start-popular-countries---*/
.country-card {
      padding: 12px 10px;
    border-radius: 50px;
    /* border: 1px solid #ccc; */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 1px 0px;
    align-items: center;
    margin-bottom: 19px;
    border: 1px solid #cccccc85;
}
.pop_country a{
    text-decoration: none;
}
.country-card  h4{
    margin-bottom: 0;
    margin-left: 15px;
    text-decoration: none;
    color: #000;
    font-size: 21px;
}
 
/*--end-popular-countries---*/

/*--start-documents---*/
.doc-table table {
width: 100%;
border-collapse: collapse;
text-align: center;
}


.doc-table th {
    font-size: 23px;
    font-weight: 500;
padding: 10px;
}

.doc-table tr {
 padding: 10px;
 border-bottom: 1px solid lightblue;
}

.doc-table tr:nth-child(1){
    border-bottom: none;
}
.doc-table tr:nth-child(9){
    border-bottom: none;
}

.doc-table td {
 padding: 10px;
 border-right: 1px solid lightblue;
}
.doc-table td:nth-child(3) {
    border-right: none;
}


.important-doc-title {
text-align: center;
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
}
.document-bg{
  background-image: url(../img/document-background.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*--end-documents---*/
.middle-title{
    margin-bottom: 20px;
}

.middle-title h2 {
    font-size: 1.8em;
    position: relative;
    width: fit-content;
    margin: 0 auto 13px;
    z-index: 99;
}
.middle-title h2::before {
    position: absolute;
    content: '';
    background: #50aff98c;
    width: 93px;
    height: 10px;
    right: -1%;
    bottom: 4px;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}



.doc-table-new h {
    font-size: 23px;
    font-weight: 500;
    padding: 10px 10px 20px;
    /* margin-bottom: 20px; */
}

.doc-table-new tr {
 padding: 10px;
}


.authority_card ul li {
    padding: 10px;
    border: 1px solid lightblue;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 16px;
}
.authority_card ul{
    max-height: 266px;
    overflow: scroll;
    overflow-x: hidden;
}

.authority_card{
    text-align: center;
}
.authority_card h4{
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: 500;
}

/**/
.time_card {
    width: 18%;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 24px 10px;
    border-radius: 11px;
    position: relative;
    background: linear-gradient(210deg, #ebeeff17, #50aff92b);
}
.time_card img {
    opacity: 0.01;
    position: absolute;
    right: 9px;
    top: 11px;
    z-index: 999;
    width: 49px;
}
.time_card p{
 margin-bottom: 0;
}
.time_required_cards{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
     margin-bottom: 0;
}
.time_card p:first-of-type{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.time_card p:last-of-type{
    color: #686868;
    font-size: 17px;
    backdrop-filter: blur(10px);
    font-weight: 500;
}
.owl-nav{
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
}
.owl-nav button{
    background: var(--redclr) !important;
    margin: 20px 10px 0;
    color: #fff!important;
    border-radius: 7px;
}
.owl-nav button span{
    font-size: 28px;
     padding: 0px 17px 3px !important;
}
/**/

/*how to get started*/

.steps_card{
    position: relative;
}
.step_img{
    width: 160px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 0px 4px -1px;
    margin: 0 auto 17px;
    border-radius: 11px;
}
.step_img img{
    width: 100%;
}
.step_content{
    text-align: center;
    padding: 0 47px 0;
}
.step_content p{
    color: #828282;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 0;
}
.forward {
    position: absolute;
    top: 16%;
    width: 75px;
    right: -46px;
}
.forward img{
    width: 100%;
}
/*end how to get started*/

/*--footer--*/

.footer {
  background-color: #532E5C;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}


.footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color:#fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 10px 0;
  color: #fff;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.certifications {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.footer-column button {
  background-color: #FFC107;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.blue-line{
    width: 20%;
    color: #ffffff;
    padding: 0px;
    border-width: 4px;
    background-color: #fff;
    margin-top: 10px;
}
/*--footer--*/

.message-container.error{
    background: var(--redclr);
    width: 50%;
    margin: 100px auto;
    padding: 36px;
    border-radius: 10px;
}

.message-container{
    background: #00a457;
    width: 50%;
    margin: 100px auto;
    padding: 36px;
    border-radius: 10px;
}

.message-container h2{
    margin-bottom: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.message-container p{
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 300;
}
.message-container .button{
    background: #fff;
    padding: 7px 20px;
    color: #000;
    text-decoration: none;
    border-radius: 7px;
}
.whats_cta {
    background-color: #0da11e;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    margin: 13px;
}
.footer_main{
    background-color: #313c90;
}

.cta-whatsapp {
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    display: block;
    left: 0;
    margin: 14px 18px;
    color: #fff;
    background: linear-gradient(90deg, rgba(227, 255, 247, 1) 0%, rgba(34, 140, 34, 1) 0%, rgba(102, 185, 59, 1) 100%, rgba(79, 209, 81, 1));
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 500;
    z-index: 99;
    transition: all 0.3s;
    font-size: 12px;
    display: flex;
    align-items: center;
        text-decoration: none;
}
.cta-whatsapp:hover{
    color: #fff;
}
.cta-whatsapp svg {
    margin-right: 5px;}
.floating {
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
    animation-name: floating-float, floating;}
    
@keyframes floating {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);}
50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);}
100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);}
}
@keyframes floating-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);}
}

/*cta form*/
.inner_page_cta {
    /*background: linear-gradient(90deg, #0a1d73, #0c2271 51%, #c20b0b);*/
    background: linear-gradient(90deg, #3d57c6, #5090f2 51%, #3d57c6);
    padding: 30px;
}
.inner_page_cta h5{
    margin-bottom: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
}
.inner_page_cta .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
.inner_page_cta .form-control{
    border-radius: 3px;
    padding: 7px 11px;
    font-size: 15px;
}
/*cta form*/

/*================================================ Media Query ==============================================*/

@media (min-width: 1200px) and (max-width: 1399px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1210px!important;
    }
    .navbar .nav-link {
    font-size: 14px;
    margin: 0 5px;
}
.red_btn {
    padding: 0 10px;
    font-size: 12px;

}
}

@media only screen and (max-width: 768px) {
    .inner_page_cta h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 14px;
}
.message-container {
    width: 90%;
    padding: 20px;

}
.message-container.error {
    width: 90%;
    padding: 20px;
}

.inner_page_cta .form-control {
    margin-bottom: 16px;
}
    .navbar-brand img {
        width: 140px;
    }
.menu_right a {
        padding: 5px 11px 6px;
    margin-right: 0;
    font-size: 13px;
}
.menu_right a img {
    width: 19px;
    margin-right: 5px;
}
    .col-20{
    width: 50%!important;
}
    .footer_main .col-20 {
        width: 100% !important;
    }
.banner_content {
    background: #0a228da8;
    width: 100%;
    padding: 7px 20px 18px;
    margin: 15px 0;
}
    .banner_content h1 {
        color: #fff;
        font-size: 16px;
    }
.banner_content h2 {
    color: #53b0fa;
    font-weight: 700;
    font-size: 16px;
}

.form-container {
    width: 100%;
}
.form-container h2 {
    font-size: 14px;
}
.form-row-full textarea {
    max-height: 52px;
}
.form-container .captcha-row {
    flex-wrap: wrap;
}
.form-container .captcha-row img {
    margin-bottom: 10px;
}
.captcha-row input {
    border: 1px solid #acacac;
}
.middle-title h2 {
    font-size: 1.4em;
    margin: 0 auto 0px;
}
.serv-card-bottom a {
    padding: 5px 2px;
    font-size: 9px;
}
.black_btn {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;

    margin-top: 2px;
    font-size: 13px;
}
.form-container .form-row input, .form-container .form-row textarea {
    font-size: 12px;
}
.form-row-full textarea {
    font-size: 12px;
}
.captcha-row input {
    font-size: 12px;
    width: 100%;
}
.serv-card-head {
    padding: 14px 8px 0;
}
.serv-card-head h4 {
    font-size: 16px;
    color: #000000;
    min-height: auto;
}
.serv-card-center {
    padding: 7px 9px 0;
}
.serv-card-center p {
    font-size: 13px;
    font-weight: 300;
    color: #878787;
    line-height: 20px;
}
.why_img {
    width: 42px;
    margin: 0 auto 9px;
}
.why_card {
    padding: 9px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.why_card_title {
    font-size: 12px;
    min-height: 50px;
}
.authority_card h4 {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.authority_card {
    text-align: center;
    margin-bottom: 20px;
}

.authority_card ul li {
    padding: 6px;
    font-size: 14px;
}
.time_card {
    width: 48%;
    margin-bottom: 13px;
}
.time_required_cards {
    flex-wrap: wrap;
}
.time_card p:first-of-type {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.time_card p:last-of-type {
    font-size: 13px;
}
.time_card {
    padding: 16px 10px;
    border-radius: 6px;
}
.doc-table th {
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
}
.doc-table td {
    padding: 8px;
    border-right: 1px solid lightblue;
    font-size: 13px;
}
.country-card {
    padding: 9px 6px;
}
.country-card img{
    width: 26px;
}
.country-card h4 {
    margin-bottom: 0;
    margin-left: 9px;
    font-size: 14px;
}

.forward{
    display: none;
}
.step_content h5{
    font-size: 1em;
}
.step_content p{
    font-size: 14px;
    color: #828282;
    font-weight: 300;
}

.serv-card-icon img{
    width: 35px;
    padding-right: 10px;
}

.serv-card-head h4{
    font-size: 13px;
}

.serv-card-head span{
    font-size: 12px;
}


}

@media only screen and (max-width: 360px) {
    
    .navbar-brand img {
        width: 120px;
    }
    .whats_cta {
    background-color: #0da11e;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    margin: 4px;
    font-size: 14px;
}
}

