.access-img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /*background: #fff;*/
    margin-left: 5px;
}
img.feild-img {
    width: 30px;
    max-width: 35px;
}
@media (max-width: 768px){
.get-started-btn {
    margin: 0 0 0 48px;
    padding: 7px 7px 7px 1px;
    border:none;
}
}

#hero .icon-box {
    padding: 15px 10px;
}
#hero .icon-box h3 {
    font-weight: 600;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    line-height: 20px;
}
i.ri-check-double-line {
    font-size: 30px;
    color: #58a84c;
    width: 37px;
    display: inline-block;
}
/*----------------------------video--------------------------------*/

.about .video-box {
  background: url("../img/3.jpg") center center no-repeat;
  background-size: cover;
  /*background-size: cover;*/
   min-height: 300px; 
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#07706d 50%, rgb(88 158 89 / 42%) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(7 112 109);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #61af47;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------*/

#hero:before {
    content: "";
  /*  background: rgb(1 31 29 / 80%);*/
}
.services .icon-box h4 {
    color: #000;
    min-height: 35px;
    margin-bottom: 5px;
    font-size: 13px;
}
.services .icon-box p {
    font-size: 11px;
    line-height: 18px;
    color: #444444;
}

.services .icon-box {
    padding: 40px 15px;
    margin-bottom: 50px;
    width: 100%;
}
.features .icon-box i {
    font-size: 35px;
    float: left;
    color: #07706d;
    vertical-align: middle;
}
.features .icon-box h4 {
    font-size: 16px;
    margin: 5px 60px 10px 0px;
}
.features .icon-box p {
    font-size: 15px;
    color: #848484;
/*    margin-left: unset;
    margin-right: 60px;*/
}
.features h4 {
    font-weight: 700;
    font-size: 24px;
    color: #151515;
}





/*-----------------------------*/
.help-number {
    position: fixed;
    background: #ffffff;
    z-index: 999;
    height: 45px;
    width: 125px;
    top: 90%;
left: 0;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #034f4d;
    box-shadow: 0px 2px 10px rgb(119 148 147 / 47%);
}
@media (max-width: 767px) {
    .help-number {
        height: 45px;
        width: 45px;
        }
      span.num-phone, .help-text.small {
        display: none;
    }
}
#footer {
    background: rgb(7 112 109);
}


ul.nav.nav-tabs {
    padding: 0;
    margin-bottom: 25px;
}

.icon-block.icon-block-2.icon-block-3:hover {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
}
.icon-block.icon-block-2.icon-block-3 {
    padding: 40px  15px;
    text-align: center;
    border: 1px solid #deddddb3;
    margin-bottom: 26px;
}

.cat-name {
    margin-bottom: 15px;
}

/*.\33 -icons a {
    border: 1px  solid #c5c4c4;
    width: 40px;
    display: inline-block;
    margin: auto 6px;
    padding: 3px 5px;
}*/
.\33 -icons a {
    border: 1px solid #07706d;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 14px 5px;
    padding: 7px 0px;
    background: #07706d;
    color: #fff;
    border-radius: 50%;
}
.\33 -icons a:hover {
    background: #fff ;
    color: #07706d;
}
.nav-tabs .nav-link {
    font-weight: bold;
    font-size: 13px;
}
.my-circle:hover,.my-circle.active {
    fill: #79be21;
    cursor: pointer;
    rx: 7.5;
    ry: 7.5;
    r:7;
}
.cta .cta-btn:hover {
background: #07706d;h
    border-color: #07706d;
    color: #ffffff;
}
.amana-info {
    color: #fff;    
}
svg#Layer_1 {
    max-width: 100% !important;
}
@media (max-width: 768px){
.get-started-btn {
    margin: 0 0 0 48px;
    padding: 7px 8px 8px 5px;
}
}
.col-xl.col-md.col-6.mb-3 {
    padding-right: 2px;
    padding-left: 2px;
}
#hero .icon-box {
    padding: 10px 2px;
}
#hero {
    min-height: calc( 100vh - 80px);
}

.get-started-btn {
    padding: 7px 7px 8px 3px;
}



/*------added new */
header#header {
    left: 10px;
    right: 10px;
    background: #fff;
    /*background: #fffffff2;*/
    border-radius: 0 0 20px 20px;
}
#header.header-scrolled, #header.header-inner-pages {
    background: rgb(255 255 255);
}
.disc-text p {
    color: #fff;
}
svg#Layer_1 {
   /* margin-top: -40px; */
    margin-top: 0px;
}



.items-1-block {
  /*  padding: 0 2em;*/
}

.items-1-block h1 {
    padding-top: 6px;
    line-height: 33px !important;
}

.items-1-block a {
    padding-bottom: 3px;
    border-bottom: 1px solid #ffffff80;
}

.items-1-block .icon-box {
    border: 1px solid #ffffff96;
    margin-bottom: 1em;
    background: #fff9f914;
    border-radius: 8px;
    height: auto !important;
}
img.feild-img.sat- {
    width: 40px;
    height: 40px;
}

/*owl */
.disc-text-2 {
    margin-top: 1em;
}

.owel-1 {
       padding: 0 !important;
    padding-top: 1em !important;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    border: 1px solid #ffffffc4;
    border-radius: 8px;
}
.disc-text-2 {
    margin-bottom: 3em;
}
#hero .container {
    /*padding-left: 60px;*/
}
#hero {
     height: auto;
}
#hero .container {
    padding-top: 50px;
}
#hero .icon-box h3 {
    color: #fff;
}
.absolute-a {
  /*  position: absolute;*/
    /*z-index: 999;*/
    /*right: 30px;*/
    /*color: #fff;*/
    /*top: 20px;*/
}

a.absolute-a span {
    /*color: #fff;*/
}

img.access-img.access-img-ar {
    width: auto;
    border-radius: 0;
}




/*---------------------------inner page  ------------------------------- */

.inner-page header#header {
    left: 10px;
    box-shadow: 0px 0 16px 0 rgb(0 0 0 / 10%);
}

.inner-page a.absolute-a span {
    color: #000 !important;
}

.inner-page a.absolute-a {
    /*padding-top: 17px;*/
}

.inner-page #hero {
    width: 100%;
    height: 300px;
    background:#07706d url(../images/saif-2.jpg) top center no-repeat;
    background-size: cover;
    min-height: 300px;
    /* background: #07706d; */
    padding-top: 106px;
}

.breadcrumbs-new {
    padding: 15px 0;
    text-align: left;
    background: none;
    min-height: unset;
    margin-top: 0;
    display: block;
}

.breadcrumbs-new a ,.breadcrumbs-new li {
    color: #fff;
}

.breadcrumbs-new ol li + li::before {
    display: inline-block;
    color: #ffffff;
    content: "/";
    margin: auto 10px;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #07706d !important;
}


/* portfolio */
.portfolio-details .portfolio-info h3 {
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.portfolio-details .portfolio-info {
    padding: 20px;
    bottom: -10px;
}
.section-title h2 {
    font-size: 1.3em;
    color: #000;
    font-weight: 700;
}

/* بلوج */
.blog .entry {
    padding: 20px;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.services .icon-box {
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    border: 0;
}

.blog h2.entry-title , .blog h2.entry-title a {
    color: #000;
    font-size: 1.12em;
    font-weight: 600;
    padding: 15px 0 5px 0;
}
.section-bg {
    background: #fafafa;
}

.inner-page header#header {
    right: 10px;
    left: 10px;
}
/*--------------------------------------------*/
/* added new 13-11-2022 */
/* -------------------------------------------*/


/*-----------------------------slider--------------------------------*/
.owel-1 .feild {
    font-size: 12px;
    padding: 9px;
    height: 95px;
    background: #11504dd9;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 10px;
}
.owel-1 {
    margin: auto;
    padding-top: 15%;
    padding: 14% 30px;
}
.owel-2 {
    margin: auto;
    padding-top: 25px;
    padding: 25px 30px 60px;
}
.owel-1 .feild-icon {
    width: 100%;
    display: block;
}


.owel-1 .feild-icon img {
    width: 35px !important;
    margin: auto;
    margin-bottom: 5px;
}
.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 6px;
    background: #57aaa8 !important;
    border: transparent !important;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    border-radius: 2px;
    margin: 0 5px;
}
.owl-dots .owl-dot.active {
    background: #ffffff26 !important;
}
button.owl-prev {
    position: absolute;
    left: -32px;
    top: 30%;
    width: 30px;
    height: 40px;
    background: #ffffff26 !important;
    border-radius:5px;
}
button.owl-next {
    position: absolute;
    right: -32px;
    top: 30%;    
    width: 30px;
    height: 40px;
    background: #ffffff26 !important;
    border-radius:5px;
}
.owel-2 button.owl-prev {
    position: absolute;
    right: -32px;
    top: 20%;
    width: 30px;
    height: 40px;
    background: #ffffff26 !important;
    border-radius:5px;
}
.owel-2 button.owl-next {
    position: absolute;
    left: -32px;
    top: 20%;    
    width: 30px;
    height: 40px;
    background: #ffffff3d !important;
    border-radius:5px;
}
.owl-dots {
    margin-top: 10px;
    text-align: center;
}
.owl-carousel .owl-nav button span {
    font-size: 1.3rem;
}
    /*----------------------------------*/
    .fffffffffff {
    display: block;
}

img.feild-img {
    text-align: center;
    margin: auto;
}

.item {
    width: 100%;
}
    .owl-carousel .owl-nav button span {
    color: #fff;
}
    button.owl-prev.disabled span , button.owl-next.disabled span {
    color: #6b6b6b;
    cursor: default !important;
}   
    button.owl-prev.disabled , button.owl-next.disabled{
   background:#ffffff0d !important;
    cursor: default !important;
}



/* <style class="added for screen shot only">*/

    button.owl-prev.disabled, button.owl-next.disabled {
    background: #ffffff0d !important;
    cursor: default !important;
    background: #ffffff26 !important;
    color: #fff !important;
}
        button.owl-prev.disabled span,
        button.owl-next.disabled span {

    color: #fff !important;
}
            .owl-dots .owl-dot {
    width: 20px;
        }
            
    /* slider */
            .owl-carousel .owl-nav button span {
    font-size: 3.3rem;
    line-height: 0.5;
}
            button.owl-next {
    position: absolute;
    right: -70px;
    top: 30%;
    width: 60px;
    height: 90px;
            }
            button.owl-prev {
    position: absolute;
    left: -70px;
    top: 30%;
    width: 60px;
    height: 90px;
            }
            
            

       




/* added for menu */
.nav-menu .drop-down ul {
   /* max-height: calc( 100vh - 100px );*/
   /* overflow: auto;*/
}

/* added for new dropdown mega menu */ 


.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #81be40;
}

.nav-menu .drop-down .drp-div {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > .drp-div {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down .drp-div a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  white-space: normal;
  color: #151515;
  margin-bottom: 10px;
  padding-left: 20px;
}

.nav-menu .drop-down .drp-div a:hover,
.nav-menu .drop-down .drp-div .active > a, 
.nav-menu .drop-down .drp-div li:hover > a {
    color: #81be81;
    /* background: #07706d1c; */
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down .drp-div {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > .drp-div {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
/*new */
.nav-menu .drop-down:hover > .drp-div {
    opacity: 1;
    visibility: visible;
    right: 0;
    width: calc( 100% - 0px);
    height: 50vh;
    min-height: 250px;
    left: 0;
    top: 66px;
    box-shadow: 0px 0px 14px rgb(127 137 161 / 25%);
    border-radius: 0 0 20px 20px;
}
.drop-down.drop-mega-down {
    position: unset;
}

.mega-link span.icofont-rounded-right {
    margin-left: -15px;
}

.nav-menu .drop-down:hover > .drp-div {
    padding: 20px 10px;
}


.mobile-nav .drop-down .drp-div  {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down .drp-div a{
    padding-left: 20px;
}
.mobile-nav .drop-down .drp-div .mega-link {
    padding-left: 20px;
}

.mobile-nav .drop-down .drp-div .mega-link span.icofont-rounded-right {
    display:none;
}
.mobile-nav-toggle i {
    color: rgba(0,0,0,.5);
}

.mobile-nav-toggle {
    top: 32px;
}
.mega-title h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0 7px;
}
/* end new */




@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down .drp-div {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > .drp-div {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media (max-width: 991px){
a.absolute-a {
    margin-right: 30px;
}
    .mega-title h4{
        display: none;
    }
button.owl-prev {
    left: -10px;
}
    button.owl-next {
    right: -10px;
}
}

/* ------------------------------------------------- */
/* preloader-2-------------------------- */
        #preloader-2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}
img.logo-loader {
    /* max-height: 80px; */
    display: block;
    margin-top: calc( 50% + 30px);
    width: 100px;
}
    .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 120px;
margin-left: calc( 50% - 80px);
  margin-top: calc( 50vh - 80px);
}
.lds-facebook div {
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 8px;
  /*background: #fff;*/
    background: #7abbbe;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
    background: #7abbbe;
}
.lds-facebook div:nth-child(2) {
  left: 28px;
  animation-delay: -0.12s;
    background: #f3342e;
}
.lds-facebook div:nth-child(3) {
  left: 48px;
  animation-delay: 0;
  background: #000;  
}
.lds-facebook div:nth-child(4) {
    left: 68px;
    animation-delay: -0.16s;
    background: #f99501;
}
.lds-facebook div:nth-child(5) {
    left: 87px;
    animation-delay: -0.16s;
    background: #fdc398;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@media (max-width: 991px){
    .lds-facebook {
    margin-left: calc( 50% - 50px);
    }
}

/*map style */
		.area {
		cursor: pointer;
	}

	.area:hover {
		opacity: 0.5;
	}

	.area.active {
		opacity: 0.1 !important;
	}


#hero .features .icon-box p {
    color :#fff;
    text-align: left;
}
#hero .features .icon-box h4 {
    color: #fff;
    margin: 5px 0px 10px 60px;
    text-align: left;
}
#hero .features .icon-box i {
    font-size: 40px;
    color: #fff;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #07706d;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #07706d;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: #007281;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #007281;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #007281;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #07706d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #034f4c;
}
.contact .info-box h3 {
    font-size: 15px;
}

.contact .info-box p {
    min-height: 50px;
}
/* links */
.entry-img img {
    margin: auto;
    text-align: center;
    display: block;
}

/* bianatmaftoha */
 .card.card-table-two {
    padding: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}
.card .table thead th, .card .table td {
    font-size: 0.9em;
}
h4.card-title {
    font-size: 1rem;
    font-weight: 700;
}
/*stars reviews */
.stars .icofont-star {
    color: #cecece;
}

.stars .icofont-star.g-in {
    color: #07706d;
}

stars, .stars .icofont-star {
    display: inline-block;
}





