body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
   /* line-height: 21px;*/
    /*font-weight: 400;*/
    color: #444;
}


/*New Header starts*/

/*ul {
    padding: 0;
    margin: 0;
}
ul, ol {
    list-style: none;
}*/

i {
    font-size: 1.1em;
}

a, a:hover {
    text-decoration: none;
}



.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.top-bar .contact-details li a {
    font-size: 12px;
    display: block;
    line-height: 32px;
}

.top-bar a {
    color: #aaa;
}

.top-bar .contact-details li {
    display: inline-block;
}

.top-bar .contact-details li a:before {
    color: #aaa;
}
.top-bar .contact-details li:last-child a:before {
    position: relative;
    content: "|";
    font-size: 13px;
    margin: 0 3px;
    padding: 0px 3px;
    top: -1px;
    color: #ddd;
}

ul.social-list {
    float: right;
    list-style: none;
    margin-bottom: 0px;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}

ul.social-list li a:hover {
    color: #fff;
}

ul.social-list li a.facebook:hover {
    background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
    background-color: #63CDF1;
}

ul.social-list li a.linkdin:hover {
    background-color: #90CADD;
}

ul.social-list li a.instagram:hover {
    background-color: #F16261;
}

ul.social-list li a i:last-child{
  border-right: 1px solid #f2f2f2;
}

.navbar {
    margin-bottom: 0;
    /*background: #fff;*/
    background-color: #ffd920;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.custom-nav li{
  padding-left: 6px;
  padding-right: 6px;
}

.custom-nav > li > a.active, .custom-nav > li:hover > a {
    border-color: #1b9637 !important;
}
.custom-nav > li:hover > a, .custom-nav > li > a.active {
    color: #1b9637 !important;
}
.custom-nav > li > a.active, .custom-nav > li:hover > a {
    border-bottom: 3px solid;

}
.custom-nav > li > a {
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 28px 20px !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.custom-nav > li > a.active:after{
    opacity: 1;
}

.custom-nav > li:last-child{
  padding-right: 80px;
}


/*.custom-nav > li > a:after {
    background-color: #28a745;
}*/
.custom-nav > li > a.active:after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 45%;
    display: flex;
    /*height: 5px;
    width: 5px;*/
    opacity: 1;
    /*margin: 0px 0px 0px 3px;*/
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;  
    border-bottom: 6px solid #1b9637;
    /*-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);*/
   /* position: absolute;*/
}

.custom-nav > li >a{
    position: relative;
    display: block;
}

.custom-nav .dropdown > .dropdown-menu{
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  box-shadow: 0px 0px 5px #ccc;

}

.custom-nav .dropdown .dropdown-menu  a{

    display: block;
    color: #444;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 9px 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    width: 245px;
}

.custom-nav .dropdown .dropdown-menu:hover{
  position: absolute;
  display: block !important;
}

.custom-nav .dropdown  a:hover{
  /*background-color: #fff;*/
  color: #1b9637 !important;
  padding-left: 20px;
}

.dropdown .dropdown-menu  a:first-child{
    border-top: none;
}
.dropdown .dropdown-menu  a{
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.Cust-menu{
  position: relative;
  z-index: 100;
}

.product-dropdown li{
  padding: 0;
  position: relative;
}

.product-dropdown li:hover ul.cust-dropdown-menu{
  display: block !important;

}

.cust-dropdown-menu{
  position: absolute;
  top: 0;
  border-radius: 0;
  left: 100%;
  padding: 0;
}

ul.cust-dropdown-menu{
  margin-top: 0 !important;
}

a.product-dropdown-item:hover::after,
a.product-dropdown-item:active::after
 {
    content: ">";
    float: right;
    color: #1b9637;
    font-weight: 600;
}


ul.submenu-1{
  list-style: none;
  padding-left: 0;
}




/*Header Ends*/


/*.custom-navbar{
	background: #ffd920 !important;
}

.custom-navbar a.nav-brand img{
	max-height: 50px;
}

.dropdown-menu-custom{
	padding: 0px !important;
}

.dropdown-menu-custom a:hover{
	border-radius: 0px !important;
}*/




/*.custom-icon i{
	font-size: 18px;
	color: #bbb;
}

.custom-icon i:hover{	
	color: #555;
}


.custom-nav li{
	padding: 0px 14px;
	font-weight: 700;
	color: #3a4c6c;
}

.custom-nav li a{
	color: #3a4c6c;
}

.custom-nav li a:hover{
	color: #fff !important;
	background: #3a4c6c;
	border-radius: 5px;
}

#top-bar-content{
	font-size: 14px;
}*/

/*@media only screen and (max-width: 600px) {
  .navbar-light .navbar-brand {
    display: contents !important;
	}*/

	p.feature-text{
		text-align: left;
    justify-content: left;
	} 
}

#slider-animation{
	max-height:100%;
}

.heading-box h2{ 
	width:100%; 
	color: red; 
}

.text-box h2, .text-box p{
	color:#fff;
}

.text-box p{
  /*text-shadow: 0px 3px 3px #000;*/
  text-shadow: 0px 0px 10px #000;
  font-size: 15px;
  font-weight: 500;
}

.feat-txt h6{
  font-size: 15px;
  font-weight: 600;
}

.feat-txt p{
  text-align: justify;
}

.carousel-control-next, .carousel-control-prev{
  width: 10% !important;
}

#slider-animation .carousel-item img{
	width:100%;
}

.text-box {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 15%;
	color: #000;
	transform: translateY(-50%);
}

.text-box-main {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 15%;
  color: #000;
  transform: translateY(-50%);
}

.text-box-banner{
	position: absolute;
	top: 45%;	
	right: 10%;
	color: #000;
	transform: translateY(-50%);
}

.about-para h6{
  font-weight: 600;
  font-size: 14px;
}

/*.about-para p{
	font-size: 14px;
}

.about-para ima*/

.btn-box-1{
	box-shadow: 2px 2px 5px #555;
	font-weight: 500; 
	position: inherit; 
	z-index: 980;
}

.btn-box-2{
	box-shadow: 2px 2px 5px #555;
	font-weight: 500; 
	position: inherit; 
	z-index: 100;
}

#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
	background:#eee;
}
#myCarousel .nav a {
    border-radius:0px;
}

.pa-image{
	position: relative;
	top: 0;
	/*opacity: 0.9;*/
}

.feature-text{
	/*font-size: 15px;*/
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.mbl-display{
	display: none;
}

.custom-nav .dropdown-item ul li a:active{
  background: #f1f1f1 !important;;
}

@media only screen and (max-width: 600px){
	.text-box-banner .main-div{
		display: none;
	}

	.mbl-display{
		display: block;
	}

	.bg-color-grey{
		background: rgb(242, 242, 242);
	}

  .top-bar{
    display: none;
  }

  .navbar{
    z-index: 10000;
  }


}

.product-slider-nav{
	background: rgb(242, 242, 242);
}

.product-slider-nav li{
	width: 20%;
	padding: 3%;
}

.product-slider-nav li img{
	opacity: 0.3;
}

.product-slider-nav li.active img{
	opacity: 1;
}

.text-green-clr{
  color: #28a745;
  font-weight: bold;
}


.text-blue-clr{
	color: #003367;
	font-weight: bold;
}

.text-taiwan{
	background-image: url(../Image/taiwan.png);
}

.text-taiwan p{
	font-weight: 500;
}

.text-hongkong{
	background-image: url(../Image/hongkong.png);
}

.text-hongkong p{
	font-weight: 500;
	}

  section.bg-light{
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
  }

.footer-background{
  background-image: url(../Image/footer-back.png);
  /*background: #222;*/
  padding: 50px 0 10px 0;
  color: #fff;
}

ul.comapny-text-land {
    list-style: none;
    padding-left: 0px;
    color: #999;
}
.comapny-text-land {
    font-size: 12.5px;
    color: #999;
    font-weight: 500;
}

.comapny-text-land:hover {
    color: #fff;
}

.comapny-text-land li {
    padding-bottom: 2px;
}

.footer-background li a{
  color: #fff;

}

.company-land {
    font-size: 17px;
    color: #ffd920;
    margin-bottom: 8px;
    font-weight: 500;
}

.comapny-text-land li a {
    text-decoration: none;
    color: #999;
}

.comapny-text-land li a:hover {
    color: #fff;
}

.compny-product li {
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

h2.tzContact_phone {
    font-size: 30px;
    color: #ffd920;
}



/*Login*/

/*#LoginForm{ 

    background-image: url(../images/login.png);
    width: 100%;
    
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}*/

.panel h2{ 
	color:#444444; 
	font-size:18px; 
	margin:0 0 8px 0;
	text-align: center;
}

.panel p { 
	color:#777777; 
	font-size:14px; 
	margin-bottom:20px; 
	line-height:24px;
}

.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.main-div {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 2px 2px 10px #000;
  border-radius: 2px;
  /*margin: 10px auto 30px;*/
  /*max-width: 38%;*/
  padding: 30px 30px 10px 30px;
  /*right: 0;
  top: 0;
  position: absolute;*/
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 13px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; 
  margin-bottom:30px;
}

.member{ 
  margin-top:20px;
}

.member a{
  color: #777777;
  font-size: 13px;
  text-decoration: underline;
}


.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back{ 
	text-align: left; 
	margin-top:10px;
}
.back a {
	color: #444444; 
	font-size: 13px;
	text-decoration: none;
}

.module {
  	min-width: 100px;
  	font-weight: bolder;
	padding-bottom: 10px; 
  	border-bottom: 5px solid;
  	border-image-source: linear-gradient(45deg, rgba(0,143,104,1) 0%, rgba(250,224,66,1) 75%, rgba(255,255,255,1) 100%);
  	border-image-slice: 1;
  	font-size: 40px;
  	color: #112560;
}

.about-text{
	position: absolute; 
	top: 30%; 
	left: 5%;
	font-size: 40px; 
	font-weight: 700;
}

.fixed-header {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%; 
    box-shadow: 2px 2px 5px #555;
    transition-duration: 1s;
}

.fixed-header a img{
	width: 70%;
	/*transition-duration: 1s;*/
  animation: mymove 1s;

}

@keyframes mymove {
  0%   {width: 100%;}
  100%  {width: 70%;}
}



.item-1 {
    font-weight: 600 !important;
    color: #1b9637 !important;
    background: inherit;
}

.item-2 {
    line-height: 14.5px;
    letter-spacing: -0.35px;
    }

/*.navbar-light .navbar-nav .active>.nav-link{
	color: #1d3455;
	border-bottom: 2px solid #1d3455;
}*/

@media screen and (max-width: 500px){
	.about-text {
		font-size: 20px;
	}

	.module {
		text-align: center;
	}
}

.img-bdr-style{
	border: 10px solid;
  border-image-source: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66));
  border-image-slice: 1;
}


.hvr-small:hover{
	transform: scale(0.9);
	transition-duration: 1s;
}

.ip-text-back{
	height: 100%;
	border:6px double #fff;
	border-radius: 10px;
	float: left;
	background-size: cover;
	text-shadow: 0px 0px 3px #000;
}

.back-1{
	background-image: 
    linear-gradient(
      rgba(195, 4, 4, 0.7),
      rgba(195, 4, 4, 0.7)
    ),
    url(../Image/back1.jpg);
	color: #fff;
	font-size: 13px;
}

.back-2{
	background-image: 
    linear-gradient(
      rgba(156, 111, 0, 0.7),
      rgba(156, 111, 0, 0.7)
    ),
    url(../Image/back2.jpg);
	color: #fff;
	font-size: 13px;
}

.back-3{
	background-image: 
    linear-gradient(
      rgba(255, 0, 255, 0.7),
      rgba(255, 0, 255, 0.7)
    ),
    url(../Image/back3.jpg);
	color: #fff;
	font-size: 13px;
}

.back-4{
	background-image: 
    linear-gradient(
      rgba(138, 43, 226, 0.8),
      rgba(138, 43, 226, 0.8)
    ),
    url(../Image/back4.jpg);
	color: #fff;
	font-size: 13px;
}

.back-5{
	background-image: 
    linear-gradient(
      rgba(43, 97, 145, 0.8),
      rgba(43, 97, 145, 0.8)
    ),
    url(../Image/back5.jpg);
	color: #fff;
	font-size: 13px;
}

.back-6{
	background-image: 
    linear-gradient(
      rgba(243, 54, 54, 0.8),
      rgba(243, 54, 54, 0.8)
    ),
    url(../Image/back6.jpg);
	color: #fff;
	font-size: 13px;
}


.ip-text-back.back-1:hover{
	background: rgb(195, 4, 4) !important;
	text-shadow: none !important;
}

.ip-text-back.back-2:hover{
	background: rgb(156, 111, 0) !important;
	text-shadow: none !important;
}

.ip-text-back.back-3:hover{
	background: rgb(228, 0, 255) !important;
	text-shadow: none !important;
}

.ip-text-back.back-4:hover{
	background: rgb(138, 43, 226) !important;
	text-shadow: none !important;
}

.ip-text-back.back-5:hover{
	background: rgb(43, 97, 145) !important;
	text-shadow: none !important;
}

.ip-text-back.back-6:hover{
	background: rgb(243, 54, 54) !important;
	text-shadow: none !important;
}



/*Registration Form*/


.register{
    /*background: #DCE35B;
	background: -webkit-linear-gradient(to right, #23b543, #9ce35b); 
	background: linear-gradient(to right, #23b543, #9ce35b);*/ 
	background-image: url("../Image/registration-background.png"); 
    padding: 6% 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    /*margin-top: 30%;*/
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    /*float: right;
    margin-top: 10%;*/
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    background: #28a745;
    color: #fff;
    font-weight: 600;
    width: 35%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

/*Support*/

.support_top {
    padding: 50px 0;
    margin-right: 0;
    margin-left: 0;
}

.support_top h3 {
    color: #03363d;
    font-weight: bold;
    font-family: sans-serif;
    margin: 12px auto;
    clear: both;
    /*width: 380px;*/
    font-size: 33px;
}

.befast_inner {
    margin: 50px 0;
}

.befast_inner h5 {
    color: #1d7e34;
    margin-top: 10px;
    font-weight: 700;
}

.befast_inner p {
    font-size: 13px;
}

/*Contact US*/

.contact-form{
    background: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
    /*width: 70%;*/
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    /*transform: rotate(29deg);*/
}
.contact-form form{
    padding: 0% 0% 10% 0%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 3%;
    /*margin-top: -10%;*/
    /*text-align: center;*/
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

/* Rainbow*/

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    /*background: #e1e1e1;*/
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, 
.hvr-underline-from-center:focus:before, 
.hvr-underline-from-center:active:before{
    left: 0;
    right: 0;
}


footer{
	font-size: 12px;
	background: #343a40;
	padding: 5px 0px;
}

.sideMenu{
	display: none !important;
}

.customer-custom-para{
	font-size: 16px;
}

.index-txt span{
	background: #ffd920; 
	border-radius: 5px;
  font-weight: 500;
}

.btn-sz{
  font-size: 14px;
}

/*.sidebarNavigation{
	display: none;
}*/

@media screen and (max-width: 768px) {
    /*.navbar-collapse {
        position: absolute;
        z-index: 100000;
        top: 100%;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
    	background: #ffd920ed;
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
        min-height: 8vh;
    }*/

    .customer-custom-para{
		font-size: 16px;
	}

    .sideMenu{
		display: block !important;
	}
    .overlay,
    .sideMenu{
    	position:fixed;
    	bottom:0;
    }
	.overlay{
		top:0;
		left:-100%;
		right:100%;
		margin:auto;
		background-color:rgba(0,0,0,.5);
		z-index:990;
		transition:all ease 0.2s
	}
	.overlay.open{
		left:0;
		right:0
	}
	.sidebarNavigation{
		margin-bottom:0;
		z-index:999;
		/*justify-content:flex-start*/
	}
	.sidebarNavigation .leftNavbarToggler{
		margin-right:10px;
		order:-1;
	}
	.sideMenu{
		left:-100%;
		/*top:52px;*/
		transition:all ease 0.5s;
		overflow:hidden;
		width:100%;
		z-index:996;
		max-width:80%;
		margin-bottom:0;
		padding:1rem;
		padding-top: 11%;
		height: 95vh;
	}
	.sideMenu.open{
		left:0;
		display:block;
		overflow-y:auto;
	}
	.sideMenu ul{
		margin:0;
		padding:0 15px;
	}

	.index-txt{
		font-size: 125%;
	}

	.index-txt span i{
		display: none;
	}

	#top-bar-content{
		font-size: 13px;
	}
}


@media screen and (max-width: 450px){
	.mbl-hdr-dsply{
		position: relative;
		z-index: 100000000;
		background: #fff;
	}

	.sideMenu{
		left:-100%;
		/*top:52px;*/
		transition:all ease 0.5s;
		overflow:hidden;
		width:100%;
		z-index:996;
		max-width:80%;
		margin-bottom:0;
		padding:1rem;
		padding-top: 35%;
		height: 100vh;
	}

	.custom-nav li a{
		padding-left: 5%;
	}

	.text-box h2 b{
		font-size: 15px !important;
		padding: 5px !important; 
    border-radius: 5px; font-size: 30px; font-weight:bold 
	}

  .text-box-main h2 b{
    font-size: 15px !important;
    padding: 5px !important; 
    border-radius: 5px; font-size: 30px; font-weight:bold 
  }
}

.text-box h2 b{
    border-radius: 5px; 
    font-size: 30px; 
    font-weight:bold 
  }

  .text-box-main h2 b{
    border-radius: 5px; 
    font-size: 30px; 
    font-weight:bold 
  }

.sldr-hd{
  border-radius: 5px; 
  font-size: 30px; 
  font-weight:bold
}

.why-ip h6{
  font-weight: 600;
  /*color: #28a745;*/
}

.why-ip:hover h6{
  color: #28a745;
}

.why-ip p i{
  color: #28a745;
}

.why-ip p:last-child{
  color: #666;
  text-align: ju
}


.about-para ul,
.about-para-public ul,
.about-para-school ul{
  display: contents;
  list-style: none;
}

.about-para ul li{
  text-align: center;
  width: 20%
}

.about-para-public ul li{
  text-align: center;
  width: 33%
}

.about-para-school ul li{
  text-align: center;
  width: 50%;
}

.about-para-school h6,
.about-para-public h6 {
    font-weight: 600;
    font-size: 14px;
}

.why-ip-hd span{
  background-color: #28a745; 
  color: #fff; 
  padding: 14px 7px; 
  border-radius: 30px;
}

.why-ip-hd span b{
  background-color: #fff; 
  border-bottom-left-radius: 25px; 
  border-top-left-radius: 25px; 
  padding: 8px; 
  color: #28a745; 
  font-weight: 400;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !@import url();;
    text-decoration: none;
    background-color: #fff !important;
}

@media screen and (min-width: 768px) and (max-width: 1025px){
	.custom-nav li{
		padding: 0px;
	}
}

.support-pc {
    display: block;
    background: #eafcfd;
}

.img-support {
    position: relative;
}

.img-support-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
}

.img-support-text p {
    color: #333;
    font-size: 14px;
    
    font-weight: 500;
    padding: 0% 7%;
}

.support-btn {
    border-radius: 20px;
    background: #ffd920;
    border: 2px solid #ffd920;
    font-weight: 700;
    color: #222;
}

.support-btn-1 {
    border-radius: 20px;
    border: 2px solid #fff200;
    color: #000;
    background-color: #fff200;
    font-weight: 700;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*Product Page*/

.switch-bg{
    width: 100%;
    background-size: cover;
    background-image: url(../Image/banner-back.jpg);
    background-position: bottom;
}

.Switch-heading {
    color: #ffd920;
    padding: 5% 2%;
    font-weight: bolder;
    text-shadow: 0px 0px 5px #000;
}

.card-img-top {
    height: 250px;
    width: auto;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.bx-sd:hover {
    box-shadow: 0px 16px 22px rgba(90,91,95,0.3);
    transform: translate3d(0,-5px,0);
    border-radius: 5px;
    transition: all ease-in-out 0.4s;
    border: 1px solid #f1f1f1 !important;
}

.bx-sd p{
  font-size: 16px;
  text-align: center;
  color: #444;
  font-weight: 600; 
}

.bx-sd p span{
  padding-bottom: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1b9637;
}

.bx-sd .card-body:hover p{
  color: #1b9637 !important;
}

.Inner-products .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.Inner-products .accordion .card-header.collapsed:after {
    content: "\f067";
}

.Inner-products .accordion .card-body {
    line-height: 28px;
}

.Inner-products .card-body {
    padding: 0px !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.close {
    position: absolute;
    z-index: 1000000;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.Inner-products .modal-content {
    margin: auto;
    display: block;
    max-height: 500px;
    width: auto;
}
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
.modal-content {
    margin: auto;
    display: block;
    width: 21%;
    /*max-width: 700px;*/
}


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    max-height: 290px;
}

.card-body {
    padding: 5px !important;
    font-size: 16px;
    /*border-top: 1px solid #ccc;*/
}

.Inner-products .table tr td:nth-child(1) {
    background: #f9f9f9;
    font-weight: bold;
}
.Inner-products .table tr td {
    vertical-align: middle;
    font-size: 14px;
}

.Inner-products button.btn-warning a {
    padding: .;
}

.Inner-products a.txd-none {
    text-decoration: none;
    color: #222;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 2px;
}

.Inner-products .card-title b{
  font-size: 16px;
}

.Inner-products button.btn-warning {
    padding: 5px 7px;
}

.shortdec {
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    background: #f1f1f1;
}

.shortdec h4{
  font-weight: 600;
}

.shortdec h6{
  font-weight: 600;
}

ul.contact-details{
  margin-bottom: 0px !important;
}

.accordion > .card{
  border: none !important;
}

.enquiry-page{
    width: 100%;
    border-radius: 10px;
    margin: 4% 1%;
    background: #efefef;
    box-shadow: 2px 3px 6px 3px #ccc;
}

.tech-back{
  background: url(../Image/product/tech-back.png);
  background-repeat: repeat;
}

.banner-img img{
  box-shadow: 2px 2px 2px #ccc;
}

.comapny-text-under{
  /*list-style: square; */
  padding-left: 20px;
}

.contact-design{
  border-radius: 20px 0px 20px 0px;
  padding:5%;
  width: 100%;
  height: 100%;
  position: relative;
  background: #63849d;
  background-image: url(../Image/contact-p1.jpg);
}

.contact-design::after{
  content: " ";
  background: rgba(11,54,87,0.9);
  border-radius: 20px 0px 20px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-box-design,
.icon-box-design-1{
  position: relative;
  z-index: 100000;
  text-shadow: 0px 0px 2px #777;
}

.icon-box-design i{
  padding: 17px 23px;
  border-radius: 30px;
  background: #fff;
  color: rgb(11,54,87);
}

.icon-box-design-1 i{
  padding: 17px 20px;
  border-radius: 30px;
  background: #fff;
  color: rgb(11,54,87);
}

.help-btn{
  background: #ffd920; 
  border-radius: 10px;
}


/*Login page*/

.login-back{
background-image: url('../Image/login-back.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}

.login-back .card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
padding: 10px;
}

.login-back .card-header h3{
color: white;
}

.login-back .input-group-prepend span{
width: 50px;
background-color: #FFC312;
text-align: center;
color: black;
border:0 !important;
}

.login-back input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;
}

.login-back .remember{
color: white;
}

.login-back .remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login-back .login_btn{
color: #fff;
background-color: #1b9637;
width: 100px;
margin-top: 5%
}

.login-back .links{
color: white;
}

.login-back .links a{
margin-left: 4px;
}

/*Login end*/

.footer_bg{
  display: flex;
}

@media  screen and (min-width: 320px ) and (max-width: 768px) {

  .footer_bg{
    display: contents;
  }
  
}


/*Mobile Navbar*/


.mob-view{
  display: none;
}

@media screen and (max-width: 768px){
  .pc-view{
    display: none;
  }

  .mob-view{
    display: block;
  }

  .navbar-classic.navbar-light .navbar-nav .nav-link {
    color: #181825;

    padding: 12px 16px;
  }

  .navbar-classic .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #181825;
    padding: 12px 10px;
    font-weight: 600;
    line-height: 15px;
    border-bottom: 1px solid #fff;
  }
  .navbar-classic .navbar-nav .nav-item .nav-link:hover,
  .navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #000;
  }

  .navbar-classic.navbar {
    padding: 5px 5px;
  }

  .navbar-classic .dropdown-toggle::after {
    margin-top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    content: "\f107";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #28a745;
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-right: 15px;
    font-size: 13px;
    float: right;
  }

  .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ffd920;
    border-radius: 0px;
  }

  .navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
    color:#181825;
    font-size:24px;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: 0px;
    margin: 18px 0px;
    font-size: 1rem;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 25px;
    clear: both;
    font-weight: 400;
    color: #181825;
    text-align: inherit;
    white-space: nowrap;
    /*background-color: #fff;*/
    border: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #4955ef;
    text-decoration: none;
    background-color: #ffefa3;
    border-radius: 4px;
  }

  .dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
    color: #4955ef;
  }

  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 17px;
    top: 22px;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: 13px;
    margin-right: .1rem;
  }
  .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
  }
  .mega-dropdown {
    position: unset;
  }

  .mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 63px;
    margin: 15px 0px;
  }

  .mega-dropdown-menu ul {
    list-style: none;
  }

  .nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
  }

  .nav-dropitem-arrow i {
    position: absolute;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #28a745;
    text-decoration: none;
    background-color: #ffefa3;
    border-radius: 4px;
  }

  .dropdown-item:hover .nav-dropitem-arrow {
    color: #4955ef;
    opacity: 1;
    margin-right: 5px;
  }

  .navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
    padding: 13px 11px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #86c440;
    border: 1px solid #86c440;
    border-radius: .25rem;
    position: relative;
  }

  .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #ffefa3;
    box-shadow: none;
    margin: 0px 0px;
    border: none;
  }
  .navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #fff;
  }
  .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #ffd920;
  }
  .navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #ffd920;
    box-shadow: none;
    margin: 7px 0px;
  }
  .navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #ffd920;
  }
  .navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #ffd920;
  }
  .navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #ffd920;
    box-shadow: none;
    margin: 7px 0px;
  }
  .navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #495bfb;
  }
  .navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #ffd920;
  }
  .icon-bar {
    width: 21px;
    height: 3px;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px 
  }
  .navbar-toggler:focus {
    outline: 0px;
  }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #fff;
  }
  .navbar-toggler .middle-bar {
    opacity: 0;
  }
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #fff;
  }
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #fff;
  }
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #fff;
  }

  .dropdown-submenu > .dropdown-item + ul.show{
    background: #fff !important;
  }


  .dropdown-item.active, .dropdown-item:active {
      background-color: none !important;
      color: #000;
  }

  nav.fixed-header{
    position: relative;
  }

  .dropdown:hover>.imp-menu {
      display: none !important;
  }

  .dropdown:hover>.imp-menu.show {
      display: block !important;
  }

  .img-support-text {
    position: relative;
    width: 100%;
    text-align: center;
    top: 5%;
  }

}


/*Licence Registration page*/



.Licence_register{
    
  background-image: url("../Image/Licence_Registration-1.jpg"); 
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6% 3%;
  font-size: 14px;
}

.Licence_register_head h3{
  /*color: #000;*/
  text-align: center;
  font-weight: bolder;
  padding-bottom: 30px;
}

/*.Licence_register_head h3 span{
  border-bottom: 3px solid #28a745;
}*/

.Licence_register_form{
  padding: 5%;
  margin-top: 5%;
  border-radius: 10px;
  background: #efefefed;
    box-shadow: 0px 0px 0px 5px #ccc;
}

.Licence_register_form sup{
  font-size: 15px;
  top: -1px;
}

.input-group .input-group-addon {
  background-color: #1A8FD2;
  border: none;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 11px 12px;
  text-align: center;
  color: #fff;
  border-radius: 0 .25rem .25rem 0;
}

.input-group .input-group-addon.top-img img {
    top: 40px;
}
.input-group .input-group-addon img {
    display: none;
    position: absolute;
    top: -200px;
    right: 0px;
    z-index: 100;
    max-width: 400px;
}

.input-group .input-group-addon:hover img {
    display: block;
}

.img-support{
  position: relative;
}

.img-support-text{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;



}

.img-support-text h2{
  text-shadow: 2px 2px 1px #333;
  font-size: 40px;
}

.img-support-text p{
  color: #fff;
  text-shadow: 1px 1px 1px #222;
  font-weight: 500;
  padding: 0% 7%;

}

/*Floating Button*/

.float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:40px;
  left:20px;
  background-color:#1d3456;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 0px 0px 1px #000;
}

#float-1{
  display: none;
  position:fixed;
  width:50px;
  height:50px;
  bottom:105px;
  left:20px;
  background-color:#238ae6;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 0px 0px 1px #000;
}

#float-2{
  display: none;
  position:fixed;
  width:50px;
  height:50px;
  bottom:170px;
  left:20px;
  background-color:#2ab640;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 0px 0px 1px #000;
}

.my-float{
  margin-top: 12px;
  color: #fff;
  font-size: 24px !important;
}

