body {
  font-family: "Urbanist", sans-serif !important;
  color: #353535;
  overflow-x: hidden;
  background-color: #fff;
}

.form-control::placeholder {
  color: #c2c2c2;
  opacity: 0.8;
}
textarea.form-control {
  border-radius: 16px;
  height: auto;
}
.form-label {
  font-weight: 500;
  font-size: 16px;
}
.form-control:focus {
  border-color: #00be62 !important;
}
ul {
  padding: 0;
}

p {
  font-size: 17px;
  color: #939393;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.contact_details ul li,
li {
  list-style: none;
}

.contact_details ul,
ul {
  padding-left: 0;
}

a {
  text-decoration: none;
}

hr {
  height: 2px;
  border: 1px solid #e0e0e0;
}

/* == inputs == ------------------ */
.form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  color: #373434;
  border-radius: 0;
  padding: 14px 16px !important;
  font-size: 14px;
  font-weight: 600;
}
input.form-control {
  border-radius: 70px;
}
textarea.form-control {
  border-radius: 12px;
}

.form-control:focus {
  box-shadow: none;
  background-color: var(--white) !important;
  border-color: #00be62;
}
.form-control::placeholder {
  color: #c1c1c1;
  font-weight: 400;
}

/* == inputs == ------------------ */

/* general ========================================== */

/* bootstrap ========================================== */
.btn {
  padding: 9px 27px;
  border-radius: 7px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 18px;
}
.btn.with-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.with-icon i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 19px;
  margin-left: 13px;
}
/* primary ------------- */
.btn-primary {
  background-color: #00be62;
  border: 1px solid #00be62;
    box-shadow: 0px 10px 20px 0 rgba(0, 190, 98, 0.41);
}
.btn-primary:hover {
  background-color: transparent;
  border: 1px solid #00be62;
  color: #00be62;
  box-shadow: none;
}
.btn-primary:focus {
  background-color: #00be62;
  border: 1px solid #00be62;
  color: #fff;
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #00be62;
  color: #00be62;
}
.btn-outline-primary:hover {
  background-color: #00be62;
  border: 1px solid #00be62;
  color: #fff;
}
.btn-outline-primary:focus {
  background-color: #00be62;
  border: 1px solid #00be62;
  color: #fff;
}

/* primary ------------- */

/* warning ------------- */
.btn-dark {
  background-color: #212529;
  border: 1px solid #212529;
  color: #fff;
}

.btn-dark:hover {
  background-color: #505559;
  border: 1px solid #505559;
  color: #fff;
}
.btn-dark:focus {
  background-color: #505559;
  border: 1px solid #505559;
  color: #fff;
}
/* warning ------------- */

/* success ------------- */
.btn-success {
  background-color: #32ce60;
  border: 1px solid #32ce60;
  color: #fff;
}

.btn-success:hover {
  background-color: #4bdc76;
  border: 1px solid #4bdc76;
  color: #fff;
}

/* success ------------- */

/* secondary ------------- */
.btn-secondary {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00be62;
}

.btn-secondary:hover {
  background-color: #cecece;
  border: 1px solid #cecece;
  color: #fff;
}
/* secondary ------------- */

/* outline-success ------------- */
.btn-outline-success {
  padding: 3px 3px 3px 20px;
  color: #fff;
  background-color: #13cb58;
  border: 2px solid #13cb58;
}
.btn-outline-success:hover {
  background-color: #13bd54;
  border: 2px solid #13bd54;
  color: #fff;
}
.btn-outline-success.with-icon i {
  background-color: white;
  color: #1acc5d;
}
/* outline-success ------------- */

/* outline-secondary ------------- */
.btn-outline-secondary {
  color: #aaa;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-secondary:hover {
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  color: #aaa;
}
/* outline-secondary ------------- */

/* paddings  -------------------------- */
.pb-6 {
  padding-bottom: 4em;
}
.pt-6 {
  padding-top: 4em !important;
}
/* paddings  -------------------------- */

/* color  -------------------------- */
.text-primary {
  color: #ff3838 !important;
}
.text-success {
  color: #50ba07 !important;
}
.text-warning {
  color: #ff9b00 !important;
}
.text-danger {
  color: #ff3838 !important;
}
/* color  -------------------------- */

/* bootstrap ========================================== */

/* inner pages ============================================== */

/* header ---------------------------------- */

/* header ---------------------------------- */
/* logo ------------- */
.header-section .navbar .contact .dropdown {
  margin-right: 20px;
}
.header-section .navbar .dropdown-menu {
  width: 120px;
  max-width: 59px;
  min-width: 0;
  box-shadow: 0 0 63px 0 rgba(111, 111, 111, 0.15);
  border: 0;
}
.header-section .navbar .contact .dropdown .dropdown-toggle {
  padding: 0;
  border: 0;
  background-color: transparent !important;
  color: #b4b4b4 !important;
}
.header-section .navbar .contact .dropdown .dropdown-toggle:focus {
  box-shadow: none;
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
    padding: 10px 0;
}
.header-section .bottom {
  transition: 0.3s;
}
.header-section.sticky {
  top: 0;
  position: fixed;
  padding: 0;
  transition: 0.3s;
  box-shadow: 0 0 63px 0 rgba(111, 111, 111, 0.15);
}
.header-section.sticky .bottom {
  background-color: #fff;
  transition: 0.3s;
}
.header-section.sticky .navbar ul li a::after {
}
.header-section.sticky .navbar .links > ul > li > a {
  padding: 22px 14px;
}
.header-section.sticky .upper {
  transition: 0.3s;
  padding: 0;
  height: 0;
  overflow: hidden;
  border: none;
}
.header-section .container {
  position: relative;
}
/* .header-section .container::after{
    content: " ";
    width: 98%;
    height: 1px;
    position: absolute;
    bottom: -14px;
    background-color: #eee;
    right: 0;
    padding: 0 10px;
    left: 0;
    margin: auto;
} */

.header-section .logo {
  width: 230px;
}
.header-section .logo a {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.header-section .logo img {
  width: 50%;
  transition: 0.3s;
}
.header-section.sticky .logo img {
  transition: 0.3s;
  width: 50%;
}

/* logo ------------- */

/* navbar ------------- */
.toggle {
  display: none;
}
.header-section .navbar {
  padding: 0 16px;
  width: calc(100% - 230px);
  justify-content: space-between;
}
.header-section .navbar .links {
}
.header-section .navbar .contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-section .navbar .contact .toggle .menu_btn {
  margin-left: 20px;
  border: 1px solid gainsboro;
  width: 43px;
  text-align: center;
  padding-top: 3px;
}
.header-section .navbar .links > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  height: 100%;
}

.header-section .navbar .links > ul li {
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.header-section .navbar .links > ul > li > a {
  color: #393939;
  font-weight: 500;
  font-size: 18px;
  transition: 0.5s;
  position: relative;
  padding: 27px 11px;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.header-section .navbar .links > ul > li > a::after {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: transparent;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  z-index: 9;
}

.header-section .navbar .links > ul li:hover a::after {
  transition: 0.5s;
  height: 2px;
  background-color: #00be62;
}

.header-section .navbar .links > ul > li.active > a {
  color: #00be62;
}

.header-section .navbar .links > ul > li.active > a::after {
  transition: 0.5s;
  height: 2px;
  background-color: #00be62;
}

.header-section .navbar .links > ul li a:hover {
  transition: 0.5s;
  color: #00be62;
}

.menu {
  display: block;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.menu li:first-child {
  margin-left: 0;
}
.sub-menu li a:hover,
.sub-menu li:hover > a {
  color: #fff;
  background: #00be62;
}
.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  box-shadow: 0 4px 15px 0 #d1d1d133;
}
.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.menu ul li {
  display: block !important;
  float: none;
  background: 0 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f6f6f6;
}
.sub-menu li a {
  display: block;
  background: #fff;
  color: #393939;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 9px;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
.sub-menu li a:hover,
.sub-menu li:hover > a {
  background-color: #00be6233;
  color: #00be62;
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.menu ul ul {
  right: 169px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}
.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
/* navbar ------------- */

/* shoping card ------------- */
.basket-card {
  display: flex;
  flex-wrap: wrap;
}
.basket-card .shoping-card {
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  height: 100%;
  align-items: center;
}
.basket-card .shoping-card .open-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background: none;
  padding: 0;
  border: 0;
}
.basket-card .shoping-card .icon {
  position: relative;
  width: 40px;
  height: 43px;
  background-color: #ff3838;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  box-shadow: 0 4px 7px 0 #d1d1d169;
  border: 2px solid white;
  z-index: -1;
}
.basket-card .shoping-card .icon i {
  color: #fff;
}
.basket-card .shoping-card .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
.basket-card .shoping-card .text h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
}
.basket-card .shoping-card .text span {
  display: block;
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 500;
  margin-top: -6px;
}
/* shoping card ------------- */
.bottom-menu {
  display: none;
}

/* header ---------------------------------- */

/* slider ---------------------------------- */
.slider-section {
  padding-top: 16em;
  padding-bottom: 10em;
  position: relative;
}
.slider-section::after {
  content: " ";
  /* background-image: url('../img/png/Ellipse1.png'); */
  width: 70em;
  height: 70em;
  position: absolute;
  right: -700px;
  bottom: -20em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  opacity: 0.4;
  z-index: -1;
}
.slider-section::before {
  content: " ";
  background-image: url("../img/logo-g.png");
  position: absolute;
  left: 0;
  height: 100%;
  width: 80%;
  top: 0;
  border-radius: 0;
  opacity: 0.3;
  background-size: contain;
  z-index: -1;
  background-position: -830px 127%;
  background-repeat: no-repeat;
}
.slider-section .left {
}
.slider-section .left .text {
  text-align: left;
  padding-top: 4em;
}
.slider-section .left h5 {
  color: #00be62;
  display: inline-block;
  background-color: #00be621f;
  padding: 6px 20px 7px 10px;
  border-radius: 30px;
}
.slider-section .left strong {
  font-weight: 400;
  color: #00be62;
  font-size: 20px;
  font-weight: 600;
}
.slider-section .left h3 {
  margin-top: 10px;
  font-weight: 800;
  font-size: 46px;
  padding-bottom: 20px;
}
.slider-section .left span {
  color: #00be62;
}
.slider-section .left p {
  padding-bottom: 20px;
}
.slider-section .left .list {
}
.slider-section .left .list a:first-child {
  margin-right: 10px;
}
.slider-section .left a {
}
.slider-section .right {
} 
.slider-section .image{
    height: 430px;
}
.slider-section .image img{
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.slider-section .owl-dots{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.slider-section .owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  background-color: #dfdfdf;
  margin: 0 7px;
  border-radius: 20px;
}
.slider-section .owl-dots .owl-dot.active{
  background-color: #00B75C;
}
.slider-section .b-title{
    padding-top: 10px;
}
.slider-section .b-title h3{
  font-weight: 700;
  font-size: 23px;
}
.slider-section .b-title p{}
.slider-section .main-content{
  box-shadow: 0 6px 18px 0 rgba(238, 238, 238, 0.81);
  padding: 14px;
  background-color: white;
  margin: 20px;
  border-radius: 20px;
}
/* slider ---------------------------------- */

/* referances ---------------------------------- */
.referances-section {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #00be62;
  margin-top: 2em;
}
.referances-section .small-title {
}
.referances-section .small-title h3 {
}
.referances-section .owl-item {
  height: 100%;
}
.referances-section .item {
  height: 90px;
}
.referances-section .item .image {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.referances-section .item .image img {
  width: 140px;
  margin: 0 auto;
}

/* referances ---------------------------------- */

/* about ---------------------------------- */
.main-title {
}
.main-title h3 {
}

.about-section { 
  padding-top: 0;
  padding-bottom: 9em;
  position: relative;
}
.about-section .boxes {
  padding: 70px 40px;
  border-radius: 20px;
}
.about-section .boxes .image {
}
.about-section .boxes .image img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.about-section .boxes .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-section .boxes .text .content {
  padding-left: 30px;
}
.about-section .boxes .text h4 {
  color: #00be62;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
}
.about-section .boxes .text h3 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 39px;
  padding-bottom: 20px;
}
.about-section .boxes .text p {
}
.about-section .boxes .text a {
}

.about-section::after {
  content: " ";
  /* background-image: url('../img/png/Ellipse1.png'); */
  width: 70em;
  height: 70em;
  position: absolute;
  left: -700px;
  bottom: -40em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  opacity: 0.4;
  z-index: -1;
}
/* about ---------------------------------- */

/* services ---------------------------------- */

section .main-title {
  text-align: center;
  margin-bottom: 3rem;
}
section .main-title span {
  display: inline-block;
  background-color: #00be62;
  width: 50px;
  height: 3px;
}
section .main-title h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 35px;
}

.services-section {
  padding-top: 8em;
  padding-bottom: 9em;
  position: relative;
}
.services-section::after {
  content: " ";
  /* background-image: url('../img/png/Ellipse1.png'); */
  width: 70em;
  height: 70em;
  position: absolute;
  left: -700px;
  bottom: -40em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  opacity: 0.4;
  z-index: -1;
}
.services-section .boxes {
}
.services-section .boxes .item {
  padding-bottom: 1em;
}
.services-section .boxes .item .content {
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  transition: 0.3s;
  cursor: pointer;
  background-color: white;
}
.services-section .boxes .item:hover .content {
  transition: 0.3s;
  border: 1px solid #00be62b0;
  background-color: #00be6205;
}
.services-section .boxes .item .content .icon {
  width: 60px;
  height: 60px;
  background-color: #00be6230;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.services-section .boxes .item .content .icon img {
}
.services-section .boxes .item .content .text {
  padding-top: 20px;
}
.services-section .boxes .item .content .text h3 {
  font-weight: 700;
  font-size: 22px;
  transition: 0.3s;
}
.services-section .boxes .item:hover .content .text h3 {
  transition: 0.3s;
  color: #00be62;
}
.services-section .boxes .item .content .text p {
}
.services-section .boxes .item .content .text a {
}

.inner-link {
  text-align: center;
}
/* services ---------------------------------- */

/* prjects ---------------------------------- */
.prjects-section {
    background-color: #fbfbfb;
  padding-top: 4em;
  padding-bottom: 10em;
}
.prjects-section .boxes {
}
.prjects-section .boxes .item {
  margin-bottom: 23px;
}
.prjects-section .boxes .item:hover .content {
  transition: 0.3s;
  border: 1px solid #00be62;
}

.prjects-section .boxes .item .content {
  transition: all 0.3s;
  background-color: white;
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}
.prjects-section .boxes .item:hover .content {
}
.prjects-section .boxes .item:hover .text h3 {
  color: #00be62;
} 

.prjects-section .boxes .item .image {
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.prjects-section .boxes .item .image a {
  display: block;
  height: 100%;
  width: 100%;
}
.prjects-section .boxes .item .image img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.prjects-section .boxes .item .text {
  padding: 20px 10px; 
}
.prjects-section .boxes .item .text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  transition: all 0.3s; 
}
.prjects-section .boxes .item .text > a {
  color: #353535;
}
.prjects-section .boxes .item .text > a:hover {
  color: #00be62;
  transition: 0.3s;
}
.prjects-section .boxes .item .text .list {
  padding-top: 1em;
  padding-bottom: 1em;
}
.prjects-section .boxes .item .text .list ul {
  display: flex;
  flex-wrap: wrap; 
}
.prjects-section .boxes .item .text .list ul li {
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
}
.prjects-section .boxes .item .text .list ul li img {
  width: 26px;
  padding-right: 5px;
}
.prjects-section .boxes .item .text .list ul li span {
}

.prjects-section .boxes .item .text .order-now {
}
.prjects-section .boxes .item .text .order-now ul{
  display: flex;
  flex-wrap:wrap ;
  justify-content: space-between;
  margin-bottom: 0;
}
.prjects-section .boxes .item .text .order-now ul li{}
.prjects-section .boxes .item .text .order-now ul li:first-child{
  width: 36%;
}
.prjects-section .boxes .item .text .order-now ul li:last-child{
  width: 60%;
}
.prjects-section .boxes .item .text .order-now ul li a{}
.prjects-section .boxes .item .text .order-now a {
  width: 100%;
}
/* prjects ---------------------------------- */


/* Why Choose ---------------------------------- */
.howitswork-section {
  padding-top: 0;
  padding-bottom: 7em;
  background-size: contain;
  position: relative; 
}

.howitswork-section::after {
  content: " ";
  /* background-image: url('../img/png/Ellipse1.png'); */
  width: 70em;
  height: 70em;
  position: absolute;
  right: -700px;
  bottom: -40em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  opacity: 0.4;
  z-index: -1;
}
.howitswork-section .text-title {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 1em;
}
.howitswork-section .text-title h4 {
  font-size: 20px;
  color: #00be62;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
}
.howitswork-section .text-title h3 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 20px;
}
.howitswork-section .text-title p {
}
.howitswork-section .boxes {
  padding-top: 2em;
}
.howitswork-section .boxes .item {
  margin-bottom: 22px;
}
.howitswork-section .boxes .item .content {
  height: 100%;
  padding: 50px 20px;
  border: 2px solid #f4f4f4;
  border-radius: 20px;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
    background-color: #fff;
}
.howitswork-section .boxes .item .content .icon {
  width: 60px;
  height: 60px;
  background-color: #00be62;
  padding: 10px;
  border-radius: 11px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.howitswork-section .boxes .item .content .icon span{
font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.howitswork-section .boxes .item .content .icon h4 {
  color: #fff;
}
.howitswork-section .boxes .item .content .icon img {
  width: 86%;
}
.howitswork-section .boxes .item:hover .content {
  transition: 0.3s;
  border: 2px solid #00be62;
}
.howitswork-section .boxes .item .content h3 {
  font-weight: 700;
  font-size: 22px;
  color: #353535;
}
.howitswork-section .boxes .item .content p {
  color: #939393;
}
/* Why Choose ---------------------------------- */

/* blog ---------------------------------- */
.blog-section {
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}
.blog-section::after {
  content: " ";
  /* background-image: url('../img/png/Ellipse1.png'); */
  width: 70em;
  height: 70em;
  position: absolute;
  right: -700px;
  bottom: 20em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  opacity: 0.4;
  z-index: -1;
}
.blog-section .boxes {
  padding-top: 20px;
}
.blog-section .boxes .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.blog-section .boxes .owl-nav button {
  transition: 0.3s;
  width: 42px;
  height: 42px;
  font-size: 19px;
}
.blog-section .boxes .owl-nav button:hover {
  transition: 0.3s;
  color: #00be62;
}
.blog-section .boxes .owl-nav button i {
}
.blog-section .boxes .owl-nav .owl-prev {
}
.blog-section .boxes .owl-nav .owl-next {
}
.blog-section .boxes .item {
  margin-bottom: 20px;
}
.blog-section .boxes .item .content {
  background-color: white;
  padding: 7px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}
.blog-section .boxes .item .content .image {
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-section .boxes .item .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  transform: scale(1);
}
.blog-section .boxes .item:hover .content .image img {
  transition: 0.3s;
  transform: scale(1.1);
}
.blog-section .boxes .item .content .text {
  padding: 10px;
}
.blog-section .boxes .item .content .text h3 {
  font-weight: 700;
  font-size: 23px;
  color: #231f20;
  transition: 0.3s;
}
.blog-section .boxes .item:hover .content .text h3 {
  transition: 0.3s;
  color: #00be62;
}
.blog-section .boxes .item .content .text p {
}
.blog-section .boxes .item .content .text .btn {
  border: 0;
  font-size: 16px;
  padding: 0;
  font-weight: 600;
  color: #00be62;
  transition: 0.3s;
}
.blog-section .boxes .item .content .text .btn:hover {
  color: #353535;
  transition: 0.3s;
}
.blog-section .boxes .item .content .text span {
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  color: #00be62;
}
.blog-section .boxes .item .content .text span:hover {
  transition: 0.3s;
  opacity: 0.5;
}
/* blog ---------------------------------- */

/* contact ---------------------------------- */
.contact-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 5em;
}
.contact-section .main-title {
  text-align: center;
  padding-bottom: 30px;
}
.contact-section .main-title h3 {
}
.contact-section .boxes {
  position: relative;
  z-index: 9;
}
.contact-section .boxes .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.contact-section .boxes .contact-details-text{
}

.contact-section .boxes .text h3 {
  color: #353535;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 50px;
}
.contact-section .boxes .text .contact-details{
    display: flex;
  flex-wrap: wrap;
}
.contact-section .boxes .text .contact-details p{
  border: 1px solid #e7e7e7;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 15px;
    margin-bottom: 15px !important;
}
.contact-section .boxes .text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contact-section .boxes .text ul li {
  font-size: 18px;
  margin-right: 10px;
}
.contact-section .boxes .text ul.socialmedia li a {
  color: #00be62 !important;
  border: 1px solid #00be62;
}
.contact-section .boxes .text ul.socialmedia li a:hover {
  transition: 0.3s;
  color: #fff !important;
  background-color: #00be62;
}
.contact-section .boxes .text ul li i {
}

.contact-section .boxes .form {
  position: relative;
    margin: 0 auto;
}
.contact-section .boxes .form .content {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 20px;
}
.contact-section .boxes .form .content .content-formm{
  box-shadow: 0 0 63px 0 rgba(111, 111, 111, 0.15);
  padding: 30px;
  border-radius: 20px;
}
.contact-section .boxes .form .content .form-text{
    text-align: center;
      margin-bottom: 80px;
}
.contact-section .boxes .form .content .form-text h3{
    font-weight: 700;
}
.contact-section .boxes .form .content .form-text p{}

.contact-section .boxes .form .item {
  margin-bottom: 10px;
}
.contact-section .boxes .form .item .btn {
  padding: 7px 37px;
}
.contact-section .boxes .form .form-label {
  color: #a2a2a2;
}
.contact-section .boxes .form .form-label .form-control {
}
.contact-section .boxes .text .content {
  position: relative;
  z-index: 9;
}
.contact-section .boxes .text .content p i{
    margin-right: 10px;
}
.contact-section .boxes .text .content p a {
  font-size: 19px;
  font-weight: 500;
  color: #00be62;
  transition: 0.3s;
}
.contact-section .boxes .text .content p a:hover {
  transition: 0.3s;
  color: #4c6b87;
}
.contact-section .boxes .text .content a {
  unicode-bidi: embed;
}
.contact-section .boxes .text .content .contact li a {
  /* color: #fff !important; */
}
.contact-section .boxes .text ul li a {
  /* color: #353535 !important; */
}
/* contact ---------------------------------- */

/* footer ---------------------------------- */

footer {
  border-top: 1px solid #f3f3f3;
  padding-top: 7em;
  background-color: #00be62;
}

footer .item .image img {
  width: 57%;
}

footer .item p {
  padding-top: 20px;
  margin-bottom: 0;
  width: 92%;
  color: #fff;
}

footer .item h3 {
  padding-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
footer .item h3::after {
  content: " ";
  width: 70px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin-top: 15px;
}

footer .item ul {
  padding: 0;
}

footer .item ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding-bottom: 9px;
}

footer .item ul li a:hover {
  color: #cbcbcb;
}

footer .information li a i {
  color: #fff;
  margin-right: 12px;
}

footer .information li a span {
  font-size: 16px;
  font-family: "Almarai", sans-serif;
  direction: ltr;
}

footer .social {
  margin-left: 0;
  padding-bottom: 0;
}

footer .social ul {
  margin-top: 0;
  padding: 0;
}

footer .social ul li {
  display: inline-block;
}

footer .social ul li a {
  text-align: center;
  font-size: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  padding-bottom: 0;
  padding-right: 17px;
}

footer .social ul li a:hover {
  color: #a8a8a8;
}

footer .lower-section {
  margin-top: 5em;
  border-top: 1px solid #ffffff73;
  padding-top: 16px;
  padding-bottom: 20px;
}

footer .lower-section p {
  width: 100%;
  padding-top: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}

footer .lower-section ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

/* footer ---------------------------------- */

/* inner pages ======================================================== */
 
/* == about page == ------------------ */

/* == about page == ------------------ */

.banner_top {
  width: 100%;
  height: 381px;
  display: block;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #fbfbfb;
}
.banner_top .content {
  display: block;
  height: 100%;
  text-align: center;
}
.banner_top .content::after {
  content: " ";
  background-image: url(../assets/img/png/1009dark.png);
  position: absolute;
  left: 30px;
  height: 100%;
  width: 190%;
  top: 0;
  border-radius: 0;
  opacity: 0.7;
  background-size: 50%;
  z-index: -1;
  background-position: -30% 104%;
  background-repeat: no-repeat;
}
.banner_top .content h1,
.banner_top .content h3 {
  color: #373434;
  margin-top: 0;
  font-weight: 700;
  width: 100%;
  font-size: 35px;
  display: block;
  padding-top: 202px;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.banner_top .content span {
    width: 30px;
    height: 4px;
    background-color: #00be62;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    top: -3px;
}
.page-content {
  margin-bottom: 17em;
  padding-top: 4em;
}
.page-content .prjects-section{
  padding-bottom: 0;
  padding-top: 2em;
    background-color: #fff;
}
.page-content .about-section {
  background-color: initial;
}
.page-content .about-section .boxes .image {
  padding-top: 3em;
}
.page-content .about-section .boxes .image .item {
}
.page-content .about-section .boxes .image .item .image {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}
.page-content .about-section .boxes .image .item .image a {
}
.page-content .about-section .boxes .image .item .image img {
}

.page-content .about-section .boxes{
    padding: 0;
}
.page-content .blog-section{
    padding: 0;

}
/* == about page == ------------------ */

/* == blog detail page == ------------------ */

.page-content .blog-details .text{}
.page-content .blog-details .text h3{
    font-weight: 700;
    padding-bottom: 20px;
}
.page-content .blog-details .text p{}
.page-content .blog-details .image{}
.page-content .blog-details .image img{
    border-radius: 20px;
}

/* == blog detail page == ------------------ */


/* prjects details ---------------------------------- */
.prjects-details{}
.prjects-details .image{}
.prjects-details .image .main{
  transition: all 0.3s; 
  border: 1px solid #e9e9e9;
    border-radius: 10px;
}
.prjects-details .image .main{}
.prjects-details .image .main a{}
.prjects-details .image .main img{
  width: 100%;
    border-radius: 10px;
}

.prjects-details .image .img-list{
  padding-top: 11px;
}
.prjects-details .image .img-list ul{
  display: flex;
  flex-wrap: wrap;

}
.prjects-details .image .img-list ul li{
  width: 18%;
  margin-right: 11px;
}
.prjects-details .image .img-list ul li a{
  transition: all 0.3s;
  border: 1px solid #e9e9e9;
  display: block;
}
.prjects-details .image .img-list ul li img{}

.prjects-details .details{}
.prjects-details .details h3{}
.prjects-details .details p{}

.prjects-details .details .order-now {
}
.prjects-details .details .order-now ul{
  display: flex;
  flex-wrap:wrap ;
  justify-content: space-between;
  margin-bottom: 0;
}
.prjects-details .details .order-now ul li{}
.prjects-details .details .order-now ul li:first-child{
  width: 36%;
}
.prjects-details .details .order-now ul li:last-child{
  width: 60%;
}
.prjects-details .details .order-now ul li a{}
.prjects-details .details .order-now a {
  width: 100%;
}

/* prjects details ---------------------------------- */

/* gallery details ---------------------------------- */
.page_content .gallery-section{
  background-color: transparent;
}
.gallery-section{
  padding-top: 7em;
  padding-bottom: 7em; 
}
.gallery-section .item{
    margin-bottom: 23px;
}
.gallery-section .item .content{
    height: 290px;
}
.gallery-section .item .content a{
    height: 100%;
  width: 100%;
  display: block;
}
.gallery-section .item .content img{
    height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
/* gallery details ---------------------------------- */

.form-success{}
.form-success p{
    background-color: #00be62;
  padding: 10px 20px;
  color: #fff;
  border-radius: 18px;
}
.form-error{}
.form-error p{
      background-color: #ff5050;
  padding: 10px 20px;
  color: #fff;
  border-radius: 18px;
}




/* inner pages ======================================================== */




































/* toggle menu --------- */
.toggle-btn {
  margin-right: 20px;
}
.toggle-btn {
  display: none;
}
.menu_btn {
}
.menu_btn input#menu1 {
  display: none;
}

.menu_btn .icon {
  cursor: pointer;
  display: block;
  height: 24px;
  padding: 0;
  width: 24px;
}

.menu_btn .hamburger {
  position: relative;
  z-index: 200;
  /* border: 1px solid #000; */
  text-align: center;
  height: 30px;
  padding: 0;
  width: 34px;
  margin-top: 3px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  background-color: #000;
  width: 24px;
  height: 2px;
}
.hamburger-box {
  width: 25px;
  height: 24px;
  margin-top: 6px;
}

.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  top: 7px;
}
.menu_btn .hamburger.is-active .hamburger-inner::before {
  top: -10px;
}
.menu_btn .hamburger.is-active .hamburger-inner::after {
  top: 10px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #000;
}
.menu_btn .hamburger-box {
  margin-top: 3px;
  width: 24px;
}
/* toggle menu --------- */
