/*@import url('font-face.css');*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    --color1:#0e4d92;
    --color2:#ffae42;
    --color3:#edf2ee;
    --color4:#fff;
    --color5:#000;
    --color6:#000642;
    --color7:#bebdbd; 
    --color8:#d5d6da; 
}



 

*{outline: none; text-decoration: none; }

html, body {padding: 63px 0 0; margin: 0; box-sizing: border-box; font-size: 16px; font-weight:400; font-family: "Open Sans", serif; overflow-x: hidden !important;}

a, button {text-decoration: none; outline: 0;}
a:hover{text-decoration: none;cursor: pointer;}
a:focus{box-shadow: none;outline: none}
ul,li { margin: 0; padding: 0; list-style-type: none;}
    
/* ~~~~~~~~~ Genaral  CSS ~~~~~~~~~ */

.headTopBar {position: fixed; top: 0; width: 100%; overflow: hidden;}
.headTopBarText {
  display: flex;
  justify-content: flex-end;
  color: #ffae42;
  font-size: 14px;
  align-items: center;
  background-color: #0f4d91;
  padding: 5px 0;
  position: relative;
  margin-left: 130px;
}
.headTopBarText img {margin-left: 30px;}
.headTopBarText:before {
  position: absolute;
  content: '';
  left: -50px;
  top: 0px;
  border-top: 90px solid #0f4d91;
  border-left: 50px solid transparent;
}
.headTopBarText:after {
  position: absolute;
  content: '';
  left: 100%;
  top: 0px;
  background-color: #0f4d91;
  height: 100%;
  width: 5000px;
}
.headTopBarText span {margin-left: 10px;}
.mobLogo {display: none;}
.logo {
  position: relative;
  z-index: 1;
  width: 150px;
  
}
.logo img {max-width: 100%; height: auto !important; width: auto !important;}
.selectOuter:after {content: ""; position: absolute; display: inline-block; right: 0; top: 0; width: 15px; height: 20px; background: #000;}
.nav-link {white-space: nowrap;}
.navbar {
  top: 76px;
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, .05);
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -khtml-transition: all ease-in-out 0.5s;
}
.navbar-expand-md .navbar-nav .nav-link { color: #1a1a1a; font-size: 13px; font-weight: 600; text-transform: uppercase;}
.topsection {position: relative; padding: 130px 0 50px; text-align: center; overflow: hidden; background: url(../images/web-top.png) center top no-repeat;}
.content {width: 1420px; position: relative; max-width: 100%; padding: 0 15px; margin: 0 auto;}
.search {position: relative; }
.search [type=button]:not(:disabled), [type=reset]:not(:disabled), .search [type=submit]:not(:disabled), .search button:not(:disabled) {
    cursor: pointer;
    border: none;
    right: 10px;
    top: 2px;
}
.search .form-control {
    border-radius: 20px;
    border: 1px solid #666;
    padding-right: 35px;
}
.search .btn i {color: #0f4d91; font-size: 21px;}
.search .btn:hover {border-radius: 50%; background-color: #c70100;}
.userProfile {display: inline-flex; margin-left: 15px;}
.profIcon {
    width: 40px; 
    height: 40px; 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    background-color: #0f4d91; 
    color: #ffae42;
    transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s;
}
.profText {
    width: auto; 
    height: 40px; 
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    background-color: #ffae42; 
    color: #0f4d91; 
    padding: 0 10px;
    transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s;
}
.userProfile:hover .profText { background-color: #0f4d91; color: #ffae42; }
.userProfile:hover .profIcon { background-color: #ffae42; color: #0f4d91; }

.social {padding: 40px 15px; background-color: #019edb; }
.social img {max-width: 100%;}
.social .row {max-width: 700px; margin: 0 auto; text-align: center;}
footer {padding: 60px 15px 30px; position: relative; background-color: #0f4d92; border-top: 3px solid var(--color2);margin-top: 100px;}
.footercontent { width: 1050px; margin: 0 auto;}
.footerboxicon {display: inline-block; width: 75px;}
.footerboxicon img {max-width: 100%;}
.footerboxText h4 {color: #019edb; text-transform: uppercase; text-align: left; font-size: 17px; font-weight: 700 !important;}
.footerboxText a, .footerboxText p {color: #fff; font-size: 15px; margin: 0; text-align: left; font-weight: 400; display: block;}
.copyright {color: #fff; font-size: 16px; margin-top: 50px; text-align: center; font-weight: 500;}
.top {width: 125px; display: inline-block; margin-bottom: 0; position: absolute; margin-left: -62px; left: 50%; bottom: 0; cursor: pointer;}
.trade_enquires{
    padding: 30px 0;
}
.company_info{
    background-color: #dbdbdb;
    padding: 80px 0;
} 
.textwidget{
    margin-top: 10px;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 19px 20px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 19px 20px -15px rgba(0,0,0,0.75);
box-shadow: 0px 19px 20px -15px rgba(0,0,0,0.75);
}
.cibox h2{
    text-align: center;
    text-transform: capitalize;
}
img.img-fluid.img-radius {
    border-radius: 20px;
    image-rendering: 20px;
    width: 100%;
}
.textwidget-content p{
    padding:  20px 20px 10px 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
a.link-know-morw{
     padding:  20px 20px 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #c70100;
}
a.link-know-morw:hover{
    transition: 0.3s;
    color: e90806;
}


.cibox h2 {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600;
}


section.product-section {
    padding: 20px 0 50px 0;
}

.product-head h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.battery-img-area img{
-webkit-box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
-moz-box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
}

.battery-img-area{
    position: relative;
}

.battery-img-area:before {
    content: "";
    position: absolute;
    background-color: #e32326;
    height: 60px;
    width: 600%;
    bottom: 0;
    left: -1275px;
    z-index: -1;
}


.flaslight-img-area{
    position: relative;
}
.flaslight-img-area img{
-webkit-box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
-moz-box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
}

.flaslight-img-area:before {
    content: "";
    position: absolute;
    background-color: #e32326;
    height: 60px;
    width: 600%;
    bottom: 0;
    left: -1270px;
    z-index: -1;
}


.lighting-solution-img-area{
    position: relative;
}

.lighting-solution-img-area img{
-webkit-box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
-moz-box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
box-shadow: -14px 17px 27px -27px rgba(97,97,97,1);
}
.lighting-solution-img-area:before {
content: "";
    position: absolute;
    background-color: #e32326;
    height: 60px;
    width: 600%;
    bottom: 0;
    left: -1295px;
    z-index: -1;
}

.gaping-arsetion{
    padding: 20px 0;
}



.contact-adders{
    text-align: left;
}
/* .contact-adders img {
    width: 200px;
} */


.addres-area h6{
    font-size: 18px;
    font-weight: 600;
    color: #ffff;
    padding: 16px 0;
}
.address-content, .email-addres {
    list-style: none; /* Removes bullets */
    padding: 0; /* Optional: Removes default padding */
    margin: 0; /* Optional: Removes default margin */
    color: var(--color4); /* Sets text color to white */
}

.address-content li, .email-addres li {
    margin-bottom: 5px; /* Optional: Adds spacing between list items */
    font-size: 14px;
}
.addres-area p, .footerMenu p { color: var(--color7); font-size: 13px; margin-top: 20px;}
.footerMenu {display: block;}
.footerMenu h2 {color: var(--color2); font-size: 18px; margin: 0 0 30px !important; font-weight: 400; text-align: left; margin-bottom: 12px;}
.footerMenu h2 a {color: var(--color2);}
.footerMenu h4 {color: var(--color2); font-size: 14px; margin: 0; text-align: left;}
.footerMenu h6 {color: var(--color2); font-weight: 300; font-size: 13px; margin: 30px 0 0; text-align: left;}
.footerMenu ul {padding: 0;}
.footerMenu ul li {color: var(--color7); display: block; margin-top: 10px; font-size: 14px; font-weight: 300; text-align: left;}
.footerMenu ul li a {color: var(--color7);}
.socialSec {display: flex; margin-top: 10px;}
.socialSec i {
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    background-color: var(--color2);
    margin-left: 5px;
    border-radius: 50%;
    display: inline-flex
;
    padding: 4px;
}
.socialSec h4 {color: var(--color2); font-size: 14px; margin: 0 0 20px; text-align: left;}

footer .row {justify-content: space-between;}

.ftr_prt_frm form {
    display: flex;
    flex-direction: column; /* Stack inputs vertically */
    align-items: flex-start; /* Align items to the left */
    gap: 1px; /* Add spacing between elements */
}


.ftr_prt_frm {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
    background-color: none;
    color: white;
    border-radius: 8px;
    margin-top: 15px;
}

.ftr_prt_frm h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
}

.ftr_prt_frm form input[type="text"],
.ftr_prt_frm form input[type="email"],
.ftr_prt_frm form input[type="tel"],
.ftr_prt_frm form input[type="text"], .ftr_prt_frm form input[type="email"], .ftr_prt_frm form input[type="tel"], .ftr_prt_frm form textarea {
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 5px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-size: 14px;
    background-color: #ffffff;
    color: white;
    max-width: 220px;
}

.ftr_prt_frm form input[type="text"]:focus,
.ftr_prt_frm form input[type="email"]:focus,
.ftr_prt_frm form input[type="tel"]:focus,
.ftr_prt_frm form textarea:focus {
    border-color: #f4a261; /* Highlight on focus */
    outline: none; /* Removes default focus outline */
    background-color: #555;
}

.ftr_prt_frm form input[type="submit"] {
    width: auto;
    padding: 6px 30px;
    background-color: var(--color2);
    border: none;
    border-radius: 2px;
    color: var(--color5);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0;
    position: relative;
    left: 0;
    transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s;
     width: 100px;
}

.ftr_prt_frm form input[type="submit"]:hover {
    width: 193px;
    max-width: 100%;
}
.carousel-control-prev-icon {
    background: url(../images/prev.png) left top no-repeat;
    width: 50px;
    height: 18px;
    background-size: 100%;
}
.carousel-control-next-icon {
    background: url(../images/next.png) left top no-repeat;
    width: 50px;
    height: 18px;
    background-size: 100%;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
    bottom: 50px;
    width: 50px;
    left: 135px !important;
    top: auto;
}
.testimonial-main-wrapper .carousel-control-prev {
    left: 55px !important;
}
.carousel-control-next {left: 270px !important;}

.banner .carousel-control-next, .banner .carousel-control-prev {
    bottom: 0;
    left: 16px !important;
}
.banner .carousel-control-next {left: 170px !important;}




/* Designed by Subhajit Start */

/* Partner Start */
.span-txt{
    color: var(--color2);
}
.partner-txt h2{
    color: var(--color1);
    font-size: 30px;
}

.partner-wrapper{
    background: var(--color3);
}
.partner-wrapper .partner{
    padding-top: 70px;
    padding-bottom: 70px;
}
.partner-img-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 16px; 
}
.partner-img-wrapper .partner-logo{
    background: var(--color4);
    display: flex;
    justify-content: center;
    padding: 10px;
    height: 85px;
    border: 1px solid #b6b6b6;
    transition: all ease-in-out 0.2s;
	 -moz-transition: all ease-in-out 0.2s;
	 -webkit-transition: all ease-in-out 0.2s;
	 -o-transition: all ease-in-out 0.2s;
	 -ms-transition: all ease-in-out 0.2s;
	 -khtml-transition: all ease-in-out 0.2s;
    cursor: pointer;
}
.partner-img-wrapper .partner-logo img{
    width: 100%;
    object-fit: contain;
    height: 100%;
    transition: all ease-in-out 0.4s;
	 -moz-transition: all ease-in-out 0.4s;
	 -webkit-transition: all ease-in-out 0.4s;
	 -o-transition: all ease-in-out 0.4s;
	 -ms-transition: all ease-in-out 0.4s;
	 -khtml-transition: all ease-in-out 0.4s;
}

/* .partner-img-wrapper .partner-logo:hover {

    box-shadow: 0 0 20px rgba(251, 230, 129, 0.7);
    --main-bg: conic-gradient(from var(--border-angle), rgb(255, 255, 255), rgb(255, 255, 255) 5%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 95%);
    background-color: #fff;
    text-shadow: 0 1px 0 #000;
    --border-angle: 0turn;
    border: solid 3px transparent;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #ffae42, #0f4d91 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
}
.partner-img-wrapper .partner-logo:hover img{
    transform: scale(0.9)
} */

.svg-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
      margin: 0 auto;
    width: 320px;  
  }
  .shape {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
    fill: transparent;
    stroke: #19f6e8;
    border-bottom: 5px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
  }
  .text {
    top: -48px;
    position: relative;
  }
  .shape:hover {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
  }

.box {
    width: 60vmin;
    height: 50vmin;
    display: grid;
    place-content: center;
    color: white;
    --main-bg: conic-gradient(from var(--border-angle), #213, #112 5%, #112 60%, #213 95%);
    background-color: #000;
    border-radius: 2em;
  }
  
  .box:hover {
    

    text-shadow: 0 1px 0 #000;
    --border-angle: 0turn;
   
    border: solid 5px transparent;
    
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
  }
  @keyframes bg-spin {
    from { --border-angle: -2turn; --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #ffae42, #0f4d91 99%, transparent);}
    to {
      border: 3px solid transparent;
    }
    
  }
  @property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  
  

/* Partner End   animation-play-state: paused;*/


/* Prodcuts Start */
.products-wrapper{
    background: var(--color8);
    padding: 70px 0 70px 0;
}

.product-inner{
    display: flex ;
    row-gap: 20px;
}

.cardss {
    background: var(--color4);
    overflow: hidden;
    padding: 20px;
    border: 1px solid #b6b6b6;
    width: 100%;
    height: 100%;
}
.cardsTxt {min-height: 100px;}
.cardss h4 {
    color: var(--color1);
    line-height: normal;
    font-weight: 700;
    min-height: 70px;
}
.cardss p{
    line-height: normal;
}
.cardss .cards-img img {
    right: -100px;
    position: relative;
    max-width: 480px;
}
.cardss .cards-logo-img{
    display: flex;
    justify-content: center;
}
.cardss .cards-logo-img img{
    height: 32px;
    margin-top: 10px;
}
.cardss a.know-btn{
    display: block;
    font-weight: 600;
    color: var(--color1);
    text-align: center;
    margin-top: 15px;
    transition: all ease-in-out 0.5s;
	 -moz-transition: all ease-in-out 0.5s;
	 -webkit-transition: all ease-in-out 0.5s;
	 -o-transition: all ease-in-out 0.5s;
	 -ms-transition: all ease-in-out 0.5s;
	 -khtml-transition: all ease-in-out 0.5s;
     height: 30px;
}
.cardss a.know-btn:hover {color: #000;}
.theme-btn1{
    background: var(--color2);
    color: var(--color1);
    padding: 10px;
    font-weight: 500;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 2px;
}
.theme-btn1:hover{
    background: var(--color1);
    color: var(--color4);
}

.theme-btn2{
    background: var(--color1);
    color: var(--color4);
    padding: 10px;
    font-weight: 500;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    transition: background 0.3s;
    border-radius: 2px;
}
.theme-btn2:hover{
    background: var(--color2);
    color: var(--color1);
}
.product-btn-wrapper{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

/* Prodcuts End */
/* Locations Start */
.location-wrapper{
    background: var(--color4);
    padding: 70px 0 70px 0;
}
/* Locations End */


img {
    user-select: none;
  }


/* Blog Start */

.blogs-wrapper .cardss{

  height: 500px;

  display: flex;

  justify-content: flex-end;

  align-items: flex-end;

  padding: 0;

  border-color: #e9e9e9;

  background-repeat: no-repeat !important;

  background-size: cover !important;

}

.cardss .cards-txt {

  padding: 10px 20px 40px;

  background-color: var(--color4);

  height: auto;

  margin-left: 35px;

  border-left: 3px solid var(--color2);

  width: calc(100% - 35px);

}

.cardss .cards-txt p{

  margin-bottom: 10px;

}

.cardss .cards-txt h5 {
  height: 70px;
  line-height: 20px;
}

/* Blog End */

  .socialSec a{
    color: var(--color5);
  }
  .socialSec a:hover{
    color: var(--color1);
  }


  /* Review Section Start */
  .testimonial-main-wrapper{
    background: var(--color3);
    padding: 70px 0 70px 0;
  }
  .testimonial-main-wrapper .carousel-indicators{
    display: none;
  }
  .testimonial-wrapper{
    display: flex;
    justify-content: center;
    
  }

  .testimonial-wrapper .testi-img{
    border-radius: 8px 0 0 8px;
    overflow: hidden;
  }

  .testimonial-wrapper .testi-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .testimonial-wrapper .testi-img{
    padding: 0;
  }
  .testimonial-wrapper .testi-txt{
    background-color: var(--color1);
    color: var(--color4);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius:0 8px 8px 0;
    overflow: hidden;
  }

  .testi-txt:before{
    position: absolute;
    content: "";
    background: url(../images/testimonial/qutation.png)  no-repeat;
    display: block;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background-size: 100%;
  }
  .testimonial-main-wrapper .container {position: relative;}
  .testimonial-main-wrapper .carousel-control-next, .testimonial-main-wrapper .carousel-control-prev {
    bottom: 0;
    width: 50px;
    top: 0;
  }
  .testimonial-main-wrapper .carousel-control-next {
    left: auto !important;
    right: 50px;
  }
 

  
  /* Review Section End */


/* Designed by Subhajit End */

/* Designed By Dipankar Start */
.bannerSec {background-color: #fff; position: relative; display: flex; justify-content: flex-end;}
.banner .container {position: absolute; z-index: 1; top: auto; bottom: 50px; display: block; left: 50%; transform: translate(-50%, 0);}
.bannerSec .container {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banIm {width: 774px; max-width: 60%; position: relative; display: inline-block; overflow: hidden; padding: 5px 0 0 5px;}
.banIm img {width: 100%;}
.banIm:before {position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0; top: 0; background: url(../images/banner-cover.png); background-size: 100% 100%;}
.banText {
    max-width: 470px;
    display: inline-block;
    color: var(--color5);
    font-size: 22px;
    line-height: 44px;
}
.banText span {
  display: block;
  color: var(--color1);
  font-size: 58px;
  line-height: 66px;
  font-weight: 600;
}
.banText span i {color: var(--color2); font-style: normal;}


.products-wrapper .partner-txt, .location-wrapper .partner-txt {padding: 0 15px;}

/* Designed By Dipankar End */

 /* Location Start */
  
 .info-item{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }
  .info-item .info-img{
    width: 95px;
    height: 95px;
  }
  .info-item .info-img img{
    width: 100%;
  }
  .info-txt{
    border-top: 2px solid var(--color2);
    border-bottom: 2px solid var(--color1);
    padding: 5px 2px;
    min-width: 100px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .info-txt h5{
    margin-bottom: 3px;
  }
  .info-txt .span-txt{
    color: var(--color1);
    font-weight: 700;
  }
  .info-map img{
    width: 100%;
    object-fit: cover;
  }
  /* Location End */


  /*===================*/
/* SKEW FORWARD
/*===================*/

.skew-forward-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  .skew-forward-on-hover:hover, .skew-forward-on-hover:focus, .skew-forward-on-hover:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
  .skew-backward-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  .skew-backward-on-hover:hover, .skew-backward-on-hover:focus, .skew-backward-on-hover:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  .proLeft {display: flex; align-items: stretch; flex-wrap: wrap; }
  .partnerButton {
    display: flex;
    align-items: flex-end;
  }
  .partner .row { display: flex; justify-content: space-between;}
  .carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }

  .partner-logo {
    background: var(--color4);
    display: flex;
    justify-content: center;
    padding: 10px;
    height: 85px;
    border: 1px solid #b6b6b6;
  }

  .partner-wrapper .owl-carousel button.owl-dot {
    background: #000;
    color: inherit;
    border: none;
    padding: 5px !important;
    font: inherit;
    margin: 5px;
    border-radius: 50%;
    height: 2px;
    width: 2px;
  }
  .partner-wrapper .owl-dots {
    display: flex;
    justify-content: center;
  }
  .partner-wrapper .carousel-wrap {
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .partner-wrapper .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 100%;
  }
  .partner-logo {
    align-items: center;
 }
 .partLogoMob {display: none;}
 .blogs-wrapper .carousel-wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
 }


 /* Search */

 nav.search-nav.dropdown {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1035;

}

.search-nav.desktop .searchbox {
    margin: 25px auto;
}
.searchbox {
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    margin: auto;
    max-width: 900px;
    display: flex;
}

.search-nav .searchbox [type="text"] {
    background: #f4f4f4;
    color: #333;
    
}
.searchbox [type="text"] {
    background: #fff;
    border: 0;
    border-radius: 30px 0 0 30px;
    border-right: 0;
    font-size: 12px;
    height: 40px;
    padding: 5px 10px 5px 25px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    
}

.dropdown .header-close-button {
    background: transparent;
    border: 0;
    height: 35px;
    margin-top: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    z-index: 1;
    
}
button.search-submit{
    background: transparent;
    border: none;
}
 .search-terms {
    transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
    width: 0;
}
.cardss .cards-txt a.know-btn {
    text-align: left;
    margin-top: 0;
    position: absolute;
    bottom: 7px;
}
.cardss .cards-txt a.know-btn:hover {color: #000; font-size: 17px;}

/* .logo img{
    width:100% !important;
    height:auto !important;
} */

/* Page Loader Styling */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none; /* Hide loader initially */
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Content Styling */
.content {
    padding: 20px;
}

/* Define the keyframes for the red border animation */
@keyframes redBorder {
  0% {
      border: none;
  }
  50% {
      border: 2px solid red;
  }
  100% {
      border: none;
  }
}

/* Initially, apply no border to any partner-logo */
.partner-logo {
  border: none;
}


/* The red border animation class */
/* .animate-border {
  box-shadow: 0 0 20px rgba(251, 230, 129, 0.7);
    --main-bg: conic-gradient(from var(--border-angle), rgb(255, 255, 255), rgb(255, 255, 255) 5%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 95%);
    background-color: #fff;
    text-shadow: 0 1px 0 #000;
    --border-angle: 0turn;
    border: solid 3px transparent;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #ffae42, #0f4d91 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
} */


.partner-img-wrapper .partner-logo {
  box-shadow: 0 0 20px rgba(251, 230, 129, 0.7);
  --main-bg: conic-gradient(from var(--border-angle), rgb(255, 255, 255), rgb(255, 255, 255) 5%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 95%);
  background-color: #fff;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  border: solid 3px transparent;
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 6s linear;
  background-color: #fff;
}

/* css for resource page */

.innerBanner .banText {
  font-size: 17px;
  line-height: 27px;
}
.innerBanner .bannerSec, .innerBanner {
  background-color: #e7e7e7;
}
.innerBanner .banText span {
  margin: 0 0 10px;
}
.innerBanner .banText h6 {color: var(--color1); font-size: 15px; margin: 0 0  20px; font-weight: 600;}
.innerBanner .banText h6 span {color: var(--color2); font-size: 15px; display: inline; line-height: normal;}
.innerBanner .banIm:before {
  background: url(../images/resource/resource-banner-cover.png);
  background-size: 100% 100%;
}
.bannerSec{
  padding-top: 14px;
}
.resourceProduct {
  margin: 70px auto;
  max-width: 1290px;
  position: relative;
}
.resourceProduct .table td {border: none;}
.resourceProduct .table td:last-child {display: none;}
.resourceProduct .table td:first-child {display: block;}
.productName {display: flex; align-items: center; margin-bottom: 15px;}
.productSearch {margin: 20px 0; position: relative; padding-right: 10px; }
.productSearch input[type="search"]{ border: 1px solid #0e4d92; padding: 5px 50px 5px 15px; height: 60px; width: 100%;}
.productSearch .submit{ border: none; height: 58px; padding: 5px; display: inline-flex; cursor: pointer; background: #fff url(../images/resource/search-icon.jpg) center center no-repeat; width: 50px; position: absolute; top: 1px; right: 11px;}
.proType {
  color: var(--color1);
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  width: 220px;
  display: inline-block;
}
.proTypeRight {width: calc(100% - 220px); display: inline-block;}
.proTypeRight span {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid var(--color1);
  background-color: #fff;
  margin: 5px 3px;
  font-size: 16px;
  color: #626262;
  cursor: pointer;
  transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s;
}
.proTypeRight .active, .proTypeRight span:hover, .proTypeRight span:focus, .proTypeRight span:active, .proTypeRight span:focus-visible {background-color: var(--color2); color: #000;}
.proBox {background-color: #edf2ee; max-width: 100%;}
.proBoxIm {display: block; position: relative;}
.proBoxIm img {width: 100%; height: 100%; object-fit: cover; }
.yellowRound {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -38px;
  left: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.yellowRound img {width: 100%;}
.proBoxText {
  padding: 50px 20px 20px;
  text-align: left;
}
.proBoxText h3 {
  color: var(--color1);
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
.proBoxText h6 {
  color: #3e3e3e;
  font-size: 13px;
  margin: 0 0 4px;
  font-weight: 500;
}
.proBoxText a { 
  color: var(--color1);
  font-size: 18px;
  margin: 20px 0 0;
  font-weight: 600;
  display: inline-block;
  transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s;
}
.proBoxText a:hover {color: #000;}
.proFilter .form-control.form-control-sm {
  position: absolute;
  max-width: 1258px;
  top: 70px;
  font-size: 18px;
  padding: 15px 20px;
  left: 10px;
}
.resourceProduct h2 {
  color: var(--color1);
  font-size: 25px;
  margin: 40px 0 15px;
  font-weight: 600;
}
.resourceProduct h1 {
  color: var(--color1);
  font-size: 38px;
  margin: 0;
  font-weight: 600;
}
.resourceProduct h1 i {
  color: var(--color2);
  font-style: normal;
}
.productSheet {display: block;}
.productSheet ul {padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.productSheet ul li {width: calc(33.33% - 15px); list-style-type: none; margin-top: 20px;}

.productSheetSearch {display: block;}
.productSheetSearch ul {padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.productSheetSearch ul li {width: calc(33.33% - 15px); list-style-type: none; margin-top: 20px;}

/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
}

.close {
  font-weight: bold;
  width: 36px;
  position: absolute;
  right: -12px;
  top: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background: #ccc;
  border-radius: 50%;
  padding: 10px;
  font-size: 32px;
  color: #000;
  border: 1px solid #999;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.proBoxText p {
  font-size: 16px;
  margin: 10px 0 0;
  color: #3e3e3e;
  min-height: 50px;
}
.whitee {background-color: #fff !important;}
.aboutBanner .banText {
  max-width: 720px;
}
.abtBanSec {
  background-color: #eef2ee;
  padding: 60px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color1);
  overflow: hidden;
}
.abtBanSec strong {
  color: var(--color2);
  font-weight: 600;
}
.ourJourney {
  padding: 60px 0;
  text-align: center;
}
.entGrade, .policyBody {
  padding: 60px 0 0;
  text-align: center;
}
.ourJourney h2, .abtBanSec h2, .entGrade h2, .policyBody h2, .policyBody h1 {
  color: var(--color1);
  font-size: 30px;
  text-align: center;
}
.policyBody h3 {text-align: left; margin: 50px 0 20px; font-weight: 700; font-size: 26px; color: var(--color1);}
.policyBody h5 {text-align: left;}
.policyBody h1 {
  color: var(--color2);
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
.policyBody h2 {font-size: 40px; font-weight: 600;}
.policyBody h1 i {
  color: var(--color1);
  font-size: 20px;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  font-style: normal;
}
.policyBody h5 {font-weight: 600;}
.policyBody ul {
  margin: 0 0 20px;
  padding-left: 20px;
}
.policyBody ul li {
  list-style-type: disc;
  text-align: left;
  margin-top: 15px;
}
.policyBody p {text-align: left;}
.abtBanSec h2 {margin-bottom: 34px;}
.ourJourneyInner {max-width: 1100px; margin: 0 auto; position: relative;}
.ourJourneyInnerRow {display: flex; justify-content: flex-end; }
.ourJourneyBox {display: inline-flex; width: calc(50% + 70px); text-align: left; align-items: center; position: relative; padding: 50px 0;}
.ourJourneyBox:after {content: ""; left: 69px; width: 2px; top: 50%; height: 50%; position: absolute; background-color: var(--color1);}
.ourJourneyBox:before {content: ""; left: 69px; width: 2px; bottom: 50%; height: 50%; position: absolute; background-color: var(--color1);}
.ourJourneyBoxRound {
  min-width: 140px;
  margin-right: 50px;
  position: relative;
  height: 137px;
  border-radius: 50%;
  display: inline-flex;
  color: var(--color1);
  font-size: 28px;
  font-weight: 600;
  background-color: var(--color2);
  border: 12px solid #fff;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.ourJourneyBoxRound:before {
  content: "";
  border-radius: 50%;
  width: 140px;
  position: absolute;
  height: 137px;
  display: inline-block;
  border: 1px dashed #224d8c;
  top: -12px;
}
.ourJourneyBoxRound:after {
  content: "";
  border-radius: 50%;
  z-index: 2;
  width: 143px;
  position: absolute;
  height: 142px;
  display: inline-block;
  border-top: 6px solid #f4b158;
  border-right: 6px solid #f4b158;
  transform: rotate(-45deg);
  top: -16px;
  left: -14px;
}
.ourJourneyText {
  font-size: 14px;
  font-weight: 500;
  color: var(--color1);
}
.ourJourneyInnerRow:nth-child(even){
  justify-content: flex-start;
}
.ourJourneyInnerRow:nth-child(even) .ourJourneyBoxRound {
  order: 2;
  margin-left: 50px;
  margin-right: 0;
}
.ourJourneyInnerRow:nth-child(even) .ourJourneyText {order: 1;}
.ourJourneyInnerRow:nth-child(even) .ourJourneyBox {
  text-align: right;
  justify-content: flex-end;
}
.ourJourneyInnerRow:nth-child(even) .ourJourneyBox:after {
  left: auto;
  right: 69px;
}
.ourJourneyInnerRow:nth-child(even) .ourJourneyBox:before { left: auto; right: 69px; }
.ourJourneyInnerRow:nth-child(even) .ourJourneyBoxRound {
  color: var(--color2);
  background-color: var(--color1);
}
.ourJourneyInnerRow:nth-child(even) .ourJourneyBoxRound:after {
  border-top: 6px solid #224d8c;
  border-right: 6px solid #224d8c;
}
.ourJourneyInnerRow:first-child .ourJourneyBox:before, .ourJourneyInnerRow:last-child .ourJourneyBox:after { display: none; }
.ourJourneyInnerRow:last-child .ourJourneyBox {padding-bottom: 0;}
.certificateBox {max-width: 200px; border-radius: 30px; margin: 0 auto;}
.certificateBox img {width: 100%;}
.blogs-wrapper.certificateArea .carousel-wrap {
  max-width: 1100px;
}
.trending .cardss .cards-txt h4 {
  min-height: 1px;
}
.trending .cardss .cards-txt {
  padding: 10px 20px;
  min-height: 160px;
}
.blogs-wrapper.trending .cardss {
  margin-bottom: 20px;
  background-position: center !important;
}
.abtBanSec .nav.nav-tabs {background-color: var(--color2); justify-content: center;}
.abtBanSec .nav-link {color: #252b3a;}
.abtBanSec .nav-tabs .nav-link:focus, .abtBanSec .nav-tabs .nav-link:hover {
  border-left: 1px solid #ffae42;
  border-right: 1px solid #ffae42;
  border-radius: 0;
}
.abtBanSec .nav-tabs .nav-link:hover {
  background-color: var(--color3);
  border-top: 1px solid #ffae42;
}
.abtBanSec .nav-link.active, .abtBanSec .nav-link.active:hover {color: var(--color3); border-radius: 0; background-color: var(--color1); border: none;}
.leadership {position: relative; margin-bottom: 30px;}
.leadership:before, .leadership:after {width: 5000px; content: ""; position: absolute; display: block; right: 99%; height: 41px; background-color: var(--color2); top: 0;}
.leadership:after {left: 99%; right: auto;}
.leaderImage img {
  width: 100%;  
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.leaderImage img:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.leaderBox h6 {color: #252B3A; font-size: 18px; font-weight: 600; margin: 15px 0 6px;}
.leaderBox p {color: #6D6D6D; font-size: 14px; font-weight: 500; margin: 0 0 15px;}
.leaderBox {margin: 20px 0 0;}
.sociallink .fa-linkedin-square {font-size: 22px; color: var(--color1);}
.abtBanSec .tab-pane .row {justify-content: center;}
.uemLogo img {max-width: 100%;}
.uemDetails {align-items: center; justify-content: space-between;}
.uemDetails .product-btn-wrapper {
  justify-content: flex-start;
}
h2 {font-weight: 700;}
.whyUse h2 {
  max-width: 530px;
  margin: 0 auto;
}
.whyUse.linuxOs h2 {
  max-width: 100%;
}
.whyUse ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1120px;
}
.linuxOs.whyUse ul {max-width: 100%;}
.whyUse ul li {
  width: 430px;
  display: inline-block;
  text-align: center;
  margin-top: 70px;
}
.whyUseCol {display: block;}
.whyUseColIcon img {width: 70px; margin: 0 auto;}
.whyUseCol h4 {
  font-size: 19px;
  color: var(--color1);
  margin: 15px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
.whyUseCol p {
  font-size: 16px;
  color: var(--color1);
  margin: 15px 0 0;
  font-weight: 500;
}


.keyFeature .card {
  width: 100%;
  height: 500px;
  margin: 1rem auto;
  perspective: 1000px;
  cursor: pointer;
  border: none;
  background-color: #eef2ee;
}

.keyFeature ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
}
.keyFeature ul li {
  width: 32%;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
  list-style-type: none;
}
.keyFeature .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  overflow: hidden;
}

.keyFeature .card:hover .card-inner {
  /* transform: rotateY(180deg); */
}

.keyFeature .card-front,
.keyFeature .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyFeature .card-back {
  display: block;
  position: absolute;
  top: 84%;
  transition: all 1s ease-out;
  color: white;
  /* transform: rotateY(180deg); */
  padding: 30px;
}
.keyFeature .card:hover .card-back {
  top: 0;
  background: rgba(34, 77, 140, 0.9);
}
.keyFeature .card-back p {margin-top: 20px;}
.keyFeature .card-front {
  overflow: hidden;
}
.keyFeature .card-front:after {content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.6446953781512605) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0) 100%);}
.keyFeature .card-front h3 {font-size: 22px; color: #fff; position: absolute; left: 20px; right: 20px; bottom: 20px; text-shadow: 0px 0px 8px #000;}
.keyFeature .card-front img {min-width: 100%; min-height: 100%; max-height: 100%; object-fit: cover;}

.keyFeature .card-back h4 {font-size: 22px; text-transform: uppercase;}
.msArea {padding: 60px 0;}
.msAreaIm {position: relative;}
.msAreaIm h2 {
  font-size: 35px;
  color: var(--color1);
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 600px;
  line-height: 45px;
}
.msAreaIm h2 span {color: var(--color2);}
.msAreaIm img {width: 100%;}
.msSec {background-color: var(--color1); padding: 0 60px 70px; background-color: var(--color1);}
.msSec ul {margin: 0; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.msSec ul li {display: inline-block; width: 45%; display: inline-block; margin-top: 60px; text-align: left;}
.msCol {display: block;}
.msColIm img {width: 76px;}
.msCol h4 {font-size: 22px; color: #fff; text-transform: uppercase; font-weight: 600; margin-top: 15px; }
.msCol p {font-size: 16px; color: #fff;  font-weight: 500; margin-top: 20px; }
.entGrade .carousel-wrap {
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
}
.egBox {background-color: var(--color3); text-align: center; padding: 28px;}
.egBox p {
  font-size: 16px;
  color: var(--color1);
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 265px;
  margin: 0 auto 20px;
}
.egBoxIm img {max-width: 200px; margin: 0 auto; margin-bottom: 20px;}
.egBox a, .cards-txt a {font-size: 16px; color: var(--color2); font-weight: 500; transition: all 1s ease-out;}
.egBox a:hover, .cards-txt a:hover {color: #000;}
.linuxCol {display: block; background-color: var(--color1); padding: 30px; text-align: center; height: 100%;}
.linuxColIcon img {width: 70px; margin: 0 auto;}
.linuxCol h4 {
  font-size: 19px;
  color: var(--color3);
  margin: 15px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
.linuxCol p {
  font-size: 16px;
  color: var(--color3);
  margin: 15px 0 0;
  font-weight: 500;
}
.colSec .col-lg-4 {margin: 10px 0;}
.bannerArea {display: block;}
.bannerArea img {width: 100%;}
.bannerAreaMob {display: none;}
.productButton {display: flex; justify-content: center;}
.productButton a:nth-child(2) {margin-left: 260px;}


/* ================== blog page css start ================== */

.blog-content {
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all 0.2sease-in-out;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #eef2ee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
 
.blog-content-section.py-50 {
  padding: 15px 0 !important;
}
.blog-content-section .blog-inner-content h2.blog-heading {
  font-size: 24px;
}
.blog-content-section { background-color: #ffffff;}
 
 .blog-section p, .blog-content h2 a{color: #333;}
 
 .blog-content .blog-image {
  text-align: center;
}
.blog-content .blog-image img {
  border-radius: 16px !important;
}


.blog-left-content p {
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 3; */
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  margin: 15px 0 30px !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.calendar {
  position: relative;
  bottom: 2px;
}
.blog-content .download-link {
  transition: all 0.2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-content:hover .download-link span {
  color: var(--bs-primary);
}
.download-link {
  text-decoration: underline;
  text-underline-offset: 10px;
  transition: all 0.2s ease-in-out;
}
.download-link span {
  color: var(--bs-heading-color);
  transition: transform .4s ease-in-out;
}
.blog-content .download-link {
  transition: all 0.2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-content .blog-content-2 {
  padding: 22px 22px 30px 22px;
}
.blog-author-image {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
  overflow: hidden;
}
p.card-text.fs-5.fw-semibold.mb-0 {
  position: relative;
  top: 6px;
  left: 10px;
}
.blog-content .download-link, .blog-content .ticket-arrow {
  color: #10005f !important;
}
.blog-content.mb-30.mb-md-50 {
  margin-top: 50px;
  margin-bottom: 30px;
}
span.ticket-arrow.arrow-up-right {
  padding-left: 20px;
}
 
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}
.blog-content-image img {
  border-radius: 32px;
}
 
@media (max-width: 767.98px) {
  .blog-content .blog-image img {
    width: 100%;
  }
}













.blog-content-image img {
  border-radius: 32px;
  margin-bottom: 16px;
}
h2.aos-init.blog-details-heaing.aos-animate {
  margin-top: 30px;
  margin-bottom: 30px;
}
.coment-ser{
  margin-left: 30px;
}
.autuor-area{
  margin-bottom: 20px;
}
.blog-content-image.secgel-pos{
  margin-bottom: 20px;

}
.wp-block-quote {
  border-radius: 30px;
  border: 0px solid var(--bs-border-color);
  padding: 50px 35px 30px 35px;
}
h5.blog-inner-text.custom-jakarta.text-primary.fw-extra-bold {
  font-weight: 600;
  color: #0c4a8e;
}


/* blog inner page star */
section.blog-section.blog-vertical.rcntBlog {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
section.blog-section.blog-vertical.rcntBlog .owl-carousel.owl-drag .owl-item {padding: 10px;}
span.fs-3.straight-line-wrapper.fw-semibold.position-relative {
  color: #fff;
}
span.sub-title.fw-extra-bold.heade {
  color: #fff;
}
span.mb-n2.text-opacity.blog-heder {
  color: #ffb150;
}
p.text-lg-end.blog-fgt {
  color: #fff;
}
section.blog-section.blog-vertical.rcntBlog p.text-lg-end.blog-fgt {
  color: #000;
}
section.blog-section.blog-vertical.rcntBlog span.sub-title.fw-extra-bold.heade,
section.blog-section.blog-vertical.rcntBlog span.fs-3.straight-line-wrapper.fw-semibold.position-relative {
  color:  var(--color1);
}
.d-flex.align-items-center.gap-10 img {
  width: 30px;
  height: 30px;
}
.blog-content-wrapper.position-relative{
  padding-top: 20px;
  padding-bottom: 20px;
}
/* blog inner page end */


/* ================== blog page css close ================== */

/* ================== Contact page css Start ================== */
.contact-item{
  margin-bottom: 20px;
}
.contact-item img {
  width: 60px;
  margin-right: 10px;
}
.contact-item a{
  font-size: 22px;
  color: var(--color1);
  font-weight: 700;
}

.address-wrapper-details .address-item {
  color: var(--color1);
  padding: 40px 50px 30px;
}
.contactFromOuter {
  background-color: #eef2ee;
  padding: 60px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color1);
  overflow: hidden;
}
.contactFromOuter h2 {text-align: center; margin-bottom: 50px;}
.address-wrapper h2.titles{
  color: var(--color1);
 margin-top: 50px;
 margin-bottom: 50px;
}


.address-wrapper-details .address-items{
  border-right: 1px solid var(--color1);
  border-top: 1px solid var(--color1);
}

.address-wrapper-details .address-items:nth-child(3n){
  border-right: none;
}
.address-wrapper-details-top .address-items:nth-child(4n){
  border-right: none;border-top: none;border-left: 1px solid var(--color1);
}
.address-wrapper-details .address-items:nth-child(3), .address-wrapper-details .address-items:nth-child(2),.address-wrapper-details .address-items:first-child{
  border-top: none;
}
.address-wrapper-details .address-items h4 {
  color: var(--color1);
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}
.address-wrapper-details .address-items img {height: 50px;}
.address-wrapper-details .address-items {font-size: 16px;}
.contactFromOuter .form-control {
  border: 1px solid #224D8B;
  height: 50px;
  border-radius: 0 !important;
  background-color: transparent;
}
.contactFromOuter textarea.form-control {height: 150px;}
.contactFromOuter label {margin-bottom: 11px;}
.contactFromOuter label sup {color: #F40000;}
.mandatory {
  font-size: 12px;
  color: #F40000;
  margin-top: 7px;
}
.contact-details-item {margin-top: 50px;}
.contactFromOuter h3 {margin-top: 60px; text-align: center; font-weight: 700;  display: flex; justify-content: center;}
.contactFromOuter h3 .userProfile {color: var(--color1); display: inline; font-weight: 500; font-size: 15px;}


/* ================== Contact page css Close ================== */

/* ================== Cookie Page Start ================== */
 
span.yellow-text{
 
  color: var(--color2);
 
}
 
/* ================== Cookie Page  End================== */
 
 
 
button.theme-btn1.popup-submit {
 
    border: none;
 
}
/* ================== blog page changes start================== */
.blog-image.singal-head-blog {
  position: relative;
  height: 565px;            
  width: 100%;              
  overflow: hidden;          
}
 
.blog-image.singal-head-blog img {
  position: absolute;        
  top: 0;                    
  left: 0;                    
  width: 100%;                
  height: 100%;              
  object-fit: cover;          
}
.blog-image {
  position: relative;
  height: 365px;          
  width: 100%;              
  overflow: hidden;          
}
.blog-image img {
  position: absolute;        
  top: 0;                    
  left: 0;                    
  width: 100%;                
  height: 100%;              
  object-fit: cover;          
}
.blog-left-content {
  max-height: 360px;
  height: 360px;
  width: 100%;
  overflow: hidden;
}
/* .blog-content-image.secgel-pos.mt-30.mb-40.position-relative.overflow-hidden  {
  position: relative;
  height: 665px;            
  width: 100%;              
  overflow: hidden;
}
.blog-content-image.secgel-pos.mt-30.mb-40.position-relative.overflow-hidden img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
} */
 .blog-content-image.secgel-pos.mt-30.mb-40.position-relative.overflow-hidden  {
  position: relative;
  height: auto;            
  width: 100%;              
}
.blog-content-image.secgel-pos.mt-30.mb-40.position-relative.overflow-hidden img {
  width: 100%;
}
h2.blog-link.fs-4.fw-bold {
  min-height: 120px;
}
.blog-content-section .col-12 .col-lg-5 h2.blog-link.fs-4.fw-bold {min-height: 1px;}
.blog-content-section .col-12 .col-lg-5 {margin-top: 20px;}


/* ================== blog page changes End================== */


/* Modal styles */

.modal {

  display: none; /* Hidden by default */

  position: fixed;

  z-index: 1;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgb(0,0,0);

  background-color: rgba(0,0,0,0.4);

}



.modal-content {

  background-color: #fefefe;

  margin: 15% auto;

  padding: 20px;

  border: 1px solid #888;

  width: 80%;

  max-width: 700px;

}



.close {

  font-weight: bold;

  width: 36px;

  position: absolute;

  right: -12px;

  top: -12px;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 36px;

  background: #ccc;

  border-radius: 50%;

  padding: 10px;

  font-size: 32px;

  color: #000;

  border: 1px solid #999;

}



.close:hover,

.close:focus {

  color: black;

  text-decoration: none;

  cursor: pointer;

}






/* modal */


.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  z-index: -1;
}
.modal.call-back {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
} 
.bookingForm .modal-content {
  max-width: 92%;
  width: 1100px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 15px;
}
 

.modal.call-back{

  display: none;

  position: fixed;

  z-index: 1;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgb(0, 0, 0);

  background-color: rgba(0, 0, 0, 0.4);

  z-index: 9999;

}

.modal-content.request {

  background-color: #ffffff;

  margin: 15% auto;

  padding: 8px;

  border: 1px solid #888;

  width: 85%;

  max-width: 700px;

  border: 2px solid #ffb350;

  border-radius: 28px;

}

input.form-control.request-call-back-input {

  background-color: var(--blog-froms-bg);

  border-radius: 2px;

  padding: 0.50rem 0.675rem;

  border: 1px solid rgb(11 74 143);

  color: #000 !important;

}



input.form-control.request-call-back-input::placeholder {

  color: #0e4d92;

}



textarea.form-control.request-call-back-input {

  background-color: var(--blog-froms-bg);

  border-radius: 2px;

  padding: 0.50rem 0.675rem;

  border: 1px solid rgb(11 74 143);

  color: #000 !important;



}



textarea.form-control.request-call-back-input::placeholder {

  color: #0e4d92;

}



button.btn-close {

  height: 30px;

  width: 30px;

  background-color: #ee9a12;

  border-radius: 50%;

  color: #000000;

}

h4#exampleModalLabel {

  font-weight: 600;

  color: var(--color1);

  text-align: left;

  min-height: 1px;

}


.address-wrapper .heading-address-items img {height: 50px;}
.address-wrapper .heading-address-items {font-size: 16px;}
.address-wrapper .heading-address-items .heading-address-item{display: flex; flex-direction: row;margin: 40px 0;}
.address-wrapper .heading-address-items .heading-address-item:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid var(--color1);
    margin: auto;
}
.address-wrapper-details{padding: 0px 10px;}
.address-wrapper-details .address-items{border-top:none;border-right:none;}
.address-wrapper-details .address-items:first-child .address-item{padding-left:0px}
.address-wrapper-details .address-items {border-right: 1px solid var(--color1); border-top: 1px solid var(--color1); }
.address-wrapper-details .address-items:nth-child(3), .address-wrapper-details .address-items:nth-child(2), .address-wrapper-details .address-items:first-child {
  border-top: none;
}
.address-wrapper-details .address-items:nth-child(3n) .address-item {border-right:none;}
.address-wrapper .heading-address-items .heading-address-item .border-space{border-bottom:1px solid var(--color1); padding:0px 40px 0px}
.address-wrapper .boder-mid {
  border-bottom: 1px solid var(--color1);
  margin: 40px 0;
}
.address-wrapper .heading-address-items .heading-address-item span.itm-txt{ text-transform:uppercase;    color: var(--color1);
    font-size: 22px;
    font-weight: 600;
    margin: 10px 50px 10px 10px;
}
.pbtBot {display: flex; justify-content: space-between; align-items: flex-end; margin-top: 10px;}
.ourInfra .container {max-width: 1400px;}
.contButton {display: flex; align-items: center;}
.contButton .mandatory {margin-left: 15px;}
.product_show ul {justify-content: flex-start;}
.productSheet.product_show ul li {margin: 10px; width: calc(33.33% - 20px);}
.product_show ul {justify-content: flex-start;}
.productSheetSearch.product_show ul li {margin: 10px; width: calc(33.33% - 20px);}
.blogs-wrapper .cards-txt h5 a {
  color: var(--color1);
  transition: all 0.3s ease-out;
}
.blogs-wrapper .cards-txt h5 a:hover {
  color: var(--color2);
}
.blogs-wrapper.trending.ourInfra .cardss {display: block; height: auto; position: relative;}
.blogs-wrapper.trending.ourInfra .cardss .cards-txt {
  position: absolute;
  bottom: 1px;
  right: 1px;
  min-height: 140px;
}
.blogs-wrapper.trending.ourInfra .cardss .cards-txt p {font-size: 14px;}
.abtCardImage img {width: 100%;}
.abtCardImage {border: 1px solid var(--color1);}
.blogs-wrapper.trending.ourInfra .cardss .cards-txt h4 {
  font-size: 19px;
}
.egBoxMainIm {display: block;}
.egBoxMainIm img {width: 100%;}

.slBoxOuter .egBox p {max-width: 100%; text-align: left;}
.slBoxOuter .egBox h4 {color: #ff9912; font-weight: 700;}
.slBoxOuter .solutionIm {max-height: 360; overflow: hidden;}
.slBoxOuter .solutionIm img {max-width: 100%;}
.slBoxOuter{height: 100%; background-color: #edf2ee;}
.slBoxOuter .egBox {
  padding: 28px 28px 5px;
}
.entGrade .product-btn-wrapper {
    margin-top: 50px;
}
.ourInfra {
    background-color: #eef2ee;
    padding: 10px 0 50px;
}

.certifiedDevice {
  background: #EEF2EE;
  background: linear-gradient(0deg,rgba(238, 242, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.deviceSection .row {margin: 0; align-items: center; justify-content: space-between;}
.os-logo {
    max-width: 400px;
    border: 1px solid var(--color2);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.os-logo img {max-width: 100%;}
.model-name {width: calc(100% - 430px);}
.model-name ul {padding: 0;}
.whyUse .model-name ul li {
    display: block;
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    background: url(../images/linux/arrow-bulet.png) left 7px no-repeat;
    padding-left: 27px;
    background-size: 12px;
}
.deviceSection {
    margin-top: 60px;
}
 
@media(max-width: 1599px){
  .os-logo {
      max-width: 300px;
  }
  .model-name {
    width: calc(100% - 330px);
  }
  .whyUse .model-name ul li {
    font-size: 16px;
    margin-bottom: 15px;
    background: url(../images/linux/arrow-bulet.png) left 5px no-repeat;
    padding-left: 25px;
    background-size: 12px;
  }
}
@media(max-width: 1199px){
  .deviceSection .col-xl-6 {margin-top: 20px;}
  .deviceSection {margin-top: 30px;}
}
@media(max-width: 767px){
  .os-logo {
    max-width: 220px;
    display: inline-flex;
    align-items: center;
  }
  .model-name {
    width: calc(100% - 250px);
    display: inline-flex;
    align-items: center;
  }
  .deviceSection .row {
    align-items: inherit;
  }
}
@media (max-width: 535px) {
    .model-name {
        width: calc(100% - 230px);
    }
}
@media (max-width: 479px) {
  .os-logo {
      max-width: 100%;
  }
  .model-name {
    width: 100%;
    margin-top: 20px;
  }
  .deviceSection {
    margin-top: 2px;
  }
}

body.modal-open {padding-right: 0 !important;}
body.modal-open .navbar.fixtop {padding-right: 0 !important;}


.modal.call-back .modal-footer{
  display: none;
}
.headTopBar{
  background: #fff;
}
body{
  background: #fff;
}