/* Offline Font */
@font-face {
 font-family: "Nunito";
 font-weight: 300;
 src: url('../font/fonts/Nunito-Light.ttf');
}
 @font-face {
 font-family: "Nunito";
 font-weight: 400;
 src: url('../font/fonts/Nunito-Regular.ttf');
}
 @font-face {
 font-family: "Nunito";
 font-weight: 700;
 src: url('../font/fonts/Nunito-Bold.ttf');
}
/* Basic Css*/

html {
	font-family: "Nunito";
}
body {
	color: #696969;
	text-align: justify !important;
	font-weight: normal;
	font-family: "Nunito";
}

::-webkit-scrollbar {
 width: 6px
}

::-webkit-scrollbar-thumb {
 background: #313d4f;
 -webkit-border-radius: 0;
 border-radius: 0
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
ul, li {
	padding: 0;
	margin: 0;
}
a {
	color: #696969;
	text-decoration: none;
}
ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito";
	padding: 0;
	margin: 0;
}
p {
	font-family: "Nunito";
}
.m-t5 {
	margin-top: 5px !important;
}
.m-t10 {
	margin-top: 10px !important;
}
.m-t20 {
	margin-top: 20px !important;
}
.m-t30 {
	margin-top: 30px !important;
}
.m-t40 {
	margin-top: 40px;
}
.m-t50 {
	margin-top: 50px !important;
}
.m-t25 {
	margin-top: 25px !important;
}
.m-b10 {
	margin-bottom: 10px !important;
}
.m-b20 {
	margin-bottom: 20px;
}
.m-b30 {
	margin-bottom: 30px !important;
}
m-b40 {
	margin-bottom: 40px;
}
.m-b50 {
	margin-bottom: 50px !important;
}
/* Basic  End */

/*--- All CSS ---*/
:root {
 --purple: #223171;
 --purple-light: #df0a01;
 --orange: #df0a01;
 --gradient: linear-gradient(to right, red, yellow);
}
.mylogo{ margin-top: -20px !important;}
.dropdown-menu{
	margin:0;
	padding:0;
	border:none !important;
}
.dropdown-text{
	  width: 100%; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap;
  
}
.dropdown-menu li a{
  width: 100%; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap;
  
}
.navbar-nav>li>a {
	color: #111 !important;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 10px;
 transition: .3s linear;
}
.headermain {
	padding: 5px 0px !important;
	background: #fff;
	color: #696969;
	display: block;
	font-size: 15px;
}
/*--/ Dropdown --*/
/*-- Top Section --*/
.nnumbercall {
	color: #666;
	font-size: 14px;
}
.callon li {
	display: inline-table;
	margin-left: 15px;
	font-size: 14px;
	color: #696969;
}
.callon a {
	color: #666;
	font-size: 15px;
	text-decoration: none;
 transition: .3s ease-in-out;
}
.callon a:hover {
	color: var(--purple-light);
}
.icon1 a i {
	color: var(--orange);
	padding-right: 4px;
}

.logo_panel {
	width: 100%;
}
.form-page {
	border-radius: 5px 5px 5px 5px !important;
	padding-left: 15px;
	height: 43px;
	margin-top: 15px;
}
form {
	position: relative;
}
.serach button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background-color: transparent;
	color: #ffffff;
	background: var(--purple-light);
	padding: 11px 18px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0px 5px 5px 0px !important;
}
.make {
	background-image: linear-gradient(#6d5fe7, #8174f3);
	color: #fff !important;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 100px;
	margin-top: 19px;
	display: inline-block;
	text-decoration: none !important;
}
.barsicoin {
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	cursor: pointer;
}
.navbar-default {
	background-color: transparent !important;
	border: none !important;
}
.navbar {
	margin-bottom: 0px;
}
.borderpart {
	border-top: 1px solid #e2e2e2 !important;
}
/*-- /Top Section --*/
.welcome span {
	color: #000;
	font-weight: 600;
}
.addcart {
	padding-top: 10px !important;
	display: flex;
	text-align: left;
}
.whats {
	margin-right: 8px;
	padding-top: 11px;
}
.whatstet {
	padding-top: 6px;
}
.number {
	width: 100%;
	font-weight: 700;
	color: #000;
	font-size: 15px;
	display: block;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	box-shadow: 7px -9px 22px 10px rgba(136, 136, 136, 0.56);
	animation: flipInX 2s;
	padding: 0px 0px !important;
	border: none !important;
}
.affix .navbar-brand {
	display: none !important;
}

.affix .navbar-brand>img {
	display: block;
	margin-top: -14px;
	width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #eee !important;
	color: #222 !important;
}
 .navbar li:nth-child(1) a:hover {
 color: #fff !important;
 background-color: var(--purple-light) !important;
 border-radius: 0px !important;
}
 .navbar li:nth-child(2) a:hover {
 color: #fff !important;
 background-color: var(--orange) !important;
 border-radius: 0px !important;
}
 .navbar li:nth-child(3) a:hover {
 color: #fff !important;
 background-color: #f73859;
 border-radius: 0px !important;
}
 .navbar li:nth-child(4) a:hover {
 color: #fff !important;
 background-color: #f2a73c;
 border-radius: 0px !important;
}
 .navbar li:nth-child(5) a:hover {
 color: #fff !important;
 background-color: #0ca649 !important;
 border-radius: 0px !important;
}
 .navbar li:nth-child(6) a:hover {
 color: #fff !important;
 background-color: var(--purple-light) !important;
 border-radius: 0px !important;
}

.dropdown-menu li a {
	padding: 7px 15px;
	color: #222;
	font-weight: 400;
}

/* -- SideMenu --- */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	box-shadow: 15px -9px 22px 10px rgba(136, 136, 136, 0.73);
	overflow: hidden;
	line-height: 22px !important;
	font-size: 15px !important;
}
.sidenav a {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #818181 !important;
	display: block;
	transition: 0.3s;
	font-size: 15px !important;
}
.sidepage img {
	width: 153px;
}
.sidepage span {
	margin-bottom: -15px !important;
	margin-top: 25px !important;
	color: var(--purple) !important;
}
.sidepage i {
	color: var(--purple-light) !important;
	font-size: 10px !important;
	vertical-align: middle;
}
.sidepage .contactus i {
	color: var(--purple-light) !important;
	font-size: 17px !important;
	vertical-align: initial;
}
.sidepage {
	padding: 30px !important;
}
.sidepage p {
	line-height: 22px !important;
}
.closebutton {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff !important;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 19px;
	border-radius: 50%;
	padding: 2px !important;
}
/* -- fearures -- */
.section-1 {
	background: url(../images/bg.png) no-repeat;
	background-position: left top;
	min-height: 581px;
}
.features span {
	display: block;
	text-align: center;
	padding-top: 40px;
	color: #3b3663;
	font-weight: 400;
}
.features h2 {
	text-align: center;
	display: block;
	color: #df0a01;
	font-size: 38px;
	font-weight: bold;
	line-height: 45px;
	padding-top: 5px;
}
.onepart {
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.29);
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
 transition: .4s linear;
	position: relative;
}
.oneimage {
	position: relative;
	margin: auto;
	overflow: hidden;
	border-radius: 15px;
}
.oneimage img {
	border-radius: 15px;
	overflow: hidden;
	height:230px;
	object-fit:contain;
	max-width: 100%;
	transition: all 1.0s;
	width:100%;
}
.onepart:hover img {
	transform: scale(1.6) rotate(25deg);
}
.headingname5 {
	text-decoration: none !important;
	display: block;
	text-align: center;
	width: 100%;
	color: #252a3f !important;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	
}
.readmore a {
	background-color: #fff;
	box-shadow: 0px 3px 29px 9px rgba(136, 136, 136, 0.31);
	padding: 12px 14px 22px 32px 0px;
	border-radius: 100px;
	font-size: 16px;
	color: #fe4c1c;
	font-weight: 600;
	padding: 13px 5px 11px 26px;
	text-decoration: none;
	border: 1px solid #fff;
 transition: .4s linear;
}
.readmore {
	text-align: center;
	margin-top: 15px;
	margin-bottom: -30px;
}
.readmore i {
	background-color: var(--orange);
	color: #fff;
	padding: 8px 0px 0px 0px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 19px;
	margin-left: 6px;
	text-align: center;
}
.readmore a:hover {
	background-color: var(--orange);
	color: #fff;
}
.readmore a:hover i {
	background-color: #fff;
	color: var(--orange);
}
.onepart:hover {
	box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.49);
}
/* Section 2 */
.section-2 {
	margin-top: 40px !important;
	display: block;
}
.producteffect4 {
	margin-right: 15px;
	background-color: #e3f2ff;
	padding: 0px !important;
	border-radius: 0px 0px 15px 15px !important;
}
.producteffect4 strong {
	color: #111;
	display: block;
	padding-bottom: 2px;
	padding-top: 8px;
}

.producteffect4 .product2 {
	position: relative;
	width: 100%;
	background: #fff;
    border: 1px solid #e3f2ff;
}
.product2 img {
	object-fit: contain !important;
	height: 250px;
	padding: 0px;
	width: 100%;
	border-radius: 15px 15px 0px 0px;
}
.image {
	display: block;
	width: 100%;
}
.textmain {
	padding: 10px 0px !important;
}
.text a {
	color: #fff;
	font-size: 13px !important;
}
.text a:hover {
	color: #fff;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(87, 71, 228, 0.87);
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: scale(0);
 transition: .3s ease;
	border-radius: 15px 15px 0px 0px;
}
.producteffect4:hover .overlay {
	transform: scale(1);
	border-radius: 15px 15px 0px 0px;
}
.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.owl-buttons {
	display: block;
	position: absolute;
	top: -12px;
	right: 12px;
}
.owl-carousel:hover .owl-buttons {
	display: block;
}
.owl-buttons i {
	color: var(--purple);
}
.owl-item {
	text-align: center;
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
	color: #c2c2c2;
	display: inline-block;
	zoom: 1;
 *display: inline;
	padding: 3px 10px;
	font-size: 18px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);
	opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.section-2 h3 {
	text-align: center;
	display: block;
	color: #df0a01;
	font-size: 38px;
	font-weight: bold;
	line-height: 45px;
	padding-top: 5px;
}
.enquiry {
	position: absolute;
	right: 30px;
	margin-top: -16px;
	background-color: #5747e4;
	color: #fff !important;
	text-decoration: none;
	border-radius: 100px;
	padding: 5px 24px;
}
.heading-t {
	padding: 30px;
	font-size: 16px;
	color: #333;
}

.heading-t a {
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
	color: var(--purple);
	text-decoration: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yellow {
	background-color: #ffba33;
	padding: 25px !important;
	display: block;
	border-radius: 0px 0px 15px 0px;
	height: 70px;
 transition: .4s linear;
}
.knowmore a {
	border-radius: 0px 0px 0px 15px;
	display: block;
	background-color: #c6e4ff;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	padding: 25px 30px !important;
	height: 70px;
	text-decoration: none !important;
}
.producteffect4:hover .yellow {
	background-color: var(--purple-light);
}
.section3 {
	margin-top: 30px;
	font-size: 17px;
	color: #333;
	line-height: 26px;
}
.aboutpart {
	padding: 10px 0px 0px 20px !important;
	display: block;
}
.aboutpart span {
	font-size: 50px;
	font-weight: bold;
	color: #111;
}
.aboutpart h4 {
	font-size: 42px;
	font-weight: bold;
	color: var(--orange);
}
.readmore2 a {
	background-color: #fff;
	box-shadow: 0px 3px 29px 9px rgba(136, 136, 136, 0.31);
	padding: 12px 14px 22px 32px 0px;
	border-radius: 100px;
	font-size: 16px;
	color: #fe4c1c;
	font-weight: 600;
	padding: 13px 5px 11px 26px;
	text-decoration: none;
	border: 1px solid #fff;
 transition: .4s linear;
}
.readmore2 {
	margin-top: 25px;
	margin-bottom: -30px;
	display: inline-block;
}
.readmore2 i {
	background-color: var(--orange);
	color: #fff;
	padding: 8px 0px 0px 0px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 19px;
	margin-left: 6px;
	text-align: center;
}
.readmore2 a:hover {
	background-color: var(--orange);
	color: #fff;
}
.readmore2 a:hover i {
	background-color: #fff;
	color: var(--orange);
}
.tywenty {
	font-size: 55px;
	font-weight: bold;
	color: var(--purple);
	border-right: 1px solid #c3cbc8;
}
.tywenty span {
	font-size: 15px;
	color: #666;
	font-weight: 400;
}
.there {
	padding: 5px 40px !important;
}
.tywenty small {
	position: absolute;
	font-size: 22px;
	color: #fe4c1c;
	margin-top: -17px;
	margin-left: 6px;
}
.section4 {
	min-height: 300px;
	position: relative;
	color: #fff;
	margin-top: 250px !important;
}
.section4 img {
	position: absolute;
	top: -140px;
	z-index: -1;
	width: 100%;
}
.formdesign {
	background-color: #fff;
	border-radius: 15px;
	margin-top: -250px;
	padding: 50px;
	color: #777;
	font-size: 18px;
	text-align: center;
}
.formdesign span {
	display: block;
	text-align: center;
	padding-top: 40px;
	color: #3b3663;
	font-size: 16px;
	font-weight: normal;
}
.formdesign h5 {
	text-align: center;
	display: block;
	color: #3b3663;
	font-size: 34px;
	font-weight: bold;
	line-height: 45px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.form {
 transition: .3s linear;
	font-size: 15px;
	outline: none;
	width: 100%;
	border-radius: 0px;
	padding: 7px 0px;
	margin-top: 18px;
	border: none;
	border-bottom: 1px solid #d0d9f9;
}
.buttonsbumit {
	background-image: linear-gradient(to right, #3c59c5, #263c7f);
	color: #fff;
	padding: 12px 25px;
	outline: none;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 40px;
	font-size: 14px;
	text-transform: uppercase;
}
.buttonsbumit:hover {
	background-image: linear-gradient(to top, #3c59c5, #263c7f);
}
.form:focus {
	border-bottom: 1px solid var(--purple);
	width: 100%;
	border-radius: 0px;
	padding: 7px 15px;
}
footer {
	background-color: var(--purple);
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.gt3-core-imagebox-img {
	max-width: 38px;
	margin: 0px 18px 35px 0px;
	float: left;
	border-radius:0px !important;
}
.details {
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 44px;
}
.details span {
	font-size: 16px;
}
.form-page3 {
	border-radius: 5px 5px 5px 5px !important;
	padding-left: 15px;
	height: 43px;
	margin-top: 15px;
	background-color: #11225f;
	border: none;
	color: #eee;
}
 .form-page3::placeholder {
 color: #eee;
}
form {
	position: relative;
}
.serach5 {
	padding-left: 40px;
	margin-top: -12px;
}
.serach5 button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background-color: transparent;
	color: #ffffff;
	background: var(--purple-light);
	padding: 13px 25px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 0px 5px 5px 0px !important;
	text-transform: uppercase;
}
.footer-c {
	padding: 40px 0px !important;
	line-height: 27px;
	text-align:left;
}
.footer-c span {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	display: block;
}
.footer-c li a {
	color: #fff;
	text-decoration: none !important;
 transition: .4s linear;
}
.footer-c li a:hover {
	color: var(--orange);
}
.footer-c i {
	padding-right: 5px;
}
.footer-c a {
	color: #fff;
}
.footer-c li {
	line-height: 30px;
}
.socialmedia a {
	line-height: 30px;
	padding-right: 5px;
	padding-top: 10px;
	display: inline-block;
}
footer li a:hover {
	color: var(--orange) !important;
}
.footerbg {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 15px !important;
	color: #6c93d8;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
}
.footerbg a {
	color: #6c93d8 !important;
	font-weight: 400;
}
/* Contact Us */

.commonpadding {
	padding: 0px 0px 40px 0px !important;
}
.bread {
	background-image: linear-gradient(#5747e4, #7d72da);
	color: #fff;
	height: 130px;
	text-align: center;
	font-size: 14px;
	padding: 35px;
	background-image: linear-gradient(#5747e4, #822bce);
}
.bread h5 {
	font-size: 33px;
	font-weight: 800;
	padding-bottom: 5px;
}
.bread a {
	color: #fff;
	text-decoration: none;
}
.bread i {
	padding-right: 6px;
	padding-left: 4px;
	font-size: 9px;
	color: #ea862f;
    font-size: 11px;
}
.homeicons {
	color:#fff !important;
	font-size:14px !important;
	padding-right:2px !important;
}
.con-sec {
	padding:30px 0px !important;
}
.con-sec h3 {
	color:#342c2c;
	font-weight:400;
	font-size:36px;
	text-align:center;
	margin-bottom:36px;
	line-height:40px;
}
.map iframe {
	width:100%;
	height:632px;
	border:none !important;
}
.contact-i {
	background-color:#fff;
	height:632px;
	box-shadow: -12px -7px 30px 10px rgba(136, 136, 136, 0.17);
	padding:40px !important;
	font-size:16px;
	text-align:left;
	position:relative;
}
.social-media {
	text-align: center;
	margin-bottom:18px;
}
.social-media a {
	text-decoration:none !important;
	margin-right:7px;
	color:#fff !important;
}
.facebook {
	background-color: #4b69b0;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.youtube {
	background-color: #f95035;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.whatsapp {
	background-color: #1a9d13;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.icons1 {
	max-width: 38px;
	margin: 0px 18px 35px 0px;
	float: left;
	font-size:30px;
	color: var(--orange) !important;
}
.c-one {
	margin-top:30px;
	clear:both;
}
.c-one span {
	display:block;
	color:#000;
	font-weight:700;
	font-size:18px;
}
.c-one a {
	color:#000;
	font-size:17px;
	text-decoration:none;
}
.support {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}
/*------------- left-side -------------*/
.left-side img{ width:100%; height:400px; object-fit:cover;}
.details img{ object-fit:contain; width:100%; border-radius:15px;}
.left-side{ background:#fff; border-radius:15px;}
.DESCRIPTION{ padding:25px 0px !important; line-height:24px; color:#666; font-size:16px; border-radius:15px; }
.DESCRIPTION h6{ 
     color: #757575;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 7px;
}
.DESCRIPTION strong{ color:#333; font-size:20px; display:block; margin-bottom:14px;}
.fixed{
	position: -webkit-sticky; /* Safari */
  position: sticky !important;
  top: 85px !important;
  }
.formpage5{
   border-radius:7px;
  border:1px solid #e8e8e8;
 
  }
.innerform{
	 background: #eeebeb;
  color:#555;
  padding:0px !important;
  margin:10px;
   border-radius:7px;
}  
 .formpage5 strong{ font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 0px;
	background-color: #72ab19;
    padding: 8px;
    border-radius: 6px 6px 0px 0px;
} 
.innerform form{
	padding:5px 25px;
}
.forminner{ display:block; text-align:center; font-weight:700 font-size:14px !important; padding-top:0px;}	
.inputname{ border:1px solid #ccc; color:#333; padding:5px 10px; width:100%;}
.inputbutton{outline: none;
    margin: 0 auto;
    border: none;
    padding: 8px 27px;
    border-radius: 3px;
    color:#fff;
     font-weight:700;
	 background-color:#647a91;
	 display:block;
	 font-size:16px;
	 width:100%;
	 margin-bottom:20px;
}
.readmore3 a{
	display:inline-block;
	margin:50px auto;
	background-image: linear-gradient(#5747e4, #822bce);
	color:#fff;
	padding:10px 30px;
	font-size:17px;
	border-radius:7px;
	font-weight:600;
	text-align:center;
	
} 

.readmore3 a:hover{
	background-image: linear-gradient(to right, #5747e4, #822bce);
	text-decoration:none;
}

.aboutus{
	font-size:17px;
	line-height:26px;
}
.about{ font-size:21px; font-weight:400; display:block; margin-top:10px;}
.line { width:50px; border-top:3px solid #f67758; margin:10px 0px;}
.who{ margin-bottom:30px; display:block; margin-top:24px; color:#111; font-size: 40px; font-weight:bold; }
.about { font-size:15px; line-height:25px;}

















 @media screen and (max-width: 1100px) {
	 
.affix .container{
	width:100% !important;
	padding-left:20px !important;
	padding-right:20px !important;
}	 
 .owl-prev {
 left: 0;
}
 .owl-next {
 right: 0;
}
.headermain{
	display:none;
}
.logo_panel{
	display:none;
}
 .side-collapse {
 top: 0px;
 bottom: 0;
 left: 0;
 width: 260px;
 position: fixed;
 z-index: 99999 !important;
 overflow:hidden;
 transition: .2s linear;
 box-shadow: 0px 0px 13px -2px #191818;
}
 .side-collapse.in {
 width: 0;
 z-index: 99999 !important;
}
 .sidemnu {
 background: #47207b;
 background-size: cover;
 border-radius: 0px;
 z-index: 99999 !important;
}
 .affix-top {
 z-index: 99999 !important;
 background-color: #fff;
}
 .navbar-brand img {
 width: 162px !important;
 margin-top: -8px;
 position: absolute;
 left: 0;
 right: 0;
 margin-left: auto;
 margin-right: auto;
 margin-top: -9px !important;
}

    /* Icon 2 */
    /* Icon 0 */

    #nav-icon0 {
 width: 30px;
 height: 30px;
 position: relative;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
 cursor: pointer;
}
 #nav-icon0 span {
 display: block;
 position: absolute;
 height: 1px;
 width: 50%;
 background: #000;
 opacity: 1;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
 -moz-transition: .25s ease-in-out;
 -o-transition: .25s ease-in-out;
 transition: .25s ease-in-out;
}
 #nav-icon0 span:nth-child(even) {
 left: 50%;
 border-radius: 0 9px 9px 0;
}
 #nav-icon0 span:nth-child(odd) {
 left: 0px;
 border-radius: 9px 0 0 9px;
}
 #nav-icon0 span:nth-child(1),  #nav-icon0 span:nth-child(2) {
 top: 0px;
}
 #nav-icon0 span:nth-child(3),  #nav-icon0 span:nth-child(4) {
 top: 6px;
}
 #nav-icon0 span:nth-child(5),  #nav-icon0 span:nth-child(6) {
 top: 12px;
}
 #nav-icon0.open span:nth-child(1),  #nav-icon0.open span:nth-child(6) {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
 #nav-icon0.open span:nth-child(2),  #nav-icon0.open span:nth-child(5) {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
 #nav-icon0.open span:nth-child(1) {
 left: 0px;
 top: 9px;
}
 #nav-icon0.open span:nth-child(2) {
 left: calc(50% - 5px);
 top: 9px;
}
 #nav-icon0.open span:nth-child(3) {
 left: -50%;
 opacity: 0;
}
 #nav-icon0.open span:nth-child(4) {
 left: 100%;
 opacity: 0;
}
 #nav-icon0.open span:nth-child(5) {
 left: 0px;
 top: 19px;
}
 #nav-icon0.open span:nth-child(6) {
 left: calc(50% - 5px);
 top: 19px;
}
 .navbar-header {
 float: none;
}
 .navbar-toggle {
 display: block;
}
 .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-collapse.collapse {
 display: none !important;
}
 .navbar-nav {
 float: none !important;
 margin: 0px 0px;
     height: 71%;
    overflow-y: auto;
}
 .navbar-nav>li {
 float: none;
}
 .navbar-nav>li>a {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .ipadd {
 display: none;
}
 .affix {
 background-color: #fff;
 padding: 5px 0px !important;
}
 .navbar-default .navbar-nav>.open>a,  .navbar-default .navbar-nav>.open>a:focus,  .navbar-default .navbar-nav>.open>a:hover {
 color: #fff !important;
 background-color: #f73200 !important;
}
 .dropdown li a {
 color: #fff !important;
}
 .navbar-toggle {
 border: none;
 float: left;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: var(--purple-light) !important;
}
 .mobilebg {
 background-color: #fff !important;
}
 .mobilebg img {
 width: 78%;
 margin: 0 auto;
 display: block;
 padding: 5px 8px;
}
 .innermobile {
 position: absolute;
 right: 15px;
 top: 10px;
}
 .navbar-default .navbar-toggle:focus,  .navbar-default .navbar-toggle:hover {
 background-color: transparent;
}
 .navbar-default .navbar-nav>li>a {
 color: #caa2ff !important;
 font-weight: 400;
 font-size: 14px;
}
 .dropdown-menu {
 width: 100% !important;
}
 .c-icons {
 float: right;
}
 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
 color: #caa2ff;
}
 .affix .navbar-brand {
 display: block !important;
}
 .affix .mybutton {
 float: right;
}
.about-icon img{ margin:0 auto;}
.mobile{
	clear:both;
}
.left-side img {
    width: 100%;
     height: auto;
    object-fit: cover;
}
}
 @media screen and (min-width: 150px) and (max-width: 600px) {
 .section-2 h3 {
 font-size: 22px;
 line-height: 31px;
}
.dropdown-text i{
	display:none;
}
.who {
    margin-bottom: 16px;
    display: block;
    margin-top: 16px;
    color: #111;
    font-size: 25px;
    font-weight: bold;
}
 .features h2 {
 font-size: 22px;
 line-height: 31px;
}
 .aboutpart {
 padding: 51px 15px 0px 15px !important;
 display: block;
}
 .aboutpart span {
 font-size: 23px;
}
 .aboutpart h4 {
 font-size: 20px;
 font-weight: bold;
 color: var(--orange);
}
 .formdesign {
 margin-top: auto;
 padding: 24px !important;
 box-shadow: 7px -9px 22px 10px rgba(136, 136, 136, 0.3686274509803922);
}
 .section4 {
 min-height: auto !important;
 margin-top: 50px !important;
 margin-bottom: 30px !important;
}
 .formdesign h5 {
 font-size: 25px;
 font-weight: bold;
 line-height: 30px;
}
 .serach5 {
 padding-left: 0px;
 margin-top: -12px;
 margin-bottom: 20px;
}
 .mobile {
 clear: both;
}
 .footer-c span {
 padding-bottom: 0px;
 margin-top: 20px;
}
 .footer-c {
 padding: 15px 0px !important;
 line-height: 27px;
 margin-bottom: 45px;
}
 .footerbg {
 display: none;
}
 .bread h5 {
 font-size: 20px;
}
 .bread {
 color: #fff;
 height: 64px;
 text-align: center;
 font-size: 14px;
 padding: 20px;
 background-image: linear-gradient(#5747e4, #822bce);
}
.con-sec h3 {
 color: #342c2c;
 font-weight: 400;
 font-size: 16px;
 text-align: center;
 margin-bottom: 29px;
 line-height: 29px;
}
#social-sidebar{
	display:none;
}
}
/*-------------Scroll to top--------------*/

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #ffffff !important;
	color: var(--orange);
	width: 45px;
	height: 42px;
	line-height: 30px;
	right: 40px;
	bottom: 40px;
	padding-bottom: 2px;
	font-size: 25px;
	padding-top: 3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: none;
	border: 2px solid var(--orange);
}
.scroll-top-wrapper:hover {
	background-color: var(--orange) !important;
	color: #fff;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
	animation: fadeInUp 1s;
}
.mobilefixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	text-align: center;
	z-index: 99999 !important;
	box-shadow: -8px 2px 21px 0px rgba(136, 136, 136, 0.40);
}
.mobilefixed ul {
	width: 100%;
}
.mobilefixed li {
	display: inline-block;
	width: 19%;/* border-right: 1px solid rgba(0, 0, 0, 0.1803921568627451); */
}
.mobilefixed li a {
	color: #000;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
}
.google {
	padding-top: 20px;
}
.mobilefixed img {
	width: 22px;
	margin: 0 auto;
}
.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
.gal img {
	width: 100%;
	margin: 12px 0;
	border-radius:10px;
}
@media (max-width: 500px) {
 .gal {
 -webkit-column-count: 1; /* Chrome, Safari, Opera */
 -moz-column-count: 1; /* Firefox */
 column-count: 1;
}
}

#social-sidebar {
	left: 0;
	position: fixed;
	top: 30%;
	z-index:999;
}

#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }

#social-sidebar a {
	    background: rgb(57, 55, 100);
	color: #fff;
    text-decoration: none;
	display: block;
	height: 50px;
	width: 50px;  
	font-size: 24px;
	line-height: 50px;
	position: relative;
	text-align: center;
    cursor: pointer;
}

#social-sidebar a:hover span {
	left: 120%;
	opacity: 1;
}

#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
	border-radius: 3px;
	line-height: 24px;
	left: -100%;
	margin-top: -16px;
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	transition: opacity .3s, left .4s;
	top: 50%;
	z-index: -1;
}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
  width: 8px;
	left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {background: #00aced;}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}

#social-sidebar a[class*="youtubeef"]:hover,
#social-sidebar a[class*="youtubeef"] span,
#social-sidebar a[class*="youtubeef"] span:before {background: #f83b1c;}

#social-sidebar a[class*="whatsapp1"]:hover,
#social-sidebar a[class*="whatsapp1"] span,
#social-sidebar a[class*="whatsapp1"] span:before {background: #69a111;}
.secutrycode img{ width:100px !important; height:30px; border-radius:0px;}

.certifitop{position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999999;
}




