ul{
    margin-bottom: 0;
    padding: 0;

}
p{
    margin-bottom: 0;
}
a:hover{
    text-decoration: none!important;
}
.above-all{
    overflow: hidden;
    position: relative;
}
*,
*:hover,
*:active{
    outline: none!important;
}
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e6e6e6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9a1220;
}
html{
      scroll-behavior: smooth;

}




.switch-pages{
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border-radius: 0;
    /* transform: rotate(90deg); */
    height: 100%;
    visibility:hidden;
    opacity:0;
}

.showed{
      visibility:visible!important;
    opacity:1!important;
}




.switch-pages a {
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border-radius: 0;
    /* transform: rotate(90deg); */
    height: 100%;
}

.switch-inside {
        z-index: 1;
    position: relative;
    padding: 10px 43px;
    /*margin-bottom: 30px;*/
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

.switch-inside:before {
  display:none;
}
.switch-inside:after {
  display:none;
}
.switch-inside:hover {
  color: #7B1324;
  border-radius: 30px;
}
.switch-inside:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.switch-inside .syaad-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: transparent;
}
.switch-inside .syaad-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.switch-inside .syaad-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
 .switch-inside .syaad-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.switch-inside .syaad-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.switch-inside .syaad-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.04s;
}
.switch-inside .syaad-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.08s;
}
.switch-inside .syaad-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.16s;
}
.actives-animated {
  transform: translateZ(0) scale(1.7)!important;
}
@supports (filter: url("#goo")) {
 .switch-inside:hover .syaad-btn__blob {
    transform: translateZ(0) scale(1.7);
  }
}





.loading-main {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



#Path_2053 ,
#Path_2054{
	fill:transparent;
	stroke : #00162B;
	stroke-width:1px;
	stroke-dashoffset:0;
	stroke-dasharray:800;
}

#Path_2053{
  animation: 6s ease-in-out forwards 0.5s logoAnimate, 1s ease-in-out forwards fillblack 3.2s;
}

@keyframes logoAnimate {
  0% {stroke-dashoffset:800; fill:transparent;}
  50% {stroke-dashoffset:0;fill:transparent;}
  55% {fill:#00162B;stroke-dashoffset:0;}
    100% {fill:#00162B;stroke-dashoffset:0;}
}


#Path_2054{
	animation: animate2 7s ease-in-out; 
}

@keyframes animate2 {
  0% {stroke-dashoffset:800; fill:transparent;}
  50% {stroke-dashoffset:0;fill:transparent;}
  55% {fill:#00162B;stroke-dashoffset:0;}
  100% {fill:#00162B;stroke-dashoffset:0;}
  
}


.menu-2-sub{
    opacity:0;
    position:absolute;
    top:85px;
    visibility:hidden;
    transition:all .4s ease-in-out;
}

.menu-2-sub-show{
       opacity:1;
    top:80px;
    visibility:visible;
}





.menu-2-sub ul li a {
    color: #0d0d42;
    font-size: 15px;
    transition:all .4s ease
}


.menu-2-sub ul li a:hover {
    color: #9a1220;}



.overlay-menu-clkk {
    position: fixed;
    display:none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}





.menu-2-sub ul {
    background: #f8fcff;
    position: absolute;
    top: 74%;
    right: 4%;
    padding: 11px 20px;
    list-style: none;
    line-height: 26px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px #dedede;
}



.menu-2-sub:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 3px;
    border-style: solid;
    border-color: transparent transparent #f8fcff transparent;
    border-width: 0 10px 10px 10px;
    top: 67px;
    right: 51px;
    z-index: 1;
}


body{
font-family: 'Open Sans', sans-serif;
font-weight: 500;
text-transform:capitalize;
    text-align: left;
    background-color:#F8FCFF;
}
.copyright{
    /* background-color: #f1f9fe; */
    /*text-align: center;*/
    padding-top: 60px;
    padding-bottom: 10px;
    /* border-top: 2px solid #a2a4a740; */
    z-index: 2;
    position: relative;
    /*color: #fff;*/
}


.copyright p,
.copyright a{
    color: #0d0d42;
    font-size: 15px;
    margin-bottom: 0;
}

.links-media{
    display: flex;
    margin-left: auto;
}
.links-media a{
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* background-color: #312e2f; */
    transition: all .7s;
    color: #9a1220;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 23px;
}


.options-fixed {
    position: fixed;
    right: 0;
    z-index: 2;
    transform: rotate(90deg) translate(220px, -84px);}

.options-fixed a{
    background: #9a1220;
    color: #fff;
    padding: 8px;
}

.text-main-footer {
    margin-top: 16px;
    font-size: 13px;
    color: #0d0d42;
}

.more-opt ul {
    display: flex;
    /*gap: 20px;*/
    list-style: none;
    margin-left: auto;
}

.more-opt ul li {
    padding: 0px 21px;
}


.links-media a:hover{
    color: #0d0d42;
}

footer {
    /*color: #fff;*/
    background:#F8FCFF;
    padding: 45px 0 0 0;
    position: relative;
}

footer .logo-footer{
    width: 170px;
    margin-bottom: 15px;
}


.images-footer img {
    width: 80px;
    margin: 1%;
}

/*footer:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #00000080;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/


footer .container {
    position:relative;
    z-index:2;
}


footer a{
    color:#0d0d42;
    transition:all .4s ease;
}


footer .subscribe-text {
     font-size: 13px;
    color: #0d0d42;
}


form.wpcf7-form.init input[type="submit"]{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}



footer ul.navbar-links li {
    margin-bottom: 11px;
}

footer h4 {
    color: #01a2e9;
    font-size: 19px;
    font-weight: 600;
    margin: 13px 0;
}


footer .subscribe input {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 50px;
    padding: 0px 50px;
    margin: 5px 0;
    font-size: 12px;
    border: 1px solid #0d0d4254;
}

footer .subscribe input[type="submit"] {
    color: #fff;
    width: 50px;
    margin: 8px auto;
    display: block;
    font-size: 16px;
    padding: 0;
    background: #9a1220;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
}


footer .subscribe i.fa.fa-envelope {
    position: absolute;
    top: 15px;
    left: 8px;
    color: #9a1220;
    background: #9a122040;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}




footer .subscribe form{
    position:relative;
}

footer .subscribe {
    margin-top: 15px;
}


footer .text {
    height: 82px;
    overflow: hidden;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #0d0d42;
}






footer ul.navbar-links {
    list-style: none;
    padding: 0;
}

/*h3.title-footer:after {*/
/*    content: "";*/
/*    width: 39%;*/
/*    height: 5px;*/
/*    border-radius: 20px;*/
/*    background: #01a2e9;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 14px;*/
/*}*/
h3.title-footer {
      position: relative;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 30px;
    color: #9a1220;
}



footer .contact-bottom > a {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    transition: all .4s ease;
}

.why-chose-us{
    /*padding-top: 30px;*/
    padding-bottom: 30px;
}
.header{
    /*text-align: center;*/
    margin-bottom: 20px;
}
.header > span{
    color: #61b8f6;
    font-weight: bold;
        font-size: 30px;
    display: inline-block;
    position: relative;
}
.header .lines{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.header .lines span{
    height: 1.4px;
    background-color: #a8b9cc;
    display: block;
    position: absolute;
    right: 0;
    box-shadow: 0 0 0px #a8b9cc;
}
.header .lines span:last-of-type{
    width: 50%;
    bottom: 0;
}
.header .lines span:nth-of-type(2){
    width: 40%;
    bottom: 4px;
}
.header .lines span:nth-of-type(1){
    width: 30%;
    bottom: 8px;
}



.about-us-index .img-in {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.about-us-index .img-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.breadcrumb {
    height: 300px;
    display: flex;
    align-items: center;
    position:relative;
    font-size: 50px;
    text-transform: capitalize;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    margin-bottom:0;
    font-weight: 600;
}







.why-chose-us .item-in{
    text-align: center;
    background-color: #ffffff;
    padding: 25px 20px;
    border-radius: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    transition: all .7s;
    position: relative;
    margin-bottom: 20px;
}
.why-chose-us .item-in .icon{
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #000;    border-radius: 50%;
    transition: all .7s;
}


.why-chose-us .item-in .icon:after {
    content: "";
    width: 110px;
    height: 110px;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}


.why-chose-us .item-in .icon img{
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .7s;
}
.why-chose-us .item-in h3{
    color: #363334;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    height: 25px;
    margin-bottom: 15px;
}
.why-chose-us .item-in p{
    color: #8a8a8a;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    max-height: 170px;
}
/*.why-chose-us .item-in:hover{*/
/*    border: 2px dashed #184379;*/
/*}*/
/*.why-chose-us .item-in:hover .icon{*/
/*    background-color: #c8d3de;*/
/*}*/
/*.why-chose-us .item-in:hover .icon img{*/
/*    filter: invert(20%) sepia(71%) saturate(1184%) hue-rotate(185deg) brightness(91%) contrast(90%);*/
/*}*/
.why-chose-us .item-in .sign-in{
    border: 2px solid #d5dde6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 113%;
    height: 90%;
    position: absolute;
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
    transition: all .7s;
}
/*.why-chose-us .item-in:hover .sign-in{*/
/*    opacity: 1;*/
/*}*/
.partners .header > span{
    color: #312e2f;
}
.partners{
    /*background-color: #f1f9ff;*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.partners .img{
    width: 100%;
    height: 140px;
    position: relative;
}
.partners .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
}


.partners h2,
.contact-us h2{
    color: #000000;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-top: 110px;
}


.partners h2:after {
    position: absolute;
    content: "";
    width: 141px;
    height: 150px;
    background-image: url(../images/03.png);
    left: -6px;
    top: -104px;
    background-size: cover;
    z-index: -1;
}

.contact-us-page h2:after {
    position: absolute;
    content: "";
    width: 141px;
    height: 150px;
    background-image: url(../images/04.png);
    left: -6px;
    top: -104px;
    background-size: cover;
    z-index: -1;
}


h3.branches_sec_title {
    color: #0D0D42;
    font-weight: 900;
    font-size: 42px;
}



.branches_sec_ryadh ul.nav.nav-tabs li a.active:after {
    content: "";
    width: 100%;
    background: #9a1220;
    height: 4px;
    position: absolute;
    top: 148%;
    left: 50%;
    transform: translate(-50%,-50%);
}



.branches_sec_ryadh ul.nav.nav-tabs li a {
    color: #5D7994;
    /*font-weight: bold;*/
    position: relative;
}


.branches_sec_ryadh ul.nav.nav-tabs li a.active {
    color: #0d0d42;
    font-weight: bold;
    position: relative;
}



.branches_sec_ryadh ul.nav.nav-tabs li a.active:before {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 165%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #9a1220;
}

.branches_sec_ryadh  .tab-content li {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}


.branches_sec_ryadh .tab-pane {
    background: #9a1220;
    color: #fff;
    padding: 30px 0;
}



.branches_sec_ryadh .tab-pane ul {
    width: 78%;
    margin: 0px auto;
}



.branches_sec_ryadh .syaad-btn {
    color:#9A1220;
}

.branches_sec_ryadh  .syaad-btn:before {
  border: 2px solid #fff;

}

.branches_sec_ryadh .syaad-btn__inner {
    background: #ffffff;}

.branches_sec_ryadh  .syaad-btn__blob {

  background: #9A1220;

}

.branches_sec_ryadh .syaad-btn:hover,
.branches_sec_ryadh .syaad-btn:hover path {
    color:#fff;
    fill:#fff;
}


.branches_sec_ryadh .tab-content li {
    margin-bottom: 50px;
}



.branches_sec_ryadh .tab-content li:last-child {
    margin: 0;
}


.branches_sec_ryadh .title-tabs {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 20px 0;
}



/*.branches_sec_ryadh .nav-tabs a{*/
    
/*}*/





.news-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-section .new{
    display: block;
    margin-bottom: 20px;
}
.news-section .new .img{
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    transition: all .7s;
    overflow: hidden;
    border-radius: 7px;
}
.news-section .new .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .7s;
}
.news-section .new:hover .img img{
    transform: scale(1.1);
}
.news-section .new h2{
    color: #5a5a5a;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 29px;
}
.news-section .new p{
    color: #838383;
    font-size: 13px;
    font-weight: 500;
    text-shadow: 0 0 0px #838383;
    overflow: hidden;
    max-height: 81px;
    line-height: 20px;
}
.btn-container{
    perspective: 600px;
}
.btn-custom{
       color: #9a1220;
    border: 2px solid #9a1220;
    display: inline-block;
    text-align: center;
    align-items: center;
    height: 48px;
    width: 200px;
    border-radius: 10px;
    font-size: 15px;
    transition: all .7s;
    line-height: 44px;
}
.btn-custom:hover{
    color: #fff;
    box-shadow: 0 5px 3px #2b7bb4;
    top: -5px;
    transform: rotateX(20deg);
}
.btn-custom img{
    width: 30px!important;
    margin-right: 10px;
}
.all-sections{
    background-color: #e3e9ef;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.all-sections .sec{
    display: block;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.all-sections .sec h3{
    color: #6c849f;
    font-weight: 500;
    font-size: 16px;
    text-shadow: 0 0 0px #6c849f;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 23px;
}
.all-sections .sec .img{
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.all-sections .sec .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .7s;
}
.all-sections .sec:hover .img img{
    transform: scale(1.1, 1.1);
}
.about-us{
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-us .about-us-in-text{
    height: 100%;
    display: flex;
    align-items: center;
}
.about-us .about-us-in-text .about-us-head{
    color: #9a1220;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.about-us .about-us-in-text .about-us-sub{
    color: #5a5a5a;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.about-us .about-us-in-text .about-us-text{
    color: #4a4a4a;
    font-size: 14px;
    line-height: 23px;
}
.about-us .images-slider .owl-stage-outer{
    overflow: hidden;
    border-radius: 10px;
}
.about-us .images-slider .item{
    width: 100%;
    height: 350px;
}
.about-us .images-slider .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us .images-slider .owl-dots span{
    margin: 0!important;
    margin-left: 2px!important;
    margin-right: 2px!important;
    background-color: #adadad!important;
    width: 11px!important;
    height: 11px!important;
    transition: all .7s!important;
}
.about-us .images-slider .owl-dots span:hover,
.about-us .images-slider .owl-dots .active span{
    background-color: #969696!important;
    width: 25px!important;
}
.main-slider{
    position: relative;
}
.main-slider .item{
    position: relative;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.main-slider .item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}
.main-slider .item .container{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    /* align-items: center; */
}
.main-slider .item .text-all{
    width: 100%;
}
.main-slider .item .text-all h2{
    line-height: 25px;
    color: #1c1c1b;
    font-weight: bold;
        font-size: 23px;
    margin-bottom: 19px;
}
.main-slider .item .text-all p{
    color: #7f7f7f;
    text-shadow: 0 0 0px #7f7f7f;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px;
}
.main-slider .item .img-up{
    position: relative;
    height: 500px;
}
.main-slider .item .img-up .img{
    -webkit-mask-image: url('../images/bg-slider.png');
    mask-image: url('../images/bg-slider.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
    z-index: 5;
    height: 100%;
    width: 122%;
    right: -82px;
}
.main-slider .item .img-up .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider .item .img-up > img{
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-3deg);
    width: 111%;
    height: 107%;
}
.main-slider .item [class^="col-"]:last-of-type{
    display: flex;
    align-items: center;
}
.main-slider .owl-nav{
    display: none!important;
}
.main-slider .owl-dots{
    margin: 0!important;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}
.main-slider .owl-dots span{
    background-color: #7c7b79!important;
    width: 12px!important;
    height: 12px!important;
    margin: 0!important;
    margin-left: 3px!important;
    margin-right: 3px!important;
    opacity: .6!important;
    transition: all .7s!important;
}
.main-slider .owl-dots span:hover,
.main-slider .owl-dots .active span{
    opacity: .95!important;
    width: 25px!important;
}
/* .main-slider .owl-nav{
    margin: 0!important;
    position: absolute!important;
    left: 50%!important;
    top: 50%!important;
    height: 0!important;
    width: 100%!important;
    display: flex!important;
    justify-content: space-between!important;
    transform: translate(-50%, -15px)!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
} */
.main-slider .owl-nav button{
    margin: 0!important;
}
.main-slider .owl-nav button i{
    color: #484848;
    font-size: 30px;
    transition: all .7s;
    position: relative;
    top: 0;
}
.main-slider .owl-nav button i:hover{
    top: -5px!important;
    text-shadow: 0 5px 5px #0000007d!important;
}
.breead-cramp{
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    text-align: center;
}
.breead-cramp .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
    z-index: 1;
}
.breead-cramp .container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
}
.breead-cramp h1{
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    display: block;
    width: 100%;
}
.breead-cramp p{
    color: #fff;
    font-size: 15px;
    width: 100%;
}
.about-us-page .item-in{
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-us-page .item-in:nth-of-type(odd){
    background-color: #f1f9ff;
}
.about-us-page .item-in:nth-of-type(odd) [class^="col-"]:first-of-type{
    order: 2;
}
.about-us-page .item-in:nth-of-type(odd) [class^="col-"]:last-of-type{
    order: 1;
}
.our-mission{
    padding-top: 40px;
}
.our-mission .miss-in{
    margin-bottom: 20px;
}
.our-mission .miss-in .img{
    margin-bottom: 15px;
    height: 85px;
    width: 85px;
    background-color: #ebf6fe;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.our-mission .miss-in .img img{
    width: 55px;
    filter: invert(27%) sepia(0%) saturate(2%) hue-rotate(96deg) brightness(99%) contrast(89%);
}
.our-mission .miss-in h2{
    margin-bottom: 12px;
    color: #515151;
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    line-height: 1.3;
    height: 28px;
}
.our-mission .miss-in p{
    color: #838383;
    font-size: 13px;
    text-shadow: 0 0 0px #838383;
    overflow: hidden;
    height: 65px;
    line-height: 1.6;
}
.custom-single1{
    padding-top: 30px;
    padding-bottom: 30px;
}
.custom-single1 .img{
    text-align: center;
    margin-bottom: 10px;
}
.custom-single1 .img img{
    max-width: 100%;
}
.custom-single1 .text-content{
    color: #868686;
    text-shadow: 0 0 0.5px #868686;
    font-size: 14px;
}
.custom-single1 .text-content p{
    margin-bottom: 10px;
}
.custom-single1 .text-content img{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.contact-us-page .map{
    width: 100%;
    height: 350px;
}
.contact-us-page .map iframe{
    width: 100%;
    height: 100%;
}
.contact-us-page .contact-us{
    position: relative;
    margin: 50px 0;

}





.overlay_black {
    background: #000;
    width: 0%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
       -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: .7s;
      transition-duration: .7s;
}

.overlay_black_show {
    background: #B81F24;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
}













.fixed_box li {
    display: inline-flex;
    font-size: 53px;
    overflow: hidden;
    height: 100%;
    width: 19.7%;
    text-align: center;
    position: relative;
    color: #fff;
    justify-content: center;
    align-items: center;
}



.fixed_box li a {
    position: relative;
    z-index: 9;
    height: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    font-size: 45px;
    font-weight: 500;
    border:0;
}




.closess {
    position: absolute;
    height: 2rem;
    
    width: 2rem;
    display: flex;
    cursor: pointer;

    justify-content: center;
    align-items: center;
    top: 40px;
    right: 50px;
    transform: scale(1.5);
    color:#fff;
    z-index:99;
}



.close__animation {
  height: 100%;    color:#fff;

  width: 100%;
  position: absolute;
}
.close__icon {
    width: 11px;
    color: #fff;
    height: 1rem;
    position: relative;
    fill: #fff;
    top: -5px;
}






@keyframes closeAnimation {
  from {
    stroke-dashoffset: 282.743343;
  }
  to {
    stroke-dashoffset: 0;
  }
}


.x-animate{
    animation: 1s linear closeAnimation;
}



.circle__svg-circle {
    stroke: #fff;
    stroke-dasharray: 282.743343;
    stroke-linecap: butt;
    stroke-width: 5px;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}


.no_res {
    margin: 40px 0;
    background: #e6c4c7;
    margin: 40px auto;
    width: 80%;
    padding: 30px;
    text-align: center;
    font-size: 26px;
    color: #9a1220;
    border-radius: 10px;
}



.fixed_box.fixed_box_show img {
    width: 100%;
    height: 100%;
    opacity:0;
    object-fit: cover;
        transform:scale(1.1);

          -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: .3s;
      transition-duration: .3s;
}
.fixed_box li:hover img {
        opacity:.8;
            transform:scale(1);


    
}

.fixed_box.fixed_box_show span {
    position: absolute;
    color: #fff;
}



.fixed_box {
    width: 100%;
    position: fixed;
    top: 0;
    opacity:0;

    visibility:hidden;
         -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: .4s;
      transition-duration: .4s;
    height:100%;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffff;
}


.fixed_box_show{
        opacity:1; visibility:visible;
}

.fixed_box li{
    top:40px;
    opacity:0;
}



.line {
    position: absolute;
    bottom: 70px;
    background: #ffffff63;
    left: 0;
    height: 0.1px;
    width: 0%;
           -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: 2s;
}

.line100{
        width: 100%;

}


.animate-usual{
    opacity:1!important;
        top:0px!important;

}



.fixed_box .row {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    direction: ltr;
    text-align: left;
    padding: 0 70px;  z-index: 9;
}


.fixed_box .row i {
    color: #fff;
    margin: 0 7px;
    font-size: 26px;
}




.animate1{
          -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: 1s;
}

.animate2{
          -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: 1.2s;
}

.animate3{
          -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: 1.4s;
}

.animate4{
          -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: 1.6s;
}

.animate5{
          -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
      transition-duration: 1.8s;
}


.overlay_black {
    background: #000;
    width: 0%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
       -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transition-duration: .7s;
      transition-duration: .7s;
}

.overlay_black_show {
    background: #6d101a;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
}







.fixed_box ul{
    height:100%;
}















.contact-us .more-text {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
}


.contact-us .more-text h3{
    color:#01A2E9;
}

.contact-us .more-text .text{
    color:#000;
}




.contact-us-page .form-contact {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}


.form-contact h3 {
    color: #0D0D42;
    font-weight: 900;
}

.form-contact p {
    color: #5D7994;
    font-size:15px;
    position: relative;
}


.form-contact p span.fa {
       position: absolute;
    top: 51px;
    z-index: 1;
    left: 18px;
    color: #a5a5a5;
}










.phone-info{
    text-align:center; padding:50px 30px;
    border-radius:10px;color:#fff;
        position: relative;
}


.phone-info:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1c434978;
    position: absolute;
    left: 0;
    top: 0;
}


.phone-info i.fa-phone{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;    font-size: 28px;
    border-radius: 50%;
    transform:scale(1);
}



.animated-phone{
    position:relative;
}
.animated-phone:after {
animation: mymove 1s infinite;
    content: "";
    background: #01A2E9;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 0;
}


@keyframes mymove {
  0% {    transform: translate(-50%,-50%) scale(1); opacity:.8;}
  100% {    transform:translate(-50%,-50%) scale(1.6);opacity:0;}

}



.phone-info h4 {
    margin: 20px 0;
}

.phone-number-prev {
    background: #fff;
    color: #000;
    padding: 14px;
    border-radius: 5px;
}


.phone-info .tel a {
    background: transparent;
    padding: 10px 13px;
    border-radius: 5px;
    border: 2px solid #01a2e9;
    color: #fff;
    display: block;
    margin-top: 21px;
}


.phone-info h5 {
    font-size: 15px;
    margin-bottom: 20px;
}


.contact-us-page .contact-us .info-contact a{
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.contact-us-page .contact-us .info-contact a:last-of-type{
    margin-bottom: 0!important;
}
.contact-us-page .contact-us .info-contact a i{
    background-color: #707070;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 10px;
    flex-shrink: 0;
}



.page_title,
.what_to_do {
	font-weight: 300;
	line-height: 120%;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,.8);
	text-transform: uppercase;
}

/* PEN STYLES ========== */
a,
.side_menu {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* MENU CONTAINER ----- */
	.side_menu {
		background: #9A1220;
		height: 100vh;
		display:none;
		right: -250px;
		position: fixed;
		top: 0;
		width: 250px;
		z-index:999
	}
	.side_menu .container {
		padding: 0 1em;
	}

/* HAMBURGER STYLES ----- */
	.burger_box {
		display: block;
		margin-left: -45px;
	}
	.burger_box a.menu-icon {
    position: relative;
    top: 230px;
    float: none;
    padding: 10px;
    /* opacity: .5; */
    width: 25px;
    z-index: 100;
    background: #9a1220;
	}
	.burger_box a.menu-icon:hover,
	.burger_box a.menu-icon.opened {
		opacity: 1;
	}
	.burger_box a.menu-icon.opened {
		background: #9A1220
	}
	.burger_box .menu-icon_box {
		display: inline-block;
		height: 17px;
		position: relative;
		text-align: left;
		width: 25px;
	}
	.burger_box .menu-icon_line {
		background: #fff;
		border-radius: 2px;
		display: inline-block;
		height: 3px;
		position: absolute;
		width: 100%;
	}
	.burger_box .menu-icon_line--1 {
		top: 2px;
	}
	.burger_box .menu-icon_line--2 {
		top: 10px;
	}
	.burger_box .menu-icon_line--3 {
		top: 18px;
	}
	.burger_box .menu-icon_line--1 {
		transition: top 200ms 250ms, transform 200ms;
		-webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
	}
	.burger_box .menu-icon_line--2 {
		transition: opacity 0ms 300ms;
		-webkit-transition: opacity 0ms 300ms;
	}
	.burger_box .menu-icon_line--3 {
		transition: top 100ms 300ms, transform 200ms;
		-webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
	}
	.burger_box .menu-icon.opened .menu-icon_box {
		transform: scale3d(0.9, 0.9, 0.9);
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
	}
	.burger_box .menu-icon.opened .menu-icon_line {
		top: 10px;
	}
	.burger_box .menu-icon.opened .menu-icon_line--1 {
		transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transition: top 100ms, transform 200ms 250ms;
		-webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
	}
	.burger_box .menu-icon.opened .menu-icon_line--2 {
		opacity: 0;
		transition: opacity 200ms;
		-webkit-transition: opacity 200ms;
	}
	.burger_box .menu-icon.opened .menu-icon_line--3 {
		transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transition: top 200ms, transform 200ms 250ms;
		-webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
	}

/* STAGGER LIST ----- */
	.list_load {
		display: none;
		list-style: none;
		padding: 0;
	}
	.list_item {
		margin-left: -20px;
		opacity: 0;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.list_item a {
		color: #fff;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
	}
	.list_item a:hover {
		background: rgba(255,255,255,.2);
	}











.contact-us-page .contact-us .info-contact a > div p:first-of-type{
    color: #9fa0a0;
    font-size: 13px;
    margin-bottom: 2px;
}
.contact-us-page .contact-us .info-contact a > div p:last-of-type{
    color: #818181;
    font-size: 14px;
    text-shadow: 0 0 1px #818181;
}
/*.contact-us-page .contact-us form{*/
/*    padding-left: 60px;*/
/*}*/
.contact-us-page .contact-us form input,
.contact-us-page .contact-us form textarea{
    direction: ltr;
    background-color: #F2F8FD;
    border: 0;
    height: 50px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 25px;
    transition:all .4s ease;
    padding: 10px 40px;    margin-top: 10px;
     border: 2px solid transparent;
}

.form-contact form {
    margin-top: 20px;
}

.form-contact form  input:focus,
.form-contact form  textarea:focus{
    background: #fff;
    border: 2px solid #9a1220;
}

.contact-us-page .contact-us form input[type="submit"] {
    background: #9a1220;
    color: #fff;
    font-family: 'Open Sans';
}


.social_media_icons_contact h3 {
    color: #0D0D42;
    font-weight: 900;
    font-size: 40px;
}


.social_media_icons_contact p {
    color: #5D7994;
    font-size: 18px;
    line-height: 1.6rem;
}


.social_media_icons_contact ul li {
    width: 30%;
}

.social_media_icons_contact ul {
    display: flex;
    margin-top: 30px;
    list-style: none;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}


.social_media_icons_contact li a {
    color: #5D7994;
}

.social_media_icons_contact li i {
    background: #a3c7e9;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    transition:all .4s ease;
    margin-right: 4px;
}


.social_media_icons_contact li:hover i {
     background: #9A1220;
}

.contact-us-page .contact-us form textarea{
    height: 150px;
    resize: none;
}
.contact-us-page .contact-us form br{
    display: none;
}
.contact-us-page .contact-us form .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
.contact-us-page .contact-us form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bebebe;
    font-size: 13px;
    text-shadow: 0 0 1px #bebebe;
}
.contact-us-page .contact-us form ::-moz-placeholder { /* Firefox 19+ */
    color: #bebebe;
    font-size: 13px;
    text-shadow: 0 0 1px #bebebe;
}
.contact-us-page .contact-us form :-ms-input-placeholder { /* IE 10+ */
    color: #bebebe;
    font-size: 13px;
    text-shadow: 0 0 1px #bebebe;
}
.contact-us-page .contact-us form :-moz-placeholder { /* Firefox 18- */
    color: #bebebe;
    font-size: 13px;
    text-shadow: 0 0 1px #bebebe;
}
.contact-us-page .contact-us form .btn-custom{
        border: 0;
    background: #01a2e9;
    color: #fff;
}
.contact-us-page .header{
    margin-bottom: 30px!important;
}
.suppliers-page{
    padding-top: 40px;
    padding-bottom: 40px;
}
.suppliers-page .suppliers-img{
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 20px;
}
.suppliers-page .suppliers-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}
.our-principles .header,
.our-principles .miss-in{
    text-align: right;
}
.our-principles .miss-in{
    display: flex;
}
.our-principles .miss-in .img{
    margin-bottom: 0;
    height: auto;
    flex-shrink: 0;
    width: 85px;
    position: relative;
    margin-left: 8px;
}
.our-principles .miss-in .img img{
    width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.our-principles .miss-in .text{
    width: calc(100% - 93px);
}
.our-principles .miss-in .text h2{
    color: #376cb3;
    margin-bottom: 5px;
}
.tax-all{
    padding-top: 30px;
    padding-bottom: 30px;
}
.tax-all .work-in{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.tax-all .work-in .img{
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.tax-all .work-in .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .7s;
    z-index: 1;
    position: relative;
}
.tax-all .work-in:hover .img img{
    transform: scale(1.1, 1.1);

}
.tax-all .work-in .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003b;
    transition: all .7s;
    opacity: 0;
    z-index: 2;
}
.tax-all .work-in:hover .overlay{
    opacity: 1;
}
.tax-all .work-in .img i{
    position:absolute;
    z-index: 3;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    left: 50%;
    color: #fff;
    font-size: 40px;
    transition: all .7s;
}
.tax-all .work-in:hover .img i{
    transform: translate(-50%, -50%) scale(1, 1);
}
.tax-all .work-in h2{
    margin-bottom: 0;
    color: #808080;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 0 0 1px #808080;
    line-height: 27px;
    max-height: 29px;
    overflow: hidden;
}
.no-found-posts{
    color: #174478;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 0 0 0px #174478
}
.all-sections-page{
    background-color: transparent;
}
.nav-section{
    background-color: #f8fcff;
    box-shadow: 0 0 5px #00000038;
    z-index: 10;
    position: relative;
    padding-top: 10px;
    direction:ltr;
    padding-bottom: 10px;
}
.nav-section .logo,
.nav-section .logo-2{
    display: inline-flex;
}
.nav-section .logo img{
    width: 180px;
}
.nav-section .logo-2{
    justify-content: flex-end;
}
.nav-section .logo-2 img{
    width: 120px;
}
.nav-section .navbar-links,
.nav-section .navbar-links ul{
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}




.nav-section .navbar-links > li{
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
}
.nav-section .navbar-links > li > a{
    color: #0d0d42;
    font-size: 17px;
    transition: all .7s;
    position: relative;
    padding-bottom: 5px;
    display: block;
    transition: all .7s;
        text-transform: capitalize;
}
.nav-section .navbar-links > li:hover > a{
    color: #9a1220;
}
.nav-section .navbar-links > li > a::before{
 
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    background-color: #9a1220;
    transform: translateX(-50%);
    width: 0;
    transition: all .7s;
    border-radius: 40px;

}
.nav-section .navbar-links > li:hover > a,
.nav-section .navbar-links > li.current-menu-item > a{
    color: #9a1220;
}

.search-block {
    position: absolute;
    top: -130px;
     z-index: 99;
    width: 100%;
    background: #f8fcff;
    height: 126px;
    transition: all .4s
}


.overlay {
    position: fixed;
    background: #0000003b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:none;
    z-index: 19;
}



li.search-clk img {
    width: 28px;
}

.search-show{
        top: 0px;
}



.wpml-ls-slot-10:before {
    content: "\f0ac";
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: -19px;
    font-size: 15px;
    top: 2px;
}


.wpml-ls-slot-10 a {
    font-family: 'Cairo', sans-serif;
    position: relative;
}


.search-block input[type="text"] {
    width: 100%;
    height: 126px;
    background: #f8fcff;
    border: 0;
    color: #000;
    padding: 10px;
    font-size: 14px;
}


.search-block input::-webkit-input-placeholder {
    color:#000;
}




.search-block img{
    position: relative;
    top: -5px;
    width: 40px;
}


.search-block button{
    border: 0;
}



.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all .1s ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;    z-index: 99999;

  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #011a31;
    opacity: .2;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .2s, height .2s, opacity .3s;
    z-index: 99999;
}
/*.hover {*/
/*  background-color: #000;*/
/*  opacity: .8;*/
/*  z-index:9999;*/
/*  filter:blur(10px);*/
/*}*/

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}




.progress-container {
width: 100%;
    height: 2px;
    background: #ababab66;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

.progress-bar {
  height: 5px;
    background: #7B1324;
  width: 0%;
}




.title_city ul li a {
    color: #5D7994;
    text-transform: capitalize;
}


.title_city ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.title_city ul li{
    padding:16px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.title_city ul li.active-city{
    border-top: 2px solid #0D0D42;
    border-bottom: 2px solid #0D0D42;
}


.title_city ul li.active-city a {
    font-weight: 900;
    color: #0d0d42!important;
}


.xsticky {
  position: fixed;
  top: 0;
  width: 100%;
}






.title_city ul li.title-active a {
    color: #0D0D42;
font-weight:900;
}


div#about1 {
    background: #9A1220;
    padding: 50px 0 0 0;
    color: #fff;
}


div#about1 h1 {
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
    line-height: 80px;
}


div#about1 .text-about1 {
    color: #E1B8BD;
    font-size: 18px;
    line-height: 30px;
}


.adds ul.nav.nav-tabs {
    display: flex;
    justify-content: space-between;    border: 0;
}


div#about1 .adds {
    margin: 40px 0;
}

div#about1 .adds ul.nav.nav-tabs a {
    color: #fff;
}


div#about1 ul.nav.nav-tabs img {
    display: block;
}



div#about1 .adds ul.nav.nav-tabs li.active img {
    opacity: 1;
}




div#about1 .tab-content {
     background: #fff;
    border-radius: 40px;
    padding: 45px;
    color: #212121;
    margin-top: 50px;
    margin-bottom: -150px;
    z-index: 9;
    position: relative;
}

div#about1 .tab-content h3 {
    color: #0d0d42;
    font-weight: 900;
    font-size: 32px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 19px;
}


div#about1 .tab-content .text {
    color: #8195A8;
    font-size: 16px;
    line-height: 32px;
    padding: 0px 77px;
}

div#about1 ul.nav.nav-tabs img {
    opacity: .7;
    filter: brightness(0) invert(1);
    margin: 0px auto 14px;
    height: 57px;
}

div#about1 .adds ul.nav.nav-tabs li {
    width: 20%;
    text-align: center;
    border-right: 1px solid #ffffff61;
    border-left: 1px solid #ffffff61;
}


.tab-content img {
    width: 55px;
}


.whatsappus a {
 width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9;
    bottom: 26px;
    right: 30px;
    background: #9a1220;
    color: #fff;
    border-radius: 50%;
    line-height: 59px;
    text-align: center;
    font-size: 33px;
}






.more-opt a,
.more-opt li{    cursor: pointer;
    font-size: 21px;
    color: #9a1220;
}



li.num-clk:after {
    content: "";
    width: 1px;
    height: 26px;
    background: #01a2e9;
    position: absolute;
    right: 0;
    top: 3px;
}
.num-clk {
    position: relative;
}

.search-block button{
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    font-size: 22px;
    background: none;
    color: #007bff;
}

.nav-section .navbar-links > li:hover > a::before,
.nav-section .navbar-links > li.current-menu-item > a::before{
    width: 100%;
}
.nav-section .navbar-links > li.menu-item-has-children::before{
    content: '';
    display: block;
    position: absolute;
    border: 2px solid #919191;
    width: 8px;
    height: 8px;
    border-top: 0;
    border-right: 0;
    top: 4px;
    left: 0px;
    transform: rotate(-45deg);
    transition: all .7s;
}
.nav-section .navbar-links .sub-menu{
    position: absolute;
    width: 290px;
    left: 0;
    background-color: #fdfdfd;
    box-shadow: 0 0 3px #00000029;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    top: 130%;
    transition: all .7s;
    opacity: 0;
    visibility: hidden;
}
.nav-section .navbar-links > li:hover .sub-menu{
    opacity: 1;
    visibility:visible;
    top: 100%;
}
.nav-section .navbar-links > li.menu-item-has-children:hover::before{
    border-color: #184379;
}
.nav-section .navbar-links .sub-menu li{
    width: 100%;
    display: block;
}
.nav-section .navbar-links .sub-menu li a{
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #909090;
    font-size: 13px;
    text-shadow: 0 0 0px #909090;
    transition: all .7s;
}
.nav-section .navbar-links .sub-menu li a:hover{
    color: #184379;
    text-shadow: 0 0 0px #184379;
}
.nav-section [class^="col-"]{
    display: inline-flex;
    align-items: center;
}
.nav-section [class^="col-"]:last-of-type{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.open-to-open{
    width: 40px;
    height: 40px;
    margin-right: auto;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.open-to-open span{
    width: 100%;
    height: 5px;
    background-color: #312e2f;
    display: block;
    border-radius: 26px;
    box-shadow: 0 0 3px #312e2f inset;
    transition: all .7s;
}
.open-to-open.open-to-open-anim span:nth-of-type(1){
    transform: rotate(-45deg) translate(-9px, 10px);
}
.open-to-open.open-to-open-anim span:nth-of-type(2){
    transform: scale(0, 0);
}
.open-to-open.open-to-open-anim span:nth-of-type(3){
    transform: rotate(45deg) translate(-9px, -9px);
}
.side-menu-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: all 1s;
    visibility: hidden;
}
.side-menu-overlay span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #00000087;
    transform-origin: center center;
    box-shadow: 0 0 90px #000000c4 inset;
    transform: translate(-50%, -50%);
}
.side-menu-overlay.effect-open{
    box-shadow: 0 0 150px #000000de inset;
    background-color: #00000061;
    filter: blur(20px);
    visibility: visible!important;
}
.menu-slide-in{
    z-index: 1001;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    overflow: auto;
    width: 300px;
    background-color: #000000b3;
    box-shadow: -1px 0 5px #000000b3;
    padding: 20px 0;
    transition: all 1s;
}
.menu-slide-in.open-menu{
    right: 0;
}
.menu-slide-in img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 180px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}
.menu-slide-in .nav-listt{
    height: 100%;
}
.menu-slide-in .nav-listt li a{
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    transition: all .7s;
}
.menu-slide-in .nav-listt li a:hover{
    background-color: #9a1220;
    box-shadow: 0 0 1px #9a1220;
}
.loading-section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2c2c;
    z-index: 10000;
    transition: all .7;
}
.loading-section .inin{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    transition: all .7s;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.loading-section .inin.colored{
    transform: scale(300, 300);
}
.loading-section .logo-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loading-section .logo-loading img{
    width: 180px;
    transition-property: all;
    transition-duration: 1.8s;
    /* transition-delay: .3s; */
    transition-timing-function: ease-in;
    filter: blur(100px);
    opacity: 0;
}
.loading-section .logo-loading img.colored{
    filter: blur(0);
    opacity: 1;
}
.menu-slide-in .nav-listt .menu-item-has-children .sub-menu{
    padding-right: 20px;
}
.why-chose-us .header > span{
    color: #312e2f;
}
.about-us-index{
     padding-top: 60px;
    padding-bottom: 60px;
    background: #c5d8ee;
}
.img-in h3 {
    font-size: 21px;
    margin-top: 11px;
}


.more_btn {
    height: 50px;
    display: flex;
    line-height: 30px;
}




.syaad-btn {
        z-index: 1;
    position: relative;
    padding: 10px 43px;
    /*margin-bottom: 30px;*/
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

.syaad-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #7B1324;
  border-radius: 30px;
}
.syaad-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}
.syaad-btn:hover {
  color: #7B1324;
  border-radius: 30px;
}
.syaad-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.syaad-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #9a1220;
}
.syaad-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.syaad-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .syaad-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.syaad-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.syaad-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.syaad-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.syaad-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.syaad-btn:hover .syaad-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .syaad-btn:hover .syaad-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}














.sercives-section-in ul {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 10px;
    padding: 10px;
    list-style:none;
}

.sercives-section-in li {
    /* width: 48%; */
    /* display: inline-block; */
    /* margin: .5%; */
    background-size: cover;
    height:280px;     border-radius: 10px;
    position: relative;
    overflow: hidden;
}


.about-us-index .img-in{
    position: relative;    border-radius: 20px;
    overflow:hidden;
}
.about-us-index .img-in .img{
    -webkit-mask-image: url('../images/about-person.png');
    mask-image: url('../images/about-person.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;    
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    -webkit-mask-size: 68%;
    mask-size: 68%;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
    z-index: 5;
}
.about-us-index .img-in .img img{
    width: 100%;
}
.about-us-index .img-in .border-in{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64%;
    z-index: 1;
}




.about-us-index .text-all h2{
 font-size: 50px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0d0d42;
    position: relative;
    margin-top: 15px;
    line-height: 68px;

}


.about-us-index .text-all .sub-in{
    color: #545051;
    font-size: 15px;
    margin-bottom: 20px;
    color: #0d0d42;
    line-height: 1.7rem;
    margin-bottom: 23px;
    max-height: 169px;
    overflow: hidden;
}
.about-us-index .text-all ul{
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}
.about-us-index .text-all ul li{
    color: #5a5a5a;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
    display: flex;
}
.about-us-index .text-all ul li i{
    color: #707070;
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: 6px;
}
.about-us-index .btn-custom{
    justify-content: space-between;
    width: 145px;
    padding-left: 20px;
    padding-right: 20px;
}



.category-section{
    padding:60px 0;
}





.section-events .main_title {
    color: #fff;
    display: flex;
    width:100%;
    align-content: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 35px;
}



.main_title .more_btn{
    direction: rtl;
}



.section-events  .more_btn  .syaad-btn {
    color:#9A1220;
}

.section-events  .more_btn  .syaad-btn:before {
  border: 2px solid #fff;

}

.section-events  .more_btn .syaad-btn__inner {
    background: #ffffff;}

.section-events  .more_btn  .syaad-btn__blob {

  background: #9A1220;

}


.section-events  .more_btn  .syaad-btn:hover {
    color:#fff;
}



.category-section .owl-nav .owl-prev i,
.category-section .owl-nav .owl-prev svg{
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;    transition:all .4s ease-in-out;

    text-align: center;
    background: #fff;
    line-height: 50px;
    border-radius: 50%;
    color: #9a1220;
}


.category-section .owl-nav .owl-next i,
.category-section .owl-nav .owl-next svg{
    position: absolute;
    right: -70px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    border-radius: 50%;
    transition:all .4s ease-in-out;
    color: #9a1220;
}


.category-section .owl-nav i:hover,
.category-section .owl-nav svg:hover{
    background: #150516;
    color:#fff;
}











.category-section .owl-nav {
    display: block!important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;  
    z-index:0;
}






.section-trips .main_title {
    color: #0D0D42;
    display: flex;
    width:100%;
    align-content: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 35px;
}


.category-section .main_title h3 {
    font-size: 37px;
    font-weight: 700;
    width: 39%;
    line-height: 50px;
}








.category-section .inner-text{
      padding: 15px 20px;
    /*background: #fff;*/
    border-radius: 0px 0 40px 40px;
    position: relative;
    z-index:1;
}

.inner-text:after {
    content: "";
    width: 106%;
    height: 130%;
    background-image: url(../images/curve2.svg);
    position: absolute;
    top: 42%;
    left: 48%;
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: .6;
    background-size: 100% 100%;
}

.category-section .inner-text h3 a{
    font-size: 23px;
    font-weight: 700;
    color: #0D0D42;
    margin: 12px 0;
    transition:all .4s ease-in-out;
}



.category-section .inner-text .category {
    color: #C6DCF2;
    font-weight: 100;
    font-size: 15px;
}


.category-section  .inner-text p.date {
    font-size: 15px;
    color: #0d0d42;
}

.category-section .inner-text {
    text-transform: capitalize;
}


.category-section .more {
    border-top: 1px solid #dedede;
    padding: 20px 0;
    margin-top: 15px;
}


.category-section .more {
    color: #0d0d42;
    display: flex;
    width: 100%;
    align-content: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.category-section .more a {
    color: #0d0d42;
    font-weight: 700;
    font-size: 15px;
}

a.syaad-btn.syaad_btn_sm {
    color: #fff;
    width: 30px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    transition:all .4s ease-in-out;
}


.category-section .block:hover a.syaad-btn.syaad_btn_sm {
    color: #0d0d42;
      width: 50px;
}

.category-section .block:hover .syaad-btn {
  color: #7B1324;
  border-radius: 30px;
}
.category-section .block:hover .syaad-btn:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}


.category-section .syaad-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.category-section .syaad-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
 .category-section .syaad-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.category-section .syaad-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.category-section .syaad-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.category-section .syaad-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.category-section .syaad-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.category-section .syaad-btn:hover .syaad-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .category-section .block:hover .syaad-btn .syaad-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}

.category-section .block {
    border-radius: 40px;
    position: relative;
    overflow: hidden;    background: #fff;
    
}


.category-section .block .img {
    background: #000;
    position: relative; height: 260px;
    overflow: hidden;
}


.category-section .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .4s ease;
}


.category-section .block:hover img {
    transform: scale(1.1);
    opacity: .8;
}

.category-section .block:hover .inner-text h3 a{
    color: #9a1220;
}




.single-packages{
    margin-top:60px;
    text-transform:capitalize;
}



.slider-images .item {
       position: relative;
    height: 530px;
    border-radius: 40px;
    overflow: hidden;
}

.slider-images .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-images .owl-nav .owl-prev i {
    position: absolute;
    left: -70px;
    transition:all .3s ease-in-out;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    border-radius: 50%;
    color: #9a1220;
}

.slider-images  .owl-nav .owl-next i {
    position: absolute;
    right: -70px;    transition:all .3s ease-in-out;

    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    border-radius: 50%;
    color: #9a1220;
}


.slider-images  .owl-nav i:hover {
background:#0d0d42;    
color:#fff;
}





.slider-images .owl-nav {
    display: block!important;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 70%;
}

.single-packages p.location {
    font-size: 14px;
    color: #A3C7E9;
    text-transform: capitalize;
}



.single-packages h3.title {
    color: #0D0D42;
    font-weight: 900;
    font-size: 32px;
    text-transform: capitalize;
}


.single-packages .rate {
    color: #A3C7E9;
    font-size: 12px;
    letter-spacing: 2px;
}


.single-packages  .inner-text ul li {
    background: #F2F8FD;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 40px;
    color: #5D7994;
    margin: 10px 4px;
    display: inline-block;
}
.single-packages .inner-text ul {
  list-style: none;
    display: inline-block;
}

.single-packages .info-in-p {
    padding: 17px 30px;
    background: #F2F8FD;
    border-radius: 40px;
    line-height: 29px;
}


.single-packages .info-in-p p {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.single-packages .inner-text p {
    margin: 8px 0;
}



.single-packages  .info-in-p span:last-child {
    color: #5D7994;
    font-size: 15px;
}

.single-packages  .info-in-p span:first-child {
    color: #0D0D42;
    font-weight: 900;
    font-size: 15px;
}



.single-packages p.period-p,
.single-packages p.small-info{
    color: #5D7994;
    font-size: 14px;
}

.single-packages p.price-p {
    color: #0D0D42;
    font-weight: 900;
    font-size: 15px;
}



.single-packages .info-7-text h3 {
    color: #0D0D42;
    font-weight: 900;
    margin: 30px 0 15px 0;
    font-size: 35px;
}

.single-packages p.text-col7 {
    color: #8195A8;
    line-height: 36px;
    font-size: 18px;
}


.category-section .inner-text h3 {
    height: 34px;
    overflow: hidden;
}


.single-packages .card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dee4e8;
}




/*.single-packages button.btn.btn-link i {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    line-height: 42px;*/
/*    border-radius: 50%;*/
/*    margin-right: 7px;*/
/*}*/




.single-packages .icon-acc {

    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    margin-right: 7px;
    display: inline-block;
    color: #fff;
}

.text-single-acc {
    color: #8195A8;
    max-height: 83px;
    overflow: hidden;
    margin: 12px 0px;
    line-height: 29px;
    font-size: 14px;
}

.single-packages div#accordion {
    margin: 30px 0;
}


.single-packages .card-header button {
    color: #0D0D42;
    font-weight: 900;
    padding:0;
}

.single-packages .card-header {
    background: transparent;
    border: 0;
        padding: 10px 0;
}

.single-packages .card-body {
    color: #8195A8;
    line-height: 1.6rem;
      padding: 15px 50px;    margin-bottom: 10px;
}





.category-section  .price {
    color: #0d0d42a1;
    display: flex;
    width: 100%;
    align-content: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 15px;margin-bottom: 10px;
}



.category-section  .price_amount{
        background: #F2F8FD;
    padding: 3px 15px;
    border-radius: 30px;
    color: #0d0d42;
}


.category-section.section-trips.category-tax .item {
    margin: 40px 0;
}

.category-tax .tax-block {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin-bottom:30px;
    transition:all .4s ease;
}

.category-tax .tax-block .img {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}


.category-section .img img {
    width: 100%;
    opacity:.8;
    height: 100%;
    object-fit: cover;
    transition:all .4s ease-in-out;
    transition: all .4s ease;
}


.category-tax .tax-block:hover img{
    transform:scale(1.1);
}

.category-tax .tax-block:hover{
    height:450px;
        transform: translate(0px, -25px);
}






.category-tax .tax-block h3 {
      position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.category-tax .tax-block h3 a {
    color: #fff;
}






.sercives-section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.sercives-section [class^="col-"]{
    padding-right: 25px!important;
    padding-left: 25px!important;
}
.sercives-section .row{
    margin-right: -25px!important;
    margin-left: -25px!important;
}
.sercives-section .serv{
       display: block;
    position: absolute;
    margin-bottom: 45px;
    transition: all .7s;
    border-radius: 6px;
    top: 50%;
    color:#fff;
    z-index:2;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
/*.sercives-section .serv:hover{*/
/*    top: -5px;*/
/*    box-shadow: 0 5px 4px #00000085;*/
/*}*/
.sercives-section .serv .img{
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 6;
}

.sercives-section-in li:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1c434978;
    position: absolute;
    left: 0;
    top: 0;
}



.sercives-section .serv .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 5;
}
.sercives-section .serv .img .overlay{
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000038;
}
.sercives-section .serv h3{
    /*margin: 0;*/
    color: #ffffffe6;
    /*position: absolute;*/
    /*bottom: 40px;*/
    /*z-index: 10;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    width: 100%;
    /*text-align: center;*/
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}

.serv .text {
    max-height: 70px;
    overflow: hidden;    margin-bottom: 21px;

}


.sercives-section h2 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-top: 110px;
}

.sercives-section h2:after {
    position: absolute;
    content: "";
    width: 141px;
    height: 150px;
    background-image: url(../images/02.png);
    left: -6px;
    top: -104px;
    background-size: cover;
    z-index: -1;
}

 .serv .line-in{
    position: absolute;
    z-index: -1;
}

.sercives-section .serv .line-in span:last-of-type{
    position: absolute;
    top: 6px;
    left: 6px;
}
.sercives-section .serv .line-in.line-in-1{
    top: -25px;
    left: -25px;
}
.sercives-section .serv .line-in.line-in-2{
    bottom: -25px;
    right: -25px;
    transform: scale(-1, -1);
}
.top-section{
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 30;
}
.lang{
    display: inline-flex;
    position: relative;
}
.lang > span{
    color: #f0f0f0;
    font-size: 11px;
    position: relative;
    display: block;
    padding-left: 10px;
}
.lang > span::before{
    content: '';
    display: block;
    position: absolute;
    border: 1.5px solid #f0f0f0;
    border-top: 0;
    border-right: 0;
    width: 5px;
    height: 5px;
    left: 0px;
    top: 5px;
    transform: rotate(-45deg);
}
.lang > span i{
    margin-left: 4px;
    font-size: 10px;
}
.lang .drop-lang{
    position: absolute;
    top: 130%;
    width: 120px;
    background-color: #fff;
    box-shadow: 0 0 5px #0000003d;
    border-radius: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .7s;
}
.lang:hover .drop-lang{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.lang .drop-lang a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #312e2f;
    padding: 5px 10px;
    transition: all .7s;
}
.lang .drop-lang a:hover{
    color: #fff;
    background-color: #61b8f6;
}
.top-section .info-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.top-section .info-top .links-media{
    margin-bottom: 0;
    margin-right: 40px;
}
.top-section .info-top .links-media a{
    width: 23px;
    height: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: all .7s;
    color: #312e2f;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 13px;
    position: relative;
    top: 0;
}
.top-section .info-top .contact-top a{
    color: #fff;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    transition: all .7s;
    margin-left: 30px;
}
.top-section .info-top .contact-top a:last-of-type{
    margin-left: 0!important;
    margin-right: 0!important;
}
.top-section .info-top .contact-top a i{
    margin-left: 8px;    color: #01A2E9;
}
.our-mission .header{
    text-align: right;
}
.breead-cramp-single{
    display: block;
}
.breead-cramp-single .container{
    padding-top: 50px;
}
.recruitment-page{
    padding-top: 40px;
    padding-bottom: 40px;
}
.recruitment-page .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruitment-page .img img{
    width: 75%;
}
.recruitment-page .wpcf7{
    background-color: white;
    box-shadow: 0 0 8px #00000024;
    border-radius: 20px;
    padding: 50px 50px;
}
.recruitment-page .wpcf7 br{
    display: none;
}
.recruitment-page .wpcf7 input,
.recruitment-page .wpcf7 textarea{
    direction: rtl;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 6px;
}
.recruitment-page .wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969696;
    font-weight: bold;
    font-size: 12px;
}
.recruitment-page .wpcf7 ::-moz-placeholder { /* Firefox 19+ */
    color: #969696;
    font-weight: bold;
    font-size: 12px;
}
.recruitment-page .wpcf7 :-ms-input-placeholder { /* IE 10+ */
    color: #969696;
    font-weight: bold;
    font-size: 12px;
}
.recruitment-page .wpcf7 :-moz-placeholder { /* Firefox 18- */
    color: #969696;
    font-weight: bold;
    font-size: 12px;
}
.recruitment-page .wpcf7 .u-file{
    position: relative;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 6px;
}
.recruitment-page .wpcf7 .u-file input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
}
.recruitment-page .wpcf7 .u-file .wpcf7-form-control-wrap{
    position: static!important;
}
.recruitment-page .wpcf7 .u-file .name-inin{
    color: #969696;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.recruitment-page .wpcf7 .u-file i{
    color: #7e7e7e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
}
.recruitment-page .wpcf7 [type="submit"]{
    border: 0;
}
.subject-all{
	    padding-top: 30px;
}
.subject-all .subject-in{
	margin-bottom: 20px
}
.subject-all .subject-in .img{
	    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.subject-all .subject-in .img img{
	width: 100%;
	height: 100%;
	object-fit: cover
}
.subject-all .subject-in h3{
	    color: #313131;
    font-size: 18px;
    overflow: hidden;
    line-height: 1.4;
    max-height: 28px;
    margin-bottom: 10px;
}
.subject-all .subject-in p{
	color: #4f4f4f;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    max-height: 119px;
}





.buttons {
  /*position: fixed;*/
  /*top: 10px;*/
  /*left: 10px;*/
  /*right: 10px;*/
  /*bottom: 10px;*/
  /*z-index: 99999;*/
}
.buttons button {
  border: none;
  background: rgba(0,0,0,0.02);
  border-radius: 5px;
  cursor: pointer;
}
.buttons button:hover {
  background: rgba(0,0,0,0.04);
}
.buttons #top {
  position: absolute;
  top: 0%;
  left: 50%;
}
.buttons #bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.top-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index:99;
  bottom: auto;
  right: auto;
  background: #9A1220;
  transition: all 0.9s cubic-bezier(0.6, 0.05, 0.4, 1);
}
.top-layer.active {
  top: 100%;
}
.top-layer--2 {
  background: #fff;
   /*border-radius:0 0 1000px 1000px;*/
  transition-delay: 0.6s;
}
.top-layer--3 {
  background: #9A1220;
  transition-delay: 0.4s;
 /*border-radius:0 0 1000px 1000px;*/
}
.top-layer--4 {
  background: #9A1220;
  transition-delay: 0.2s;
 /*border-radius:0 0 1000px 1000px;*/
}
.top-layer--5 {
  background: #fff;
    /*border-radius:0 0 1000px 1000px;*/
  transition-delay: 0.1s;
}
.bottom-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;  z-index:99;

  left: 0;
  bottom: auto;
  right: auto;
  background: #48466d;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bottom-layer.active {
  top: -100%;
}
.bottom-layer--2 {
  background: #ecf3a3;
  transition-delay: 0.12s;
}
.bottom-layer--3 {
  background: #95a792;
  transition-delay: 0.4s;
}












.body_sec{
    opacity:0; 
    padding-top:50px;
    position:relative;
    background: #f8fcff;
      transition: all 0.9s cubic-bezier(0.6, 0.05, 0.4, 1);

}

.body_sec_fade{
    padding-top:0px;
        opacity:1!important; 
}


.info-contact > a {
    display: inline-block;
    width: 25%;
    text-align: center;
    background: #F2F8FD;
    border-radius: 10px;
    padding: 30px 0;
    color: #9a1220;
    font-size: 20px;
}
.info-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 18px;
    margin: 50px 0px;
}


.info-contact a p {
    color: #8195A8;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-top: 16px;
}



.branches_sec_ryadh .nav-tabs {
border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
    border-top: 1px solid #dedede;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}




@media (max-width: 1199px){
    .all-sections .sec{
        width: 100%!important;
    }
    .main-slider .item .img-up,
    .main-slider .item [class^="col-"]:first-of-type{
        display: none!important;
    }
    .main-slider .item{
        height: 400px!important;
    }
    .main-slider .item .text-all{
        text-align: center!important;
    }
    .main-slider .item .overlay{
        background-color: #0000004f!important;
    }
    .main-slider .item .text-all h2{
        color: #fff!important;
    }
    .main-slider .item .text-all p{
        color: #e9e9e9!important;
        text-shadow: 0 0 0px #e9e9e9!important;
    }
}
@media (max-width: 991px){
    .all-sections .sec{
        width: 50%!important;
    }
    .about-us .about-us-in-text{
        text-align: center!important;
    }
    .about-us .images-slider{
        margin-top: 20px!important;
    }
    .breead-cramp.breead-cramp-single{
        height: auto!important;
        padding-bottom: 30px!important;
    }
    .breead-cramp h1{
        font-size: 18px!important;
    }
    .about-us-page .item-in:nth-of-type(odd) [class^="col-"]:first-of-type{
        order: 1!important;
    }
    .about-us-page .item-in:nth-of-type(odd) [class^="col-"]:last-of-type{
        order: 2!important;
    }
    .custom-single1{
        text-align: center!important;
    }
    .contact-us-page .contact-us form{
        padding-left: 0!important;
        padding-right: 0!important;
        margin-bottom: 30px!important;
        text-align: center!important;
    }
    .contact-us-page .contact-us form input, .contact-us-page .contact-us form textarea{
        text-align: center!important;
    }
    .contact-us-page .contact-us .info-contact a{
        display: block!important;
        text-align: center!important;
    }
    .contact-us-page .contact-us .info-contact a i{
        margin-bottom: 10px!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .our-principles .header{
        text-align: center!important;
    }
    .tax-all .work-in h2{
        text-align: center!important;
    }
    .open-to-open{
        display: flex;
    }
    .about-us-index .text-all ul li{
        display: block!important;
    }
    .about-us-index .text-all ul li i{
        margin-left: auto!important;
        margin-right: auto!important;
        margin-bottom: 5px!important;
        display: block!important;
        color: #9a1220!important;
        font-size: 17px!important;
    }
    .about-us-index .img-in{
        margin-bottom: 35px!important;
    }
    .about-us-index .img-in .img{
        -webkit-mask-size: 60%!important;
        mask-size: 60%!important;
        height: 370px!important;
    }
    .about-us-index .img-in .border-in{
        width: 57%!important;
    }
    .nav-section .navbar-links{
        display: none!important;
    }
    .top-section .info-top .links-media{
        display: none!important;
    }
    .top-section .info-top{
        justify-content: center!important;
    }
    .top-section [class^="col-"]{
        text-align: center!important;
    }
    .our-mission .header{
        text-align: center!important;
    }
    .our-mission .miss-in{
        text-align: center!important;
    }
    .our-mission .miss-in .img{
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .recruitment-page .img img{
        width: 50%!important;
    }
	.subject-all .subject-in{
		text-align: center!important
	}
}


.side_menu ul.navbar-links li {
    padding-bottom: 11px;
}

.side_menu ul.navbar-links a {
    color: #fff;
}
.side_menu ul.navbar-links {
    list-style: none;
    color: #fff;
    display:none;
    padding: 12px;
}

.menu_title img{
    width: 210px;
    filter: brightness(0) invert(1);
}


.owl-dots{
    display:none;
}



.title_city {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 30px 0;
}


.breadcrumb:after {
    background: #0000005c;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.about-us-index .text-all p {
    color: #0d0d42ad;
    line-height: 29px;
}

.fa, .fas {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}



.breadcrumb .container{
    position:relative;
    z-index:1;
}

.side_menu ul.navbar-links li{
    position:relative;
}

.page-text{
    padding: 30px 0;
    color: #8195A8;
    line-height: 33px;
}


.page-text2 h3 {
    color: #0D0D42;
    font-weight: 900;
    font-size: 35px;
    margin-bottom:30px;
}



.page-text2 h3 span {
    background: #ECDEE2;
    color: #9a1220;
    width: 42px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    position: relative;
    top: -6px;
}


.page-text2 .text{
    padding: 30px 0 30px 0;
    color: #8195A8;
    line-height: 33px;
}


.page-text2 .item {
    position: relative;
    height: 430px;
    border-radius: 40px;
    overflow: hidden;
}

.slider-images .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.page-text2 .owl-nav {
    display: block!important;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 83%;
}



.page-text2 .owl-nav .owl-next i {
    position: absolute;
    right: -70px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #0d0d42;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
}




.page-text2 .owl-nav .owl-prev i {
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    border-radius: 50%;
    color: #9a1220;
}


.col-lg-6.logo_puiux {
    text-align: right;
}


.block-service{
    margin-bottom:30px;    border-radius: 10px;

}

.block-service h3 {
    color: #0d0d42;
    font-weight: 600;
    font-size: 23px;
}


.block-service .inner-text p {
    color: #8195A8;
    font-size: 14px;
    line-height: 26px;
    max-height: 100px;
    overflow: hidden;
}


.block-service .img {
    background: none!important;
    position: relative;
    height: auto!important;
    padding: 22px 22px 0 22px;
}

.block-service .img i{
    color: #9a1220;
    font-size: 40px;
    background: #e6c4c7;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    border-radius: 50%;
}


span.tp-thumb-over {
    display: none;
}

span.tp-thumb-image,
.tp-thumb-more{
    display: none;
}


span.tp-thumb-title {
    font-family: 'Open Sans'!important;
}

rs-thumb.tp-thumb.selected .tp-thumb-title {
    color: #fff!important;
    position: relative;
    transform: scale(1.2);
}

.selected span.tp-thumb-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 27%;
}




@media (max-width: 767px){




.category-section .block,
.category-tax .tax-block{
    margin-bottom:30px;
}


h3.title-footer {
    font-size: 17px;
    padding-bottom: 10px;}

.events_info ul {
    display: block!important;
    text-align: initial;}



.events_info ul li {
    width: 100%!important;    margin-bottom: 20px;}



.whatsappus a {
    right: 10px;}


.breadcrumb {
    font-size: 30px;}

.menu-icon2{
    display:none;
}


ul.social_media_fixed {
display: block!important;
}





.fixed_box li a {
    font-size: 37px;}

.fixed_box ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}


.fixed_box li {
    height: 120px;
    width: 100%;}



.social_media_icons_contact {
    margin-top: 20px;
}



    .contact-us-page .form-contact {
    padding: 20px;
    margin-top: 30px;
}
    
    .branches_sec_ryadh .tab-content li p {
    margin-bottom: 18px;
}

.branches_sec_ryadh .tab-content li {
    margin-bottom: 70px;     display:block;
}
    

h3.branches_sec_title {
    color: #0D0D42;
    font-weight: 900;
    font-size: 32px;
}
    
    
    
    .info-contact {
    display: block;
    width: 100%;
    margin: 15px 0px;
}
    
    .info-contact > a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}
    
    
    
    
    .menu-footer-main {
    display: inline-block;
    width: 50%;
}
    
    
    
    .about-us-index .row .text-all {
    padding: 6px 25px!important;
}
    
    .about-us-index {

    padding: 30px 0px;
}
    
    
    div#about1 .tab-content {
    padding: 23px;}
    
    
    
    div#about1 .tab-content .text {
    padding: 20px 0px;
}
    
    
    div#about1 .tab-content h3 {
    font-size: 31px;}
    
    .title_city li {
    width: 49%;
    display: inline-block;
    margin: 8px 0;
}


div#about1 .adds ul.nav.nav-tabs li {
    width: 50%;
    margin-bottom: 40px;
}




div#about1 h1 {
    font-size: 32px;

    line-height: 50px;
}


.title_city ul {
    display: block;
}
    
    
    
    
    .category-section .main_title h3 {
    font-size: 32px;
    width: 100%;
    line-height: 50px;
}
    
    
    .category-section .owl-nav {
    width: 75%;}
    
    
    
.nav-section .options_header {
        position: absolute;
    top: 40px;
    padding-right: 15px;
}

.more-opt ul li {
    padding: 0px 8px;
}
    
    
    
    	.side_menu {
		display:block;}
    
    
    .about-us-index .text-all h2 {
    font-size: 30px;
    line-height: 48px;
}
    
    
    
    
    
    .side_menu ul.navbar-links {

display:block;        
    }

    
    div#why .col-lg-3 {
    width: 50%;
}
    
    .sercives-section-in ul {
    grid-template-columns: 100%!important;
}

.nav-section .col-lg-1{
    position: absolute;
    top: 22px;
}

.search-block {
    height: 112px;}



.search-block  imput{
    height: 112px;}



.search-block button{
    outline:none;
    border:0;
}



.search-block input{
    height: 93px!important;}


.loading video{
    width:100%!important;
}

footer{
    margin-top:10px
}


footer .col-md-3{
    margin-top:45px;
}

.why-chose-us{
    padding-top:30px;
}

.why-chose-us .item-in h3{
    height:auto;
}

.why-chose-us .item-in {

    padding: 0;}

.options-fixed {
    transform: rotate(90deg) translate(150px, -84px);
}


.sercives-section,
.partners{
    padding-top:0px;
        padding-bottom:0px;

}
.about-us-index .col-lg-7{
    margin-bottom:30px;
}






.nav-section .logo img {
    width: 160px;
}


.side_menu .list-unstyled{
    display:none;
}


.category-section {
    padding: 50px 0px;
}


.section-events .main_title{
    display:block;
}



.section-events .main_title .more_btn{
    display:none;
}



.burger_box a.menu-icon {
    top: 121px;}
    
    
    #up .links-media{
        display:none;
    }
    
    
    .why-chose-us .item-in h3{
        font-size: 15px!important;
    }
    .news-section .new{
        text-align: center!important;
    }
    .all-sections .sec{
        width: 65%!important;
    }
    .main-slider .item .text-all{
        width: 100%!important;
    }
    .main-slider .item .text-all h2{
        font-size: 14px!important;
        line-height: 22px!important;
    }
    .main-slider .item .text-all p{
        font-size: 13px!important;
        line-height: 21px!important;
    }
    .main-slider .owl-nav{
        display: none!important;
    }
    .about-us-index .img-in .img{
        width: 100%!important;
        -webkit-mask-size: 70%!important;
        mask-size: 70%!important;
    }
    .about-us-index .img-in .border-in{
        width: 74%!important;
    }
}
@media (max-width: 575px){
    .news-section .new .img{
        height: 200px!important;
    }
    .all-sections .sec{
        width: 100%!important;
    }
    .about-us .images-slider .item{
        height: 250px!important;
    }
    .contact-us-page .contact-us{
        padding: 30px 20px!important;
        top: -40px!important;
    }
    .no-found-posts{
        font-size: 16px!important;
    }
    .about-us-index .img-in .img {
        width: 300px!important;
        -webkit-mask-size: 100%!important;
        mask-size: 100%!important;
        height: 330px!important;
    }
    .about-us-index .img-in .border-in{
        width: 310px!important
    }
    .recruitment-page .img img{
        width: 80%!important;
    }
    .recruitment-page .wpcf7{
        padding: 35px 15px!important;
    }
    .recruitment-page .wpcf7 input, 
    .recruitment-page .wpcf7 textarea,
    .recruitment-page .wpcf7 .btn-container{
        text-align: center!important;
    }
}