/* *{
    transition: all .3s ease-in-out;
} */
@font-face {
    font-family: CGL;
    src: url('../fonts/CormorantGaramond-Light.ttf');
}
@font-face {
    font-family: CGR;
    src: url('../fonts/CormorantGaramond-Regular.ttf');
}
@font-face {
    font-family: CGM;
    src: url('../fonts/CormorantGaramond-Medium.ttf');
}
@font-face {
    font-family: CGB;
    src: url('../fonts/CormorantGaramond-Bold.ttf');
}
@font-face {
    font-family: CGSB;
    src: url('../fonts/CormorantGaramond-SemiBold.ttf');
}

@font-face {
    font-family: RL;
    src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
    font-family: RR;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: RM;
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face {
    font-family: RB;
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: RBL;
    src: url('../fonts/Roboto-Black.ttf');
}

.light-grey{
    color: #666 !important;
}
.grey{
    color: #333 !important;
}
.light-brown{
    color: #EFEAE1 !important;
}
.orange{
    color: #E66B00 !important;
}
.brown{
    color: rgb(71, 33, 1) !important;
}
.blue{
    color: rgb(46 145 173) !important;
}
.bg-brown{
    background-color: rgb(71, 33, 1) !important;
}
.bg-light-brown{
    background-color: #EFEAE1 !important;
}
.sky-blue-light{
    color: rgb(175 220 227) !important;
}
.sky-blue{
    color: rgb(145 204 209) !important;
}
.bg-light-grey{
    background-color: #666 !important;
}
.bg-grey{
    background-color: #333 !important;
}
.bg-orange{
    background-color: #E66B00 !important;
}
.btn-bg-orange{
    background-color: #E66B00 !important;
}
.bg-blue{
    background-color: rgb(46 145 173) !important;
}
.bg-sky-blue{
    background-color: rgb(145 204 209) !important;
}
.bg-sky-blue-light{
    background-color: rgb(175 220 227) !important;
}
.bg-sky-blue-light-100{
    background-color: rgb(175 220 227 / 10%) !important;
}
.bg-sky-blue-light-200{
    background-color: rgb(175 220 227 / 20%) !important;
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.font-26{
    font-size: 26px;
}
.font-28{
    font-size: 28px;
}
.font-30{
    font-size: 30px;
}
.fw-bold{
    font-weight: 700;
}
.spacing{
    padding-right: 120px !important;
    padding-left: 65px !important;
}
p{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 1.2em;
}
h2, h3{
    font-size: 16px;
}
a{
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    text-decoration: none;
}
.RR{
    font-family: RR;
}
.RM{
    font-family: RM;
}
.RB{
    font-family: RB;
}
.CGR{
    font-family: CGR;
}
.CGM{
    font-family: CGM;
}
.CGB{
    font-family: CGB;
}
.lang_change{
    position: fixed;
    right: 5px;
    top: 5px;
    font-size: 12px;
    z-index: 1090;
    border: none !important;
    border-radius: 5px !important;
}
.lang_change a{
    color: #ada7a7;
    font-weight: 100;
}
.lang_change a.active{
    color:#666;
    font-weight: bolder;    
}
.navbar{
    z-index: 1080;
}
.navbar-brand img{
    width: 220px;
}
.navbar ul li{
    position: relative;
}
.cursor-pointer{
    cursor: pointer;
}
.navbar ul li ul {
    background: #efeae1;
    /* box-shadow: 0px 0px 8px -2px #00000070; */
    border-radius: 0px;
    min-width: 120px;
    position: absolute;
    padding: 10px;
    padding-left: 0;
    transition: all 0.5s ease;
    /* display: none; */
    list-style: none;
    border: 0;
}
.navbar ul .desktop-view ul {
    visibility: hidden;
    opacity: 0;
}
.navbar ul li ul li a{
    text-decoration: none;
    /* color: rgb(71 33 1); */
    color: rgba(0,0,0,.5);
    display: block;
    width: 100%;
    padding-left: 12px;
    font-family: RR;
}
.navbar ul li a:hover{
    /* color: rgb(46 145 173) !important; */
    background-color: rgba(238,238,238,1);
}
.navbar .nav-item{
    margin-right: 34px;
    font-family: RR;
}
/* .navbar ul li:hover > ul,
.navbar ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
} */
.main-content .banner{
    background-image: url('../assets/new-brown-bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0px;
    padding-top: 20px;
    /* margin-bottom: 35px; */
}
.banner h2 span, .blog h2{
    font-family: "CG";
    font-weight: 200;
    color: #ada7a7;
    font-size: 1.2rem;
}
.blog h2:not(:first-of-type){
    font-size:16px;
    font-weight: 500;
    font-family: "RR" !important;
}
.banner h1, .blog h1{
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.blog ol>li,.blog ul>li {
    margin-bottom: 0.5rem;
}
.grey-section{
    background-color: #EFEAE1;
    /* background-image: url('../assets/image63.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; */
    position: relative;
    padding: 40px 0px;
    margin-bottom: 35px;
    z-index: 0;
}
.grey-section .bg-move{
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
}
.grey-section .bg-move img{
    width: 140px;
}
.main-content ul{
    list-style-type: square;
    padding-left: 22px;
}
footer{
    border-top: 2px solid rgba(238,238,238,1) ;
    padding: 30px 0 30px 0;
    color: #666;
}
footer a{
    color: #666;
    font-weight: normal;
}
footer a:hover{
    color: #666;
}
footer div{
    text-align: center;
}
.graph_section p{
    margin-top: 24px;
}

.corner-borders::before, .corner-borders::after {
    border-color: rgb(46, 145, 173);
    border-width: 2px;
    content: "";
    display: block;
    height: 50px;
    pointer-events: none;
    position: absolute;
    width: 50px;
}
.corner-borders--left::before, .corner-borders--left::after {
    left: 0;
}
.corner-borders--right::before, .corner-borders--right::after {
    right: 0;
}
.corner-borders--left::before {
    border-left-style: solid;
    border-top-style: solid;
    top: 0;
}
.corner-borders--right::after {
    border-bottom-style: solid;
    border-right-style: solid;
    bottom: 0;
}
.border-section{
    max-width: 420px;
    margin: auto;
    padding: 10px 0 0 20px;
}
.border-section p{
    padding-right: 10px;
    padding-bottom: 10px;
    color: #666;
}
.slide{
    padding: 0 60px;
}
.spacing2{
    padding-left: 100px;
    padding-right: 100px;
}
.carousel-control-next, .carousel-control-prev{
    width: 6%;
    /* background-color:rgba(102, 102, 102, 0.275); */
    opacity: 1;
}
.carousel-control-prev-icon{
    background-image: unset;
}
.carousel-control-prev-icon::before {
    content: " ";
    border-left: 3px solid #666;
    border-bottom: 3px solid #666;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}
.carousel-control-next-icon{
    background-image: unset;
}
.carousel-control-next-icon::before {
    content: " ";
    border-right: 3px solid #666;
    border-top: 3px solid #666;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.line-animation{
    position: relative;
    height: 70px;
    margin-top: 50px;
}
.line-animation .blue, 
.line-animation .orange, 
.line-animation .light-blue{
    position: absolute;
    width: 100%;
}
.line-animation .blue {
    background: rgb(46 145 173);
    top: 0;
    left: 15%;
    animation-name: animateWidth;
    animation-duration: 3s;
    animation-iteration-count: 1;
    height: 4.8px;
    width: 55%;
  }
  .line-animation .orange {
    background: #E66B00;
    top: 15px;
    left: 20%;
    animation-name: moveInleft;  
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    height: 3px;
    width: 80%;
  }
  .line-animation .light-blue {
    background: rgb(145 204 209);
    top: 30px;
    animation-name: moveInRight;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    height: 1.2px;
    width: 70%;
    left: 15%;
  }


  @keyframes animateWidth {
    0% {
      width: 25%;
    }
    49% {
      width: 50%;
    }
  
    50%{
      width: 50%;
  
    }
  
    /* 100%{
      width: 25%;
  
    } */
  
  }
  
  @keyframes moveInleft {
    0% {
      opacity: 0;
      /* transform: translateX(70px); */
    }
  
    49%{
      opacity: 1;
      transform: translateX(5%);
    }
    50% {
      opacity: 1;
      transform: translateX(5%);
    }
    100%{
      transform: initial;
      transform: translateX(-20%);
    }
  }
  
  @keyframes moveInRight {
    0% {
      opacity: 0;
      /* transform: translateX(-70px); */
    }
    49% {
      opacity: 1;
      transform: translateX(40%);
    }
    50% {
      opacity: 1;
      transform: translateX(40%);
    }
    100% {
      transform: translateX(13%);
    }
  }
/* #textLine1, #textLine2, #textLine3, #textLine4 {
    position: relative;
} */
.text-animation {
    position: absolute;
    color: #666;
    top: -8px;
  }

  
  .text-animation:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: calc(100% + 20px);
    border-bottom: 4px solid rgb(46 145 173);
    animation-name: textAnimation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes textAnimation {
    0% {
      width: 0%;
    }
    100% {
        width: calc(100% + 20px) !important;
  
    }
  }
#lineAnim1, #lineAnim2, #lineAnim3, #lineAnim4{
    
    padding-bottom: 10px;
}

.text-center .btn:focus{
    box-shadow: unset;
}
/* Sidebar Css */
body.offcanvas-active {
    overflow: hidden;
  }
.offcanvas-header {
    display: none;
  }
  /* .table-margin{
      margin-left: -12px;
  } */
  .screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  }
  .screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
    .mobile-view{
        display: none;
    }

    .carousel-indicators{
        bottom: -30px;
        margin-bottom: 0;
    }
    .carousel-indicators li{
        border-radius: 50%;
        height: 10px;
        width: 10px;
        background-color: #666;
    }
    .w-20px{
        width: 20px;
    }
@media (min-width: 992px){
    .navbar ul .desktop-view:hover > ul,
    .navbar ul .desktop-view ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
        margin-top: -2px;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    #nav_accordion{
        margin-left: 15px;
    }
    .navbar-toggler.btn-close{
        margin-left: 15px;
        margin-top: 10px;
        font-size: 16px;
        padding: 7px 10px;
    }
    .navbar-toggler.btn-close .navbar-toggler-icon{
        background-image: unset;
    }
    .navbar-toggler {
        padding: 0.15rem 0.35rem;
    }
    .navbar-toggler .navbar-toggler-icon{
        width: 1.2em;
        height: 1.2em;
    }
    .offcanvas-header {
      display: block;
    }
    .navbar ul li ul {
        position: static;
    }
    .mobile-offcanvas {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-100%);
      border-radius: 0;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1200;
      width: 50%;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
      background-color: #fff !important;
    }
  
    html:lang(ar) .mobile-offcanvas {
      transform: translateX(100%);
    }
  
    .mobile-offcanvas.show {
      visibility: visible;
      transform: translateX(0);
      opacity: 1;
    }
  
    .nav-cont {
      display: block !important;
      padding-right: auto !important;
      padding-left: auto !important;
    }
  
    .navbar2 {
      box-shadow: 0px 3px 17px #00000047;
    }
    #navbar_main {
      box-shadow: 0px 3px 17px #00000047;
      background-color: #EFEAE1 !important;
    }
    .dropdown-menu {
      border: none;
    }
    /* .nav-item {
      border-bottom: 1px solid #eaeaea;
    } */
    .sidebar .nav-link{
        color: #666 !important;
    }

    .spacing {
        padding-right: 60px !important;
        padding-left: 45px !important;
    }
    .slide {
        padding: 0 20px;
    }
    .spacing2{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 426px){
    .short-animation.text-animation{
        top: -24px;
    }
    .short-animation.text-animation:before {
        width: 105%;
    }
}
@media (max-width: 768px){
.w-63{
    width:100% !important;
}
}
@media (max-width: 767px){
    .main-content .banner{
        padding: 10px 0px;
        padding-top: 20px;
    }
    .grey-section{
        padding: 30px 0px;
    }
    .main-content .banner h1,.blog h1{
        font-size: 32px;
        margin-bottom: 8px;
    }
    
    .banner h1 span{
        font-size: 0.6em !important;
    }
    /* p{
        font-size: 16px;
    }
    h2, h3{
        font-size: 16px;
    } */
    .carousel-inner p {
        padding: 0 10px;
    }
    .navbar-brand img{
        width: 150px;
    }
    footer{
        font-size: 12px;
    }
    .slide{
        padding: 0;
    }
    .spacing2{
        padding-left: 0;
        padding-right: 0;
    }
    .tooltip{
        font-size: 16px;
    }
    .tooltip .tooltiptext {
        min-width: 250px !important;
        font-size: 12px !important;
    }
    .carousel-control-next, 
    .carousel-control-prev {
        width: 7%;
    }
    .text-animation:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 110%;
        border-bottom: 4px solid rgb(46 145 173);
        animation-name: textAnimation;
        animation-duration: 2s;
      }
    
      @keyframes textAnimation {
        0% {
          width: 0%;
        }
        100% {
          width: calc(100% + 20px) !important;
    
        }
      }
    .sidebar li .submenu li a{ 
        font-size: 14px;
    }
    .grey-section .bg-move img{
        width: 90%;
    }
}
@media (max-width: 575px){
    .border-section p{
        font-size: 16px !important;
    }
    .text-center .btn{
        font-size: 16px;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .main-content .banner h1,.blog h1{
        font-size: 27px;
    }
}
/* @media (max-width: 380px){
    .main-content .banner h1 br{
        display: none;
    }
} */
@media (max-width: 500px){
    footer{
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    footer > div{
        margin-bottom: 12px;
    }
    .carousel-control-next, 
    .carousel-control-prev {
        width: 14%;
    }
    .carousel-inner p {
        padding: 0 15px;
    }
}
@media (min-width: 427px) and (max-width: 455px){
    .spacing{
        padding-right: 30px !important;
        padding-left: 20px !important;
    }
}
@media (max-width: 400px){
    .spacing{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
.first, .second, .third{
    visibility: hidden;
}
.transition-inner-div1 {
    visibility: visible;
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}
.transition-inner-div2 {
    visibility: visible;
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}
.transition-inner-div3 {
    visibility: visible;
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	/* padding-left: 1rem; 
	padding-right: 1rem; */
    z-index: 1;
    line-height: 16px;
}
.sidebar li .submenu li a{ 
	padding-left: 1rem; 
	padding-right: 1rem;
    
}
.sidebar .nav-link {
    font-weight: 500;
    color: var(--bs-dark);
}
.sidebar .nav-link:hover {
    color: #E66B00 !important;
    background-color: #efeae1 !important;
    /* color: var(--bs-primary); */
}
.w-63{
    width: 63%;
}
.w-70{
    width: 70%;
}
.w_50{
    width: 50%;
}
.w-40{
    width: 40%;
}

.blog h1 {
    width: 75%;
}
.dropdown-menu  a:hover{
    color: #E66B00 !important;
}
#navbarToggle{
    position: absolute;
}

.tooltip {
    position: relative;
    display: inline-block;
    transition: all .3s;
    opacity: 1;
    cursor: pointer;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 320px;
    background-color: #efeae1;
    color: #000;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    transition: all .3s;
    font-size: 14px;
    padding: 20px;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.moveRight{
    animation-name: moveORight;
    animation-duration: 5s;
    animation-fill-mode: forwards;
  
  }


  
  
  @keyframes moveORight {
    0%{
      left: 35%;
    }

    50%{
        left: 60%;
    }
  
    100%{
      left: 48%;
    }
    
  }

/* 
.moveLeft{
    animation-name: move0Left;
    animation-duration: 3s;
    animation-fill-mode: forwards;
  
  }


  
  
  @keyframes move0Left {
    0%{
      left: 71%;
    }
  
    100%{
      left: 50%;
    }
    
  } */

  @media (max-width: 600px){
    .lang_change{
        font-size: 16px;
    }
    .lang_change span{
        margin-left: 2px;
        margin-right: 2px;
    }
    .banner h2 span, .blog h2{
        font-size: 14px;
    }
  }
  


  @media (max-width: 506px){
      .line-overlap {
          top: -24px;
      }
  }

  
  @media (max-width: 500px){
    .line-overlap-2 {
      top: -24px;
  }
}
  @media screen and (max-width: 450px){
      p,h2,.border-section p, h6,.tooltip{
          font-size: 18px !important;
      }
      .w-40, .blog h1,.w-70,.w_50{
        width: 100%;
    }

  }