/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;
500&display=swap");
 */
 @font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #f20202;
  --secondary-color: #333333;
  --add-color: #fdd7d7;
}
body {
  font-family: "Helvetica" !important;
}
p{ color:#938b8b !important; font-size:18px !important;}

footer p{ color:#fff !important;}

img {
  max-width: 100%;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  padding-left: 20px;
  margin-top: 10px;
}
ol li {
  list-style-type: decimal;
}
a {
  text-decoration: none !important;
  color: var(--dark-color);
  display: inline-block;
}
a:hover {
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--dark-color);
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

.tab_box ul{ padding-left:20px;}
.tab_box li{ list-style-type:square;color:#938b8b !important;font-size:18px !important;}

section {
  padding: 100px 0;
  overflow: hidden;
}
.iframe_box {
  position: relative;
  width: 100%;
  height: 100%;
}
iframe {
  width: 100%;
}
.theme_btn, .theme_btn:hover, .theme_btn:active, .theme_btn:focus-visible {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  padding: 6px 20px;
}
/* Go to Top Design */
.go-top-area {
  position: relative;
  z-index: 9999;
}
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  border-radius: 30px 30px 0 0;
  color: #fff;
  background-color: var(--secondary-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}
.go-top i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.go-top::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #4869f3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}
.go-top:focus, .go-top:hover {
  color: #fff;
}
.go-top:focus::before, .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child, .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child, .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  top: 92%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  right: 20px;
}
.go-top-wrap {
  position: relative;
}

/* Preloader Start */
#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    margin: 0 auto 0;
    position: relative;
    animation: all 1500ms ease-out infinite;
}
.loader img{ max-height:80px;}

 

/* Preloader End */

/*video section start*/
.video_section{ position: fixed; width: 100%; height: 100%;z-index: 99999; top:0; transition: all 0.5s ease-in-out; background-color: #000; }
.intro_video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.skip_intro_btn{
    position: absolute; right: 30px;
    bottom: 100px;
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.hide_video{ height: 0; z-index: -1; }
/*video section end*/

/* For Page Title */
.page_title {
  margin-bottom: 30px;
  text-align: center;
}
.page_title h2 {
  color: var(--primary-color);
 /* text-align: center;
  */
  text-transform: capitalize;
  font-size: 40px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
.page_title span {
  color: #000;
}
.page_title h2:before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 0px 15px 6px 0px;
  display: inline-block;
}
.page_title h2:after {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #000;
  border-radius: 50%;
  margin: 0px 15px 5px;
  display: inline-block;
}
.slider-nav1 .pro-slider h3 {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}
/* main banner slider section design start */

.banner-product .slider-nav1 .slick-prev:hover, .banner-product .slider-nav1 .slick-next:hover{
  background-color: var(--primary-color);
  border-radius: 10px;
  }
  .banner-product .explore-btn:hover{
    background-color: #fff;
    color: var(--primary-color);
    font-weight: 700;
  }



.slider-nav .slick-slide.slick-current.slick-active h3 {
  font-size: 33px;
  color: #fff;
}
.quoteImg {
  display: flex;
  justify-content: end;
  position: relative;
  top: -8px;
}
.pro-points li {
  color: #fff;
  font-size: 17px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.pro_content .inner-vector {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 15px;
  top: 15px;
  right: 20px;
}
.product_slider .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: 0;
  position: absolute;
  font-size: 30px;
  top: 0;
  margin-left: 4px;
  color: #333;
  left: 0;
}
.product_slider .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: 0;
  position: absolute;
  font-size: 28px;
  top: 0;
  margin-left: 4px;
  color: #333;
  right: 0;
}
.banner-product {
  padding-top: 0px;
}
.social-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-icon{
  display: flex;
  flex-direction: column;
}
.header-icon a{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: #fff;
}
.slider-nav1{
  position: static;
}
.slider-nav1 .slick-prev, .slider-nav1 .slick-next{
  bottom: 25px;
  top: auto;
  right: 100px;
  left: auto;
  transform: none;
  width: 40px;
  height: 40px;
}
.slider-nav1 .slick-prev{
  margin-right: 50px;
}
.slider-nav1 .slick-prev:before, .slider-nav1 .slick-next:before{
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-nav1 .slick-next:before{
  content: "\f054";
}
/* .cycle-panel .carousel-item {
  width: 100% !important;
}
*/
.bg-product {
  min-height: 80vh;
    object-fit: cover;
    background-size:100% !important;
    border-radius: 10px 0 0 10px;
}
.main {
  position: relative;
  color: #ffffff;
}
.upper-slider {
  position: absolute;
  top: 0;
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.slick-center {
 /* transform: scale(1.08);
  */
}
.banner-product .explore-btn{
  background-color: var(--primary-color);
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.72px;
}
.banner-product .slick-slide h3{
  color: rgba(255, 255, 255, 0.65);
  font-family: Helvetica;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.9px;
}
.banner-product .pro-slider p{
  color: #FFF;
  font-family: Helvetica;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.57px;
}
/* main banner slider section design end */
/* banner bottom section start */
.banner_bottom_slider{ display: flex; align-items: center; height: 100%;}
.banner_bottom img{
  padding: 14px; 
  max-height: 85px;
  margin: 0% auto;
}
.our_client_box { 
  background-color: var(--primary-color);
  padding: 13px;
  color: white;
  height: 100%;
}
.client_text {
  color: #fff;
  padding: 16px;
  font-size: 23px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
/* banner bottom section end */


/* Header Section Start */
/* new hover product heaer */
.my_navbar .nav-link:focus, .nav-link:hover{
  color: var(--primary-color);
}
.my_navbar .mega-content .accordion-button{
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.63px;
}
.my_navbar .mega-content .accordion-body li a{
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.63px;
}
.my_navbar .mega-content .nav-item .nav-link{
  border: 0;
  margin-bottom: 2px;
}
/* new product hover header end */


a.nav-link.header_btn{
  font-size: 14px;
  background-color: #333333;
  padding: 5px 5px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #333333;
  transition: 0.6s ease;
  font-weight: 500;
  letter-spacing: 1px;
}
.my_navbar {
  position: relative;
  height: 80px;
  padding: 4px 0;
}
.my_navbar .box{
  position: absolute;
  z-index: -1;
  background-color: var(--primary-color);
  color: #fff;
  right: 0;
  top: 0;
  width: 19%;
  height: 100%;
}
.my_navbar nav {
  position: relative;
}
.my_navbar .navbar-nav > li.active > a {
  position: relative;
}
/* .my_navbar .navbar-nav > li.active > a:after {
  position: absolute;
}
*/
.dropdown-menu li.active {
  color: #fff;
}
.dropdown-menu li.active a {
  color: #fff !important;
}
.header_btn a {
  font-size: 14px;
  background-color: #333333;
  padding: 5px 5px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #333333;
  transition: 0.6s ease;
  font-weight: 500;
  letter-spacing: 1px;
}
header {
  position: relative;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
header .navbar {
  padding: 15px;
  justify-content: space-between;
}
header .navbar-brand {
  padding: 0;
}
.navbar-brand img{
  width: 230px;
}
header .nav-item {
  margin: 0 10px;
}
header .nav-link {
  color: #333;
  font-weight: 700;
 /* letter-spacing: 0.04em;
  */
  position: relative;
  font-size: 16px;
}
header .nav-link.active {
  color: var(--primary-color) !important;
}
.navbar-toggler {
  margin-right: 20px;
}
.navbar-toggler, .navbar-toggler:focus {
  background-color: #fff;
}
.my_navbar.sticky {
  top: 0;
  position: fixed;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.my_navbar.sticky .top_navbar {
  display: none;
}
.top_navbar {
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 0px 0px 20px 20px;
}
.top_links {
  display: flex;
}
.top_links li {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.top_links li a + a {
  margin-left: 10px;
}
.top_links li i {
  margin-right: 8px;
}
.small_icon {
  margin-right: 12px;
}
.certi_logo img {
  max-height: 100px;
}
/* Vision - Mission Section Start */
.download_btn {
  position: absolute;
  height: auto;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: var(--primary-color);
  box-shadow: -5px -5px 10px rgb(0 0 0 / 50%);
  top: 80%;
  padding: 10px 30px;
  right: -91px;
  z-index: 1;
  color: #fff;
  border-radius: 10px 10px 0 0;
  transform: rotate(-90deg);
}
.vission_box {
  background-color: #fff;
  box-shadow: 2px 1px 119px 42px rgba(0, 0, 0, 0.15);
  display: flex;
  margin-bottom: 100px;
}
.vision_thum {
  padding: 100px 40px;
  text-align: center;
  flex: 1;
  background-color: #fff;
}
.dark_bg {
  background: #37363b;
  color: #fff;
}
.vision_title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.vision_title:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-color);
}
.vision_icon {
  width: 100px;
  height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 100%;
  background-color: var(--primary-color);
  transition: transform 0.5s ease-in-out;
}
.vision_thum:hover .vision_icon {
  transform: rotateY(-180deg);
}
/* what makes us unique secxtion start */
.unique_section {
  padding: 80px 0;
}
.unique_section .pro_thum_box {
  position: relative;
  margin: 0 25px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
/* .unique_section .pro_content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
*/
.unique_section .pro_thum {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
/* .unique_section .pro_content {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(92deg, #F43232 0%, rgba(244, 50, 50, 0.50) 100%);
  color: #fff;
  z-index: 1;
}
*/
/* .unique_section .inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
*/
.unique_section .pro_title {
  position: relative;
  padding: 20px 0;
  color: #fff;
  margin-bottom: 20px;
}
.unique_section .pro_title:after, .unique_section .pro_title_main:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.unique_section .pro_title_main_box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  transition: all 0.5s ease-in-out;
  text-align: center;
  z-index: 0;
}
.unique_section .pro_title_main {
  position: relative;
  padding: 20px 0;
  color: #333;
  text-align: center;
}
.unique_section .pro_title_main:after {
  background-color: var(--primary-color);
}
.unique_section .pro_thum_box:hover .pro_title_main_box {
  transform: translateY(-100px);
  z-index: -1;
}
/* .unique_section .pro_thum:hover .pro_content {
  top: 0;
  left: 0;
}
*/
/* .unique_section .pro_content .inner-content ul{
  text-align: left;
  font-size: 15px;
}
*/
.unique_section .card-body p {
  margin-bottom: 15%;
}
.unique_section .card-body .inner-vector {
  box-sizing: border-box;
  position: absolute;
  right: -4%;
  bottom: -6%;
  padding: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 12px solid #fee6e6;
  background: #fdcfcf;
  width: 140px;
  height: 140px;
}
/* .unique_section .card-body .inner-vector:hover {
  box-sizing: border-box;
  position: absolute;
  right: -4%;
  bottom: -6%;
  padding: 20px;
  border-radius: 100%;
  background: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 15px solid #fff;
}
*/
/* .unique_section .card-body .inner-vector img{
  box-sizing: border-box;
  position: absolute;
  right: -4%;
  bottom: -6%;
  padding: 8px;
  border-radius: 50%;
  background: #F202021A;
}
*/
/* .unique_section .pro_content .inner-content .side{
  background-color: #000;
  font-size: 15px;
  transform: rotate(-90deg);
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 80.5%;
}
*/
.read-more-text i {
  margin-right: 5px;
  font-size: 15px;
  padding: 4px;
  color: var(--primary-color);
  border-radius: 34px;
  border: 1px solid #f43232;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
/* .unique_section .card-body .card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
*/
/* .unique_section .card-body p {
  font-size: 14px;
}
*/
.read-more-text .read_more_btn {
  padding: 0;
  color: var(--primary-color);
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
  padding-left: 10px;
}
.unique_section .pro_thum .card-body {
  padding: 20px 36px;
}
.unique_section .pro_thum_box .card:hover {
  border-radius: 10px;
  background: linear-gradient(92deg, #f43232 0%, rgba(244, 50, 50, 0.5) 100%);
}
/* .unique_section .pro_thum_box .card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
*/
.unique_section .pro_thum_box .card:hover .card-title, .unique_section .pro_thum_box .card:hover p, .unique_section .pro_thum_box .card:hover .read_more_btn, .unique_section .pro_thum_box .card:hover i {
  color: #fff;
}
.unique_section .pro_thum_box .card:hover img {
  background-color: #fff;
}
/* .unique_section .inner-content .read_more_btn{
  color: #fff;
}
.unique_section .inner-content .inner-vector img{
  background-color: #fff;
}
*/
/* what makes us unique ection end */
/* sub header section start */
.sub_header {
  padding: 70px 0 60px;
  position: relative;
  background: url(../images/sub-header.png) no-repeat center center;
  background-size: cover;
  background-color: #333333;
}
.sub_header h2 {
  text-align: center;
  color: #fff;
}
/* sub header end */
/* About Section Start */
.about_section .about-img-wrap {
  position: relative;
}
.about_section .about-img-wrap .main_img_about{
  display: block;
  width: 100%;
  z-index: 1;
}
.about_section .about-img-wrap .main_img_about .about-img-item{
  display: flex;
  justify-content: end;
}
.about_section .about-img-wrap .main_img_about .about-img-item img {
  width: unset !important;
  max-width: 500px;
  display: block;
  border-radius: 20px;
}
.about_section .about-img-wrap .about-shape img:nth-child(1){
  bottom: 41px;
  z-index: 1;
  width: 300px;
  left: 20px;
  position: absolute;
}
.about_section .about-img-wrap .about-shape img:nth-child(2){
  bottom: -2%;
  z-index: -1;
  left: 56%;
  right: 0;
  height: 536px;
  position: absolute;
}
.about_section .about-img-wrap .about-year {
  z-index: 1;
    border: 1px solid #F31212;
    background: #FFF;
    background-color: #fff;
    display: inline-block;
    padding: 17px 31px;
    position: absolute;
    left: 20px;
    border-radius: 20px;
    bottom: 324px;
}
.about_section .about-img-wrap  .about-year h2 {
  color: #F31212;
  text-align: center;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  display: grid;
}
.about_section .about-img-wrap .about-year h2 span {
  color: #F31212;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}



.about_section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about_section .about_txt > p {
  color: #333;
  font-size: 21px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.42px;
}
.about_section .about_txt .page_title {
  text-align: left;
}
.about_section .about_txt > i {
  border-radius: 50%;
  border: 1px solid pink;
  font-size: 16px;
  padding: 4px;
  box-shadow: 2px 1px 119px -14px rgba(0, 0, 0, 0.15);
  color: var(--primary-color);
}
.about_section .about_txt .read_more_btn {
  color: var(--primary-color);
}
.about_section .about_list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
.about_section .about_list li p {
  margin-bottom: 8px;
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.54px;
}
.about_section .about_list li i {
  margin-right: 15px;
}
.about_section .about_list li i:before {
  font-size: 21px;
  color: var(--primary-color);
}
.about_section .img_all img{
  position: relative;
}
.about_section .img_all:before{
  content: "";
  position: absolute;
  background: url(../images/about_ecllips.png) no-repeat;
  left: 48%;
  top: 17%;
  width: 269px;
  height: 283px;
  background-size: 72%;
  z-index: 0;
}
/* ABOUT SECTION END */
/* project section start */
.project_section .feature_project ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 29px;
}
.project_section .nav-pills {
  justify-content: center;
  margin-bottom: 30px;
}
.project_section .nav-pills .nav-link {
  background: rgba(72, 37, 37, 0.1);
  color: #333;
  margin: 10px;
  padding: 8px 40px;
  transition: all 0.2s ease-in-out;
}
.project_section .nav-pills .nav-link.active, .project_section .nav-pills .nav-link:hover {
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}
.project_section .nav li {
  border-right: 5px solid rgba(243, 18, 18, 0.1);
}
.project_section .nav li:last-child {
  border: none;
}
/* project section end */
/* Product Section Start */
.product_section .blog-text {
  position: relative;
  bottom: 0;
  transform: translateY(-111px);
  background: #fff;
  border: 2px dotted var(--primary-color);
  color: var(--primary-color);
  width: 80%;
  padding: 32px 100px;
  display: flex;
  margin-left: 37px;
}
.product_section .blog-text h4 {
  display: flex;
  justify-content: space-between;
}
.product_section .blog-text h4 a {
  flex: 1;
  color: var(--dark-color);
  font-size: 16px;
}
.product_section .pro_thum_box:hover .blog-text {
  display: none;
}
.product_section {
  padding: 80px 0 40px;
}
.product_section .pro_thum_box {
  position: relative;
 /* margin: 0 25px;
  */
}
.product_section .pro_content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product_section .pro_thum {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  margin: 18px;
  overflow: hidden;
}
.product_section .pro_content {
  position: absolute;
  top: 100%;
  width: 85%;
  height: 87%;
  text-align: center;
  transition: all 0.5s ease-in-out;
  background: rgba(242, 2, 2, 0.67);
  color: #fff;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.product_section .inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
.product_section .pro_title {
  position: relative;
  padding: 20px 0;
  color: #fff;
  margin-bottom: 20px;
}
.product_section .pro_title:after, .product_section .pro_title_main:after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product_section .pro_title_main_box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  transition: all 0.5s ease-in-out;
  text-align: center;
  z-index: 0;
}
.product_section .pro_title_main {
  position: relative;
  padding: 20px 0;
  color: #333;
  text-align: center;
}
.product_section .pro_title_main:after {
  background-color: var(--primary-color);
}
.product_section .pro_thum_box:hover .pro_title_main_box {
  transform: translateY(-100px);
  z-index: -1;
}
.product_section .pro_thum:hover .pro_content {
  top: 6%;
 /* left: 8%;
  */
}
.product_section .pro_content .inner-content ul {
  text-align: left;
  font-size: 15px;
  width: 100%;
  padding-top: 5pxpx;
}
/* .product_section .pro_content .inner-content img {
  box-sizing: border-box;
  position: absolute;
  left: 69%;
  right: 70.36%;
  top: 5%;
  padding: 8px;
  border-radius: 50%;
  bottom: 45%;
  background: #ffffff;
}
*/
.product_section .pro_content .inner-content .side {
  background-color: #000;
  font-size: 15px;
  transform: rotate(-90deg);
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  right: -93px;
  width: 225px;
  white-space: nowrap; 
}
/* prouct section end */
/* testimonial section start */
.light_bg {
  padding: 80px 0 100px;
  background: url(../images/testi-bg.png) no-repeat center center;
  background-size: cover;
}
.light_bg .testimonial_desc img {
  float: left;
  margin-right: 20px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.light_bg .testimonial_desc h6 {
  font-size: 18px;
  color: #000;
}
.light_bg .slick-dots {
  bottom: -45px;
}
.light_bg .slick-dots li {
  width: 35px;
  height: auto;
}
.light_bg .slick-dots li button {
  width: auto;
  height: auto;
}
.light_bg .slick-dots li button:before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: var(--primary-color);
}
.light_bg .slick-dots li.slick-active button:before {
  opacity: 1;
}
.light_bg .amazingslider-arrow-right-1, .amazingslider-arrow-left-1 {
  background: none !important;
  width: 100px !important;
  height: 100px !important;
  right: 30px;
}
.light_bg .amazingslider-arrow-right-1:before, .amazingslider-arrow-left-1:before {
  position: absolute;
  top: 0;
  left: auto;
  right: 30px;
  content: "\f054";
  font-family: Font Awesome\5 Free;
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
}
.testimonial_slider .slick-track{
  display: flex;
}
.testimonial_slider .slick-slide{
  height: auto;
}
.light_bg .amazingslider-arrow-left-1 {
  left: 30px;
  right: auto;
}
.light_bg .amazingslider-arrow-left-1:before {
  content: "\f053";
  right: auto;
  left: 30px;
}
.light_bg .single-testimonial {
  position: relative;
  border: 1px dashed var(--primary-color);
  background-color: var(--dark-color);
 /* margin-right: 20px;
  */
  padding: 15px;
  z-index: 1;
}
.light_bg .single-testimonial .testimonial-text p {
  font-size: 14px;
  color: #938b8b;
  font-size: 20px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.light_bg .single-testimonial .testimonial-text i {
  font-size: 32px;
  color: red;
  opacity: 0.5;
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
}
.light_bg .testimonial-text, .testimonial_desc {
  position: relative;
  padding: 17px 22px 0;
}
.light_bg .testimonial_desc .right_desc p {
  color: #938b8b;
  font-size: 20px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.light_bg .testimonial_desc .right_desc h6 {
  padding-top: 8px;
  color: #f20202;
  font-size: 22px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.light_bg .page_title h6 {
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
}
/* testimonial section end */
/* News & Events Section Start */
.news_event_section {
  position: relative;
  padding: 100px 0;
}
.news_event_section:before {
  content: "";
  background: url("../images/blog-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 50%;
  min-height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.news_event_section .page_title h2 {
  color: #fff;
}
.news_event_section .page_title h2:before {
  background-color: #fff;
}
.news_event_section .page_title h2:after {
  background-color: #fff;
}
.news_event_section .card-title {
  position: absolute;
  background-color: var(--add-color);
  min-width: 182px;
  padding: 12px 28px;
  border-radius: 4px;
  text-align: center;
  margin-top: -40px;
  color: #f20202;
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
.news_event_section .card {
  margin-bottom: 20px;
  border: 0px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.news_event_section .author {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 2px 0px 10px;
  border-bottom: 1px dashed #888888;
}
.news_event_section .author h6:not(:last-child) {
  border-right: 2px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}
.news_event_section .news_img {
  position: relative;
  overflow: hidden;
}
.news_event_section .news_img img {
  border-radius: 6px;
}
.news_event_section .news_img:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  background: linear-gradient(90.81deg, rgba(242, 2, 2, 0.5) 36.88%, rgba(0, 0, 0, 0.5) 99.31%);
  transform: scale(1.25);
  transition: all 0.25s linear;
}
.news_event_section .news_img:hover:after{
  opacity: 1;
}
.news_event_section .news_event_section .card-body .read_more_btn {
  color: var(--primary-color);
  border-radius: 100px;
  padding: 3px 12px 3px;
}
.news_event_section .text-center .read_more_btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid var(--primary-color);
  transition: 0.6s ease;
}
.news_event_section .text-center .read_more_btn:hover {
  background: transparent;
  color: var(--primary-color);
}
.news_event_section .card-text {
 /* border-bottom: 1px dashed #888888;
  */
 /* padding: 0px 0px 10px;
  */
  color: #333;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.44px;
  display: -webkit-box;
 /* max-width: 98%;
  */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_event_section .blog_arrow i {
  border-radius: 50%;
  border: 1px solid pink;
  font-size: 16px;
  padding: 4px;
  box-shadow: 2px 1px 119px -14px rgba(0, 0, 0, 0.15);
  color: var(--primary-color);
}
.news_event_section .author i {
  font-size: 14px;
  margin-right: 7px;
  padding: 4px;
  color: var(--primary-color);
}
.news_event_section .author h6 {
  margin-top: 5px;
  color: #938b8b;
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.br-top {
  border-top: 1px dashed #888888;
  padding-top: 18px;
}
/* new an event sction end */


/* Footer Section Start */
.footer_section {
}
footer {
  z-index: 1;
  overflow: hidden;
}
.footer-widget {
  padding: 70px 0;
  position: relative;
  z-index: 1;
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
}
.copyright p {
  margin-bottom: 0;
}
.footer_logo {
  margin-bottom: 25px;
}
.footer_title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  z-index: 1;
}
.footer_title::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 40px;
  height: 3px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
}
.footer_title h4 {
  font-size: 22px;
}
.footer_gallery {
  display: flex;
  flex-wrap: wrap;
}
.footer_gallery li {
  width: 33.33%;
  padding: 5px;
}
.footer_gallery li img {
  min-width: 100%;
}
.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--dark-color);
  font-size: 16px;
  line-height: 22px;
}
.footer-contact li p {
  margin: 0;
  flex: 0 0 73%;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.footer-contact a {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}
.f_icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-right: 10px;
  flex: 0 0 30px;
}
.f_icon i {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
.social_list {
  display: flex;
}
.social_list li:not(:last-child) a {
  margin-right: 20px;
}
footer .social_list li a {
  background-color: var(--secondary-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px !important;
}
.copyright_box {
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 13px 40px;
  border-radius: 20px 20px 0px 0px;
}
.copyright_box p {
  margin: 0;
}
.copyright_box a {
  color: #fff;
}
/* Footer Section End */
/* */
.img-summry {

 position: relative;
 height:500px;

}
.prod-box {
  position: absolute;
  background: #fff;
  width: 88%;
  margin: 0px auto;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  padding: 15px;
  border: 1px dashed var(--primary-color);
  transition: 0.6s ease;
}
.prod-box .default_img {
  margin: 0px auto;
  margin-top: -64px;
  background: #fdcfcf;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  object-fit: contain;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_section .pro_thum:hover .prod-box {
  opacity: 0;
  bottom: -120px;
}
.img-summry img {
  transition: 0.8s ease;
  height: 100%;
 object-fit: cover;
 min-width: 100%;

}
.product_section .pro_thum:hover .img-summry img {
  transform: scale(1.2);
}
.icon-img {
  margin: 0px auto;
  position: relative;
  margin-top: -63px;
  background: #fff4f4;
  padding: 15px;
  border-radius: 100%;
  width: 100px;
 /* border: 1px solid red;
  */
 /* background-color: gold;
  */
 /* border-top-left-radius: 46px;
  */
 /* border-top-right-radius: 110px;
  */
 /* border: 10px solid gray;
  */
 /* border-bottom: 0;
  */
}
.prod-box p {
  color: #f20202;
  text-align: center;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  padding-top: 5px;
  margin-bottom: 0;
}
/* menu css */
.dropdown-menu {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  padding: 0;
}
.dropdown-menu li {
  padding: 0px 0;
  position: relative;
}
.dropdown-menu li a:hover {
  background: transparent;
  color: var(--primary-color);
}
.dropdown-menu li a {
  padding: 8px 40px 8px 20px;
  font-size: 16px;
  font-weight: 500;
}
.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.sub-main {
 /* margin-top: 10px;
  */
}
.header_btn a:hover {
  background: #fff;
  color: #333333;
}
.dropdown-toggle {
  position: relative;
}
.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: 0;
  position: absolute;
  font-size: 12px;
  top: 12px;
  margin-left: 4px;
}
.dropdown-menu .dropdown-toggle::after {
  content: "\f105";
  right: 15px;
}
.copyright {
  background: #333;
  text-align: center;
  color: #fff;
  padding: 14px;
  font-size: 17px;
  line-height: 23px;
}
.footer_logo img {
  width: 350px;
}
.intro-footer {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.footer_title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.footer_title span {
  color: var(--primary-color);
}
.footer-list li {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}
.footer-list li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: bold;
  left: 0;
  font-size: 14px;
  top: 4px;
}
.red-color {
  color: var(--primary-color);
}
.unique_slider .slick-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: 0;
  position: absolute;
  font-size: 18px;
  top: 12px;
  margin-left: 4px;
  width: 38px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 38px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f20202;
}
.unique_slider .slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: 0;
  position: absolute;
  font-size: 18px;
  top: 12px;
  margin-left: 4px;
  width: 38px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 38px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f20202;
}
.options-box {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  margin: 10px;
  overflow: hidden;
  padding: 22px 20px;
  min-height: 320px;
  background: #ffffff;
  transition: 0.6s all ease;
}
.options-box h4 {
  margin-bottom: 15px;
  color: #000;
  font-size: 21px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.63px;
}
.options-box p {
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.unique_slider .slick-prev {
  left: -50px;
}
.read-more-text {
  display: flex;
  align-items: center;
}
.options-box:hover {
  background: linear-gradient(92deg, #f43232 0%, rgba(244, 50, 50, 0.5) 100%);
}
.options-box:hover h4, .options-box:hover p, .options-box:hover .read-more-text a {
  color: #fff !important;
}
.options-box:hover .inner-vector {
  background: #ffffff;
}
/* about section css start */
.about_section {
  background: url(../images/about_bg-img.png) no-repeat;
  padding: 80px 0;
  background-size: cover;
  position: relative;
}
.about_section:before {
  content: "";
  position: absolute;
  background: url(../images/about-bottom-left.svg) no-repeat left bottom;
  left: 0;
  bottom: 0;
  width: 269px;
  height: 283px;
  background-size: 72%;
  z-index: 0;
}
.about_list {
  padding-top: 20px;
}
.about_list li::before {
  border-radius: 100%;
  content: "";
  background: url(../images/check-mark.png) var(--primary-color) no-repeat center;
  background-size: auto;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.project_section {
  padding: 80px 0 20px;
}
.field-app .nav-link {
  border-radius: 10px;
  background: rgba(72, 37, 37, 0.1);
  color: #333333;
  font-size: 19px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.42px;
}
.field-app .nav-link img {
  margin-right: 12px;
  width: 43px;
  height: 43px;
  object-fit: cover;
}
.field-app .nav-link.active {
  background: var(--primary-color);
  color: #ffffff;
}
.field-app .nav-tabs {
  border-bottom: 0;
}
.field-app .tab-pane {
  border: 0;
  background: transparent;
}
.field-app .nav-tabs li {
  padding-right: 12px;
  padding-left: 12px;
}
.field-listing {
  display: flex;
  justify-content: center;
 /* gap: 30px;
  */
  flex-wrap: wrap;
 /* width: 90%;
  */
  margin: 0px auto;
 /* flex: 0 0 175px;
  */
}
.field-listing span {
  width: 90px;
  height: 90px;
  background: rgba(72, 37, 37, 0.1);
  display: block;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin: 0px auto;
}
ul.field-listing li {
  flex: 0 0 180px;
}
.field-listing li p {
  color: #938b8b;
  font-size: 20px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.84px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.field-app {
  border: 1px solid rgba(72, 37, 37, 0.1);
  padding: 60px 0 20px;
  background: url(../images/half-circle.svg) no-repeat right center;
  background-size: 7%;
}
.blog-bottom {
  position: relative;
}
.blog-bottom::after {
  background: url(../images/blog-bottom.svg) no-repeat bottom right;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 250px;
  width: 35%;
  background-size: 100%;
  z-index: 0;
}
.pd-custom {
  padding: 20px 28px 34px;
}
.testimonial_slider {
  background: #ffffff;
}
.quoteImg {
  display: flex;
  justify-content: end;
  position: relative;
  top: -8px;
}
.pro-points li {
  color: #fff;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.pro_content .inner-vector {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 20px;
  top: 15px;
  right: 20px;
}
.product_slider .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: 0;
  position: absolute;
  font-size: 30px;
  top: 0;
  margin-left: 4px;
  color: #333;
  left: 0;
}
.product_slider .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  border: 0;
  position: absolute;
  font-size: 30px;
  top: 0;
  margin-left: 4px;
  color: #333;
  right: 0;
}
@media (min-width: 1500px) {
  .container {
      max-width: 1400px;
 }
}
@media (min-width: 1200px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
 }
  .sub-main li:hover .dropdown-menu {
      display: block !important;
      left: 186px;
      top: 0;
 }
  .just-center {
      justify-content: center;
 }
}
@media (max-width: 1199px) {
  .top_header_btn {
      display: none;
 }

 /* .navbar-nav {
      border-radius: 10px;
      right: 0;
      position: absolute;
      width: 95%;
      z-index: 999;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      padding: 20px;
      left: 0;
      max-height: 334px;
      overflow: auto;
 }
  */
  header .nav-link {
      font-size: 14px;
 }
  .navbar-toggler {
      border: 0;
      padding: 0;
 }
  .navbar-toggler:focus {
      box-shadow: unset;
 }
  .intro-footer {
      margin-bottom: 25px;
 }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-list {
      column-count: 5;
      margin-bottom: 25px;
 }

}
@media (max-width: 991px) {
  .field-app .tab-content > .tab-pane {
      display: block;
 }
  .field-app .fade:not(.show) {
      opacity: 1;
 }


}
@media (max-width: 767px) {
  .intro-footer {
      font-size: 15px;
      line-height: 23px;
 }
  .footer_title h4 {
      font-size: 18px;
 }
  .footer-list li, .footer-contact li p, .footer-contact a {
      font-size: 16px;
 }
  .copyright {
      padding: 8px;
      font-size: 13px;
      line-height: 23px;
 }
 .header-icon{display: none;}
}
/* all inner page css */
/* blog detail page start */
.blog_page .blog-details .blog-details-title {
  text-transform: capitalize;
  font-size: 25px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #333;
}
.blog_page .blog-comments-form i {
  border-radius: 50%;
  border: 1px solid pink;
  font-size: 16px;
  padding: 4px;
  box-shadow: 2px 1px 119px -14px rgba(0, 0, 0, 0.15);
  color: var(--primary-color);
}
.blog_page .blog-comments-form .read_more_btn {
  color: #ffffff;
  padding: 4px 8px;
  font-size: 15px;
  background-color: red;
}
.blog_page .blockqoute {
  border-left: 5px solid var(--primary-color);
  background: #eff2f5;
  padding: 30px;
  margin: 20px 0;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #333;
}
.blog_page .blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  font-size: 15px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #333;
}
.blog_page .blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #000;
  left: 0;
  top: 10px;
}
.blog_page .blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog_page .blog-details-tags ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.blog_page .blog-details-tags ul a {
  background: #eff2f5;
  border-radius: 50px;
  padding: 5px 18px;
  transition: all 0.5s ease-in-out;
}
.blog_page .blog-details-tags ul a:hover {
  background: var(--primary-color);
  color: #fff;
}
.blog_page .blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  margin: 50px 0;
  padding: 20px;
}
.blog_page .blog-author-img {
  border: 2px solid var(--primary-color);
  padding: 5px;
  width: 250px;
}
.blog_page .author-name {
  font-size: 22px;
  color: #031f4b;
  margin: 8px 0;
}
.blog_page .author-info {
  padding: 0 20px;
}
.blog_page .author-social {
  margin-top: 10px;
}
.blog_page .author-social a {
  margin-right: 10px;
  color: #031f4b;
  transition: all 0.5s ease-in-out;
}
.blog_page .author-social a:hover {
  color: var(--primary-color);
}
.blog_page .blog-comments {
  margin-bottom: 50px;
}
.blog_page .blog-comments h4 {
  text-transform: capitalize;
  font-size: 25px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #333;
}
.blog_page .blog-comments-wrapper {
  margin: 30px 0;
}
.blog_page .blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: center;
}
.blog_page .blog-comments-single img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.blog_page .blog-comments-content {
  padding: 20px 30px;
}
.blog_page .blog-comments-content h5 {
  margin-bottom: 10px;
  color: #000;
  font-size: 21px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.63px;
}
.blog_page .blog-comments-content p {
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.blog_page .blog-comments-content span {
  font-size: 14px;
}
.blog_page .blog-comments-content a {
  font-weight: 600;
  margin-top: 5px;
}
.blog_page .blog-comments-content a:hover {
  color: var(--primary-color);
}
.blog_page .blog-comments-reply {
  margin-left: 50px;
}
.blog_page.blog-comments-form {
  padding: 30px;
  background: #eff2f5;
  border-radius: 10px;
}
.blog_page .blog-comments-form h4 {
  margin-bottom: 20px;
}
.blog_page .blog-comments-form .form-group {
  margin-bottom: 20px;
}
.blog_page .blog-comments-form .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.blog_page .blog-comments-form .form-control:focus {
  border-color: var(--primary-color);
}
/* Blog Sidebar */
.blog_page .widget {
  background: #eff2f5;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.blog_page .widget .search-form .form-control {
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: none;
}
.blog_page .widget .search-form {
  position: relative;
}
.blog_page .widget .search-form .form-control:focus {
  border-color: var(--primary-color);
}
.blog_page .widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px 6px;
  background: 0 0;
  border: none;
  color: #6c7c89;
}
.blog_page .widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: all 0.5s ease-in-out;
}
.blog_page .widget .category-list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.blog_page .widget .category-list a:hover {
  padding-left: 10px;
  color: var(--primary-color);
}
.blog_page .widget .category-list a i {
  margin-right: 5px;
  color: var(--primary-color);
}
.blog_page .widget .category-list a span {
  float: right;
}
.blog_page .widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
.blog_page .widget .recent-post-img {
  margin-right: 20px;
}
.blog_page .widget .recent-post-img img {
  width: 100px;
  border-radius: 10px;
}
.blog_page .widget .recent-post-bio h6 a {
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #333;
}
.blog_page .widget .recent-post-bio span {
  color: #938b8b;
  font-size: 14px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.blog_page .widget .recent-post-bio span i {
  margin-right: 5px;
}
.blog_page .widget .recent-post-bio h6 a:hover {
  color: var(--primary-color);
}
.blog_page .widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border-radius: 50px;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}
.blog_page .widget .social-share-link a:hover {
  background: #000;
  color: #fff;
}
.blog_page .widget .tag-list a {
  background: #fff;
  padding: 5px 18px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.blog_page .widget .tag-list a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.blog_page .blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog_page .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.blog_page .blog-meta i {
  margin-right: 5px;
  color: var(--primary-color);
}
.blog_page .blog-meta a {
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.blog_page .blog-thumb-img {
  margin-bottom: 20px;
}
.blog_page .blog-thumb-img img {
  height: 40vh;
  object-fit: cover;
}
.blog_page .blog-details h3 {
  margin-bottom: 20px;
}
.blog_page .blog-details p{
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.blog_page .blog-details .mb-20 {
  margin-bottom: 20px;
}
.blog_page .sidebar .main_title {
  margin-bottom: 15px;
}
.blog_page .sidebar .main_title h2 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 25px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #333;
}
/* blog detail page end */


/* product detail page strt */
.product_detail{
  overflow: unset;
}

.product_detail p,.product_detail p span,.product_detail li span{
    font-size: 18px !important;
  font-family: Helvetica !important;
}

.product_detail .nav-pills .nav-link{
  color: var(--primary-color);
}
.product_detail .nav-pills .nav-link.active{
  background-color: var(--primary-color);color: #fff;
}
.product_detail .tab-content{ border: 1px solid #999; padding: 20px; margin-top: 15px; }

.product_detail .accordion-button:focus {
  box-shadow: none;
}
.product_detail .accordion-button {
  font-weight: 600;
}
.accordion-body{
  padding: 0 15px;
}
.product_detail .accordion-body ul li a {
  list-style: disc;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}
.product_detail .accordion-body ul li {
  display: flex;
  flex-direction: column;
}
.product_detail .accordion-item h6 {
  padding: 14px 18px 0;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #F20202;
}
.product_detail .accordion {
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.product_detail .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fff;
  border: 0;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}
.product_detail .product_header {
  margin: 25px 0 13px 30px;
}
.product_detail .accordion-item {
  border: none;
}
.product_detail .product_header ul {
  background: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 25px;
  z-index: 6;
  bottom: 30%;
  left: 2%;
  background-color: #fff;
}
.product_detail .product_header li {
  color: #333;
  position: relative;
  font-family: Helvetica;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
}
.product_detail .product_header li.active {
  color: var(--primary-color);
}
/* .product_detail .product_header li:after {
  content: "\f105";
  color: #000;
  font-family: Font Awesome\5 Free;
  position: absolute;
  right: 0;
  top: 9px;
}
*/
.product_detail .product_header li i{
  margin: 0 10px 0px 10px;
}
.product_detail .product_header li:last-child:after {
  content: none;
}
.product_detail .features_list h6 {
  font-family: Helvetica;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--primary-color);
}
.product_detail .features_list ul li {
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.54px;
}
.product_detail .features_list ul{
margin-top: 15px;
}

.product_detail .features_list .all_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.product_detail .features_list .all_list ul{
  display: flex; flex-wrap: wrap;
}
.product_detail .features_list .all_list li {
  list-style: disc;
  margin: 5px 18px;
  color: #938b8b;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: left;
}
.product_detail .features_list .all_list li::marker {
  color: var(--primary-color);
}
.product_detail .left_product{
position: sticky;
top: 100px;
}
.product_detail .left_product_img img {
  margin-bottom: 35px;
  max-height: 500px;
}
.product_detail .left_product_para p {
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.product_detail .feature_main{
  margin-top: 40px;
}




.product_detail .product-img-slide {
  display: inline-block;
  width: 100%;
}
.product_detail .product-img-slide .slider-fore {
  width: 100%;
  /* float: right; */
  padding: 0;
  background: #fff;
  border:1px solid #ddd; padding:10px;
  overflow: hidden;
  border-radius: 20px;
}
.product_detail .product-img-slide .slider-nave {
  padding: 0 25px 0 25px;
  position: relative;
}
.product_detail .product-img-slide .slider-nave .thumb-slide {
  margin: 12px 8px;
  background: #fff;
  border: 4px solid #ddd;
  overflow: hidden;
  border-radius: 4px;
  height: 125px;
}
.product_detail .product-img-slide .slider-nave .thumb-slide:last-child {
  margin-bottom: 0;
}
.product_detail .product-img-slide .slider-nave .thumb-slide.slick-current {
  border-color: red;
}
.product_detail .product-img-slide .slider-nave .thumb-slide a{
  height: 100%; margin:0 auto; display:block;
}
.product_detail .product-img-slide .slider-nave .thumb-slide img {
  object-fit: cover;
}

.product_detail .product-img-slide .slick-slide img {
  margin: 0 auto;  max-height: 500px; height: 100%;
}

.product_detail .product-img-slide .slick-prev:before, .product_detail .product-img-slide .slick-next:before{
  color: red;
  background-color: white;
  border-radius: 50%;
  font-size: 15px;
  padding: 2px;
  border: 2px solid red;
}
.product_detail .product-img-slide .slick-next:before
{
    content: '←';
}

.product_detail .product-img-slide .decription_box{ 
  background-color: #fff; border-radius: 10px; box-shadow: 0 0 15px rgba(0,0,0,0.1);
  position: fixed; top: 25px; right: 15px; opacity: 0;
  transition: all 0.5s ease-in-out; width: 0; height: 0; overflow: hidden;
 }
 .product_detail .product-img-slide .decription_box.active{
  width: 40%; height: auto; opacity: 1; }

 .product_detail .product-img-slide .slider-nave .slick-arrow.slick-next{
  right: 8px;
  top: 40%;
  bottom: auto;
  transform: rotate(180deg);
}

.product_detail .product-img-slide .slider-nave .slick-arrow.slick-prev{
  left: 8px;
  position: absolute;
  top: 50%;
  z-index: 9;
}


.product_detail_slider{}

.product_detail_slider .carousel-inner {
  width: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
  border-radius: 0px;
}
.product_detail_slider .carousel-inner{ text-align:center;}
.product_detail_slider .carousel-inner img {
  margin: 0 auto;
  max-height: 500px;
  height: 100%;
}

.product_detail_slider .carousel-indicators{ 
  flex-wrap: wrap; position: relative;
  width: 100%; margin: 0;
}
.product_detail_slider .carousel-indicators [data-bs-target]{
  width: 100px; height: 90px;
  text-indent: 0;
  border: 4px solid #ccc; margin: 12px 8px; overflow: hidden;
}
.product_detail_slider .carousel-indicators [data-bs-target].active{
  border-color: var(--primary-color);
}
.product_detail_slider .carousel-indicators img{
  height: 100%; max-width: unset; object-fit: cover;
}

.product_detail_slider .carousel-indicators [data-bs-target]:nth-child(n+6){
  display: none;
}


/* ********** */
.product_tabs .nav-pills-custom .nav-link {
  background: #fff;
  position: relative;
  color: #000;
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.54px;
}

.product_tabs .nav-pills-custom .nav-link.active {
  color: var(--primary-color);
  background: #fff;
  font-weight: 600;
}
.product_tabs .tab_box p{
  color: #938b8b;
    font-size: 18px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
 }
 .product_tabs .tab_box h6{
  margin-bottom: 15px;
 }
 .product_tabs .tab_box ul li{
  list-style: disc;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
 }

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .product_tabs .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #fff;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  }
}

.product_tabs .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

/* All Media Query */

@media only screen and (min-width: 1600px) {
  .service_slider{ width: 140%; }

}

@media only screen and (max-width: 1400px) {
header .nav-item{ margin: 0; }

  .footer-widget{ padding: 50px; }
  .copyright-text{ margin-top: 50px; }

  .why_choose_list ul.last{ margin-top: -60px; }
  .why_choose_list li{ margin-bottom: 20px; }
  .why_choose_img{ width: 430px; }

}

@media only screen and (max-width: 1366.98px) {

.service_img{ margin-right: 22px; }
.row .service_img{margin-right: 0;}

}

@media only screen and (max-width: 1199.98px) {

header .navbar-collapse{ background-color: #fff; }
header .nav-item{width: 100%;}
header .navbar-nav .nav-link,.my_navbar.sticky .nav-link{ color: #333 !important; }
header .nav-link.theme_btn{ background-color: transparent !important; padding: 8px 30px !important; }

.mr-100{margin-right: 0;}
.main-slider h3{ font-size: 30px; }
.main-slider h1{ font-size: 45px; line-height: 50px; }
  .slide .banner_txt p{ margin: 30px auto; }


header .navbar-collapse{ border:0; }
header .nav-item{ margin: 0; }
header .nav-link{ padding: 10px 12px !important; border-bottom: 1px solid #ddd; }
header .navbar-collapse{ margin-top: 0; }
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{ 
  background-color: var(--secondary-color); 
  color: #fff !important;
}

.navbar-toggler{ margin: 0; }

  .looking_for_list li{ width: 22%; padding: 32px 10px 50px; }

  .services_section:after{ width: 50%; }

  .service_slider{ width: 130%; }
  .service_slider .slick-slide{ margin: 10px; }
  /* .service_slider .slick-arrow{ left: 36%; } */

  .why_choose_img{ position: relative; width: 300px; margin-top: 50px; }
  .why_choose_list li{ margin-bottom: 10px !important; }
  .why_choose_list ul{ width: 50%; }
  .why_choose_list ul.first li{ flex-direction: row; }
  .why_choose_list ul.first li .why_txt{ text-align: left; }

  .why_choose_list ul.last{ margin-top: 0; width: 50%; }
  .why_choose_list ul.last li{ width: 100%; flex-direction: row; align-items: flex-start; text-align: left; }
  .why_choose_list ul.last li .why_txt{ margin: 0 15px; }


  .service_txt{ padding: 20px; }
  .service_txt h1{ font-size: 40px; }


}
/* product detail page end */
/* gallery page start */
.gallary_page {
  padding: 60px 0;
}
.flag_scetion {
  padding-bottom: 40px;
}
.flag_scetion .page_title {
  padding: 60px 0;
}
.gallary_page .country_img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.gallary_page .box {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border:1px solid #ccc;
  text-align:center;
}
.gallary_page .box img {
  /*width: 100%;*/
  height: 290px;
  object-fit: cover;
  transition: all 0.25s linear;
}
.gallary_page .box:hover img {
  opacity: 0.28;
  transform: scale(1.25);
}
.gallary_page .box .inner-content {
  color: #fff;
  text-align: center;
  width: 70%;
  opacity: 0;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 70%;
  left: 50%;
  transition: all 600ms ease;
}
.gallary_page .box:hover .inner-content {
  opacity: 1;
  top: 50%;
}
.gallary_page .box .icon {
  display: flex;
  justify-content: center;
}
.gallary_page .box .icon a {
  color: var(--primary-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  height: 35px;
  width: 35px;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  background-color: #fff;
  border-radius: 100%;
  display: block;
  transition: all 0.3s;
}
.gallary_page .box .icon a:hover {
  color: #333;
  background: #fff;
  border-radius: 100%;
}
.imag_top {
  display: flex;
  justify-content: center;
  margin-bottom: 12%;
}
.flag_images .row {
  background: url(../images/gallary_mag_bg.png);
}
/* gallery page end */


/* our_accordian start */
.our_accordian table tbody td{
font-size: 14px;
}
/* our_accordian end */


/* Contact Us Page Design Start */
.contact_page .form-control {
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.contact_page .about_box {
  margin-top: 15px;
}
.contact_page .second_contact_box .mini_address li .my_info {
  min-width: 80px;
  background-color: #fff;
  width: 100%;
  color: #333;
  flex: 1;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 14px;
}
.contact_page {
  background: url(../images/contact_page_bg.png);
}
.contact_page .about_box h1 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}
.contact_page .about_box i {
  border-radius: 50%;
  border: 1px solid pink;
  font-size: 16px;
  padding: 4px;
  box-shadow: 2px 1px 119px -14px rgba(0, 0, 0, 0.15);
  color: var(--primary-color);
}
.contact_page .about_box .read_more_btn {
  color: #fefefe;
  background-color: red;
  margin-top: 18px;
  padding: 4px 10px;
  font-size: 15px;
  border-radius: 5px;
}
.contact_page .mini_address {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contact_page .mini_address .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  background-color: #fff;
  box-shadow: 0 5px 20px #d0d2d8;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  margin: 10px;
}
.contact_page .mini_address .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
 /*background-color: var(--dark-color);
 */
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  color: var(--primary-color);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_page .mini_address .info {
  min-width: 80px;
  background-color: #fff;
  width: 100%;
  color: #333;
  flex: 1;
  border-radius: 10px;
}
.contact_page .mini_address .info a {
  color: #222;
}
.contact_page .mini_address .info h6 {
  color: #000;
  font-size: 21px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.63px;
}
.contact_page .mini_address .my_info p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.contact_page .second_contact_box .mini_address {
  margin-bottom: 30px;
}
.contact_page .second_contact_box .mini_address li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: none;
  background-color: #fff;
  width: 31%;
  box-shadow: 0 5px 20px #e6e8ee;
  padding: 10px;
  border-radius: 10px;
  margin: 1%;
}
.contact_page .second_contact_box .mini_address li:nth-child(4) {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.contact_page .second_contact_box .mini_address li:last-child {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.contact_page .second_contact_box .mini_address li .info p:nth-child(4) {
  margin-top: 8px;
}
.contact_page .second_contact_box .mini_address li .info p:last-child {
  margin-top: 8px;
}
.contact_page .second_contact_box .mini_address li .info:nth-child(4) {
  margin-left: 15px;
  text-align: left !important;
}
.contact_page .second_contact_box .mini_address li .info:last-child {
  margin-left: 15px;
  text-align: left !important;
}
.contact_page .second_contact_box .mini_address li .icon {
  width: 40px;
  height: 40px;
  line-height: 50px;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  color: var(--primary-color);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_page .second_contact_box .mini_address li .info {
  min-width: 80px;
  background-color: #fff;
  width: 100%;
  color: #333;
  margin-left: 15px;
  flex: 1;
  border-radius: 10px;
  margin-top: 15px;
}
.contact_page .second_contact_box .mini_address li .info a {
  color: #222;
}
.contact_page .second_contact_box .mini_address li .info a i {
  margin-right: 5px;
}
.contact_page .second_contact_box .mini_address li .info p {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 15px;
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.54px;
}
.contact_page .about_box .form-group {
  margin-bottom: 15px;
}
/* contact us page end */

/* about page start */
.about_page .about-img-wrap {
  position: relative;
}
.about_page .about-img-wrap .main_img_about{
  display: block;
  width: 100%;
  z-index: 1;
}
.about_page .about-img-wrap .main_img_about .about-img-item{
  display: flex;
  justify-content: end;
  margin-top: 15%;
}
.about_page .about-img-wrap .main_img_about .about-img-item img {
  width: unset !important;
  max-width: 500px;
  display: block;
  border-radius: 20px;
}
.about_page .about-img-wrap .about-shape img:nth-child(1){
  bottom: 41px;
  z-index: 1;
  width: 300px;
  left: 20px;
  position: absolute;
}
.about_page .about-img-wrap .about-shape img:nth-child(2){
  bottom: -2%;
  z-index: -1;
  left: 56%;
  right: 0;
  height: 536px;
  position: absolute;
}
.about_page .about-img-wrap .about-year {
  z-index: 1;
    border: 1px solid #F31212;
    background: #FFF;
    background-color: #fff;
    display: inline-block;
    padding: 17px 31px;
    position: absolute;
    left: 20px;
    border-radius: 20px;
    bottom: 324px;
}
.about_page .about-img-wrap  .about-year h2 {
  color: #F31212;
  text-align: center;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  display: grid;
}
.about_page .about-img-wrap .about-year h2 span {
  color: #F31212;
  font-family: Helvetica;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.9px;
}


.about_page {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about_page .about_txt > p {
  color: #333;
  font-size: 21px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.42px;
}
.about_page .about_txt > i {
  border-radius: 50%;
  border: 1px solid pink;
  font-size: 16px;
  padding: 4px;
  box-shadow: 2px 1px 119px -14px rgba(0, 0, 0, 0.15);
  color: var(--primary-color);
}
.about_page .about_txt .read_more_btn {
  color: var(--primary-color);
}
.about_page .about_list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
.about_page .about_list li p {
  margin-bottom: 8px;
  color: #938b8b;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.54px;
}
.about_page .about_list li i {
  margin-right: 15px;
}
.about_page .about_list li i:before {
  font-size: 21px;
  color: var(--primary-color);
}

.about_page .page_title{
  margin: 35px 0;
}
.about_page .img_all img{
  position: relative;
}
.about_page .img_all:before{
  content: "";
  position: absolute;
  background: url(../images/about_ecllips.png) no-repeat;
  left: 49%;
  top: 21%;
  width: 269px;
  height: 283px;
  background-size: 72%;
  z-index: 0;
}
.about_page {
  background: url(../images/about_bg-img.png) no-repeat;
  padding: 80px 0;
  background-size: cover;
  position: relative;
}
.about_page:before {
  content: "";
  position: absolute;
  background: url(../images/about-bottom-left.svg) no-repeat left bottom;
  left: 0;
  bottom: 0;
  width: 269px;
  height: 283px;
  background-size: 72%;
  z-index: 0;
}
.about_page {
  padding-top: 20px;
}
.about_page li::before {
  border-radius: 100%;
  content: "";
  background: url(../images/check-mark.png) var(--primary-color) no-repeat center;
  background-size: auto;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.about_page .key_p{
  border: 1px solid #000;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
    background-color: #3c3c3c;
    margin-bottom: 20px;
}
.about_page .key_p h6{
  color: #fff;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.44px;
}
.about_page .key_p span{
  color: #fff;
  font-size: 14px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.44px;
  margin-left: 5px;
}
.about_page .key_p a{
  color: #fff;
  font-size: 14px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.44px;
  margin-left: 5px;
}
.about_page .facility p{
  color: #938b8b;
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.44px;
  margin-left: 5px;
}
.about_page .facility ol li{
  color: #000;
  font-size: 14px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.44px;
  margin-left: 5px;
  position: relative;
}
.about_page .facility ol li::before{
 display: none;
}
.about_imglist .img_list {
  margin-bottom: 25px;
  overflow: hidden;
}
.about_imglist .img_list img{
  height: 200px;
}
/* about page end */

/* News & Events Page Start */
.news_event_page {
  position: relative;
  padding: 100px 0;
}
.news_event_page:before {
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.news_event_page .page_title h2 {
  color: #fff;
}
.news_event_page .page_title h2:before {
  background-color: #fff;
}
.news_event_page .page_title h2:after {
  background-color: #fff;
}
.news_event_page .card-title {
  position: absolute;
  background-color: var(--add-color);
  min-width: 182px;
  padding: 12px 28px;
  border-radius: 4px;
  text-align: center;
  margin-top: -40px;
  color: #f20202;
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
.news_event_page .card {
  margin-bottom: 20px;
  border: 0px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.news_event_page .author {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 2px 0px 10px;
  border-bottom: 1px dashed #888888;
}
.news_event_page .author h6:not(:last-child) {
  border-right: 2px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}
.news_event_page .news_img {
  position: relative;
  overflow: hidden;
}
.news_event_page .news_img img {
  border-radius: 6px;
}
.news_event_page .news_img:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  background: linear-gradient(90.81deg, rgba(242, 2, 2, 0.5) 36.88%, rgba(0, 0, 0, 0.5) 99.31%);
  transform: scale(1.25);
  transition: all 0.25s linear;
}
.news_event_page .news_img:hover:after{
  opacity: 1;
}
.news_event_page .news_event_page .card-body .read_more_btn {
  color: var(--primary-color);
  border-radius: 100px;
  padding: 3px 12px 3px;
}
.news_event_page .text-center .read_more_btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid var(--primary-color);
  transition: 0.6s ease;
}
.news_event_page .text-center .read_more_btn:hover {
  background: transparent;
  color: var(--primary-color);
}
.news_event_page .card-text {
 /* border-bottom: 1px dashed #888888;
  */
 /* padding: 0px 0px 10px;
  */
  color: #333;
  font-size: 18px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.44px;
  display: -webkit-box;
 /* max-width: 98%;
  */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_event_page .blog_arrow i {
  border-radius: 50%;
  border: 1px solid pink;
  font-size: 16px;
  padding: 4px;
  box-shadow: 2px 1px 119px -14px rgba(0, 0, 0, 0.15);
  color: var(--primary-color);
}
.news_event_page .author i {
  font-size: 14px;
  margin-right: 7px;
  padding: 4px;
  color: var(--primary-color);
}
.news_event_page .author h6 {
  margin-top: 5px;
  color: #938b8b;
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.br-top {
  border-top: 1px dashed #888888;
  padding-top: 18px;
}
/* new an event Page end */

#accordion .shadow a{ font-weight:600; }


/* media query*/
@media only screen and (max-width: 1400px) {
  header .nav-item {
      margin: 0;
 }
}
@media only screen and (max-width: 1366.98px) {
  .service_img {
      margin-right: 22px;
 }
 .about_section .about-img-wrap .about-shape img:nth-child(2), .about_section .about-img-wrap .about-year{
  left: 48%;
 }
}

@media only screen and (max-width: 1200px) {
  .about_section .about-img-wrap .about-shape img:nth-child(2) {
    left: 70%;
}
.about_section .about-img-wrap .about-shape img:nth-child(1){
  left: 35%;
}
}

@media only screen and (max-width: 1199.98px) {
  .mr-100 {
      margin-right: 0;
 }
  .main-slider h3 {
      font-size: 30px;
 }
  .main-slider h1 {
      font-size: 45px;
 }
 /* header .navbar-collapse {
      border: 1px solid #ddd;
 }
  */
  header .nav-item {
      margin: 0;
 }
  header .nav-link {
      padding: 10px 12px !important;
      border-bottom: 1px solid #ddd;
 }
  /* header .navbar-collapse {
      margin-top: 20px;
 } */
  .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
      background-color: var(--secondary-color);
      color: #fff !important;
 }
  .certi_logo {
      position: absolute;
      top: 8px;
      right: 90px;
 }
  .navbar-toggler {
      margin: 0;
 }
  .product_section .page_title {
      text-align: center;
 }
  .about_section:before {
      transform: rotate(305deg);
 }
  .about_txt {
      padding-left: 15px;
 }
}


@media only screen and (min-width: 999px) {
  header .nav-link{
    border: none;
    padding: 8px 10px !important;
 }
 .product_detail .product-img-slide .slider-nave .thumb-slide{
  height: 90px;
 }
}

@media only screen and (max-width: 999px) {
  .product_detail .product-img-slide .slider-nave .thumb-slide{
    height: 90px;
   }
  header .navbar{
      background-color: #fff;
      padding: 13px;
 }
  .my_navbar .box{
      display: none;
 }
  .about_section .page_title{
      margin-top: 35px;
 }
  .news_event_section{
      padding: 45px 0;
 }
  .product_section .prod-box img{
      margin-top: -48px;
      width: 60px;
      height: 60px;
 }
  .project_section .field-app .nav-tabs li{
      padding-right: 36px;
      padding-left: 44px;
      margin-bottom: 15px;
 }
  .unique_slider .slick-prev{
      left: -34px;
 }
  .unique_slider .slick-next{
      right: -6px;
 }
  .about_page .img_all:before{
      display: none;
 }
  .about_section .img_all:before{
      display: none;
 }
  .contact_page .second_contact_box .mini_address li{
      width: 100%;
 }
  .flag_scetion {
      padding: 0;
 }
  .about_section {
      padding: 10px 0;
 }
  .about_section .about_txt .page_title {
      text-align: center;
 }
 .about_page .about-img-wrap .main_img_about .about-img-item{
  display: flex;
    justify-content: center;
}
.about_page .about-img-wrap .about-year, .about_page .about-img-wrap .about-shape img:nth-child(1){
  left: 115px;
}
.about_page .about-img-wrap .about-shape img:nth-child(2){
  left: 48%;
}
.about_section .about-img-wrap .main_img_about .about-img-item{
  display: flex;
    justify-content: center;
}
.about_section .about-img-wrap .about-year, .about_section .about-img-wrap .about-shape img:nth-child(1){
  left: 115px;
}
.about_section .about-img-wrap .about-shape img:nth-child(2){
  left: 48%;
}
.about_page .about-img-wrap .about-page img:nth-child(2){
  left: 48%;
}


 }



/* latest media */

@media screen and (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
  .about_page .about-img-wrap .about-year, .about_page .about-img-wrap .about-shape img:nth-child(1){
    left: 0;
  }
  .about_section .about-img-wrap .about-year, .about_section .about-img-wrap .about-shape img:nth-child(1){
    left: 0;
  }
  .product_detail .product-img-slide .slider-nave .thumb-slide{
    height: 90px;
   }
   .about_section .read-more-text{
    margin-bottom: 10%;
   }
    header .navbar-collapse{
     margin-top: 20px;
 }
 
}
@media screen and (max-width: 767px) {
  .dropdown-menu{
 box-shadow: none !important;
  }
  .about_page .about-img-wrap .about-year, .about_page .about-img-wrap .about-shape img:nth-child(1){
    left: -100px;
  }
  .about_section .about-img-wrap .about-year, .about_section .about-img-wrap .about-shape img:nth-child(1){
    left: -100px;
  }
  .product_detail .product-img-slide .slider-nave .thumb-slide{
    height: 80px;
  }
}
/* latest media */


@media only screen and (max-width: 991.98px) {
  .dropdown-menu {
    box-shadow: none;
    border: none;
  }

  .unique_section .card-body .inner-vector{
      height: 110px;
      width: 110px;
      padding: 24px;
 }
  .project_section .field-listing{
      padding-top: 22px;
 }
  .project_section .accordion-button:not(.collapsed){
      color: var(--primary-color);
 }
  .project_section .field-app .mt-5{
      margin-top: 0 !important;
 }
  .project_section .field-app{
      padding: 0;
 }
  .about_section:before{
      display: none;
 }
  .blog_page {
      padding: 30px 0;
 }
  .tab_box {
      align-items: flex-start;
      width: 100%;
 }
  .tab_box img {
      display: none;
 }
  .category_tab_box .nav-pills {
      transform: none;
      right: 29px;
      left: auto;
 }
 /* Header Section Start */
  .my_navbar .navbar-nav li.active {
      color: var(--primary-color);
      position: relative;
      transform: translateZ(0);
 }
  .my_navbar .container {
      max-width: unset;
      padding: 0;
 }
 /* Header Section End */
  .vission_box {
      flex-direction: column;
 }
  .vision_thum {
      padding: 40px;
 }
  .about_section:before {
      right: 50%;
      transform: rotate(320deg);
      bottom: 400px;
 }
  .product_card .read_more_btn {
      width: calc(100% - 20px);
 }
  .service_list ul li {
      width: 48%;
 }
  .news_event_section:before {
      height: 25%;
 }
  .contact_section .row > * {
      padding: 0 !important;
 }
  .contact_section .iframe_box {
      min-height: 300px;
 }
  .copyright_box {
      flex-direction: column;
 }
}
@media only screen and (max-width: 767.98px) {
  .my_navbar .mega-content .accordion-button, .my_navbar .mega-content .accordion-body li a{
    font-size: 14px;
  }
  .product_section .pro_content .inner-vector{
      width: 62px;
      height: 62px;
      top: 6px;
      right: 12px;
      padding: 15px;
 }
  .banner_bottom .our_client_box .client_text{
      text-align: center;
      padding: 8px;
 }
  .banner-product .slick-slide h3{
      color: rgba(255, 255, 255);
 }
  .banner-product .pro-slider p {
      font-size: 14px;
      line-height: 25px;
 }
  .upper-slider .slider-nav{
      display: none;
 }
  .banner-product .social-icons{
      position: absolute;
      z-index: 9;
 }
  .banner-product .header-icon a{
      height: 28px;
      width: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
 }
  .banner-product .header-icon i{
      font-size: 12px;
 }
  .pro-slider{
      padding: 0% 0% 0% 11%;
 }
  .banner-product .explore-btn{
      font-size: 12px;
      padding: 6px 8px;
 }
  .unique_section .card-body .inner-vector{
      height: 140px;
      width: 140px;
      padding: 24px;
 }
  .page_title h2{
      font-size: 37px 
 }
  .accordion-button.collapsed{
    background-color: #fff;
      font-size: 18px;
 }
  .project_section .accordion-button:not(.collapsed), .project_section .accordion-button.collapsed{
      background-color: #fff;
 }
  .country_img {
      margin-bottom: 35px;
 }
  .tab_box {
      align-items: flex-start;
      width: 100%;
 }
  .tab_box img {
      display: none;
 }
  .category_tab_box .nav-pills {
      transform: none;
      right: 29px;
      left: auto;
 }
  .category_tab_box {
      display: none;
 }
  .miniacc {
      display: block;
 }
  .accordion-item:first-of-type .accordion-button {
      border: none;
 }
  .top_navbar {
      display: none;
 }
  .banner_box {
      flex-direction: column;
 }
  .service_list ul li {
      width: 100%;
 }
  .product_list li {
      width: 100%;
      text-align: center;
 }
  .product_list li img {
      width: 100%;
 }
  .copyright_box {
      padding: 13px;
 }
  .product_section .pro_thum .prod-box{
      display: none;
 }
  .product_section .pro_thum .img-summry > img{
      min-height: 350px;
      object-fit: cover;
 }
  .product_section .pro_content{
      top: 3%;
      width: 94%;
      height: 94%;
 }
  .product_section .pro_content .inner-content ul{
      padding-top: 10px;
 }
  .pro-points li{
      font-size: 14px;
      line-height: 20px;
 }
  .pro_content .inner-vector{
      width: 70px;
      height: 70px;
      top: 10px;
      right: 10px;
 }
  .product_section{
      padding-top: 20px;
 }
  .product_section .page_title{
      margin-bottom: 20px;
 }
}

@media only screen and (max-width: 730px) {
  .about_section .about-img-wrap .about-year, .about_section .about-img-wrap .about-shape img:nth-child(1){
    left: -26px;
  }
  .about_page .about-img-wrap .about-year, .about_page .about-img-wrap .about-shape img:nth-child(1){
    left: -26px;
  }
}

@media only screen and (max-width: 575px) {
  .product_slider .slick-next{
      right: -6px;
 }
  .product_slider .slick-prev{
      left: -11px;
 }
  .unique_slider .slick-prev:before{
      font-size: 15px;
      width: 25px;
      height: 25px;
      margin-left: 20px;
 }
  .unique_slider .slick-next:before{
      font-size: 15px;
      width: 25px;
      height: 25px;
      margin-left: 1px;
 }
 .about_page .about-img-wrap .about-shape img:nth-child(2){
  display: none;
 }
 .about_page .about-img-wrap .about-shape img:nth-child(1){
display: none;
 }
 .about_page .about-img-wrap .about-year{
  left: 0;
  bottom: 100px;
 }
 .about_section .about-img-wrap .about-shape img:nth-child(2){
  display: none;
 }
 .about_section .about-img-wrap .about-shape img:nth-child(1){
display: none;
 }
 .about_section .about-img-wrap .about-year{
  left: 0;
  bottom: 100px;
 }
}
@media only screen and (min-width: 575.98px) {
  .md_hide {
      display: none;
 }
}
@media only screen and (max-width: 575.98px) {
  .flag_scetion .page_title {
      padding: 0;
 }
  .news_event_page {
      padding: 50px 0;
 }
  .blog_page {
      padding: 50px 0;
 }
  .country_img {
      margin-bottom: 35px;
 }
  .page_title h2:before {
      height: 10px;
      width: 10px;
 }
  .page_title h2:after {
      height: 10px;
      width: 10px;
 }
  .blog_page .blog-meta .blog-meta-left ul {
      display: block;
 }
  .contact_page form {
      margin-bottom: 25px;
 }
  .accordion-button.collapsed {
      font-size: 15px;
 }
  .accordion-button.collapsed {
      background-color: #fff;
 }
  .product_detail .features_list {
      margin-bottom: 25px;
 }
 
  .product_detail .product_header ul {
      padding: 0;
 }
  .product_detail .product_header li {
      padding: 8px 12px 0px 5px;
      font-size: 13px;
 }
  .about_section .about_txt .page_title {
      text-align: center;
 }
  .image_right {
      margin-top: 15%;
 }
  .gallary_page {
      padding: 40px 0;
 }
  .flag_scetion {
      padding: 0;
 }
  .contact_page .second_contact_box .mini_address li {
      width: 100%;
 }
  header .navbar {
      padding: 5px 15px;
 }
  header .navbar-brand {
      max-width: calc(100% - 72px);
 }
  .certi_logo {
      position: relative;
      right: auto;
      top: auto;
      padding: 10px;
 }
  .sm_hide {
      display: none;
 }
  .main-slider h1 {
      line-height: 45px;
      margin: 20px 0;
 }
  .main-slider h5 {
      line-height: 24px;
      padding: 5px 20px;
      font-size: 15px;
 }
  .vision_thum {
      padding: 40px 20px;
 }
  .download_btn {
      transform: none;
      position: relative;
      right: 0;
      width: 210px;
      padding: 8px 20px;
      margin-left: auto;
      margin-top: -40px;
      border-radius: 10px 0 0;
 }
  .footer_gallery li {
      width: 33.33%;
 }
  .about_section:before {
      height: 180px;
      right: 15%;
      bottom: 490px;
 }
  .service_list ul li {
      padding: 0;
 }
  .service_list_box {
      padding: 10px;
 }
  .service_list_box h5 {
      font-size: 16px;
 }
  .service_img {
      width: 40px;
      margin-right: 15px;
 }
  .testimonial_img {
      width: 100px;
      height: 100px;
 }
  .testimonial_img img {
      width: 80px;
      height: 80px;
 }
  .page_title h2 {
      font-size: 28px;
 }
  .certi_img img {
      margin: 0 auto;
 }
  .contact_form_box {
      padding: 40px;
 }
  .copyright_box {
      text-align: center;
 }
 .product_detail .product-img-slide .slider-nave .thumb-slide{
  height: 64px;
}
}

@media only screen and (max-width: 468px) {
  .news_event_section .text-center .read_more_btn{
      padding: 7px 10px;
      font-size: 15px;
 }
 .about_page .about-img-wrap .main_img_about .about-img-item img{
  max-width: 300px;
 }
 .about_page .about-img-wrap .about-year h2 span{
  font-size: 18px;
 }
 .about_page .about-img-wrap .about-year h2{
  font-size: 18px;
 }
 .about_page .about-img-wrap .about-year{
  bottom: 33px;
 }
 .about_section .about-img-wrap .main_img_about .about-img-item img{
  max-width: 300px;
 }
.about_section .about-img-wrap .about-year h2 span{
  font-size: 18px;
 }
.about_section .about-img-wrap .about-year h2{
  font-size: 18px;
 }
.about_section .about-img-wrap .about-year{
  bottom: 33px;
 }
 .product_detail .product-img-slide .slider-nave .thumb-slide{
  height: 85px;
 }
 .unique_section .page_title h2{
     font-size: 20px;
 }

}

@media only screen and (max-width: 320px) {
  .news_event_section .text-center .read_more_btn{
      padding: 7px 10px;
      font-size: 15px;
 }
  .product_section .pro-points li{
      font-size: 12px;
      line-height: 23px 
 }
  .page_title h2 {
      font-size: 18px;
 }
  .unique_section .card-body .inner-vector{
      right: -8%;
      bottom: -5%;
      padding: 25px;
      width: 100px;
      height: 100px;
 }
  .unique_section .options-box h4{
      font-size: 17px;
 }
  .unique_section .options-box p{
      font-size: 14px;
 }
  .unique_section .read-more-text i{
      width: 20px;
      height: 20px;
      font-size: 12px;
 }
  .unique_section .read-more-text .read_more_btn{
      font-size: 14px;
 }
  .light_bg .single-testimonial .testimonial-text p{
      font-size: 14px;
 }
  .light_bg .testimonial_desc .right_desc p{
      font-size: 16px;
 }
  .light_bg .testimonial_desc {
      padding: 0;
 }
  .light_bg .testimonial-text{
      padding: 0;
 }
  .light_bg .quoteImg{
      height: 25px;
      right: 13px;
      top: 0;
 }
  .news_event_section .card-title{
      min-width: 130px;
 }
  .about_section .read-more-text{
      margin-bottom: 20px;
 }
  .about_section .read-more-text i{
      height: 25px;
      width: 25px;
 }
  .project_section .field-listing span{
      height: 60px;
      width: 60px;
 }
  .project_section .field-listing li p{
      font-size: 18px;
 }
  .about_section .about_txt > p{
      font-size: 16px;
 }
  .about_section .about_list li p{
      font-size: 14px;
 }
  .about_list li::before{
      height: 25px;
      width: 25px;
 }
  .news_event_section .read-more-text i{
      width: 22px;
      height: 22px;
      font-size: 12px;
 }
  .my_navbar{
      height: auto;
 }
  .read-more-text .read_more_btn{
      font-size: 15px;
 }
 .about_page .about-img-wrap .main_img_about .about-img-item img{
  max-width: 300px;
 }
 .about_page .about-img-wrap .about-year h2 span{
  font-size: 18px;
 }
 .about_page .about-img-wrap .about-year h2{
  font-size: 18px;
 }
 .about_page .about-img-wrap .about-year{
  bottom: 33px;
 }
 .product_detail .product-img-slide .slider-nave .thumb-slide{
  height: 60px;
 }
 .unique_slider .slick-prev{
  z-index: 1;
 }
 /* .product_section .pro_content .inner-content .side{
      left: 72.5%;
 }
  */
}
/* media query end */

