:root {
    --main: #2D2E62;
    --white: #ffffff;
    --second:#958E52;
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    white;
}

::placeholder { /* Most modern browsers support this now. */
   color:    white;
}
  /*****preload*********/
/******************header************************/
.new-signup,.name-box
{
  text-align: right;
}
.main-header .header-top .top-left
{
  padding:0;
}
.header-top
{
  padding: 10px 0;
}
.main-header .header-top .top-right
{
  padding-top: 5px;
}
  .nav-outer
{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.main-menu .navigation > li
{
    margin-left: 15px;
    margin-right: 0;
}
.main-header .header-lower
{
    background-color: white;
    /* clip-path: ellipse(52% 156% at 118% 50%); */
}
.main-menu .navigation > li > a
{
    color: var(--main);
}
.main-menu .navigation > li:after
{
    display: none;
}
.main-header .header-lower .outer-box
{
    z-index: 2;
}
.main-menu .navbar-collapse
{
    padding: 20px 0;
}
.main-header .header-lower
{
    padding: 0px 0;
    box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.61);
}
.main-menu .navigation > li:before
{
    background-color: var(--main);
}
.head-s
{
    position: absolute;
    width: 9%;
    right: 0;
    height: 100%;
    z-index: 1;
    background-color: #00000012;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
}
.main-header .header-lower .outer-box .advisor-box
{
    text-align: right;
}
.advisor-box a
{
    padding-right: 10px;
}
@media(min-width:1920px)
{
    .head-s
    {
        width: 17%;
    }
}
@media(min-width:1281px) and (max-width:1919px)
{
    .head-s
    {
        width: 10%;
    }
}
@media(min-width:1400px) and (max-width:1650px)
{
    .head-s
    {
        width: 11%;
    }
}
@media(max-width:500px)
{
    .head-s
    {
        display: none;
    }
}
/****************************end header**************/
/*********canvas*******/
canvas{
	display:block;
	vertical-align:bottom;
}

#particles-js{
	width:100%;
	height:100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.history-section
{
  padding: 40px 0;
}
.inner-history-section
{
  padding: 70px 0;
}
.counter-section .inner-container
{
  margin-top: -40px;
}
.fact-counter .column .counter-title
{
  font-size: 15px;
    font-weight: bold;
    color: var(--main)
}
/***********end canvas**********/  
/************team section*********/
.team-home .item
{
  margin-right: 30px;
}
.boxx,.box-image
{
  padding-right: 0;
}
.boxx
{
  background-color: var(--second);
  margin-left: 10px;
}
.boxx .content-team
{
  padding: 25px 0;
}
.manage
{
  background-color: var(--second);
}
.box-content,.box-images
{
  padding: 0;
  margin: 0;
}
.team-home .owl-carousel
{
  margin-top: 3%;
}
.team-home canvas{
  background: transparent;
    width: 60%;
    top: -90px;
    left: 19%;
    position: absolute;
}
.team-home input{
  width: 250px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 125px);
  background: none;
  color: white;
  font-size: 30px;
  font-family: "cairo";
  text-align: center;
  border: 1px solid white;
  background: rgba(255,255,255,0.2);
}
/* Custom styles for the navigation arrows */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: var(--main); /* Set your desired background color */
  color: #fff; /* Set your desired text color */
  border: none; /* Remove the border if not needed */
  font-size: 25px; /* Set your desired font size */
  width: 40px; /* Set your desired width */
  height: 39px; /* Set your desired height */
  border-radius: 50%; /* Use border-radius to create a circular shape */
  position: absolute;
  bottom: -12%;
  transform: translateY(-50%);
}

/* Styles for the previous arrow */
.owl-carousel .owl-nav button.owl-prev {
  left: 45%;; /* Adjust the positioning as per your needs */
}

/* Styles for the next arrow */
.owl-carousel .owl-nav button.owl-next {
  right: 46%; /* Adjust the positioning as per your needs */
}
.image-team:before
{
  background-color: rgba(255, 255, 255, 0.15);
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    z-index: 1;
}
.image-team:after
{
  background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
}
/* .box-team:hover .image-team:before, .box-team:hover .image-team:after
{
  height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
} */
.image-team:hover:before, .image-team:hover:after
{
  height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.box-team
{
  display: flex;
}
.admin-team
{
  display: flex;
  justify-content: center;
  /* margin-top: 10%; */
}
.team-home
{
  margin: 30px 0;
  padding: 50px 0;
  position: relative;
  background-image: url("../images/background-all.jfif");
}
.team-home:before
{
  position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.92);
}
.content-team
{
  padding: 25px;
  background-color: #958E52;
  z-index: 2;
}
.content-team h1
{
  color: white;
  font-size: 30px;
}
.content-team h2
{
  color: var(--main);
  padding-top:10px;
  font-size: 20px;
}
.content-team p
{
  color: var(--main);
    font-size: 16px;
    padding-top:10px
}
.content-team i
{
  color: white;
  font-size: 17px;
}
.content-team .social-icon-two
{
  padding-top:20px
}
.content-team .social-icon-two li a:hover
{
  color: var(--main);
  background-color: white;
}
.social-icon-two li a
{
  background-color: var(--main);
  padding: 2px 10px;
    border-radius: 50%;
}
/*******end team section**********/
.fluid-section-one
{
  margin-top: 50px;
}
/**********news*********/
.news-block-three .inner-box
{
  background: linear-gradient(to bottom, #2D2E62, #958E52);
    padding: 12px;
    border-radius: 10px;
}
.news-block-three .inner-box .lower-box h3 a
{
  color: white;
}
.news-block-three .inner-box .lower-box .read-more
{
  color: black;
}
.news-block-three .inner-box .image
{
  margin-top: -115px;
    border-radius: 20px;
}
.news-section
{
  padding: 0 0 50px 0;
}
.news-section .sec-title
{
  margin-bottom: 15%;
}
.f
{
  position: fixed;
  bottom: 5px;
  right: 15px;
  font-family: "cairo";
  font-size: 0.7rem;
  color: #aaa;
  text-align: center;
}

/*****end news******/
/***********popup form******/
#skipnow
{
  position: absolute;
    z-index: 999;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: black;
    color: white;
    font-size: 16px;
    bottom: 25px;
    left: 30px;
    transition: all ease-in-out 1;
}
#skipnow:hover
{
    background-color: white;
    color: black;
    transition: all ease-in-out 1;
}
.popup-forms 
{
  display: none;
  padding: 0 20px;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    transition: all ease-in-out 1s;
}
.btn.btn-primary
{
  margin-top: 15px;
}
.popup-forms2
{
  position: relative;
  background-color: transparent
}
@media(max-width:500px)
{
  .popup-forms2
{
  padding: 5px;
  height: auto;
  /* height: 40vh; */
}
}
.modal-open .modal
{
  z-index: 99999;
}
.modal.in .modal-dialog
{
  top: 30%;
}
.main {
  position: relative;
  /* width: 1000px;
  min-width: 1000px;
  min-height: 600px; */
  height: 60vh;
  /* height: 75vh; */
  width: 75%;
  top: 10%;
  margin: auto;
  padding: 25px;
  background-color: var(--main);
  box-shadow:0px 0px 0px var(--second), 0px 0px 0px var(--second);
  border-radius: 12px;
  overflow: hidden;
}
.main2 {
  width: 100%;
  background-color: white;
  /* padding: 0; */
  padding: 25px;
    border: 1px solid black;
}
#a-form
{
  align-items: start;
}
#b-form
{
  align-items: center;
}
@media (max-width: 1200px) {
  .main {
    transform: scale(0.7);
  }
}
@media (max-width: 1000px) {
  .main {
    transform: scale(0.6);
  }
}

@media (max-width: 800px) {
  .main {
    transform: scale(0.5);
  }
}
@media(min-width:601px) and (max-width:768px)
{
  .main2
  {
    transform: scale(1);
    width: 100%;
    height: 60vh;
  }
  .popup-forms2
  {
    padding: 0;
  }
  .switch
  {
    width: 275px !important;
  }
  .popup-forms2 .form
  {
    align-items:start !important
  }
  .is-txr,.a-container {
    left: 0 !important;
  }
  .popup-forms2 .container
  {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .main {
    transform: scale(0.4);
  }
  .main2
  {
    top: -45%;
  }
}

.popup-forms .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 80%;
  height: 100%;
  padding: 0;
  background-color: white;
  transition: 1.25s;
}


.popup-forms .form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  direction: rtl;
}

.popup-forms .form__icon {
  object-fit: contain;
  width: 30px;
  margin: 0 5px;
  opacity: 0.5;
  transition: 0.15s;
}

.popup-forms .form__icon:hover {
  opacity: 1;
  transition: 0.15s;
  cursor: pointer;
}

.popup-forms .form__input {
  width: 100%;
  height: 40px;
  margin: 4px 0;
  padding-right: 15px;
  font-size: 13px;
  letter-spacing: 0.15px;
  border: 1px solid black;
  outline: none;
  font-family: "cairo";
  
  transition: 0.25s ease;
  border-radius: 8px;
  /* color: white; */
}

/* .popup-forms .form__input:focus {
  box-shadow: inset 4px 4px 4px var(--second), inset -4px -4px 4px var(--second);
} */

.popup-forms .form__span {
  margin-top: 30px;
  margin-bottom: 12px;
  color: white;
}

.popup-forms .form__link {
  color: var(--white);
  font-size: 15px;
  margin-top: 25px;
  border-bottom: 1px solid var(--second);
  line-height: 2;
}


.popup-forms .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 3;
  color: black;
}
.popup-forms2 .title {
  font-size: 25px;
  /* font-weight: 700;
  line-height: 3;
  color: var(--white);
  text-align: center; */
}

.popup-forms .description {
  font-size: 14px;
  letter-spacing: 0.25px;
  text-align: center;
  line-height: 1.6;
  color: white;
}


.popup-forms .button {
  width: 180px;
  height: 50px;
  border-radius: 25px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  background-color: var(--second);
  color: var(--white);
  /* box-shadow: 8px 8px 16px var(--second), -8px -8px 16px var(--second); */
  border: none;
  outline: none;
}


/**/
.a-container {
  z-index: 100;
  /* left: calc(100% - 600px ); */
}

.b-container {
  left: calc(100% - 600px );
  z-index: 0;
}

.switch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  padding: 50px;
  z-index: 200;
  transition: 1.25s;
  background-color: var(--main);
  overflow: hidden;
  box-shadow: 4px 4px 10px var(--second), -4px -4px 10px var(--second);
}
.switch__circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: var(--main);
  box-shadow: inset 8px 8px 12px var(--second), inset -8px -8px 12px var(--second);
  bottom: -60%;
  left: -60%;
  transition: 1.25s;
}
.switch__circle--t {
  top: -30%;
  left: 60%;
  width: 300px;
  height: 300px;
}
.switch__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 400px;
  padding: 50px 55px;
  transition: 1.25s;
}
.switch__button {
  cursor: pointer;
}
.switch__button:hover {
  box-shadow: 6px 6px 10px var(--second), -6px -6px 10px #f9f9f9;
  transform: scale(0.985);
  transition: 0.25s;
}
.switch__button:active, .switch__button:focus {
  box-shadow: 2px 2px 6px var(--second), -2px -2px 6px #f9f9f9;
  transform: scale(0.97);
  transition: 0.25s;
}

/**/
.is-txr {
  left: calc(100% - 400px );
  transition: 1.25s;
  transform-origin: left;
}

.is-txl {
  left: 0;
  transition: 1.25s;
  transform-origin: right;
}

.is-z200 {
  z-index: 200;
  transition: 1.25s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: 1.25s;
}

.is-gx {
  animation: is-gx 1.25s;
}

@keyframes is-gx {
  0%, 10%, 100% {
    width: 400px;
  }
  30%, 50% {
    width: 500px;
  }
}
/*****end form*******/
/********new*******/
.post {
  position: relative;
  font-size: 14px;
  margin-bottom: 50px;
  min-height: 60px;
  padding: 0px 0px 0px 80px;
  color: #cccccc;
}
 .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
}
.post h4 {
  position: relative;
  top: -6px;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 2px;
  line-height: 1.4em;
  color: #202020;
  font-family: "cairo";
}
.post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
}
.post .post-thumb img {
  width: 100%;
  display: block;
  border-radius: 0px;
}
.post h4 {
  position: relative;
  top: -6px;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 5px 30px;
  line-height: 1.4em;
  color: #202020;
}

.post-info
{
  margin: 0px 0px 5px 30px;
  color: black;
}
.news-block-three .inner-box .lower-box h3 a:hover
{
  color: var(--main);
}
/******end news***/
.about-section
{
  padding-bottom: 0;
}

/*********form contact****/
.contact-section
{
  background-image: url("../images/background-all.jfif");
  background-size: 100% 100%;
}
.contact-section:before
{
  position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.92);
}
/*****footer****/
.main-footer .widgets-section {
  position: relative;
  padding: 50px 0px 20px;
}
.main-footer .footer-widget .logo
{
  margin-bottom: 3px;
}
.main-footer .footer-widget .logo img
{
  width: 50%;
}

/**************************************************************arabic*********************************************/
.main-menu .navigation > li
{
  float: right;
}
.social-icon-two li
{
  margin-right: auto;
  margin-left: 10px;
}
.main-header .language .dropdown-menu
{
  right: auto;
  left: 0;
}
.news-section .sec-title
{
  text-align: center;
}
.list-style-one li a:before,.list-style-two li .icon,.feature-block .inner-block .icon-box
{
  right: 0;
  left: auto;
}
.list-style-two li
{
  padding-right: 30px;
  padding-left: 0;
}
.list-style-one li a
{
  padding-right: 25px;
  padding-left: 0;
}
.main-slider h3
{
  font-size: 53px;
}
.text-center .theme-btn.btn-style-four
{
  background-color: var(--main);
}
.feature-block .inner-block
{
  padding-right: 100px;
  padding-left: 0;
}
.inner-history-section,.about-section,.content-team,
.news-block-three .inner-box .lower-box,.consulting-section .form-column,.main-footer .footer-widget h2,
.page-title,.history-section .content-column,.fluid-section-one .content-column .inner-column,.news-block-four,
.gallery-page-section,.gallery-single-section .lower-content,.widget.recent-posts.sidebar-widget,
.sidebar-page-container .comments-area,.default-form.contact-form,.contact-info-section,.main-footer .logo-widget .text p:last-child
{
  direction: rtl;
}
.info-block .block-inner
{
  padding-right: 70px;
  padding-left: 0;
}
.info-block .block-inner .icon-box
{
  right: 0;
  left: auto;
}
.main-footer .widgets-section, .news-block-three .inner-box .lower-box .post-info,.news-block-three .inner-box .lower-box h3,.news-block-three .inner-box .lower-box .read-more
{
  text-align: right;
}
.default-form.contact-form .form-group
{
  float: right;
}
.about-section .content-column .inner-column
{
  margin-right: -40px;
  margin-left: 0;
  margin-top: 0px;
  padding: 20px 50px 10px;
}
.sidebar .recent-posts .post
{
  padding: 0px 80px 0px 0px;
}
.gallery-page-section .filters .filter-tabs .filter
{
  padding-left: 25px;
  padding-right: 0;
  margin-left: 12px;
  margin-right: auto;
}
.gallery-page-section .filters .filter-tabs .filter:after,.case-list li strong:after
{
  left: 0;
  right: auto;
}
.pull-right
{
  float: left !important;
}
.post .post-thumb,.case-list li .icon
{
  right: 0;
  left: auto;
}
.case-list li
{
  padding-right: 25px;
  padding-left: 0;
}
.case-list li strong
{
  margin-right: 0;
  margin-left: 30px;
}
.pull-left
{
  float: right !important;
}
.main-header .header-top .top-right .social-nav
{
  float: right;
}
.news-block-four .inner-box .lower-content .upper-box .posted-date
{
  margin-left: 0;
  margin-right: 22px;
}
.post
{
  padding: 0px 80px 0px 0px;
}
.post h4,.post-info
{
  margin: 0px 30px 5px 0px;
  direction: rtl;
}
.post-info .icon.flaticon-business
{

  float: right;
  padding-left: 5px;
}
.sidebar .recent-posts .post-info
{
  margin: 0px 0px 5px 0px;
}
.styled-heading h2:after
{
  right: 0;
  left: auto;
}
.share-social
  {
    text-align: right;
    direction: rtl;
    margin-bottom: 25px;
  }
  .share-social .social-icon-three li
  {
    margin-right: 0;
    margin-left: 18px;
  }
  .popup-forms .title
  {
    font-size: 19px;
  }
  .modal-content
  {
    background-color: var(--main);
  }
  .modal-body h2
  {
    color: white;
    font-size: 20px;
  }
  .close span
  {
    font-size: 25px;
    color: var(--second);
  }
  .fancybox-image-wrap
  {
    transform: translate(16%, 20%) !important;
    width: 75% !important;
    height: 75% !important;
  }
  .about-section .content-column .text
  {
    margin-bottom: 0;
  }
  .about-section .content-column h2
  {
    margin-bottom: 5px;
  }
  thead input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
  }
  #example_wrapper
  {
    overflow: auto;
  }

  /************************************************/
  .taamen
  {
    padding: 10px;
    border: 1px solid black;
    text-align: center;
  }
  .estlmat li
  {
    padding: 5px 10px;
    border-bottom: 1px solid black;
  }
  .estlmat li p
  {
    margin: 0;
  }
  .hidereport1,.hidereport2,.hidereport3,.hidereport4,.hidereport5
  {
    
    border: solid 1px var(--main);
    border-bottom: 0;
    float: right;
    margin: 12px 0px;
    width: 50%;
    position: absolute;
  }
  .hidereport1,.hidereport2,.hidereport3,.hidereport4,.hidereport5
  {
    display: none;
  }
  .inquiry input
  {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding: 12px 20px;
    font-weight: 400;
    background: #ffffff;
    border: 1px solid #cccccc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "cairo";
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    var(--main);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    var(--main);
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    var(--main);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    var(--main);
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    var(--main);
}

::placeholder { /* Most modern browsers support this now. */
   color:    var(--main);
}
  p.warning {
    text-align: center;
    line-height: 2;
  }
  p.warning a {
    background: #3bacff;
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    white-space: nowrap;
  }
  p.warning a.more {
    background: #45ba04;
  }
  
  .tabbed-content {
    background: #fff;
    /* box-shadow: 1px 1px 6px #ccc; */
    padding: 1em;
  }
  
  .tabs ul {
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
  }
  .tabs ul li {
    background: #eee;
  }
  .tabs ul li a {
    padding: 0.5em 1em;
    font-size: 13px;
    text-align: right;
  }
  .tabs ul li a:hover, .tabs ul li a.active {
    background: var(--main);
    color: #eee;
  }
  .tabbed-content.tabs-side .tabs
  {
    background-color: white;
    padding: 8px;
    box-shadow: 0px 0px 3px 1px #2D2E62;
    border-radius: 15px;
  }
  .item {
    margin-bottom: 2px;
  }
  .item::before {
    cursor: pointer;
    font-weight: bold;
    background: #eee;
    padding: 0.5em;
    display: block;
    text-align: right;
  }
  .item.active::before {
    background: #444;
    color: #eee;
    text-align: right;
  }
  .item.active .item-content {
    padding: 1em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  
  @media all and (min-width: 800px) {
    .item.active .item-content {
      padding-top: 0;
    }
  
    .tabs-side .tabs li {
      margin-bottom: 2px;
    }
  }

  .tabbed-content .tabs {
    display: none;
  }
  .tabbed-content .item {
    min-height: 2em;
  }
  .tabbed-content .item::before {
    content: attr(data-title);
  }
  .tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    direction: rtl;
  }
  
  @media all and (min-width: 800px) {
    .tabbed-content .tabs {
      display: block;
    }
    .tabbed-content .tabs li {
      display: inline-block;
    }
    .tabbed-content .tabs li a {
      display: block;
    }
    .tabbed-content .item {
      min-height: 0;
    }
    .tabbed-content .item::before {
      display: none;
    }
    .tabbed-content.tabs-side .tabs {
      width: 205px;
      float: right;
    }
    .tabbed-content.inquiry .tabs {
      width: 290px;
    }
    .tabbed-content.tabs-side .tabs li {
      display: block;
      margin: 8px 0;
      border-radius: 10px;
    }
    .tabbed-content.tabs-side .item {
      margin-right: 205px;
    }
    .tabbed-content.inquiry .item {
      margin-right: 291px;
    }
    
  }
  
/**************************responsive*****************************************************************************/
@media(max-width:500px)
{
  .main
  {
    height: 50vh;
  }
  .popup-forms .form,.popup-forms .container
  {
    height: auto;
  }
  .tabbed-content .item.active .item-content
  {
    overflow: scroll;
    position: relative;
  }
  .hidereport1, .hidereport2, .hidereport3, .hidereport4, .hidereport5
  {
    position: absolute;
    width: 90%;
    height: auto;
  }
  .taamen
  {
    height: 70vh;
    overflow: scroll;
  }
  .loogin
  {
    margin-top: 7px;
  }
  .main-header .language .flag-icon {
    margin-right: 3px;
}
.main-header .language .flag-icon img {
  width: 25px;
  height: 25px;
}
  .tabbed-content
    {
      padding: 0;
    }
  .main-slider .tparrows
  {
    display: block !important;
    visibility: visible !important;
  }
  
  .main-slider .tparrows.gyges
  {
    background-color: #0000008a;
    width: 45px;
    height: 45px;
    top: 40% !important;
  }
  .main-header .header-top .top-left ul li
  {
    font-size: 12px;
  }
  .change-language
  {
    text-align: right;
  }
    .team-home .item
  {
    margin: 0;
  }
  .boxx, .box-image
  {
    padding: 0;
  }
  .boxx
  {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 10px
  }
  .boxx .content-team {
    padding: 25px 15px;
  }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next
  {
    bottom: 50%;
  }
  .owl-carousel .owl-nav button.owl-prev
  {
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-next
  {
    right: 0;
  }
  .main-header .header-top .top-right .social-nav
  {
    float: left;
  }
  .switch
  {
    width: 100%;
  }
  .main2 .switch
  {
    width: 90%;
  }
  #switch-cnt
  {
    left: 58%;
  }
  .main2 #switch-cnt
  {
    left: 68%;
  }
  
  #b-container,#a-container
  {
    left: 0%;
    width: 100%;
  }
  .main {
    transform: scale(1);
    width: 100%;
    overflow: visible;
  }
  .popup-forms .form__input
  {
    width: 100%;
    height: 30px;
  }
  .popup-forms .title
  {
    font-size: 15px;
  }
  /* .main-header .header-lower .outer-box .advisor-box a
  {
    display: none;
  } */
  .main-header .language
  {
    display: block;
  }
  .new-signup
  {
    padding-top: 5px;
  }
  .outer-box.clearfix .advisor-box a img
  {
    padding-top: 5px !important;
    width: 58%;
  }
  .main-menu .navbar-header .navbar-toggle
  {
    margin-right: 8px;
  }
  .main-header .header-lower .outer-box .advisor-box
  {
    text-align: left;
  }
  .areimage, .are
  {
    display: none;
  }
  .main-header .header-lower .outer-box .advisor-box
  {
    display: block;
  }
  #skipnow
  {
    bottom: 10px;
    left: -55%;
  }
  .main-header .language .dropdown-menu
  {
    margin-top: 3px;
  }
  .inner-history-section
  {
    padding: 0;
  }
  .history-section .content-column
  {
    margin-bottom: 5px;
  }
  .fact-counter .column
  {
    margin-bottom: 30px;
  }
  .about-section
  {
    padding: 25px 0px;
  }
  .about-section .content-column .inner-column
  {
    margin-right: 0px;
    padding: 20px 15px 10px;
  }
  .news-block-three {
    margin-bottom: 20%;
    margin-top: 20%;
  }
  .news-section {
    padding: 0 0 15px 0;
  }
  .widgets-section .row.clearfix,.col-md-6.col-lg-6.manage .row
  {
    display: flex;
    flex-direction: column-reverse;
  }
  .feature-block .inner-block {
    padding-right: 5px;
  }
  .sidebar-page-container {
    padding: 50px 0px 60px;
  }
  .styled-heading
  {
    text-align: right;
  }
  .widget.popular-categories.sidebar-widget img
  {
    width: 100%;
  }
  .gallery-page-section {
    padding: 15px 0px;
  }
  .info-block .block-inner {
    padding-right: 15px;
  }
  .preloader img
  {
    width: 50%;
    left: 24%;
  }
  .contact-info-section {
    padding: 35px 0px 80px;
  }
  .noads .auto-container .row.clearfix
  {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-menu .navbar-header
  {
    z-index: 1;
  }
  .share-social
  {
    text-align: right;
  }
  .share-social .social-icon-three li
  {
    margin-right: 0;
    margin-left: 18px;
  }
  .color-palate
  {
    display: none;
  }
  .main-slider .tparrows.gyges:before
  {
    line-height: 45px;
  }
  .modal-open .modal
  {
    padding-right: 0;
  }
  
}