@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Anek Malayalam", sans-serif;
    --body-font-Size: 18px;
    --body-color: #000;
    --primary-color: #3468b2;
    --secondary-color: #18a6de;
    --black: #000;
    --white: #fff;
  
    
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.spinner {width: 100%;height: 100%; background-image: url(../images/sky-blue-medical-equipment-trading-logo.svg); background-position: center; background-repeat: no-repeat; }
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1400px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.msn-vsn-box .list li {
    color: var(--white) !important;
}
.list li{list-style: none;color: #3a4455;padding-left: 30px;margin-bottom: 10px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 18px;height: 18px;left: 0px;top: 2px;background-image: url(../images/list.svg);background-repeat: no-repeat;background-position: top center;background-size: 18px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.scrollwrap{ width: calc(50vw + 692px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.button-style a, .button-style-span{position: relative;background-color: var(--primary-color);color: var(--white);font-weight: 500;font-size: 14px;padding: 16px 25px 16px 65px;border-radius: 0 50px 50px;display: inline-block;text-transform: uppercase;background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color)  51%, var(--primary-color)  100%);background-size: 200% auto;}
.button-style a:after, .button-style-span:after{color: var(--white);content: "\f061";font-family: 'Font Awesome 7 Free';font-weight: 900;left: 20px;position: absolute;top: 12px;line-height: 28px;border-radius: 50px;text-align: center;transition: .3s ease-in-out;transform: rotate(
39deg);font-size: 28px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.button-style a:hover, .button-style-span:hover{background-position: right center; color: var(--white);}
.button-style a:hover:after, .button-style-span:after{transform: rotate(
360deg);}

/*************** PAGE CSS ***************/
header{ top:-100px; background-color: var(--white); padding: 10px 0px; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.logo{ line-height: 0px;}
.header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-right{
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
}
.call-us{
    display: flex;
    align-items: center;
    gap: 5px;
}
.call-us i{
    width: 39px;
    height: 39px;
    border: 1px solid #e2e2e2;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.call-us-inn h6{
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--black);
}
.call-us-inn h4{
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0px;
}
.grt-qut-btn{
    position: relative;
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color)  51%, var(--primary-color)  100%);
    background-size: 200% auto;
    color: var(--white);
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
.grt-qut-btn:hover{background-position: right center; color: var(--white);}
.intro{
     padding: 80px 0px;
    /* background-image: url(../images/bg1.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}
.intro-wrap{
    display: flex;
    gap: 25px 3%;
	border-bottom: 1px solid #e2e2e2;
    padding-bottom: 70px;
}
.intro-left{
    flex: 0 0 45%;
}
.head-cap{position: relative;font-weight: 600;background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 18px;padding-left: 22px;margin-bottom: 30px;}
.head-cap:after{position: absolute;content: '';width: 11px;height: 11px;left: 0px;top: 7px;background-color: var(--primary-color);background-image: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color)  51%, var(--primary-color)  100%);background-size: 200% auto;border-radius: 50px;}
.heading{
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 40px;
}
.intro-right{
    flex: 0 0 52%;
}
.solutions-sevices{     display: flex; padding-bottom: 120px; }
.solutions-sevices-wrap{
    display: flex;
    display: flex;
    gap: 25px 3%;
}
.solutions-sevices-left{
    flex: 0 0 700px;
    padding-right: 15px;
}
.solutions-sevices-right{
    flex: 0 0 52%;
}
.solutions-sevices-right-box{
    background: linear-gradient(to right,  rgba(52,104,178,1) 0%,rgba(24,166,222,1) 53%); 
    padding: 130px 20px 130px 130px;
    border-radius: 200px 0 0;
    margin-bottom: 20px;
	position: sticky;
	top: 100px;
 
}
.solutions-sevices-right-box:after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-image: url(../images/bg9.png); background-position: right 50px center;
background-repeat: no-repeat; }
.solutions-sevices-right-box-02{ background: linear-gradient(to right, rgb(36 87 161) 0%, rgb(17 150 203) 53%);}
.solutions-sevices-right-box h3{
    font-size: 28px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 10px;
}
.solutions-sevices-right-box p{
    font-size: 22px;
    color: var(--white);
}
.half-col-left, .half-col{ flex: 0 0 50%;}
.half-col-left{display: flex;justify-content: flex-end;}
.solutions-sevices-right-box-inn{ width: 410px; position: relative; z-index: 1;}
.clients{
    background-color: #f5f5f5;
    padding: 100px 0px;
    background-image: url(../images/bg7.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.solutions-sevices .half-col .solutions-sevices-right-box:nth-child(2){ top:115px}
.solutions-sevices .half-col .solutions-sevices-right-box:nth-child(3){ top:130px}
.solutions-sevices .half-col .solutions-sevices-right-box:nth-child(4){ top:145px}
.solutions-sevices .half-col .solutions-sevices-right-box:nth-child(5){ top:160px}
.solutions-sevices .half-col .solutions-sevices-right-box:nth-child(6){ top:175px}

.client-box{
    width: 70%;
}
.difference{
    padding: 80px 0px;
}
.difference-wrap{
    display: flex;
    gap: 25px 4%;
        align-items: center;
}
.difference-left{
    flex: 0 0 52%;
    position: relative;
}
.difference-left:after{
    position: absolute;
    content: '';
    background-image: url(../images/shape1.svg);
    background-repeat: no-repeat;
    background-position: top center;
    left: 0px;
    top: 0px;
    background-size: 100%;
    z-index: 2;
    width: 100.2%;
    height: 728px;
    }
.difference-left img{
    object-fit: cover;
    height: 728px;
    width: 100%;
}
.difference-right{
    flex: 0 0 44%;
}
.news-events{
    padding: 80px 0px;
}
.heading-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-events-wrap{
    display: flex;
    gap: 25px 3%;
}
.news-evt-box{
    flex: 0 0 48.5%;
}
.news-evt-box .hover-effect{
    border-radius: 0 0 0 200px;
}
.news-evt-box-02 .hover-effect{
    border-radius: 200px 0 0 0;
}
.news-evt-cnt{
    padding: 40px 0px;
}
.news-evt-cnt h5{
    font-size: 16px;
    color: var(--black);
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 500;
}
.news-evt-cnt h2{
    color: var(--black);
    font-size: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    line-height: 34px;
    gap: 2%;
    justify-content: space-between;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.news-evt-cnt h2 i{
    transform: rotate(44deg);
}
.news-evt-box:hover .news-evt-cnt h2{ color: var(--primary-color);}
.news-evt-box:hover .news-evt-cnt h2 i { transform: rotate(360deg);}
.news-evt-cnt h2 i{   -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
footer{
    
background: linear-gradient(45deg,  rgba(52,104,178,1) 23%,rgba(24,166,222,1) 100%); 

    padding: 100px 0px 0;
    font-size: 16px;
    color: var(--white);
}
.footer-wrap{
    display: flex;
    gap: 25px 1%;
    padding-bottom: 50px;
}
.ftr-col{
    flex: 0 0 45%;
}
.footer-wrap p{
    line-height: 26px;
}
.ftr-col-01 h3{
    font-size: 66px;
    font-weight: 700;
    color: var(--white);
}
.ftr-col-02{
    flex: 0 0 12%;
}
.ftr-head{
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
}
.ftr-list li{
    margin-bottom: 5px;
}
.ftr-list li a{
    color: var(--white);
    font-size: 16px;
}
.ftr-list li a:hover{ color: var(--black);}
.ftr-col-03{
    flex: 0 0 16%;
}
.ftr-col-04{
    flex: 0 0 24%;
}
.copyright-wrap{
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-logo img{
    width: 230px;
    filter: contrast(0) brightness(100);
}
.copyright-wrap p{
    margin-bottom: 0;
}
.copyright-wrap p a{
    color: var(--white);
}
.copyright-wrap p a:hover{ color:var(--black)}
.social{
    display: flex;
    gap: 10px;
}
.social a{
    color: var(--white);
    font-size: 22px;
}
.social a:hover{
    color: var(--black);
}
.pad{ padding: 100px 0px;}
.subheading {
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}
.msn-vsn-wrap{
    display: flex;
    gap: 25px 3%;
    margin-bottom: 50px;
}
.msn-vsn-box{
    background: linear-gradient(45deg,  rgba(52,104,178,1) 23%,rgba(24,166,222,1) 100%);
    flex: 0 0 48.5%;
    padding: 80px;
    border-radius: 20px;
}
.msn-vsn-box h2{
    color: var(--white);
    font-weight: 700;
    margin-bottom: 5px;
}
.msn-vsn-box p{
    color: var(--white);
    margin-bottom: 0px;
}
.leader-wrap{
    border-radius: 20px;
    padding: 75px;
    background-color: var(--white);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .2);
    margin-bottom: 50px;
}
.leader-wrap h3{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
}
.leader-wrap h4{
    font-size: 22px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.leader-wrap p{
    margin-bottom: 0px;
}
.lead-ship-project-wrap{
    background-image: url(../images/bg11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 75px;
    border-radius: 20px;
}
.lead-ship-project-box{
    max-width: 560px;
}
.lead-ship-project-box h3{
    color: var(--white);
    font-weight: 700;
    font-size: 34px;
}
.lead-ship-project-box p{
    color: var(--white);
    margin-bottom: 0px;
}
.lead-ship-project-box .list li{
    color: var(--white);
}
.contactstyle {
      flex: 0 0 34%;
      display: inline-block;
      position: relative;
      margin: 0 0 12px;
      padding: 30px 20px;
      background-color: var(--primary-color);
      border-radius: 15px;
  }
  
  


  .coic, .contactstyle a:hover, .label-style {
      color: var(--secondary-color)
  }
  .coic {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      background-color: var(--white);
      font-size: 16px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -ms-border-radius: 50px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .coic, .out-inn-links a {
      line-height: 41px;
      height: 40px;
      color: var(--primary-color);
  }
  .contactstyle h4 {
      font-size: 22px;
      margin-bottom: 2px;
      color: var(--white);
      font-weight: 700;
  }
  .contactstyle p {
      margin-bottom: 0;
      color: var(--white);
  }
  .contactstyle p a{color:var(--white)}
  .contact-left {
      flex: 0 0 30%
  }
  .cont-inn-box{position: relative;padding: 0 0 20px 60px;margin-bottom: 20px;border-bottom: 1px solid #5581c1;}
  .cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
  .contactstyle h3{
      font-weight: 700;
      font-size: 26px;
      border-bottom: 1px solid #5581c1;
      padding-bottom: 10px;
      margin-bottom: 15px;
      color: var(--white);
  }
.contact-right{flex: 0 0 62%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {position: absolute;top: -11px;left: 16px;font-size: 16px;background-color: #fff;padding: 0 5px;color: var(--primary-color);z-index: 1;}
.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-right .heading:after{ display: none;}
.contact-right .heading{ padding-bottom: 0px;}
.contact-page-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 4%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.news-events-inn-wrap{
    display: flex;
    gap: 25px 2%;
    flex-wrap: wrap;
}
.news-events-inn-wrap .news-evt-box{
    flex: 0 0 32%;
}
.news-events-inn-wrap .news-evt-cnt h2{
    font-size: 20px;
    line-height: 28px;
}
.news-events-inn-wrap .news-evt-box .hover-effect {
    border-radius: 0 0 0 150px;
}
.news-detail-wrap{
    display: flex;
    gap: 25px 2%;
}
.news-detail-left{
    flex: 0 0 68%;
}
.news-detail-left h1{
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
}
.news-detail-right{
    flex: 0 0 30%;
    border-left: 1px solid #e2e2e2;
    padding-left: 30px;
}
.news-detail-right h3{
    font-weight: 700;
    font-size: 26px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.news-detail-right-inn{
    position: sticky;
    top: 100px;
}
.news-detail-right-inn a{
 
    display: flex;
    gap: 4%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.news-detail-right-inn a span{
    flex: 0 0 100px;
    line-height: 0;
}
.news-detail-right-inn a span img{
    border-radius: 5px;
}
.news-dtl-list h5{
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 5px;
    line-height: 18px;
}
.news-dtl-list p{
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 0;
}


















/*************** inner banner ***************/
.banner {
	width: 100%;
	height:200px;
	overflow:hidden;
	display: flex;
	flex-direction:column;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/banner.jpg);
	background-color: var(--primary-color);
	justify-content: center;
	
}

.banner h2 {
	color:var(--white);
	font-size: 50px;
	margin: 0;
	padding:0;
	font-weight: 700;
}
.breadcrumb {
    display: flex;
    color: var(--white);
    margin:0;
    position:relative;
    z-index:2;
}
 
.breadcrumb ul {
     
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 10px 0 0 0;
 
}
.breadcrumb li {
    margin: 0;
    font-size:12px;
    text-transform:uppercase;
    color: var(--white);
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 8px;
    /*content: " → "; */
    content: " / ";
}
 .breadcrumb a{
   color: var(--white);
}
 .breadcrumb a:hover{
   color:#cccccc;	
 
}

/*************** hover on div change bg image ***************/
.bg-section{
  width:100%;
  min-height:40vh;
  background:url("../images/bg2.jpg") center/cover no-repeat;
  transition:background-image 0.6s ease;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.bg-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.5);
}
.speed-control{
  position:absolute;
  top:15px;
  right:15px;
  z-index:10;
  color:#fff;
  background:rgba(0,0,0,0.6);
  padding:10px 14px;
  border-radius:6px;
  font-size:14px;
}
.slider-wrapper{
  width:100%;
  overflow:hidden;
  z-index:2;
  touch-action:pan-y;
}
.slider{
  display:flex;
  will-change:transform;
}
.bg-box{
  flex:0 0 33.333333%;
  height: 40vh;
  min-height: 400px;
  border-right:1px solid rgba(255,255,255,0.2);
  color:#fff;
  font-size:22px;
  font-weight:600;
  cursor:pointer;
  background:rgba(255,255,255,0.05);
  transition:all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bg-box:hover{
  background:rgba(0,0,0,0.3);
  transform:translateY(-5px);
}
.bg-box-top-head{
    padding: 50px;
    text-align: center;
}
.bg-box-top-head h6{
    margin-bottom: 5px;
}
.bg-box-top-head h3{
    font-size: 28px;
    font-weight: 500;
}
.bg-box-cnt{
    padding: 50px;
    background-color: rgba(0, 0, 0, .4);
    position: relative;
    opacity: 1; 
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    min-height: 290px;
}
.bg-box-cnt:after{ position: absolute; content: ''; width: 100%; height: 4px; left: 0px; top: 0px; background: linear-gradient(to right,  rgba(52,104,178,1) 0%,rgba(24,166,222,1) 100%); 
}
.bg-box-cnt h2{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.bg-box-cnt ul{
    margin-bottom: 0;
}
.bg-box-cnt ul li{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    position: relative;
    padding-left: 18px;
}
.bg-box-cnt ul li:before{position: absolute;content: '';width: 6px;height: 6px;left: 0px;top: 8px;background-color: var(--white);border-radius: 50px;}
.bg-box:hover .bg-box-cnt{opacity: 1;}



@media(min-width:768px) and (max-width:991px){
  .bg-box{ flex:0 0 50%; } 
  .bg-box-cnt { padding: 50px 20px;}      
}

@media(max-width:767px){
  .bg-box{ flex:0 0 100%; }       /* Mobile – 1 */
}


/********* FIXED HEADER ***************/
header.smaller{position: fixed; left: 0px; top: 0px; width: 100%; z-index: 10; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;top: 0;
box-shadow: 0px 1px 25px #0000003d; background-color: var(--white); }

/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; padding-top: 15px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden;border-radius: 100px 0 0;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #292929;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #292929;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/************************************* 1450px *************************************/
@media only screen and (max-width: 1450px) {
.container{ width:95%;}
.scrollwrap { width: 100% !important; padding: 0;}
.slider-wrap .container{ width: 100%; padding-left: 38px;}
.difference-left img{ height: auto; object-fit: initial;}
.difference-left:before{ position: absolute; content: ''; width: 100%; height: 4px; left: 0px; bottom: 6px; background-color: var(--white);}
.header-right { gap: 20px;} 
}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {
.solutions-sevices-left { padding-left: 38px;}
}

/************************************* 1380px *************************************/
@media only screen and (max-width: 1380px) {
.solutions-sevices-left { flex: 0 0 672px;}
.solutions-sevices-right-box { padding: 130px 20px 130px 100px;}
}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.solutions-sevices-left {  flex: 0 0 100%; }
.solutions-sevices-right-box-inn {width: 100%;}
.heading { font-size: 48px; line-height: 54px;}
.ftr-col-01 h3 { font-size: 54px;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.news-evt-cnt h2 { font-size: 24px;}
.copyright-wrap { flex-direction: column; text-align: center; gap: 12px;}
.client-box{ width: 100%;}
.header-right { gap: 30px;}
.logo img { width: 220px; }
.ftr-col-01 h3 { font-size: 42px;line-height: 54px; }
.news-detail-left { flex: 0 0 60%;}
.news-detail-right { flex: 0 0 38%;}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.heading {font-size: 42px; line-height: 48px;}
.leader-wrap h3 { font-size: 28px;}
.leader-wrap h4 { font-size: 20px;}
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {
.news-events-inn-wrap .news-evt-box { flex: 0 0 49%;}
.contact-right, .contactstyle { flex: 0 0 100%;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.intro-wrap{ flex-direction: column; gap:0px}
.solutions-sevices{ flex-wrap: wrap;}
.half-col-left, .half-col{ flex: 0 0 100%;}
.solutions-sevices-left{ padding-right: 38px;}
.half-col{ padding-left: 38px;}
.half-col-left{ margin-bottom: 30px;}
.difference-wrap{ flex-direction: column;}
.solutions-sevices{ padding-bottom: 50px;}
.bg-box-cnt{ opacity: 1;}
.news-events{ padding-top: 0px;}
.news-evt-cnt h2 { font-size: 20px; line-height: 30px;}
.footer-wrap{ flex-wrap: wrap;}
.ftr-col-01 {flex: 0 0 100%;}
.ftr-col-02 {flex: 0 0 22%;}
.ftr-col-03{ flex: 0 0 26%;}
.ftr-col-04{ flex: 0 0 50%;}
.ftr-head{ margin-bottom: 10px;}
.msn-vsn-box { padding: 30px;}

}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.heading { font-size: 36px;line-height: 42px;  }
.solutions-sevices-right-box p { font-size: 18px;}
.msn-vsn-wrap, .news-detail-wrap{ flex-direction: column;}
.leader-wrap { padding: 35px;}
.lead-ship-project-wrap { padding: 45px;}
.msn-vsn-box h2 { font-size: 28px;}
.lead-ship-project-box h3 { font-size: 28px;}
.news-detail-left h1 {font-size: 28px; line-height: 36px;}
.pad { padding: 50px 0px;}
.news-detail-right{ padding-left: 0px; border-left: none;}
.subheading {font-size: 30px;line-height: 36px;}

}
/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.call-us-inn h6, .call-us-inn h4{ display: none;}
.header-right {  gap: 5px; }
.logo img { width: 185px; }
.slider-wrap .container { padding-left: 25px;}
.intro { padding: 55px 0px;}
.head-cap{ margin-bottom: 15px;}
.heading { font-size: 32px; line-height: 40px;margin-bottom: 22px; }
.solutions-sevices-right-box {padding: 80px 20px 80px 50px; border-radius: 115px 0 0;}
.solutions-sevices-right-box h3 { font-size: 24px;}
.clients { padding: 70px 0px;}
.bg-box-top-head h3{ font-size: 22px;}
.bg-box-cnt { padding: 50px 25px;}
.news-events-wrap{ flex-direction: column;}
.difference {padding: 60px 0px;}
.news-events{ padding-bottom: 60px;}
footer { padding: 60px 0px 0;}
.ftr-col-02, .ftr-col-03{ flex: 0 0 49.5%;}
.ftr-col-04 { flex: 0 0 100%;}
.call-us{ gap: 0px;}
.banner h2 { font-size: 32px;}
.breadcrumb ul { margin: 5px 0 0 0;}
.banner { height: 150px;}
.leader-wrap h3 {font-size: 24px; }
.lead-ship-project-box h3 { font-size: 26px; }
.news-events-inn-wrap{ flex-direction: column;}
.contact-form .form-group { flex: 0 0 100%;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.grt-qut-btn{ font-size: 11px; padding: 10px 12px;}
header .container{ width: 100%; padding-left: 15px; padding-right: 15px;}
.call-us i {  width: 36px; height: 36px;}
.slider-wrap .container { padding-left: 15px;}
:root { --body-font-Size: 16px;}
.heading { font-size: 28px; line-height: 34px;}
.half-col { padding-left: 20px; }
.heading-wrap {margin-bottom: 20px; align-items: flex-start; flex-direction: column;}
.spinner{ background-size: 240px;}
.lead-ship-project-wrap, .leader-wrap { padding: 30px; }
.lead-ship-project-box .list li{ margin-bottom: 4px;}
}

/************************************* 400px *************************************/
@media only screen and (max-width: 400px) {
    .logo img {
        width: 160px;
    }
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
    .solutions-sevices-right-box {
        padding: 80px 20px 80px 30px;
        border-radius: 100px 0 0;
    }
    .ftr-col-01 h3 {
        font-size: 34px;
        line-height: 46px;
    }
}



/************************************* 350px *************************************/
@media only screen and (max-width: 350px) {
.grt-qut-btn{ display: none;}
}

