@import url('https://fonts.googleapis.com/css?family=Cabin|Calligraffitti|Fjalla+One|Inconsolata|Indie+Flower|Lato|Libre+Franklin|Noto+Sans+JP|Noto+Serif|Open+Sans|Open+Sans+Condensed:300|Oswald|Poppins|Roboto|Titillium+Web|Ubuntu+Condensed|Ubuntu+Mono|Yanone+Kaffeesatz&display=swap');

/* Shan Colors */
:root {
    --success: #28a745;
    --primary: #007bff;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --dark-gray: #343a40;
    --scondary: #6c757d;
    --light-gray: #f8f9fa;
    --nav-blue: #1d508d;
    --orange: #ffc83f;
    --red: #fa5e5b;
    --plum: #bf538d;
    --teal: #0FDEBD;
    --dark-blue: #142b44;
    --warning-dark: #FF8800;
    --danger-dark: #CC0000;
    --success-dark: #007E33;
    --info-dark: #0099CC;
    --logo-color: #007A4D;
    --blue: #003875;
}


/* End Shan Colors */

/* Font Awesome  */
.fa-envelope {
    color:#000066
}
/* End Font Awesome  */


/*Shan Global Classes*/
/* Shan Button 1 */
.shan-btn-1 {
    background: #007bff;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.shan-btn-1:hover {
    background: var(--warning);

}

/* End Shan Button 1 */

/* Shan Button 2 */
.shan-btn-2 {
    background: #28a745;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.shan-btn-2:hover {
    background: #17a2b8;

}

.text-bold {
    font-weight: 600;
}

.text-orange {
    color: #ffa500;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-yellow {
    color: #FF8800;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.text-blue {
    background: #fff;
    color: #003875;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-red {
    font-family: 'Poppins', sans-serif;
    color: #cb4c3a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-red:hover {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
}

.fa-hand-point-right {
    color: #de9c38;
    font-size: 25px;
}

.sa-link1 {
    text-decoration: none;
    color: #005900;
    font-weight: 600;
}

.sa-link1:hover {
    background: #de9c38;
    color: #fff;
    font-weight: 600;
    padding: 0px 5px;
    font-weight: normal;
    border-radius: 10px;
}

.link-4 {
    width: 30%;
    text-align: center;
    background: #FE5F55;
    font-family: 'Poppins', sans-serif;
    color: #ffff;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    margin: 0 auto;

}

.link-4:hover {
    background: #333333;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.oh-text .link-5 {
    width: 30%;
    text-align: center;
    background: #FE5F55;
    font-family: 'Poppins', sans-serif;
    color: #ffff;
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}

.oh-text .link-5:hover {
    background: #333333;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.pdf-link {
    display: inline-block;
    background-color: #003D5B;
    color: #fff;
    padding: 0px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1rem;
    border-radius: 5px;
    text-decoration: underline;

}

.pdf-link:hover {
    background: #C1292E;
    color: #fff;
}

/*
.heading-underline {
    width: 9rem;
    height: .2rem;
    background-color: #1EBBA3;
    margin: 0 auto 1rem;
}
*/

.dirco-contacts {
    background: #F9A03F;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-align: justify;
}

/*------------End Shan Global Classes--------------*/

/*-------------Rest-----------------------------*/
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
}
/*------------End Reset --------------*/

/*---------SDS Warraper---------------------*/

#sds-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/*---------SDS Warraper Ends----------------*/

/*----------Navigation-----------------*/
.nav-list {
    margin-left: 20px;
}

.nav-list a {
    text-decoration: none;
}

header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.nav-container {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0.4rem;
}

.nav-container ul {
    list-style: none;
}

.menu-icons {
    color: #000;
    font-size: 1.2rem;
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    /* To stay in the middle*/
    z-index: 1500;
    display: none;
}

nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.logo-img {
    height: 6rem;
}

.nav-list {
    display: flex;
    width: 100%;
    align-items: center;
}

.nav-list li {
    line-height: 8rem;
    position: relative;
}

.sub-menu li {
    line-height: 3rem;
}

.nav-list a {
    display: block;
    color: #007A4D;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif
}

.nav-list a:hover {
    color: #eb3007;
    transition: color 650ms;
}

.btn-shan {
    display: inline-block;
    padding: 16px;
    background: #007bff;
    border: 2px solid #007bff;
    border-radius: 16px;
    transition: background-color 6500ms;
    letter-spacing: 2px;
}

.sub-menu {
    display: block;
    width: 18rem;
    position: absolute;
    border-top: 3px solid #007A4D;
    background-color: #fff;
    top: 16rem;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: all 650ms ease;
}

.sub-menu a {
    color: #007A4D;
}

.sub-menu::before {
    content: "";
    position: absolute;
    top: -2.5rem;
    left: 3rem;
    border: 1.2rem solid transparent;
    /*    border-bottom-color: #eb3007;*/
    border-bottom-color: #007A4D;
}

.sub-menu .sub-menu::before {
    top: .9rem;
    left: -2.5rem;
    border: 1.2rem solid transparent;
    /*    border-right-color: #eb3007;*/
    border-right-color: #007A4D;
}

.sub-menu .sub-menu {
    border-top: none;
    /*    border-left: 3px solid #eb3007;*/
    border-left: 3px solid #007A4D;
    top: 0;
    left: 160%;
}

.nav-list li:hover > .sub-menu {
    top: 6rem;
    opacity: 1;
    visibility: visible;
}

.sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.or {
    text-align: center;
}

/* li.move-right {
    margin: auto 0 auto auto;
    line-height: initial;
} */
/* 
.btn-req {
  color: ;
} */
.btn-cancel {
  color: #eb3007!important;
}
.btn-cancel:hover {
  color: #d67113!important;
}

@media screen and (max-width: 930px) {
    .nav-list {
        position: fixed;
        top: 0;
        left: o;
        height: 100vh;
        display: none;
        flex-direction: column;
        align-items: initial;
        background-color: #fff;
        z-index: 100;
        overflow-y: scroll;
    }

    .nav-list > li {
        line-height: 6rem;
    }

    .sub-menu {
        position: initial;
        border: 3px solid transparent;
        /*  border-left-color: #eb3007;*/
        border-left-color: #007A4D;
        margin-left: 1rem;
        max-height: 0;
    }

    .sub-menu::before {
        display: none;
    }

    .nav-list li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: initial;
    }

    .menu-icons {
        display: block;
    }

    .menu-icons .fa-times-circle {
        display: none;
    }

    nav.active .fa-times-circle {
        display: block;
    }

    nav.active .fa-bars {
        display: none;
    }

    nav.active .nav-list {
        display: flex;
    }
}

/* .btn-shan {
    color: #fff;
    display: inline-block;
    padding: 5px;
    background-color: #eb3007;
    border: 2px solid #eb3007;
    border-radius: 16px;
    transition: background-color 6500ms;
}

 */

.btn-shan a {
    color: #fff;
}

.btn-shan:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}

/* li.move-right {
    margin: auto 0 auto auto;
    line-height: initial;
} */

@media screen and (max-width: 1130px) {
    .nav-list {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        display: none;
        flex-direction: column;
        align-items: initial;
        background-color: #fff;
        z-index: 100;
        overflow-y: scroll;
    }

    .nav-list a {
        color: #007A4D;
    }

    .nav-list > li {
        line-height: 4rem;
    }

    .sub-menu {
        position: initial;
        border: 3px solid transparent;
        border-left-color: #007A4D;
        margin-left: 1rem;
        max-height: 0;
    }

    .sub-menu::before {
        display: none;
    }

    .nav-list li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: initial;
    }

    .menu-icons {
        display: block;
    }

    .menu-icons .fa-times-circle {
        color: #007A4D;
    }

    .menu-icons .fa-times-circle {
        display: none;
    }

    nav.active .fa-times-circle {
        display: block;
    }

    nav.active .fa-bars {
        display: none;
    }

    nav.active .nav-list {
        display: flex;
    }

    .btn-shan a {
        color: #fff;
    }
}

/* ----------End Navigation-----------*/

/* ----------Slideshow ---------------*/
.slideshow-container {
    width: 100%;
    max-width: 1200px;
    height: 440px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.show-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.show-box img {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 10s linear;
}

.show-box img:hover {
    transform: scale(1.5);
}

.show-box .show-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0007;
    color: #fff;
    animation: text 2s linear;
}

@keyframes text {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.show-text h2 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 5px;
}

.show-text p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 0 5px;
    margin: 20px 0;
}

/* Shan Button 1 */
.shan-btn-1 {
    background: #007bff;
    ;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 5px;
}

.shan-btn-1:hover {
    background: var(--warning);

}

/* End Shan Button 1 */

/* Shan Button 2 */
.shan-btn-2 {
    background: #28a745;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 5px;
    font-size: 12px;
}

.shan-btn-2:hover {
    background: #17a2b8;

}

/* End Shan Button 2 */


.prev,
.next {
    background-color: teal;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 15px;
    font-size: 25px;
    font-weight: bold;

}

.next {
    right: 0;

}

.prev:hover,
.next:hover {
    background: #dc3545;
    cursor: pointer;
}

.slideshow-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
}

.slideshow-nav .dot {
    width: 30px;
    height: 30px;
    background: #007bff;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-size: 20px;
    margin: 0 10px;
    padding: 1px;
    cursor: pointer;
}

.dot.active {
    background: #dc3545;
}

/* ----------End Slideshow ---------------*/

/* -------------Consular Notice Section--------------- */

.notice {
    background: #156064;
}

.notice:hover {
    background: #003785;
    color: #fff;
}

.consular-notice:after {
    content: "";
    display: block;
    clear: both;
}

.consular-notice {
    background: #ccc;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

.consular-notice .notice {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    /*  color:#fff;*/
    width: 290px;
    height: 60px;
    margin: 5px;
    padding: 5px;
    float: left;
    letter-spacing: 1px;
}

.notice {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.a-link {
    text-decoration: none;
    color: #fff;
}

/* -----------End Consular Notice Section--------------- */

/*------Public Notice Section---------*/
.public-info {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.col-1 {
    width: 50%;
    height: 150px;
    background: #19972e;
    float: left;
    text-align: center;
}

.col-2 {
    width: 50%;
    height: 150px;
    /* background: #FFD639; */
    float: right;
    text-align: center;
    background-image: url('../winecwb.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.col-2 img {
    border-radius: 10px;
    height: 150px;
   
}

.col-1 h5 {
    background: #003875;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 2px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
}

.col-1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

/* Star Trade */
.trade {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #00acee;
}

/* End Trade */

/*------Ends Public Notice Section---------*/
.divider {
    width: 1200px;
    margin: auto;
    height: 10px;
    background-color: #003875;
}
/* Start Sepcial Announcment section */
.special-announcement {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.special-announcement .col3 {
    width: 100%;
    height: 100%;
/*    background-color: #374053;*/
    background-color: #003875;
    text-align: center;
    padding: 10px;

}
.special-announcement .col3 h5 {
    background-color: #f5ce42;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding: 5px 0px;
    font-weight: 400;
    align-items: center;
    margin-bottom: 5px;
}
.special-announcement h4 {
    font-size: 20px;
    color: #fff;
    border: 2px solid #f5ce42;
    margin: 10px 0px;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
}

.special-announcement .sp-link{
    font-size: 18px;
    color: #ff4c4c;
    background: #fff;
    align-self:center;
    text-decoration: none;
    border-radius: 50px;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;

}
.special-announcement .sp-link:hover{
    background: #ff4c4c;
    color: #fff;
}

.special-announcement p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 5px 10px;
}

.special-announcement h6 {
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.special-announcement ul {
    margin: 5px 10px;
    padding: 10px;
    background:#008080;
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border-radius: 10px;
}

.special-announcement ul li {
    margin: 0px 10px;
    padding: 5px 10px;
}
.special-announcement span {
    background: #fff;
    color: #ff4c4c;
    font-weight: 600;
    padding: 3px
}
.special-announcement .rep-forms ul {
  text-align: center;
}
.special-announcement .rep-forms ul li  {
    background: #fff;
    color: #ff4c4c;
    font-weight: 600;
    padding: 3px;
    display: inline-block;
    border-radius: 15px;
}
.special-announcement .rep-forms ul li a {
    color:#f37735;
    padding: 10px;
}
.special-announcement .rep-forms a:hover {
    color:  #ff4c4c;

}
.special-announcement .rep-forms h4 {
    background:  #ff4c4c;
    color: #fff;
    margin: 0 auto;
    width: auto;

}
.special-announcement .sp1 {
    color:#ff4c4c;
    background: #fff;
    border-radius: 50px;
    padding: 2px;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .special-announcement h4 {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .special-announcement .rep-forms ul li  {
        background: #fff;
        color: #ff4c4c;
        font-weight: 600;
        margin: 10px;
        display: block;
        border-radius: 15px;
    }
}

 /* End Sepcial Announcment section */

/* Start Public Accouncment1  */
/* Public Announcment */
.public_announcement1 {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    background: #3A5A40;
    font-family: 'Poppins', sans-serif;
  }
 
  .public_content1 {
    text-align: center;
  }

 
  .publicNotice1 {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    background-color: #007E33;
    font-family: 'Poppins', sans-serif;
  }

  .publicNotice2 {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    background-color: #004E64;
    font-family: 'Poppins', sans-serif;
  }



  .publicNotice1 h1 {
    background-color: #df4747;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
  }

  .publicNotice2 h1 {
    background-color: #FF9000;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
  }
  
  .publicNotice2 h2 {
    background-color: #ffffff;
    border: 2px solid rgb(238, 12, 12);
    color: rgb(238, 12, 12);
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
  }


  .publicNotice1 p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    padding: 4px;
    text-align: justify;
    text-transform: capitalize;
    font-size: 18px;
  }

  .publicNotice2 p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    padding: 4px;
    text-align: justify;
    text-transform: capitalize;
    font-size: 18px;
  }
  .publicNoticeUl {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    margin-left: 29px;
  }


.publicNoticeUl h5 {
  background-color: #df4747;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px;
}

  .publicNotice1 ul li {
    font-size: 18px;
    color: #df4747;
  
    margin-left: 29px;
}


  /* .public_content1 h1 {
    background-color: #0047ab;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
  } */
 
  .public_content1 p {
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
  }
 .public_content1 .sds-char {
   text-transform: uppercase;
   color: #eb3007;
   font-weight: 900;
 }
 
 .public_content1 a {
   font-size: 18px;
   text-decoration: none;
   background: #eb3007;
   color: #fff;
   padding: 0px 10px;
   border-radius: 10px;
   display: inline-block;
   margin-bottom: 5px;
 }
 
 .public_content1 a:hover {
   background: #fff;
   color: #eb3007;
 }
 
  /* End Public Announcment */

/* End Public Announcemnt1 */
/* ___________________________________________ */
 /* Public Announcment */
 .public_announcement {
   width: 100%;
   max-width: 1200px;
   margin: 10px auto;
   background: #d4d119;
   font-family: 'Poppins', sans-serif;
 }

 .public_content {
   text-align: center;
 }
 .public_content h1 {
   padding: 5px;
   text-align: center;
   text-transform: uppercase;
   font-size: 20px;
 }

 .public_content h4 {
   padding: 5px;
   text-align: center;
   font-size: 20px;
 }
.public_content .sds-char {
  text-transform: uppercase;
  color: #eb3007;
  font-weight: 900;
}

.public_content a {
  font-size: 18px;
  text-decoration: none;
  background: #eb3007;
  color: #fff;
  padding: 0px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.public_content h1 {
    color: red;
}

.public_content a:hover {
  background: #fff;
  color: #eb3007;
}

.sa-election h1 {
    color: rgb(4, 4, 81);
    font-size: 24px;
}

.list {
    text-transform: capitalize;
    text-align: left;
    background-color: rgb(82, 76, 76);
    color: white;
    font-size: 12px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.list p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    
}

 /* End Public Announcment */

/*------Our Services------*/
.our-services {
    background: #ddd;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.our-services h2 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #0099CC;
}

.our-services:after {
    content: "";
    display: block;
    clear: both;
}

.our-services .service {
    width: 31.3333%;
    height: 100%;
    background: #fff;
    float: left;
    margin: 1%;
}

.service .content {
    width: 100%;
    max-width: 90%;
    margin: 1rem auto;
    border: 2px solid #1EBBA3;
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
    transition: transform .7s ease;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.service .content p {
    margin-top: 15px;
}

.service .content:hover {
    transform: scale(1.1);
}

.service .content .ribbon {
    background-color: #000066;
    color: #fff;
    font-size: 12.8px;
    font-weight: 700;
    height: 32px;
    width: 240px;
    padding-top: 6.4px;
    position: absolute;
    transform: rotate(45deg);
    right: -76.8px;
    top: 24px;
    box-shadow: 0 0 3.2px rgba(0, 0, 0, .25);
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.service .content .shan-h3 {
    font-size: 18px;
    color: #17a2b8;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 35px;
}

.service .content p {
    display: block;
    font-size: 16px;
    color: #6c757d;
    padding-top: 20px;
    text-align: center;
    font-weight: 500;
}

.content .btn {
    display: flex;
    color: #fff;
    padding: 4px 6px;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;

}

.btn .sds-btn {
    text-decoration: none;
    background: #1d508d;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}

.btn .sds-btn:hover {
    background: green;
}

.clearfix {
    clear: both;
}

.btn:after {
    content: "";
    display: block;
    clear: both;
}

/*-----End Our Services----*/


/*-------Tourism Style-----*/
.tourism-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #ddd;
}

.tourism-content:after {
    content: "";
    display: block;
    clear: both;
}

.tourism-heading {
    position: relative;
    background: url('../img/lion.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 220px;
    opacity: .8;
}

.tour-row:after {
    content: "";
    display: block;
    clear: both;
}

.tourism-content .tour-row {
    width: 100%;
    height: 100%;
}

.tourism-content .tour-column {
    width: 30.3333%;
    height: 470px;
    float: left;
    background: #003875;
    margin: 1rem;

}

.tour-column .card--content {
    width: 100%;
    height: 100%;
    text-align: center;
}

.tour-column .card--content img {
    width: 100%;

}


.tourism-content h1 {
    background: #cd4537;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
}

.tourism-heading p {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-align: center;
    top: 50%;
    color: blue;
    font-weight: 600;
    background: rgba(0, 0, 0, .2)
}

.tour-row h3 {
    background: #4d148c;
    font-size: 1.2rem;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 5px 0px;
    text-transform: uppercase;
    color: #fff;
}

.tour-row h4 {
    font-size: 1.2rem;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 5px 0px;
    text-transform: uppercase;
    color: #fff;
}

.card--text {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 1rem;
}

.tour-column .card--link {
    background: #fce815;
    padding: 10px 0px;
}

.card-btn {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}

.card-btn:hover {
    background: #43A047;
}

/* ------- End Tourism Style-----*/

/*--------Trade and Investment --------*/



#trade-indsutry {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

#trade-indsutry {
    width: 100%;
    max-width: 1200px;
    margin: 1rem auto;
    padding-bottom: 1rem;
    border: 1px solid #e79d19;
}

#trade-indsutry::after {
    content: "";
    display: block;
    clear: both;
}

.heading-1 {
    color: #7c795d;
    font-family: 'Trocchi', serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
}

.heading-2 {
    color: green;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 10px;
    letter-spacing: 1px;
    padding: 1rem;
    border-bottom: 1px solid #222;
    text-align: center;
    text-transform: uppercase;
}

.showcase::after {
    content: "";
    display: block;
    clear: both;
}


.showcase .box {
    width: 49%;
    height: 350px;
    float: left;
    border: 1px solid #000;
    margin: 0 5px;
}

.video-box video {
    width: 100%;
    height: 350px;
    background: url('../img/TradeSA.webm') no-repeat;
    background-size: cover;
    object-fit: cover;
    transition: 1s opacity;
}

.tic-overview .text-box {
    width: 100%;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 14px;
    padding: 1rem;
}

.p-text-1 {
    color: #222;
    font-weight: 400;
}


.link-1 {
    display: inline-block;
    background-color: #e79d19;
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1rem;
}

.link-1:hover {
    background-color: #555;
}

.link-1:active {
    background-color: black;
}

.ul-social {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

/* Fresh Produce  */
 .ads {
    width: 100%;
    height: 700px;
    background-image: url("freshproduce.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5px;
}

/* End Fresh Produce */

/*-------End Trade and Investment---------*/


/*-------Study Section-------*/
.study {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.study-content h1 {
    background: #003865;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    text-align: center;
}

.study-cover img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.study-text {
    background: #f2f2f2;
    color: #191919;
    padding: 5px 10px;
}

.study-text h6 {
    font-size: 16px;
    padding: 5px;
    color: #007bff;
}

.study-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px;
    text-align: justify;
}

.study-text p span {
    color: #000;
    font-weight: bold;
}

.study-content .uni-list {
    list-style: none;
    background: gray;
    padding: 5px 0;
    margin-bottom: 15px;
}

.study-content .uni-list::after {
    content: "";
    display: block;
    clear: both;
}

.study-content .uni-list h4 {
    font-size: 15px;
    padding: 5px 10px;
    background: #343a40;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.study-content .uni-list li {
    width: 33.33%;
    float: left;
}

.study-content .uni-list li a {
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    margin: 2px 5px;
    text-align: center;
    text-transform: uppercase;
}

.study-content .uni-list .su {
    background: #4c172b;
}

.study-content .uni-list .uct {
    background: #056fad;
}

.study-content .uni-list .uw {
    background: #003b5c;
}

.study-content .uni-list .up {
    background: #d61c33;
}

.study-content .uni-list .uj {
    background: #e7540e;
}

.study-content .uni-list .uwc {
    background: #493a1a;
}

.study-content .uni-list li a:hover {
    background: #0b185b;
    color: #fff;
}

/*
.uni-list::after {
    content: "";
    display: block;
    padding: 10px;
    background: #343a40;
    background: #fff;
    text-transform: uppercase;
}
*/
/*-------End Study Section-------*/

/*-------Start Team Section---------------*/
#team {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #28a745;
    color: #fff;
}

#team .shan-heading-2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

/*
.heading-underline {
    width: 9rem;
    height: .2rem;
    background-color: tomato;
    margin: 0 auto 2rem;
}
*/
.team-cards-content::after {
    content: "";
    display: block;
    clear: both;
}

.team-cards-content {
    width: 100%;
    max-width: 1200px;
    background: #28a745;
}


.team-cards-content .card {
    background: #003875;
    color: #ddd;
    float: left;
    margin: 0 16px;
    width: 368px;
    height: 100%;
    border: .1rem solid rgba(0, 0, 0, .075);
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, .075);
    text-align: center;
    border-radius: 0;
    transition: transform .4s ease;
}

.card:hover {
    transform: scale(.95);
}

.card img {
    width: 100%;
}

.card .name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card .title {
    color: #1cb9a3;
    font-size: 1.1rem;
}

.card .title-text {
    font-size: 1rem;
    text-align: left;
    border-top: 1px solid #fff;
    padding: 1rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.card .shan-btn-3 {
    display: inline-block;
    font-size: 1.1rem;
    border: 1px solid #fff;
    background: none;
    padding: .2rem 1rem;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    margin: 1.2rem 1rem;
}

.card .shan-btn-3::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: -1;
    transition: 0.8s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: -1;
    transition: 0.8s;
}

.btn1::before {
    bottom: 0;
    /*    border-radius: 50% 50% 50% 50%;*/
}

.btn1:hover::before {
    height: 100%;
}

.btn1:hover {
    color: #003875;
    border: 1px solid #003875;
    text-transform: capitalize;
}

.card .social {
    list-style: none;
}

#team .social {
    background: #fff;
    padding: 5px;
    color: #003875;
}

#team .social li a {
    color: #003875;
    font-size: 1.8rem;
}

#team .social li .fa-twitter {
    color: #00acee;
}

/*End Team Section*/


/*----------Footer Styles-----------*/


.footer-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #003875;
    margin-top: 15px;
}

#footer:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    height: 20px;
    clear: both;
    background: #28a745;
    margin-top: 15px;
}

.footer-container .content-1 .footer-img {
    text-align: center;
    margin-top: 1rem;
}

.content-1 img {
    height: 96px;

}

.box {
    width: 33.3%;
    height: auto;
    float: left;
}

.clearfix {
    clear: both;
}

.footer-container h3 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #FFF;
    text-transform: uppercase;
    padding-top: 20px;
}

.footer-container h4 {
    padding: 15px 0 10px 5px;
    color: #fff;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;

}

.footer-container a {
    font-size: 1.1rem;
}

.footer-container p {
    color: #fff;
    font-size: 1.1rem;
}


.footer-container ul {
    list-style: none;
    padding-left: 5px;
}

.footer-container ul li {
    padding: 0px 0px 10px 0px;
}

.footer-container ul li a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
}

.footer-container ul li a:hover {
    background: #fa5e5b;
    transition: all .9s;
    border-radius: 10px;
}

.content-3 .f-paragraph {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
}

.content-3 p {
    padding-left: 5px;
}

.footer-container .box .f-line {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;

}

.footer-container .f-top {
    padding-top: 15px;
}

.footer-social-items {
    margin-top: 10px;

}

/* Footer Social  */
ul.social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 2em;
}

ul.social li {
    display: inline;
    padding-right: .8rem;
}

ul.social li a {
    transition: all .2s ease;

}

ul.social li a:hover {
    color: #505962;
}

ul.social li .fa-twitter-square {
    color: #00acee;
}

ul.social li .fa-instagram {
    color: #405DE6;

}

ul.social li a {
    font-size: 2.2rem;
}

.content-2 img {
    margin-top: 20px;
}

.footer-flag img {
    width: 60px;
    height: 30px;
}

.footer-flag {
    margin-bottom: .2rem;
}

.footer-bottom {
    background-color: #262626;
    text-align: center;
    width: 100%;
}

.footer-bottom p {
    padding: 10px 0px;
}

/*----------End Footer Styles--------*/

/*-----------Media Queries----------------*/
@media screen and (max-width:1024px) {

    .consular-notice .notice {
        width: 24%;
    }

    .team-cards-content .card {
        width: 32%;
        height: 100%;
        margin: 0 5px;

    }

    .tourism-content .tour-column {
        width: 32.34%;
        height: 470px;
        float: left;
        background: #003875;
        margin: 5px;

    }

    .tour-column .card--link {
        margin-top: 1.4rem;
        padding: 10px 0px;
    }

    #trade-indsutry ul.social li {
        display: inline;
        padding-right: .1rem;
    }

    .ul-social {
        display: flex;
        justify-content: space-between;
    }


}

@media screen and (max-width: 768px) {

    .consular-notice .notice {
        width: 48%;
    }

    .show-box .show-text {
        width: 80%;
    }

    .show-box .show-text p {
        font-size: 18px;
    }

    .notice .a-link {
        font-size: .8rem;
        margin: 0;
        padding: 0;
    }

    .our-services .service {
        width: 100%;
        height: 100%;
        background: #fff;

    }

    .our-services .service .content p {
        margin: 1.1rem;
    }

    .tourism-content .tour-column {
        width: 32%;
        height: 430px;
        float: left;
        background: #003875;
        margin: 5px;

    }

    .tour-column .card--link {
        background: #fce815;
        padding: 10px 0px;
    }

    #trade-indsutry {
        border: none;
    }

    .showcase {
        margin: 0 1rem;
    }

    .showcase .box {
        width: 100%;
    }

    .heading-1 {
        font-size: 20px;
    }

    .ul-social {
        margin-top: 1rem;
        justify-content: space-between;
        align-content: flex-end;
        align-items: flex-end;
    }


}


@media screen and (max-width: 500px) {
    .show-box .show-text h2 {
        font-size: 18px;
    }

    .show-box .show-text p {
        font-size: 17px;
    }

    .consular-notice {
        padding: 1rem;
    }

    .consular-notice .notice {
        width: 100%;
    }

    .consular-notice .notice .a-link {
        font-size: 1.1rem;
    }


    .our-services .service {
        width: 100%;
    }

    .box {
        width: 100%;
    }

    .team-cards-content .card {
        width: 100%;
        height: 100%;
        margin: 5px 0px;

    }

    #team .shan-heading-2 {
        font-family: 'Oswald', sans-serif;
        font-size: 1rem;
        text-align: center;
        text-transform: uppercase;
        color: #003875;
        margin: 0;
        padding: 0;
    }

    .tourism-content .tour-column {
        width: 100%;
        height: 100%;
    }

    .tourism-heading .tourism-p-text {
        padding: 5px;
        font-size: 15px;
    }

    #trade-indsutry {
        border: none;
    }

    .showcase .box {
        width: 100%;
        border: none;
    }

    .heading-1 {
        font-size: 1.2rem;
    }

    .video-box video {
        width: 97%;
    }

    .tic-overview .ul-social {
        margin-top: 0;
    }

    .tic-overview ul.social li {
        margin: 0;
        padding: 0;
    }

}

/*-------------Start Hours and Holidays------------*/
.hours-holidays {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #2D3047;
    margin-top: 10px;

}

.oh-content h1 {
    background: #2D3047;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.oh-content .sa-list {
    background: #ddd;

}

.oh-content .oh-list {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

.oh-list li {
    padding: 15px 0px;
}

.oh-list a {
    color: #003875;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 15px;
}

.oh-list a:hover {
    background: #003875;
    color: #fff;
}

.line {
    width: 100%;
    height: 2px;
    background: #003875;

}

.oh-text {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    border: 1px solid #2D3047;
}

.oh-text p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: justify;
    padding: 5px 5px;
}

.oh-text h4 {
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    padding: 5px 5px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
}

.oh-text .p-bold {
    background: #984447;
    padding: 10px;
}

.oh-text .span-bold {
    color: #fff;
    padding: 5px;
}

.sa-link {
    background: #fff;
    color: #5c2268;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
}

.sa-link:hover {
    background: #5c2268;
    color: #fff;
    font-family: 'Arial', sans-serif;
    border-radius: 5px;
}

.day {
    background: #049853;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin: 0 3px;
}

.day-close {
    background: #5c2268;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
}

.link-text {
    letter-spacing: 1px;
}

/*------Start Visas--------*/
.sa-visas {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: #ddd;
    padding-bottom: 20px;
}

.sa-visas h1 {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    background: #37474F;
    color: #fff;
    text-align: center;
}

.visa-content {
    margin-bottom: 10px;
}

.visa-content .note {
    background: #28a745;
    width: 100%;
    height: 100px;
    max-width: 50%;
    margin: 0 auto;
    float: left;
    margin-bottom: 5px;
    border-left: 2px solid #fff;
}

.note .sh-text-1 {
    padding: 15px;
    font-size: 15px;
    color: #fff;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.visa-content .pev h4 {
    background: #004643;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
}

.sh-text-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;

}

.link-1 {
    display: inline-block;
    background-color: #485667;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px 15px;
}

.link-1:hover {
    background-color: #003785;
}

.sh-bold-text {
    color: #084596;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
}

.line {
    width: 9rem;
    height: .2rem;
    background-color: #1EBBA3;
    margin: 0 auto 1rem;
}

.sh-span-text {
    color: #FE5F55;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.sh-text-h4 {
    background: #007bff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    padding: 5px 0px;
}

.accordion {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    background: #003875;
    color: #fff;
}

.accordion__label,
.accordion__content {
    padding: 14px 20px;
}

.accordion__label {
    font-family: 'Oswald', sans-serif;
    display: block;
    color: #065535;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
    background: #bfbfbf;
    font-size: 15px;
    border-bottom: 1px solid #003785;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.accordion__label:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.accordion__label::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../img/caret-down-solid.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: contain;
    transition: transform 0.4s;
}

.accordion__content {
    line-height: 1.6;
    font-size: 15px;
    display: none;
    background: #fff;
    color: #000;
    border-left: 1px solid #003785;
    border-right: 1px solid #003785;
    border-bottom: 1px solid #003785;
}

.accordion__input {
    display: none;
}

.accordion__input:checked ~ .accordion__content {
    display: block;
}

.accordion__input:checked ~ .accordion__label::after {
    transform: translateY(-50%) rotate(0.5turn);
}

.accordion-list .accordion-items {
    list-style: decimal;
    width: 100%;
    height: 100%;
    border: 1px solid #000;

}

.accordion-items {
    margin: 5px;
    padding: 10px;
}

.accordion-items .span-bold {
    color: #262262;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.accordion-items p {
    font-size: 16px;
}

.sh-sub-heading {
    font-size: 16px;
    padding: 5px;
    letter-spacing: 1px;
    color: #BD553C;
}

.sh-bg-text {
    background: #6B7177;
    color: #fff;
    padding: 5px;
}

.sh-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sh-links a {
    text-decoration: none;
    padding: 10px 0px;
}

.sh-links p {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    color: #2D3047;
}

.sh-links .link-1 {
    padding: 5px 30px;
    letter-spacing: 1px;
    text-decoration: none;
}

.sh-links .fa-phone-square {
    color: #084596;
    margin: 0px 5px;

}

.sh-links .fa-envelope-square {
    color: #065535;
    margin: 0px 5px;

}

.sh-links .fa-whatsapp {
    color: #25D366;
    margin: 0px 5px;

}

.sh-links .fa-whatsapp {
    color: #25D366;
    margin: 0px 5px;

}

.sa-pdf {
    display: inline-block;
    background-color: #003D5B;
    color: #fff;
    padding: 0px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1rem;
    border-radius: 5px;

}

.sa-pdf:hover {
    background: #C1292E;
    color: #fff;

}

/*-----End Visas-----------*/

/*------------Passport----------------*/

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.notice-text {
    color: #9e7419;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
}

.note-h5 {
    font-size: 18px;
    padding: 5px;
    letter-spacing: 1px;
    color: #BD553C;
    font-weight: 600;
}

.passportContent {
    font-family: 'Cardo', serif;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.heading1 {
    font-family: 'Oswald', sans-serif;
    color: #7c795d;
    /*    font-family: 'Trocchi', serif; */
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}


.border {
    display: block;
    margin: auto;
    width: 200px;
    height: 3px;
    background: #7c795d;
    margin-bottom: 5px;
}

.passport-intro {
    width: 100%;
    height: auto;
    background: #ddd;
}

.pp-box {
    float: left;
    margin-bottom: 10px;

}

.pp-box-1 {
    width: 15%;
    height: 250px;
    margin: 0 5px;
    border: 1px solid green;
}


.pp-box-2 {
    width: 84%;
    height: 250px;
    border: 1px solid green;
}

.pp-box .dha-sa {
    width: 100%;
    height: auto;
    margin: 30% 0;
    padding: 5px 5px;

}

.pp-box-2 p {
    font-size: 20px;
    padding: 10px;
    line-height: 1;
}

.passportContent .pp-types::after {
    content: "";
    display: block;
    clear: both;
}

.passportContent .pp-types {
    width: 100%;
    background: #C2EFEB;

}

.identity h1 {
    background: #007bff;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    padding: 5px 0px;
}

.pp-types .types {
    width: 23%;
    height: 200px;
    float: left;
    margin: 5px 12px;
    border: 1px solid #149911;

}

.pp-types p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: justify;
    padding: 0 5px;
}

.p-bold {
    background: #4c4c4c;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin: 15px
}

.id-content h4 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 600;
    color: #5F0F40;
    padding-top: 5px;
    letter-spacing: 2px;
}

.maxi {
    background: #006DAA;
    color: #fff;
}

.etc {
    background: #006DAA;
    color: #fff;
}

.child {
    background: #006DAA;
    color: #fff;
}

.regular {
    background: #006DAA;
    color: #fff;
}


/*Start Accordion*/
.accordion {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
    background: #003875;
    color: #fff;
}

.accordion__label,
.accordion__content {
    padding: 14px 20px;
}

.accordion__label {
    display: block;
    color: #065535;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
    background: #bfbfbf;
    font-size: 15px;
    border-bottom: 1px solid #003785;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;

}

.accordion__label:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.accordion__label::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../img/caret-down-solid.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: contain;
    transition: transform 0.4s;
}

.accordion__content {
    line-height: 1.6;
    font-size: 15px;
    display: none;
    background: #fff;
    color: #000;
    border-left: 1px solid #003785;
    border-right: 1px solid #003785;
    border-bottom: 1px solid #003785;
}

.accordion__input {
    display: none;
}

.accordion__input:checked ~ .accordion__content {
    display: block;
}

.accordion__input:checked ~ .accordion__label::after {
    transform: translateY(-50%) rotate(0.5turn);
}

.identity {
    border: 1px solid #453;
}

.accordion-list .accordion-items {
    list-style: decimal;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 5px;
    margin: 5px;

}

.accordion-items a {
    display: inline-block;
}

.accordion-list {
    margin: 0px 18px;

}

.sh-sub-heading {
    font-size: 16px;
    padding: 5px;
    letter-spacing: 1px;
    color: #BD553C;
}

.sh-bg-text {
    background: #6B7177;
    color: #fff;
}

.process-time {
    width: 100%;
    height: 120px;
    background: #73a580;
    color: #fff;
    text-align: center;
}

.process-time h4 {
    color: #fff;
    font-weight: 600;
}

.process-time p {
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
}

.sh-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sh-links a {
    text-decoration: none;
    margin: 5px;
    font-size: 15px;
}

.sh-links .link-1 {
    padding: 5px 30px;
    letter-spacing: 1px;
    text-decoration: none;
}

.sh-links .fa-phone-square {
    color: #084596;

}

.sh-links .fa-envelope-square {
    color: #065535;

}

.link-text p {
    font-size: 16px;
    padding-left: 5px;
    display: inline-block;
    color: #5c2268;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
}

.span-bold {
    color: #BD553C;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.sa-pdf {
    text-decoration: none;
    font-family: 'Fjalla One', sans-serif;
    padding: 0px 3px;
}

.sa-pdf:hover {
    transition: color .9s;
    color: #fff;
    background-color: #8b2252;
    border-radius: 5px;
}


/*  New Post Section */

.new_post {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    padding: 0 1.5rem;
    font-size: 10px;
    text-align: justify;

}

.post_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 98rem;
    padding: 1rem;
    margin: 1rem;
    background-color: #fff;
    box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, .2);
    border-radius: .8rem; 
}

.post_date {
    background-color: rgba(0, 0, 0, .075);
}

.post_date span {
    font-family: 'Fjalla One', sans-serif;
    display: inline;
    /* color: rgba(0.0.0,.5); */
    color: rgb(238, 12, 12);
    font-size: 1.9rem;
    font-weight: 600;
    margin: .5rem 0;
    text-transform: uppercase;
    padding: 1rem;
}

.post_date .green {
  color:#007A4D;
}

.post_date .lightgreen {
    color:#303035;
  }

.post_title {
    font-size: 1.8rem;
    margin: 1.5rem 0 2rem;
    text-transform: uppercase;
    color:#003785
}

.post_text {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 3rem;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .7);
}

.post_btn {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    background-image: linear-gradient(to right, #e20c1e 0%, #00fe1598 100%);
    border-radius: .8rem;
    text-decoration: none;
}

.sa_t_logo {
    display: flex;
    align-self: flex-end;
}

/*  End New Post Section */


/*--------Media Quries--------*/
@media screen and (max-width: 1024px) {
    .heading1 {
        font-size: 16px;
    }

    .pp-types .types {
        width: 22.33%;
        height: 250px;
        ;
        float: left;
        margin: 5px 12px;
        border: 1px solid green;

    }

    .pp-box p {
        padding: 5px;
    }

}

@media screen and (max-width: 768px) {
    .public-info .col-1 {
        width: 100%;
        height: 100%;
    }

    .public-info .col-2 {
        width: 100%;
        height: 100%;
        /* background: #FFD639; */
        float: right;
        text-align: center;
        background-image: url('../winecwb.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }

    .pp-types .types {
        width: 100%;
        height: 100%;
        float: none;
        border: 1px solid green;
        margin: auto;
        margin-bottom: 10px;


    }

    .pp-box-1 {
        width: 150px;
        height: 250px;
        margin: 0 5px;
        border: 1px solid green;
    }

    .pp-box-2 {
        width: 600px;
        height: 250px;
        border: 1px solid green;
    }

    .pp-box-2 p {
        font-size: 16px;
        padding: 5px;
        line-height: 1.4;
        text-align: justify;
        line-height: 1;
    }

    .sa-list .oh-list li {
        border: 1px solid #003875;
        margin: 5px 1px;
        text-align: center;
    }

    .special-announcement .sp-link {
    display: block;
        width: 100%;
        margin: 10px auto;
}
    .special-announcement h4 {
        text-align: justify;
        padding: 5px;
    }
}
.col3 .spul li {
    list-style-type: none;
    border: 1px solid #eb3007;
}

    @media screen and (max-width: 500px) {
        .pp-box {
            width: 100%;
            max-width: 90%;
            margin: 0 auto;
            height: 100%;
            float: none;
            text-align: center;
            margin-bottom: 5px;
        }

        .pp-box .dha-sa {
            width: 100%;
            height: 100%;
            margin: 0;

        }

        .pp-box-2 p {
            font-size: 18px;
            font-family: 'Poppins', sans-serif;
        }

        .types p {
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
        }

        .pp-box img {
            width: 150px;
        }

        .accordion-list-content {
            border: 2px solid #452;
        }

        .accordion-list .accordion-items {
            list-style: decimal;
            width: 100%;
            height: 100%;
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
        }

        .sh-links {
            flex-direction: column;
        }

        .public-info .col-1 {
            width: 100%;
            height: 100%;
        }

        .public-info .col-2 {
            width: 100%;
            height: 100%;
        }

        .visa-content .note {
            float: none;
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
        }

        .sa-list .oh-list {
            display: block;
        }

    }

    /*--------End Media Quries--------*/

    /*-----------------------End Passport----------------- */
    /*-------------End Start Hours and Holidays------------*/

    @media screen and (max-width: 425px) {
        .show-box .show-text h2 {
            font-size: 16px;
        }

        .show-box .show-text p {
            font-size: 15px;
        }

        .tic-overview .heading-1 {
            font-size: 15px;
            margin: 0;
            padding: 0;
        }

        .study-content .uni-list li {
            width: 100%;
        }
          .public-info .col-1 {
        width: 100%;
        height: 100%;
    }

    .public-info .col-2 {
        width: 100%;
        height: 100%;
        /* background: #FFD639; */
        float: right;
        text-align: center;
        background-image: url('../winecwb.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }
    }

    @media screen and (max-width: 375px) {
        .nav-container .logo-img {
            height: 5rem;
        }

        .public-info .col-2 {
            width: 100%;
            height: 100%;
            /* background: #FFD639; */
            float: right;
            text-align: center;
            background-image: url('../winecwb.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            box-sizing: border-box;
        }

        .show-box .show-text {
            width: 70%;
            padding-bottom: 2.7rem;
        }

        .box {
            width: 100%;
        }

        .showcase {
            height: 450px;
        }

        .ul-social {
            display: flex;
            padding-bottom: 2rem;
        }


    }

    @media screen and (max-width: 320px) {
        .nav-container .logo-img {
            height: 4rem;
        }

        .public-info .col-2 {
            width: 100%;
            height: 100%;
            /* background: #FFD639; */
            float: right;
            text-align: center;
            background-image: url('../winecwb.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            box-sizing: border-box;
        }

        .show-box .show-text {
            height: 100%;
        }

        .slideshow-nav .dot {
            margin: 1px;
        }

        .box {
            width: 100%;
        }

        #trade-indsutry .heading-1 {
            font-size: .8rem;
            margin: 0;
            padding: 0;
        }

        .ul-social {
            display: flex;
        }

        .ul-social .social li a {
            display: none;
        }

        .ul-social img {
            padding-bottom: .5rem;
        }
    }

    /*------------End Media Queries--------------*/
