@font-face {
    font-family: Inter;
    src: url(/assets/fonts/Inter-Light.ttf);
    font-weight: 300
}

@font-face {
    font-family: Inter;
    src: url(/assets/fonts/Inter-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Inter;
    src: url(/assets/fonts/Inter-Medium.ttf);
    font-weight: 500
}

@font-face {
    font-family: Inter;
    src: url(/assets/Inter-SemiBold.ttf);
    font-weight: 600
}

@font-face {
    font-family: Inter;
    src: url(/assets/Inter-Bold.ttf);
    font-weight: 700
}
body, a, ul, li, ol, span, button, input, textarea, text, div, p, h1, h2, h3, h4, h5, h6{
     font-family: Inter;
}


/*Arabic Version Ad-tivity Dev team*/
.ar_right_align{
    text-align: right;
}




/*Arabic Version Ad-tivity Dev team*/

.custom-sticky-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
/*Top Bar Css*/
.topbar {
    padding: 10px 0;
}
.inner-section-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-section-contact-details {
    display: flex;
    align-items: center;
}
.call-action {
    margin-right: 20px;
}
.inner-section-contact-details a i {
    margin-right: 7px;
}
.inner-section-contact-details a {
    color: #393939 ! IMPORTANT;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none ! IMPORTANT;
}
ul.list-item-icons {
    padding-left: 0px !IMPORTANT;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
    margin-bottom: 0px !important;
}
ul.list-item-icons a i {
    font-size: 16px !IMPORTANT;
    color: #606060 !IMPORTANT;
}
.navbar-inverse {
    background-color: #3E3E3E !IMPORTANT;
    border-color: #3E3E3E !IMPORTANT;
    border: 0px !important;
    border-radius: 0px !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    background-color: transparent !IMPORTANT;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #000 !IMPORTANT;
}
nav.navbar.navbar-inverse ul.nav.navbar-nav li a {
    padding: 20px !IMPORTANT;
}
ul.nav.navbar-nav {
    padding-left: 30%;
}
.logo-img {
    position: absolute;
    top: -45px;
    left: 6.5%;
    z-index: 9;
}
.logo-img img {
    width: 268px;
    object-fit: contain !IMPORTANT;
    height: 300px;
}
.ytp-chrome-top.ytp-show-cards-title {
    display: none !IMPORTANT;
}
.banner-banner iframe {
    width: 100%;
    height: 400px;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.section-tabs .tab {
    background-color: transparent ! IMPORTANT;
    border: 0px ! IMPORTANT;
    display: flex;
    justify-content: center;
}
.section-tabs .tab button.tablinks:last-child {
    border-right: 0px ! IMPORTANT;
}
.section-tabs .tab button.tablinks.active {
    border-bottom-color: #ff1717 ! IMPORTANT;
    color: #000 ! IMPORTANT;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.section-tabs .tab button.tablinks {
    padding: 0px ! IMPORTANT;
    border-right: 2px solid #C8C8C8;
    padding-right: 50px ! IMPORTANT;
    text-align: center ! IMPORTANT;
    padding-left: 55px ! IMPORTANT;
    background-color: transparent !important;
    border-bottom: 2px solid #C8C8C8 ! IMPORTANT;
    padding-top: 12px ! IMPORTANT;
    padding-bottom: 11px ! IMPORTANT;
    color: #5B5B5B;
    font-weight: 500;
    width: 33.33%;
}
section.tabsouter {
    padding: 50px 0% ! IMPORTANT;
    margin-top: -150px !important;
    position: relative;
    z-index: 90;
}
.tabcontent {
    padding: 12px 15px !important;
    border: 0px !IMPORTANT;
}
.row.section-tabmain p {
    margin-bottom: 0px ! IMPORTANT;
    font-size: 20px;
    font-weight: 500 !IMPORTANT;
}
.row.section-tabmain img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    object-position: top;
}
.row.section-tabmain {
    display: flex;
    align-items: center;
}
.section-tabs {
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}
section.serviceinner {
    padding: 0 0% 50px !IMPORTANT;
}
section.serviceinner p {
    text-align: center ! IMPORTANT;
    margin: 0px ! IMPORTANT;
    color: #5B5858 ! IMPORTANT;
    font-size: 20px;
    font-weight: 500 !IMPORTANT;
}
section.serviceinner h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500 !IMPORTANT;
    margin: 0px ! IMPORTANT;
    margin-bottom: 15px ! IMPORTANT;
}
.row.section-service img {
    width: 100% !IMPORTANT;
}
.row.section-service .col-md-12 {
    margin-bottom: 30px;
}
.content-image-inner h4::after {
    content: "";
    background-color: red;
    height: 2px;
    width: 84px;
    position: absolute;
    bottom: -5px;
    right: 9px ;
}
.content-image-inner h4 {
    margin: 0px ! IMPORTANT;
    font-size: 42px;
    margin-bottom: 16px ! IMPORTANT;
    font-weight: 500 !IMPORTANT;
    position: relative;
}
.content-image-inner {
    position: absolute;
    top: 34px;
    left: 7%;
}
.background-image {
    position: relative;
}
.row.section-inner-main-outer-second {
    margin-top: 30px;
}
.row.section-inner-main-outer .content-image-inner h4 {
    font-size: 24px !important;
}
.row.section-inner-main-outer-second .content-image-inner h4 {
    font-size: 24px !important;
}
.row.section-inner-main-outer-second .content-image-inner h4::after, .row.section-inner-main-outer .content-image-inner h4::after {
    content: "";
    background-color: red;
    height: 2px;
    width: 85px;
    position: absolute;
    bottom: -8px;
    right: 7px;
}
.content-image-inner a {
    text-decoration: none !IMPORTANT;
    color: #000 !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    font-size: 15px;
}
.row.section-service {
    position: relative;
    z-index: 999;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.serviceinner::after {
    content: "";
    background: url(/assets/images/forbackground-image.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    background-position: right;
}
section.serviceinner {
    position: relative;
}
.banner-mid-content-inner {
    padding: 90px 5%;
    text-align: center;
    position: relative;
    z-index: 90;
}
.banner-mid-content-inner a {
    color: #FF0000 ! IMPORTANT;
    font-size: 15px ! IMPORTANT;
    background-color: #fff;
    padding: 10px 30px;
    display: block;
    width: fit-content;
    margin: 20px auto 0px;
    text-decoration: none !important;
    font-weight: 500;
}
.banner-mid-content-inner p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0px ! IMPORTANT;
    color: #fff;
}
.banner-mid-content-inner h4::after {
    content: "";
    background-color: red;
    position: absolute;
    left: 0;
    right: 0;
    width: 113px;
    height: 3px;
    margin: 0 auto;
    bottom: -11px;
}
.banner-mid-content-inner h4 {
    font-size: 37px;
    font-style: italic;
    margin: 0px !important;
    color: #fff;
    font-weight: 500;
    position: relative; 
    margin-bottom: 40px !important;
}
section.banner-mid::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.43);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
section.banner-mid {
    position: relative;
    margin-bottom: 50px;
}
section.banner-mid::after {
    content: "";
    background-image: url(/assets/images/banner_desktop%201.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
section.last-readbale {
    padding: 50px 0% 30px !IMPORTANT;
    background-color: #F6F6F6;
}
section.last-readbale img {
    width: 100%;
    height: 108px;
    object-fit: cover;
}
.headingseclast h4 {
    margin: 0px 0px 50px;
    text-align: center;
    font-size: 22px;
    font-weight: 500 !IMPORTANT;
}
.headingseclast span.color-change {
    color: #FF2020 !IMPORTANT;
}
.list-ites-last ul li::marker {
    color: red;
}
.list-ites-last ul {
    padding-left: 14px;
    line-height: 28px;
    margin-bottom: 0px ! IMPORTANT;
}
.headlast h5 {
    margin: 15px 0px;
    font-size: 18px;
    color: red !IMPORTANT;
}
.list-ites-last ul li {
    font-size: 15px;
    font-weight: 500;
}
.content-last-inner {
    padding: 0 20px 20px;
}
.image-withlast-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff !IMPORTANT;
    margin-bottom: 30px;
}
.row.section-main-last-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*footer css*/
.image-footer img {
    width: 100%;
}
.copyright-innersec p {
    margin: 0px ! IMPORTANT;
    font-size: 15px;
    font-weight: 500 !IMPORTANT;
}
.copyright-innersec {
    text-align: center;
    padding: 10px 0px ! IMPORTANT;
}
section.footer {
    padding: 20px 0 !IMPORTANT;
    background-color: #2b2b2b;
    position: relative;
}
.list-menu-social ul a {
    background-color: #474747;
    border-radius: 50%;
    padding: 0px ! IMPORTANT;
    width: 25px;
    height: 25px ! IMPORTANT;
    text-align: center;
    line-height: 25px ! IMPORTANT;
    color: #fff ! IMPORTANT;
}
.list-menu-social ul {
    padding: 0px ! IMPORTANT;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 22px;
    margin-bottom: 0px ! IMPORTANT;
}
.contact-details i {
    margin-right: 10px;
}
.contact-details a {
    color: #fff ! IMPORTANT;
    text-decoration: none ! IMPORTANT;
}
/*.contact-details::after {*/
/*    content: "";*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    top: -17px;*/
/*    left: 55px;*/
/*    width: 1px;*/
/*    height: 60px;*/
/*    margin: 0 auto ! IMPORTANT;*/
/*    right: 0;*/
/*}*/
.contact-details {
    display: flex;
    gap: 14px;
    position: relative;
}
.contact-details a {
    font-size: 13px;
}
a.line {
    position: relative;
    margin-right: 10px;
}
a.line::after {
    content: "";
    border-right: 2px solid;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 9px;
}
.row.section-footer-main {
    align-items: center;
    display: flex;
}
.button-usefullinks {
    text-align: right;
}
button.onclickeen {
    background-color: transparent !important;
    box-shadow: none !IMPORTANT;
    border: 1px solid #fff !IMPORTANT;
    color: #fff !IMPORTANT;
    padding: 10px 20px;
}
.useful-links-menu {
    display: none;
}
.useful-links-menu ul {
    position: absolute;
    width: 200px;
    margin-bottom: 0;
    list-style-type: none;
    background-color: #fff;
    z-index: 1;
    border: 1px solid #9f0303;
    padding: 20px;
    top: -200px;
    right: 0;
}
.useful-links-menu ul a {
    color: #000 !important;
    margin-bottom: 8px;
    display: block;
}

 .goog-te-combo-arrow {
            background: url('path_to_your_custom_image.png') no-repeat;
            background-size: contain;
            width: 24px; /* Width of your custom image */
            height: 24px; /* Height of your custom image */
        }
        
a.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: none;
}
div#\:0\.targetLanguage::after {
    content: "";
    background-image: url(/assets/images/globe-01.png);
    position: absolute;
    top: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
    height: 100%;
    left: 0;
    background-position: right;
}
div#\:0\.targetLanguage img {
    background: transparent !IMPORTANT;
    opacity: 0 !IMPORTANT;
    width: 0 !IMPORTANT;
    border: 0px !IMPORTANT;
    background-color: transparent !IMPORTANT;
}
div#\:0\.targetLanguage {
    position: relative;
}
div#google_translate_element { 
    text-align: right;
    position: relative;
    right: -29%;
}
.goog-te-gadget-simple {
    background: transparent !important;
    border: 0px !IMPORTANT;
}

section.banner-contact-us {
    position: relative;
}
.row.section-banner-contact-inner {
    padding: 70px 0 !IMPORTANT;
    /*margin: 0 !IMPORTANT;*/
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.banner-contact-us::after {
    content: "";
    background-image: url(/ar/assets/images/contact-us-banner.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* padding: 200px 0px !IMPORTANT; */
    background-position: center;
}
.row.form-inner-sec input::placeholder {
    color: #000 ! IMPORTANT;
}
.row.form-inner-sec input {
    border: 1px solid #000;
    width: 100%;
    outline: 0px ! IMPORTANT;
    margin-bottom: 20px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 5%;
    color: #000 ! IMPORTANT;
    font-weight: 500;
}
.row.form-inner-sec {
    background: #fff !IMPORTANT;
    padding: 30px;
    display: flex;
    flex-wrap: wrap !IMPORTANT;
    margin: 0 !IMPORTANT;
    border-radius: 23px;
}
.row.form-inner-sec input[type="submit"] {
    width: 100px !IMPORTANT;
    padding: 0px !IMPORTANT;
    background-color: #FF2929;
    color: #fff !IMPORTANT;
    text-transform: uppercase !IMPORTANT;
    border: 0px !IMPORTANT;
    margin: 0 auto !IMPORTANT;
}	
.row.form-inner-sec .col-md-12 {
    margin: 0 auto;
    text-align: center;
}
.content-banner-con p {
    font-size: 20px;
    margin: 0px ! IMPORTANT;
    text-align: center;
}
.content-banner-con h1 {
    font-size: 48px;
    font-style: italic;
    margin: 0px ! IMPORTANT;
    font-weight: 500 !IMPORTANT;
}
.content-banner-con {
    color: #fff ! IMPORTANT;
}
section.banner-contact-us::before {
    content: "";
    background-color: #0000007d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
section.contact-us {
    padding: 50px 0;
}
.headinginnermain h2 {
    margin: 0px !IMPORTANT;
    margin-bottom: 40px !IMPORTANT;
    font-size: 35px;
    font-weight: 500 !IMPORTANT;
}
.flip-card-front img {
    width: 100%;
}
.outer-title h4 {
    color: #3E3E3E;
    font-size: 24px;
    margin: 0px ! IMPORTANT;
    text-align: center;
}
.flip-card-front .outer-title {
    margin-top: 30px ! IMPORTANT;
}
.flip-card-front {
    border: 1px solid #000000;
    padding: 20px;
    /*height: fit-content ! IMPORTANT;*/
    border-radius: 15px;
}
.flip-card {
    margin-bottom: 30px;
}
/*Flip*/
/*.flip-card {*/
/*  background-color: transparent;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  perspective: 1000px;*/
/*}*/

.flip-card-inner {
  position: relative;
  width: 261.75px ! IMPORTANT;
  height: 238.29px ! IMPORTANT;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 238.29px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.image-inner-afterflip img {
    width: 100%;
}
.image-inner-afterflip::after {
    content: "";
    background-color: #0000009c;
    width: 100%;
    height: 238.29px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    border-radius: 15px;
}
.image-inner-afterflip img {
    width: 100%; 
    position: relative;
    height: 238.29px;
    object-fit: cover;
    object-position: left;
    border-radius: 15px;
}
.inner-flpcontent p {
    font-size: 15px;
    text-align: center ! IMPORTANT;
}
.inner-flpcontent h6 {
    font-size: 25px;
    text-decoration: underline ! IMPORTANT;
}
.inner-flpcontent a i {
    margin-right: 9px;
}
.inner-flpcontent a {
    display: flex !important;
    color: #fff ! IMPORTANT;
    text-decoration: none ! IMPORTANT;
    font-size: 15px;
    gap: 0 !IMPORTANT;
    align-items: center;
}
.inner-flpcontent {
    position: absolute;
    top: 3px;
    color: #fff !important;
    z-index: 99;
    padding: 15px;
    left: 0;
    right: 0;
    margin: 0 auto ! IMPORTANT;
    text-align: center;
}
/*about-us-css*/
.banner-section-inner-about::after {
    content: "";
    background-image: url(/assets/images/about-banner.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-section-inner-about {
    position: relative;
}
.banner-section-inner-about::before {
    content: "";
    background-color: #00000042;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    z-index: 1;
}
.contentonbanner {
    position: relative;
    bottom: -258px;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 9;
}
.contentonbanner p {
    font-size: 23px;
    letter-spacing: 6px;
    color: #E3D9D9 !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
}
.contentonbanner h1 {
    font-size: 69px;
    margin: 0px !IMPORTANT;
    font-style: italic;
    font-weight: 500 !IMPORTANT;
    text-transform: uppercase;
    margin-top: 10px !IMPORTANT;
}
section.about-banner { 
    height: 70vh;
}
section.blocksection-inline {
    padding: 50px 0% !important;
}
.inner-main-para-lines p {
    font-size: 20px;
    margin-bottom: 30px ! IMPORTANT;
}
.row.inner-main-para-lines {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
}
.inner-main-para-lines h2 {
    margin: 0px ! IMPORTANT;
    font-weight: 500 !IMPORTANT;
    margin-bottom: 20px ! IMPORTANT;
    color: #000 ! IMPORTANT;
}
.row.section-divided {
    padding: 0 5% !IMPORTANT;
}
.sction-cricleimagetext a {
    text-align: center !IMPORTANT;
    display: block;
    margin-top: 18px;
    color: #000 !IMPORTANT;
   !text-decoration: underline !IMPORTANT;
    font-size: 21px;
}
.imagecircle {
    text-align: center;
}
.imagecircle img {
    width: 180px;
}
section.background-color-mix {
    background-color: #EDEDED !important;
    padding: 5% 0px !IMPORTANT;
}
.banner-inner-withtext {
    background-image: url(/assets/images/Group%2079.png);
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    left: 0;
    content: "";
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    display: flex;
}
.text-inner {
    color: #fff !IMPORTANT;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !IMPORTANT;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.text-inner h2 {
    width: 100% !IMPORTANT;
    text-align: center;
    font-size: 60px;
    text-decoration: underline !IMPORTANT;
}
.text-inner a {
    color: #000 !IMPORTANT;
    background-color: #fff !IMPORTANT;
    height: 40px !IMPORTANT;
    display: block;
    width: fit-content !IMPORTANT;
    padding: 0 20px;
    line-height: 40px;
    font-size: 15px;
    text-decoration: none !IMPORTANT;
    border-radius: 6px;
    font-weight: 500 !IMPORTANT;
    margin-top: 20px;
}
.imagesection-inner img {
    width: 100%;
    border-radius: 5px;
}
.section-second-imp {
    margin-top: 50px !IMPORTANT;
    align-items: center;
    display: flex;
}
.learn-more img {
    width: 14px;
    margin-left: 7px;
}
.textwithwhitebackground {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.row.section-second-imp .col-md-7 {
    padding-right: 0px !IMPORTANT;
}
.row.section-second-imp .col-md-5 {
    padding-left: 0px !IMPORTANT;
}
.heading-inner-imp {
    position: relative;
}
.heading-inner-imp::after {
    content: "";
    background-color: #cf1c24;
    position: absolute;
    right: 0 !important;
    bottom: -3px;
    width: 100px;
    height: 2px;
}
.paragraph-main {
    margin-top: 35px;
    margin-bottom: 30px !IMPORTANT;
}
.learn-more a {
    color: #000 !IMPORTANT;
    text-decoration: underline !IMPORTANT;
}
.section-third-most-imp {
    margin-top: 50px;
}
.image-uner-cont img {
    width: 100% !IMPORTANT;
}
.row.section-third-most-imp .paragraph-main {
    margin: 20px 0px 10px !IMPORTANT;
}
.row.section-third-most-imp h3 {
    margin: 0px !IMPORTANT;
}
.row.section-third-most-imp .textwithwhitebackground {
    width: 92%;
    padding: 20px !important;
    margin: -50px auto 0px !IMPORTANT;
    background-color: #fff !IMPORTANT;
    position: relative;
    z-index: 1;
}
.main {
    padding: 100px 50px;
}
.textwithwhitebackground-1 {
    background-color: #fff;
    padding: 20px;
    margin: 0 -30px 0 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.h2, h2 {
    font-size: 28px;
}




/*video-rec*/
body .css-14ogxpa {
    height: 46rem !important; 
}
.banner-banner {
    padding-top: 0px !IMPORTANT;
    height: 46rem !IMPORTANT;
}

.logo-img.for-mobile {
    display: none;
}

@media (min-width: 0px) and (max-width: 999px){
    .logo-img.for-mobile {
    display: block !important;
}
.logo-img {
    display: none;
}
.topbar {
    display: none;
}
nav.navbar.navbar-inverse {
    min-height: 70px  !IMPORTANT;
}
button.navbar-toggle {
    margin-top: 18px;
    background-color: #e90d10 ! IMPORTANT;
    padding: 18px !IMPORTANT;
    position: relative;
    top: -6px;
}
.logo-img.for-mobile {
    top: 0;
    background-color: #fff;
    padding: 20px;
    left: 0px !IMPORTANT;
}
.logo-img.for-mobile img {
    height: auto;
    width: 185px;
}
ul.nav.navbar-nav {
    padding-left: 0px !IMPORTANT;
}
nav.navbar.navbar-inverse ul.nav.navbar-nav li a {
    padding: 12px !IMPORTANT;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #e90d10 ! IMPORTANT;
}
div#google_translate_element {
    text-align: left;
    position: relative;
    left: 7px;
    top: -19px;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px !IMPORTANT;
    box-shadow: none !IMPORTANT;
}
.row.section-footer-main {
    display: block !IMPORTANT;
}
.contact-details {
    display: block !IMPORTANT;
}
.button-usefullinks {
    text-align: left !IMPORTANT;
    margin-top: 20px;
}
.image-footer img {
    width: 180px;
    margin-bottom: 20px;
}
.list-menu-social ul {
    gap: 10px;
    margin-bottom: 20px !IMPORTANT;
}
.contact-details a {
    font-size: 17px;
}
.phone-details {
    margin-bottom: 10px;
}
.useful-links-menu ul {
    left: 20px !IMPORTANT;
    top: 30px !IMPORTANT;
    width: 300px !important;
}
section.footer {
    padding-top: 30px !IMPORTANT;
    padding-bottom: 30px !IMPORTANT;
}
.page-header-util__content-header .content-header {
    width: 100%;
}
.row.section-second-imp {
    flex-wrap: wrap !IMPORTANT;
}
.row.section-second-imp.second-alternaterow .col-md-7 {
    padding: 0px !IMPORTANT;
}
.textwithwhitebackground-1 {
    margin: 0px !IMPORTANT;
}
.row.section-second-imp.second-alternaterow .col-md-5 {
    padding-right: 0px !IMPORTANT;
}
.row.section-second-imp.second-alternaterow {
    flex-direction: column-reverse;
}
.row.section-second-imp.second-alternaterow .textwithwhitebackground-1 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.row.section-second-imp.first-sec .textwithwhitebackground {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.imagesection-inner img {
    height: auto !important;
}
.title-and-text p {
    width: 100%;
}
.rich-text.content-header__subtext.content-header__subtext--large.content-header__subtext--inverted.page-header-util__subtext.content-header__subtext--bottom {
    font-size: 16px !IMPORTANT;
}
h1.content-header__text.content-header__text--large.content-header__text--inverted.page-header-util__text.reset-h {
    font-size: 60px !IMPORTANT;
}
.row.section-banner-contact-inner {
   display: block !IMPORTANT;
}
select#countryCode {
    width: 100% !IMPORTANT;
}
.row.form-inner-sec {
    display: block !IMPORTANT;
    padding: 30px 15px 10px !IMPORTANT;
    margin-top: 30px !IMPORTANT;
}
.row.form-inner-sec .col-md-6 {
    padding: 0px !IMPORTANT;
}
section.contact-us.e-container {
    padding-left: 5%;
    padding-right: 5% !IMPORTANT;
}
section.footer {
    padding-left: 5% !IMPORTANT;
    padding-right: 5% !IMPORTANT;
}
.flip-card-inner {
    width: 100% !IMPORTANT;
    height: 280px !IMPORTANT;
}
.flip-card-front, .flip-card-back, .image-inner-afterflip img, .image-inner-afterflip::after {
    height: 280px !IMPORTANT;
}
section.tabsouter.e-container {
    margin: 0px !IMPORTANT;
    padding-left: 5% !IMPORTANT;
    padding-right: 5% !IMPORTANT;
}
.section-tabs .tab {
    overflow-x: scroll !IMPORTANT;
    justify-content: left;
}
.section-tabs .tab button.tablinks {
    min-width: 200px;
}
.row.section-tabmain {
    display: block !IMPORTANT;
}
.imginner {
    margin-bottom: 20px !IMPORTANT;
}
.row.section-inner-main-outer {
    margin-top: 30px !IMPORTANT;
}
.row.section-inner-main-outer  .col-md-6 {
    margin-bottom: 30px !IMPORTANT;
}
.row.section-inner-main-outer-second > .col-md-6 {
    margin-bottom: 30px !IMPORTANT;
}
.row.section-inner-main-outer-second {
    margin-top: 0px !IMPORTANT;
}
.row.section-service.e-container {
    padding-bottom: 20px !IMPORTANT;
}
.row.section-main-last-inner.e-container .col-md-3 {
    width: 100% !IMPORTANT;
    padding: 0 5%;
}
.row.inner-main-para-lines {
    width: 100% !IMPORTANT;
}
section.blocksection-inline.e-container {
    padding: 50px 5% !IMPORTANT;
}
.row.section-divided {
    display: flex;
    overflow-x: scroll;
}
section.background-color-mix {
    padding: 50px 5% !IMPORTANT;
}
.background-color-same {
    padding: 0 5% !IMPORTANT;
    padding-bottom: 50px !IMPORTANT;
}
.banner-backgound-white-sec {
    padding-left: 15px !IMPORTANT;
    padding-right: 15px !IMPORTANT;
}
.row.section-third-most-imp .col-md-4 {
    margin-bottom: 30px !IMPORTANT;
}
.row.section-third-most-imp .col-md-6 {
    margin-bottom: 30px !IMPORTANT;
}
}
@media (min-width: 768px) and (max-width: 999px){
    
}
@media (min-width: 1920px) and (max-width: 2040px){
.logo-img {
    left: 22% !IMPORTANT;
}
section.tabsouter.e-container {
    padding-left: 15px !IMPORTANT;
    padding-right: 15px !IMPORTANT;
}
ul.nav.navbar-nav {
    padding-left: 36%;
}
}
.e-container {
    max-width: 1100px !IMPORTANT;
    margin: 0 auto !IMPORTANT;
}
.useful-links-menu {
    position: relative;
}
nav.navbar.navbar-inverse ul.nav.navbar-nav .dropdown-menu>li>a {
    padding: 10px 15px 10px !IMPORTANT;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: black ! IMPORTANT;
    color: #fff !IMPORTANT;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #000 !IMPORTANT;
}

.paragraph-main b {
    font-size: 18px;
}
.paragraph-main ul li::marker {
    color: #d41920;
    font-size: 19px;
}
.paragraph-main ul {
    padding-left: 14px ! IMPORTANT;
}
 


h1.content-header__text.content-header__text--large.content-header__text--inverted.page-header-util__text.reset-h {
    font-size: 60px !IMPORTANT;
}

@media (min-width: 0px) and (max-width: 999px){
html body .page-header-util, html body .page-header-util__image-wrapper, html body .image-resizable {
    height: 212px !IMPORTANT;
    background-size: contain;
}
}