/* ==== Site Name: Biosic ==== */

/* ===== GENERAL STYLES  ====== */
body { font-size:14px; color:#202426; font-family: "Rajdhani", sans-serif; position: relative;  }
body.overflow-y { overflow-y: hidden; }
a,
.btn,
a:hover,
.btn:hover {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer;}
a:hover { text-decoration:none; }
img { max-width:100%; }
ul {padding-left:0; margin: 0; }
ul li{ list-style:none; }
a { text-decoration: none; }

.btn{
	padding: 10px 5PX;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    border: none;
    color: #fff;
}
.btn.btn-bggreen {
    background-color: #8cbc43;
}
.btn.btn-bggreen:hover {
    background-color: #202426;
    color: #fff;
}

/* ===== SCROLLTOP STYLES ====== */
#to-top { position: fixed; bottom: 6px; right: 15px; cursor: pointer; border-radius: 5px; background: #8cbc43; z-index: 99; transition: all 0.3s ease 0s; display: none; box-shadow: 0 0 10px rgba(255,255,255,0.5); width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    border: 3px solid #eee;
    color: #fff;
    border-radius: 50%; }
#to-top i { padding: 10px; color: #ffffff; font-size: 24px; }

.filter-list { text-align:center; width:100%; margin-bottom:40px; }
.filter-list li { display:inline-block; font-size:24px; font-weight:600; text-transform:capitalize; margin:0 15px; padding:0 50px; text-align:center; cursor:pointer; }
.filter-list li.active { background-color:#202426; color:#fff; border-bottom:5px solid #8cbc43; }

.filtr-item figure.single-box {
    height: 300px;
    border: 3px solid #8cbc43;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    overflow: auto;
}
.filtr-item figure.single-box .fixed-bottom { position:fixed; left:0; bottom:0; right:0; margin:0 auto 30px; border: 3px solid #8cbc43; width:91.5%; border-top:0; background-color:rgba(255,255,255,0.8); padding:10px; }
.filtr-item figure.single-box b { font-size:18px; letter-spacing:1px; width:100%; text-align:center; color:#202426; display:block; margin-bottom:10px; }
.filtr-item figure.single-box  ul { width:100%; text-align:center;  }
.filtr-item figure.single-box  ul li { display:inline-block; margin:0 10px; }
.filtr-item figure.single-box  ul li img { width:20px; }

/* Scrollbar width */
::-webkit-scrollbar {
    width: 8px;
}

/* Scrollbar Track (background) */
::-webkit-scrollbar-track {
    /*background: linear-gradient(to bottom, #8a5916, #eb9a28);*/
    background-color: #fff;
    border-radius: 5px;
}

/* Scrollbar Thumb (the moving part) */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #8cbc43, #eb9a28);
    /*background: linear-gradient(180deg, #4f46e5, #9333ea);*/
    border-radius: 5px;
    border: 2px solid #ffffff; /* adds spacing effect */
}

/* Scrollbar Thumb on Hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #eb9a28, #8cbc43);
}

/* ===== TYPEOGRAPHY ====== */

h1, h2, h3, h4, h5, h6 { margin:0 0 15px; font-weight: 600; color: #202426; text-transform: uppercase; }
p { font-weight:400; color:#666666; margin-bottom:15px; font-size: 16px; line-height: 24px; }

.section { padding: 60px 0; }

.main-heading { font-size: 40px; line-height: 50px; letter-spacing: -1.1px; text-transform: uppercase; font-weight: 700;}
.sub-heading { position: relative; display: inline-block; font-size: 15px; line-height: 17px; letter-spacing: .5px; margin-bottom: 15px;
    text-transform: uppercase; font-weight: 600; font-style: normal; color:#8cbc43; }
.sub-heading:after { position: absolute; content: ""; width: 50px; height: 1px; top: 8px; align-items: center; margin-left: 10px; background-color:#8cbc43; }

/* ===== HEADER ====== */
header { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
header .modal-backdrop { --bs-backdrop-zindex: 1019; }
header .header-top { background-color:#202426; padding:5px 0; }
header ul li a { color:#8cbc43; }
header ul li a:hover span { color:#8cbc43; }
ul.address li { float:left; margin:0 10px; }
ul.address li a { font-weight:600; }
ul.address li a i { margin-right:10px; }
ul.address li a span { color:#fff; }
ul.address li:last-child svg { color:#8cbc43; }
ul.address li:last-child { color:#fff; }
ul.social-icons li { float:left; margin:0 10px; }
ul.social-icons li a { color:#fff; font-size:18px; }
ul.social-icons li a:hover { color:#8cbc43; }
header .user-tel { display:flex; align-items:center; }
header .user-tel h3 { font-size:24px; margin-bottom:0; }
header .user-tel img { margin-right:15px; }
header .user-tel h3 span { display:block; font-size:14px; color:#7b7b7b; font-weight:500; line-height:16px; }
header .user-tel h3 a { color:#202426; font-size:18px; font-weight:700; }
header .user-access { display: flex;
    align-items: center;
    justify-content: space-between; }
.header-navbar { padding:5px 0; background-color:#fff; }
.header-navbar .navbar-nav li { margin:0 5px; }
.header-navbar .navbar-nav li a { font-size:15px; font-weight:700; text-transform:uppercase; }
.header-navbar .navbar-nav li a.active,
.header-navbar .navbar-nav li a:hover { color:#8cbc43; }
.header-navbar .navbar-nav li ul.dropdown-menu { padding:0; }
.header-navbar .navbar-nav li ul.dropdown-menu li { border-bottom:1px solid rgba(0,0,0,.10); margin: 0; }
.header-navbar .navbar-nav li ul.dropdown-menu li:last-child { border-bottom:1px solid transparent; }
.header-navbar .navbar-nav li ul.dropdown-menu li a { padding:10px 15px; }
.header-navbar .navbar-nav li ul.dropdown-menu li a:hover { background-color:#8cbc43; color:#fff; }

.enquiry-form .modal .modal-header { padding-bottom:0; border:0; }
.enquiry-form .modal .modal-body { padding-top:0; }
.enquiry-form .modal .modal-header .btn-close { background-color:#8cbc43; }

/* ===== BANNER ====== */
.banner { position:relative; z-index:0; }
.banner .banner-content { position:absolute; top: 50%; transform:translateY(-50%); }
.banner .owl-carousel .item { width:100%; height: calc(100vh - 110px); background-position:center center; background-size:cover; position:relative; z-index:0; }
.banner .owl-carousel .item:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background: #000;
background: linear-gradient(90deg,rgba(0, 0, 0, 0.95) 0%, rgba(87, 199, 133, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%); z-index:-1; }
.banner h4 { color:#8cbc43; font-size:18px; letter-spacing:4px; font-weight:700; }
.banner h1 .rev-stroke { color: rgba(255, 255, 255, 0); -webkit-text-stroke: 1px rgb(255, 255, 255); }
.banner h1 { color: rgb(255, 255, 255); text-decoration: none; white-space: nowrap; min-height: 0px; min-width: 0px; max-height: none; max-width: none; text-align: left;
    line-height: 90px; letter-spacing: -2px; font-weight: 700; font-size: 90px; transform-origin: 50% 50%; opacity: 1; transform: translate(0px, 0px);
    visibility: visible; }
.banner .btn.btn-bggreen { background-color:#fff; color:#202426; padding:10px 15px; letter-spacing:1px; font-weight:700; }
.banner .btn.btn-bggreen:hover { background-color:#8cbc43; color:#fff; }
.banner .owl-carousel .owl-dots { position: absolute;
    bottom: 0;
    width: 80px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
.banner .owl-carousel .owl-dots .owl-dot { border-radius: 50%; box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); -webkit-transition: box-shadow 0.3s 
ease; transition: box-shadow 0.3s ease; background: transparent; width: 15px; height: 15px; margin:10px 5px; position:relative; display:block; }
.banner .owl-carousel .owl-dots .owl-dot span { transition: background-color 0.3s ease, transform 0.3s ease;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 5px;
    height: 5px;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    position: absolute; }
.banner .owl-carousel .owl-dots .owl-dot:hover,
.banner .owl-carousel .owl-dots .owl-dot.active {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
}
.banner .owl-carousel .owl-dots .owl-dot:hover span,
.banner .owl-carousel .owl-dots .owl-dot.active span {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1);
    width: 5px;
    height: 5px;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    position: absolute;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* ===== ABOUT SECTION ====== */
.about-section figure { position:relative; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.5); overflow:hidden; margin-bottom:0; }
.about-section figure img { width:100%; height:100%; }
.about-section figure:after { content:""; position:absolute; left:0; right:0; border:10px solid #8cbc43; width:95%; height:95%; margin:0 auto; top:50%; transform:translateY(-50%); }
.about-section .about-list { margin-bottom:20px; overflow:auto; }
.about-section .about-list li { font-weight:600; line-height:30px; font-size:18px; }
.about-section .about-list li span { font-weight: 400; }
.about-section .about-list li svg { color:#8cbc43; }

/* ===== OUR WORK ====== */
/*.our-work .project { border:1px solid #ccc; padding:20px; border-radius:10px; }*/
.our-work .project { padding:15px; }
.project figure { max-width:100px; }
.project figure img { width:100%; }
.project b { color:#fff; font-size: 16px; letter-spacing: 1px; width:38px; height:38px; border-radius:50px; line-height: 38px; display: inline-block; text-align:center; background-color:#8cbc43; }

/* ===== SERVICES ====== */
.services { background-image:url("../images/bg-02.jpg"); background-position:center center; background-size:cover; position:relative; z-index:0; }
.services h2 { color:#fff; }
.services h4 { font-size:15px; }
.services p { color:#fff; }
.services:before { content:""; position:absolute; left:0; top:0; background-color:rgba(32, 36, 38, 0.8); width:35%; height:100%; z-index:-1; }
.services:after { content:""; position:absolute; right:0; top:0; background-color:rgba(140, 188, 67, 1); width: 65%; height: 100%; background-image:url("../images/service-pattern.png"); background-position:right right; background-size:cover; background-repeat:no-repeat; }
.services .single { padding-top:60px; }
.services .single-service { display: flex; align-items: end; flex-direction: column-reverse; min-height: 350px; border-radius: 10px; padding: 40px 30px; background-position:center center; background-size:cover !important; position:relative; background:linear-gradient(0deg, rgba(32,36,38,0.72) 0%, rgba(32,36,38,0.72) 14%, rgba(32,36,38,0) 100%); z-index:0; }
.services .single-service:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:linear-gradient(0deg, rgba(32,36,38,0.82) 0%, rgba(32,36,38,0.82) 14%, rgba(32,36,38,0) 100%); z-index:-1; }
.services .single-service figure { position: absolute; left: 50px; top: -50px; width:100px; height:100px; background-color:#fff; border-radius:50%; text-align:center; padding:10px; z-index:2; }
.services .single-service h4 { color:#8cbc43; font-size:15px; text-transform:uppercase; margin-bottom:5px; }
.services .single-service h2 { color:#fff; }

.service.owl-carousel .owl-nav { position:absolute; left:-52%; bottom:-20px; }
.service.owl-carousel .owl-nav button.owl-prev,
.service.owl-carousel .owl-nav button.owl-next {
  width:55px;
  height:55px;
  border-radius:50%;
  border:2px solid #fff !important;
  text-align:center;
  line-height:55px !important;
  position:relative;
  margin:0 10px;
  font-size: 0 !important; /* hide existing arrow */
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}

.service.owl-carousel .owl-nav button.owl-prev::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}

.service.owl-carousel .owl-nav button.owl-next::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}
.service.owl-carousel .owl-nav button.owl-prev:hover,
.service.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}
.service.owl-carousel .owl-nav button.owl-prev:hover:before,
.service.owl-carousel .owl-nav button.owl-next:hover:before {
    color: #8cbc43;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}


/* ===== BUSINESS ====== */
.business-block { position:relative; z-index:0; }
.business-block:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background-image:url("../images/dot-map.png"); background-position:center center; background-size:cover; z-index:-1; }
.business-block .business-content { max-width:700px; margin:0 auto; margin-bottom:40px; }
.business-block h3 { position:relative; margin-top:40px; }
.business-block h3 .success { font-size: 180px; line-height: 180px; letter-spacing: -0.5px; }
.business-block h3 .success-plus { font-size: 100px; line-height: 30px; font-weight: 700; margin-left: 5px; position: absolute;
    top: 15px; color:#8cbc43; letter-spacing: -0.5px; }
.business-block p.bold-text {font-size: 18px;
    line-height: 28px;
    font-weight: 500;}
.count-div { display:flex; align-items:center; }
.count-div .count-content h5 { margin-bottom:0; }
.count-div .count-content h5 span { display:inline-block; font-size: 42px; line-height: 46px; font-weight:700; }
.count-div .count-content h5 sup { font-size: 32px; line-height: 36px; font-weight:700; display:inline-block; }
.count-div .count-content p { font-size:16px; letter-spacing:0.5px; }

/* ===== TECHNOLOGY ====== */
.technology-block { background-image:url("../images/bg-03.jpg"); background-repeat: no-repeat; background-position:center center; background-size:cover; position:relative; z-index:0; }
.technology-block:before { content:""; position:absolute; left:0; top:0; background-color:rgba(32,36,38,.90); width:100%; height:100%; z-index:-1; }
.technology-block .technology-content { max-width:700px; margin:0 auto; }
.technology-block .technology-content h2 { color:#fff; }
.technology-block .technology-content p { color:#fff; font-size:16px; font-weight:600; }
.technology-block .technology { text-align:center; margin-bottom:60px; }
.technology-block .technology figure { text-align:center; font-size: 50px; line-height: 115px; position: relative; width: 115px; height: 115px;
 text-align: center; border-radius: 6px; border: 1px solid rgb(255 255 255 / 0.10); color:#8cbc43; transition: 0.4s ease-out 0s; margin:0 auto 20px; }
.technology-block .technology figure img { max-width:80px; width:100%; margin:0 auto; line-height:115px; }
.technology-block .technology figure img.img-show { display:inline-block; transition: transform .4s 
ease, -webkit-transform .4s ease; }
.technology-block .technology figure img.img-hover { display:none; transition: transform .4s 
ease, -webkit-transform .4s ease; }
.technology-block .technology:hover figure { background-color:#8cbc43; }
.technology-block .technology:hover figure img.img-show { display:none; transition: transform .4s 
ease, -webkit-transform .4s ease; }
.technology-block .technology:hover figure img.img-hover { display:inline-block; transition: transform .4s 
ease, -webkit-transform .4s ease; }
.technology-block .technology h5 { color:#fff; }
.technology-block .technology svg { color:#8cbc43; font-size:10px; }

.client-block { background-image:url("../images/client-bg.jpg"); background-position:center center; background-size:cover; background-repeat: no-repeat; position:relative; z-index:0; }
.client-block:before { content:""; position:absolute; left:0; top:0; background-color:rgba(255,255,255,.70); width:100%; height:100%; z-index:-1; }
.client-block .client-say .img figure { width:130px; height:130px; position:relative; z-index:0; border-radius:10px; }
.client-block .client-say .img figure image { width:100%; height:100%; border-radius:10px; }
.client-block .client-say .img figure:after { content:""; position:absolute; width:130px; height:130px; background-color:#8cbc43; top:10px; right:-10px; z-index:-1; border-radius:5px; }
/*.client-block .client-say .img figure:before { position: absolute; font-size: 16px; font-weight: 900; top: 0; left: 0; font-family: "Font Awesome 5 Free"; content: '\f10d'; transform: rotate(360deg); width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); background-color:#fff; z-index:2; font-size:30px; }*/
.client-block .client-say { display:flex; }
.client-block .client-say .content { padding:10px 15px 15px 30px; background-color:#fff; box-shadow:1px 1px 4px rgba(0, 0, 0, 0.5); margin-bottom:10px; }
.client-block .client-say .content p { padding-bottom:20px; border-bottom:1px solid #dddddd; }
.client-block .client-say .content h3 { font-size:20px; margin-bottom:0; }
.client-block .client-say .content h3 span { color:#8cbc43; display:block; font-size:14px; line-height:24px; }
.client-block .client-say .content h5 { float:right; color:#8cbc43; font-size:14px; }
.client-block .client-say .content .rating { display:flex; justify-content:space-between; align-items:center; }

/* ===== LOGO SECTION ====== */
.logo-block.section { padding:60px 0 120px; }
.div-hover { overflow: hidden; position: relative; text-align: center; z-index: 1; height: -webkit-max-content; display: inline-block;
    transition: transform .4s ease;}
.div-hover .hover-out-logo { transition: transform .4s ease, -webkit-transform .4s ease; }
.div-hover .hover-in-logo { position: absolute; z-index: 1; top: 0; left: 0; transform: translateY(-100%); transition: transform .4s 
ease, -webkit-transform .4s ease;}
.div-hover:hover .hover-in-logo { visibility: visible; transform: translateY(0%); transition: transform .4s ease, -webkit-transform .4s 
ease;}
.div-hover:hover .hover-out-logo { transform: translateY(100%); transition: transform .4s ease, -webkit-transform .4s ease; }

.client-block .owl-carousel .owl-nav {     position: absolute;
    right: 0;
    top: -130px;
    left: inherit;
    bottom: inherit; }
.client-block .owl-carousel .owl-nav button.owl-prev,
.client-block .owl-carousel .owl-nav button.owl-next {
  width:55px;
  height:55px;
  border-radius:50%;
  border:2px solid #202426;
  text-align:center;
  line-height:55px !important;
  position:relative;
  margin:0 10px;
  font-size: 0 !important; /* hide existing arrow */
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}
.client-block .owl-carousel .owl-nav button.owl-prev:hover,
.client-block .owl-carousel .owl-nav button.owl-next:hover { border:2px solid #8cbc43; }

.client-block .owl-carousel .owl-nav button.owl-prev::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #202426;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}

.client-block .owl-carousel .owl-nav button.owl-next::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #202426;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}
.client-block .owl-carousel .owl-nav button.owl-prev:hover,
.client-block .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #8cbc43;
    color: #8cbc43;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}
.client-block .owl-carousel .owl-nav button.owl-prev:hover:before,
.client-block .owl-carousel .owl-nav button.owl-next:hover:before {
    color: #fff;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;
}


footer { background-image:url("../images/footer-bg.jpg"); background-position:center center; background-size:cover; position:relative; z-index:0; padding:60px 0 0; }
footer .footer-top { background-color:#8cbc43; border-radius:10px; margin-top: -110px; }
footer ul.address { padding:0 20px; }
footer ul.address li { padding:40px 20px 40px 0; font-size:16px; font-weight:600; letter-spacing:0.5px; color:#fff; border-right:1px solid #c6c9cb; }
footer ul.address li:last-child { border-right:1px solid transparent; }
footer ul.address li a { color:#fff; }
footer ul.address li:last-child svg { margin-right:20px; color:#fff; }
footer ul.social-icons { margin-right:15px; }
footer ul.social-icons li { margin:0 5px; }
footer ul.social-icons li a { width:45px; height:45px; border-radius:50px; background-color:#fff; color:#202426; line-height:45px; display:inline-block; text-align:center; }
footer ul.social-icons li a:hover { background-color:#202426; color:#fff; }
footer:before {  }
footer:after {  }
footer p { color:#fff; font-size:18px; font-weight:600; }
footer h4 { color:#fff; position:relative; padding-bottom:20px; margin-bottom:30px; }
footer h4:after{ content:""; position:absolute; left:0; bottom:0; width:50px; height:5px; background-color:#8cbc43; }
footer .footer-middle { padding:40px 0; }
footer .footer-middle .support-call { background-color:#fff; border-radius:5px; padding:20px 15px; flex-direction:row-reverse; }
footer .footer-middle .support-call figure { float:right; color:#8cbc43; font-size:50px; font-weight:900; margin-bottom:0; }
footer .footer-middle .support-call h5 { margin-bottom:0; text-align:left; margin-right:15px; }
footer .footer-middle .support-call h5 span { display:block; font-weight:700; }
footer .footer-middle .support-call h5 a { color:#202426; font-weight:500; line-height:44px; }
footer .footer-middle ul li { margin-bottom:10px; float:left; width:50%; }
footer .footer-middle ul li a { color:#fff; font-size:18px; font-weight:600; }
footer .footer-middle ul li a:hover { color:#8cbc43; }
footer .footer-copyrights { padding: 20px 0 0; border-top: 1px solid rgb(255 255 255 / .14); }
footer .footer-copyrights p { color:#fff; font-size:18px; letter-spacing:1px; font-weight:600; }
footer .footer-copyrights ul { float:right; }
footer .footer-copyrights ul li { float:left; margin:0 10px; }
footer .footer-copyrights ul li a { color:#fff; text-transform:uppercase; font-weight:600; }
footer .footer-copyrights ul li a:hover { color:#8cbc43; }
footer .footer-middle .email-btn .btn.btn-outline-secondary { background-color:#8cbc43; width:60px; border-radius:10px; font-size:24px; padding:0 !important; }
footer .footer-middle .email-btn .form-control { padding:20px; }

/* ===== Inner Banner ====== */
.inner-banner { background-position:center center; background-size:cover; position:relative; z-index:0; padding:100px 0; }
.inner-banner:before { content:""; position:absolute; left:0; top:0; background-color:rgba(32,36,38,.6); width:100%; height:100%; z-index:-1; }
.inner-banner h1 span { display:inline-block; color:#8cbc43; padding:20px 60px; border-radius:50px; background-color:rgba(255,255,255,0.8); text-transform:uppercase; font-weight:700; letter-spacing:1px; }
ol.breadcrumb li.breadcrumb-item { color:#fff; font-size:18px; font-weight:600; }
ol.breadcrumb li.breadcrumb-item.active { color:#8cbc43; }
ol.breadcrumb li.breadcrumb-item a { color:#fff; }
.breadcrumb-item+.breadcrumb-item::before { color:#8cbc43; }
.inner-banner p { color:#fff; text-align:center; max-width:700px; margin:0 auto; }

/* ===== Inner Pages ====== */

/* ===== About Us Page ====== */
.relationship-block { padding:0 0 100px; }
.relationship-block .main-heading { max-width:600px; margin:0 auto 40px; }

/* ===== Career Page ====== */
.career-block.section { padding:60px 0 100px; }
.contact-form { margin-top:10px; }
.contact-form .form-control,
.contact-form .form-select { border:1px solid #8cbc43; }
.contact-form .form-control:focus {box-shadow: 0 0 0 .25rem rgba(140,188,67,.25); }
.contact-form .btn.btn-bggreen { padding:10px 20px; }
.career-block h3 { text-transform:capitalize; }
.contact-list { display:flex; align-items:center; margin-bottom:20px; }
.contact-list figure { max-width:60px; width:100%; margin-right:10px; margin-bottom:0; }
.contact-list b { display:inline-block; font-size:20px;  }
.contact-list b a { color:#202426; }
.contact-list b a:hover { color:#8cbc43; }
.contact-list b span { display:block; color:#6a6a8e; font-size:16px; }

/* ===== design Page ====== */
.count-block .count-div figure { max-width:80px; width:100%; margin-right:10px; margin-bottom:0; }
.count-block .count-div b { font-size:42px; font-weight:700; color:#202426; display:inline-block; line-height:30px; }
.count-block .count-div b span { display:block; color:#6a6a8e; font-size:16px; }

/* ===== Client Page ====== */
.logo-block.client-section { padding:60px 0 100px; }

.requirements-block { background-position:center center; background-size:cover; background-repeat: no-repeat; position:relative; z-index:0; }
.requirements-block h3 a { color:#8cbc43; }
/*linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%)*/

/* ===== servie Page ====== */
.video-section { display:table; width:100%; margin-bottom:30px; }
.video-section aside { display:table-cell; vertical-align:middle; }
.video-section aside.image { background-position:center center; background-repeat: no-repeat; background-size:cover; width:40%; border: 4px solid #8cbc43; }
.video-section aside.content { width:60%; padding:20px 15px; background-color:#8cbc43; }
.video-section aside.content h3 { color:#fff; }
.video-section aside.content p { color:#fff; margin-bottom:0; }

.process-block .sub-heading.number { font-size:60px; }

.required { position:relative; }
.required::before { content:"\f005"; position:absolute; right:10px; top:10px; font-size:12px; color:#8cbc43; font-family: "Font Awesome 5 Free";
  font-weight: 900; }

/* ===== product Page ====== */
.product-section.section { padding:60px 0 120px; }
.product-section .prodduct-details figure { max-width: 300px; width: 100%; margin-bottom: 30px; height: 130px; line-height: 130px; }

/* ===== Meadia queries ====== */

@media screen and (min-width:992px){
    .mobile-toggle{display:none}
    li.dropdown ul.dropdown-menu { min-width: 200px; border:0; border-radius: 0; border-top: 5px solid #8cbc43; display:block;left:0;margin:0 auto;right:0;top:100px;opacity:0;padding:0;background:0 0;text-align:center; transition:all .4s ease 0s;visibility:hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease; }
    li.dropdown.open ul.dropdown-menu,
    li.dropdown:hover ul.dropdown-menu { display:block;opacity:1; top:35px; transition:all .4s ease 0s;visibility:visible;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;background-color:#fff; }
}

@media screen and (min-width:1200px){

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) { 
    .header-navbar .navbar-nav li { margin:0; }
    .header-navbar .navbar-nav li a { font-size:14px; }
    header .user-tel img { margin-right:10px; }
    header .user-tel h3 a { font-size:16px; }
    header .user-tel h3 span { font-size:10px; }
    .about-section .about-list li { font-size:14px; }
    p { font-size:14px; }
    .services .single-service figure { width:80px; height:80px; }
    .service.owl-carousel .owl-nav button.owl-prev,
    .service.owl-carousel .owl-nav button.owl-next{
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .service.owl-carousel .owl-nav button.owl-prev::before,
    .service.owl-carousel .owl-nav button.owl-next::before{
        font-size: 18px;
    }
    footer ul.address li { padding: 40px 5px 40px 0; font-size:14px; margin:0 5px; }
    footer ul.social-icons li a { width: 40px; height: 40px; line-height:40px; }
    footer .footer-middle .support-call h5 { font-size:16px; }
    footer .footer-middle .support-call figure { font-size:40px; }
}

@media (max-width: 991.98px) {

    .navbar.navbar-expand-lg {
        position: absolute;
        width: auto;
        height: auto;
        top: 58px;
        z-index: 999;
        background-color: transparent !important;
}

.navbar.navbar-expand-lg .navbar-nav {
    padding: 10px;
    right: 0;
    position: absolute;
    background-color: #fff;
    width: 200px;
}

    .section {
        padding: 40px 0;
    }
    .about-section.section { padding:40px 0 0; }
    ul.social-icons li { margin:0 5px; }
    header .user-tel { margin-right:15px; }
    .header-navbar .user-access { justify-content:end; }
    .banner h1 { font-size:60px; line-height:60px; }
    .banner h4 { font-size:16px; }
    .main-heading { font-size: 32px; line-height: 42px; }
    .about-section .about-list li {
        font-size: 11px;
    }
    .project figure {
        max-width: 72px;
    }
    .project h4 { font-size:18px; }
    .services:before,
    .services:after{
        width: 50%;
    }
    .business-block h3 .success {
        font-size: 120px;
        line-height: 180px;
        letter-spacing: -0.5px;
    }
    .business-block h3 .success-plus {
        font-size: 70px;
        line-height: 50px;
        font-weight: 700;
        margin-left: 0px;
    }
    .business-block p.bold-text {
        font-size: 14px;
        line-height: 20px;
    }
    .technology-block.section { padding:40px 0 0; }
    .technology-block .technology { 
        margin-bottom: 40px;
    }
    .logo-block.section { padding:60px 0; }
    .logo-block .div-hover { margin-bottom:40px; }
    footer ul.address { margin-bottom:20px; overflow:auto; text-align:center; }
    footer ul.address li {
        padding: 30px 0px 0px 0px;
        font-size: 14px;
        border-right: 0;
        float: none;
        display: inline-block;
    }
    footer ul.address li:last-child svg {
        margin-right: 0;
    }
    footer ul.social-icons { float:none !important; text-align:center; margin-bottom:20px; }
    footer ul.social-icons li { float:none; display:inline-block; }
    footer .footer-middle .support-call { margin-bottom:40px; }
    .footer-middle .input-group.email-btn { margin-bottom:40px; }
    footer .footer-copyrights p { font-size:16px; }

    .count-div { margin-bottom:30px; }

    .client-block .owl-carousel .owl-nav button.owl-prev,
    .client-block .owl-carousel .owl-nav button.owl-next { width:45px; height:45px; line-height:45px; } 
    .client-block .owl-carousel .owl-nav button.owl-prev::before,
    .client-block .owl-carousel .owl-nav button.owl-next::before { font-size:18px; }
}

@media (max-width: 767.98px) { 
    header ul.address li span { display:none; }
    header ul.address li { margin:0 6px; }
    header .user-tel { display:none; }
    .about-left-block { margin-bottom:40px; }
    .our-work .project { margin-bottom:30px; border:1px solid #ccc; padding:10px; border-radius:10px; }
    .service.owl-carousel .owl-nav { left:-80%; }
    .business-block .business-content { margin-bottom:0; }
    .business-block h3 { margin-top:20px; margin-bottom:0; }
    footer ul.address { margin-top:20px; }
    footer ul.address li {
        padding: 10px 0px 0px 0px;
    }

    .navbar.navbar-expand-lg { top:44px; }

    .relationship-block { padding:0 0 60px; }
    .relationship-block p { margin-bottom:40px; }
    .contact-form { margin-bottom:40px; }

    .client-block .owl-carousel .owl-nav {
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.client-block .client-say .content { margin-bottom:40px; }
.product-section.section { padding:40px 0 60px; }
.product-section .prodduct-details { margin-bottom:40px; border:1px solid #ccc; padding:10px; border-radius:10px; }
}

@media (max-width: 575.98px) { 
    .banner h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .services:before { width:100%; }
    .services:after { width:0; }
    footer .footer-copyrights p { text-align:center; }
    footer .footer-copyrights ul { text-align:center; float:none; margin-bottom:15px; }
    footer .footer-copyrights ul li { float:none; display:inline-block; }
    .navbar.navbar-expand-lg {
        top: 40px;
    }
}

@media (max-width: 479.98px) {
    footer .footer-middle ul li { width:100%; float:none; }
    .banner h4 {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .banner h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .banner .owl-carousel .owl-dots { width:25px; }
    .about-section .about-list li { float:none; width:100%; }
    header .btn.btn-bggreen { margin-right:15px; }
        .main-heading {
        font-size: 26px;
        line-height: 30px;
    }
    .xs-full { width:100% !important; }
    .business-block h3 .success {
        font-size: 80px;
        line-height: 100px;
        letter-spacing: -0.5px;
    }
    .business-block h3 .success-plus {
        font-size: 50px;
        line-height: 5px;
    }
    .navbar.navbar-expand-lg {
        top: 35px;
        right: 0;
    }
    .inner-banner h1 {
    font-size: 24px;
    }

    .video-section aside.image { width:100%; height:200px; }
    .video-section aside { display: block; }
    .video-section aside.content { width:100%; }

    .client-block .client-say { display:block; }
    .client-block .client-say .img figure { margin:0 auto 20px; }
    .client-block .owl-carousel .owl-nav { bottom:-20px; }
}




