@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap');
:root
{
--mainColor :#01adc1;
--whiteColor:#fff
}
body{
  margin:0px;
  padding: 0px;
  font-family: poppins;

}
*{
  box-sizing: border-box;
       font-family: 'Almarai', sans-serif;
}
img
{
  object-fit: cover;
  object-position: center
}

ul,li{
  list-style: none;
  padding: 0
}
.container
{
  max-width: 80%
}
.btn-primary
{
  background-image:linear-gradient(to left, var(--mainColor) ,#8fc14e )!important;
  height: 45px !important
}
a{
  text-decoration: none;
}
a:hover
{
  text-decoration: none;
}
.header
{
  background-size:cover
}
.topbar
{
  /*! background-color: var(--mainColor) */
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.topbar nav
{
  padding: 0 15px !important
}
.topbar .ml-auto a
{
  padding:15px 15px;
  color: white;
  font-size: 17px;
}

.header .navbar-brand img
{
  width: 150px !important;
}
.header a
{
  font-size: 16px;
  color: #fff;
}
.header a:hover
{
  color: var(--mainColor)
}
.header .sd a
{
  padding: 10px 25px !important;
  border: 1px solid var(--mainColor);
  /*! margin-left: 15px; */
  /*! border-radius: 5px; */
  font-size: 15px !important;
}
.header .sd .active
{
  /*! background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e ); */
  color: white;
  border: none;
  border: 1px solid;
  border-radius: 10px;
}
.header .sd .noactive
{
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.header .sd .active:hover
{
  color: white
}
.header ul
{
  flex-direction: row-reverse !important;
}
.header .content
{
  margin: 150px 0;
  margin-top: 80px;
  text-align: center
}
.header .content h1
{
  color: white;
  font-weight: bold;
  position:relative;
  z-index: 111
}
.header .content p
{
  margin: 30px 0;
  color: rgba(255,255,255,.8);
  line-height: 1.8em;
}
.header .content a, .aboutus a
{
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e ) !important;
  padding: 13px 30px;
  font-size:17px;
  border-radius: 5px;

  color: wheat;
}
.header .content a:hover
{
  color: white
}
.bottombar .container
{
  /*! background-color: #f7f7f7; */
  margin: 10px auto;
}
.topbar .mr-auto p
{
  font-size: 14px !important;
  margin: 0;
  color: white
}
.topbar .mr-auto .fas
{
  color: var(--mainColor);
  margin-right: 5px
}
.bottombar .container
{
  padding-right: 0
}
.bottombar .container nav
{
  padding: 0
}
.aboutus
{
  padding: 40px 0;
  /* background-image: url('/cons/downloads/images/about-bg.jpg'); */
  background-size: cover
}
.aboutus .content-a h1
{
  text-transform: capitalize;
  font-size: 25px;
  line-height: 1.6em;
  color: rgb(69, 69, 69) !important;
  font-weight: bold;
  text-align: right;
}
.aboutus .content-a  h3
{
  font-size: 20px;
  text-transform: capitalize;
  color: rgba(0,0,0,.6)
}
.aboutus .content-a ul
{
  margin: 20px 0;
  margin-top: 40px
}
.aboutus .content-a ul li
{
  display: block;
  text-align: left;
  margin: 15px 0
}
.aboutus .content-a .box
{
  display: flex;
  text-align: right;
  flex-direction: row-reverse;
}
.aboutus .content-a svg
{
  width: 80px;
  height: 80px
}
.aboutus .content-a path
{
  fill: var(--mainColor)
}
.aboutus .content-a .box p
{
  font-size: 15px !important;
  color: rgba(0,0,0,.6)
}
.aboutus .box span
{
  text-transform: capitalize;
  font-weight: bold
}
.aboutus .content-a .icon
{
  margin-right: 10px
}
.aboutus .text a
{
  color: white;
}
.aboutus .content-a
{
  text-align: right
}
.header-content
{
  text-align: center;
  margin: 30px 0;
  margin-bottom: 60px
}
.header-content h1
{
  color: var(--mainColor);
  font-weight: bold;
  color: rgba(0,0,0,.6) !important;
  margin: 60px 0;
}


.portfo-list
{
  margin: 30px 0
}
.port-fo
{
  position: relative;
  overflow: hidden
}
.portfo-list img
{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center
}
.port-fo span
{
  position: absolute;
  background-color: var(--mainColor);
  color:white;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 7px 12px;
}
.portfo-list .port-ov
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.0);
  color: white;
  transition: .5s
}
.port-info
{
  position: absolute;
  bottom: -100%;
  left: 5%;
  padding: 15px;
  background-color: var(--mainColor);
  color: white;
  width: 90%;
  overflow: hidden;
  text-align: center;
  transition: .5s
}
.port-info h1
{
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
}
.port-info p
{
  text-transform: capitalize;
  font-size: 17px
}
.port-info a
{
  font-size: 12px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  border: 2px solid #fff;
}
.port-info a:hover
{
  background-color: #000;
  color: var(--mainColor);
  transition: .5s
}
.port-fo:hover .port-info
{
  bottom: 5%;
  height: auto;
  opacity: 1;
  transition: .5s
}
.port-fo:hover .port-ov
{
  transition: .5s;
  background-color: rgba(0,0,0,.6)
}
.portfolio-details .portfo-list .col-md-3, .portfo-list .col-md-4, .portfo-list .col-md-6
{
  padding: 5px !important;
}
.btsd
{
  text-align: center;
  padding: 30px 0
}
.btsd a
{
  padding: 8px 25px;
  position: relative;
  color: var(--mainColor);
  border-radius: 5px;
  transition: .5s;
  font-size:14px;
  border: 1px solid;
}
.btsd a:hover
{
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
  color: white;
  transition: .5s;
  /*! border: 1px solid  var(--mainColor) */

}
.card-styles .blog-card
{
  overflow: hidden;
  text-align: right !important;
  position: relative;
  margin: 5px;
}
.card-styles .blog-card img
{
  transition: .5s;
  height: 400px;
  object-fit: cover;
  object-position: center;
  width: 100% !important;
}
.card-styles .blog-card .card-overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #00000042, #4e72ff36);
  top: 0;
  left: 0;
  padding:10px;
}
.card-styles .blog-card .card-overlay .date
{
  float: right;
  color: white;
  padding: 5px;
  text-transform: capitalize;
  font-weight: bold;
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );

}
.card-styles .blog-card .card-overlay h1
{
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 30px;
  margin-top: 250px;
  padding: auto 30px;
}
.card-styles .blog-card .card-overlay p
{
  color: white;
  font-size: 15px;
  padding: auto 30px;

}
.card-styles .blog-card .card-overlay .category
{
  color: var(--mainColor);
  padding: 10px;
  line-height: 3em;
}
.card-styles .blog-card:hover img
{
  transition: .5s;
  transform: scale3d(1.05,1.05,1.05)
}
/* style one End */

.blog-card-style-2 .blog-card-2
{
  position: relative;
  margin: 5px 0;
  overflow: hidden;
  text-align: right;
}

.blog-card-style-2 .blog-card-2 img
{
  height: 400px;
  object-fit: cover;
  object-position: center
}
.blog-card-style-2 .blog-card-2 .card-hf
{
  position: absolute;
  bottom: -40%;
  background-color: rgba(22, 22, 22, 0.82);
  padding: 10px;
    padding-bottom: 30px;

  transition: .5s
}
.blog-card-style-2 .blog-card-2 .card-hf .date
{
  background-color: var(--mainColor);
  color: black;
  line-height: 3em;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}

.blog-card-style-2 .blog-card-2 .card-hf h1
{
  color: white;
  font-size: 30px;
  margin-bottom: 45px;
  font-weight: bold;
  transition: .5s;
  text-transform: capitalize
}
.blog-card-style-2 .blog-card-2 .card-hf p
{
  color: white;
  font-size: 14px;
}
.blog-card-style-2 .blog-card-2:hover .card-hf
{
  bottom: 0;
  transition: .5s
}
.blog-card-style-2 .blog-card-2:hover h1
{
  margin-bottom: 5px;
  transition: .5s
}
.blog-card-style-2 .blog-card-2 a
{
  color: var(--mainColor);
  font-weight: bold;
  text-transform: capitalize;
  line-height: 2em
}
.blog-card-style-2 .blog-card-2 a i
{
  width: 0;
  transition: .5s;
  overflow: hidden;
}
.blog-card-style-2 .blog-card-2 a:hover i
{
  width: auto;
  transition: .5s
}

/* style two begin */
.blog-card-style-3 .blog-card-3
{
  margin: 5px;
  position: relative;
  overflow: hidden
}
.blog-card-style-3 .blog-card-3 img
{
  height: 500px;
  object-fit: cover;
}
.blog-card-style-3 .blog-card-3 .card-bd
{
  padding: 10px;
  background-color: #f1f1f1
}
.blog-card-style-3 .blog-card-3 .card-bd .date
{
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize
}
.blog-card-style-3 .blog-card-3 .card-bd h1
{
  text-transform: capitalize;
  font-weight: bold;
  margin: 10px 0;
  font-size: 30px;
}
.blog-card-style-3 .blog-card-3 .card-bd p
{
  color: black;
  font-size: 16px
}
.blog-card-style-3 .blog-card-3 .card-bd a
{
  line-height: 3em;
  background-color: var(--mainColor);
  color: black;
  text-transform: capitalize;
  font-weight: bold;
  padding: 8px 12px;
}
.blog-card-style-3 .blog-card-3 .card-bd a i
{
  transition: .5s
}

.blog-card-style-3 .blog-card-3 .card-bd a:hover i
{
  margin-right: 5px;
  transition: .5s
}
.contactus
{
  background-image: url('/monf/downloads/images/world.jpg');
  background-size: cover;
  padding: 80px 0

}
.contactus input, .contactus textarea
{
  text-align: right;
  margin: 10px 0;
  border-radius: 0px;
  height: 40px;
  font-size: 14px
}
.contactus textarea
{
  height: 100px;
}
.contactus .btn
{
  border: none;
  border-radius: 5px;
  width: 150px;
  text-align: center
}
.contactus input:focus, .contactus textarea:focus
{
  box-shadow: none !important;
}
.blog-list .post
{
  position: relative;
  overflow: hidden;
  background-color: #5b4d4d00;
  margin: 5px 0
}
.blog-list .post img
{
  height: 250px;
  width: 100% !important;
  object-fit: cover;
  margin-bottom: 10px;
  object-position: center;
  margin: 0;
}
.blog-list .post .post-tx
{
  width: 100%;
  padding: 10px;
  line-break: auto;
  text-align: right;
}
.blog-list .post .post-tx span
{
  font-weight: bold;
  color: var(--mainColor);
  text-transform: capitalize;
  padding: 6px 0px;
  line-height: 2em;
  font-size: 17px;
}
.blog-list .post .post-tx h1
{
  text-transform: capitalize;
  font-size: 23px;
  margin: 5px 0;
  font-weight: bold;
  color: #0d0d0d;
}
.blog-list .post .post-tx p
{
  font-size: 15px;
  line-height: 1.6em;
  color: rgba(23, 23, 23, 0.9);
  margin: 20px 0;
}
.blog-list .post .post-tx a
{
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
  /*! line-height: 4em; */
  padding: 8px 12px;
  font-size: 15px
}
.blog-list .post .post-tx a i
{
  margin: 0;
  transition: .5s;
}

.blog-list .post .post-tx a:hover i
{
  margin-left: 10px;
  width: auto;
  transition: .5s
}
.sidebar-ctn .col-md-12
{
  padding:  5px
}
.sidebar-ctn .card-ctn
{
  position: relative;
  overflow: hidden;
  padding: 0px 0;
    border-bottom: 4px solid var(--mainColor);

}
.sidebar-ctn .card-header-ctn
{
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
  padding: 5px 12px;
  position: relative
}
.sidebar-ctn .card-header-ctn::before
{
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
  content: ''
}

.sidebar-ctn .card-header-ctn h1
{
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  color: #fff;
  margin: 5px 0;
  text-align: right;
}
.card-body-ctn form input
{
  border-radius: 0px;
  height: 45px;
  font-size: 17px;
  border: none;
  background-color: #f1f1f1;
  padding-right: 55px;
  margin:10px 0
}
.card-body-ctn form input:focus
{
  background-color: #f1f1f1;
  box-shadow: none;
  border: none;
}

.card-ctn form i
{
  position: absolute;
  right: 0;
  background-color: var(--mainColor);
  color: black;
  padding: 14px;
}
.card-body-ctn .categories-list li, .posts-list li
{
  display: block;
}
.card-body-ctn .categories-list li a
{
  display: block;
  padding: 8px 10px;
  text-transform: capitalize;
  color: #575252;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}
.card-body-ctn .categories-list li a:hover
{
  color: var(--mainColor)
}
.card-body-ctn .posts-list a
{
  display: block;
  padding: 10px 15px;
  color: rgba(45, 42, 42, 0.8);
  text-transform: capitalize;
  font-size: 14px;
  text-align: right;
}
.card-body-ctn .posts-list a:hover
{
  background-color: #f0f0f0;
  color: black
}
.card-body-ctn .tags-list
{
  margin: 10px 0
}
.card-body-ctn .tags-list li
{
  display: inline;
}
.card-body-ctn .tags-list li a
{
  line-height: 2.6em;
  padding: 5px;
  background-color: #f0f0f0;
  color: rgba(0,0,0,.8);
  font-size: 14px;
  font-weight: bold;
}
.card-body-ctn .tags-list li a:hover
{
  color: black;
  background-color: var(--mainColor)
}
.hd-ct h1
{

  color: var(--mainColor);
  text-decoration: underline
}
.post
{
  position: relative;
  margin: 10px 0
}
.post .post-header h1
{
  text-transform: capitalize;
  font-weight: bold;
  margin: 10px 0;
  font-size: 50px;
  text-align: right;
  color: black;
}
.post .post-header ul
{
  margin: 90px 0
}
.post .post-header ul li
{
  display: inline;
}
.post .post-header ul li .date
{
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
  padding: 25px 20px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  color: white;
}
.post .post-header ul li .category, .post .post-header ul li .admin
{
  text-transform: capitalize;
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 27px 20px;
  font-size: 14px
}
.post-body
{
  overflow: hidden;
  padding-right: 20px;
  text-align: right;
}
.post-body img
{
  height: 600px;
  margin-right: 50px !important;
}
.post-body h2
{
  margin: 30px 0;
  text-transform:capitalize;
  font-weight: bold;
  color: #c6c6c6;
}
.post-body p
{
  line-height: 1.8em;
  font-size: 17px;
}
.post-body .spc-spce-para
{
  background-color: #f0f0f0;
  position: relative;
  padding: 20px 15px;
  margin: 30px 0
}
.post-body .spc-spce-para::before
{
  height: 100%;
  width: 5px;
  background-color: var(--mainColor);
  left: 0;
  top: 0;
  position: absolute;
  content: ''
}
.post-body .spc-spce-para p
{
  font-size: 18px;
  font-weight: bold
}
.post-body .img img
{
  height: 200px;
  object-fit: cover;
  margin: 15px;
  margin-left: 0
}

.post-body p
{
  color: rgba(13, 13, 13, 0.8);
}
.sd64f
{
  background-color: var(--mainColor);
  color: white;
  padding:10px  20px !important;
  line-height: 4em !important;
  font-size: 13px;
}
.sd64f:hover
{
  color: white
}
.product-card {
    width: 100%;
    position: relative;
    /*! box-shadow: 0 2px 7px #dfdfdf; */
    margin: 50px auto;
    background: #3e3a3a;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #f23f3f;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 246px;
    padding: 32px;
    background: #3e3a3a;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 30px;
    text-align: right;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: var(--mainColor);
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #dddbdb;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: center;
    width: 100%;
    /*! text-align: left; */
}

.product-price {
    font-size: 18px;
    color: var(--mainColor);
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: center;
    width: 100%
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: var(--mainColor);
    transition: 0.3s;
    font-size: 14px;
    border: 1px solid;
    padding: 5px 13px;
}

.product-links a:hover {
    color: #fbb72c;
}
.sdlk
{
  background-color: var(--mainColor);
  color: white;
  padding: 16px 30px;
  line-height: 6em;
  border-radius: 5px
}
.sdlk:hover
{
  color: white;
}
.cons form input
{
  text-align: center;
  border-radius: 0;
  border: navajowhite;
  /*! border-right: 4px solid var(--mainColor); */
  margin-bottom: 20px;
  background: #f1f1f1;
  height: 45px;
}
.cons form
{
  text-align: right
}
.cons form input:focus
{
  box-shadow: none !important;
}
.cons form label
{
  color: rgba(0,0,0,.6)
}
.footer
{
  background-color: #111;
  padding: 30px 0;
  padding-bottom: 0;
  text-align:right
}
.footer p
{
  color: white;
  font-size: 14px;
  line-height:1.8em;
}
.footer h1
{
  font-size: 25px;
  color: var(--mainColor)
}
.footer a
{
  color: white;
  font-size: 14px;
  display: block;
  padding: 10px 0
}
.footer .rights
{
  text-align: left;
  font-size: 13px;
  display:flex;
}
.footer .rights a
{
    font-size:18px;
    padding:10px 12px;
  border-radius: 50%
}
.contactus h5
{
  display: block;
  text-align: center;
  padding: 50px 0;
  background-color: var(--mainColor);
  color: white;
  text-transform: capitalize
}
.contactus h5 svg
{
  width: 40px;
  height: 40px;
}
.contactus h5 svg path
{
  fill: white
}
@media only screen and (max-width: 600px) {
  .container
  {
    max-width: 100% !important;
  }
  .header
  {
    background-size: cover !important;
  }
  .header .content
  {
    margin: 20px 0
  }
  .services .col-md-4:nth-child(3) .box
  {
    transform: scale(1)
  }
  .header .content h1
  {
    font-size: 30px
  }
  .navbar-nav ul
  {
    display: block !important;
  }
  .navbar-nav li
  {
    display:block !important;
  }
  .navbar-nav .nav-link
  {
    display: block !important;
  }
}
.rights-s
{
  text-align: right;

}
.footer .rights, .footer .rights-s
{
    margin: 50px 0;
  margin-bottom: 10px;
}
.wg
{
  text-align: right
}
.footer .logo
{
  text-align: revert
}
.footer .rights a
{
  background-color: #7d7b7a;
  margin: 0px 10px;
}
.wg p
{
  font-size: 25px;
  color: var(--mainColor);
  margin: 0
}
.footer .logo i
{
  margin-right: 10px
}
.footer .logo img
{
  margin-left: 80px
}
.description h3
{
  color: var(--mainColor);
  text-align: right;
  padding: 20px 0
}
.description .content
{
  padding: 0px 30px;
  text-align: right
}
.description .content p
{
  color: white;

}
.description .content path
{
  stroke: var(--mainColor)
}
.header .content ul li
{
  display: inline-flex;
  margin: 20px 5px
}
.header .content ul li a
{
  border-radius: 50%;
  padding: 9px 12px;
  background-color: rgba(58, 134, 116, 0.21);
}
table
{
 margin: 20px 0
}
table tr
{
  color: var(--mainColor)
}
.services
{
  margin: 0
}
.services .col-md-6
{
  padding: 0
}
.services .box
{
  position: relative;
  text-align: right;
  padding:20px 50px;
  text-align: center
}
.services .box h3
{
  padding: 20px 10px ;
}
.services .col-md-6:nth-child(1) .box
{
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
  color: white;
}
.services .col-md-6:nth-child(1) .box a
{
  background-color: white;
  padding: 10px 20px;
  border-radius: 50px;
  line-height: 2em;
  font-size: 16px;
  color: var(--mainColor)
}
.services .col-md-6:nth-child(2) .box a
{
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
  padding: 10px 20px;
  border-radius: 50px;
  line-height: 2em;
  font-size: 16px;
  color:white
}
.services  .box p
{
  margin-bottom: 25px
}
.services .col-md-6:nth-child(2) .box
{
  background-color: white;
  color: black;
}
.services .col-md-6:nth-child(2) .box p
{
  background-color: #fff;
  color: rgba(0,0,0,.6);
}
.new
{
margin: 10px 0;
position: relative;
text-align: right;
}
.new span
{
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
padding: 10px;
font-weight: bold;
text-transform: capitalize;
z-index: 999;
font-size: 15px;
position: absolute;
left: 0;
top: 0;
margin-top: -25px;
color: white;
}
.new img
{
height: 250px;
object-fit: cover;
object-position: center
}
.new h1
{
text-transform: capitalize;
font-weight: bold;
margin: 15px 0;
margin-bottom: 5px;
font-size: 20px;
text-align: right;
text-align: right;
}
.new p
{
font-size: 14px;
color: rgba(0,0,0,.8)
}
.new a
{
font-size: 12px;
padding: 12px 15px;
}
.btn-x00b {
    line-height: 4em;
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
    color: white;
    padding: 15px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    /*! letter-spacing: 2px; */
}
.new:hover span
{
margin: 0;
  transition: .5s
}
.banner
{
  padding: 80px 0;
  color: white;
  position: relative;
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );

}

.banner a
{
  background-color: white;
  color: var(--mainColor);
  padding: 10px 30px;
  border-radius: 50px;
}
.banner p
{
  font-size: 30px;
}
.blog-card-style-2 .blog-card-2
{
  position: relative;
  margin: 5px 0;
  overflow: hidden;
}

.blog-card-style-2 .blog-card-2 img
{
  height: 400px;
  object-fit: cover;
  object-position: center
}
.blog-card-style-2 .blog-card-2 .card-hf
{
  position: absolute;
  bottom: -40%;
  background-color: rgba(22, 22, 22, 0.82);
  padding: 10px;
    padding-bottom: 30px;

  transition: .5s
}
.blog-card-style-2 .blog-card-2 .card-hf .date
{
  background-color: var(--mainColor);
  color: black;
  line-height: 3em;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}

.blog-card-style-2 .blog-card-2 .card-hf h1
{
  color: white;
  font-size: 30px;
  margin-bottom: 45px;
  font-weight: bold;
  transition: .5s;
  text-transform: capitalize
}
.blog-card-style-2 .blog-card-2 .card-hf p
{
  color: white;
  font-size: 14px;
}
.blog-card-style-2 .blog-card-2:hover .card-hf
{
  bottom: 0;
  transition: .5s
}
.blog-card-style-2 .blog-card-2:hover h1
{
  margin-bottom: 5px;
  transition: .5s
}
.blog-card-style-2 .blog-card-2 a
{
  color: var(--mainColor);
  font-weight: bold;
  text-transform: capitalize;
  line-height: 2em
}
.blog-card-style-2 .blog-card-2 a i
{
  width: 0;
  transition: .5s;
  overflow: hidden;
}
.blog-card-style-2 .blog-card-2 a:hover i
{
  width: auto;
  transition: .5s
}
.card-styles .blog-card:hover .card-overlay
{
  background-image: linear-gradient(to bottom, #00000042, #4e72ffb5);
  transition: .5s
}
.blog-card-style-1 .col-md-4
{
  padding: 0
}
.hd-ct
{
  background-image: url('/cons/downloads/images/bg.png');
  padding: 80px 0;
  text-align: center;
  margin-bottom: 80px;
  background-size: cover;
  position: relative
}
.hd-ct::before
{
background-image: linear-gradient(to left, #01adc1 ,#8fc14e );  position:absolute;
  content:'';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.hd-ct h1
{
  color: white;
  text-decoration: none;
}
.add-default-page
{
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,.6);
      z-index: 888;
      display: none;
}
.add-default-page form
{
      background-color: #fff;
      margin: 50px 0;
      border-radius: 5px;
      padding: 20px 20px;
      border: 1px solid rgba(0,0,0,.1);
      box-shadow: 0px 10px 10px rgba(0,0,0,.1);
}
.add-default-page .col-6
{
  margin: 10px 0
}
.add-default-page .fa-times
{
      float: right;
      cursor:pointer;
      color: var(--mainColor);
      font-size: 30px
}
.add-default-page h3
{
      text-align: center;
      text-transform: capitalize;
      font-weight: bold;
      padding: 40px 15px;
      padding-bottom: 20px;
      color: rgb(133, 131, 131);
}
.add-default-page label
{
      text-transform: capitalize;
      color: rgba(0,0,0,.8);
      font-size: 15px;
}
.add-default-page input, .add-default-page select, .add-default-page textarea
{
      font-size: 16px;
      background-color: #e3e3e3;
      border: none;
      border-radius: 0;
      max-height: 100px
}
.add-default-page .btn
{
  background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
      text-transform: uppercase;
      margin-top: 10px
}
.add-user-page form
{
  text-align: right
}
.add-user-page form label
{
  color: rgba(0,0,0,.6)
}
.add-user-page form input
{
  text-align: right !important;
}
.ttoa
{
    background-image: linear-gradient(to left, var(--mainColor) ,#8fc14e );
  padding: 60px 0
}
.ttoa .box
{
  text-align: center;
  margin: 10px 0
}

.ttoa .box h3
{
  color: white;
  margin: 10px 00
}
.ttoa .box p
{
  font-weight: bold;
  color: white;
  font-size: 50px
}
.team .pers
{
  margin: 30px 0
}
.team img
{
  height: 400px;
  object-fit: cover;
}
.team .row .col-md-6 .col-md-6
{
  /*! padding-right: 0 */
}
.team .per-info
{
  padding: 10px;
  background-color: #fff
}
.team .per-info h1
{
  text-transform: capitalize;
  font-size: 25px;
  color: rgb(255, 255, 255);
  font-weight: bold
}
.team .per-info h4
{
  font-size: 18px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}
.team .per-info p
{
  font-size: 16px;
  margin: 40px 0;
  line-height: 1.6em;
}
.team .per-info li
{
  display: inline;
  margin-right: 5px;
}
.team .per-info li a
{
  color: rgba(0,0,0,.6);
  padding: 5px
}
.team .per-info li a:hover
{
  color: black
}
.team .info-hde
{
  background-color: var(--mainColor);
  padding: 10px;
  transform: scale(1.2);
  margin-left: -80px;
  margin-top: -30px;
  width: 100%;
  transition: .5s;
  text-align:center
}
.team .pers:hover .info-hde
{
    transform: scale(1);

  margin: 0;
}
.exp-bout-mds2
{
  background-color: #f1f1f1;
  padding: 80px 0;
  margin: 0;
}
.exp-bout-mds2 .bbbx
{
  padding: 10px;
  margin: 5px;
  text-align:center
}
.exp-bout-mds2 .bbbx img
{
  width: 60px;
  margin-bottom: 10px
}

.exp-bout-mds2 .bbbx span
{
  margin: 5px 0;
  font-size: 40px;
  font-weight: bold;
  color: var(--mainColor)
}
.exp-bout-mds2 .bbbx h1
{
  font-size: 30px;
  margin: 5px 0;
  text-transform: capitalize;
  font-weight: bold
}

.news-section{
	position:relative;
	padding: 120px 0px 30px;
}

.news-section .upper-row{
	position: relative;
	margin-bottom: 10px;
}

.news-block{
	position: relative;
	margin-bottom: 90px;
}

.news-block .inner-box{
	position: relative;
	display: block;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .image-box,
.news-block .image{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
}

.news-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	height: 200px;
}

.news-block .inner-box:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .lower-box{
	position: relative;
	display: block;
	padding: 35px 35px 70px;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.news-block .lower-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: right;
}

.news-block .inner-box:hover .lower-box:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.news-block .lower-box .category{
	position: relative;
	color: #4a3d8f;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 7px;
}

.news-block .lower-box h3{
	position: relative;
	color: #222222;
	font-weight: 700;
	margin: 0 0 10px;
	text-align: right;
	font-size: 20px;
}

.news-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align: right;
}

.news-block h3 a:hover,
.news-block .lower-box .meta-info li a:hover{
	color: #f74883;
}

.news-block .text{
	position: relative;
	display: block;
	color: #222222;
	margin-bottom: 30px;
}

.news-block .lower-box .meta-info{
	position: relative;
	color: #999999;
}

.news-block .lower-box .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.news-block .lower-box .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.news-block .lower-box .meta-info li:last-child:after{
	display: none;
}

.news-block .lower-box .meta-info li a{
	position: relative;
	color: #999999;
}

.news-block .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
	text-align: center;
}

.news-block .more-link a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: var(--mainColor);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .more-link a{
	color: #ffffff;
	background: linear-gradient(to left, var(--mainColor) ,#8fc14e );
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.10), 0px 0px 35px 0px rgba(0,0,0,0.10);
}

.news-section .lower-row{
	position: relative;
	margin-bottom: 30px;
}

.news-section .lower-row .row{
	margin: 0px -40px;
}

.news-block-two{
	position: relative;
	margin-bottom: 50px;
	border-right: 1px solid #e2eef2;
}

.news-section .lower-row .news-block-two{
	padding: 0px 40px;
}

.news-section .lower-row .news-block-two:last-child{
	border: none;
}

.news-block-two .inner-box{
	position: relative;
	display: block;
	padding: 10px 0px;
}

.news-block-two .inner-box .category{
	position: relative;
	color: #4a3d8f;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 7px;
}

.news-block-two .inner-box h3{
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	margin: 0 0 20px;
}

.news-block-two .inner-box h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box h3 a:hover,
.news-block-two .inner-box .meta-info li a:hover{
	color: #f74883;
}

.news-block-two .inner-box .text{
	position: relative;
	display: block;
	color: #222222;
	margin-bottom: 30px;
}

.news-block-two .inner-box .meta-info{
	position: relative;
	color: #999999;
}

.news-block-two .inner-box .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.news-block-two .inner-box .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.news-block-two .inner-box .meta-info li:last-child:after{
	display: none;
}

.news-block-two .inner-box .meta-info li a{
	position: relative;
	color: #999999;
}

.news-section .load-more{
	position: relative;
	display: block;
	padding: 10px 0px 80px;
	text-align: center;
}

.news-section.blog-fullwidth{
	padding-bottom: 120px;
}

.news-section.blog-fullwidth .auto-container{
	max-width: 810px;
}

.news-block-three{
	position: relative;
	margin-bottom: 90px;
}

.news-block-three .inner-box{
	position: relative;
	display: block;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .image-box,
.news-block-three .image{
	position: relative;
	display: block;
}

.news-block-three .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.news-block-three .lower-box{
	position: relative;
	display: block;
	padding: 40px 50px 70px;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.news-block-three .lower-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover .lower-box:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.news-block-three .lower-box .category{
	position: relative;
	color: #4a3d8f;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 7px;
}

.news-block-three .lower-box .category a{
	color: #4a3d8f;
}

.news-block-three .lower-box .category a:hover{
	color: #f74883;
}

.news-block-three .lower-box h3{
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 15px;
}

.news-block-three h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three h3 a:hover,
.news-block-three .lower-box .meta-info li a:hover{
	color: #f74883;
}

.news-block-three .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-block-three .lower-box .meta-info{
	position: relative;
	color: #999999;
}

.news-block-three .lower-box .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.news-block-three .lower-box .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.news-block-three .lower-box .meta-info li:last-child:after{
	display: none;
}

.news-block-three .lower-box .meta-info li a{
	position: relative;
	color: #999999;
}

.news-block-three .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
	text-align: right;
	padding-right: 50px;
}

.news-block-three .more-link a{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #f74883;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover .more-link a{
	color: #ffffff;
	background: #f74883;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.10), 0px 0px 35px 0px rgba(0,0,0,0.10);
}

.news-image-carousel{
	text-align: center;
}

.news-image-carousel .owl-dots{
	position: absolute;
	bottom: 40px;
	display: inline-block;
	padding: 10px 10px;
	height: 30px;
	margin: 0 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	background: rgba(0,0,0,0.30);
	border-radius: 15px;
}

.news-image-carousel .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	padding: 0;
}

.news-image-carousel .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-image-carousel .owl-dots .owl-dot.active span{
	background: #f74883;
}

.news-image-carousel .owl-nav{
	display: none;
}

.news-block-three .image-box .video-play-btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0);
	color: #ffffff;
	font-size: 60px;
	line-height: 60px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .image-box .video-play-btn .fa{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.news-block-three .image-box .video-play-btn:hover{
	background: rgba(0,0,0,0.50);
}

.news-block-four{
	position: relative;
	margin-bottom: 50px;
}

.news-block-four .inner-box{
	position: relative;
	display: block;
}

.news-block-four blockquote{
	position: relative;
	display: block;
	padding: 60px 80px 60px 60px;
	background: #4a3d8f;
	color: #ffffff;
	margin: 0px 0px;
}

.news-block-four blockquote .txt{
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.news-block-four blockquote .info{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	color: #ffffff;
}

.news-block-four blockquote .icon{
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #f74883;
	font-size: 60px;
	line-height: 1em;
	font-weight: 400;
	opacity: 1;
}

.news-block-four blockquote .icon span{
	position: relative;
	display: block;
	font-weight: 400;
	text-shadow: 0px 0px 1px #84b040;
}
@media only screen and (max-width: 600px) {
  .header ul
  {
    display: block
  }
  .header ul a
  {
    display: block;
    text-align: center;
    margin: 15px 0
  }
  .services .box
  {
    padding: 20px 0
  }
  .post .post-header ul li
  {
    display: block !important;
    margin: 60px 0
  }
  .team .info-hde
  {
    transform: scale(1) !important;
    margin: 0 !important;
  }
  .per-img
  {
    position: relative
  }
  .per-img img
  {
    width: 100% !important;
  }
}
