@charset "UTF-8";
/**************FONT_STYLE********************** */
@import "//stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
@import "//use.fontawesome.com/releases/v5.5.0/css/all.css";
@import "//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.css";
@import "//cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css";
@import "//fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap";
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden;
  overflow-x: -moz-scrollbars-none;
  background: #ffffff;
  color: #424242;
  scroll-behavior: smooth; }

.viewport {
  overflow-y: hidden; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5c5c5c;
  margin-bottom: 25px; }
  @media (max-width: 768px) and (min-width: 576px) {
    p {
      font-size: 14px; } }
  @media only screen and (max-width: 576px) {
    p {
      font-size: 14px !important;
      line-height: 22px; } }

a {
  display: block;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms; }
  a:hover {
    text-decoration: none !important; }
  a:focus {
    outline: none;
    text-decoration: none !important; }

.btn {
  border-radius: 0px;
  outline: none;
  box-shadow: none; }

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: inherit !important;
  background-image: none !important;
  color: inherit !important; }

::selection, ::-moz-selection {
  background: #119f4a; }

::-webkit-scrollbar {
  width: 3px; }

::-webkit-scrollbar-thumb {
  background: #119f4a;
  border-radius: 30px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 grey;
  border-radius: 30px; }

.clear {
  clear: both; }

.animated2.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated2.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated2.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animated2.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.animated2.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.animated2 {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.pad0 {
  padding: 0px !important; }

.plft0 {
  padding-left: 0px; }

.prit0 {
  padding-right: 0px; }

.mtop0 {
  margin-top: 0px !important; }

.mauto {
  margin: 0 auto; }

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .hidden-lg {
    display: none; } }
@media only screen and (max-width: 992px) {
  .scrollup {
    bottom: 20px; }

  .order0 {
    order: 0;
    -webkit-order: 0; }

  .order1 {
    order: 1;
    -webkit-order: 1; }

  .order2 {
    order: 2;
    -webkit-order: 2; }

  .order3 {
    order: 3;
    -webkit-order: 3; }

  .order4 {
    order: 4;
    -webkit-order: 4; }

  .order5 {
    order: 5;
    -webkit-order: 5; }

  .order6 {
    order: 6;
    -webkit-order: 6; }

  .md-hidden {
    display: none; } }
@media only screen and (min-width: 768px) {
  .self_container {
    max-width: 100%; } }
@media (max-width: 992px) and (min-width: 768px) {
  .hidden-md {
    display: none; } }
@media (max-width: 768px) and (min-width: 576px) {
  .hidden-sm {
    display: none; } }
@media only screen and (max-width: 576px) {
  .hidden-xs {
    display: none; } }
@media only screen and (max-width: 468px) {
  .mob-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
/* BASE STYLE */
.fixed_right {
  position: fixed;
  right: 20px;
  top: 30vh;
  z-index: 999; }
  @media only screen and (max-width: 768px) {
    .fixed_right {
      top: 25vh; } }
  @media only screen and (max-width: 576px) {
    .fixed_right {
      top: 40vh;
      right: 10px; } }
  .fixed_right .call_right {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: url(../images/icons/sd-call.png) center center no-repeat #119f4a;
    z-index: 1;
    margin: 20px 0;
    cursor: pointer;
    border-radius: 50%; }
  .fixed_right .whatsapp .call_right {
    background: url(../images/icons/sd-whtzap.png) center center no-repeat;
    background-size: 40px;
    border-radius: 0;
    box-shadow: none; }
  .fixed_right .whatsapp .slide_left {
    background: #4daf4f;
    padding: 3.5px 20px; }
  .fixed_right .fb .call_right {
    background: url(../images/icons/sd-fb.png) center center no-repeat #3b5998;
    background-size: 21px; }
  .fixed_right .fb .slide_left {
    background: #3b5998; }
  .fixed_right .insta .call_right {
    background: #e1306c;
    background-image: url(../images/icons/insta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px; }
  .fixed_right .insta .slide_left {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }
  .fixed_right .slide_left {
    position: absolute;
    background: #119f4a;
    width: 0;
    height: 40px;
    right: 12px;
    top: 20px;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 12px 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    transition: ease-in-out 0.5s;
    border-radius: 25px 15px 15px 25px;
    display: flex;
    align-items: center; }
  .fixed_right .slide_left {
    top: 0px; }
    .fixed_right .slide_left span {
      opacity: 0;
      font-weight: 400; }
  .fixed_right .mail_right {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: url(../images/icons/sd-mail.png) center center no-repeat #119f4a;
    z-index: 1;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); }
  .fixed_right .quick_contact {
    position: relative; }
    @media only screen and (min-width: 576px) {
      .fixed_right .quick_contact:hover .slide_left, .fixed_right .quick_contact:hover span {
        opacity: 1;
        transition: ease-in-out 0.5s;
        width: 170px; }
      .fixed_right .quick_contact.mail .slide_left {
        background: #119f4a; }
      .fixed_right .quick_contact.mail:hover .slide_left {
        width: 270px; } }

/*******************************SLIDER_BOTTOM_SCROLL_UP******************************* */
.scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  background: url(../images/icons/icon_top.png) no-repeat center;
  background-color: #119f4a;
  background-size: 14px;
  border-radius: 50%;
  z-index: 2;
  align-items: center;
  justify-content: center; }
  .scrollup:hover, .scrollup:focus {
    color: #76787e; }
  @media only screen and (max-width: 576px) {
    .scrollup {
      right: 10px;
      bottom: 25px; } }

/*******************************NEWS_SLIDER******************************* */
#marquee {
  background: #273445;
  overflow: hidden; }
  #marquee .container {
    display: flex;
    align-items: center;
    justify-content: center; }
  #marquee .news_title {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    background: #0c72d9;
    border-radius: 0px;
    padding: 5px 15px;
    padding-right: 30px;
    width: 165px;
    min-width: 165px;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: relative; }
    #marquee .news_title::before {
      content: "";
      position: absolute;
      left: -1000%;
      width: 1000%;
      height: 100%;
      background: #0c72d9; }
    @media only screen and (max-width: 768px) {
      #marquee .news_title {
        font-size: 13px;
        width: 115px;
        min-width: 115px;
        min-height: 30px; } }
  #marquee a {
    font-size: 14px;
    color: white;
    position: relative;
    padding-left: 13px;
    display: inline-block;
    margin-right: 50px; }
    #marquee a::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      margin: auto;
      border-radius: 50%;
      background-color: white;
      width: 4px;
      height: 4px; }
    @media only screen and (max-width: 768px) {
      #marquee a {
        font-size: 12px; } }
  #marquee marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #273445;
    min-height: 50px; }
    @media only screen and (max-width: 768px) {
      #marquee marquee {
        min-height: 30px; } }

/*******************************SCROLL_FIXED_NAVIGATION******************************* */
#fixed_nav.fixed {
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99; }
  @media only screen and (min-width: 992px) {
    #fixed_nav.fixed {
      padding-top: 51px !important; } }

@keyframes animate {
  0% {
    transform: translate(-50%, 5px); }
  80% {
    transform: translate(-50%, 15px);
    opacity: 0.1; }
  100% {
    transform: translate(-50%, 29px);
    opacity: 0.1; } }
@keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-15px); } }
@-webkit-keyframes kenburns_zoomInOut {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2); } }
@-moz-keyframes kenburns_zoomInOut {
  0% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(1.2); } }
@-ms-keyframes kenburns_zoomInOut {
  0% {
    -ms-transform: scale(1); }
  100% {
    -ms-transform: scale(1.2); } }
@-o-keyframes kenburns_zoomInOut {
  0% {
    -o-transform: scale(1); }
  100% {
    -o-transform: scale(1.2); } }
@keyframes kenburns_zoomInOut {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(0.8); } }
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/******************LOCATION_ICON_ANIMATION************************* */
@keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-10px); } }
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-10px); } }
/******************LOCATION_ICON_ANIMATION************************* */
@keyframes bounce1 {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-10px); } }
@-webkit-keyframes bounce1 {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-10px); } }
@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1); } }
/***********************************BTN_ARROW_ANIMATION************************** */
@keyframes bounceX {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(-10px); } }
@-webkit-keyframes bounce {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(-10px); } }
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1260px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 90%; } }
@media (max-width: 992px) and (min-width: 768px) {
  .container {
    max-width: 95%; } }
@media only screen and (max-width: 768px) {
  .container {
    max-width: none; } }

/***********HEADER************ */
#Header {
  width: 100%;
  z-index: 999;
  background: white;
  top: 0px;
  left: 0px;
  transition: 0.5s; }
  @media only screen and (min-width: 992px) {
    #Header {
      position: absolute; } }
  @media only screen and (max-width: 992px) {
    #Header {
      background: white; } }
  #Header #topbar {
    padding: 5px 0;
    background: #119f4a; }
    @media only screen and (max-width: 768px) {
      #Header #topbar {
        padding: 5px 0; } }
    @media only screen and (max-width: 576px) {
      #Header #topbar {
        padding: 3px 0; } }
    #Header #topbar .row {
      align-items: center;
      justify-content: space-between;
      margin: 0px; }
    #Header #topbar .qck_cntct {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 576px) {
        #Header #topbar .qck_cntct {
          display: none; } }
      #Header #topbar .qck_cntct li:not(:last-of-type) {
        margin-right: 35px; }
        @media only screen and (max-width: 768px) {
          #Header #topbar .qck_cntct li:not(:last-of-type) {
            display: none; } }
      #Header #topbar .qck_cntct li a {
        font-size: 15px;
        color: white;
        line-height: normal;
        font-weight: 400;
        position: relative;
        padding-left: 27px; }
        @media (max-width: 1200px) and (min-width: 992px) {
          #Header #topbar .qck_cntct li a {
            font-size: 13px; } }
        @media only screen and (max-width: 992px) {
          #Header #topbar .qck_cntct li a {
            font-size: 13px; } }
        @media only screen and (max-width: 768px) {
          #Header #topbar .qck_cntct li a {
            font-size: 0; } }
        #Header #topbar .qck_cntct li a .icon {
          position: absolute;
          left: 0px;
          top: 0px;
          bottom: 0px;
          margin: auto; }
          #Header #topbar .qck_cntct li a .icon.call {
            background: url("../images/icons/icon_call.svg") no-repeat center;
            width: 16px;
            height: 16px; }
          #Header #topbar .qck_cntct li a .icon.mail {
            background: url("../images/icons/icon_mail.svg") no-repeat center;
            width: 18px;
            height: 13px; }
    #Header #topbar .rit_sec {
      display: flex;
      align-items: center; }
    #Header #topbar .qck_links {
      display: flex;
      align-items: center;
      padding-right: 30px;
      border-right: solid 2px rgba(255, 255, 255, 0.639); }
      @media only screen and (max-width: 900px) {
        #Header #topbar .qck_links {
          display: none; } }
      #Header #topbar .qck_links li:not(:last-of-type) {
        margin-right: 20px; }
      #Header #topbar .qck_links li a {
        font-size: 15px;
        color: white;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        align-items: center; }
        @media (max-width: 1200px) and (min-width: 992px) {
          #Header #topbar .qck_links li a {
            font-size: 13px; } }
        @media only screen and (max-width: 992px) {
          #Header #topbar .qck_links li a {
            font-size: 13px; } }
        @media only screen and (max-width: 768px) {
          #Header #topbar .qck_links li a {
            font-size: 12px; } }
        #Header #topbar .qck_links li a span {
          margin-left: 5px;
          background: #141414;
          border-radius: 5px;
          font-size: 13px;
          font-weight: 500;
          width: 25px;
          height: 20px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          #Header #topbar .qck_links li a span::before {
            content: "";
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #141414;
            position: absolute;
            left: -4px;
            margin: auto;
            z-index: 0;
            transition: ease-in-out all 0.3s; }
    #Header #topbar .reg_box {
      display: flex;
      align-items: center; }
      #Header #topbar .reg_box li:not(:last-of-type) {
        padding-right: 20px;
        border-right: solid 1px #1aba5a; }
        @media only screen and (max-width: 468px) {
          #Header #topbar .reg_box li:not(:last-of-type) {
            padding-right: 10px; } }
      #Header #topbar .reg_box li:last-child {
        margin-left: 20px; }
        @media only screen and (max-width: 468px) {
          #Header #topbar .reg_box li:last-child {
            padding-right: 10px; } }
      #Header #topbar .reg_box li a {
        font-size: 15px;
        text-transform: uppercase;
        color: white; }
        @media (max-width: 1200px) and (min-width: 992px) {
          #Header #topbar .reg_box li a {
            font-size: 13px; } }
        @media only screen and (max-width: 992px) {
          #Header #topbar .reg_box li a {
            font-size: 13px; } }
    #Header #topbar .language {
      padding: 11px 11px;
      background: #ffffff65;
      border-radius: 5px;
      border: solid 1px #1aba5a;
      cursor: pointer;
      list-style: none;
      margin-left: 30px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        #Header #topbar .language {
          padding: 5px 10px; } }
      #Header #topbar .language .txt_head {
        position: relative;
        font-size: 13px;
        color: #000000;
        display: flex;
        align-items: center;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          #Header #topbar .language .txt_head {
            font-size: 12px; } }
        #Header #topbar .language .txt_head img {
          padding-left: 5px; }
      #Header #topbar .language .dropdown-menu {
        background-color: transparent;
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        border: none;
        position: absolute;
        left: 0;
        top: 100%;
        opacity: 0;
        transition: opacity 200ms ease-in;
        display: block;
        visibility: hidden;
        transform: none;
        min-width: 0; }
        #Header #topbar .language .dropdown-menu li {
          padding: 11px 11px;
          border-radius: 5px;
          border: solid 1px #1aba5a;
          width: fit-content;
          background: #ffffff; }
          #Header #topbar .language .dropdown-menu li .txt_head {
            font-size: 13px;
            font-weight: 500;
            color: #000000;
            display: flex; }
            #Header #topbar .language .dropdown-menu li .txt_head img {
              padding-left: 5px; }
      #Header #topbar .language:hover, #Header #topbar .language .active {
        color: #000000; }
        #Header #topbar .language:hover:active, #Header #topbar .language .active:active {
          background: #ffffff; }
      #Header #topbar .language:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none !important;
        top: 35px !important; }
  #Header .container {
    position: relative; }
  #Header .row {
    align-items: center;
    justify-content: space-between; }
    #Header .row .logo_sec {
      padding: 10px 0; }
      @media only screen and (max-width: 992px) {
        #Header .row .logo_sec {
          padding: 0; } }
      @media (max-width: 1300px) and (min-width: 1200px) {
        #Header .row .logo_sec .logo {
          max-width: 75%; } }
      @media (max-width: 1200px) and (min-width: 1030px) {
        #Header .row .logo_sec .logo {
          max-width: 240px; } }
      @media (max-width: 1030px) and (min-width: 992px) {
        #Header .row .logo_sec .logo {
          max-width: 220px; } }
      @media only screen and (max-width: 992px) {
        #Header .row .logo_sec .logo {
          padding: 0;
          max-width: 290px; } }
      @media only screen and (max-width: 576px) {
        #Header .row .logo_sec .logo {
          max-width: 200px;
          padding: 5px 0;
          padding-left: 10px; } }
  @media only screen and (min-width: 992px) {
    #Header .menu_icon {
      display: none; } }
  @media only screen and (max-width: 992px) {
    #Header .menu_icon {
      display: flex; }
      #Header .menu_icon button {
        display: block;
        border: none;
        width: 60px;
        height: 60px;
        font-size: 0;
        outline: none;
        padding: 15px;
        margin-right: 0;
        margin-top: 0;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
        height: 100%; } }
    @media only screen and (max-width: 992px) and (max-width: 468px) {
      #Header .menu_icon button {
        width: 55px; } }
  @media only screen and (max-width: 992px) {
        #Header .menu_icon button span {
          width: 100%;
          height: 2px;
          display: block;
          background: #119f4a;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          position: relative; }
          #Header .menu_icon button span:nth-child(2) {
            width: 90%; }
          #Header .menu_icon button span:nth-child(3) {
            width: 66%; }
          #Header .menu_icon button span:nth-child(4) {
            width: 76%; }
          #Header .menu_icon button span ~ span {
            margin-top: 5px; } }
        @media only screen and (max-width: 992px) and (max-width: 468px) {
          #Header .menu_icon button span ~ span {
            margin-top: 4px; } }
  @media only screen and (max-width: 992px) {
        #Header .menu_icon button[aria-expanded="true"] span {
          width: 100%;
          background: #119f4a; } }
  @media only screen and (max-width: 468px) {
    #Header .menu_icon {
      position: absolute;
      top: 0px;
      right: 0;
      height: 100%; } }
  #Header .navbar-expand-lg {
    position: unset;
    padding: 0px; }
    @media only screen and (max-width: 992px) {
      #Header .navbar-expand-lg {
        max-height: 89vh;
        overflow-y: scroll; } }
    @media only screen and (max-width: 992px) {
      #Header .navbar-expand-lg {
        position: absolute;
        left: 0px;
        top: 100%;
        background: #1c1c1c;
        width: 100%;
        z-index: 999;
        padding: 0px; } }
    @media only screen and (min-width: 992px) {
      #Header .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
    @media only screen and (max-width: 992px) {
      #Header .navbar-expand-lg .navbar-collapse.collapse:not(.show) {
        display: none !important;
        width: 100%; } }
    @media only screen and (min-width: 992px) {
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto; } }
    @media only screen and (max-width: 992px) {
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; } }
    @media only screen and (min-width: 992px) {
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list {
        margin: 0 12px; }
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list:last-of-type {
          margin-right: 0px; } }
    @media (max-width: 1200px) and (min-width: 992px) {
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list {
        margin: 0 12px; }
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list:last-of-type {
          margin-right: 0px; } }
    #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link {
      font-size: 15px;
      color: #111111;
      text-transform: capitalize;
      padding: 53px 0;
      font-weight: 400;
      text-transform: uppercase;
      position: relative; }
      @media (max-width: 1400px) and (min-width: 1200px) {
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link {
          font-size: 14px; } }
      @media (max-width: 1200px) and (min-width: 992px) {
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link {
          font-size: 13px; } }
      @media only screen and (max-width: 992px) {
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link {
          font-size: 12px;
          color: #fff !important;
          font-weight: 400;
          text-transform: uppercase;
          line-height: normal;
          padding: 12px 15px;
          border-bottom: 1px solid #292929; } }
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link::after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 40px;
        width: 0px;
        height: 2px;
        background: #119f4a;
        opacity: 0;
        visibility: hidden;
        transition: ease-in-out all 0.3s; }
        @media only screen and (max-width: 992px) {
          #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link::after {
            display: none; } }
    #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list:hover .link, #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list.active .link {
      color: #119f4a; }
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list:hover .link::after, #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list.active .link::after {
        width: 16px;
        opacity: 1;
        visibility: visible; }
      @media only screen and (max-width: 992px) {
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list:hover .link, #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list.active .link {
          background: #292929;
          color: white; } }
    @media only screen and (min-width: 992px) {
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown:last-child .dropdown-menu {
        left: -175px; }
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown:last-child .dropdown-menu::before {
          left: auto;
          right: 100px; } }
    #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown [data-toggle="dropdown"]::before {
      content: "";
      position: absolute;
      top: 0px;
      bottom: 0px;
      margin: auto;
      background: no-repeat center;
      width: 9px;
      height: 5px;
      background-size: 9px; }
      @media only screen and (min-width: 992px) {
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown [data-toggle="dropdown"]::before {
          right: -12px; } }
      @media only screen and (max-width: 992px) {
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown [data-toggle="dropdown"]::before {
          right: 10px; } }
    #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
      background-color: white;
      border-radius: 0px;
      padding: 0px;
      margin: 0px;
      border: none; }
      @media only screen and (min-width: 992px) {
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
          position: absolute;
          left: -15px;
          top: 100%;
          min-width: 335px;
          opacity: 0;
          transform: translate(0, 10px);
          transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
          display: block;
          visibility: hidden;
          box-shadow: 9px 0 44px 0px rgba(0, 0, 0, 0.1); }
          #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu::before {
            content: "";
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid white;
            position: absolute;
            left: 50px;
            margin: auto;
            top: -12px;
            transition: ease-in-out all 0.3s; } }
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu li {
        padding: 10px 0;
        border-bottom: solid 1px #119f4a2e; }
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu li a {
          font-size: 15px;
          font-weight: 400;
          white-space: normal;
          text-transform: capitalize;
          line-height: normal;
          color: #0f1e2e; }
          @media only screen and (max-width: 992px) {
            #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu li a {
              font-size: 12px; } }
        #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu li:hover, #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu li.active {
          background: rgba(17, 159, 74, 0.2); }
          #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu li:hover a, #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu li.active a {
            color: #119f4a;
            background: transparent; }
    @media only screen and (min-width: 992px) {
      #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        transform: translate(0, 0px);
        visibility: visible;
        max-height: 500px;
        overflow-y: scroll; } }
  @media only screen and (min-width: 576px) {
    #Header.sticky {
      position: fixed;
      width: 100%;
      animation: ease-in-out;
      transition-delay: 0.5s;
      animation-name: fadeInDown;
      animation-duration: 0.5s;
      animation-fill-mode: both;
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
      z-index: 9000;
      top: 0px;
      background: white; }
      #Header.sticky #topbar {
        display: none; }
        #Header.sticky #topbar .qck_cntct li a {
          font-size: 13px;
          padding-left: 20px; }
          #Header.sticky #topbar .qck_cntct li a .icon.call {
            width: 12px;
            height: 12px;
            background-size: 12px; }
          #Header.sticky #topbar .qck_cntct li a .icon.mail {
            width: 14px;
            height: 10px;
            background-size: 14px; }
        #Header.sticky #topbar .qck_links li a {
          font-size: 12px; }
        #Header.sticky #topbar .social_icon li a {
          font-size: 11px; }
      #Header.sticky .row .logo_sec {
        padding: 5px 0; } }
    @media only screen and (min-width: 576px) and (min-width: 1200px) {
      #Header.sticky .row .logo_sec .logo {
        max-width: 75%; } }
  @media only screen and (min-width: 576px) {
        #Header.sticky .row .logo_sec .logo svg {
          fill: #ffffff; }
          #Header.sticky .row .logo_sec .logo svg .cls-1 {
            stroke: #a5cd39; }
          #Header.sticky .row .logo_sec .logo svg .cls-2 {
            fill: #005826; }
          #Header.sticky .row .logo_sec .logo svg .cls-3, #Header.sticky .row .logo_sec .logo svg .cls-5 {
            fill: #004b1c; }
          #Header.sticky .row .logo_sec .logo svg .cls-4 {
            stroke: #00a551; }
      #Header.sticky .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link {
        padding: 35px 0;
        color: #151515; } }
    @media only screen and (min-width: 576px) and (max-width: 1200px) and (min-width: 1030px) {
      #Header.sticky .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link {
        font-size: 13px; } }
    @media only screen and (min-width: 576px) and (max-width: 992px) {
      #Header.sticky .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link {
        padding: 14px 15px; } }
  @media only screen and (min-width: 576px) {
        #Header.sticky .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list .link::after {
          bottom: 22px; }
      #Header.sticky .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list.active .link {
        color: #119f4a; } }

/***********************layout************* */
/******************COMMON_HEAD_SLTYLE************************* */
.common_heading {
  position: relative; }
  .common_heading .sub_head {
    font-size: 14px;
    color: #aaaaaa;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 10px; }
    @media only screen and (max-width: 992px) {
      .common_heading .sub_head {
        font-size: 12px;
        margin-bottom: 15px; } }
  .common_heading .head {
    font-size: 45px;
    color: #363636;
    line-height: normal;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    padding-bottom: 10px; }
    .common_heading .head::after {
      content: "";
      position: absolute;
      width: 22px;
      height: 2px;
      background: #119f4a;
      left: 0;
      bottom: 0; }
    @media only screen and (max-width: 1300px) {
      .common_heading .head {
        font-size: 38px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      .common_heading .head {
        font-size: 36px;
        line-height: 46px; } }
    @media (max-width: 768px) and (min-width: 468px) {
      .common_heading .head {
        font-size: 28px;
        line-height: 30px; } }
    @media only screen and (max-width: 468px) {
      .common_heading .head {
        font-size: 24px;
        line-height: 28px; } }
  .common_heading.center {
    text-align: center; }
    .common_heading.center .head::after {
      content: "";
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto; }
  .common_heading p {
    font-size: 20px;
    color: #21303a;
    font-weight: 400;
    margin: 0; }

/***************************INNER_BANNER********************** */
#banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 438px;
  position: relative; }
  #banner::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  @media (max-width: 1400px) and (min-width: 992px) {
    #banner {
      height: 360px; } }
  @media (max-width: 992px) and (min-width: 576px) {
    #banner {
      height: 270px; } }
  @media only screen and (max-width: 576px) {
    #banner {
      height: 200px; } }
  #banner .banner_caption {
    text-align: center;
    padding-bottom: 45px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto; }
    @media (max-width: 992px) and (min-width: 576px) {
      #banner .banner_caption {
        padding-bottom: 35px; } }
    @media only screen and (max-width: 576px) {
      #banner .banner_caption {
        padding-bottom: 25px; } }
    #banner .banner_caption .title {
      font-size: 45px;
      color: white;
      font-weight: bold;
      text-transform: capitalize;
      line-height: normal;
      margin-bottom: 10px;
      font-family: "Inter", sans-serif; }
      @media only screen and (max-width: 768px) {
        #banner .banner_caption .title {
          font-size: 38px;
          margin-bottom: 0px; } }
      @media only screen and (max-width: 576px) {
        #banner .banner_caption .title {
          font-size: 28px; } }
    #banner .banner_caption .sub {
      font-size: 24px;
      color: white;
      line-height: normal; }
      @media only screen and (max-width: 768px) {
        #banner .banner_caption .sub {
          font-size: 18px; } }
    #banner .banner_caption .breadcrumb {
      justify-content: center;
      background: none;
      padding: 0; }
      #banner .banner_caption .breadcrumb .breadcrumb-item {
        color: #fff;
        text-transform: capitalize; }
        #banner .banner_caption .breadcrumb .breadcrumb-item a {
          color: #00ae55;
          text-transform: uppercase; }
        #banner .banner_caption .breadcrumb .breadcrumb-item::before {
          color: #fff; }
  #banner .abt {
    position: absolute;
    text-align: center;
    width: fit-content;
    background: #008780;
    padding: 12px 30px;
    margin: auto;
    bottom: -20px;
    z-index: 10;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 768px) {
      #banner .abt {
        font-size: 16px; } }
    @media only screen and (max-width: 576px) {
      #banner .abt {
        font-size: 14px;
        padding: 8px 20px; } }

#common_head_style {
  background: #f1f1f1;
  padding: 105px 0 65px; }
  @media only screen and (max-width: 992px) {
    #common_head_style {
      padding: 60px 0 40px; } }
  @media only screen and (max-width: 768px) {
    #common_head_style {
      padding: 40px 0 30px; } }
  @media only screen and (min-width: 992px) {
    #common_head_style .common_heading {
      padding-left: 105px; } }

/******************BUTTON_SLTYLE************************* */
.btn {
  font-size: 14px;
  color: #12a5e0;
  font-weight: 500;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  padding: 0px;
  margin: 0px; }

.know_more {
  font-size: 16px;
  color: #ffffff;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0.2px;
  position: relative;
  padding-right: 25px;
  display: inline-block;
  margin: auto;
  font-weight: 500;
  margin-top: 35px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  @media only screen and (max-width: 768px) {
    .know_more {
      font-size: 14px !important;
      margin-top: 30px !important; } }
  .know_more::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 13px;
    height: 11px;
    background: url("../images/icons/arrow.png") no-repeat center;
    background-size: contain;
    transition: 0.5s ease-in-out; }
  .know_more:hover {
    color: #ffffff; }
    .know_more:hover::after {
      right: -20px; }

#welcome_sec {
  overflow: hidden;
  position: relative;
  padding: 70px 0; }
  @media only screen and (max-width: 992px) {
    #welcome_sec {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #welcome_sec {
      padding: 30px 0 15px; } }
  #welcome_sec .common_heading {
    margin-bottom: 50px; }
    @media only screen and (max-width: 576px) {
      #welcome_sec .common_heading {
        margin-bottom: 25px; } }
  @media (max-width: 1200px) and (min-width: 992px) {
    #welcome_sec .c_box {
      padding: 0 6px; } }
  @media only screen and (max-width: 992px) {
    #welcome_sec .c_box {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 576px) {
    #welcome_sec .c_box {
      margin-bottom: 10px;
      padding: 0 5px; } }
  #welcome_sec .c_box .content_box {
    background: #119f4a;
    padding: 20px 15px;
    text-align: center;
    border-radius: 3px;
    height: 100%; }
    @media only screen and (max-width: 576px) {
      #welcome_sec .c_box .content_box img {
        max-width: 30px; } }
    #welcome_sec .c_box .content_box img {
      margin-bottom: 10px; }
    #welcome_sec .c_box .content_box p {
      color: #ffffff;
      font-weight: 400;
      line-height: 20px;
      font-size: 16px;
      margin-bottom: 0; }
  #welcome_sec .c_box:nth-child(even) .content_box {
    background: #000000; }

.modal-dialog {
  margin: 11.75rem auto; }

.modal-content {
  height: 470px;
  width: 400px;
  padding: 100px 40px;
  background: #0cbb5f;
  margin: 0 auto;
  border: none; }
  @media only screen and (max-width: 576px) {
    .modal-content {
      height: 430px;
      width: 300px;
      padding: 50px 25px; } }
  .modal-content .modal-header {
    display: block;
    border-bottom: none; }
    .modal-content .modal-header .modal-title {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      line-height: 27px;
      margin-bottom: 15px; }
    .modal-content .modal-header .sub-title {
      font-size: 15px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
  .modal-content .close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    border: none;
    outline: none;
    opacity: 1; }
    .modal-content .close:hover, .modal-content .close:focus {
      color: #fff !important; }
  .modal-content .img-box {
    position: absolute;
    top: 45px;
    opacity: 0.1; }
    @media only screen and (max-width: 576px) {
      .modal-content .img-box {
        top: 15px; } }
  .modal-content .modal-body {
    padding-top: 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow-y: scroll; }
    @media only screen and (max-width: 576px) {
      .modal-content .modal-body {
        padding-top: 15px; } }
    .modal-content .modal-body::-webkit-scrollbar {
      width: 5px;
      background: #0000001a; }
    .modal-content .modal-body::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .modal-content .modal-body::-webkit-scrollbar-thumb {
      background-color: #ffffff;
      outline: 1px solid slategrey; }

.modal-open {
  /******************INNER_PAGE_COMMON************************* */ }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden; }

.custome_captcha .cap_sec {
  padding: 0; }
  .custome_captcha .cap_sec:first-child {
    padding-left: 15px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffff15; }
  .custome_captcha .cap_sec:last-child {
    padding-right: 15px; }
  .custome_captcha .cap_sec .form-control:disabled, .custome_captcha .cap_sec .form-control[readonly] {
    background-color: transparent; }
  .custome_captcha .cap_sec .capt_txt {
    position: relative;
    display: flex;
    width: 100%; }
    .custome_captcha .cap_sec .capt_txt .form-control {
      border-right: 1px solid #ffffff15 !important; }
      .custome_captcha .cap_sec .capt_txt .form-control::placeholder {
        font-size: 16px;
        color: #fff;
        font-weight: 500; }
    .custome_captcha .cap_sec .capt_txt button {
      border-radius: 0;
      position: absolute;
      right: 50px;
      bottom: 0;
      top: 0;
      background: transparent;
      box-shadow: none;
      outline: none;
      border: 0; }
      @media only screen and (max-width: 576px) {
        .custome_captcha .cap_sec .capt_txt button {
          right: 10px; } }
      .custome_captcha .cap_sec .capt_txt button:active:focus {
        background: none;
        outline: none;
        box-shadow: none;
        border: none; }
      .custome_captcha .cap_sec .capt_txt button .fas {
        font-weight: 600;
        font-size: 12px;
        color: #119f4a; }
  .custome_captcha .cap_sec .capt_field .form-control {
    border-left: none;
    padding-left: 15px !important; }

.bg_box {
  background: #ffffff;
  position: absolute;
  height: 30px;
  width: 20px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto; }
  .bg_box::before {
    position: absolute;
    content: "";
    height: 30px;
    background: #05b058;
    width: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/******************SLICK-DOTS************************* */
.slick-dots {
  position: relative;
  right: 0px;
  background: transparent;
  bottom: 0;
  margin-left: -57%;
  display: flex; }
  @media only screen and (max-width: 992px) {
    .slick-dots {
      margin-left: -84%; } }
  @media only screen and (max-width: 768px) {
    .slick-dots {
      margin-left: 0;
      bottom: -30px; } }
  .slick-dots button {
    background: rgba(47, 148, 145, 0.3);
    border: none;
    position: relative;
    outline: none;
    box-shadow: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    margin-right: 15px; }
  .slick-dots .slick-active button {
    background: #2f9491;
    border: none;
    position: relative;
    outline: none;
    box-shadow: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
    font-size: 0; }

#process {
  padding: 170px 0 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative; }
  @media (max-width: 1300px) and (min-width: 992px) {
    #process {
      padding: 140px 0 0; } }
  @media (max-width: 992px) and (min-width: 768px) {
    #process {
      padding: 110px 0 0; } }
  @media only screen and (max-width: 768px) {
    #process {
      padding: 50px 0 0; } }
  #process::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 14, 17, 0.5);
    z-index: 0; }
  #process .sec_head {
    position: relative;
    z-index: 5;
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      #process .sec_head {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 576px) {
      #process .sec_head {
        margin-bottom: 40px; } }
    #process .sec_head .sub_head {
      font-size: 14px;
      color: #119f4a;
      font-weight: 500;
      margin-bottom: 25px;
      text-transform: uppercase; }
      @media only screen and (max-width: 576px) {
        #process .sec_head .sub_head {
          font-size: 12px;
          margin-bottom: 10px; } }
    #process .sec_head .head {
      font-size: 45px;
      font-weight: 500;
      color: #ffffff;
      text-transform: uppercase; }
      @media only screen and (max-width: 992px) {
        #process .sec_head .head {
          font-size: 38px;
          line-height: 38px; } }
      @media only screen and (max-width: 768px) {
        #process .sec_head .head {
          font-size: 32px;
          line-height: 32px; } }
      @media only screen and (max-width: 576px) {
        #process .sec_head .head {
          font-size: 26px;
          line-height: 28px; } }
  @media only screen and (min-width: 992px) {
    #process .row {
      padding-right: 60px; } }
  #process .step_box {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    position: relative;
    transition: 0.5s ease-in-out;
    z-index: 5; }
    @media only screen and (max-width: 576px) {
      #process .step_box {
        background: none; } }
    #process .step_box:hover .inner_box {
      transform: translate(0px, -10px); }
    #process .step_box.active {
      margin-top: -30px;
      background: rgba(17, 159, 74, 0.7); }
      @media only screen and (max-width: 992px) {
        #process .step_box.active {
          margin-top: 0; } }
      @media only screen and (max-width: 576px) {
        #process .step_box.active {
          background: none; } }
    @media (max-width: 1300px) and (min-width: 992px) {
      #process .step_box {
        padding: 30px 20px; } }
    @media only screen and (max-width: 992px) {
      #process .step_box {
        padding: 30px 15px; } }
    #process .step_box .inner_box {
      transition: 0.5s ease-in-out; }
      #process .step_box .inner_box .title {
        color: #fedd02;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 25px; }
      #process .step_box .inner_box .box_head {
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 25px;
        line-height: 24px; }
        @media (max-width: 1200px) and (min-width: 992px) {
          #process .step_box .inner_box .box_head {
            font-size: 17px;
            margin-bottom: 15px; } }
        @media only screen and (max-width: 992px) {
          #process .step_box .inner_box .box_head {
            font-size: 17px; } }
      #process .step_box .inner_box p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 24px;
        color: #ffffff; }

#reg_process .sec_head {
  position: relative;
  z-index: 5;
  margin-bottom: 30px; }
  @media only screen and (max-width: 576px) {
    #reg_process .sec_head {
      margin-bottom: 20px; } }
  #reg_process .sec_head .head {
    font-size: 22px;
    font-weight: 600;
    color: #119f4a;
    text-transform: uppercase; }
    @media only screen and (max-width: 992px) {
      #reg_process .sec_head .head {
        font-size: 20px;
        line-height: 38px; } }
    @media only screen and (max-width: 768px) {
      #reg_process .sec_head .head {
        font-size: 18px;
        line-height: 32px; } }
#reg_process .row {
  margin: auto; }
#reg_process .step_box {
  background: #000000;
  padding: 30px 40px;
  position: relative;
  transition: 0.5s ease-in-out;
  z-index: 5; }
  #reg_process .step_box:hover .inner_box {
    transform: translate(0px, -10px); }
  #reg_process .step_box.active {
    background: #119f4a; }
    @media only screen and (max-width: 992px) {
      #reg_process .step_box.active {
        margin-top: 0; } }
  @media (max-width: 1300px) and (min-width: 992px) {
    #reg_process .step_box {
      padding: 30px 20px; } }
  @media only screen and (max-width: 992px) {
    #reg_process .step_box {
      padding: 30px 15px; } }
  #reg_process .step_box .inner_box {
    transition: 0.5s ease-in-out; }
    #reg_process .step_box .inner_box .title {
      color: #fedd02;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 20px; }
    #reg_process .step_box .inner_box .box_head {
      font-size: 18px;
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 20px;
      line-height: 24px; }
      @media (max-width: 1200px) and (min-width: 992px) {
        #reg_process .step_box .inner_box .box_head {
          font-size: 17px;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 992px) {
        #reg_process .step_box .inner_box .box_head {
          font-size: 17px; } }
    #reg_process .step_box .inner_box p {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 24px;
      color: #ffffff; }

.pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  clear: both; }
  .pagination li {
    display: inline; }
    .pagination li a, .pagination li span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      font-size: 14px;
      color: #5f5f5f;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #b9b9b9;
      font-weight: 400; }
    .pagination li.active a {
      background: #119f4a;
      color: #ffffff; }
    .pagination li:hover a {
      background: #119f4a;
      color: #ffffff; }

#top_sec {
  padding: 50px 0; }
  @media only screen and (max-width: 576px) {
    #top_sec {
      padding: 40px 0; } }
  #top_sec .top_bx {
    margin-bottom: 30px; }

#common_table .head_box {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 576px) {
    #common_table .head_box {
      display: block; } }
  #common_table .head_box .head {
    font-size: 22px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 20px; }
    @media only screen and (max-width: 576px) {
      #common_table .head_box .head {
        font-size: 20px; } }
  #common_table .head_box .clear_sec {
    margin-bottom: 20px; }
    #common_table .head_box .clear_sec form {
      display: flex;
      align-items: center; }
      #common_table .head_box .clear_sec form .form-control {
        box-shadow: none;
        padding: 15px 15px;
        border-radius: 0; }
        @media only screen and (min-width: 992px) {
          #common_table .head_box .clear_sec form .form-control {
            width: 345px;
            padding: 20px 15px; } }
        #common_table .head_box .clear_sec form .form-control:focus {
          border-color: #119f4a; }
      #common_table .head_box .clear_sec form button {
        position: relative;
        height: 30px;
        width: 30px;
        background: none;
        border: none;
        box-shadow: none;
        cursor: pointer; }
        #common_table .head_box .clear_sec form button:focus {
          box-shadow: none;
          outline: none; }
        #common_table .head_box .clear_sec form button::before {
          position: absolute;
          content: "";
          width: 25px;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          height: 25px;
          background-repeat: no-repeat;
          background-size: 60% !important;
          background: url(../images/icons/clear.png) no-repeat center; }
#common_table .table_box {
  position: relative;
  padding-bottom: 25px; }
  #common_table .table_box .bottom_sec {
    position: relative;
    display: flex;
    justify-content: flex-end; }
  #common_table .table_box .summary {
    position: absolute;
    bottom: 0;
    left: 15px;
    letter-spacing: 0.75px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #119f4a; }
    #common_table .table_box .summary b {
      font-weight: 400 !important; }
  #common_table .table_box table {
    width: 100%; }
    #common_table .table_box table thead tr th {
      font-size: 16px;
      color: #424242;
      text-transform: uppercase;
      font-weight: 600;
      background: rgba(0, 159, 74, 0.1);
      padding: 25px 15px;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        #common_table .table_box table thead tr th {
          font-size: 16px; } }
    #common_table .table_box table tbody tr:nth-child(even) {
      background: #f5f5f5; }
    #common_table .table_box table tbody tr td {
      padding: 10px 15px;
      font-size: 14px;
      color: #000000;
      line-height: 24px; }
      #common_table .table_box table tbody tr td .title {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600; }
      #common_table .table_box table tbody tr td .txt {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400; }
      @media only screen and (min-width: 992px) {
        #common_table .table_box table tbody tr td .title {
          display: none; } }
      #common_table .table_box table tbody tr td a {
        background: #119f4a;
        width: fit-content;
        padding: 10px 15px;
        padding-right: 40px;
        color: #ffff;
        text-transform: uppercase;
        position: relative;
        transition: 0.3s ease-in-out; }
        #common_table .table_box table tbody tr td a:hover {
          background: #000000; }
        #common_table .table_box table tbody tr td a::after {
          position: absolute;
          content: "";
          background: url(../images/icons/down.png) no-repeat center;
          width: 15px;
          height: 15px;
          background-size: contain;
          background-repeat: no-repeat;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto; }
  @media (max-width: 992px) and (min-width: 768px) {
    #common_table .table_box table, #common_table .table_box thead, #common_table .table_box tbody, #common_table .table_box th, #common_table .table_box td, #common_table .table_box tr {
      display: block; }
    #common_table .table_box thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    #common_table .table_box tr {
      background: #ffffff; }
    #common_table .table_box tr:nth-child(odd) {
      background: #a8ceb7; }
      #common_table .table_box tr:nth-child(odd) th {
        color: #000000 !important; }
      #common_table .table_box tr:nth-child(odd) td {
        color: #000000; }
    #common_table .table_box th {
      border: none;
      border-bottom: 1px solid #eee;
      padding-left: 50%;
      padding-top: 13px;
      padding-bottom: 13px;
      display: flex;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 24px;
      color: #3a3a3a !important;
      align-items: center; }
      #common_table .table_box th::before {
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap; }
      #common_table .table_box th::after {
        position: absolute;
        right: 53%;
        content: ":"; }
    #common_table .table_box td {
      border: none;
      border-bottom: 1px solid #eee;
      padding-top: 13px;
      padding-bottom: 13px;
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      #common_table .table_box td .title {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600; }
      #common_table .table_box td .txt {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400; }
    #common_table .table_box td::after {
      position: absolute;
      right: 53%;
      content: ":"; } }
  @media only screen and (max-width: 768px) {
    #common_table .table_box table, #common_table .table_box tbody, #common_table .table_box th, #common_table .table_box td, #common_table .table_box tr {
      display: block; }
    #common_table .table_box thead {
      display: none; }
    #common_table .table_box tr {
      border-bottom: 1px solid #119f4a; }
      #common_table .table_box tr:last-child {
        border-bottom: none; }
    #common_table .table_box th {
      border: none;
      padding-top: 13px;
      padding-left: 15px;
      padding-bottom: 13px;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 24px;
      color: #3a3a3a !important;
      align-items: center; }
      #common_table .table_box th::before {
        display: block; }
    #common_table .table_box th:nth-of-type(1)::before {
      content: "country";
      font-weight: 600;
      text-transform: uppercase; }
    #common_table .table_box td {
      border: none;
      padding-top: 13px;
      padding-left: 15px;
      padding-bottom: 13px;
      font-size: 14px;
      align-items: center;
      line-height: 24px; }
      #common_table .table_box td .title {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600; }
      #common_table .table_box td .txt {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400; }
      #common_table .table_box td a {
        padding: 4px 15px !important;
        padding-right: 40px !important; } }

.accordion {
  background: #ffffff;
  box-shadow: 9px 0px 60px rgba(27, 27, 33, 0.1);
  padding: 35px 30px; }
  @media only screen and (max-width: 992px) {
    .accordion {
      padding: 30px 25px; } }
  @media only screen and (max-width: 768px) {
    .accordion {
      padding: 25px 20px; } }
  @media only screen and (max-width: 768px) {
    .accordion {
      padding: 20px 15px; } }
  .accordion .title {
    font-size: 36px;
    color: #119f4a;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media only screen and (max-width: 992px) {
      .accordion .title {
        font-size: 32px; } }
    @media only screen and (max-width: 768px) {
      .accordion .title {
        font-size: 28px; } }
    @media only screen and (max-width: 576px) {
      .accordion .title {
        font-size: 24px; } }
  .accordion .card {
    margin-bottom: 4px;
    position: relative;
    border-radius: 0;
    border: none; }
    .accordion .card .collapse.show {
      border-bottom: solid 2px #119f4a !important; }
    .accordion .card:not(:last-of-type) .card-header button[aria-expanded="false"] {
      border-bottom: solid 2px #e1e1e1 !important; }
    .accordion .card .card-header {
      padding: 0;
      background: none;
      border: none; }
      .accordion .card .card-header button {
        background-color: #fff;
        color: #181c26;
        cursor: pointer;
        width: 100%;
        padding: 10px 0;
        border: none;
        text-decoration: none;
        text-align: left;
        font-weight: 500;
        outline: none;
        font-size: 16px;
        transition: 0.5s; }
        @media only screen and (max-width: 576px) {
          .accordion .card .card-header button {
            display: flex;
            justify-content: space-between; } }
        .accordion .card .card-header button::after {
          content: "+";
          color: #37aa62;
          font-weight: bold;
          float: right;
          font-size: 18px;
          margin-left: 5px; }
        .accordion .card .card-header button[aria-expanded="true"] {
          margin-bottom: 0; }
          .accordion .card .card-header button[aria-expanded="true"]:hover {
            background-color: none; }
          .accordion .card .card-header button[aria-expanded="true"]::after {
            content: "−"; }
    .accordion .card .card-body {
      padding: 0; }
      .accordion .card .card-body p {
        font-size: 14px;
        color: #535252;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 20px; }
      .accordion .card .card-body ul {
        margin-bottom: 25px; }
        .accordion .card .card-body ul li {
          font-size: 14px;
          line-height: normal;
          margin-bottom: 10px;
          padding-left: 25px;
          position: relative; }
          .accordion .card .card-body ul li::before {
            content: "";
            position: absolute;
            background: url("../images/icons/tick1.png") no-repeat center;
            background-size: contain;
            width: 15px;
            height: 15px;
            left: 0;
            top: 2px; }

@media only screen and (min-width: 1400px) {
  #main_slider .carousel-item {
    height: 75vh; } }
@media (min-width: 992px) and (max-width: 1200px) {
  #main_slider .carousel-item {
    min-height: 505px !important; } }
@media only screen and (min-width: 992px) {
  #main_slider .carousel-item {
    min-height: 460px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; }
    #main_slider .carousel-item .mob_slide {
      display: none; } }
@media only screen and (max-width: 992px) {
  #main_slider .carousel-item {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important; } }
#main_slider .carousel-item::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 55%;
  background: linear-gradient(1800deg, rgba(0, 0, 0, 0.6), rgba(14, 34, 22, 0)); }
#main_slider .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
#main_slider .carousel_caption {
  position: absolute;
  left: 15px;
  right: 0px;
  z-index: 300;
  bottom: 105px;
  margin-bottom: 70px;
  text-align: center;
  width: 100%;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-fill-mode: both; }
  @media only screen and (max-width: 992px) {
    #main_slider .carousel_caption {
      display: none; } }
  #main_slider .carousel_caption .sub_cap {
    font-size: 30px;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #main_slider .carousel_caption .caption {
    font-size: 76px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-bottom: 20px; }
#main_slider #carousel_indicators {
  position: absolute;
  left: 0px;
  bottom: 67px;
  width: 100%; }
  @media only screen and (max-width: 992px) {
    #main_slider #carousel_indicators {
      bottom: 25px; } }
  #main_slider #carousel_indicators .carousel-indicators {
    display: flex;
    z-index: 2;
    justify-content: flex-end;
    margin-right: 4%;
    position: unset;
    margin-left: 0px; }
    #main_slider #carousel_indicators .carousel-indicators li {
      position: relative;
      text-indent: -999px;
      margin: 0;
      background: none;
      width: 25px;
      padding: 0 11px; }
      @media only screen and (max-width: 468px) {
        #main_slider #carousel_indicators .carousel-indicators li {
          width: 8px;
          padding: 0 7px; } }
      #main_slider #carousel_indicators .carousel-indicators li::before {
        content: "";
        width: 8px;
        position: absolute;
        height: 8px;
        border-radius: 50%;
        background: white;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 0px; }
        @media only screen and (max-width: 468px) {
          #main_slider #carousel_indicators .carousel-indicators li::before {
            width: 5px;
            height: 5px; } }
      #main_slider #carousel_indicators .carousel-indicators li.active::before {
        background: #119f4a;
        opacity: 1;
        position: relative;
        position: absolute; }
      #main_slider #carousel_indicators .carousel-indicators li.active::after {
        visibility: visible; }
      #main_slider #carousel_indicators .carousel-indicators li::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: transparent;
        border: solid 1px #119f4a;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        visibility: hidden; }
        @media only screen and (max-width: 468px) {
          #main_slider #carousel_indicators .carousel-indicators li::after {
            height: 9px;
            width: 9px; } }
#main_slider .carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 60px;
  bottom: 25px; }
  @media only screen and (max-width: 468px) {
    #main_slider .carousel-arrows {
      right: 15px;
      bottom: 15px; } }
  #main_slider .carousel-arrows a {
    position: unset;
    width: 22px;
    height: 15px;
    opacity: 1; }
    @media only screen and (max-width: 468px) {
      #main_slider .carousel-arrows a {
        width: 19px;
        background-size: 19px !important; } }
    #main_slider .carousel-arrows a.carousel-control-prev {
      background: url("../images/icons/slide_prev.svg") no-repeat center; }
    #main_slider .carousel-arrows a.carousel-control-next {
      background: url("../images/icons/slide_nxt.svg") no-repeat center; }
#main_slider .scroll_down {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  text-align: center;
  z-index: 300;
  text-decoration: none;
  width: fit-content; }
  @media only screen and (max-width: 576px) {
    #main_slider .scroll_down {
      display: none; } }
  #main_slider .scroll_down span {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    display: block; }
  #main_slider .scroll_down .down {
    position: relative;
    width: 19px;
    height: 29px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #119f4a;
    overflow: hidden;
    margin: 0 auto;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate; }
    #main_slider .scroll_down .down::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 6px;
      border-radius: 50%;
      background: #119f4a;
      left: 50%;
      top: 0px;
      animation: animate 3s linear infinite; }

/***********************ARABIC********************* */
html:lang(ar) {
  direction: rtl;
  text-align: right; }
  html:lang(ar) svg, html:lang(ar) .slick-slider {
    direction: initial; }
  html:lang(ar) body {
    text-align: right; }
  html:lang(ar) #common_table .table_box table tbody tr td a {
    margin: 0 0 0 auto; }
  html:lang(ar) #Header .menu_icon {
    right: auto;
    left: 0;
    direction: ltr; }
  html:lang(ar) #Header #topbar .qck_cntct li:not(:last-of-type) {
    margin-right: auto;
    margin-left: 35px; }
  html:lang(ar) #Header #topbar .qck_cntct li a .icon {
    right: 0;
    left: auto; }
  html:lang(ar) #Header #topbar .reg_box li:not(:last-of-type) {
    padding-right: auto;
    padding-left: 20px; }
  html:lang(ar) #Header #topbar .qck_links {
    direction: ltr; }
  html:lang(ar) #Header #topbar .language {
    margin-right: 30px;
    margin-left: auto; }
    html:lang(ar) #Header #topbar .language .dropdown-menu {
      left: auto;
      right: 0; }
  html:lang(ar) #Header .navbar-expand-lg .navbar-collapse .navbar-nav .dropdown .dropdown-menu li {
    text-align: right; }
  @media only screen and (min-width: 992px) {
    html:lang(ar) #Header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-list:last-of-type {
      margin-left: 0;
      margin-right: auto; } }
  html:lang(ar) #main_slider #carousel_indicators .carousel-indicators {
    margin-left: 4%;
    margin-right: auto; }
  html:lang(ar) .accordion {
    direction: ltr; }
    html:lang(ar) .accordion .card .card-header button {
      text-align: right !important; }
      html:lang(ar) .accordion .card .card-header button::after {
        float: left !important; }
  @media only screen and (min-width: 1300px) {
    html:lang(ar) #home_page #quality .head_sec {
      padding: 60px 0; } }
  html:lang(ar) #extras .fst_bx {
    direction: ltr; }
    html:lang(ar) #extras .fst_bx ul li {
      padding-left: 0;
      padding-right: 30px; }
      html:lang(ar) #extras .fst_bx ul li::before {
        left: auto !important;
        right: 0; }
  html:lang(ar) footer .main_info {
    padding: 150px 30px 65px 0; }
    @media only screen and (max-width: 992px) {
      html:lang(ar) footer .main_info {
        padding: 30px; } }
  html:lang(ar) footer .lft_sec .otr_bx .img_box {
    margin-right: 0;
    margin-left: 30px; }
    html:lang(ar) footer .lft_sec .otr_bx .img_box img {
      margin-left: 25px;
      margin-right: 0; }
  html:lang(ar) #why-choose_page #qualities .box1 .title::after {
    left: auto;
    right: 5px; }
  html:lang(ar) #why-choose_page #qualities .box ul li {
    padding-left: 0;
    padding-right: 20px; }
    html:lang(ar) #why-choose_page #qualities .box ul li::before {
      left: auto;
      right: 0; }
  html:lang(ar) #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li {
    padding-left: 0;
    padding-right: 55px; }
    html:lang(ar) #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li img {
      right: 0;
      left: auto; }
  html:lang(ar) #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box {
    padding-left: 0;
    padding-right: 10px; }
    html:lang(ar) #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul {
      padding-right: 30px;
      padding-left: 0; }
      html:lang(ar) #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul li {
        padding-left: 0;
        padding-right: 15px;
        border-right: solid 1px #119f4a;
        border-left: none; }
        html:lang(ar) #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul li::before {
          left: auto;
          right: -6px; }
        html:lang(ar) #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul li::after {
          left: auto;
          right: -30px; }
  @media only screen and (min-width: 576px) {
    html:lang(ar) #team_page #person_dtails .card_box .card_outer .dtails_box {
      padding-left: 0;
      padding-right: 25px; } }
  html:lang(ar) #team_page #person_dtails .card_box .card_outer .dtails_box .info_sec a {
    padding-left: 0;
    padding-right: 40px; }
    html:lang(ar) #team_page #person_dtails .card_box .card_outer .dtails_box .info_sec a::before {
      left: auto;
      right: 0; }
  html:lang(ar) .inner_page p {
    direction: ltr; }
  html:lang(ar) #top_sec ul li {
    padding-right: 25px;
    padding-left: 0; }
    html:lang(ar) #top_sec ul li::before {
      left: auto !important;
      right: 0; }
  html:lang(ar) #vacancies_page #top_sec .top_sec {
    direction: ltr; }
  html:lang(ar) .top_bx {
    direction: ltr; }
  html:lang(ar) .bg_bx, html:lang(ar) .bg_bx1 {
    direction: ltr; }
    html:lang(ar) .bg_bx ul li, html:lang(ar) .bg_bx1 ul li {
      padding-right: 25px;
      padding-left: 0; }
      html:lang(ar) .bg_bx ul li::before, html:lang(ar) .bg_bx1 ul li::before {
        left: auto !important;
        right: 0; }
  @media (max-width: 992px) and (min-width: 768px) {
    html:lang(ar) #common_table .table_box td::after {
      left: 53%;
      right: auto; } }
  html:lang(ar) #servise_provides #top_sec {
    direction: ltr; }
    html:lang(ar) #servise_provides #top_sec ul li {
      padding-left: 0;
      padding-right: 30px; }
      html:lang(ar) #servise_provides #top_sec ul li::before {
        left: auto !important;
        right: 0; }
  @media only screen and (min-width: 1200px) {
    html:lang(ar) #news #top_sec .ft_bx {
      padding-right: 0;
      padding-left: 50px; } }
  html:lang(ar) #news #top_sec .recent_sec .recent_box .blog_box .cntnt_box {
    padding-left: 0;
    padding-right: 15px; }
  html:lang(ar) .pagination li {
    padding: 0 !important; }
  @media only screen and (min-width: 992px) {
    html:lang(ar) #news-detail #top_sec .blog_dtl_box {
      padding-left: 35px; } }
  @media (max-width: 1600px) and (min-width: 1400px) {
    html:lang(ar) #news-detail #top_sec aside .blog_row .blog_box .cntnt_box {
      padding-left: 0;
      padding-right: 15px; } }
  @media only screen and (min-width: 576px) {
    html:lang(ar) #news-detail #top_sec aside .blog_row .blog_box .cntnt_box {
      padding-left: 0;
      padding-right: 15px; } }
  html:lang(ar) #news-detail #top_sec .recent_sec .recent_box .blog_box .cntnt_box {
    padding-left: 0;
    padding-right: 15px; }
  html:lang(ar) #contact_page #address_sec .row .com_txt {
    padding-left: 0;
    padding-right: 55px; }
    html:lang(ar) #contact_page #address_sec .row .com_txt img {
      right: 0;
      left: auto; }
  html:lang(ar) #contact_page #get_in_touch .sec2 .course_bx .chk_bx label {
    padding-left: 0;
    padding-right: 20px; }
  html:lang(ar) #registrar_page #fst_sec ul li {
    padding-left: 0;
    padding-right: 30px;
    padding-left: 0; }
    html:lang(ar) #registrar_page #fst_sec ul li::before {
      right: 0;
      left: auto !important; }

/*************************** home page **************************** */
#home_page #quality {
  padding: 90px 0 120px;
  background: #119f4a; }
  @media only screen and (max-width: 992px) {
    #home_page #quality {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    #home_page #quality {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #home_page #quality {
      padding: 30px 0; } }
  #home_page #quality .box1 {
    margin-bottom: 65px; }
    @media only screen and (max-width: 576px) {
      #home_page #quality .box1 {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 1300px) {
    #home_page #quality .head_sec {
      padding: 0 90px 0 105px; } }
  #home_page #quality .head_sec .sub_head {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px; }
  #home_page #quality .head_sec .head {
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 55px; }
    @media (max-width: 1300px) and (min-width: 992px) {
      #home_page #quality .head_sec .head {
        font-size: 45px; } }
    @media only screen and (max-width: 992px) {
      #home_page #quality .head_sec .head {
        font-size: 38px;
        line-height: 38px; } }
    @media only screen and (max-width: 768px) {
      #home_page #quality .head_sec .head {
        font-size: 32px;
        line-height: 32px; }
        #home_page #quality .head_sec .head br {
          display: none; } }
    @media only screen and (max-width: 576px) {
      #home_page #quality .head_sec .head {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px; } }
  #home_page #quality .head_sec p {
    font-size: 20px;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
    color: #ffffff;
    line-height: 33px;
    margin-bottom: 0; }
    @media only screen and (max-width: 576px) {
      #home_page #quality .head_sec p {
        line-height: 24px; } }
  #home_page #quality .disc_sec {
    padding-top: 40px; }
    @media only screen and (min-width: 1200px) {
      #home_page #quality .disc_sec {
        padding: 35px 90px 0 105px; } }
    @media only screen and (max-width: 576px) {
      #home_page #quality .disc_sec {
        padding-top: 20px; } }
    #home_page #quality .disc_sec p {
      font-size: 16px;
      color: #ffffff;
      line-height: 30px;
      margin-bottom: 0; }
      @media only screen and (max-width: 576px) {
        #home_page #quality .disc_sec p {
          line-height: 24px; } }
  #home_page #quality .b_box {
    justify-content: center;
    z-index: 10; }
    @media only screen and (min-width: 992px) {
      #home_page #quality .b_box {
        position: relative;
        margin-bottom: -175px !important; } }
    @media only screen and (min-width: 768px) {
      #home_page #quality .b_box {
        margin-bottom: -160px; } }
    #home_page #quality .b_box .box_sec {
      z-index: 5; }
      @media only screen and (max-width: 992px) {
        #home_page #quality .b_box .box_sec {
          margin-bottom: 10px;
          padding: 0 5px; } }
      #home_page #quality .b_box .box_sec .inner_box {
        padding: 20px 15px 25px;
        background: #000000;
        text-align: center;
        border-radius: 3px; }
        @media only screen and (max-width: 576px) {
          #home_page #quality .b_box .box_sec .inner_box {
            background: none;
            border: 1px solid #17bf5a; } }
        #home_page #quality .b_box .box_sec .inner_box img {
          margin-bottom: 15px; }
          @media only screen and (max-width: 576px) {
            #home_page #quality .b_box .box_sec .inner_box img {
              filter: invert(1) brightness(20); } }
        #home_page #quality .b_box .box_sec .inner_box p {
          margin-bottom: 0;
          color: #ffffff;
          font-size: 20px;
          font-weight: 400;
          text-transform: uppercase; }
          @media (max-width: 1200px) and (min-width: 992px) {
            #home_page #quality .b_box .box_sec .inner_box p {
              font-size: 14px; } }
          @media only screen and (max-width: 992px) {
            #home_page #quality .b_box .box_sec .inner_box p {
              font-size: 14px; } }
#home_page #news {
  padding: 85px 0; }
  @media only screen and (max-width: 992px) {
    #home_page #news {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    #home_page #news {
      padding: 40px 0 30px; } }
  #home_page #news .common_heading {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      #home_page #news .common_heading {
        margin-bottom: 30px; } }
  #home_page #news .course_slide .slick-slide {
    padding: 0 15px; }
  #home_page #news .course_slide .item .all_cntnt {
    margin-bottom: 50px; }
  #home_page #news .course_slide .item .blog_box {
    overflow: hidden;
    margin-bottom: 20px; }
    #home_page #news .course_slide .item .blog_box .img_otr {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
    #home_page #news .course_slide .item .blog_box .img_box {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      height: 201px;
      width: 100%;
      transition: 0.5s ease-in-out; }
      #home_page #news .course_slide .item .blog_box .img_box:hover {
        webkit-transform: scale(1.08);
        transform: scale(1.08); }
      @media only screen and (max-width: 768px) {
        #home_page #news .course_slide .item .blog_box .img_box {
          height: 230px; } }
    #home_page #news .course_slide .item .blog_box .date {
      background: #119f4a;
      position: relative;
      margin-right: 10px;
      bottom: 10px;
      text-align: center;
      float: right;
      font-style: italic;
      font-size: 12px;
      margin-top: -45px;
      font-weight: 500;
      color: white;
      line-height: normal;
      padding: 4px 13px;
      border-radius: 5px;
      text-transform: capitalize;
      transition: ease-in-out all 0.3s;
      width: fit-content; }
      #home_page #news .course_slide .item .blog_box .date span {
        font-size: 30px;
        color: white;
        font-weight: 600;
        display: block;
        text-transform: uppercase; }
  #home_page #news .course_slide .item .cntnt_box .info {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 500;
    line-height: 24px; }
    @media only screen and (max-width: 768px) {
      #home_page #news .course_slide .item .cntnt_box .info {
        font-size: 15px; } }
  #home_page #news .course_slide .item:hover .date {
    background: #0c0e0e; }

/********************ABOUT_PAGE*********************** */
#about_page #about_welcome_sec {
  padding: 80px 0; }
  @media only screen and (max-width: 1400px) {
    #about_page #about_welcome_sec {
      padding: 55px 0; } }
  @media only screen and (max-width: 768px) {
    #about_page #about_welcome_sec {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #about_page #about_welcome_sec {
      padding: 30px 0; } }
  #about_page #about_welcome_sec .common_heading .head {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      #about_page #about_welcome_sec .common_heading .head {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 576px) {
      #about_page #about_welcome_sec .common_heading .head {
        margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    #about_page #about_welcome_sec .text_sec {
      padding-right: 45px; } }
  #about_page #about_welcome_sec .text_sec p {
    text-align: justify;
    color: #4c4c4c; }
  #about_page #about_welcome_sec .pic_sec .img_box {
    height: 450px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 40px;
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 768px) {
      #about_page #about_welcome_sec .pic_sec .img_box {
        height: 300px; } }
    #about_page #about_welcome_sec .pic_sec .img_box::before {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.6);
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
    #about_page #about_welcome_sec .pic_sec .img_box .txt {
      font-size: 22px;
      color: #17bb59;
      font-family: "Roboto Slab", serif;
      position: relative;
      z-index: 1;
      line-height: 30px; }
      @media only screen and (max-width: 768px) {
        #about_page #about_welcome_sec .pic_sec .img_box .txt {
          font-size: 18px;
          line-height: 26px; } }
#about_page #welcome_sec {
  background: rgba(17, 159, 74, 0.1); }

/********************REGISTRAR_PAGE*********************** */
#registrar_page #fst_sec {
  padding: 70px 0; }
  @media only screen and (max-width: 1400px) {
    #registrar_page #fst_sec {
      padding: 55px 0; } }
  @media only screen and (max-width: 768px) {
    #registrar_page #fst_sec {
      padding: 30px 0; } }
  #registrar_page #fst_sec p {
    font-size: 16px;
    color: #403f3f;
    font-weight: 400;
    line-height: 26px; }
  #registrar_page #fst_sec h2, #registrar_page #fst_sec h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #119f4a;
    font-weight: 500;
    margin: 40px 0; }
    @media only screen and (max-width: 768px) {
      #registrar_page #fst_sec h2, #registrar_page #fst_sec h3 {
        font-size: 28px;
        margin: 30px 0; } }
    @media only screen and (max-width: 576px) {
      #registrar_page #fst_sec h2, #registrar_page #fst_sec h3 {
        font-size: 24px;
        margin: 20px 0; } }
  #registrar_page #fst_sec h4, #registrar_page #fst_sec h5, #registrar_page #fst_sec h6 {
    font-size: 20px;
    color: #403f3f;
    font-weight: 500;
    margin: 30px 0; }
    @media only screen and (max-width: 768px) {
      #registrar_page #fst_sec h4, #registrar_page #fst_sec h5, #registrar_page #fst_sec h6 {
        font-size: 18px;
        margin: 20px 0; } }
  #registrar_page #fst_sec ul li {
    margin-bottom: 20px;
    line-height: normal;
    font-size: 16px;
    color: #403f3f;
    font-weight: 400;
    padding-left: 30px;
    position: relative; }
    #registrar_page #fst_sec ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      height: 20px;
      width: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      left: 0; }
#registrar_page #find_sec {
  background: rgba(17, 159, 74, 0.1);
  padding: 60px 0 100px; }
  @media only screen and (max-width: 768px) {
    #registrar_page #find_sec {
      padding: 30px 0 60px; } }
  #registrar_page #find_sec .head_sec h3, #registrar_page #find_sec .head_sec .title {
    font-size: 36px;
    color: #2b2a2a;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media only screen and (max-width: 992px) {
      #registrar_page #find_sec .head_sec h3, #registrar_page #find_sec .head_sec .title {
        font-size: 32px; } }
    @media only screen and (max-width: 768px) {
      #registrar_page #find_sec .head_sec h3, #registrar_page #find_sec .head_sec .title {
        font-size: 28px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 576px) {
      #registrar_page #find_sec .head_sec h3, #registrar_page #find_sec .head_sec .title {
        margin-bottom: 20px;
        font-size: 24px; } }
  #registrar_page #find_sec #tab_sec .nav-tabs .nav-item {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    overflow: hidden;
    background: #ffffff;
    margin-right: 5px; }
    #registrar_page #find_sec #tab_sec .nav-tabs .nav-item .nav-link {
      color: #119f4a;
      min-width: 204px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }
      #registrar_page #find_sec #tab_sec .nav-tabs .nav-item .nav-link.active {
        background: #119f4a;
        color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #registrar_page #find_sec #tab_sec .nav-tabs .nav-item .nav-link {
          min-width: 160px; } }
      @media only screen and (max-width: 576px) {
        #registrar_page #find_sec #tab_sec .nav-tabs .nav-item .nav-link {
          min-width: 135px;
          font-size: 13px;
          height: 36px; } }
  #registrar_page #find_sec #tab_sec .tab-content .tab-pane iframe {
    height: 600px; }
    @media only screen and (max-width: 992px) {
      #registrar_page #find_sec #tab_sec .tab-content .tab-pane iframe {
        height: 500px; } }
    @media only screen and (max-width: 768px) {
      #registrar_page #find_sec #tab_sec .tab-content .tab-pane iframe {
        height: 400px; } }
    @media only screen and (max-width: 576px) {
      #registrar_page #find_sec #tab_sec .tab-content .tab-pane iframe {
        height: 250px; } }
  #registrar_page #find_sec #tab_sec .tab-content .tab-pane .table_box {
    background: #ffffff;
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      #registrar_page #find_sec #tab_sec .tab-content .tab-pane .table_box {
        padding: 25px; } }
    @media only screen and (max-width: 576px) {
      #registrar_page #find_sec #tab_sec .tab-content .tab-pane .table_box {
        padding: 0; } }
    #registrar_page #find_sec #tab_sec .tab-content .tab-pane .table_box table tbody td:first-child .txt {
      font-weight: 600; }

/********************WHY-CHOOSE_PAGE*********************** */
#why-choose_page #fst_sec {
  padding: 60px 0 0; }
  @media only screen and (max-width: 1400px) {
    #why-choose_page #fst_sec {
      padding: 55px 0; } }
  @media only screen and (max-width: 768px) {
    #why-choose_page #fst_sec {
      padding: 30px 0 0; } }
  #why-choose_page #fst_sec .fst_para {
    padding: 0 120px; }
    @media only screen and (max-width: 992px) {
      #why-choose_page #fst_sec .fst_para {
        padding: 0 60px; } }
    @media only screen and (max-width: 992px) {
      #why-choose_page #fst_sec .fst_para {
        padding: 0; } }
    #why-choose_page #fst_sec .fst_para p {
      text-align: center;
      font-size: 16px;
      color: #4c4c4c;
      font-weight: 400; }
      @media only screen and (max-width: 576px) {
        #why-choose_page #fst_sec .fst_para p {
          font-size: 14px; } }
  #why-choose_page #fst_sec .scnd_sec {
    padding: 60px 0 0; }
    @media only screen and (max-width: 992px) {
      #why-choose_page #fst_sec .scnd_sec {
        padding: 30px 0 30px; } }
    @media only screen and (max-width: 992px) {
      #why-choose_page #fst_sec .scnd_sec {
        padding: 10px 0 30px; } }
    #why-choose_page #fst_sec .scnd_sec .common_heading {
      margin-bottom: 50px; }
      @media only screen and (max-width: 768px) {
        #why-choose_page #fst_sec .scnd_sec .common_heading {
          margin-bottom: 10px; } }
      #why-choose_page #fst_sec .scnd_sec .common_heading .head {
        font-size: 36px;
        color: #333232;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          #why-choose_page #fst_sec .scnd_sec .common_heading .head {
            font-size: 28px; } }
        @media only screen and (max-width: 576px) {
          #why-choose_page #fst_sec .scnd_sec .common_heading .head {
            font-size: 24px; } }
    @media only screen and (max-width: 992px) {
      #why-choose_page #fst_sec .scnd_sec .point_sec {
        margin-bottom: 30px; } }
    #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec {
      background: #000000;
      padding: 35px; }
      @media only screen and (max-width: 576px) {
        #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec {
          padding: 25px 15px; } }
      #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li {
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        position: relative;
        padding-left: 55px;
        padding-bottom: 25px;
        line-height: 22px;
        padding-top: 25px;
        border-bottom: solid 1px #2f2f2f; }
        @media only screen and (max-width: 576px) {
          #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li {
            padding-left: 45px;
            padding-bottom: 15px;
            padding-top: 15px; } }
        #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li:first-child {
          padding-top: 0; }
        #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li:last-child {
          border-bottom: none; }
        #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li strong {
          display: block;
          font-size: 20px;
          font-family: "Inter", sans-serif;
          color: #119f4a;
          margin-bottom: 10px; }
          @media only screen and (max-width: 576px) {
            #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li strong {
              font-size: 16px;
              margin-bottom: 5px; } }
        #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li img {
          position: absolute;
          left: 0; }
          @media only screen and (max-width: 576px) {
            #why-choose_page #fst_sec .scnd_sec .point_sec .box_sec ul li img {
              max-width: 9%; } }
    @media only screen and (min-width: 992px) {
      #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box {
        padding-left: 10px; } }
    #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box .title {
      font-size: 28px;
      font-weight: 500;
      color: #119f4a;
      padding-top: 5px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 576px) {
        #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box .title {
          font-size: 24px; } }
    #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul {
      padding-left: 30px;
      counter-reset: count; }
      #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul li {
        font-size: 14px;
        color: #2f2f2f;
        font-weight: 400;
        line-height: 22px;
        padding-bottom: 15px;
        padding-left: 15px;
        border-left: solid 1px #119f4a;
        position: relative;
        counter-increment: count; }
        #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul li::before {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          left: -6px;
          top: 5px;
          border-radius: 50%;
          background: #119f4a; }
        #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul li::after {
          content: counter(count,decimal-leading-zero);
          position: absolute;
          left: -30px;
          top: 0;
          font-size: 14px;
          font-weight: 600;
          color: #119f4a; }
        #why-choose_page #fst_sec .scnd_sec .pro_sec .list_box ul li strong {
          font-weight: 600;
          font-size: 16px; }
#why-choose_page #qualities {
  padding: 95px 0 65px;
  background: rgba(17, 159, 74, 0.1); }
  @media only screen and (max-width: 992px) {
    #why-choose_page #qualities {
      padding: 60px 0 55px; } }
  @media only screen and (max-width: 576px) {
    #why-choose_page #qualities {
      padding: 30px 0 0px; } }
  #why-choose_page #qualities .box1 {
    padding: 50px 27px !important;
    background: #119f4a !important;
    height: 100%; }
    @media only screen and (max-width: 576px) {
      #why-choose_page #qualities .box1 {
        padding: 25px 15px !important; } }
    #why-choose_page #qualities .box1 .title {
      font-size: 36px !important;
      text-transform: capitalize !important;
      color: #ffffff !important;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative;
      font-weight: 500 !important; }
      @media only screen and (max-width: 992px) {
        #why-choose_page #qualities .box1 .title {
          font-size: 32px !important; } }
      @media only screen and (max-width: 768px) {
        #why-choose_page #qualities .box1 .title {
          font-size: 28px !important; } }
      @media only screen and (max-width: 576px) {
        #why-choose_page #qualities .box1 .title {
          font-size: 26px !important; } }
      #why-choose_page #qualities .box1 .title::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 2px;
        background: #ffffff;
        left: 5px;
        bottom: 0; }
    #why-choose_page #qualities .box1 p {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      line-height: 24px;
      margin-bottom: 0; }
  #why-choose_page #qualities .col-, #why-choose_page #qualities [class^="col-"], #why-choose_page #qualities [class*="col-"] {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      #why-choose_page #qualities .col-, #why-choose_page #qualities [class^="col-"], #why-choose_page #qualities [class*="col-"] {
        min-height: 445px; } }
  #why-choose_page #qualities .box {
    padding: 50px 23px;
    border-top: solid 2px #119f4a;
    background: #ffffff;
    height: 100%; }
    @media only screen and (max-width: 576px) {
      #why-choose_page #qualities .box {
        padding: 25px 15px; } }
    #why-choose_page #qualities .box .title {
      font-size: 30px;
      text-transform: uppercase;
      color: #119f4a;
      font-weight: 600;
      margin-bottom: 35px; }
      @media only screen and (max-width: 768px) {
        #why-choose_page #qualities .box .title {
          font-size: 28px; } }
      @media only screen and (max-width: 576px) {
        #why-choose_page #qualities .box .title {
          font-size: 24px; } }
    #why-choose_page #qualities .box ul li {
      position: relative;
      padding-left: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #595959;
      line-height: 22px;
      margin-bottom: 10px; }
      #why-choose_page #qualities .box ul li::before {
        content: "";
        background: url("../images/icons/block.png") no-repeat center;
        position: absolute;
        left: 0;
        top: 5px;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat; }
#why-choose_page #extras {
  padding: 100px 0;
  background: rgba(17, 159, 74, 0.1); }
  @media only screen and (max-width: 992px) {
    #why-choose_page #extras {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    #why-choose_page #extras {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #why-choose_page #extras {
      padding: 30px 0; } }
  #why-choose_page #extras .fst_bx .title {
    font-size: 36px;
    color: #363636;
    font-weight: 500;
    margin-bottom: 30px; }
    @media only screen and (max-width: 992px) {
      #why-choose_page #extras .fst_bx .title {
        font-size: 32px; } }
    @media only screen and (max-width: 768px) {
      #why-choose_page #extras .fst_bx .title {
        font-size: 28px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 576px) {
      #why-choose_page #extras .fst_bx .title {
        font-size: 34px; } }
  #why-choose_page #extras .fst_bx p {
    font-size: 14px;
    color: #363636;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #why-choose_page #extras .fst_bx p {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 576px) {
      #why-choose_page #extras .fst_bx p {
        margin-bottom: 20px; } }
  #why-choose_page #extras .fst_bx .list_bx {
    margin-bottom: 30px; }
    #why-choose_page #extras .fst_bx .list_bx .txt {
      font-size: 22px;
      color: #119f4a;
      font-weight: 600;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media only screen and (max-width: 576px) {
        #why-choose_page #extras .fst_bx .list_bx .txt {
          font-size: 18px; } }
  #why-choose_page #extras .fst_bx ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: normal;
    color: #403f3f;
    position: relative;
    padding-left: 30px; }
    #why-choose_page #extras .fst_bx ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      width: 21px;
      height: 21px;
      background-size: contain;
      left: 0;
      background-repeat: no-repeat; }

/********************CONTACT_PAGE*********************** */
#contact_page #address_sec {
  padding: 85px 0; }
  @media only screen and (max-width: 1400px) {
    #contact_page #address_sec {
      padding: 55px 0; } }
  @media only screen and (max-width: 992px) {
    #contact_page #address_sec {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    #contact_page #address_sec {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #contact_page #address_sec {
      padding: 30px 0; } }
  #contact_page #address_sec .title {
    font-size: 36px;
    font-weight: 500;
    color: #119f4a;
    text-transform: uppercase;
    margin-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      #contact_page #address_sec .title {
        font-size: 32px;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 576px) {
      #contact_page #address_sec .title {
        margin-bottom: 20px;
        font-size: 24px; } }
  #contact_page #address_sec .row .com_txt {
    padding-left: 55px;
    position: relative; }
    @media only screen and (max-width: 992px) {
      #contact_page #address_sec .row .com_txt {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 576px) {
      #contact_page #address_sec .row .com_txt {
        padding-left: 35px; } }
    #contact_page #address_sec .row .com_txt p {
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      color: #424242;
      line-height: 30px;
      margin-bottom: 0; }
      @media only screen and (max-width: 992px) {
        #contact_page #address_sec .row .com_txt p {
          line-height: 25px; } }
    #contact_page #address_sec .row .com_txt img {
      position: absolute;
      left: 0;
      top: 3px;
      transition: 0.5s ease-in-out; }
      @media only screen and (max-width: 992px) {
        #contact_page #address_sec .row .com_txt img {
          top: 0; } }
      @media only screen and (max-width: 576px) {
        #contact_page #address_sec .row .com_txt img {
          max-width: 23px; } }
      #contact_page #address_sec .row .com_txt img img {
        margin-top: -10px; }
    #contact_page #address_sec .row .com_txt ul li {
      margin-bottom: 10px; }
      #contact_page #address_sec .row .com_txt ul li:last-child {
        margin-bottom: 0; }
      #contact_page #address_sec .row .com_txt ul li a {
        font-weight: 400;
        font-size: 16px;
        line-height: normal;
        color: #424242;
        transition: 0.5s; }
        #contact_page #address_sec .row .com_txt ul li a:hover {
          color: #119f4a; }
  #contact_page #address_sec .row .sub_head {
    color: #424242;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 45px; }
    @media only screen and (max-width: 992px) {
      #contact_page #address_sec .row .sub_head {
        margin-top: 25px; } }
  #contact_page #address_sec .row .social_icon {
    display: flex;
    align-items: center;
    margin: 0 -15px; }
    @media only screen and (max-width: 992px) {
      #contact_page #address_sec .row .social_icon {
        margin: 0 -10px; } }
    #contact_page #address_sec .row .social_icon li {
      padding: 0 10px; }
      #contact_page #address_sec .row .social_icon li a {
        font-size: 22px;
        font-weight: 600;
        color: #119f4a; }
        @media only screen and (max-width: 468px) {
          #contact_page #address_sec .row .social_icon li a {
            font-size: 17px; } }
#contact_page #get_in_touch {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 0;
  position: relative;
  background-position: center; }
  @media only screen and (max-width: 992px) {
    #contact_page #get_in_touch {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    #contact_page #get_in_touch {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #contact_page #get_in_touch {
      padding: 30px 0; } }
  #contact_page #get_in_touch::before {
    position: absolute;
    content: "";
    background: rgba(5, 5, 5, 0.5);
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%; }
  #contact_page #get_in_touch .sec1 {
    padding-top: 30px; }
    #contact_page #get_in_touch .sec1 .sub_title {
      font-size: 18px;
      color: #ffffff;
      font-weight: 400;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media only screen and (max-width: 992px) {
        #contact_page #get_in_touch .sec1 .sub_title {
          margin-bottom: 15px;
          font-size: 16px; } }
      @media only screen and (max-width: 768px) {
        #contact_page #get_in_touch .sec1 .sub_title {
          font-size: 13px; } }
    #contact_page #get_in_touch .sec1 .main_head {
      font-size: 36px;
      font-weight: 500;
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 20px;
      font-family: "Inter", sans-serif; }
      @media only screen and (max-width: 992px) {
        #contact_page #get_in_touch .sec1 .main_head {
          font-size: 34px; } }
      @media only screen and (max-width: 768px) {
        #contact_page #get_in_touch .sec1 .main_head {
          font-size: 24px;
          margin-bottom: 25px; } }
    #contact_page #get_in_touch .sec1 p {
      font-size: 16px;
      color: #00ae55;
      font-weight: 400;
      line-height: 26px; }
  @media only screen and (min-width: 992px) {
    #contact_page #get_in_touch .sec2 {
      padding-left: 90px; } }
  #contact_page #get_in_touch .sec2 .col-, #contact_page #get_in_touch .sec2 [class^="col-"], #contact_page #get_in_touch .sec2 [class*="col-"] {
    margin-bottom: 15px;
    padding: 0 7px; }
  #contact_page #get_in_touch .sec2 p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0; }
    #contact_page #get_in_touch .sec2 p a {
      display: inline;
      color: #00ae55;
      font-size: 14px; }
  #contact_page #get_in_touch .sec2 .cptch_sec {
    padding-right: 0; }
  #contact_page #get_in_touch .sec2 .form-group {
    margin-bottom: 0; }
    #contact_page #get_in_touch .sec2 .form-group::after {
      content: "";
      display: flex;
      clear: both; }
  #contact_page #get_in_touch .sec2 .form-control {
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 400;
    line-height: normal;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ffffff26;
    outline: none;
    box-shadow: none; }
    #contact_page #get_in_touch .sec2 .form-control::placeholder {
      font-size: 14px;
      color: #2f2f2f;
      font-weight: 400; }
    @media only screen and (max-width: 992px) {
      #contact_page #get_in_touch .sec2 .form-control {
        font-size: 12px; }
        #contact_page #get_in_touch .sec2 .form-control::placeholder {
          font-size: 14px; } }
  #contact_page #get_in_touch .sec2 textarea {
    min-height: 100px;
    padding-top: 20px !important; }
  #contact_page #get_in_touch .sec2 .send {
    width: 100%; }
  #contact_page #get_in_touch .sec2 .submit {
    background: #00ae55;
    width: 155px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    float: right;
    font-family: "Inter", sans-serif;
    text-transform: uppercase; }
    @media only screen and (max-width: 992px) {
      #contact_page #get_in_touch .sec2 .submit {
        width: 170px;
        height: 60px;
        font-size: 13px; } }
    @media only screen and (max-width: 768px) {
      #contact_page #get_in_touch .sec2 .submit {
        width: 150px;
        height: 40px;
        font-size: 13px;
        margin-top: 25px; } }
  #contact_page #get_in_touch .sec2 .bottom_sec {
    display: flex; }
    #contact_page #get_in_touch .sec2 .bottom_sec .captcha {
      height: 60px;
      padding-right: 50px;
      border-right: 1px solid #ffffff15;
      display: flex;
      align-items: center; }
    @media only screen and (max-width: 768px) {
      #contact_page #get_in_touch .sec2 .bottom_sec {
        padding-right: 15px; } }
    #contact_page #get_in_touch .sec2 .bottom_sec label {
      font-size: 16px;
      color: #181c26;
      font-weight: 500;
      letter-spacing: normal; }
  #contact_page #get_in_touch .sec2 .course_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0; }
    @media only screen and (max-width: 992px) {
      #contact_page #get_in_touch .sec2 .course_bx {
        display: block;
        margin-bottom: 20px; } }
    #contact_page #get_in_touch .sec2 .course_bx .chk_bx {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 992px) {
        #contact_page #get_in_touch .sec2 .course_bx .chk_bx {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 576px) {
        #contact_page #get_in_touch .sec2 .course_bx .chk_bx {
          align-items: normal;
          margin-bottom: 10px; } }
      #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=checkbox], #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=radio] {
        width: 22px !important;
        height: 22px !important;
        position: relative; }
        @media only screen and (max-width: 576px) {
          #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=checkbox], #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=radio] {
            margin-top: 5px; } }
        #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=checkbox]::before, #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=radio]::before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          background-color: white;
          width: 22px;
          height: 22px; }
        #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=checkbox]::after, #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=radio]::after {
          content: "";
          background: url("../images/icons/checkmark.png") no-repeat center;
          width: 22px;
          height: 22px;
          position: absolute;
          left: 0;
          top: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          color: #119f4a;
          opacity: 0;
          visibility: hidden;
          transition: ease-in-out all 0.3s; }
        #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=checkbox]:checked::after, #contact_page #get_in_touch .sec2 .course_bx .chk_bx input[type=radio]:checked::after {
          opacity: 1;
          visibility: visible; }
      #contact_page #get_in_touch .sec2 .course_bx .chk_bx label {
        padding-left: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #00ae55; }
        @media only screen and (max-width: 992px) {
          #contact_page #get_in_touch .sec2 .course_bx .chk_bx label {
            line-height: 28px;
            font-size: 13px; } }
        @media only screen and (max-width: 576px) {
          #contact_page #get_in_touch .sec2 .course_bx .chk_bx label {
            line-height: 20px;
            font-size: 12px; } }
#contact_page #map {
  padding: 100px 0; }
  @media only screen and (max-width: 992px) {
    #contact_page #map {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    #contact_page #map {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #contact_page #map {
      padding: 30px 0; } }
  #contact_page #map iframe {
    height: 547px; }
    @media only screen and (max-width: 992px) {
      #contact_page #map iframe {
        height: 400px; } }
    @media only screen and (max-width: 768px) {
      #contact_page #map iframe {
        height: 350px; } }
    @media only screen and (max-width: 576px) {
      #contact_page #map iframe {
        height: 260px; } }

/********************TEAM_PAGE*********************** */
#team_page #person_dtails {
  padding: 85px 0;
  background: rgba(17, 159, 74, 0.1); }
  @media only screen and (max-width: 1400px) {
    #team_page #person_dtails {
      padding: 55px 0; } }
  @media only screen and (max-width: 992px) {
    #team_page #person_dtails {
      padding: 70px 0; } }
  @media only screen and (max-width: 768px) {
    #team_page #person_dtails {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #team_page #person_dtails {
      padding: 40px 0; } }
  #team_page #person_dtails .card_box {
    margin-bottom: 30px; }
    #team_page #person_dtails .card_box .card_outer {
      background: #ffffff;
      padding: 15px;
      display: flex; }
      @media only screen and (min-width: 1300px) {
        #team_page #person_dtails .card_box .card_outer {
          min-height: 245px; } }
      @media (max-width: 1300px) and (min-width: 1200px) {
        #team_page #person_dtails .card_box .card_outer {
          min-height: 268px; } }
      @media only screen and (max-width: 576px) {
        #team_page #person_dtails .card_box .card_outer {
          display: block; } }
      #team_page #person_dtails .card_box .card_outer .img_outer .img_box {
        height: 100%;
        width: 200px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important; }
        @media (max-width: 1200px) and (min-width: 992px) {
          #team_page #person_dtails .card_box .card_outer .img_outer .img_box {
            width: 130px; } }
        @media only screen and (max-width: 576px) {
          #team_page #person_dtails .card_box .card_outer .img_outer .img_box {
            height: 300px;
            width: 100%;
            margin-bottom: 20px; } }
        @media only screen and (max-width: 468px) {
          #team_page #person_dtails .card_box .card_outer .img_outer .img_box {
            height: 300px;
            width: 100%;
            margin-bottom: 20px; } }
      @media (max-width: 1200px) and (min-width: 992px) {
        #team_page #person_dtails .card_box .card_outer .dtails_box {
          padding-left: 15px; } }
      @media only screen and (min-width: 576px) {
        #team_page #person_dtails .card_box .card_outer .dtails_box {
          padding-left: 25px; } }
      #team_page #person_dtails .card_box .card_outer .dtails_box .head_sec {
        margin-bottom: 30px; }
        @media (max-width: 1200px) and (min-width: 992px) {
          #team_page #person_dtails .card_box .card_outer .dtails_box .head_sec {
            margin-bottom: 15px; } }
        #team_page #person_dtails .card_box .card_outer .dtails_box .head_sec .name {
          font-size: 22px;
          color: #119f4a;
          font-weight: bold;
          margin-bottom: 10px;
          text-transform: uppercase; }
          @media (max-width: 1200px) and (min-width: 992px) {
            #team_page #person_dtails .card_box .card_outer .dtails_box .head_sec .name {
              font-size: 18px; } }
          @media only screen and (max-width: 576px) {
            #team_page #person_dtails .card_box .card_outer .dtails_box .head_sec .name {
              font-size: 18px; } }
        #team_page #person_dtails .card_box .card_outer .dtails_box .head_sec .sub_name {
          font-size: 13px;
          color: #373737;
          font-weight: 600;
          margin-bottom: 10px;
          text-transform: uppercase; }
        #team_page #person_dtails .card_box .card_outer .dtails_box .head_sec a {
          font-size: 13px;
          color: #2a2a2a;
          font-weight: bold;
          margin-bottom: 30px; }
      #team_page #person_dtails .card_box .card_outer .dtails_box .info_sec .place {
        font-size: 18px;
        font-weight: 300;
        color: #373737;
        margin-bottom: 15px; }
        @media (max-width: 1200px) and (min-width: 992px) {
          #team_page #person_dtails .card_box .card_outer .dtails_box .info_sec .place {
            font-size: 16px; } }
      #team_page #person_dtails .card_box .card_outer .dtails_box .info_sec a {
        color: #373737;
        font-size: 16px;
        font-weight: 500;
        padding-left: 40px;
        position: relative;
        margin-bottom: 15px; }
        @media (max-width: 1200px) and (min-width: 992px) {
          #team_page #person_dtails .card_box .card_outer .dtails_box .info_sec a {
            font-size: 14px; } }
      #team_page #person_dtails .card_box .card_outer .dtails_box .info_sec .phone:before {
        content: "";
        position: absolute;
        background: url("../images/icons/phone.png") no-repeat center;
        left: 0;
        height: 20px;
        width: 20px;
        background-size: contain; }
      #team_page #person_dtails .card_box .card_outer .dtails_box .info_sec .mail:before {
        content: "";
        position: absolute;
        background: url("../images/icons/mail1.png") no-repeat center;
        left: 0;
        height: 20px;
        width: 20px;
        background-size: contain; }

/********************VACANCIES_PAGE*********************** */
#vacancies_page #top_sec {
  padding: 100px 0 50px; }
  @media only screen and (max-width: 1400px) {
    #vacancies_page #top_sec {
      padding: 55px 0; } }
  @media only screen and (max-width: 992px) {
    #vacancies_page #top_sec {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    #vacancies_page #top_sec {
      padding: 50px 0; } }
  @media only screen and (max-width: 576px) {
    #vacancies_page #top_sec {
      padding: 40px 0; } }
  #vacancies_page #top_sec p {
    font-size: 16px;
    color: #424242;
    line-height: 24px;
    font-weight: 400; }
  #vacancies_page #top_sec .address .title {
    font-size: 18px;
    color: #424242;
    font-weight: 600;
    margin-bottom: 15px; }
  #vacancies_page #top_sec form .search_jobs {
    padding: 30px 25px;
    background: rgba(17, 159, 74, 0.1); }
    @media only screen and (max-width: 576px) {
      #vacancies_page #top_sec form .search_jobs {
        padding: 25px 10px; } }
    #vacancies_page #top_sec form .search_jobs .row {
      justify-content: center; }
  #vacancies_page #top_sec form .form-group::after {
    content: "";
    display: flex;
    clear: both; }
  #vacancies_page #top_sec form .form-group label {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px; }
  #vacancies_page #top_sec form .form-control {
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 400;
    line-height: normal;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ffffff26;
    outline: none;
    box-shadow: none; }
    #vacancies_page #top_sec form .form-control::placeholder {
      font-size: 14px;
      color: #2f2f2f;
      font-weight: 400; }
    @media only screen and (max-width: 992px) {
      #vacancies_page #top_sec form .form-control {
        font-size: 12px; }
        #vacancies_page #top_sec form .form-control::placeholder {
          font-size: 14px; } }
  #vacancies_page #top_sec form .submit {
    background: #00ae55;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    float: right;
    font-family: "Inter", sans-serif;
    text-transform: uppercase; }
  #vacancies_page #top_sec form .job_types {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 25px; }
    @media only screen and (max-width: 576px) {
      #vacancies_page #top_sec form .job_types {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
    #vacancies_page #top_sec form .job_types li label {
      display: flex;
      align-items: center; }
      #vacancies_page #top_sec form .job_types li label input[type=checkbox] {
        width: 23px !important;
        height: 23px !important;
        margin-right: 10px;
        position: relative; }
        @media only screen and (max-width: 576px) {
          #vacancies_page #top_sec form .job_types li label input[type=checkbox] {
            margin-top: 5px; } }
        #vacancies_page #top_sec form .job_types li label input[type=checkbox]::before {
          content: "";
          position: absolute;
          left: 0px;
          top: 0px;
          border: 2px solid #d8d8d8;
          background-color: white;
          width: 23px;
          height: 23px; }
        #vacancies_page #top_sec form .job_types li label input[type=checkbox]::after {
          content: "";
          background: url("../images/icons/checkmark.png") no-repeat center;
          width: 23px;
          height: 23px;
          position: absolute;
          left: 0;
          top: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          color: #119f4a;
          opacity: 0;
          visibility: hidden;
          transition: ease-in-out all 0.3s; }
        #vacancies_page #top_sec form .job_types li label input[type=checkbox]:checked::after {
          opacity: 1;
          visibility: visible; }
  #vacancies_page #top_sec form .job_list .job_listings {
    background: rgba(17, 159, 74, 0.1);
    padding: 25px; }
    @media only screen and (max-width: 576px) {
      #vacancies_page #top_sec form .job_list .job_listings {
        padding: 20px 10px; } }
    #vacancies_page #top_sec form .job_list .job_listings .post {
      background: #ffffff;
      padding: 15px 20px;
      margin-bottom: 3px; }
      @media only screen and (max-width: 576px) {
        #vacancies_page #top_sec form .job_list .job_listings .post {
          padding: 15px 10px; } }
      #vacancies_page #top_sec form .job_list .job_listings .post a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #vacancies_page #top_sec form .job_list .job_listings .post a img {
          width: 40px;
          height: 40px; }
          @media only screen and (max-width: 768px) {
            #vacancies_page #top_sec form .job_list .job_listings .post a img {
              display: none; } }
        #vacancies_page #top_sec form .job_list .job_listings .post a .position {
          width: 55%;
          padding-left: 42px; }
          @media only screen and (max-width: 768px) {
            #vacancies_page #top_sec form .job_list .job_listings .post a .position {
              padding-left: 0;
              width: auto;
              padding-right: 20px; } }
          #vacancies_page #top_sec form .job_list .job_listings .post a .position h3 {
            font-size: 16px;
            color: #2f2f2f;
            font-weight: 500; }
            @media only screen and (max-width: 576px) {
              #vacancies_page #top_sec form .job_list .job_listings .post a .position h3 {
                font-size: 14px; } }
        #vacancies_page #top_sec form .job_list .job_listings .post a .scnd {
          display: flex;
          width: 40%;
          align-items: center;
          justify-content: space-between; }
          @media only screen and (max-width: 768px) {
            #vacancies_page #top_sec form .job_list .job_listings .post a .scnd {
              display: block;
              width: auto; } }
          #vacancies_page #top_sec form .job_list .job_listings .post a .scnd .location {
            color: #999;
            font-size: 14px; }
            @media only screen and (max-width: 768px) {
              #vacancies_page #top_sec form .job_list .job_listings .post a .scnd .location {
                text-align: right;
                margin-bottom: 10px; } }
          #vacancies_page #top_sec form .job_list .job_listings .post a .scnd .meta {
            text-align: right; }
            #vacancies_page #top_sec form .job_list .job_listings .post a .scnd .meta li {
              color: #999;
              font-size: 14px; }
              #vacancies_page #top_sec form .job_list .job_listings .post a .scnd .meta li.freelance {
                color: #39c;
                font-weight: 600;
                margin-bottom: 10px; }

/********************SERVICE-PROVIDERS_PAGE*********************** */
#servise_provides #top_sec {
  padding: 100px 0 50px; }
  @media only screen and (max-width: 1400px) {
    #servise_provides #top_sec {
      padding: 55px 0; } }
  @media only screen and (max-width: 992px) {
    #servise_provides #top_sec {
      padding: 70px 0 0; } }
  @media only screen and (max-width: 768px) {
    #servise_provides #top_sec {
      padding: 50px 0 0; } }
  @media only screen and (max-width: 576px) {
    #servise_provides #top_sec {
      padding: 40px 0 0; } }
  #servise_provides #top_sec .top_bx {
    margin-bottom: 15px; }
    #servise_provides #top_sec .top_bx p {
      font-size: 18px;
      color: #424242;
      font-weight: 500; }
      #servise_provides #top_sec .top_bx p a {
        display: inline;
        font-weight: 500;
        font-size: 16px;
        color: #00ae55; }
  #servise_provides #top_sec ul {
    margin-bottom: 30px; }
    #servise_provides #top_sec ul li {
      position: relative;
      padding-left: 30px;
      font-size: 16px;
      color: #424242;
      font-weight: 400;
      margin-bottom: 15px;
      line-height: 24px; }
      #servise_provides #top_sec ul li::before {
        content: "";
        position: absolute;
        background: url("../images/icons/tick1.png") no-repeat center;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        left: 0;
        background-size: contain;
        top: 3px; }
  #servise_provides #top_sec .head {
    font-size: 22px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 20px; }
  #servise_provides #top_sec p {
    color: #424242; }

/********************SHIPPING-LEGISLATION_PAGE*********************** */
#shipping_legislation #top_sec {
  padding: 100px 0 50px; }
  @media only screen and (max-width: 1400px) {
    #shipping_legislation #top_sec {
      padding: 55px 0; } }
  @media only screen and (max-width: 992px) {
    #shipping_legislation #top_sec {
      padding: 60px 0 0; } }
  @media only screen and (max-width: 768px) {
    #shipping_legislation #top_sec {
      padding: 50px 0 0; } }
  @media only screen and (max-width: 576px) {
    #shipping_legislation #top_sec {
      padding: 40px 0 0; } }
  #shipping_legislation #top_sec .top_bx {
    margin-bottom: 15px; }
  #shipping_legislation #top_sec #common_table .head_box {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 576px) {
      #shipping_legislation #top_sec #common_table .head_box {
        display: block; } }
    #shipping_legislation #top_sec #common_table .head_box .head {
      font-size: 22px;
      font-weight: 600;
      color: #363636;
      margin-bottom: 20px; }
      @media only screen and (max-width: 576px) {
        #shipping_legislation #top_sec #common_table .head_box .head {
          font-size: 20px; } }
    #shipping_legislation #top_sec #common_table .head_box .clear_sec {
      margin-bottom: 20px; }
      #shipping_legislation #top_sec #common_table .head_box .clear_sec form {
        display: flex;
        align-items: center; }
        #shipping_legislation #top_sec #common_table .head_box .clear_sec form .form-control {
          box-shadow: none;
          padding: 15px 15px;
          border-radius: 0; }
          @media only screen and (min-width: 992px) {
            #shipping_legislation #top_sec #common_table .head_box .clear_sec form .form-control {
              width: 345px;
              padding: 20px 15px; } }
          #shipping_legislation #top_sec #common_table .head_box .clear_sec form .form-control:focus {
            border-color: #119f4a; }
        #shipping_legislation #top_sec #common_table .head_box .clear_sec form button {
          position: relative;
          height: 30px;
          width: 30px;
          background: none;
          border: none;
          box-shadow: none;
          cursor: pointer; }
          #shipping_legislation #top_sec #common_table .head_box .clear_sec form button:focus {
            box-shadow: none;
            outline: none; }
          #shipping_legislation #top_sec #common_table .head_box .clear_sec form button::before {
            position: absolute;
            content: "";
            width: 25px;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            height: 25px;
            background-repeat: no-repeat;
            background-size: 60% !important;
            background: url(../images/icons/clear.png) no-repeat center; }
  #shipping_legislation #top_sec #common_table .table_box {
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 25px; }
    #shipping_legislation #top_sec #common_table .table_box .summary {
      position: absolute;
      bottom: 0;
      left: 15px;
      letter-spacing: 0.75px;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #119f4a; }
      #shipping_legislation #top_sec #common_table .table_box .summary b {
        font-weight: 400 !important; }

/********************APPLICATIN_PAGE*********************** */
/********************PROCEDURE_PAGE_LAYOUT*********************** */
#reg-process h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 25px; }
#reg-process p {
  font-size: 16px;
  margin-bottom: 15px; }
#reg-process .head_box {
  margin-top: 25px;
  justify-content: flex-end; }
#reg-process .table_box {
  margin-bottom: 0; }
  #reg-process .table_box .bottom_sec {
    margin-top: 30px; }
#reg-process #scnd_sec .container {
  background: #315045;
  padding: 25px; }
  #reg-process #scnd_sec .container .head {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px; }
  #reg-process #scnd_sec .container .bx1 {
    padding: 25px 25px 0; }
    #reg-process #scnd_sec .container .bx1 .title {
      color: #119f4a;
      font-size: 17px;
      margin-bottom: 15px;
      font-weight: 500; }
    #reg-process #scnd_sec .container .bx1 p {
      font-size: 14px;
      color: #ffffff;
      line-height: 24px;
      font-weight: 300; }

/********************OWNERSHIP_PAGE_LAYOUT*********************** */
#ownership #scnd_box {
  padding: 40px 0;
  background: rgba(17, 159, 74, 0.1); }
  #ownership #scnd_box .cndnt_bx {
    padding: 25px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 10px; }
    @media only screen and (max-width: 576px) {
      #ownership #scnd_box .cndnt_bx {
        display: block; } }
    #ownership #scnd_box .cndnt_bx .imgbox {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 15%;
      margin-right: 20px; }
      @media only screen and (max-width: 576px) {
        #ownership #scnd_box .cndnt_bx .imgbox {
          justify-content: left; } }
      #ownership #scnd_box .cndnt_bx .imgbox img {
        border-radius: 50%;
        background: #000000;
        max-width: 80px;
        padding: 15px; }
        @media only screen and (max-width: 576px) {
          #ownership #scnd_box .cndnt_bx .imgbox img {
            max-width: 60px;
            margin-bottom: 15px; } }
    #ownership #scnd_box .cndnt_bx p {
      margin-bottom: 15px; }
    #ownership #scnd_box .cndnt_bx .sub {
      font-size: 18px;
      color: #363636;
      font-weight: 700;
      margin-bottom: 15px; }
    #ownership #scnd_box .cndnt_bx .title {
      font-size: 24px;
      font-weight: 600;
      color: #363636;
      margin-bottom: 20px; }
      @media only screen and (max-width: 576px) {
        #ownership #scnd_box .cndnt_bx .title {
          font-size: 18px; } }
    #ownership #scnd_box .cndnt_bx ul {
      list-style: disc;
      list-style-position: inside; }
      #ownership #scnd_box .cndnt_bx ul li {
        font-size: 16px;
        color: #5c5c5c;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 15px; }
#ownership #reg_process {
  padding-top: 30px; }

/********************ORGANAISATION_PAGE_LAYOUT*********************** */
#organaisation #top_sec h2, #organaisation #top_sec h3, #organaisation #top_sec h4, #organaisation #top_sec h5, #organaisation #top_sec h6 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #organaisation #top_sec h2, #organaisation #top_sec h3, #organaisation #top_sec h4, #organaisation #top_sec h5, #organaisation #top_sec h6 {
      font-size: 18px; } }
#organaisation #top_sec ul {
  margin-bottom: 25px; }
  #organaisation #top_sec ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 25px;
    position: relative; }
    #organaisation #top_sec ul li a {
      display: inline;
      font-weight: 400;
      color: #119f4a;
      font-size: 16px; }
    #organaisation #top_sec ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
#organaisation #top_sec p {
  margin-bottom: 15px; }
  #organaisation #top_sec p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#organaisation #top_sec .top_bx .head {
  font-size: 28px;
  color: #363636;
  font-weight: 600;
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    #organaisation #top_sec .top_bx .head {
      font-size: 24px; } }
  @media only screen and (max-width: 576px) {
    #organaisation #top_sec .top_bx .head {
      font-size: 22px;
      font-weight: 500; } }

/********************BAREBOAT_PAGE_LAYOUT*********************** */
#bareboat h4 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #bareboat h4 {
      font-size: 18px; } }
#bareboat p a {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #119f4a; }
#bareboat .top_bx {
  padding: 0 30px; }
  @media only screen and (max-width: 576px) {
    #bareboat .top_bx {
      padding: 0; } }
  #bareboat .top_bx p {
    margin-bottom: 10px; }
#bareboat .bg_bx {
  margin-bottom: 10px;
  background: rgba(17, 159, 74, 0.1);
  padding: 30px; }
  @media only screen and (max-width: 576px) {
    #bareboat .bg_bx {
      padding: 25px 15px; } }
  #bareboat .bg_bx p {
    margin-bottom: 15px; }

/********************CIVIL-LIABILITY_PAGE_LAYOUT*********************** */
#civil-liability #top_sec ul {
  margin-bottom: 25px; }
  #civil-liability #top_sec ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative; }
    #civil-liability #top_sec ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
#civil-liability #top_sec h4 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #civil-liability #top_sec h4 {
      font-size: 18px; } }
#civil-liability #top_sec p {
  margin-bottom: 15px; }
  #civil-liability #top_sec p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
@media only screen and (min-width: 992px) {
  #civil-liability #top_sec .fst_sec {
    text-align: justify; } }
#civil-liability #top_sec .fst_sec .title {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  line-height: 28px; }
#civil-liability #top_sec .bg_bx {
  margin-top: 30px;
  background: rgba(17, 159, 74, 0.1);
  padding: 30px; }
  @media only screen and (max-width: 576px) {
    #civil-liability #top_sec .bg_bx {
      padding: 25px 15px; } }
  #civil-liability #top_sec .bg_bx p {
    margin-bottom: 15px; }
#civil-liability #top_sec .bg_bx1 {
  padding: 30px 0; }
#civil-liability #find_sec {
  background: rgba(17, 159, 74, 0.1);
  padding: 40px 0;
  margin-bottom: 30px; }
  #civil-liability #find_sec .head_sec h3, #civil-liability #find_sec .head_sec .title {
    font-size: 36px;
    color: #2b2a2a;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media only screen and (max-width: 992px) {
      #civil-liability #find_sec .head_sec h3, #civil-liability #find_sec .head_sec .title {
        font-size: 32px; } }
    @media only screen and (max-width: 768px) {
      #civil-liability #find_sec .head_sec h3, #civil-liability #find_sec .head_sec .title {
        font-size: 28px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 576px) {
      #civil-liability #find_sec .head_sec h3, #civil-liability #find_sec .head_sec .title {
        margin-bottom: 20px;
        font-size: 24px; } }
  #civil-liability #find_sec #tab_sec .nav-tabs .nav-item {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    overflow: hidden;
    background: #ffffff;
    margin-right: 5px; }
    #civil-liability #find_sec #tab_sec .nav-tabs .nav-item .nav-link {
      color: #119f4a;
      min-width: 204px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }
      #civil-liability #find_sec #tab_sec .nav-tabs .nav-item .nav-link.active {
        background: #119f4a;
        color: #ffffff; }
      @media only screen and (max-width: 768px) {
        #civil-liability #find_sec #tab_sec .nav-tabs .nav-item .nav-link {
          min-width: 160px; } }
      @media only screen and (max-width: 576px) {
        #civil-liability #find_sec #tab_sec .nav-tabs .nav-item .nav-link {
          min-width: 135px;
          font-size: 13px;
          height: 36px; } }
  #civil-liability #find_sec #tab_sec .tab-content .tab-pane iframe {
    height: 600px; }
    @media only screen and (max-width: 992px) {
      #civil-liability #find_sec #tab_sec .tab-content .tab-pane iframe {
        height: 500px; } }
    @media only screen and (max-width: 768px) {
      #civil-liability #find_sec #tab_sec .tab-content .tab-pane iframe {
        height: 400px; } }
    @media only screen and (max-width: 576px) {
      #civil-liability #find_sec #tab_sec .tab-content .tab-pane iframe {
        height: 250px; } }
  #civil-liability #find_sec #tab_sec .tab-content .tab-pane .table_box {
    background: #ffffff;
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      #civil-liability #find_sec #tab_sec .tab-content .tab-pane .table_box {
        padding: 25px; } }
    @media only screen and (max-width: 576px) {
      #civil-liability #find_sec #tab_sec .tab-content .tab-pane .table_box {
        padding: 0; } }
    #civil-liability #find_sec #tab_sec .tab-content .tab-pane .table_box table tbody td:first-child .txt {
      font-weight: 600; }

/********************CSR_PAGE_LAYOUT*********************** */
#csr #top_sec .top_bx {
  margin-bottom: 30px; }
#csr #top_sec h4 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #csr #top_sec h4 {
      font-size: 18px; } }
#csr #top_sec p {
  margin-bottom: 15px; }
  #csr #top_sec p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }

/********************EPIRB_PAGE_LAYOUT*********************** */
#epirb #top_sec p {
  margin-bottom: 15px; }
  #epirb #top_sec p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#epirb #top_sec ul {
  margin-bottom: 25px; }
  #epirb #top_sec ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative; }
    #epirb #top_sec ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }

/********************flag-state-inspectors_PAGE_LAYOUT*********************** */
#flag-state-inspectors #top_sec p {
  margin-bottom: 15px; }
  #flag-state-inspectors #top_sec p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#flag-state-inspectors #top_sec ul {
  margin-bottom: 25px; }
  #flag-state-inspectors #top_sec ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 25px;
    position: relative; }
    #flag-state-inspectors #top_sec ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
#flag-state-inspectors #top_sec .info {
  font-size: 14px;
  font-style: italic; }
@media only screen and (max-width: 992px) {
  #flag-state-inspectors #top_sec .rit_sec {
    margin-top: 30px; } }
#flag-state-inspectors #top_sec .rit_sec .bg_bx {
  background: #119f4a;
  padding: 20px; }
  #flag-state-inspectors #top_sec .rit_sec .bg_bx .title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px; }
  #flag-state-inspectors #top_sec .rit_sec .bg_bx p {
    color: #fff;
    font-weight: 300; }
#flag-state-inspectors #table_sec #common_table .head_box {
  justify-content: flex-end; }
#flag-state-inspectors #map_sec {
  padding: 30px 0 60px; }
  #flag-state-inspectors #map_sec .map .title {
    font-size: 22px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 15px; }
    @media only screen and (max-width: 576px) {
      #flag-state-inspectors #map_sec .map .title {
        font-size: 18px; } }
  #flag-state-inspectors #map_sec .map iframe {
    height: 500px; }
    @media only screen and (max-width: 768px) {
      #flag-state-inspectors #map_sec .map iframe {
        height: 330px; } }
    @media only screen and (max-width: 576px) {
      #flag-state-inspectors #map_sec .map iframe {
        height: 260px; } }

/********************LRIT_PAGE_LAYOUT*********************** */
#lrit h4 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #lrit h4 {
      font-size: 18px; } }
#lrit ul {
  margin-bottom: 25px; }
  #lrit ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 25px;
    position: relative; }
    #lrit ul li a {
      display: inline;
      font-weight: 400;
      color: #119f4a;
      font-size: 16px; }
    #lrit ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
#lrit p {
  margin-bottom: 15px; }
  #lrit p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#lrit #top_sec {
  padding-bottom: 30px; }
  #lrit #top_sec .row {
    margin-top: 30px; }
  #lrit #top_sec .address_bx {
    margin-top: 40px;
    background: #119f4a;
    padding: 30px; }
    @media only screen and (max-width: 992px) {
      #lrit #top_sec .address_bx {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        justify-content: space-between; } }
    @media only screen and (max-width: 600px) {
      #lrit #top_sec .address_bx {
        display: block; } }
    #lrit #top_sec .address_bx .title {
      font-size: 18px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 15px; }
    #lrit #top_sec .address_bx p {
      color: #ffffff;
      font-weight: 300; }
    #lrit #top_sec .address_bx a {
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      margin-bottom: 10px;
      display: flex;
      transition: 0.5s; }
      #lrit #top_sec .address_bx a:hover {
        color: #000000; }
      #lrit #top_sec .address_bx a span {
        font-weight: 600;
        min-width: 80px;
        color: #ffffff;
        position: relative; }
        #lrit #top_sec .address_bx a span::after {
          position: absolute;
          content: ":";
          right: 0;
          top: 0;
          margin-right: 10px; }
#lrit #bottom_sec {
  padding-bottom: 30px; }
  #lrit #bottom_sec .disc_sec {
    margin-top: 30px; }
#lrit #accordion_Sec {
  padding-bottom: 100px; }
  @media only screen and (max-width: 992px) {
    #lrit #accordion_Sec {
      padding: 0 0 70px; } }
  @media only screen and (max-width: 768px) {
    #lrit #accordion_Sec {
      padding: 0 0 50px; } }
  @media only screen and (max-width: 576px) {
    #lrit #accordion_Sec {
      padding: 0 0 40px; } }
  #lrit #accordion_Sec .accordion #common_table .head_box {
    justify-content: flex-end; }
  #lrit #accordion_Sec .accordion #common_table .table_box {
    margin-bottom: 30px; }

/********************MORTGAGES_PAGE_LAYOUT*********************** */
#mortgages h2, #mortgages h3, #mortgages h4, #mortgages h6 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #mortgages h2, #mortgages h3, #mortgages h4, #mortgages h6 {
      font-size: 18px; } }
#mortgages a {
  font-weight: 400;
  color: #119f4a;
  line-height: 24px;
  font-size: 16px; }
#mortgages ul {
  margin-bottom: 25px; }
  #mortgages ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 25px;
    position: relative; }
    #mortgages ul li a {
      display: inline;
      font-weight: 400;
      color: #119f4a;
      font-size: 16px; }
    #mortgages ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
#mortgages p {
  margin-bottom: 15px; }
  #mortgages p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#mortgages #accordion_Sec {
  padding-bottom: 100px; }
  @media only screen and (max-width: 992px) {
    #mortgages #accordion_Sec {
      padding: 0 0 70px; } }
  @media only screen and (max-width: 768px) {
    #mortgages #accordion_Sec {
      padding: 0 0 50px; } }
  @media only screen and (max-width: 576px) {
    #mortgages #accordion_Sec {
      padding: 0 0 40px; } }

/********************NEWS_PAGE_LAYOUT*********************** */
#news h4 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #news h4 {
      font-size: 18px; } }
#news p {
  margin-bottom: 15px; }
  #news p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#news #top_sec {
  padding: 92px 0 30px; }
  @media only screen and (max-width: 992px) {
    #news #top_sec {
      padding: 80px 0 30px; } }
  @media only screen and (max-width: 768px) {
    #news #top_sec {
      padding: 40px 0; } }
  @media only screen and (min-width: 1200px) {
    #news #top_sec .ft_bx {
      padding-right: 50px; } }
  #news #top_sec .blog_list .all_cntnt {
    margin-bottom: 30px; }
  #news #top_sec .blog_list .blog_box {
    overflow: hidden; }
    #news #top_sec .blog_list .blog_box .img_otr {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
    #news #top_sec .blog_list .blog_box .img_box {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
      height: 195px;
      width: 100%;
      transition: 0.5s ease-in-out; }
      #news #top_sec .blog_list .blog_box .img_box:hover {
        webkit-transform: scale(1.08);
        transform: scale(1.08); }
      @media only screen and (max-width: 768px) {
        #news #top_sec .blog_list .blog_box .img_box {
          height: 230px; } }
    #news #top_sec .blog_list .blog_box .date {
      background: #119f4a;
      position: relative;
      margin-right: 15px;
      bottom: 15px;
      text-align: center;
      float: right;
      font-style: italic;
      font-size: 13px;
      margin-top: -45px;
      font-weight: 500;
      color: white;
      line-height: normal;
      padding: 4px 13px;
      border-radius: 3px;
      text-transform: capitalize;
      transition: ease-in-out all 0.3s;
      width: fit-content; }
      #news #top_sec .blog_list .blog_box .date span {
        font-size: 30px;
        color: white;
        font-weight: 600;
        display: block;
        text-transform: uppercase; }
  #news #top_sec .blog_list .cntnt_box .info {
    font-size: 18px;
    color: #363636;
    font-weight: 500;
    line-height: 24px; }
    @media only screen and (max-width: 768px) {
      #news #top_sec .blog_list .cntnt_box .info {
        font-size: 15px; } }
  #news #top_sec .blog_list .cntnt_box:hover .img_box .date {
    background: #119f4a; }
  #news #top_sec .recent_sec .title {
    font-size: 24px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 20px; }
    @media only screen and (max-width: 576px) {
      #news #top_sec .recent_sec .title {
        font-size: 18px; } }
  #news #top_sec .recent_sec .r_box {
    margin-bottom: 20px; }
  #news #top_sec .recent_sec .recent_box {
    background: rgba(17, 159, 74, 0.1);
    padding: 10px 10px; }
    #news #top_sec .recent_sec .recent_box .blog_box {
      display: flex;
      height: auto; }
      #news #top_sec .recent_sec .recent_box .blog_box .img_box {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 100px; }
      #news #top_sec .recent_sec .recent_box .blog_box .cntnt_box {
        width: calc(100% - 100px);
        padding-left: 15px; }
        #news #top_sec .recent_sec .recent_box .blog_box .cntnt_box .sub_title {
          font-size: 15px;
          color: #1b1b1c;
          line-height: 26px;
          margin-bottom: 12px;
          font-weight: 600; }
        #news #top_sec .recent_sec .recent_box .blog_box .cntnt_box .date {
          font-size: 11px;
          font-weight: 600;
          color: #119f4a;
          text-transform: uppercase; }

/********************NEWS-DETAIL_PAGE_LAYOUT*********************** */
#news-detail #top_sec .blog_dtl_box {
  background: rgba(17, 159, 74, 0.1);
  padding: 20px; }
  @media only screen and (min-width: 992px) {
    #news-detail #top_sec .blog_dtl_box {
      padding-right: 35px; } }
#news-detail #top_sec .blog_header .blog_title {
  font-size: 36px;
  font-weight: 600;
  color: #1b1b1c;
  line-height: normal;
  text-transform: capitalize; }
  @media (max-width: 1400px) and (min-width: 992px) {
    #news-detail #top_sec .blog_header .blog_title {
      font-size: 22px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    #news-detail #top_sec .blog_header .blog_title {
      font-size: 20px; } }
  @media (max-width: 768px) and (min-width: 468px) {
    #news-detail #top_sec .blog_header .blog_title {
      font-size: 20px; } }
  @media only screen and (max-width: 468px) {
    #news-detail #top_sec .blog_header .blog_title {
      font-size: 17px; } }
#news-detail #top_sec .blog_meta {
  padding: 30px 0; }
  @media only screen and (max-width: 992px) {
    #news-detail #top_sec .blog_meta {
      padding: 15px 0; } }
  #news-detail #top_sec .blog_meta ul {
    display: flex;
    align-items: center; }
  #news-detail #top_sec .blog_meta li {
    font-size: 14px;
    color: #119f4a;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding: 0px 15px; }
    #news-detail #top_sec .blog_meta li:not(:last-of-type) {
      position: relative; }
      #news-detail #top_sec .blog_meta li:not(:last-of-type)::after {
        content: "/";
        position: absolute;
        right: -6px;
        top: 0px; }
    #news-detail #top_sec .blog_meta li:first-child {
      padding-left: 0px; }
    #news-detail #top_sec .blog_meta li:last-child {
      padding-right: 0px;
      border-right: 0px; }
    @media (max-width: 1400px) and (min-width: 992px) {
      #news-detail #top_sec .blog_meta li {
        font-size: 13px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      #news-detail #top_sec .blog_meta li {
        font-size: 11px; } }
    @media (max-width: 768px) and (min-width: 468px) {
      #news-detail #top_sec .blog_meta li {
        font-size: 11px; } }
    @media only screen and (max-width: 468px) {
      #news-detail #top_sec .blog_meta li {
        font-size: 10px; } }
  #news-detail #top_sec .blog_meta::after {
    content: "";
    display: flex;
    clear: both; }
#news-detail #top_sec .blog_cntnt h4 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #news-detail #top_sec .blog_cntnt h4 {
      font-size: 18px; } }
#news-detail #top_sec .blog_cntnt ul {
  margin-bottom: 25px; }
  #news-detail #top_sec .blog_cntnt ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 25px;
    position: relative; }
    #news-detail #top_sec .blog_cntnt ul li a {
      display: inline;
      font-weight: 400;
      color: #119f4a;
      font-size: 16px; }
    #news-detail #top_sec .blog_cntnt ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
#news-detail #top_sec .blog_cntnt p {
  margin-bottom: 15px; }
  #news-detail #top_sec .blog_cntnt p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#news-detail #top_sec .blog_cntnt .img_box {
  margin-bottom: 30px;
  height: 400px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }
  @media only screen and (max-width: 768px) {
    #news-detail #top_sec .blog_cntnt .img_box {
      height: 340px; } }
  @media only screen and (max-width: 576px) {
    #news-detail #top_sec .blog_cntnt .img_box {
      height: 225px; } }
#news-detail #top_sec .blog_cntnt p {
  font-size: 14px;
  color: #505050;
  line-height: 28px;
  margin-bottom: 30px; }
  @media (max-width: 1400px) and (min-width: 992px) {
    #news-detail #top_sec .blog_cntnt p {
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 992px) {
    #news-detail #top_sec .blog_cntnt p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 15px; } }
@media only screen and (max-width: 1200px) {
  #news-detail #top_sec aside {
    margin-top: 40px; } }
#news-detail #top_sec aside .new_posts {
  margin-bottom: 60px; }
  @media (max-width: 992px) and (min-width: 576px) {
    #news-detail #top_sec aside .new_posts {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
#news-detail #top_sec aside .head {
  position: relative;
  margin-bottom: 45px; }
  @media (max-width: 992px) and (min-width: 576px) {
    #news-detail #top_sec aside .head {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 1200px) {
    #news-detail #top_sec aside .head {
      margin-bottom: 25px; } }
  #news-detail #top_sec aside .head span {
    font-size: 24px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 20px; }
    @media (max-width: 1400px) and (min-width: 992px) {
      #news-detail #top_sec aside .head span {
        font-size: 21px; } }
    @media (max-width: 992px) and (min-width: 768px) {
      #news-detail #top_sec aside .head span {
        font-size: 19px; } }
    @media only screen and (max-width: 768px) {
      #news-detail #top_sec aside .head span {
        font-size: 18px; } }
#news-detail #top_sec aside .blog_row {
  width: 100%; }
  @media (max-width: 1200px) and (min-width: 992px) {
    #news-detail #top_sec aside .blog_row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px; } }
  #news-detail #top_sec aside .blog_row .blog_box {
    margin-bottom: 35px; }
    @media only screen and (min-width: 576px) {
      #news-detail #top_sec aside .blog_row .blog_box {
        display: flex;
        height: auto; } }
    #news-detail #top_sec aside .blog_row .blog_box .img_box {
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      width: 90px;
      height: 45px; }
      @media (max-width: 1600px) and (min-width: 1400px) {
        #news-detail #top_sec aside .blog_row .blog_box .img_box {
          width: 75px;
          height: 45px; } }
      @media (max-width: 1200px) and (min-width: 992px) {
        #news-detail #top_sec aside .blog_row .blog_box .img_box {
          height: 55px; } }
      @media only screen and (max-width: 576px) {
        #news-detail #top_sec aside .blog_row .blog_box .img_box {
          width: 100%;
          height: 125px; } }
    #news-detail #top_sec aside .blog_row .blog_box .cntnt_box {
      width: calc(100% - 90px); }
      @media only screen and (min-width: 576px) {
        #news-detail #top_sec aside .blog_row .blog_box .cntnt_box {
          padding-left: 15px; } }
      @media (max-width: 1600px) and (min-width: 1400px) {
        #news-detail #top_sec aside .blog_row .blog_box .cntnt_box {
          width: calc(100% - 35px);
          padding-left: 15px; } }
      @media only screen and (max-width: 576px) {
        #news-detail #top_sec aside .blog_row .blog_box .cntnt_box {
          width: 100%;
          padding-top: 15px; } }
    #news-detail #top_sec aside .blog_row .blog_box .title {
      font-size: 14px;
      color: #1b1b1c;
      line-height: 26px;
      margin-bottom: 12px;
      font-weight: 600; }
      @media only screen and (max-width: 992px) {
        #news-detail #top_sec aside .blog_row .blog_box .title {
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 15px; } }
    #news-detail #top_sec aside .blog_row .blog_box .date {
      font-size: 11px;
      font-weight: 600;
      color: #119f4a;
      text-transform: uppercase;
      line-height: normal;
      font-style: italic;
      margin-bottom: 7px; }
      @media (max-width: 1600px) and (min-width: 992px) {
        #news-detail #top_sec aside .blog_row .blog_box .date {
          font-size: 12px; } }
      @media only screen and (max-width: 992px) {
        #news-detail #top_sec aside .blog_row .blog_box .date {
          font-size: 10px; } }
#news-detail #top_sec aside .readmore {
  margin-right: 30px;
  float: right;
  margin-top: 50px; }
#news-detail #top_sec .recent_sec {
  margin-top: 30px; }
  #news-detail #top_sec .recent_sec .title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative; }
    #news-detail #top_sec .recent_sec .title::after {
      content: "";
      position: absolute;
      width: 22px;
      height: 2px;
      background: #119f4a;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    @media only screen and (max-width: 576px) {
      #news-detail #top_sec .recent_sec .title {
        font-size: 18px; } }
  #news-detail #top_sec .recent_sec .r_box {
    margin-bottom: 20px; }
  #news-detail #top_sec .recent_sec .recent_box {
    padding: 10px 10px; }
    #news-detail #top_sec .recent_sec .recent_box .blog_box {
      display: flex;
      height: auto; }
      #news-detail #top_sec .recent_sec .recent_box .blog_box .img_box {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        width: 100px; }
      #news-detail #top_sec .recent_sec .recent_box .blog_box .cntnt_box {
        width: calc(100% - 100px);
        padding-left: 15px; }
        #news-detail #top_sec .recent_sec .recent_box .blog_box .cntnt_box .sub_title {
          font-size: 15px;
          color: #1b1b1c;
          line-height: 26px;
          margin-bottom: 12px;
          font-weight: 600; }
        #news-detail #top_sec .recent_sec .recent_box .blog_box .cntnt_box .date {
          font-size: 11px;
          font-weight: 600;
          color: #119f4a;
          text-transform: uppercase; }

/********************SECURITY_PAGE_LAYOUT*********************** */
#security h5 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-transform: uppercase; }
#security h2, #security h3, #security h4, #security h6 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #security h2, #security h3, #security h4, #security h6 {
      font-size: 18px; } }
#security ul {
  margin-bottom: 25px; }
  #security ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 25px;
    position: relative; }
    #security ul li a {
      display: inline;
      font-weight: 6;
      color: #119f4a;
      font-size: 16px; }
    #security ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
#security p {
  margin-bottom: 15px; }
  #security p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#security #top_sec .left_sec .bx_c {
  background: rgba(17, 159, 74, 0.2);
  padding: 20px; }
  @media only screen and (max-width: 992px) {
    #security #top_sec .left_sec .bx_c {
      margin-bottom: 25px; } }
#security #top_sec .left_sec .head {
  font-size: 34px;
  font-weight: 600;
  color: #363636;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    #security #top_sec .left_sec .head {
      font-size: 30px; }
      #security #top_sec .left_sec .head br {
        display: none;
        margin-bottom: 25px; } }
  @media only screen and (max-width: 768px) {
    #security #top_sec .left_sec .head {
      font-size: 26px; } }
  @media only screen and (max-width: 576px) {
    #security #top_sec .left_sec .head {
      font-size: 24px; } }
#security #top_sec .left_sec .sub_title {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  position: relative;
  padding-left: 60px; }
  @media only screen and (max-width: 576px) {
    #security #top_sec .left_sec .sub_title {
      font-size: 18px; } }
  #security #top_sec .left_sec .sub_title::before {
    content: "";
    position: absolute;
    background: url(../images/icons/sec.png) no-repeat center;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain; }
@media only screen and (min-width: 992px) {
  #security #top_sec .right_sec {
    padding-left: 40px; } }
#security #top_sec .right_sec .title {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  line-height: normal;
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    #security #top_sec .right_sec .title {
      font-size: 20px; } }
#security #top_sec .right_sec .inner_head {
  font-size: 18px;
  color: #363636;
  font-weight: 600;
  margin-bottom: 10px; }
#security #top_sec .right_sec a {
  margin-bottom: 7px;
  font-size: 16px;
  color: #363636; }
#security #alert_sec {
  padding: 80px 0;
  background: rgba(17, 159, 74, 0.1); }
  @media only screen and (max-width: 768px) {
    #security #alert_sec {
      padding: 40px 0; } }
  #security #alert_sec .title {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media only screen and (max-width: 992px) {
      #security #alert_sec .title {
        font-size: 30px;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 768px) {
      #security #alert_sec .title {
        font-size: 26px; } }
    @media only screen and (max-width: 576px) {
      #security #alert_sec .title {
        font-size: 24px; } }

/********************STCW_PAGE_LAYOUT*********************** */
#stcw h2, #stcw h3, #stcw h4, #stcw h5, #stcw h6 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    #stcw h2, #stcw h3, #stcw h4, #stcw h5, #stcw h6 {
      font-size: 18px; } }
#stcw ul {
  margin-bottom: 25px; }
  #stcw ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 25px;
    position: relative; }
    #stcw ul li a {
      display: inline;
      font-weight: 400;
      color: #119f4a;
      font-size: 16px; }
    #stcw ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
#stcw p {
  margin-bottom: 15px; }
  #stcw p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
#stcw .brand_sec {
  margin-top: 30px; }
  #stcw .brand_sec .title {
    margin-bottom: 30px; }
  #stcw .brand_sec .clients_slide .item .client_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 24px;
    border: solid 1px #ededed;
    background: #ffffff;
    min-height: 120px;
    margin: 0 7px; }
    @media (max-width: 1300px) and (min-width: 992px) {
      #stcw .brand_sec .clients_slide .item .client_box {
        min-height: 100px; } }
    @media only screen and (max-width: 576px) {
      #stcw .brand_sec .clients_slide .item .client_box {
        padding: 5px;
        min-height: 80px; } }
  #stcw .brand_sec .clients_slide .slide-prev {
    position: absolute;
    left: -32px;
    top: 18px;
    background: none;
    outline: none;
    border: 0; }
  #stcw .brand_sec .clients_slide .slide-nxt {
    right: -32px;
    position: absolute;
    top: 18px;
    background: none;
    outline: none;
    border: 0; }

/****************************FOOTER*********************** */
footer {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(23, 26, 33, 0.8); }
  footer .container {
    position: relative;
    z-index: 1; }
  footer .lft_sec {
    padding: 65px 0 0; }
    @media only screen and (max-width: 768px) {
      footer .lft_sec {
        padding: 65px 15px 0;
        margin: auto; } }
    @media only screen and (max-width: 576px) {
      footer .lft_sec {
        padding: 30px 15px 0; } }
    footer .lft_sec .otr_bx {
      margin-bottom: 60px;
      display: flex;
      align-items: center;
      margin: auto 0 60px; }
      @media only screen and (max-width: 992px) {
        footer .lft_sec .otr_bx {
          margin: auto 0 30px; } }
      footer .lft_sec .otr_bx .img_box {
        display: flex;
        align-items: center;
        margin-right: 30px; }
        @media only screen and (max-width: 576px) {
          footer .lft_sec .otr_bx .img_box {
            margin-bottom: 20px; } }
        footer .lft_sec .otr_bx .img_box img {
          margin-right: 25px; }
          @media only screen and (max-width: 576px) {
            footer .lft_sec .otr_bx .img_box img {
              max-width: 30%; } }
          footer .lft_sec .otr_bx .img_box img:last-child {
            margin-right: 0; }
      footer .lft_sec .otr_bx .txt_bx .head {
        font-size: 38px;
        font-weight: 600;
        color: #12d360;
        line-height: 45px; }
        @media (max-width: 1200px) and (min-width: 992px) {
          footer .lft_sec .otr_bx .txt_bx .head {
            font-size: 32px; } }
        @media only screen and (max-width: 992px) {
          footer .lft_sec .otr_bx .txt_bx .head {
            font-size: 30px; } }
        @media only screen and (max-width: 576px) {
          footer .lft_sec .otr_bx .txt_bx .head {
            font-size: 24px;
            line-height: 25px; } }
        footer .lft_sec .otr_bx .txt_bx .head span {
          font-weight: 300; }
  footer .foot_cntnt .foot_head {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 40px; }
    @media only screen and (max-width: 992px) {
      footer .foot_cntnt .foot_head {
        margin-bottom: 35px; } }
    @media only screen and (max-width: 768px) {
      footer .foot_cntnt .foot_head {
        font-size: 18px; } }
  footer .foot_cntnt .box1 {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 468px) {
      footer .foot_cntnt .box1 {
        display: block; } }
    footer .foot_cntnt .box1 ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 115px; }
      @media (max-width: 1200px) and (min-width: 992px) {
        footer .foot_cntnt .box1 ul {
          grid-column-gap: 30px; } }
      @media only screen and (max-width: 992px) {
        footer .foot_cntnt .box1 ul {
          grid-column-gap: 45px; } }
      @media only screen and (max-width: 768px) {
        footer .foot_cntnt .box1 ul {
          grid-column-gap: 0px; } }
      @media only screen and (max-width: 468px) {
        footer .foot_cntnt .box1 ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          margin-bottom: 30px; } }
      footer .foot_cntnt .box1 ul li {
        margin-bottom: 20px; }
        @media only screen and (max-width: 576px) {
          footer .foot_cntnt .box1 ul li {
            margin-bottom: 14px; } }
      footer .foot_cntnt .box1 ul a {
        font-size: 14px;
        color: white;
        line-height: normal;
        transition: 0.5s ease-in-out; }
        footer .foot_cntnt .box1 ul a:hover {
          color: #119f4a; }
  footer .foot_cntnt p {
    font-size: 16px;
    color: white;
    line-height: 34px; }
  footer .foot_cntnt .subscribe form p {
    font-size: 14px;
    font-weight: 500;
    color: #12d360;
    margin-bottom: 10px;
    line-height: 18px; }
    @media only screen and (max-width: 768px) {
      footer .foot_cntnt .subscribe form p br {
        display: none; } }
  footer .foot_cntnt .subscribe form .form-group .form-control {
    border-radius: 0;
    min-height: 42px;
    padding-left: 25px;
    border: none; }
    footer .foot_cntnt .subscribe form .form-group .form-control:focus {
      outline: none;
      box-shadow: none; }
    footer .foot_cntnt .subscribe form .form-group .form-control::placeholder {
      font-size: 14px;
      color: #151515;
      text-transform: capitalize; }
  footer .foot_cntnt .subscribe form .form-group button {
    border: none;
    border-radius: 0;
    background: #119f4a;
    min-height: 42px;
    padding: 0 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer; }
    footer .foot_cntnt .subscribe form .form-group button:focus {
      outline: none; }
    @media only screen and (max-width: 768px) {
      footer .foot_cntnt .subscribe form .form-group button {
        float: right; } }
  @media only screen and (min-width: 992px) {
    footer .rit_sec {
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (max-width: 992px) {
    footer .rit_sec {
      padding: 0; } }
  footer .main_info {
    background: rgba(17, 159, 74, 0.2);
    width: 100%;
    padding: 90px 0 65px 30px; }
    @media (max-width: 1200px) and (min-width: 992px) {
      footer .main_info {
        padding: 100px 0 30px 25px; } }
    @media only screen and (min-width: 992px) {
      footer .main_info {
        height: 100%; } }
    @media only screen and (max-width: 992px) {
      footer .main_info {
        display: flex;
        justify-content: space-between;
        padding: 30px; } }
    @media only screen and (max-width: 576px) {
      footer .main_info {
        padding: 30px 15px 30px;
        display: block;
        background: none; } }
    footer .main_info img {
      max-width: 117px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 768px) {
        footer .main_info img {
          max-width: 15%; } }
    footer .main_info .sub_head {
      font-size: 20px;
      color: #12d360;
      font-weight: 400;
      margin-bottom: 25px; }
      @media only screen and (max-width: 768px) {
        footer .main_info .sub_head {
          margin-bottom: 20px; } }
    footer .main_info .ph_sec {
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        footer .main_info .ph_sec {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 576px) {
        footer .main_info .ph_sec {
          margin-bottom: 35px; } }
      footer .main_info .ph_sec .main_ph {
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 10px; }
        @media (max-width: 1200px) and (min-width: 992px) {
          footer .main_info .ph_sec .main_ph {
            font-size: 18px; } }
        @media only screen and (max-width: 768px) {
          footer .main_info .ph_sec .main_ph {
            font-size: 22px; } }
        footer .main_info .ph_sec .main_ph a {
          line-height: 20px;
          display: inline-block; }
      footer .main_info .ph_sec .mail {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400; }
        footer .main_info .ph_sec .mail span {
          color: #23c8c3; }
    footer .main_info .add_box {
      margin-top: 45px; }
      @media only screen and (max-width: 992px) {
        footer .main_info .add_box {
          margin-top: 20px; } }
      footer .main_info .add_box p {
        font-size: 15px;
        color: #ffffff;
        font-weight: 400;
        line-height: 34px; }
        @media only screen and (max-width: 576px) {
          footer .main_info .add_box p br {
            display: none; } }
    footer .main_info .social .sub_head {
      color: #119f4a;
      font-size: 14px;
      margin-bottom: 15px; }
    footer .main_info p {
      font-size: 16px;
      color: white;
      line-height: 34px;
      margin: 0; }
    footer .main_info .social_icon {
      display: flex;
      align-items: center;
      margin: 0 -15px;
      padding-bottom: 40px;
      width: 260px;
      border-bottom: solid 1px #ffffff10; }
      @media only screen and (max-width: 992px) {
        footer .main_info .social_icon {
          padding-bottom: 20px; } }
      @media only screen and (max-width: 576px) {
        footer .main_info .social_icon {
          border-bottom: none; } }
      footer .main_info .social_icon li {
        padding: 0 15px; }
      footer .main_info .social_icon a {
        font-size: 23px;
        color: white; }
        @media only screen and (max-width: 468px) {
          footer .main_info .social_icon a {
            font-size: 17px; } }
        footer .main_info .social_icon a:hover {
          color: #119f4a; }
  footer .logo_box p {
    font-size: 14px;
    color: #ffffff;
    line-height: 34px; }
    @media only screen and (max-width: 576px) {
      footer .logo_box p {
        line-height: 24px; } }
  footer .logo_box .powrd {
    margin-top: 20px;
    font-size: 14px;
    color: white;
    line-height: normal; }
    footer .logo_box .powrd a {
      font-size: 14px;
      display: inline;
      color: #23c8c3; }

/********************MODULES****************** */
.inner_page p {
  margin-bottom: 15px; }
  .inner_page p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }
.inner_page .top_bx h3 {
  font-size: 28px;
  color: #363636;
  font-weight: 600;
  margin-bottom: 25px; }
.inner_page .top_bx h4 {
  font-size: 24px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px; }
  @media only screen and (max-width: 576px) {
    .inner_page .top_bx h4 {
      font-size: 18px; } }
.inner_page .top_bx h6 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 25px; }
.inner_page .top_bx .accordion {
  padding: 20px;
  margin-bottom: 25px; }
.inner_page .top_bx #common_table {
  margin-bottom: 30px; }
.inner_page .top_bx ul {
  margin-bottom: 25px; }
  .inner_page .top_bx ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 25px;
    position: relative; }
    .inner_page .top_bx ul li a {
      display: inline;
      font-weight: 400;
      color: #119f4a;
      font-size: 16px; }
    .inner_page .top_bx ul li::before {
      content: "";
      position: absolute;
      background: url("../images/icons/tick1.png") no-repeat center;
      background-size: contain;
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px; }
.inner_page .top_bx ol {
  margin-bottom: 25px;
  list-style-position: inside; }
  .inner_page .top_bx ol li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    color: #5c5c5c;
    padding-left: 15px; }
    .inner_page .top_bx ol li a {
      display: inline;
      font-weight: 400;
      color: #119f4a;
      font-size: 16px; }
.inner_page .top_bx p {
  margin-bottom: 15px; }
  .inner_page .top_bx p a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #119f4a; }

/*# sourceMappingURL=app.css.map */
