 
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,600,700,800,900');

body {font-family: 'Fira Sans', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.5; color:#565857;}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 70px; font-style: normal; line-height: 75px; font-weight: 600; text-transform: capitalize; color: #4ab242;}
h2 { font-size: 40px; font-style: normal; line-height: 46px; font-weight: 700; color: #202125; text-transform: capitalize; margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; }
h4 { font-size: 24px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 30px; color: #202125;}
h5 { font-size: 20px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #202125;}
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #202125;}
ul { margin: 0px; padding: 0px; }


/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.7;}
.grey-bg p{color: #202125}
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.o-hidden{overflow: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.pos-r{position: relative;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #4ab242;}
section{padding: 20px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}


.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}


.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color:#4ab242;}
.text-black{color:#202125 !important;}
.text-grey{color:#565857 !important;}
.text-yellow{color:#4ab242;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color:#ffffff !important;}
.dark-bg{background-color:#2f4faa;}
.grey-bg{
  background-color:#f9f9f9;
}
.theme-bg{background-color:#4ab242;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Jarallax
------------------------*/
.jarallax {position: relative; z-index: 0;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover; font-family: 'object-fit: cover;'; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.bnr-form{padding-top: 30px;}
.bnr-form .form-group{margin: 0 30px 20px;}


/* ------------------------
    About Us
------------------------*/
.about-2{display: inline-block; text-align: center; border:8px solid #4ab242; width: 100%;}
.about-2 h3{background: #4ab242; color: #ffffff; padding: 15px; margin-bottom: 0; text-transform: capitalize;}
.about-2 .working-hours {padding: 30px; display: inline-block; width: 100%;}
.about-2 .working-hours li{border-color: #ffffff; font-size: 16px; font-weight: bold;}
.about-2:before{z-index: 0;}
.appoinment-img {bottom: 0; position: absolute;}
.appoinment-img img{width: 80%;}


/* ------------------------
    Countdown
------------------------*/
.coming-soon{background: rgba(255,255,255,0.5); padding: 50px;}
.countdown{margin:50px 0; display: table; width: 100%;}
.countdown > li{padding: 0 30px; font-weight: 700; text-align: center; border-right: 1px dashed rgba(0,0,0,0.1); list-style-type: none; display: table-cell; width: auto;}
.countdown > li:last-child{border-right: none;}
.countdown > li span{font-size:70px; font-weight:300; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #4ab242;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2) }

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Contact
------------------------*/
.contact-main {padding: 30px;}
.contact-info li {padding-left: 50px; position: relative;}
.contact-info li i{position: absolute; left: 0; top: 0; line-height: 24px; font-size: 30px; color: #2f4faa; text-align: center;}
.contact-info li span{font-size: 16px; color: #202125; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #202125;}
.dark-bg .contact-info li a{color: #ffffff;}
.contact-info li a:hover{color: #2f4faa;}
.theme-bg .contact-info span, .dark-bg .contact-info span{color: #ffffff}
.theme-bg .contact-info li i{color: #ffffff;}
.theme-bg .contact-info li a{color: #ffffff;}
.theme-bg .contact-info li a:hover{color: #202125;}
.contact-1 .contact-box {position: absolute; top: 50%; z-index: 99; transform: translateY(-50%); width: 100%;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{height: 50px; border-radius: 0; font-size: 13px; color: #202125; background: none; border: none; border-bottom: 2px solid #f5f5f5; box-shadow: none;}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px;}
.form-control:focus{box-shadow: none; background: none; border-color: #4ab242;}
.theme-bg .form-control:focus{border-color: #202125;}
select.form-control {-moz-appearance: none; -webkit-appearance: none; appearance: none; height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 12px; }/*line-height: 14px;*/

.form-control::-webkit-input-placeholder {color: #202125;}
.form-control::-moz-placeholder {color: #202125;}
.form-control:-ms-input-placeholder {color: #202125;}
.form-control:-moz-placeholder {color: #202125;}
.dark-bg .form-control::-webkit-input-placeholder, .theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}
.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder {color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder {color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder {color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block; min-height: 50px; min-width: 60px;}
.video-btn .btn-play {font-size: 30px; background: #4ab242; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn .btn-play {position: absolute; top: 50%; left: 0; margin-top: -30px; z-index: 5;}
.video-btn .btn-play:after, .video-btn .btn-play:before {content: ''; border: 10px solid; border-color: inherit; width: 270%; height: 270%; -webkit-border-radius: 100%; border-radius: 100%;
 position: absolute; left: -85%; top: -85%; opacity: 1; -webkit-animation: 1s videomodule-anim linear infinite; animation: 1s videomodule-anim linear infinite; }
.video-btn .btn-play:before {-webkit-animation-delay: .5s; animation-delay: .5s; }
.video-btn-pos{position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important;}
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ddd; color: #4ab242;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}

/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.slider-pos .owl-carousel{right: -50px;}

/* ------------------------
    Popup
------------------------*/
.modal{z-index: 99999; top: 150px;}
.modal-backdrop{z-index: 9999;}
.modal-dialog{margin: 0 auto;}

/* ------------------------
    Menu Price List
------------------------*/
.pricing-list li{border-top: 1px dashed #ddd; color: #4ab242; font-weight: 500; float: left; padding: 11px 0 12px; position: relative; text-align: right; width: 100%;}
.pricing-list li:first-child {border-top: none;}
.pricing-list li span {float: left; font-size: 16px; font-weight: 600; color: #202125; position: relative; text-align: left; text-transform: capitalize; width: auto;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 20px;}
.list-icon li i{position: absolute; left: 0; top: 5px; color: #4ab242}


/* ------------------------
    Nice Select
------------------------*/
.nice-select{-webkit-tap-highlight-color:transparent;border: none; padding-top: 0; padding-bottom: 0; padding-left: 0.75rem; border-bottom: 2px solid #f5f5f5;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-size:14px;font-weight:normal;height:50px;line-height:50px;outline:none;padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%;}
.dark-bg .nice-select span, .theme-bg .nice-select span{color: #ffffff;}
.nice-select:active, .nice-select.open, .nice-select:focus{border-color:#4ab242;}
.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px;}
.theme-bg .nice-select:after{border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;}
.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none;}
.nice-select.disabled:after{border-color:#cccccc;}
.nice-select.wide{width:100%;}
.nice-select.wide .list{left:0 !important;right:0 !important;}
.nice-select.right{float:right;}
.nice-select.right .list{left:auto;right:0;}
.nice-select.small{font-size:12px;height:36px;line-height:34px;}
.nice-select.small:after{height:4px;width:4px;}
.nice-select.small .option{line-height:34px;min-height:34px;}
.nice-select .list{background-color:#fff;width:100%;border-radius:5px;box-shadow:0 0 0 1px rgba(68, 68, 68, 0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index:99;}
.nice-select .list:hover .option:not(:hover){background-color:transparent !important;}
.nice-select .option{color: #202125; width: 100%; cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s;}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{background-color:#f6f6f6;}
.nice-select .option.selected{font-weight:bold;}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default;}
.no-csspointerevents .nice-select .list{display:none;}
.no-csspointerevents .nice-select.open .list{display:block;}

.navbar{
    height: 77px;
}
#header-wrap{
    height: 85px;
}
@media (max-width: 992px){
    #header-wrap {
        padding: 5px 0 !important;
        height: 74px !important;
    }
    .navbar{
        height: 65px !important;
    }
    .logo img{
        height: 100px !important;
    }
}
.min-slider-img-width{
    min-height: 250px;
    max-height: 250px;
    width: 100%;
}








/*-----------------------------
Section: Products List
----------------------------- */ 
  /* .mystyle-products {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: var(--breakpoint-xs)) {
    .mystyle-products {
      display: block;
    }
  }
  .mystyle-products.slider-products .product {
    width: auto;
    margin-bottom: 0;
  }
  .mystyle-products .product {
    width: 25%;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    background: #fff;
  }
  @media (max-width: var(--breakpoint-sm)) {
    .mystyle-products .product {
      width: 50%;
    }
  }
  @media (max-width: var(--breakpoint-xs)) {
    .mystyle-products .product {
      width: auto;
    }
  }
  .mystyle-products .product:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 7;
  }
  .mystyle-products .product:hover .btn-circle {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .mystyle-products .product h3 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    height: 39px;
    overflow: hidden;
  }
  @media (max-width: var(--breakpoint-xs)) {
    .mystyle-products .product h3 {
      height: auto;
    }
  }
  .mystyle-products .product > a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
  }
  .mystyle-products .product > a:hover {
    text-decoration: none;
  }
  .mystyle-products .product .add_to_cart_button {
    display: none;
  }
  .mystyle-products .product .attachment-shop_catalog {
    display: block;
    margin: 0 auto;
  }
  .mystyle-products .product .btn-circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    color: #fff;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  }
  .mystyle-products .product .price {
    font-size: 14px;
  }
  .mystyle-products .product .price ins {
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
  }
  .mystyle-products .product .price del {
    color: #666;
    font-size: 11px;
    padding-right: 7px;
    white-space: nowrap;
  }
  .mystyle-products .product .price .sale-tag {
    color: red;
    font-size: 12px;
    padding-left: 7px;
    font-weight: 700;
  }
  .mystyle-products .onsale {
    z-index: 6;
    position: absolute;
    top: 15px;
    left: -20px;
    padding: 2px 10px;
    background: var(--red);
    color: #fff;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0 5px 5px 0;
    height: 25px;
    line-height: 25px;
    font-size: 0.8rem;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
  }
  .mystyle-products .onsale:before, .mystyle-products .onsale:after {
    content: "";
    position: absolute;
  }
  .mystyle-products .onsale:before {
    width: 7px;
    height: 33px;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
  }
  .mystyle-products .onsale:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    border-radius: 5px 0 0 5px;
    background: #800;
  } */



 #clients {
    padding: 60px 0
}

#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px
}

#clients img {
    transition: all 0.4s ease-in-out
}


.hot-jobs-list {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.hot-jobs-list .hot-jobs-img {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    border-radius: 20px 0 20px 0;
}
.default-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #0e9fcc;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 15px 40px;
    border-radius: 4px;
}
.hot-jobs-list .hot-jobs-btn {
    float: right;
}
.hot-jobs-list .hot-jobs-content h3 {
    font-size: 24px;
    margin-bottom: 8px;
}
.hot-jobs-list .hot-jobs-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.hot-jobs-list .featured {
    position: absolute;
    top: 20px;
    left: -36px;
    background-color: #0e9fcc;
    color: #fff;
    padding: 5px 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
}
.hot-jobs-list .hot-jobs-img img {
    position: relative;
    top: -3px;
}

.hot-jobs-list .hot-jobs-btn .default-btn {
    margin-bottom: 5px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.hot-jobs-list .hot-jobs-content {
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.hot-jobs-list .hot-jobs-content h3 {
    font-size: 20px;
}
.hot-jobs-list .hot-jobs-content .sub-title {
    font-size: 14px;
}
.hot-jobs-list {
    text-align: center;
}
.hot-jobs-list .hot-jobs-btn {
    float: unset;
}
}
@media only screen and (max-width: 767px){
.hot-jobs-list .hot-jobs-btn {
    float: unset;
}
}
.hot-jobs-list .hot-jobs-content h3 a {
    color: #1a1a1a;
}
@media only screen and (max-width: 767px){
.hot-jobs-list .hot-jobs-content {
    margin-bottom: 20px;
}
.hot-jobs-list .hot-jobs-content ul li {
    font-size: 14px;
}

.default-btn {
    font-size: 14px;
    padding: 12px 20px;
}
.hot-jobs-list {
    text-align: center;
}
}

.abt-bx{
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  color: #747474;
  box-shadow: 0px 5px 14px 2px;
  text-align: justify;
  margin-top: 4%;
  margin-top: 4%;
}
.abt-bx h3{
  padding-bottom: 10px;
}
.abt-bgt{
  background-image: url("../images/abt-banner.jpg");
  /* background-image: url("../images/bteam/Karim Smine.jpg"); */
  background-repeat: no-repeat, repeat;
  background-attachment: fixed;
}
.section-title p{
  text-align: justify;
}
@media only screen and (max-width: 767px){
section{padding: 15px 0;}
}
.image {
  margin-top: 10px;
}
.page-wrapper{
  width: auto;
}
