@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* { 
    box-sizing: border-box;
    padding: 0;
    margin: 0;
 }
body { 
    font-size: 16px; 
    line-height: 1.5;
    color: #111111;     
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

ul {  
    padding: 0; 
    margin: 0; 
    list-style: none; 
}
a { 
    text-decoration: none; 
    transition: all ease 0.5s !important; 
}
button {
    transition: all ease 0.5s;
} 

img {
    display: block;
    max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
    font-family: 'Lato', sans-serif;
    font-weight: 700; 
    color: #111111;
    margin: 0;
} 
h1, .h1 {    
    font-size: 64px;
    line-height: 1;
} 
h2, .h2 {
    font-size: 40px;
    line-height: 1.2;
}
h3, .h3 {
    font-size: 32px;
    line-height: 1.37;
}
h4, .h4 {
    font-size: 24px;
    line-height: 1.33;  
}
h5, .h5 {
    font-size: 20px;
    line-height: 1.5;
}
h6, .h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16;
}

.p-lead {
    font-family: 'Lato';
    font-size: 20px;
    line-height: 1.6;
   
}
.italic {
    font-style: italic;
}
.font-bold {
    font-family: 'Lato';
   
}
.sm_tittle {
    padding: 0 0 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00625C;
    display: block;
    border-bottom: 1px solid #E8E8E8;
}
.date_text {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
    display: block;
}
.overline {
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.figure-caption {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
}

.btn.getBtn {
    padding: 14px 24px;
}

.emailText {
    color: #00625C;
    position: relative;
    display: inline-block;
    
}
.emailText:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #00625C;
    position: absolute;
    top: 98%;
    left: 0;
}

.heading {
    text-align: center;
}
.subTittle {
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;    
    letter-spacing: 1px;
    text-transform: uppercase;   
    color: #00625C;
    display: block;
}

.btn {
    padding: 20px 32px;
    background: #361EA6;
    border-radius: 2px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F9F9F9;
    display: inline-block;
}


.btn:hover {
    background: #10005A;
    color: #F9F9F9;
}
.btn:focus {
    background: #10005A;
    color: #F9F9F9;   
}
.btn-sm-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111111;
    display: inline-block;
    
   
}
.btn-sm {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111111;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 1px 1px;
}
.btn-sm:after {
    content: "";
    width: 100%;
    height: 1px;
    top: 104%;
    position: absolute;
    left: 0;
    right: 0;
    background: #F3BC44;
    transition: all ease 0.5s;
    z-index: -1;
}
.btn-sm:hover {
    color: #111111;
}
.btn-sm:hover:after {
    top: 0;
    height: 100%;
}
.yellow_text {
    color: #F3BC44;
}
.btn_text_white {
    color: #fff;
}
.text_white {
    color: #fff;
}
.btn-sm.btn_text_white:hover {
    color: #111111;
}
.language img {
    margin: 5px 5px 0 0;
}
.btn-sm.text_black:after {
    background: #00625C;
}
.btn-sm.text_black:hover {
    color: #fff;
}
.right_menu .navbar .nav-item:not(:last-child) {
    margin-left: 16px;
}

.btnBorder {
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background: transparent;
}
.btnBorder:hover {
    background: #fff;
    color: #111111;
    border: 1px solid transparent;
}
.btnBorder:hover svg path {
  fill: #111111;
}

/* wrapper */
#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden; 
}
.container {
    max-width: 1362px;
    padding: 0 20px;
    margin: 0 auto;
    
}
.displayflex {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.headerStie.stickyhead {
    position: fixed;
    z-index: 999;
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
}
 
/*Header Component Start*/
#headerWrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.7); */
  }
  .topHeader{
    width: 100%;
    padding: 43px 0 0;
  }
  .header_main{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 5px;
  }
  .sitelogo {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sitelogo .search{
    padding: 4px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 20px;
  }
  .sitelogo .search::before{
    display: none;
  }
  .sitelogo a {
    display: inline-block;
  }
  .main_menu{
    width: 58%;
  }
  ul {
    padding: 0;
  }
  .main_menu .navbar-nav{
    display: flex;
    align-items: center;
    padding: 0;
  }
  .nav-item{
    list-style: none;
  }
  .navbar .nav-item:not(:first-child){
    margin-left: 25px;
  }
  /* .navbar .nav-item.dropdown {
    margin-right: 35px;
    margin-left: 0 !important;
}
.navbar .nav-item:nth-of-type(3) {
    margin-left: 0 !important;
} */
.navbar .nav-item.dropdown {
    margin-right: 10px;
}
  .main_menu .navbar .nav-link,
  .navbar .nav-link{
    padding: 10px 0;
    font-size: 16px;
    color: #FFFFFF;    
    opacity: 1;
  }
  #navbar-content .dropdown-menu{
    width: 200px;
    max-height: initial;
    border-radius: 2px;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 10%);
  }
/* .right_menu li.nav-item a.btn.getBtn {
    margin: 0 0 0 20px;
} */
  .dropdown-menu {
    font-size: 14px;
    line-height: 1.715;
    padding: 16px 0;
    border: 1px solid transparent;
    border-radius: 0;
  }
    .dropdown-toggle::after {
        border-bottom-style: solid;
        border-bottom-width: 1.9px;
        border-right-style: solid;
        border-right-width: 1.9px;
        content: "";
        display: inline-block;
        height: 6px;
        right: -12px;
        position: absolute;
        top: 0px;
        bottom: 0;
        width: 6px;
        border-color: #fff;
        margin-left: 0;
        border-top: transparent;
        border-left: transparent;
        transform: rotate(45deg);
        margin: auto;
    }
    .main_menu .navbar-nav li.nav-item a {
        position: relative;
    }
    .main_menu .navbar-nav li.nav-item a:before {
        content: "";
        width: 100%;
        height: 6px;
        background: transparent;
        position: absolute;
        top: -51.1px;
        left: 0;
        transition: all ease 0.5s;
    }
    .main_menu .navbar-nav li.nav-item:hover > a:before {
        background: #f3b74c;
    }
    .main_menu .navbar-nav li.nav-item a {
        border-bottom: 1px solid transparent;
    }
    .main_menu .navbar-nav li.nav-item:hover > a {
        border-bottom: 1px solid #f9f9f9;
    }
  .dropdown-menu ul{
    padding: 0;
    list-style: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 45px;
    }
@media (min-width: 992px){
    .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}
  /* .dropdown-menu li:not(:last-child){
    margin-bottom: 10px;
  } */
  .dropdown-menu li {
    padding: 4px 24px;
  }
  .dropdown-menu li > a{
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    color: #000;    
    display: block;
    white-space: nowrap;
    font-family: 'latosemibold';
  }
  .dropdown-menu li > a:hover {

  }
  .dropdown-menu .user{
    margin-top: 6px;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #3E3E3E;
    background-color: #EBEDF3;
  }
  .dropdown-menu .list {    
    width: auto;
    max-width: 100%;
    white-space: normal;
    display: inline-block;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 1px;
  }
  .dropdown-menu ul li .list:after {
    content: "";
    width: 100%;
    height: 0;
    background: #F3BC44;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all ease 0.5s;
    z-index: -1;
  } 
  .dropdown-menu ul li .list:hover:after {
    top: 0;
    height: 100%;
  }
  /* .dropdown-menu .list:hover {
    background: #F3BC44;
    color: #111111;
  } */
  .dropdown-menu li a.list:before {
    display: none;
  }
  .dropdown-menu .text{
    padding-left: 15px;
    width: calc(100% - 40px);
    color: #111111;
  }
  .dropdown-menu .text .fs-xs{
    margin-top: 4px;
    color: #707070;
  }
  .search::before{
    content: '';
    margin-right: 7px;
    width: 18px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/search-white.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }

  .navbar-dark.right_menu ul.navbar li.nav-item:first-child {
        display: flex;
        align-items: center;
    }
    .navbar-dark.right_menu ul.navbar li.nav-item:first-child a {
        color: #fff;
    }

    .rtl .navbar .nav-item.dropdown {
      margin-right: 35px;
    }
    .rtl .navbar .nav-item.dropdown:nth-of-type(1) {
        margin-right: 0;
    }
    .main_menu .navbar-nav {
      margin: 0 !important;
    }


  @media(max-width: 991px){
    
    .topHeader{
      /* padding: 14px 15px 15px; */
    }
    .main_menu .navbar-nav li.nav-item a:before {
      display: none;
    }
    .main_menu .navbar .nav-link,
  .navbar .nav-link{
    padding: .9rem 0px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 0;
    position: relative;
}
  .dropdown-toggle::after {
    right: 10px;
  }
    .main_menu{
      display: block;
    }
    .navbar{
      padding: 0;
    }
    .sitelogo{
      width: 100%;
      padding: 0 0 0 40px;
      /* position: relative; */
      /* z-index: 1; */
    }
   
    .sitelogo .d-none {
      display: inline-block!important;
      position: absolute;
      right: auto;
      left: 20px;
  }
  .rtl .sitelogo .d-none{
    display: inline-block!important;
    position: absolute;
    right: auto;
    left: 20px;
  }
  .rtl .header_main {
    padding: 0;
  }
  .rtl .main_menu .navbar .nav-link, .rtl .navbar .nav-link {
    padding: 0 !important;
  }
    /* .right_menu{
      display: none;
    } */
    .header_main {
        margin: 0;
    }
    .main_menu .navbar .nav-link, .navbar .nav-link {
        font-size: 14px;
        position: relative;
    }    
    .right_menu {
        position: absolute;
        width: auto;
        top: 28px;
        /* left: -95px; */
        right: 0 !important;
        padding: 0 20px 0 0;
    }
    .rtl .right_menu {
      position: absolute;
      width: auto;
      top: 28px;
      left: 80px;
      right: auto;
      padding: 6px 20px 0 0;
  }
   
    .right_menu  .navbar {
        justify-content: flex-end;
    }
    .right_menu  .navbar .nav-item:not(:last-child) {
        border-bottom: 0;    
    }
    .menuBar {
        padding: 3px 10px !important;
        box-shadow: none !important;
    }
    .menuBar span {
        display: block;
        height: 2px;
        width: 24px;
        background: #f9f9f9;
        margin: 3.5px 0;
        padding: 0px 0;
    }
    .menuBar span:nth-of-type(3) {
      width: 16px;
    }
    
    .menuBar span:nth-of-type(2) {
        width: 20px;
    }
    button.btn.menuBar {
      background: transparent;
      padding: 0 !important;
  }
    .right_menu .btn.getBtn {
        padding: 12px 16px;
    }
    .navbar .nav-item.dropdown {
        margin-right: 0;
    }
    .dropdown-toggle::after {
        top: 0;
        bottom: 0;
    }
    .main_menu{
      width: 100%;
      }
    .main_menu .navbar-collapse{
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        margin: 0px -35px;
        padding: 30px 35px;
        margin-top: 15px;
/*        height: auto !important;*/
        overflow-x: auto;
        background: #02413D;
        width: 100%;
        max-height: calc(100vh - 64px);
    }
    .header_main,
    .main_menu .nav-item.d-none,
    .main_menu .navbar-nav{
      display: block!important;
    }
    .navbar .nav-item:not(:first-child){
      margin-left: 0;
    }
    .navbar .nav-item:not(:last-child){
      border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }
    #navbar-content .dropdown-menu{
      padding: 15px 15px;
      width: 100%;
      border: 0px none transparent;
    }
    .dropdown-menu .list{
      padding: 0;
      border-bottom: 0;
    }
    .dropdown-menu ul li:hover a {
        border-bottom: 1px solid transparent;
    }
    
    .dropdown-menu .user{
      width: 32px;
      height: 32px;
    }
    .dropdown-menu .text{
      padding-left: 10px;
    }
    .announcementBar p span{
      display: block;
      margin-bottom: 12px;
    }

    .right_menu ul li {
      display: none !important;
  }
    .right_menu ul li:last-child {
      display: block !important;
  }
  .right_menu .btn.getBtn {
    display: block;
  }


  }
  
  @media(min-width: 992px) and (max-width: 1199px){
    .header_main {
        padding: 0;
    }
    .topHeader {
        padding: 20px 0 0;
    }
    .main_menu {
        width: 60%;
    }
    .main_menu .navbar .nav-link, .navbar .nav-link {
       font-size: 13.5px;
    }
    .navbar .nav-item:not(:first-child) {
        margin-left: 14px;
    }
    .right_menu .navbar .nav-item:not(:last-child) {
        margin-left: 10px;
    }
    .right_menu li.nav-item a.btn.getBtn {
        margin: 0 0 0 8px;
        padding: 14px 19px;
    }
    .navbar .nav-item.dropdown {
        margin-right: 26px;
    }
  }
  
  @media(min-width: 1200px) and (max-width: 1300px){
    .main_menu {
        width: 58%;
    }
    .navbar .nav-item:not(:first-child) {
        margin-left: 20px;
    }
    .main_menu .navbar .nav-link, .navbar .nav-link {
        font-size: 15px;
    }
  }

/* header end */

/* breadcrumb */
.breadcrumb {
    width: 100%;
    justify-content: center;
    margin: 0;
}  
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}  
.breadcrumb ul li {
    padding: 0 14px;    
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-family: 'Lato';
    font-weight: 500;
}
.breadcrumb ul li a {
    color: #fff;
    position: relative;
}  
.breadcrumb ul li a:before {
    content:">";
    position: absolute;
    right: -20px;
    top: -2px;
}
.breadcrumb ul li:first-child {
    padding-left: 0;
}
.breadcrumb ul li:last-child {
    padding-right: 0;
}

.rtl .breadcrumb.innerbreadcrumb ul li:first-child {
  padding-left: 11.5px;
  padding-right: 0;
}
.rtl  .breadcrumb ul li:first-child {
  padding-left: 23px;
  padding-right: 0;
}
.rtl .breadcrumb ul li a:before {
  right: auto;
  top: -2px;
  left: -17px;
}
.breadcrumb.innerbreadcrumb ul li br {
  display: none;
}


.breadcrumb.innerbreadcrumb {
    padding: 13px 0;
    border-bottom: 1px solid #DFDFDF;
    justify-content: flex-start;
}
.breadcrumb.innerbreadcrumb ul {
    justify-content: flex-start;
    list-style: none;
}
.breadcrumb.innerbreadcrumb ul li {
    padding: 0;
    color: #111111;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding-right: 11.5px;
    margin-right: 12px;
}
.breadcrumb.innerbreadcrumb ul li:first-child {
    padding-left: 0;
}
.breadcrumb.innerbreadcrumb ul li a:before {
    position: absolute;
    right: -15px;
    top: 3px;
}
.breadcrumb.innerbreadcrumb ul li a {
    color: #737373;
}
.rtl .breadcrumb.innerbreadcrumb ul li a:before {
  content:">";
  position: absolute;
  left: -15px;
  top: 1px;
  right: auto;
}



.mobile_link {
  display: none;
}

/* END breadcrumb */

/* footer */
.footerSite {
    padding: 60px 0 0px;
    width: 100%;
    background: #02413D;
    position: relative;
    z-index: 1;
}
.footerTop {   
    padding: 0 0 80px;
}
.footerTop .right {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footerTop .right .p-lead {
    color: #fff;
    margin: 0;
}
.footerSite .itemBox .ftr_item {
    margin-top: 76px;
}
.footerSite .itemBox .subText .overline {
    padding: 20px 0 40px;
    margin: 0;
    position: relative;
}
.footerSite .itemBox .subText .overline:before {
    content: "";
    width: 163.8px;
    height: 4px;
    background: #F3BC44;
    position: absolute;
    top: 0;
    left: 0;
}
.rtl .footerSite .itemBox .subText .overline:before {
  left: auto;
  right: 0;
}
.footerSite .itemBox .ftr_item .subText.orange_border .overline:before { 
    background: #F38C13;
}
.footerSite .itemBox .ftr_item .subText.light_Green_border .overline:before { 
    background: #01C0B5;
}
.footerSite .itemBox .ftr_item .subText.white_border .overline:before { 
    background: #FFF9F0;
    width: 100%;
}
.footerSite .itemBox .subText ul li {
    padding: 0 0 14px;
}
.footerSite .itemBox .subText ul li:last-child {
    padding-bottom: 0;
}
.footerSite .itemBox .subText ul li a {
    color: #C7C7C7;
    font-size: 16px;
    line-height: 1.5px;
}
.footerSite .itemBox .subText p {
    color: #C7C7C7;
    margin-bottom: 30px;
}
.footerSite .itemBox .subText .btn-sm.btn_text_white:hover {
    color: #111111;
}
.copyRightArea {
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #DFDFDF;
}
.copyRightArea p {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin: 0;
}
.copyRightArea p a {
    color: #F3BC44;
}
.copyRightArea .right ul {
    display: flex;
    flex-wrap: wrap;
}
.copyRightArea .right ul li {
    padding: 0 12px;
}
.copyRightArea .right ul li:last-child {
    padding-right: 0;
}
.copyRightArea .right ul li:first-child {
    padding-left: 0;
}
.copyRightArea .right ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}

.searchBar {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 15px 40px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border-radius: 0;
  position: relative;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 99;
  background: #fff;
  left: 0;
  right: 0;  
  transition: all ease-in-out .3s;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);

  
}
.searchBar.toggle {
  opacity: 1;
  visibility: visible;
  top: 0;
  pointer-events: auto;
  transform: translateY(0);
 
}
.searchBar .form-control {
  border-radius: 50px;
}
.searchBar form {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.searchBar .closeBtn {
  font-size: 16px;
  color: #000;
  position: absolute;
  right: 50px;
  top: 20px;
  bottom: auto;
  margin: auto;
  display: flex;
  align-items: center;
  border: 1.5px solid #111;
  width: 22px;
  height: 22px;
  border-radius: 100%; 
  justify-content: center;
}
.searchBar button.submit_btn {
  background: transparent;
  color: #111;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.navbar-dark.right_menu ul.navbar li.nav-item:first-child .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  padding: 0 !IMPORTANT;
}



/* form CSS */

.form-group {
    margin-bottom: 24px;
}
.form-group label{
    font-size: 16px;
    position: relative;
    line-height: 1;
    display: block;
    margin: 0 0 16px;
    color: #111111;
}
.form-group label span {
    color: red;
}
.form-control {
    padding: 13px 16px;
    height: 45px;
    font-size: 12px;
    line-height: 1;
    color: #737373;    
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    outline: 0!important;
    box-shadow: none!important;
    background: #fff;
}
.form-control.search_input {
    border-radius: 50px;
    background: #fff url(../images/search_icon.svg) 93% center no-repeat;
}
/* .form-control:hover:not([disabled]), */
 .form-control:focus{
    background-color: #ffff;
    border-color: #F3BC44;
  }
  .form-control:disabled, .form-control[readonly] {
      background-color: #F4F4F4;
  }
  textarea.form-control{
    height: auto;
    line-height: 1.42;
  }
  .form-control.customScroller{
    height: 240px;
    overflow: auto;
  }
  .form-control::placeholder{
    color: #737373;
    opacity: 1;
  }
  .form-control::-ms-input-placeholder{
    color: #737373;
    opacity: 1;
  }
  .form-control::-webkit-input-placeholder{
    color: #737373;
    opacity: 1;
  }
  .form-check{
    padding-left: 22px;
    position: relative;
  }
  .form-check input[type=checkbox]{
    position: absolute;
    left: 0;
    top: 5px;
    margin: 0;
    opacity: 0;
    /*visibility: hidden;*/
  }


  .radioBtn input[type="radio"]{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
  }
  .radioBtn label{
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
  }
  .radioBtn input[type="radio"] + label:before{
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 14px;
      height: 14px;
  /*    border: 1px solid var(--darkBlackColor);*/
      border-radius: 100%;
  /*    background: var(--whiteColor);*/
      background-image: url('../images/circle.svg');
      background-repeat: no-repeat;
  }
  .radioBtn input[type="radio"]:checked + label:before{
      background-image: url('../images/dot-circle-selected.svg');  
  }
  /* .radioBtn input[type="radio"] + label:before{
      background-image: url('../images/dot-circle.svg');  
  } */
  .radioBtn input[type="radio"]:checked + label:before{
      background-image: url('../images/dot-circle.svg');  
  }
  .radioBtn input[type="radio"]:disabled + label{
    opacity: 0.5;
  }
  .radioBtn input[type="radio"]:disabled + label:before{
    background-image: url('../images/circle.svg');  
  }
  /* .radioBtn input[type="radio"]:checked:disabled + label:before{
    background-image: url('../images/dot-circle-selected.svg');  
  } */
  .privacy_check{
    line-height: 1.6;
  }
  .privacy_check .form-check-label{
    font-weight: 400;
  }

  .form-check-label{
    font-size: 16px;
    position: relative;
  }
  .form-check input[type=checkbox] + label:before{
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: -22px;
    top: 2px;
    background-image: url('../images/square_box.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
 
  /* .form-check input[type=checkbox] + label:before{
    background-image: url('../images/square_box.svg');  
  } */
  .form-check input[type=checkbox]:checked + label:before{
    background-image: url('../images/square_check.svg');  
  }
  /* .form-check input[type=checkbox]:checked + label::before{
    background-image: url('../images/minus-square.svg');  
  } */
  .form-check input[type=checkbox]:disabled + label{
    opacity: 0.5;
  }
  .form-check input[type=checkbox]:disabled + label:before{
    background-image: url('../images/square_box.svg');
  }
  .form-check input[type=checkbox]:checked:disabled + label:before{
    background-image: url('../images/square_check.svg'); 
  }


  .inputcheckbox {
    position: relative;
    margin: 0 16px 5px 0;
  }
  .inputcheckbox input[type=checkbox] {
    opacity: 0;
  }

  .inputcheckbox input[type=checkbox] + span:before{
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url('../images/square_box.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;    
  }
 
 
  .inputcheckbox input[type=checkbox]:checked + span:after{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;   
    background-image: url('../images/square_check.svg'); 
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;

  }
  .inputcheckbox input[type=checkbox]:checked + span:before{
    display: none;
  }


  /* .form-check input[type=checkbox]:checked + label::before{
    background-image: url('../images/minus-square.svg');  
  } */
  .form-check input[type=checkbox]:disabled + label{
    opacity: 0.5;
  }
  .form-check input[type=checkbox]:disabled + label:before{
    background-image: url('../images/square_box.svg');
  }
  .form-check input[type=checkbox]:checked:disabled + label:before{
    background-image: url('../images/square_check.svg'); 
  }

/* singl select Option */
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 42px;
  }
  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 16px;
    color: #000;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    font-size: 14px;
  }
  .select-styled:before {
    content: "";
    width: 41px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #111111 transparent transparent transparent;
    position: absolute;
    top: 7px;
    right: 13px;
    bottom: 0;
    margin: auto;
  }
  .select-styled:hover {
    background-color: #F5F6F8;
  }
  .select-styled:active, .select-styled.active {
    background-color:#F5F6F8;
  }
  .select-styled:active:after, .select-styled.active:after {
    top: -7px;
    border-color: transparent transparent #111111 transparent;
  }
  .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-top: 0;
  }
  .select-options li {
    margin: 0;
    padding: 15px 2px;
    text-indent: 15px;
    /* border-bottom: 1px solid #CECECE; */
    color: #585858;
    font-size: 14px; 
    line-height: 14px;   
    background-color: #fff;
  }
  .select-options li:nth-child(odd) {
    background-color:#EBEDF3;
  }
  .select-options li:last-child {
  border-bottom: 0;
  }
  .select-options li:hover, .select-options li.is-selected {
    color: #585858;
    background: #F5F6F8;
  }
  .select-options li[rel="hide"] {
    display: none;
  }
  
  .select2 {
    display: block;
    width: 100% !important;
  }
  .select2 .selection {
    display: block;
    width: 100%;
  }
  .select2 .selection .select2-selection.select2-selection--single {
    content: '';
    box-shadow: none;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    cursor: default;
    font-size: 12px;
    line-height: 1;
    color: #737373;
    height: 45px;
    padding: 11px 16px;
    width: 100%;
    padding-right: 35px;
    display: flex;
    align-items: center;
  }
  .select2 .selection .select2-selection.select2-selection--multiple::before{
    content: '';
    box-shadow: none;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    cursor: default;
    font-size: 16px;
    line-height: 1.5;
    color: #737373;
    height: 48px;
    padding: 11px 12px;
    width: 100%;
    padding-right: 35px;
    display: flex;
    align-items: center;
    background-image: url(../images/caret_down.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  /* .select2 .selection .select2-selection.select2-selection--multiple:hover::before, .select2 .selection .select2-selection.select2-selection--single:hover{
    background-color: red;
  } */
  .sortBY .select2 .selection .select2-selection.select2-selection--multiple:hover::before, .sortBY .select2 .selection .select2-selection.select2-selection--single:hover {
      border-radius: 0 0 15px 15px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    border: 0;
    outline: 0;
    padding-right: 0 !important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-weight: 400;
    position: absolute;
    right: 0;
    padding: 1px;
    width: 20px;
    cursor: pointer;
    z-index: 1;
    margin-right: 0;
  }
  .select2 .selection .select2-selection .select2-selection__rendered {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #737373;
    padding: 0 !important;
  }
  .select2 .selection .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 22px;
    right: 16px;
    line-height: 1;
    width: auto;
    height: auto;
  }
  .select2 .selection .select2-selection .select2-selection__arrow b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px;
    border-color: #111111 transparent transparent transparent;
    display: block;
    margin: 0;
    position: relative;
    left: auto;
    z-index: 1;
    top: auto;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 0;
    display: none;
  }
  button.select2-selection__clear span {
    font-size: 22px;
    height: auto;
    position: absolute;
    top: -9px;
    right: 0px;
  }
  .select2 .selection .select2-selection .select2-selection__arrow::before {
    content: "";
    position: absolute;
    right: -7px;
    top: -10px;
    width: 25px;
    height: 25px;
    /*background: #ECEFF1;*/
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
  }
  .select2 .selection .select2-selection:hover .select2-selection__arrow::before {
    opacity: 1;
  }
  .select2.select2-container--open .selection .select2-selection .select2-selection__arrow::before {
    opacity: 1;
  }
  
  .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    margin-top: 2px;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    z-index: 9;
    box-shadow: 0 6px 8px rgb(0 0 0 / 10%);
  }
  .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li {
    background-color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    padding: 16px;
  }
  /* .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:hover, .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--selectable.select2-results__option--highlighted:hover{
    background-color: #F0F0F1;
  } */
  .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:nth-child(even) {
    background-color:#F0F0F1;
  }
  .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 2px 2px 0 0;
  }
  .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li:first-child {
    border-radius: 0 0 2px 2px;
  }
 
  .select2-container.select2-container--default.select2-container--open .select2-results .select2-results__options li.select2-results__option--disabled {
    background-color: #F0F0F1;
    color: #4D4D4D;
  }
  
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
  }
  
  .form-group.multiple_select {
    /*margin-bottom: 60px;*/
  }
  .select2-results__options[aria-multiselectable="true"] li {
    position: relative;
    padding-left: 33px !important;
  }
  .select2-results__options[aria-multiselectable="true"] li::after {
    position: absolute;
    content: "";
    border-radius: 0px;
    left: 10px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    color: #000;
    width: 14px;
    height: 14px;
    border: 1px solid #414141;
  }
  .select2-results__options[aria-multiselectable="true"] .select2-results__option--selected:after {
    content: "";
    color: #ffff;
    border: 1px solid transparent;
    background: url(../images/check_icon.png) no-repeat;
    /* background-size: 14px; */
  }
  .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: text;
    padding-bottom: 0;
    padding-right: 0;
  }
  .select2-container--default .select2-selection--multiple ul li:first-child {
    margin-left: 0;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 6px 23px 6px 8px;   
    font-size: 12px;
    line-height: 12px;
    color: #6F6F6F;
    background: #ffff;
    border: 1px solid #EEEEEE;
    border-radius: 4px;    
    margin-right: 5px;
    margin-left: 0;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 8px;
    left: auto;
    border-right: none;
    top: -3px;
    color: #F45B55;
    margin-right: 0;
    padding: 0;
    font-size: 20px;
  
    bottom: 0;
    font-weight: 400;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    bottom: auto;
    left: 0;
    padding-right: 20px;
  }

  .sortingPart .form-group  {
    margin: 0;
    width: 132px;
  }
  .sortingPart .form-group .select2 .selection .select2-selection.select2-selection--single {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 1px 16px;
    padding-right: 17px;
    height: auto;
    justify-content: flex-end;
   
  }
  .sortingPart .form-group  .select2 .selection .select2-selection .select2-selection__arrow b {    
    border-color: 0;   
    background: url(../images/arrow_icon.png) no-repeat;
    width: 13px;
    height: 7px;
    border-width: 0;
    
}
.sortingPart .form-group  .select2 .selection .select2-selection .select2-selection__arrow {
    top: 9px;
    right: 0;
}
.sortingPart .form-group .select2 .selection .select2-selection .select2-selection__rendered {
    font-size: 14px;
    line-height: 19px;
}

/* pagination */
.pagination li {
  padding: 0 6px;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
.pagination li .page-link  {
    font-size: 16px;
    text-align: center;
    color: #737373;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}
.pagination li .page-link:hover {
    background: transparent;
    color: #111;
    text-decoration: underline;
}
.pagination li.active .page-link  {
    color: #111111;
    background: transparent;
}
.pagination li .current {
    color: #111111;
}
.contactFormBox .form-group label + br{
    display: none;
}
.helpFormfArea .formBox .form-group label + br {
  display: none;
}


@media (min-width: 992px){
  .newsdetailArea .col-lg-9 {
    width: 73.6%;
  }
  .newsdetailArea .col-lg-3 {
    width: 26.4%;
  }
}



@media(max-width: 1440px){
    h1, .h1 {
        font-size: 58px;
    }    
    h2, .h2 {
        font-size: 38px;
    }
    .p-lead {
        font-size: 18px;
    }

    .searchBar .closeBtn {
      right: 20px;
      top: 7px;
    }
}

@media(max-width: 1279px){
    h1, .h1 {
        font-size: 54px;
    }
    h3, .h3 {
        font-size: 30px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    
    .p-lead {
        font-size: 18px;        
    }
    .footerLogo img {
        width: 220px;
    }


}

@media(max-width: 1199px){
    h1, .h1 {
        font-size: 50px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    h3, .h3 {
        font-size: 28px;
    }
    .p-lead {
        font-size: 17px;
    }
    .subTittle {
        font-size: 13px;
    }
    .rtl .navbar .nav-item.dropdown {
      margin-right: 26px;
  }

    .footerTop .right .p-lead {
        color: #fff;
        margin: 0;
        width: 71%;
    }

    .breadcrumb ul li {
        font-size: 18px;
    }
   
}

@media(max-width: 991px){

    h1, .h1 {
        font-size: 46px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    /* h4, .h4 {
        font-size: 20px;
    } */
    h5, .h5 {
        font-size: 18px;
    }
    .p-lead {
        font-size: 16px;
    }
    .subTittle {
        margin-bottom: 20px;
    }
    .btn {
        padding: 19px 27px;
    }

    .topHeader {
      padding: 15px 0 0;
    }
    
    .footerSite {
        padding: 50px 0 0px;
    }
    .footerTop {
        padding: 0 0 70px;
    }    
    .footerTop .itemBox {
        margin-top: 30px;
    }
    .footerSite .itemBox .ftr_item {
        margin-top: 60px;
    }   
    
}

@media(max-width: 767px){

    h1, .h1 {
        font-size: 42px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    .btn {
        padding: 17px 25px;
    }
    .p-lead {
        font-size: 16px;
    }
    .mobile_link {
      /* display: block; */
      padding: 22px 20px !important;
      margin: 20px 0 0;
    }
    .mobile_link a {
      padding: 0 !important;
    }
    /* .searchBar {
      width: 310px;
      left: auto;
      right: -57px;
    } */
    .footerTop {
        padding: 0 0 60px;
    }
    .footerLogo img {
        width: 180px;
    }
    .footerTop .right .p-lead {
        color: #fff;
        margin: 0;
        width: 64%;
    }
    .copyRightArea {
        padding: 25px 0;
    }
    .copyRightArea .left {
        width: 100%;
        margin: 0 0 8px;
    }
    .copyRightArea p {
         line-height: 20px;
    }

    .topHeader {
      width: 100%;
      padding: 15px 0 0;
  }
  .right_menu .navbar .nav-item:not(:last-child) {
    margin-left: 10px;
}
    .right_menu {
      top: 27px;
      /* left: -50px; */
      right: 50px;
    }
    /* .right_menu .btn.getBtn {
      display: none;
    } */

    
}
@media(max-width: 575px){
    .footerTop .right .p-lead {
        margin: 0 0 24px;
        width: 100%;
    }
    .footerSite .itemBox .subText .overline:before {
      width: 100%;
    }
    .footerSite .itemBox .ftr_item {
      margin-top: 50px;
   }
   /*.breadcrumb.innerbreadcrumb ul li:last-child {
      width: 100%;
      padding-left: 0;
      margin: 10px 0 0;
  }*/
}
@media(max-width: 479px){
    h1, .h1 {
        font-size: 40px;
    }
    /* .footerSite .itemBox .subText .overline:before {       
        width: 100.8px;
    } */
    .footerSite .itemBox .subText ul li a {
        color: #C7C7C7;
        font-size: 14px;
    }
    .footerSite .itemBox .subText .overline {
        font-size: 12px;
    }
    .footerSite .itemBox .subText p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .sortingPart .form-group .select2 .selection .select2-selection.select2-selection--single {
      justify-content: flex-start;
      padding-left: 0;
    }
}


@media(max-width: 374px){
  .sitelogo img {
    width: 95px;
  }
  .right_menu {
    top: 22px;
  }
}






