:root {

    --menu-text-color: #000;
  }
body{
    font-family: "Raleway", serif;
    background-color: #fafcfd;
    color: #666;
}
p, h1, h2, h3, h4, h5, h6{
    font-family: "Raleway", serif;
    color: #666;
}
/************ menu css strat **************/
.logo img{
    max-width: 153px;
    width: 100%;
}
.slick-slide img{
    width: 100%;
}
.menu-seection {
    border-top: 1px solid #d9d9d9;
    /* position: absolute; */
    width: 100%;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: var(--product-background);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
  }
  #cssmenu > ul > li.has-sub > a::before {
    background: var(--menu-text-color);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 30px;
    top: 32px;
    width: 10px;
  }
  #cssmenu > ul > li.has-sub > a::after {
    background: var(--menu-text-color);
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 34px;
    top: 28px;
    width: 2px;
  }
  
  .sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: relative;
    top: 0;
    font-size: 36px;
    width: 45px;
      text-align: center;
  }
  #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #cssmenu > ul > li > a {
    border-radius: 0px;
    color: var(--menu-text-color);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 0;
    padding: 25px 17px 25px 0px;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  #cssmenu .submenu-button.submenu-opened {
    background: var(--pink);
  }
  #cssmenu > ul > li.has-sub:hover > a::after{display:none}
  #cssmenu > ul > li:hover > a {
    color: var(--pink);
    background: none;
  }
  
  #cssmenu ul ul li a {
  padding: 11px 23px;
  width: 230px;
  font-size: 14px;
  text-decoration: none;
  color: var(--black);
  font-weight: 400;
  background-color: var(--product-background);
  line-height: 18px;
  }
  #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
  }
  
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: var(--white);
  background: var(--pink);
  }
  #cssmenu ul ul li.has-sub:hover > a:before {
  background: var(--white);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 6px;
  top: 22px;
  width: 10px;
  content: "";
  }
  
  #cssmenu li:hover > ul {
    left: auto;
  }
  
  #cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 999999;
  box-shadow: 0px 0px 10px 0px transparent;
  }
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  @media screen and (max-width: 1199px){
    #menu-button{
      display: none ;
    }
    .open{
      background: var(--pink);
      box-shadow: inset 0px 0px 12px 1px rgb(0 0 0 / 25%) !important;
  }
  
  
    .container-menu h5{
      font-size: 30px;
    }
    #cssmenu ul ul li a:hover {
      color: #030303;
      background: #f2f2f2;
  }
   .container-menu{
    width: 90%;
    margin-left: 5%;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
   }
    .menu-send-button{
      display: none;
    }
    .first-ul{
      display: block !important;
    }
    #cssmenu ul {
      width: 100%;
      display: none;
    }
    #cssmenu.align-center > ul {
      text-align: left;
    }
    #cssmenu > ul >li {
      border-top: none;
      background-color: #f2f2f2;
      margin-top: 5px;
      margin-bottom: 10px;
  }
  #cssmenu > ul > li {
    width: 90%;
    margin-left: 4%;
  }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
      height: auto;
    }
    #cssmenu ul li a {
      width: 100%;
      border-bottom: 0;
      padding: 15px 25px;
      color: var(--menu-text-color);
    }
    #cssmenu ul ul li a {
      width: 100%;
      border-bottom: 0;
      padding: 15px 25px;
      color: var(--white);
    }
    #cssmenu > ul > li:hover > a {
      color: none;
    }
    #cssmenu ul ul li a {
      padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
      padding-left: 24px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
      position: relative;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
      display: none;
    }
    #cssmenu ul ul li a {
      background: none;
    }
    #cssmenu #menu-button {
      display: block;
      padding: 12px 17px 20px 35px;
      cursor: pointer;
      font-size: 0px;
      text-transform: uppercase;
      font-weight: 700;
      background-color: var(--pink);
    }
    #cssmenu #menu-button:after {
      position: absolute;
      top: 16px;
      right: 17px;
      display: block;
      height: 4px;
      width: 20px;
      content: "";
    }
    #cssmenu #menu-button:before {
      position: absolute;
      top: 10px;
      right: 17px;
      display: block;
      height: 2px;
      width: 20px;
      content: "";
    }
    #cssmenu #menu-button.menu-opened:after {
      top: 23px;
      border: 0;
      height: 2px;
      width: 15px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
      top: 23px;
      width: 15px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
      position: absolute;
      z-index: 99;
      right: 0;
      top: 0;
      display: block;
      height: 46px;
      width: 46px;
      cursor: pointer;
    }
    #cssmenu ul ul .submenu-button {
      height: 34px;
      width: 34px;
    }
    #cssmenu .submenu-button{
      background-color: var(--pink);
    }
    #cssmenu .submenu-button:after {
      position: absolute;
      top: 22px;
      right: 19px;
      width: 8px;
      height: 2px;
      display: block;
      content: "";
      background: var(--white);
    }
    #cssmenu ul ul .submenu-button:after {
      top: 15px;
      right: 13px;
    }
    #cssmenu .submenu-button:before {
      position: absolute;
      top: 19px;
      right: 22px;
      display: block;
      width: 2px;
      height: 8px;
      content: "";
      background: var(--white);
    }
    #cssmenu ul ul .submenu-button:before {
      top: 12px;
      right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
      display: none;
    }
    #cssmenu > ul > li {
      margin-right: 0px;
    }
    #cssmenu > ul > li > a{
      font-size: 16px;
      text-transform: capitalize;
    }
  }
  
  @media screen and (min-width: 1200px) {
  #opennav-bar{
      display: none;
  }
  .container-menu{display: none;}
  .sidenav{
    position: relative;
    width: 100% !important;
    background-color: var(--white);
    padding-top: 0px;
    overflow: inherit;
  }
  #cssmenu li:hover> ul> li {
    height: auto;
  }
  .closebtn{
      display: none !important;
  }
  #cssmenu {
    background: none;
    float: right;
    margin: 0px 0 0;
  }
  #cssmenu > ul > li {
    float: left;
    background: no-repeat left center;
    margin-right: 20px;
  }
  #cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
  }
  
  #cssmenu > ul > li.has-sub > a::before {
    background: var(--menu-text-color);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 5px;
    top: 32px;
    width: 10px;
  }
  #cssmenu > ul > li.has-sub > a::after {
    background: var(--menu-text-color);
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 28px;
    width: 2px;
  }
  #cssmenu > ul > li.has-sub:hover > a:before {
    background: var(--pink);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 5px;
    top: 32px;
    width: 10px;
  }
  #cssmenu ul ul li.has-sub > a:before {
    background: var(--menu-text-color);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 22px;
    width: 10px;
    content: "";
    }
    #cssmenu ul ul li.has-sub > a:after {
    background: var(--menu-text-color);
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 18px;
    width: 2px;
    content: "";
    }
    #cssmenu ul ul li.has-sub:hover > a:after {
      display: none;
  }
  }
  .menu-send-button {
    float: right;
    margin-top: 25px;
  }
  .menu-send-button a {
    background-color: var(--pink);
      color: var(--white);
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px 20px;
      border-radius: 25px;
      transition: var(--transition);
      border: 1px solid var(--pink);
  }
  .menu-send-button a:hover {
  color: var(--pink);
  background-color: var(--white);
  }
/* menu css end   */

/* banner start */

/* banner end */
/* aboutSection start */
.aboutSection{
    padding: 200px 0 250px;
}
.hp6s1Tag {
    background: #d7ebf6;
    color: #067ab5;
    font-size: 20px;
    display: inline-block;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 5px;
}
.aboutSection h2 {
    font-size: 70px;
    font-weight: 500;
    color: #000;
}
.hp6s1Text {
    max-width: 580px;
    padding: 5px 0 20px;
    line-height: 26px;
}
a.commonBtn {
    padding-right: 65px;
    position: relative;
}
a.commonBtn{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: justify;
    padding: 18px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .3s;
    border: none;
    background: #4b9acd;
    background: linear-gradient(to bottom, rgba(75, 154, 205, 1) 0%, rgba(57, 122, 177, 1) 100%);
    max-width: 179px;
    width: 100%;
}
a.commonBtn:before {
    position: absolute;
    content: '';
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: url(../images/btnArrow.png) center no-repeat #fff;
    border-radius: 100%;
}
a.commonBtn:hover {
    background: #397ab1;
    background: linear-gradient(to bottom, rgba(57, 122, 177, 1) 0%, rgba(75, 154, 205, 1) 100%);
    color: #fff !important;
}
.hp6s1Img {
    border-radius: 25px;
    overflow: hidden;
}
.hp6s1Img img{
    height: auto;
    max-width: 100%;
}
/* aboutSection end */

/* solution start */
.hp6Section2{
    padding: 50px 0px;
}
.hp6Section2 h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3em; 
    color: #000;
}
.hp6s2Subheading{
    max-width: 790px;
    padding-bottom: 70px;
    line-height: 28px;
}
.hp6s2Box {
    max-width: 460px;
    display: inline-block;
    background: #fff;
    border-radius: 25px;
    padding: 30px 30px 25px;
    text-align: left;
    position: relative;
    width: 100%;
}
.hp6s2Title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
	height: 96px;
}
.hp6s2Img {
    display: inline-block;
    overflow: hidden;
    border-radius: 25px;
}
.hp6s2Img img{
    width: 100%;
}
.hp6s2Img a {
    display: block;
}
.hp6s2Title a {
    color: #000;
    text-decoration: none;
}
.hp6s2Text {
    max-width: 300px;
    padding-bottom: 35px;
}
.hp6s2Link {
    position: absolute;
    content: '';
    top: 60px;
    right: 30px;
}
.hp6s2Link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: linear-gradient(to bottom, rgba(74, 152, 203, 1) 0%, rgba(57, 122, 176, 1) 100%);
}
.hp6s2Box:hover .hp6s2Link a {
    background: linear-gradient(to bottom, rgba(162, 193, 61, 1) 0%, rgba(134, 176, 55, 1) 100%);
}
.hp6s2Box:hover .hp6s2Img a {
    transform: scale(1.1);
}
a{
    transition: all .3s !important;
}
/* solution end */


/* hp6Section4 section start */
.hp6Section4 {
    padding: 50px 0;
    background-color: #fff;
}
.hp6s4Img {
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
}
.hp6s4Img img{
  width: 100%;
  max-width: 500px;
}
.hp6Section4 h2{
    font-size: 36px;
    color: #000;
    font-weight: 500;
    line-height: 1.3em; 
}
.hp6s4Text {
    padding: 5px 0 20px;
    line-height: 28px;
}
/* hp6Section4 section end */

/* hp6Section10 section start */
.hp6Section10 {
    background: #3979b0;
    overflow: hidden;
}
.hp6s10Content {
    width: 55%;
    float: left;
    padding: 0 80px 0 130px;
}
.hp6s10Img {
    width: 45%;
    float: left;
}
.hp6s10Content h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}
.hp6s10Subheading {
    color: #fff;
    max-width: 570px;
    padding: 10px 0 20px;
}
.hp6s10Subheading p{
    color: #fff;
    line-height: 28px;
}
.hp6s10Img img{
    width: 100%;
    border-radius: 0 60px 60px 0;
    vertical-align: middle;
    height: auto;
}
.rowFlex {
    display: flex;
    align-items: center;
}
/* hp6Section10 section end */

/* hp6Section11 section start */
.hp6Section11 {
    margin-top: 50px;
    padding: 30px 0 50px;
    position: relative;
    z-index: 1;
}
.hp6Section11:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 45%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(242, 247, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: -1;
}
.cust-row {
    margin: 0 -30px;
}
.hp6Section11 h2 {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin-top: 18px;
}
.hp6Section11 h2 b {
    color: #4b9acd;
    font-weight: 400;
}
.hp6Section11 .form_control{
    width: 100%;
    height: 40px;
    border: 1px solid #e7e2e2;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: "Raleway", serif;
    padding: 0px 20px;
    font-weight: 600;
}
.hp6Section11 .form_control2{
    width: 100%;
    height: 100px;
    border: 1px solid #e7e2e2;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: "Raleway", serif;
    padding: 10px 20px;
    font-weight: 600;
    resize: none;
}
.sbtm{
    background: linear-gradient(to bottom, rgba(75, 154, 205, 1) 0%, rgba(57, 122, 177, 1) 100%);
    border: #ffdead00;
    max-width: 150px;
    width: 100%;
    padding: 10px 0px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
}
/* hp6Section11 section end */

/* footer section start */
footer{
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: #242424;
    background-image: none;
}
.footerText {
    padding: 20px 0 40px;
    max-width: 470px;
    color: #fff;
    line-height: 26px;
}
.widget-title{
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}
.submenu{
    list-style: none;
    padding-left: 0px;
    line-height: 32px;
}
.submenu li a{
    color: #c1bcbc;
    text-decoration: none;
}
.submenu li a:hover{
    color: #3d82b8;
}
.ast-footer-copyright {
    border-top: 1px solid #666;
    padding-top: 20px;
}
.ast-footer-copyright {
    line-height: 21px;
    font-size: .875rem;
    color: #929292;
    text-align: end;
}
/* footer section end */

/* media query */

@media screen and (max-width: 764px) {
    .mainTitle{
        font-size: 30px;
    }
    .sidenav{
        background-color: #fff;
    }
    #cssmenu ul li a{
        color: #000;
    }
    .aboutSection h2{
        font-size: 32px;
    }
    .aboutSection {
        padding: 54px 0 50px;
    }
    a.commonBtn{
        margin-bottom: 40px;
    }
    .hp6Section11 h2 {
        font-size: 35px;
        color: #000;
    }
    .hp6s10Content {
        width: 100%;
        float: left;
        padding: 0 37px 0 29px;
    }
    .hp6s10Img {
        width: 100%;
        float: left;
    }
    .hp6Section11 {
        margin-top: 53px;
        padding: 30px 0 36px;
        position: relative;
        z-index: 1;
    }
    .cust-row{
        margin: 0 0px;
    }
    .hp6Section7{
        overflow: hidden;
    }
    .hp6Section2 h2 {
        font-size: 34px;
    }
    .hp6s2Subheading {
        padding-bottom: 30px;
    }
    .hp6Section3 {
        padding: 40px 0 40px;
    }
    .hp6Section3 h2 {
        font-size: 34px;
    }
    .brandImg {
        width: 100%;
        text-align: center;
    }
    .hp6Section4 {
        padding: 50px 0;
    }
    .hp6Section4 h2 {
        font-size: 34px;
    }
    .hp6Section5 {
        padding: 50px 0 50px;
    }
    .hp6s5Content h2 {
        font-size: 34px;
    }
    .hp6Section6 h2 {
        font-size: 34px;
    }
    .hp6Section6 {
        padding-bottom: 50px;
    }
    .hp6Section8 {
        padding: 50px 0;
    }
    .hp6Section8 h2 {
        font-size: 34px;
    }
    .hp6s8Wrapper {
        padding-left: 0px;
    }
    .hp6Section9 h2 {
        font-size: 34px;
    }
    .hp6Section9 {
        padding-bottom: 50px;
    }
    .hp6s10Content h2 {
        font-size: 34px;
    }
  }
.logo{
	margin-top: 20px;
}








#contact input.captcha {
  background:white;
	width: 100%;
}

#contact #captcha span{
  width: 44px;
	color: #444;
}
#contact #captcha input{
  background: url(../../images/captcha.png) no-repeat scroll 0 0 transparent ;
  margin: 5px 0 0px 10px;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
}