html{
		overflow-x: hidden;
}
body{
	margin: auto;
	overflow-x: hidden;
	font-family: Inter !important;
}


.navList ul .navLink{
    color:black !important;
}

.ip-loader{
    margin-left: 0px!important;
    bottom: 41%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: filter-animation 3s infinite;
  
}
.loading img {
    width:200px;
    animation: filter-animation 3s infinite;
}
@keyframes filter-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px !important;
    }
}

.nav0{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.logo{
    width: 33%;
}
.system-logo{
    width: 365px;
}
.down-arrow{
  width: 10px;
  margin-top: -1px;
  margin-left: 2px;
  filter: brightness(0000000);
  transition: 0.5s;
}
.header_menu_area > ul > li > a:hover .down-arrow{
  filter: brightness(1);
  transition: 0.5s;
}
.enquiry-btn{
    width: 19%;
}
.enquiry-btn a{
    font-size: 15px !important;
    font-weight: 600 !important;
    background-color: #9017FF !important;
    border: 2px solid #9017FF;
    color: white;
    height: auto !important;
    text-decoration: none;
    text-align: left !important;
    width: auto !important;
    padding: 12px 27px 12px !important;
    border-radius: 16px !important;
    font-family: Manrope !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.enquiry-btn a:hover{
    text-decoration: none;
    color: #9017FF;
    background-color: #ffffff;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.bi-arrow-right{
    font-size: 16px !important;
    margin-left: 12px;
    vertical-align: -0.1em;
}



.banner{
    margin-top: 50px;
    background-color: #9017FF;
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner h3{
    color: white;
    font-size: 40px;
    font-weight: 600;
}
.banner p{
    margin-bottom: 0 !important;
}
.banner a{
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.banner a:hover{
    text-decoration: none;
    color: white;
}
.banner span{
    color: #ffffff9c;
}



/******Menu******/


.header_menu_area {
    width: 50%;
    text-align: center;
}
.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
}
.header_menu_area > ul > li > a {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 40px;
    width: auto;
    font-family: Manrope;
    color: #1E1E1E;
    font-weight:500;
    font-size: 16px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
      
.header_menu_area > ul > li > a:hover {

    color: #9017ff;
    border-radius: 40px;
    text-decoration: none;
          
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #ffffff;
    color: #390680;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu ul{
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 42px;
    padding: 0;
    width: 240px;
    position: absolute;
    left: -52px;
    background: rgb(144, 23, 255);
    background: linear-gradient(95deg, rgb(144, 23, 255) 0%, rgb(57, 6, 128) 100%);
    z-index: 99;
    transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
    transform: translate(-4rem);
    transition: all .1s ease-out;
    border-radius: 16px;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);

}

.menu ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 12px 10px;
    display: block;
    color: white;
    text-decoration: none;
    /*background: white;*/
  /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

/******Menu-end******/


@media(max-width: 991px){
   .header_menu_area{
    display: none;
   } 
.navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    top: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    background: #ffffff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}.navItem ul li a {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 10px;
    display: block;
    color: #9017FF;
    /* background: white; */
    border-bottom: 0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.quick-top span{
      text-align: center;
    width: 100%;
    float: left;
}
.quick-top{
  margin-left: 40px !important;
}
}


/******Wrapper******/


.wrapper > * {
  margin: 15px;
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu0 {
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 40px;
  width: 50px;
  height: 50px;
}
.menu0 .menuTrigger {
  --heightIcon: 16px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(--heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu0 .menuTrigger .line {
  display: block;
  background: #000000;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu0 .menuTrigger .line.line-1 {
  top: 0;
}
.menu0 .menuTrigger .line.line-2 {
  top: 50%;
}
.menu0 .menuTrigger .line.line-3 {
  top: 100%;
}
.menu0 .menuTrigger:hover .line-1, .menu0 .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu0 .menuTrigger:hover .line-3, .menu0 .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu0 .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
}
.menu0 .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu0 .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  background-color: #ffffff00;
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 30%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
 background: rgb(144, 23, 255);
    background: linear-gradient(150deg, rgb(144, 23, 255) 0%, rgb(181, 102, 255) 100%);
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
  
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .navList {
  display: none;
  width: 100%;
}
.nav .navLink {
    color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 5px !important;
}.nav .navItem{
  position: relative;
  width: 100%;
  float: left;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  /* background-color: #0e4fa3; */
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

/******Wrapper-end******/

/******Popup******/

.popup.active {
    top: 0;
    background-color: #000000a8;
    transition: background-color .6s, opacity .6s;
}
.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}
.popup.active .popup-content {
    margin-top: 0px;
}
.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 595px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    color: #070000;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}
.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background-size: 100%;
    border-radius: 25px;
    background-position-y: 100%;
    background-repeat: no-repeat;
    padding: 30px 30px 30px 30px;
    top: 0;
    position: relative;
    right: 0;
    background: #E4E4E4;
    /* height: 100%; */
    z-index: 99;
}
.popup .fade-out {
    position: absolute;
    top: 11px;
    right: 12px;
    text-align: center;
    font-size: 15px;
}
.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    outline: none;
    cursor: pointer;
    z-index: 100;
    transition: .5s;
    background-size: 200% auto;
    background: #9017FF;
    color: white;
}
.form-inner h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #9017FF;
    font-weight: 700;
}
.form-inner p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #2E4049;
    line-height: 27px;
}
.m-bx-1 {
    float: left;
    /* margin: 0px 3%; */
    border: 1px solid transparent;
    width: 100%;
}
.m-bx-1 input {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 49px;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    border: none;
    transition: all 500ms ease;
    border: solid 1px transparent;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 28px;
    /* margin-top: 17px; */
    border-radius: 11px;
}
.m-bx-1-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.m-bx-1-btn button {
    width: 146px;
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #9017FF;
    text-align: center;
    text-decoration: none;
    padding: 8px 0px;
    border-radius: 10px;
    border: none;
    outline: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

#expertise-section {
    float: left;
    width: 100%;
    padding-top: 55PX;
    padding-bottom: 55PX;
}
.golden-img {
    width: 100%;
    float: left !important;
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 20px;
    border-radius: 20px;
}
#expertise-section h1 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 65px;
    text-align: left;
    padding-bottom: 20px;
}
#expertise-section h1 span {
    color: #4E46A1;
}
#expertise-section p {
  width: 100%;
    float: left;
    text-align: left;
    color: #6D6D6D;
    font-size: 16px;
    line-height: 159%;
   
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.connectus-bg p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    
    padding: 15px;
    text-align: center !important;
    margin-bottom: 5px;
}


.connectus-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    background-color: #9017FF;
}
.connectus-bg h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    line-height: 30px;
    background: #dea575;
    padding: 15px;
    border-radius: 17px;
    -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 2px 30px -15px rgba(0,0,0,.75);
    box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%);
}

.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px rgb(70 85 98 / 12%);
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #ce3142;
    font-weight: 600;
}
.mail-bg strong {
    color: black;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}
.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}

/******Popup-end******/

/******index******/

.sec1-index{
    margin-top: 90px;
    margin-bottom: 70px;
}
.banner1{
    padding-right: 0px;
}
.ban-slider h1{
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.ban-slider p{
    font-family: Manrope !important;
    font-size: 16px;
    margin-bottom: 60px;
    letter-spacing: -0.75px;
    line-height: 200%;
    color: #6f6f6f;
}
.banner1-img{
    padding-left: 60px;
    position: relative;
}
.banner1-img img{
    width: 100%;
}
.banner1-img-box{
    position: absolute;
    width: 336px !important;
    bottom: 0;
    z-index: 1;
    right: -62px;
}
.owl-stage{
    width: 5000px !important;
}
.owl-item img{
    width: 100% !important;
    float: left;
    max-width: 567px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 30px;
    
}
.line1{
    border-right: 1px solid #e8e8e8;
}
.counter-pad{
    padding-left: 45px;
    padding-right: 45px;
}
.s4-txtbx{
	width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.s4-txtbx p{
    font-family: Manrope !important;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    margin-bottom: 0px !important;
}
.s4-txtbx h3{
	width: 100%;
	color: #9017FF;
	margin-bottom: 0;
	font-size: 48px;
	font-weight: 700;
}
.s4-txtbx h3:after {
   /* padding-left: 7px;
    padding-top: 15px;*/
    
    font-size: 48px;
	font-weight: 700;
    /* line-height: 75px; */
    color: #9017FF;
    content: 'K';
    position: absolute;
}
.s4-txtbx h6:after {
   /* padding-left: 7px;
    padding-top: 15px;*/
    
    font-size: 48px;
	font-weight: 700;
    /* line-height: 75px; */
    color: #9017FF;
    content: '+';
    position: absolute;
}
.s4-txtbx h6{
	width: 100%;
	color: #9017FF;
	margin-bottom: 0;
	font-size: 48px;
	font-weight: 700;
}
.s4-txtbx h5{
	width: 100%;
	color: #9017FF;
	margin-bottom: 0;
	font-size: 48px;
	font-weight: 700;
}

.about-us h3{
    display: inline-block;
    margin-top: 13px;
    font-family: Manrope !important;
    font-size: 16px;
    font-weight: 400;
    color: #9017FF;
    background: #ffffff;
    background: linear-gradient(90deg, #E9D8FF 0%, #ffffff00 100%, #29252E 100%);
    padding: 5px 26px 4px;
    border: 1px solid #EEE2FE;
    border-radius: 50px;
}
.about-para{
    padding-left: 100px;
}
.about-para span{
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 60px;
    margin-bottom: 0;
}
.s3-index{
    background-image: url("../images/overlay-logo.webp");
    background-size: 420px;
    background-repeat: no-repeat;
    background-color: #9017FF;
    background-position-x: 380px;
    background-position-y: 84px;
    border-radius: 32px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-left h4{
    color: white;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 45px;
    letter-spacing: -3px;
}
.text-left a{
    text-decoration: none;
    color: white;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.179) 0%, rgba(255, 255, 255, 0.207) 50%, rgba(255, 255, 255, 0.333) 100%);
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 16px;
}
.text-left a:hover{
    text-decoration: none;
    color: #ffffff90;
}
.text-left .bi-arrow-right{
    vertical-align: 0;
}
.text-right h5{
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.text-right p{
    color: rgb(220, 220, 220);
    font-family: Manrope !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.box1{
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px;
    padding-right: 80px;
    border-radius: 16px;
    border: 1px solid #ffffff18;
    background: #ffffff50;
    background: linear-gradient(90deg, #ffffff15 0%, #ffffff35 100%);
    margin-bottom: 20px;
}
.box2{
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px;
    padding-right: 80px;
    border-radius: 16px;
    border: 1px solid #ffffff18;
    background: #ffffff50;
    background: linear-gradient(90deg, #ffffff15 0%, #ffffff35 100%);
}

.a-icon-1 img{
    width: 50px;
    background-color: #ffffff30;
    padding: 26px 15px;
    border-radius: 12px;
    margin-right: 10px;
}
.a-icon-2 img{
    width: 50px;
    background-color: #ffffff30;
    padding: 26px 15px;
    border-radius: 12px;
    margin-right: 10px;
}
.sec4-index{
    text-align: center;
}
.sec4-index h3{
    display: inline-block;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    color: #9017FF;
    background: #ffffff;
    background: linear-gradient(90deg, #E9D8FF 0%, #ffffff00 100%, #29252E 100%);
    padding: 5px 20px;
    border: 1px solid #EEE2FE;
    border-radius: 50px;
    margin-bottom: 20px;
}
.sec4-index h4{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -2px;
}
.sec4-index p{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    margin-bottom: 0;
}
.serv-links{
    margin-top: 50px;
}
.fa-arrow-right{
    vertical-align: -0.16em;
    font-size: 20px;
}
.smc-link{
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 50px;
}
.smc-link p{
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-right: 30px;
}
.smc-link h5{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 0 !important;
    text-align: left;
    width: 92%;
    float: left;
}
.smc-link:hover{
    color: #9017FF;
}
.smc-link a{
    font-size: 16px;
    color: #ffffff;
    background-color: #ffffff;
    padding: 12px 15px 12px 15px;
    border-radius: 16px;
}
.smc-link:hover a{
 color: #ffffff;
    background-color: #9017FF;
}
.ad-link{
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 50px;
}
.ad-link p{
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-right: 30px;
}
.ad-link h5{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 0 !important;
    text-align: left;
    width: 92%;
    float: left;
}
.ad-link:hover{
    color: #9017FF;
}
.ad-link a{
    font-size: 16px;
    color: #ffffff;
    background-color: #ffffff;
    padding: 12px 15px 12px 15px;
    border-radius: 16px;
}
.ad-link:hover a{
    color: #ffffff;
    background-color: #9017FF;
}
.wdd-link{
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 50px;
}
.wdd-link p{
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-right: 30px;
}
.wdd-link h5 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 0 !important;
    text-align: left;
    width: 92%;
    float: left;
}
.wdd-link:hover{
    color: #9017FF;
}
.wdd-link a{
    font-size: 16px;
    color: #ffffff;
    background-color: #ffffff;
    padding: 12px 15px 12px 15px;
    border-radius: 16px;
}
.wdd-link:hover a{
    color: #ffffff;
    background-color: #9017FF;
}
.is-link{
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px;
}
.is-link p{
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-right: 30px;
}
.is-link h5{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 0 !important;
    text-align: left;
    width: 92%;
    float: left;
}
.is-link:hover{
    color: #9017FF;
}
.is-link a{
    font-size: 16px;
    color: #ffffff;
    background-color: #ffffff;
    padding: 12px 15px 12px 15px;
    border-radius: 16px;
}
.is-link:hover a{
    color: #ffffff;
    background-color: #9017FF;
}
.sec5-index{
    margin-top: 70px;
    margin-bottom: 90px;
    text-align: center;
}
.sec5-index h3{
    display: inline-block;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    color: #9017FF;
    background: #ffffff;
    background: linear-gradient(90deg, #E9D8FF 0%, #ffffff00 100%, #29252E 100%);
    padding: 5px 20px;
    border: 1px solid #EEE2FE;
    border-radius: 50px;
    margin-bottom: 20px;
}
.sec5-index h4{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -2px;
}
.sec5-index p{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    margin-bottom: 0;
}
.s6-txtbx{
	width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding-top: 90px;
    padding-bottom: 80px;
    margin-top: 50px;
    margin-bottom: 70px;
}
.s6-txtbx h5{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px !important;
}
.s6-txtbx p{
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    letter-spacing: -0.75px;
    line-height: 28px;
    margin-bottom: 0;
}
.txtbx1{
    padding: 0px 64px;
    border-right: 1px solid #e8e8e8;
}
.txtbx1 img{
    width: 40px;
    margin-bottom: 15px !important;
    margin-top: -20px;
}
.txtbx1:hover img{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.txtbx2{
    padding: 0px 64px;
    border-right: 1px solid #e8e8e8;
}
.txtbx2 img{
    width: 40px;
    margin-bottom: 15px !important;
    margin-top: -20px;
}
.txtbx2:hover img{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.txtbx3{
    padding: 0px 64px;
}
.txtbx3 img{
    width: 40px;
    margin-bottom: 15px !important;
    margin-top: -20px;
}
.txtbx3:hover img{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.s6-txtbx2{
	  width: 100%;
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 90px;
    text-align: left;
}
.rating{
    padding: 0px 50px 0px 80px;
    border-right: 1px solid #e8e8e8;
}
.rating h6{
    color: black;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: -10px;
}
.bi-star-fill{
    color: #FF8A00;
    margin-right: 2px;
}
.star-blank{
    color: #cccccc;
}
.rating img{
    width: 14px;
    margin-right: 10px;
    margin-top: -4px;
}
.rating p{
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.75px;
    font-family: manrope;
    margin-top: 15px;
    margin-bottom: 0;
}
.rating-txt{
    width: 73%;
    padding: 0px 122px 0px 75px;
}
.rating-txt h4{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 15px;
    margin-top: -10px;
}
.rating-txt p{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.75px;
    color: #6f6f6f;
    margin-bottom: 0;
}

/******index******/

/******About-Us******/

.sec1-about{
    margin-top: 90px;
    margin-bottom: 70px;
}
.about-top{
    align-items: center;
}
.c2-txt{
    padding-right: 6px;
}
.c2-txt h1{
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.c2-txt p{
    font-family: Manrope;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 28px;
}
.c2-img img{
    width: 100%;
    border-radius: 32px;
}
.sec2-about{
    margin-top: 70px;
    margin-bottom: 70px;
}
.about-box{
    background-image: url("../images/overlay-logo.webp");
    background-size: 332px;
    background-repeat: no-repeat;
    background-color: #9017FF;
    background-position-x: 16px;
    background-position-y: 154px;
    border-radius: 32px;
    padding: 40px;
    text-align: center;
}
.about-box h3{
    color: white;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 10px;
}
.about-box p{
    font-family: Manrope;
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 28px;
}
.sec3-about{
    margin-top: 70px;
    margin-bottom: 90px;
    text-align: left;
}
.sec3-about h3{
    display: inline-block;
    margin-top: 13px;
    font-family: Manrope !important;
    font-size: 16px;
    font-weight: 400;
    color: #9017FF;
    background: #ffffff;
    background: linear-gradient(90deg, #E9D8FF 0%, #ffffff00 100%, #29252E 100%);
    padding: 5px 26px 4px;
    border: 1px solid #EEE2FE;
    border-radius: 50px;
}
.sec3-about h4{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.sec3-about p{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    margin-bottom: 40px;
}
.first-row{
    align-items: center;
    margin-bottom: 40px;
}
.ft-row-txt img{
    width: 40px;
    margin-bottom: 20px;
}
.ft-row-txt:hover img{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.ft-row-txt p{
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    letter-spacing: -0.75px;
    line-height: 28px;
    margin-bottom: 0;
}
.ft-row-txt h5{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px !important;
}
.second-row{
    align-items: center;
}
.sd-row-txt img{
    width: 40px;
    margin-bottom: 20px;
}
.sd-row-txt:hover img{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.sd-row-txt p{
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    letter-spacing: -0.75px;
    line-height: 28px;
    margin-bottom: 0;
}
.sd-row-txt h5{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px !important;
}

/******About-Us-end******/

/******Social Media Consulting******/

.sec1-social{
    margin-top: 90px;
    margin-bottom: 70px;
    text-align: left;
}
.social-top{
    align-items: center;
}
.social-txt{
    padding-right: 20px;
}
.social-txt h1{
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.social-txt p{
    font-family: Manrope;
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 0;
    line-height: 28px;
}
.social-img{
    padding-left: 20px;
}
.social-img img{
    width: 100%;
    border-radius: 32px;
}
.sec2-social{
    text-align: center;
     margin-bottom: 90px;
}
.sec2-social h3{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -3px;
}
.service-box{
    background-color: #9017FF;
    padding: 20px;
    padding-bottom: 28px;
    border-radius: 16px;
}
.service-box img{
    width: 100%;
    border-radius: 16px;
    margin-bottom: 20px;
}
.service-box h5{
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.service-box p{
    color: white;
    font-family: Manrope !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}
.service-box a{
    text-decoration: none;
    border-radius: 16px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 6px 30px 7px 30px;
    color: #9017FF;
    font-size: 16px;
    font-family: Manrope !important;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.service-box a:hover{
    color: #ffffff;
    background-color: #9017FF;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

/******Social Media Consulting-end******/

/******App Development******/

.sec1-app{
    margin-top: 90px;
    margin-bottom: 70px;
    text-align: left;
}
.app-top{
    align-items: center;
}
.app-txt{
    padding-right: 20px;
}
.app-txt h1{
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.app-txt p{
    font-family: Manrope;
    font-size: 16px;
    margin-bottom: 0;
    color: #6f6f6f;
    line-height: 28px;
}
.app-img{
    padding-left: 20px;
}
.app-img img{
    width: 100%;
    border-radius: 32px;
}
.sec2-app{
    text-align: center;
     margin-bottom: 90px;
}
.sec2-app h3{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

/******App Development-end******/

/******Web Design & Development******/

.sec1-web{
    margin-top: 90px;
    margin-bottom: 70px;
    text-align: left;
}
.web-top{
    align-items: center;
}
.web-txt{
    padding-right: 20px;
}
.web-txt h1{
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.web-txt p{
    font-family: Manrope;
    font-size: 16px;
    margin-bottom: 0;
    color: #6f6f6f;
    line-height: 28px;
}
.web-img{
    padding-left: 20px;
}
.web-img img{
    width: 100%;
    border-radius: 32px;
}
.sec2-web{
    text-align: center;
     margin-bottom: 90px;
}
.sec2-web h3{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

/******Web Design & Development-end******/

/******IT Services******/

.sec1-it{
    margin-top: 90px;
    margin-bottom: 70px;
    text-align: left;
}
.it-top{
    align-items: center;
}
.it-txt{
    padding-right: 20px;
}
.it-txt h1{
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.it-txt p{
    font-family: Manrope;
    font-size: 16px;
    margin-bottom: 0;
    color: #6f6f6f;
    line-height: 28px;
}
.it-img{
    padding-left: 20px;
}
.it-img img{
    width: 100%;
    border-radius: 32px;
}
.sec2-it{
    text-align: center;
     margin-bottom: 90px;
}
.sec2-it h3{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

/******IT Services-end******/

/******Contact-Us******/
.contact-full h2 {
    font-size: 60px;
    color: black;
    margin-bottom: 10px;
}
.contact-full h2 span{
    color: #9017FF;
}
.contact-full p {
    font-size: 16px;
    color: #6f6f6f;
    float: left;
    font-family: Manrope !important;
    margin-bottom: 20px;
    line-height: 28px;
}
.ct-box {
    width: 48%;
    float: left;
    padding: 15px;
    background-color: white;
    border: 1px solid #9017FF;
    margin-right: 2%;
    border-radius: 20px;
    height: 245px;
    margin-bottom: 20px;
    background-color: ;
}
.ct-box img {
  float: left;
    width: 40px;
}
.ct-box h5 {
    float: left;
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin-top: 18px;
    width: 100%;
}
.ct-box h6 {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 200%;
    margin: 0;
    width: 100%;
}
.ct-box h6 a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: Manrope !important;
    color: #6f6f6f;
    margin: 0;
}

.ct-left h4 {
    color: black;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: -2px;
}
.ct-left {
    margin-top: 40px;
    width: 100%;
    float: left;
   
    border-radius: 20px;
    padding: 30px 50px;
}
.ct-field label {
    font-size: 15px;
    color: black;
    font-weight: 400;
    font-family: Manrope !important;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}
.ct-field input {
    border: 1px solid #9017FF;
    width: 100%;
    float: left;
    background: white;
    padding: 15px;
    border-radius: 10px;
    color: black;
    font-size: 15px;
    font-family: Manrope !important;
}
.ct-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.ct-field textarea {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    border: 1px solid #9017FF;
    background: white;
    padding: 15px;
    border-radius: 10px;
    height: 125px;
}
.contact-pages {
    width: 100%;
    float: left;
    margin-top: 90px;
    margin-bottom: 90px;
}
.enquiry-form button {
    width: 200px;
    height: 44px;
    text-decoration: none;
    border-radius: 16px;
    background-color: #9017FF;
    border: 2px solid #9017FF;
    float: left;
    padding: 6px 30px 7px 30px;
    color: white;
    font-size: 16px;
    font-family: Manrope !important;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.enquiry-form button:hover{
    color: #9017FF;
    background-color: #ffffff;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


/******Footer******/

.footer{
    width: 100%;
    float: left;
    background-image: url("../images/overlay-logo.webp");
    background-size: 460px;
    background-repeat: no-repeat;
    background-color: #9017FF;
    background-position-x: 552px;
    background-position-y: 8px;
    padding-top: 70px;
    padding-bottom: 50px;
}
.f-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ffffff50;
    border-bottom: 1px solid #ffffff50;
}
.f-logo img{
    width: 70px;
}
.f-menu ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
}
.f-menu a{
    text-decoration: none;
    color: white;
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-left: 50px;
}
.f-menu a:hover{
    text-decoration: none;
    color: #ffffff60;
}
.copy{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.copy p{
    color: white;
    font-family: manrope;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.25px;
}
.copy a{
    text-decoration: none;
    color: white;
}
.copy a:hover{
    text-decoration: none;
    color: #ffffff60;
}

/******Footer-end******/

/******Media-screen******/

@media (min-width: 992px) {
    .wrapper{
        display: none;
    }
    .counter-index .banner1-img{
        display: none;
    }
    .image-index .section4-main{
        display: none;
    }
}
@media(max-width:991px) {
    .header_menu_area{
        display: none;
    }
    .enquiry-btn{
        display: none;
    }
    .counter-index .section4-main{
        display: none;
    }
    .image-index .banner1-img{
        display: none;
    }
    
}
@media (min-width:1025px) and (max-width:1199px) {
    .logo{
        width: 20%;
    }
    .logo img{
        width: 200px;
    }
    .header_menu_area{
        width: 52%;
    }
    .header_menu_area > ul > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .enquiry-btn{
        width: 22%;
    }
    .enquiry-btn a{
        padding: 10px 26px 12px;
    }
    .ban-slider h1{
        font-size: 54px;
        line-height: 60px;
    }
    .ban-slider p{
        margin-bottom: 30px;
    }
    .line1{
        padding-left: 25px;
        padding-right: 25px;
    }
    .counter-pad {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-us h3{
        padding: 5px 22px 4px;
    }
    .about-para p{
        font-size: 40px;
        line-height: 48px;
    }
    .about-box{
        background-size: 260px;
        background-position-y: 320px;
    }
    .s3-index{
        background-position-x: 244px;
        background-position-y: 86px;
    }
    .smc-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .smc-link h5{
        font-size: 32px;
    }
    .ad-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ad-link h5{
        font-size: 32px;
    }
    .wdd-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wdd-link h5{
        font-size: 32px;
    }
    .is-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .is-link h5{
        font-size: 32px;
    }
    .text-left h4{
        font-size: 40px;
        line-height: 48px;
    }
    .txtbx1 ,.txtbx2 ,.txtbx3{
        padding: 0px 34px;
    }
    .s6-txtbx h4,.sec5 .s6-txtbx2 h4{
        font-size: 40px;
        line-height: 48px;
    }
    .rating ,.rating-txt{
        padding: 0px 34px;
    }
    .rating h6{
        font-size: 60px;
    }
    .footer{
        background-position-x: 344px;
        background-position-y: 6px;
    }
}
@media (min-width:992px) and (max-width:1024px){
    .logo{
        width: 20%;
    }
    .logo img{
        width: 200px;
    }
    .header_menu_area{
        width: 52%;
    }
    .header_menu_area > ul > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .enquiry-btn{
        width: 22%;
    }
    .enquiry-btn a{
        padding: 10px 26px 12px;
    }
    .ban-slider h1{
        font-size: 54px;
        line-height: 60px;
    }
    .ban-slider p{
        margin-bottom: 30px;
    }
    .line1{
        padding-left: 25px;
        padding-right: 25px;
    }
    .banner1-img-box {
        width: 262px !important;
        right: -32px;
    }
    .counter-pad {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-us h3{
        padding: 5px 22px 4px;
    }
    .about-para p{
        font-size: 40px;
        line-height: 48px;
    }
    .s3-index{
        background-position-x: 246px;
    }
    .text-left h4{
        font-size: 40px;
        line-height: 48px;
    }
    .sec4-index h4,.sec5-index h4{
        font-size: 40px;
        line-height: 48px;
    }
    .smc-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .smc-link h5{
        font-size: 32px;
    }
    .ad-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ad-link h5{
        font-size: 32px;
    }
    .wdd-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wdd-link h5{
        font-size: 32px;
    }
    .is-link{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .is-link h5{
        font-size: 32px;
    }
    .txtbx1 ,.txtbx2 ,.txtbx3{
        padding: 0px 34px;
    }
    .rating ,.rating-txt{
        padding: 0px 34px;
    }
    .rating h6{
        font-size: 60px;
    }
    .footer{
        background-position-x: 344px;
        background-position-y: 6px;
    }
    .about-box{
        background-size: 250px;
        background-position-x: 20px;
        background-position-y: 250px;
    }
    .about-box h3{
        font-size: 32px;
        line-height: 40px;
    }
    .sec2-about{
        margin-top: 0;
        margin-bottom: 0;
    }
    .sec3-about{
        margin-top: 40px;
        margin-bottom: 60px;
        text-align: center;
    }
    .sec3-about h3{
        margin-top: 0;
    }

}
@media (min-width:768px) and (max-width:991px){
    .nav0{
        margin-top: 20px;
    }
    .menu0{
        top: 8px;

    }
    .mobile-logo{
        width: 240px;
    }
    .sec1-index{
       margin-top: 60px;
       margin-bottom: 40px;
    }
    .sec1-about{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .s4-txtbx h3{
        margin-left: -10px;
    }
    .s4-txtbx h5{
        margin-left: -5px;
    }
    .s4-txtbx h6{
        margin-left: -10px;
    }
    .line1{
        padding-left: 68px;
        padding-right: 68px;
    }
    .counter-pad{
        padding-left: 68px;
        padding-right: 68px;
    }
    .sec2-index{
        flex-direction: column;
        text-align: center;
    }
    .c2-txt{
        text-align: center;
        padding-right: 0;
    }
    .ban-slider p{
        margin-bottom: 30px;
    }
    .banner1{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .banner1-img{
        width: 100%;
        padding-left: 0;
    }
    .owl-item img{
        max-width: 100%;
    }
    .banner1-img-box{
        width: 444px !important;
        right: -80px;
    }
    .about-us h3{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .about-para{
        width: 100%;
        padding: 0;
    }
    .about-para p{
        font-size: 32px;
        line-height: 40px;
    }
    .s3-index{
        text-align: center;
        flex-direction: column;
        background-size: 500px;
        background-position-x: 100px;
        background-position-y: 214px;
    }
    .text-left{
        width: 80%;
        margin-bottom: 40px;
    }
    .text-right{
        width: 80%;
    }
    .text-left h4{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .sec4-index h4,.sec5-index h4{
        font-size: 32px;
        line-height: 40px;
    }
    .sec5-index p{
        margin-bottom: 0;
    }
    .smc-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .smc-link h5{
        font-size: 24px;
    }
    .smc-link p{
        margin-right: 15px;
    }
    .ad-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ad-link h5{
        font-size: 24px;
    }
    .ad-link p{
        margin-right: 15px;
    }
    .wdd-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wdd-link h5{
        font-size: 24px;
    }
    .wdd-link p{
        margin-right: 15px;
    }
    .is-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .is-link h5{
        font-size: 24px;
    }
    .is-link p{
        margin-right: 15px;
    }
    .s6-txtbx{
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .s6-txtbx h5{
        margin-bottom: 10px !important;
    }
    .txtbx1 ,.txtbx2{
        margin-bottom: 60px;
        border: none;
    }
    .s6-txtbx2{
        flex-direction: column;
        text-align: center;
    }
    .rating h6{
        font-size: 50px;
    }
    .rating p{
        margin-bottom: 20px;
        margin-top: 0;
    }
    .rating{
        margin-bottom: 0;
        padding: 0;
    }
    .rating-txt{
        padding: 20px;
        width: 100%;
    }
    .footer{
        background-position-x: 180px;
        background-position-y: 6px;
    }
    .about-box{
        background-image: none;
        margin-bottom: 20px;
    }
    .about-box h3{
        font-size: 24px;
        line-height: 32px;
    }
    .sec2-about{
        margin-top: 0;
        margin-bottom: 0;
    }
    .sec3-about{
        margin-top: 40px;
        margin-bottom: 60px;
        text-align: center;
    }
    .sec3-about h3{
        margin-top: 0;
    }
    .sec1-social, .sec1-app, .sec1-web, .sec1-it{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact-full{
        text-align: center;
    }
    .social-txt, .app-txt, .web-txt, .it-txt{
        text-align: center;
    }
    .social-txt p, .app-txt p, .web-txt p, .it-txt p{
        margin-bottom: 30px;
    }
    .social-img, .app-img, .web-img, .it-img{
        padding-left: 0;
    }
    .sec2-social, .sec2-app, .sec2-web, .sec2-it{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .service-box{
        margin-bottom: 20px;
    }
    .sec2-social h3, .sec2-app h3, .sec2-web h3, .sec2-it{
        font-size: 32px;
        line-height: 40px;
    }
    .service-box h5{
        font-size: 24px;
    }
    .ct-box img{
        float: none;
    }
    .banner{
        margin-top: 20px;
    }
    .contact-pages{
        margin-top: 60px;
        margin-bottom: 40px;
    }
}
@media (min-width:576px) and (max-width:767px){
    .nav0{
        margin-top: 20px;
    }
    .menu0{
        top: 8px;
    }
    .mobile-logo{
        width: 200px;
    }
    .sec1-index{
       margin-top: 60px;
       margin-bottom: 40px;
    }
    .sec1-about{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .s4-txtbx h3{
        margin-left: -10px;
    }
    .s4-txtbx h5{
        margin-left: -5px;
    }
    .s4-txtbx h6{
        margin-left: -10px;
    }
    .line1{
        padding-left: 38px;
        padding-right: 38px;
    }
    .counter-pad{
        padding-left: 38px;
        padding-right: 38px;
    }
    .sec2-index{
        flex-direction: column;
        text-align: center;
    }
    .ban-slider h1, .c2-txt h1{
        font-size: 54px;
        line-height: 66px;
    }
    .c2-txt{
        text-align: center;
        padding-right: 0;
    }
    .ban-slider p{
        margin-bottom: 30px;
    }
    .banner1{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .banner1-img{
        width: 100%;
        padding-left: 0;
    }
    .owl-item img{
        max-width: 100%;
    }
    .banner1-img-box{
        right: 10px;
    }
    .about-us h3{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .about-para{
        width: 100%;
        padding-left: 0;
    }
    .about-para p{
        font-size: 32px;
        line-height: 40px;
    }
    .s3-index{
        text-align: center;
        flex-direction: column;
        background-image: none;
        margin-top: 50px;
        margin-bottom: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-left{
        margin-bottom: 40px;
    }
    .text-left h4{
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    .box1{
        padding-right: 100px;
    }
    .box2{
        padding-right: 100px;
    }
    .sec4-index h4,.sec5-index h4{
        font-size: 32px;
        line-height: 40px;
    }
    .sec5-index p{
        margin-bottom: 0;
    }
    .smc-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .smc-link h5{
        font-size: 24px;
    }
    .smc-link p{
        margin-right: 15px;
    }
    .ad-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ad-link h5{
        font-size: 24px;
    }
    .ad-link p{
        margin-right: 15px;
    }
    .wdd-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wdd-link h5{
        font-size: 24px;
    }
    .wdd-link p{
        margin-right: 15px;
    }
    .is-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .is-link h5{
        font-size: 24px;
    }
    .is-link p{
        margin-right: 15px;
    }
    .s6-txtbx{
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .s6-txtbx h5{
        margin-bottom: 10px !important;
    }
    .txtbx1 ,.txtbx2{
        margin-bottom: 60px;
        border: none;
    }
    .s6-txtbx2{
        flex-direction: column;
        text-align: center;
    }
    .rating h6{
        font-size: 60px;
    }
    .rating p{
        margin-bottom: 20px;
        margin-top: 0;
    }
    .rating{
        margin-bottom: 0;
        padding: 0;
    }
    .rating-txt{
        padding: 20px;
        width: 100%;
    }
    .footer{
        background-image: none;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .f-menu a{
        margin-left: 40px;
    }
    .copy{
        flex-direction: column;
        text-align: center;
    }
    .about-box{
        background-image: none;
        margin-bottom: 20px;
    }
    .about-box h3{
        font-size: 24px;
        line-height: 32px;
    }
    .sec2-about{
        margin-top: 0;
        margin-bottom: 0;
    }
    .sec3-about{
        margin-top: 40px;
        margin-bottom: 60px;
        text-align: center;
    }
    .sec3-about h3{
        margin-top: 0;
    }
    .sec1-social, .sec1-app, .sec1-web, .sec1-it{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact-full{
        text-align: center;
    }
    .contact-full h2{
        font-size: 54px;
    }
    .social-txt, .app-txt, .web-txt, .it-txt{
        text-align: center;
    }
    .social-txt h1, .app-txt h1, .web-txt h1, .it-txt h1{
        font-size: 54px;
        line-height: 66px;
    }
    .social-txt p, .app-txt p, .web-txt p, .it-txt p{
        margin-bottom: 30px;
    }
    .social-img, .app-img, .web-img, .it-img{
        padding-left: 0;
    }
    .sec2-social, .sec2-app, .sec2-web, .sec2-it{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .service-box{
        margin-bottom: 20px;
    }
    .sec2-social h3, .sec2-app h3, .sec2-web h3, .sec2-it{
        font-size: 32px;
        line-height: 40px;
    }
    .service-box h5{
        font-size: 24px;
    }
    .ct-box img{
        float: none;
    }
    .banner{
        margin-top: 20px;
    }
    .contact-pages{
        margin-top: 60px;
        margin-bottom: 40px;
    }
}



@media(max-width: 400px){
        .system-logo {
        width: 180px !important;
    }
    .ban-slider h1{
        font-size:40px !important;
    }
}
@media(max-width: 575px){
    .nav0{
        margin-top: 20px;
    }
    .menu0{
        top: 8px;
    }
    .system-logo {
        width: 230px;
    }
    .sec1-index, .sec1-about, .sec1-social, .sec1-app, .sec1-web, .sec1-it{
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }
    .c2-txt{
        padding-left: 10px;
        padding-right: 10px;
    }
    .c2-img{
        margin-top: 20px;
    }
    .sec2-index{
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .ban-slider h1, .c2-txt h1, .social-txt h1, .app-txt h1, .web-txt h1, .it-txt h1{
        font-size: 41px;
        line-height: 47px;
        letter-spacing: -1px;
    }
    .ban-slider p{
        line-height: 167%;
        margin-bottom: 30px;
    }
    .banner1 p br{
        display: none;
    }
    .s4-txtbx{
        padding-bottom: 11px;
        flex-direction: column;
    }
    .line1{
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        
    }
    .counter-pad{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .s4-txtbx h3{
        font-size: 36px;
        margin-left: -15px;
    }
    .s4-txtbx h3::after{
        font-size: 36px;
    }
    .s4-txtbx h5{
        font-size: 36px;
        margin-left: -5px;
    }
    .s4-txtbx h6::after{
         font-size: 40px;
    }
    .s4-txtbx h6{
                font-size: 40px;
        margin-left: -10px;
    }
    .s4-txtbx p{
        font-size: 13px;
    }
    .banner1{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .banner1-img{
        width: 100%;
        padding-left: 0;
    }
    .owl-item img{
        max-width: 100%;
    }
    .banner1-img-box{
        display: none;
    }
    .about-us h3{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .about-para{
        width: 100%;
        padding-left: 0;
    }
    .about-para span{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
        letter-spacing: -1px;
    }
    .sec3-index{
        padding-left: 15px;
        padding-right: 15px;
    }
    .s3-index{
        text-align: center;
        flex-direction: column;
        background-image: none;
        margin-top: 50px;
        margin-bottom: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .box1{
        padding-right: 0;
        flex-direction: column;
        text-align: center;
    }
    .box2{
        padding-right: 0;
        flex-direction: column;
        text-align: center;
    }
    .a-icon-1 img{
        margin-right: 0;
        margin-bottom: 10px;
        padding: 15px 15px;
    }
    .a-icon-2 img{
        margin-right: 0;
        margin-bottom: 10px;
        padding: 15px 15px;
    }
    .text-left{
        width: 90%;
        margin-bottom: 40px;
    }
    .text-right{
        width: 90%;
    }
     .text-left h4{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }
    .sec5-index{
        margin-top: 60px;
        margin-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec4-index h4,.sec5-index h4{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
    }
    .sec5-index p{
        margin-bottom: 0;
    }
    .smc-link{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .smc-link h5{
        font-size: 18px;
        letter-spacing: -1px;
    }
    .smc-link p{
        margin-right: 15px;
    }
    .smc-link a{
        padding: 6px 11px 8px 11px;
    }
    .ad-link{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .ad-link h5{
        font-size: 18px;
        letter-spacing: -1px;
    }
    .ad-link p{
        margin-right: 15px;
    }
    .ad-link a{
        padding: 6px 11px 8px 11px;
    }
    .wdd-link{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .wdd-link h5{
        font-size: 18px;
        letter-spacing: -1px;
    }
    .wdd-link p{
        margin-right: 15px;
    }
    .wdd-link a{
        padding: 6px 11px 8px 11px;
    }
    .is-link{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .is-link h5{
        font-size: 18px;
        letter-spacing: -1px;
    }
    .is-link p{
        margin-right: 15px;
    }
    .is-link a{
        padding: 6px 11px 8px 11px;
    }
    .s6-txtbx{
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .s6-txtbx h5{
        margin-bottom: 10px !important;
    }
    .txtbx1 ,.txtbx2{
        margin-bottom: 20px;
        border: none;
        padding: 20px;
    }
    .txtbx3{
        padding: 20px;
    }
    .s6-txtbx2{
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 60px;
    }
    .rating h6{
        font-size: 50px;
    }
    .rating p{
        margin-bottom: 20px;
        margin-top: 0;
    }
    .rating{
        margin-bottom: 0;
        padding: 0;
    }
    .rating-txt{
        padding: 20px;
        width: 100%;
    }
    .footer{
        background-image: none;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .f-logo{
        flex-direction: column;
        row-gap: 20px;
    }
    .f-menu ul{
        flex-direction: column;
        text-align: center;
        padding: 0 0 0 0;
    }
    .f-menu a{
        margin-left: 0;
    }
    .copy{
        flex-direction: column;
        text-align: center;
    }
    .copy p{
        font-size: 13px;
        margin-bottom: 0;
    }
    .about-box{
        background-image: none;
        margin-bottom: 20px;
    }
    .about-box h3{
        font-size: 24px;
        line-height: 32px;
    }
    .sec2-about{
        margin-top: 0;
        margin-bottom: 0;
    }
    .sec3-about{
        margin-top: 40px;
        margin-bottom: 60px;
        text-align: center;
    }
    .sec3-about h3{
        margin-top: 0;
    }
    .sec1-social, .sec1-app, .sec1-web, .sec1-it{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact-full{
        text-align: center;
    }
    .contact-full h2{
        font-size: 48px;
    }
    .social-txt, .app-txt, .web-txt, .it-txt{
        text-align: center;
        padding: 0;
    }
    .social-txt p, .app-txt p, .web-txt p, .it-txt p{
        margin-bottom: 30px;
    }
    .social-img, .app-img, .web-img, .it-img{
        padding-left: 0;
    }
    .sec2-social, .sec2-app, .sec2-web, .sec2-it{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .service-box{
        margin-bottom: 20px;
    }
    .sec2-social h3, .sec2-app h3, .sec2-web h3, .sec2-it h3{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
    }
    .service-box h5{
        font-size: 18px;
    }
    .ct-box img{
        float: none;
    }
    .banner{
        margin-top: 20px;
    }
    .contact-pages{
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .banner h3{
        font-size: 30px;
    }
    .ct-box{
        width: 100%;
        height: auto;
    }
    .ct-left{
        margin-top: 0;
        padding: 0;
    }
    .ft-row-txt{
        margin-bottom: 20px;
    }
    .sd-row-txt{
        margin-bottom: 20px;
    }
    .no-line{
        margin-bottom: 0;
    }
}

/*phone-mnu*/
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 40px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
/*  padding: 0 36px 0 20px;*/
  line-height: 40px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  /* content: ''; */
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  /* right: 22px; */
  /* -webkit-transform: rotate(45deg); */
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  /* transform: rotate(45deg); */
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 40px;
}

.cd-dropdown {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 18px;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #9826ff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  font-size: 17px;
  text-decoration: none;
  color: #9117ff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: transparent;
  border-style: solid;
  font-weight: 400;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
    list-style: none;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size:17px;
    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #9117ff;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 56%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #9826ff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  text-align: left;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  left: 129px;
  -webkit-transform-origin: 9.5px 50%;
  -moz-transform-origin: 9.5px 50%;
  -ms-transform-origin: 9.5px 50%;
  -o-transform-origin: 9.5px 50%;
  transform-origin: 9.5px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

@media(max-width:575px)
{
    
    .cd-dropdown-content, .cd-dropdown-content ul {
    
    list-style: none;
  }
    
    
    
    .head-menu {
    width: auto!important
        
    }
    
    
    
    
      .menu-img {
        width: 28px !important;
    }
    .cd-dropdown-wrapper {margin: 0 0 0 5%;}
}





.mobile-menu-tag{float:right;}


/*@media(max-width:575px)
{
    .m-img{
        display: block;
    }
    .d-img{
        display: none;
    }
}
@media(min-width:575px)
{
    .m-img{
        display: none;
    }
    .d-img{
        display: block;
    }
}
*/

@media(max-width:990px)
{
    .form-sec2 {
  
    padding: 30px 10px;
}
}
@media(min-width:767px)
{
    .mision {
    height: 370px;
    }
}
@media(min-width:767px) and (max-width:1024px)
{
    
    
     .head-menu {
    width: auto!important
        
    }
.cd-dropdown {

    right: 0 !important;
    width: 43% !important;
    left: unset !important;
}
    .cd-dropdown .cd-close {
        top: 25px !important;
    }

}

@media(min-width:1400px) and (max-width:1500px){
#CrossFade img{min-height: auto; top: 0;}
}

@media(min-width:1501) and (max-width:2500px){
.desk-bnr-hide {display:none;}
}

@media(min-width:230) and (max-width:1399px){
.desk-bnr-hide {display:none;}
}

.grecaptcha-badge { 
    visibility: hidden;
}




@media (min-width: 1025px) and (max-width: 9999px) {
    .mobile-menu-tag {
        display: none;
    }
    
    
    /*cd-dropdown dropdown-is-active li{*/
    /*    list-style: none;*/
        
    /*}*/
    
    
    
    
    
}
/*phone-mnu*/



























































.banner{
   /* width: 100%; */
   /* float: left; */
   /* height: 870px; */
   /* background-image: url('../images/banner.png'); */
   /* background-size: cover; */
}



.banner-carousel .owl-nav {
    display: none;
}
.banner-carousel .owl-dots {
    top: -119px;
    position: relative;
    text-align: center;
    float: left;
    display: block;
    /* padding-right: 452px; */
}
.banner-carousel .owl-dots button span {
    background:#6CDE26;
    width: 7px;
    height: 7px;
    float: right;
    border-radius: 30px;
    margin-right: 13px;
    margin-bottom: 4px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.banner-carousel .owl-dot.active span {
    background: #FFF200;
    width: 29px;
    height: 6px;
}












.head{
  width: 100%;
  float: left;
}
.logo-bx{
  padding-top: 10px;
  width: 25%;
  float: left;

}
.logo-bx img{
  float: left;
  width: 173px;
}
.head-menu{
  width: 75%;
  float: left;
}




.menu-enq {
    float: right;
    margin-top: -12px;
    padding-left: 17px;
   
}
.menu-enq a {
    width: 165px;
    height: 49px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    background-color: #338004;
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 14px 0px;
    border-radius: 25px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.menu-enq a:hover{
     background: #235603;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}










@media(min-width: 1025px){
.wrapper{
    display: none;
}
}


@media(max-width: 1024px){


    

    
.navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    top: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    background: #62b432;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}
.navItem ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}
.navItem ul li a {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 10px;
    display: block;
    color: white;
    /* background: white; */
    border-bottom: 0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.quick-top span{
      text-align: center;
    width: 100%;
    float: left;
}
.quick-top{
  margin-left: 40px !important;
}

}