
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Montserrat:300,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:400,600,600i,700,700i,800,800i|PT+Sans:400,700');*/
@import url('https://fonts.googleapis.com/css2?family=Recursive&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*/
 /*


*/

*
{
	margin: 0;padding: 0;box-sizing: border-box; border-radius: 3px;
}
html {
    scroll-behavior: smooth;
    font-size: 100%;
}
.ShowSM
{
	display: none;
}
.allSectionPad
{
	padding: 55px 80px;
}
.allSectionHeading h3
{
	font-size: 38px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-bottom: 3px solid #df732f;
    margin: 0 0 40px 0px;
    font-family: 'Recursive', sans-serif;
    color: #df732f;
}


.testimonial_detail ul
{
	list-style: none;
	display: none;

}
.testimonial_detail ul li
{
	display: inline-block;
	padding: 1px 2px 1px 2px;
	background-color: #ccc;
	position: relative;
	top: 5px;
	right: 20px;
	margin: 1px !important;
	background-color:rgb(158 187 239 / 72%);
	box-shadow: 0 0 3px black;
    border: 1px solid #fff;
}
.testimonial_detail ul li a
{
	color: #000 !important;
	font-weight: normal !important;

}
.testimonial_detail ul li:hover
{
	background: #7d7d7d;
	border: 1px solid #ccc;

}
.testimonial_detail ul li a:hover
{
	color: #fff !important;

}
.testimonial_detail:hover>ul
{
	display: block;
	z-index: 2000;
}


#icon
{
	position: fixed;
	top: 31%;
	left: 0;
	display: flex;
    flex-direction: column;
    z-index: 1000;
}
#icon span
{
	margin: 1px 0px;
}
#icon a
{
	text-decoration: none;
	color: #fff;
}

#icon a .fa.fa-instagram
{
	padding: 13px;
    display: inline-block;
	color:#fff;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	margin:0 0 0 5px;
	border: 1px solid #fff;
	border-radius: 5px;
}
#icon a .fa.fa-linkedin
{
	padding: 13px;
    display: inline-block;
	color:#fff;
	background-color: rgb(0, 119, 181);
	margin:0 0 0 5px;
	border: 1px solid #fff;
	border-radius: 5px;
}
#icon a .fa.fa-whatsapp 
{
	padding: 13px;
    display: inline-block;
	color:#fff;
	background-color: rgb(79, 206, 93);
	margin:0 0 0 5px;
	border: 1px solid #fff;
	border-radius: 5px;
}
#icon a .fa.fa-facebook
{
	padding: 15.5px;
    display: inline-block;
	color:#fff;
	font-size: 15px;
	background-color: rgb(59, 89, 152);
	margin:0 0 0 5px;
	border: 1px solid #fff;
	border-radius: 5px;
}
/*contact us popup  Start*/
#contactPop
{

	position: fixed;
	right: 1%;
	bottom: 5%;
	display: none;
	z-index: 2000;	

}
#contactPop .contactPopBtn
{
	background: linear-gradient(85deg, #f74b0a, #ffaf6a);
	cursor: pointer;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 1.1;	
    animation: poping .8s linear infinite;
}
@keyframes poping
{
	0%
	{
		/*transform: scale(0.8);*/
		border: 1px solid #000;
		padding: 5px;
	    box-shadow: 0 0 0 .5rem rgba(0,0,0, 0.1),
	        0 0 0 0.2rem rgba(0,0,0, 0.1),
	        0 0 0 0.8rem rgba(0,0,0, 0.1);
	}
	20%
	{
		/*transform: scale(0.9);*/
		border: 1px solid #000;
		padding: 8px;	
	    box-shadow: 0 0 0 0.5rem rgba(0,0,0, 0.1),
	                0 0 0 0.5rem rgba(0,0,0, .1),
	                0 0 0 0.8rem rgba(255,255,255, 0);			
	}	
	50%
	{
		/*transform: scale(1);*/
		border: 1px solid #000;
		padding: 8px;		
	    box-shadow: 0 0 0 .5rem rgba(0,0,0, 0.1),
	        0 0 0 0.2rem rgba(0,0,0, 0.1),
	        0 0 0 0.8rem rgba(0,0,0, 0.1);
	}	
	80%
	{
		/*transform: scale(0.9);*/
		border: 1px solid #000;
		padding: 8px;		
	    box-shadow: 0 0 0 0.5rem rgba(0,0,0, 0.1),
	                0 0 0 0.5rem rgba(0,0,0, .1),
	                0 0 0 0.8rem rgba(255,255,255, 0);				
	}
	100%
	{
		/*transform: scale(0.8);*/
		border: 1px solid #000;
		padding: 5px;		
	    box-shadow: 0 0 0 .5rem rgba(0,0,0, 0.1),
	        0 0 0 0.2rem rgba(0,0,0, 0.1),
	        0 0 0 0.8rem rgba(0,0,0, 0.1);	
	}		

}
#contactPop .contactPopBtn span
{
	font-weight: 600;
	font-size: 52px;
    padding: 0;
    margin: 0;
}

#contactPopBox
{
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 2000;
    height: 480px;
    width: 25%;
    background: #fff;
    border-radius: 5px;
    font-family: 'Recursive', sans-serif;
    border: 1px solid #000;
    box-shadow: 0 0 4px #000;
    display: none;
}
.chatBoxBtn
{
	background: #df732f !important;
	color: #fff !important;
}
#contactPopBox .contactBoxClose
{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #df732f;
	padding: 5px 10px;
	border-radius: 0px;
	color: #fff;
}
#contactPopBox .contactBoxClose i
{
	color: #000;
}
#contactPopBox .contactBoxClose p
{
	margin-bottom: 0;
}
#contactPopBox .contactBoxClose i
{
	cursor: pointer;
}
#contactPopBox .contactBoxForm
{
	padding: 10px;
	/*height: 550px;*/
	position: relative;
}
#contactPopBox .contactBoxForm .form-control
{
	border: 1px solid #7b7a7a;
}
#contactPopBox .contactBoxheader p
{
	margin-bottom: 0.2rem;
	padding-left: 10px
}
#contactPopBox .contactBoxForm .form-group
{
	margin-bottom: 0.5rem;
}
#contactPopBox .contactBoxForm #contactForm
{
	/*display: none;*/
}
#contactPopBox .contactBoxForm .startBtn
{
	margin-bottom: 10px;
}
#contactPopBox .contactBoxForm .contactingSuccess
{
	border: 1px solid #000;
    text-align: center;
    box-shadow: 0 0 3px black;
    background: #5c6bc038;
    display: none;

}
#contactPopBox .contactBoxForm .contactingSuccess .alertClose
{
	width: 100%;
	text-align: right;
	padding: 0 10px;	
	cursor: pointer;
}
#contactPopBox .contactBoxForm .contactingSuccess p
{
	padding: 10px;
	font-weight: 600;
}
#contactPopBox .chatSection
{
	position: absolute;
	bottom: 0;
	margin-top: 10px;
	width: 95%;
	display: none;
}
#contactPopBox .chatSection .MessageBox
{
	width: 80%;
}
#contactPopBox .chatSection .chatSubmitBtn button
{
	width: 80px;
    height: 36px;
}
/*contact us popup  End*/



.slider-caption
{
	position: absolute !important;
    right: 0 !important;
    top: 30%;
    left: 10% !important;
    z-index: 1 !important;
    animation-duration: 4s;
    animation-iteration-count: all;
}


.slider-caption h4
{
	font-size: 47px;
	font-weight: 600;
	color: rgba(255,255,255,1);
	font-family: 'Recursive', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 0 9px #000;
}
.slider-caption p
{
white-space: nowrap; font-size: 20px; line-height: 22px; font-weight: 400; color: #ffffff;
}
.top-padding
{
	padding-top: 140px;
}
.all-heading-style
{
    font-size: 35px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	font-family: 'Recursive', sans-serif;
	border-bottom: 3px solid #df732f;
	margin-bottom: 40px;	
}
.all-btn-style
{
    font-size: 50px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	font-family: 'Recursive', sans-serif;
	border-bottom: 3px solid #df732f;
	margin-top: 10px;
}

/*Parallex*/
#parallex1
{
	background-image: url(../Pictures/contactus.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
#parallex2
{
	background-image:linear-gradient(120deg,rgba(52,52,49,0.7) 100%,transparent 0%), url('../Pictures/Aboutus.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 345px;
	font-family: 'Recursive', sans-serif;
	position: relative;
}

#parallex2 .parallex-content
{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 185px;
	left: 0;
	color: #fff;
	padding: 0 74px;

}
#parallex2 .parallex-content h5
{
font-size: 24px;
}

#parallex2 .parallex-content .btn
{
	background-color: #df732f;
    border: 1px solid #df732f;
    font-weight: bold;
	height: 48px;
    width: 162px;
    line-height: 2;
    font-size: 1.2vw;  
    border-radius: 5px;
}
#parallex2 .parallex-content .btn:hover
{
	border: 1px solid #fff;
    color: #000;
    box-shadow: 0 0 5px black;
    background-color: #df732f;
}
#parallex2 .totoal_count
{
	width: 100%;
	display: flex;
	justify-content: space-around;
	font-family: 'Recursive', sans-serif;
	align-items: center;
	color: #fff;
	position: absolute;
	top: 25px;
	
}
#parallex2 .totoal_count span
{
	color: #df732f;
	font-size: 50px;
	font-weight: bold;

}
#parallex2 .totoal_count p
{
	font-size: 25px;
}

#parallex3
{
	background-image: url(../Pictures/Slider-image-2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
/*Parallex*/

/*qmsil header */

header #first_header a
{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
header #first_header a:hover
{
	color: orange;
}
header #first_header .email_class
{
	display: flex;
    flex-direction: row;
    font-size: 13px;	
    margin-left: 80px;
}
header #first_header .testimonial_detail
{
	display: flex;
    flex-direction: column;
    font-size: 13px;	
    text-align: right;
    margin-right: 60px;
}
header #first_header .testimonial_detail span
{
	padding-right: 20px;
}
/*qmsil header */


/*header section*/
header #brand_detail
{
	display: flex;
	flex-direction: row;
	background: linear-gradient(45deg, #4169e1, #b6aef65c);
	width: 100%;
	line-height: 3rem;
}
header #brand_detail .company_name
{
	margin-left: 10px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
    transition: 1s ease;
}

.bgColorMob
{
	background: #fff;
}
header nav
{
	box-shadow: 0px 3px 11px 0px black;
	padding: 0px 88px !important;
}
header nav .brand-name p
{
	position: absolute;
    top: 27px;
    left: 124px;
    line-height: 20px;
    font-weight: bold;
    font-family: sans-serif;
    color: #212529cf;
    font-size: 34px;
}
header nav ul li 
{
	
	font-size: 16px;
	font-weight: 400;

} 
header nav ul li a
{
	color: #666666 !important;
}
header nav ul li p
{
	color: #666666 !important;
	cursor: pointer;
}
header nav ul li a:hover
{
	display: block;
	background: linear-gradient(45deg, #d84600, #F57C00);
	color: #fff !important;
} 
header nav ul li p:hover {
    display: block;
    background: linear-gradient(45deg, #d84600, #F57C00);
    color: #fff !important;
}
header nav .dropdown-menu
{
	padding: 0 !important;
	background: rgba(37, 35, 34, 0.72);
	border-radius: 0px;
  transition: 1s ease;
}
header nav .dropdown-menu .dropdown-item
{
	border-bottom: 1px solid #fff;
	color: #fff !important;
    padding: 8px 1.5rem;
    transition: 1s ease;
    font-weight: 300;

}
header nav .dropdown-menu .dropdown-item:hover
{
	background: #fff;
	color: #000 !important;

}
header nav .megamenu
{
	background: rgba(37, 35, 34, 0.9);
}
header nav .megamenu .megaMenuPad
{
	padding-bottom: 100px;
}
header nav .megamenu .col-megamenu .title
{
	color: #df732f !important;
	font-size: 16px;
	padding: 10px 10px;
}
header nav .megamenu .col-megamenu ul li
{
	padding: 5px 10px;
	font-size: 14px;
}
header nav .megamenu .col-megamenu ul li:hover
{
	display: block;
	background: #fff;
} 
header nav .megamenu .col-megamenu ul li:hover a
{
	color: #000 !important;
	background: #fff;
}
header nav .megamenu .col-megamenu ul li a
{
	color: #fff !important;
	text-decoration: none;
	display: block;
}


.indexCarousel
{
	padding-top: 105px !important;
}

#RegistrationForm
{
	position: fixed;
	top: 80%;
	left: 50%;
	transform: translate(-50%,-80%);
	width: 40%;
    z-index: 2000;
    /*background: linear-gradient(to top, #fed233, #e9841d);*/
    background-image: url('../Pictures/MailBG.jpg');
    filter:blur(20%);
    color: #fff;
    border: 1px solid #000;
    box-shadow: 0 1px 4px 0 #000;
    transition: 0.8s ease-in-out;
    font-family: 'Recursive', sans-serif;
    overflow: hidden;
/*    display: flex;
    justify-content: center;*/	
}
#RegistrationForm form .form-control
{
	width: 88% !important;
}
#RegistrationForm .formClose
{
    color: #000;
    font-weight: 600 !important;
    font-weight: 20px;
    font-size: 17px;
    text-shadow: 0px 0px 0px black;
    cursor: pointer;
    transition: 0.8s ease-in-out;
    transform: rotate(135deg);
}
#RegistrationForm .formClose i
{
	padding: 5px;
	border: 1px solid #000;
}
#RegistrationForm .demoformClose
{
    color: #000;
    font-weight: 600 !important;
    font-weight: 20px;
    font-size: 17px;
    text-shadow: 0px 0px 0px black;
    cursor: pointer;
    transition: 0.8s ease-in-out;
    transform: rotate(135deg);
}
#RegistrationForm .demoformClose i
{
	padding: 5px;
	border: 1px solid #000;
}
.demohidden
{
	display: none;
}
#RegistrationForm form
{
	width: 100%;
	padding: 0px 20px 5px 68px;
	position: relative;
}
#RegistrationForm form h3
{
	/*text-shadow: 0 1px 3px #000;*/
	color: #000;
}
#RegistrationForm form label
{
	color: #1d1c1c;
    font-weight: 700;
	margin-bottom: 2px !important;
}
#RegistrationForm form input,#RegistrationForm form select
{
	border-radius: 5px !important;
	border: 1px solid #000;
	padding-left: 35px;
}
#RegistrationForm form input:focus
{
	box-shadow: none;
}
#RegistrationForm form .inputContainer
{
	display: flex;
	align-items: center;
	flex-direction: row;
	position: relative;
}
#RegistrationForm form .inputContainer i
{
	position: absolute;
	line-height: 1.7;
    font-size: 20px;
    /* padding: 7px 6px; */
    height: 35px;
    width: 40px;
    text-align: center;
    color: #000;
}
#RegistrationForm form button
{
	padding: 5px 20px;
    font-weight: bold;
    background: #df732f;
    border: 1px solid #df732f;
    border-radius: 5px;

}
#RegistrationForm form button:hover {
    box-shadow: 0 0 5px black;
    border: 1px solid #fff;
    color: #000;
    font-weight: 600;
}

#RegistrationForm .formspaces
{
	padding: 0 !important;
	margin: 0 !important;
}
.hidden
{
	display: none;
}
#RegistrationForm .registrationImage
{
	height: 90%;
	max-width: 100%;
	display: block;
	overflow: hidden;
}
#RegistrationForm .registrationImage img
{
	width: 100%;
	height: 100%;
}
#RegistrationForm .form-group
{
	margin-bottom:.4rem !important;
}

/*header section*/

/*Who we are section*/

#who_we_are  .qms_who h3
{
    font-size: 37px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	font-family: 'Recursive', sans-serif;
	border-bottom: 3px solid #df732f;
	margin-bottom: 40px;	
}
#who_we_are  .qms_who h4
{
	font-weight: bold;
	text-align: justify;
	padding: 10px 0px;
	font-family: 'Recursive', sans-serif;
	font-size: 24px;
    line-height: 1.5;
}
#who_we_are  .qms_who p
{
	text-align: justify;
	font-family: 'Recursive', sans-serif;	
}
#who_we_are  .qms_who .btn
{	
	
    background-color: #df732f;
    border: 1px solid #df732f;
}
#who_we_are  .qms_who .btn:hover
{	
	
    border: 1px solid #fff;
    color: #000;
    box-shadow: 0 0 5px black;;
    background-color: #df732f;
}
/*Who we are section*/

/*Services*/
#services .cardSpac
{
	padding:0 80px;
}

#services .card
{
	box-shadow: inset 0 0 3px #000;
	border:1px solid #444;
}
#services .card:hover
{
	border: 1px solid #fff;
    box-shadow: 0 0 5px black;
    background: linear-gradient(325deg, #ffffff, #bf4f0c);
}
#services .card .card-body
{
	padding: 1.25rem 1.25rem 10px 1.25rem !important;
}

#services .card .card-img-top
{
	display: block;
	background-size: contain;
    border: 1px solid #fff;
	border-radius: 5px;
    box-shadow: 1px 2px 4px black;
}
#services .card .card-title
{
	font-weight: 600;
	margin-bottom: 0px !important;
}
#services .shadow
{
	/*box-shadow: 0 0 15px #000 !important;*/
}
#services .card ul
{
	padding: 0 18px;

}
#services .card .card-body .card-text
{
	min-height: 270px;
    max-height: 265px;
	padding: 10px 0px;
	font-family: 'Recursive', sans-serif;
	font-size: 17px;
	line-height: 24px;
	word-wrap: break-word;
}
#services .card .card-body .btn
{
	width: 100%;
    background: linear-gradient(45deg, #283593, #1d81e8);
    border: 1px solid #fff;
}
#services .card .card-body .btn:hover
{
	width: 100%;
    border: 1px solid #fff;
    box-shadow:0 0 5px black;
    color: #000;
    background: linear-gradient(45deg, #15577a, transparent);
}
#services .contactBar
{

    background: linear-gradient(45deg, #283593, #1d81e8);
    padding: 0px 0px;
    width: 100%; 
    display: flex;
    justify-content: space-between;
}
#services .contactBar a
{
	height: 47px;
	width: 172px;
	margin-right: 62px;
	font-size: 1.5rem;
    	text-transform: uppercase;
	background: #df732f;
    	border: none; 
}
#services .contactBar p
{
	font-size: 1.5rem;
	margin-top: 10px;
    color: #fff;
}
#services .contactBar a:hover
{
	box-shadow: 0 0 5px black;
	border: 1px solid #fff;
}
/*Services*/

/*Why us*/
#why_us
{
	/*margin: 0px 80px 0px 80px;*/
	padding: 30px 80px 0px 80px;
    position: relative;
}
/*top wave*/
.custom-shape-divider-top-1600165993 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1600165993 svg {
    position: relative;
    display: block;
    width: calc(181% + 1.3px);
    height: 23px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1600165993 .shape-fill {
    fill: #FFFFFF;
}

#why_us p
{
	text-align: justify;
	font-family: 'Recursive', sans-serif;
}

/*Why us*/


/*our clients*/
#our_clients
{
	text-align: center;
}

#our_clients .client_img
{
	border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 4px black;
}
#our_clients  .client_slider_img
{
	width: 70%;
	height: 15%;
	display: block;
}
#our_clients  .client_slider_img img
{
	width: 80%;
	height: 80%;
	display: block;
}
#our_clients  .client_slider_img:before
{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    transition: opacity 0.35s;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    opacity: 0;
}
/*our clients*/

/*working Process*/
#working-process
{
	overflow: hidden;
	margin: 50px 88px;
}
#working-process .process-img
{
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
    box-shadow: 0 0 6px black;	
}
#working-process img
{
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
    box-shadow: 0 0 6px black;
}
/*working Process*/


/*Career*/
#career
{
	margin-top: 100px;
}


#career .career_para h4
{
	font-size: 28px;
    padding-bottom: 18px;
    font-family: 'Recursive', sans-serif;
}
#career .career_para p
{
	text-align: justify;
	font-family: 'Recursive', sans-serif;
}
#career .career_para p a
{
	color:#df732f;
	text-decoration: none;
}

#career .career_form h4
{
	font-size: 20px;
    padding-bottom: 18px;
    font-family: 'Recursive', sans-serif;
}
#career .career_form input[type=text],#career .career_form input[type=email],#career .career_form textarea,#career .career_form input[type=file]
{
	background: #f7f7f7;
	background: transparent;
	border:1px solid #000;
}
#career .career_form textarea:focus
{
	box-shadow: none;
	border:1px solid #df732f;
}
#career .career_form input:focus
{
	box-shadow: none;
	border:1px solid #df732f;	
}
#career .career_form input[placeholder],textarea[placeholder]
{
	font-size: 14px;
}

#career .career_form input[type=file]
{
	padding: 3px;
}
#career .career_form button
{
	background: #df732f;
	border:1px solid #df732f;
	font-weight: 600;
	padding: 8px 29px 8px 29px;
}
#career .career_form button:hover
{
	box-shadow: 0 0 5px black;
	border:1px solid #fff;
	color: #000;
	font-weight: 600;
}
/*Career*/
/*Contact us*/


#contactus .contact-left
{
	border: 1px solid #333;
    padding: 14px;
    min-height: 161px;
	background: linear-gradient(192deg, #a8ab39, #FF7043);
    text-align: center!important;
    color: #000;
    margin: 15px 0;
    box-shadow: inset 0 0 4px 0px #000000bd;
}
#contactus .contact-left .fa
{
	line-height: 1.2;
    height: 39px;
    width: 46px;
    border: 2px solid #df732f;
    font-size: 30px;
    margin-bottom: 10px;
}
#contactus .contact-left h4
{
	margin-bottom: 10px;
}
#contactus .contact-right
{
	margin: 0 0 30px 0;
	background-color: #ffffff87;	
}
#contactus .contact-right h5
{
	padding-bottom: 15px;
	font-weight: 700;
}
#contactus .contact-right form
{
	border: 1px solid #333;
	padding: 15px;
	box-shadow: inset 0 0 4px 0px #000000bd;
}

#contactus .contact-right input[type=submit]
{
	background: #df732f;
	font-weight: 600;
	padding: 8px 29px 8px 29px;
	border: 1px solid #df732f;
}
#contactus .contact-right input[type=submit]:hover
{
	box-shadow: 0 0 5px black;
	border:1px solid #fff;
	color: #000;
}
#contactus .contact-right textarea:focus
{
	box-shadow: none;
	border:1px solid #df732f;
}
#contactus .contact-right input:focus
{
	box-shadow: none;
	border:1px solid #df732f;	
}
/*Contact us*/






/*Testimonials*/
#testimonial
{
	align-items: center;
	justify-content: center;
	text-align: center;
}

#testimonial .testimonial_details h5
{
	margin: 10px;
}
#testimonial .testimonial_details .testimonial_img img
{
	border-radius: 50%;
	margin: 10px;
}
/*Testimonials*/

/*Client page css*/
#client-image
{
	background-image: url('../Pictures/client-image.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 115px;
    height: 265px;
    width: 100%;
}
#client-image h3
{
	position: relative;
    font-size: 44px;
    top: 95px;
    left: 88px;
	color: #fff;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

#Clients
{
	padding: 0px 88px 30px 88px;
	background: linear-gradient(45deg, #ababab, transparent);
}

#Clients b
{
	font-size: 17px;
	font-family: 'Recursive', sans-serif;
}
#Clients .first_panel_color
{
   background: linear-gradient(45deg, #3f51b5c7, #fbfbfb61);
}
#Clients .second_panel_color
{
background: linear-gradient(45deg, #ad3814, #fbfbfb61);
}
#Clients .third_panel_color
{
    background: linear-gradient(45deg, #00ACC1, #fbfbfb61);
}
#Clients .four_panel_color
{
    background: linear-gradient(45deg, #9575CD, #fbfbfb61);
}
#Clients .five_panel_color
{
	background: rgb(129,184,97);
}
#Clients .six_panel_color
{
    background: linear-gradient(45deg, #607d8be8, #fbfbfb61);
}
#Clients .seven_panel_color
{
	background:  rgb(204 173 245);
}
#Clients .card-bg
{
background: transparent;
}
#Clients .card-bg .card-body
{
background: #fff;
margin-bottom: 6px}
#Clients .card-header
{
	margin-bottom: 5px;
	border: 1px solid #fff;
    box-shadow: 0px 3px 3px #7d7d7d;
    font-family: 'Recursive', sans-serif;
    letter-spacing: 1px    
}
#Clients .card-header:hover
{
background: -webkit-linear-gradient(bottom left, #2b2929, transparent);
background: -o-linear-gradient(bottom left, #2b2929, transparent);
background: linear-gradient(to top right, #2b2929, transparent);
    cursor: pointer;
    color: #fff;
}
#Clients .card
{
	border: none !important;
}
#Clients .card-header:hover a
{
	text-shadow: none;
    color: #fff;
}
#Clients .card-header a
{
text-shadow: 0 0 3px #ccc;
color: #000;
font-family: 'Recursive', sans-serif;
}
#Clients .card-header a:before {
    padding: 0 0px 0 20px;
    content: "\002B";
    font-family: 'Recursive', sans-serif;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 20px;
}
/*#Clients .card-header[aria-expanded=true]:before {
    content: '\002D';
    padding: 0 0px 0 20px;
    font-family: Arial;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 20px;
}*/

#Clients .client-img
{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
#Clients .client-img img
{
	height: 100%;
	width: 100%;
}
/*Client page css*/




/*consulting_and_advisory*/
#service-image
{
	background-image: url('../Pictures/consulting.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 115px;
    height: 265px;
    width: 100%;
}
#service-image h3
{
	position: relative;
    font-size: 44px;
    top: 95px;
    left: 88px;
	color: #fff;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.sevShowInMob
{
	display: none;
}
#our_sevices
{
	padding-bottom: 95px;
	padding-left: 103px;
    padding-right: 93px;
	background: linear-gradient(45deg, #d8d8d8, #fff);
}
#our_sevices h3
{
	font-size: 51px;
    margin: 0 0 0 -12px!important;
    font-weight: 700;
    color: #df732f;
    font-family: 'Recursive', sans-serif;
	/*text-shadow: -1px 1px 0 #333, 1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;
    letter-spacing: 3px;*/
}
/*#consulting_and_advisory .card
{
	margin: 10px 0px;
}*/
#our_sevices .main-card
{
	margin: 5px 0px;
}
#our_sevices .card
{
	background: transparent;
}
#our_sevices .outer-card-body
{
	padding: 3px 0px;
}
#our_sevices .card-body-content
{
	background: #fafafb;
	box-shadow: inset 0 0 3px 2px black;
	font-family: 'Recursive', sans-serif;
	text-align: justify;
	border-radius: 2px;
    margin-left: 2px;	

}

#our_sevices .card-body-content button[type=button]
{
	background-color: #df732f;
    border: 1px solid #df732f;
    margin-top:20px;
    color: #fff;
    font-weight: bold; 
}
#our_sevices .card-body-content button[type=button]:hover
{
border: 1px solid #fff;
    color: #000;
    font-weight: 700;
    box-shadow: 0 0 5px black;
    background-color: #df732f;
}
#our_sevices .inner-card-body
{
	padding: 0px 0 0px 0px;
}

#our_sevices .service_heading h3
{
	font-size: 38px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-bottom: 3px solid #df732f;
    margin: 0 0 40px 0px;
	font-family: 'Recursive', sans-serif;
}

#our_sevices .main-box
{
	height: 60px;
	width:100%;
	background-size: cover;
	border: 2px solid #fff;
	cursor: pointer;
	box-shadow: 2px 3px 4px #000000a6;
	background: linear-gradient(45deg, #c5c5c5, #929292b5);
}

/*#our_sevices .main-box:before
{
	content: "\002B";
	position: absolute;
	bottom: -6px;
    right: 3px;
    font-size: 30px;
	display: block;
	padding: 5px 10px;
	color: #000;
	font-weight: 900;

}*/
/*#our_sevices .card .main-box[aria-expanded=false]:before .
{
content: '.';
}*/

#our_sevices .main-box .fa
{
	font-size: 19px;
    position: absolute;
    right: 10px;
    bottom: 7px;
}

#our_sevices .panel-heading-text
{
	font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
    color: #ff5200;	
}
#our_sevices .SelectedBox
{
    box-shadow: inset 0 1px 2px black;
    background: linear-gradient(45deg, #9ecbef, #216eab);
}

#our_sevices .HideAllBoxDetails
{
    background-image: url('../Pictures/Services.jpg') !important;
    min-height: 402px;	
}
#our_sevices .allBoxDetails
{
	border: 1px solid #000;
	box-shadow: inset 0 0 5px #323030;
    padding: 10px;
    margin: 7px 0 0 7px;
    background: #f7f7f7;
	background-size: 100% 100%;	
    background-repeat: no-repeat; 
}

#our_sevices .RightLeftPadding
{
	padding-right: 0 !important;
	padding-left:  0 !important;
}


#our_sevices .card-actual-heading
{
	color: #000;
	position: absolute;
	top: 30px;
    left: 12px;
    font-size: 16px;
	text-decoration: none;
	font-family: 'Recursive', sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
/*            text-shadow: -1px 1px 0 #000, 
                          1px 1px 0 #000, 
                         1px -1px 0 #000, 
                        -1px -1px 0 #000;*/
    -webkit-font-smoothing: antialiased;

}
#our_sevices .sub-box h5
{
	font-size: 14px !important;
}

#our_sevices .sub-box
{
	background: linear-gradient(45deg, #ebeaea, #e2e2e1b5);
	padding: 5px 0px 0 8px !important;
	border: 1px solid #fff;
	margin-top: 4px;
	border-radius: 3px;
	box-shadow: 2px 3px 4px #000000a6;
	height: 37px !important;	

}
#our_sevices .sub-box[aria-expanded="true"].activeSubBox
{
	background: linear-gradient(to top right, #2b2929, transparent);
}
#our_sevices .sub-box::before
{
	content: "\002B";
	position: absolute;
    bottom: -6px;
    right: -2px;
    font-weight: 700;
	font-size: 25px;
	display: block;
	padding: 5px 10px;
	color:#000;
}
#our_sevices .sub-box .btn
{

	padding: 0px 0px 0px 0px !important;
	font-size: 14px !important;
}
#our_sevices .sub-box button
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
	padding: -6px 0px 0px 0px !important;
}
#our_sevices .sub-box:hover
{
	
background: -webkit-linear-gradient(bottom left, #2b2929, transparent);
background: -o-linear-gradient(bottom left, #2b2929, transparent);
background: linear-gradient(to top right, #2b2929, transparent);
cursor: pointer;

}
#our_sevices .sub-box:hover button
{
	color: #fff;

}


/*ABOUT QMSIL PAGE CSS*/
#about-image
{
	background-image: url('../Pictures/audit-slider.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 100px;
    height: 265px;
    width: 100%;
    position: relative;
}
#about-image::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #ec7e1f, #dee65b61);
}
#about-image h3
{
	position: absolute;
    top: 95px;
    left: 88px;
	color: #fff;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

/*vision_mission*/
#vision_mission
{
	padding-left:80px; 
	padding-bottom: 30px;
	padding-right: 80px; 
	width: 100% !important;
    background: linear-gradient(to bottom, #ffffff, #da7e3b);
    position: relative;
}
/*bottom*/
.custom-shape-divider-bottom-1600166258 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1600166258 svg {
    position: relative;
    display: block;
    width: calc(149% + 1.3px);
    height: 46px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1600166258 .shape-fill {
    fill: #FFFFFF;
}

#vision_mission h2
{
	font-weight: 700;
	font-family: 'Recursive', sans-serif;
}
#vision_mission p
{
    font-size: 16px;
    text-align: justify;
    color: #333;
    
    font-family: 'Recursive', sans-serif;
}
#vision_mission .para2 ul
{
	padding-left: 22px;
}
#vision_mission .para2 ul li
{
	padding-top: 5px;
	text-align: justify;
	font-size: 16px;
	color: #333;
	font-family: 'Recursive', sans-serif;
}
#vision_mission .about-img1
{
	width: 100%;
	overflow: hidden;
	object-fit: cover;
    box-shadow: 0 0 4px black;
    border: 2px solid #fff;
    border-radius: 5px;

	margin-top: 8px;
}
#vision_mission .about-img2
{
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	box-shadow: 0 0 13px black;
}

#vision_mission img
{
	width: 100%;
	background-size: cover;
}
/*vision_mission*/

#qmsil_intro
{

	padding: 20px 88px 10px 88px;
}
#qmsil_intro p
{
	text-align: justify;
	font-family: 'Recursive', sans-serif;
}
#qmsil_intro h2
{
	font-weight: 700;
	font-size: 25px;
	font-family: 'Recursive', sans-serif;
}
#qmsil_intro .award-img img
{
text-align: right;
    float: right;
    margin: 0.5em 0 0.5em 2em;
    box-shadow: 0 0 4px black;
    border: 2px solid #fff;
    border-radius: 5px;
}
#qmsil_intro ul
{
padding-left: 20px; 
font-family: 'Recursive', sans-serif;
}


#management_team
{
	padding-left:105px;
	padding-bottom: 30px;
	padding-right:115px;
/*    background-image: url(../Pictures/team/Management.jpg);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
#management_team p
{
	text-align: justify;
	font-family: 'Recursive', sans-serif;
}
#management_team p b
{
	color: #000;
}
#management_team a
{
	background-color: #df732f;
    border: 1px solid #df732f;
    font-family: 'Recursive', sans-serif;

}
#management_team a:hover
{
border: 1px solid #fff;
    color: #000;
    box-shadow: 0 0 5px black;
    background-color: #df732f;
}

.management_parallex
{
	background-image: url('../Pictures/team/Management.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	/*linear-gradient(120deg,rgba(52,52,49,0.7) 100%,transparent 0%),*/
}
.erp_parallex
{
	background-image: url('../Pictures/erp-image.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}
.itsecurity_parallex
{
	background-image: url('../Pictures/IT-Security.jpeg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.careers_parallex
{
	background-image: url('../Pictures/Careers.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_parallex
{
	/*background-image: url('../Pictures/Careers.jpg');*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}
#management_team  .team-img
{
	width: 70%;
	display: block;
	margin-left: 10px;
}
#management_team  .team-img img
{
	width: 100%;
	display: block;
	box-shadow: 0 0 6px #000;
    border: 1px solid #fff;
    /*border-radius: 100%;*/
	
}
#management_team .setmargin
{
    margin-top: 20px !important;
    padding-bottom: 25px;
    padding-left: 0px !important;
    border-bottom: 1px solid #000;
    padding-right: 0px !important;
}

#recognition
{
	padding-left:80px;
	padding-bottom: 80px;
	padding-right:80px;
    background-image: linear-gradient(to bottom, #fff, #77c5d4a3);
    position: relative;
}
/*bottom*/
.custom-shape-divider-bottom-1600166585 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1600166585 svg {
    position: relative;
    display: block;
    width: calc(148% + 1.3px);
    height: 36px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1600166585 .shape-fill {
    fill: #FFFFFF;
}

#recognition .row
{
	margin: 0 !important;
}
#recognition .rewards-image img
{
	width: 100%;
	height: 100%;
	border: 4px solid #fffafa;
    box-shadow: 0 0 13px black;
}
#recognition .rewards-image
{
	width: 100%;
	height: auto;
	display:flex;
	justify-content: center;
	flex-direction: column;
	

}
#recognition .rewards-image p
{
	text-align: justify;
	padding-top: 10px;
	font-family: 'Recursive', sans-serif;

}
#recognition ul
{
    text-align: justify;
    padding: 10px 18px  10px  30px ;
}
#recognition ul li
{
	font-family: 'Recursive', sans-serif;
	padding: 5px 0;
}
#recognition .reward-button
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
#recognition .reward-button a
{
	background-color: #df732f;
    border: 1px solid #df732f;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
	font-family: 'Recursive', sans-serif;
	margin-right: 21px;
}
#recognition .reward-button a i
{
    padding-right: 6px;
}

#recognition .reward-button a:hover
{
	border: 1px solid #fff;
    color: #000;
    box-shadow: 0 0 5px black;
    background-color: #df732f;
}


#global .global_map
{
	padding: 10px 0px;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
#global .global_map img
{
	width: 80%;
	height: 80%;

}

#global .global_map .animated_text
{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 80%;
	animation-iteration-count: infinite;
	 animation-timing-function: linear;
	 animation-play-state: running;
}
/*#global .global_map .animated_text h3
{
	animation-name: SliderText;
	animation-delay: 5s;
	animation-iteration-count: infinite;
}
@keyframes SliderText{
	from {
		left: 0%;
		color: red;
	}
	text-outline: {
		left: 100%;
	}
}*/

/*ABOUT QMSIL PAGE CSS*/


/*IT-SOLUTION*/

.itHeaderSection
{
	width: 100%;
	position: relative;
	background:linear-gradient(to bottom right,#97b934,#00c6d5);
	font-family: 'comfortaa', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	overflow: hidden;
}
.itHeaderSection .itImage
{
	max-width:100%;
	display: block;
	transform: rotateY(180deg);
/*	background-image: url(../Pictures/IT-header.png); 
	background-position: bottom left;
	background-size: cover;*/

}
.itHeaderSection .itImage img
{
	width:100%;
}
.itHeaderSection .itHeading
{
	position: absolute;
    top: 32%;
    left: 20%;
    transform: translate(-30%,-20%);

}
.itHeaderSection .itHeading p
{
	text-align: justify;
	z-index: 2000;
}
 .itHeaderSection .itHeading span
{
	font-weight: 600;
	position: relative;
	text-shadow: 0 2px 5px #000;
	display: block;
	width: 100%;
	font-size: 45px;
    font-weight: 400;
    color: #fff;	
}
/*.itHeaderSection .itHeading span:before
{
	content: '';
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 100px;
	border-bottom: 2px solid #efeeee;
}*/


.custom-shape-divider-bottom-1601035326 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1601035326 svg {
    position: relative;
    display: block;
    width: calc(166% + 1.3px);
   	height: 24px;
}

.custom-shape-divider-bottom-1601035326 .shape-fill {
    fill: #FFFFFF;
}


.Side_spaces {
    padding: 55px 80px;
}
.secApad {
    padding: 0px 80px 30px 80px;
}
#it-service p
{
	font-family: 'Recursive', sans-serif;	
	text-align: justify;
}
#it-service .securitydesc
{
	display: flex;

}
#it-service .icons
{
	height: 70px;
    width: 135px;
    border-radius: 50%;
    border: 2px solid #df732f;
    margin: 6px 16px 6px 0px;
    text-align: center;
    color: #df732f;
    font-size: 25px;
    line-height: 2.5;
}

#software-solution .item
{
 margin: 10px;
 padding: 1px 0px;
 border: 1px solid #fff;
    box-shadow: 0 0 7px black;
}
#software-solution .item .client-img
{
	max-height: 100%;
	max-width: 100%;
	display: block;
}
#software-solution .item .client-img img
{

    height: 38%;
    width: 100%;
}

#software-solution .industry-box
{
	width: 100%;
    text-align: center;
    transition: all .5s ease 0s;
    position: relative;
    background: #e6c342;
    min-height: 100px;
    margin: 62px 0 31px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}
#software-solution .industry-box a
{
	text-decoration: none;
}
#software-solution .industry-box .icon
{
	width: 70px;
    height: 68px;
    border: 8px solid #fff;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    border-radius: 0 50px 50px;
    display: inline-block;
    background: #f3f7fe;
}
#software-solution .industry-box p
{
    font: 21px;
	font-family: 'Recursive', sans-serif;    

	color: #000;
   	padding-top: 50px;
}
#software-solution .industry-box:hover {
    background: #e86100;
}
/*#software-solution #demoBtn2
{
	height: 50px;
    width: 175px;
	background: linear-gradient(45deg, #283593, #1d81e8);
}*/

#software-solution .enquiryForm form
{
	padding: 23px 0 15px 0;
    border: 1px solid #000;
    box-shadow: inset 0 0px 3px black;
}
#software-solution .enquiryForm form input
{
	height: 45px;
    width: 330px;
    border: 1px solid #000;
}
#software-solution .enquiryFormHide
{
	display: none;
}
#software-solution #sendRequest
{
	height: 50px;
    width: 175px;
	background: linear-gradient(45deg, #283593, #1d81e8);	
}

#supports
{
background: #f3aeae;  /* fallback for old browsers */
background: linear-gradient(to right, #3949abad, #aed8f3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3949abad, #aed8f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
position: relative;
font-family: 'Recursive', sans-serif;
}
/*top*/
.custom-shape-divider-top-1600164485 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1600164485 svg {
    position: relative;
    display: block;
    width: calc(164% + 1.3px);
    height: 36px;
}

.custom-shape-divider-top-1600164485 .shape-fill {
    fill: #FFFFFF;
}
/*bottom*/
.custom-shape-divider-bottom-1600164888 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1600164888 svg {
    position: relative;
    display: block;
    width: calc(164% + 1.3px);
    height: 36px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1600164888 .shape-fill {
    fill: #FFFFFF;
}

#supports .allSupports
{
	display: flex;
    justify-content: space-between;
}
#supports .supportDesc h3
{
	padding-bottom: 10px;
	color:#303F9F;
	font-weight: 600;
}
#supports .supportDesc .supportHeading h4
{

	font-size: 14px;
    font-weight: 600;
}
#supports .supportDesc .SupportList ul 
{
	padding-left: 20px;
}
#supports .supportDesc .SupportList ul li
{
	padding-bottom:10px;
}
#supports .supportDesc button
{
	font-weight: bold;
    background: #df732f;
    border: 1px solid #df732f;
    border-radius: 5px;
	padding: 10px 20px;
}
#supports .supportDesc button:hover
{
	box-shadow: 0 0 5px black;
    border: 1px solid #fff;
    color: #000;
    font-weight: 600;
}
/*Gallery css*/

.gallerySpac
{
	padding: 75px 80px;
}
#gallery .gallery-heading
{
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-family: 'Recursive', sans-serif;
    border-bottom: 3px solid #df732f;	
}
#gallery .gallery-title
{
	margin-left: 8px;
	font-size: 22px;
}
#gallery .flex_gallery
{
	
	display: -ms-flexbox;
	-ms-flex-wrap:wrap;
	-ms-flex-direction:column;
	-webkit-flex-flow:column wrap;
	flex-flow: row wrap;
	display:  -webkit-box;
	display: flex;
	position: relative;
}
 #gallery .flex_gallery div
{
	-webkit-box-flex:auto;
	-ms-flex:auto;
	flex:auto;
	width: 200px;
	margin: 8px;
}
#gallery .flex_gallery div img
{
	width: 100%;
	transition: 0.8s ease;
	box-shadow: 0 0 4px #000;
	border: 2px solid #fff;
}
#gallery .flex_gallery div img:hover
{
	transform: scale(1.1);
}


#we_are_like h5
{
	font-family: 'Recursive', sans-serif;
}
#we_are_like p
{
	font-family: 'Recursive', sans-serif;
	text-align: justify;
}
#we_are_like hr
{
	margin-top: 0px !important;
}
#we_are_like .round_img_desc2 p
{
	padding-bottom: 50px;
}
#we_are_like .we_like_img
{
	padding-top: 30px;
	display: flex;
	justify-content: center;
	width: 100%;
}
#we_are_like .we_like_img img
{
	height: 100%;
	width: 100%;
	display: block;
}

#core_value .core_value_box
{
    padding: 15px 20px 0px 65px;
    text-align: justify;
    box-shadow: inset 0 0 4px black;
	margin: 30px;
	border:2px solid #df732f;
	position: relative;
	font-family: 'Recursive', sans-serif;
}
#core_value .core_icon
{
	background: #df732f;
	display: inline-block;
	position: absolute;
	left: -40px;
	top: 35px;
    height: 88px;
    border-radius: 100%;
	border:1px solid #fff;
	box-shadow: 0 0 4px black;
}

#section_a .section_a_box h5
{
	font-weight: bold;
	font-family: 'Recursive', sans-serif;

}
#section_a .section_a_box p
{
	font-family: 'Recursive', sans-serif;
	text-align: justify;
}


 /*WHATSAPP BUSINESS Start*/
#business_section .headingPara p{
	font-size: 18px;
	text-align: center;
	font-family: 'Recursive', sans-serif;
}
#business_section .businessIcon
{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Recursive', sans-serif;
}
#business_section .businessIcon .businessImage
{
	width: 80%;
	display: block;
	padding: 20px;
}
#business_section .businessIcon .businessImage img
{
	width: 75%;
}
#business_section .businessIcon h5
{
	font-size: 30px;
}
#business_section .businessIcon p
{
	font-size: 15px;
}

/*WHATSAPP BUSINESS End*/

/*WHATSAPP WHAT CAN YOU DO START*/
#business_what_can .headingPara p
{
	font-size: 18px;
	text-align: center;
	font-family: 'Recursive', sans-serif;
}

#business_what_can .what_can_Icon
{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Recursive', sans-serif;
}
#business_what_can .what_can_Icon .what_can_Image
{
	width: 80%;
	display: block;
	padding: 20px;
}
#business_what_can .what_can_Icon .what_can_Image img
{
	width: 100%;
}
#business_what_can .what_can_Icon h5
{
	font-size: 30px;
}
#business_what_can .what_can_Icon p
{
	font-size: 15px;
}
/*WHATSAPP WHAT CAN YOU DO End*/

 /*WEBDESIGN START */
#webdesigner .webdesignBanner{
	width: 100%;
	display: block;
}
#webdesigner .webdesignBanner img{
	width: 100%;
	padding: 32px 0 0 0;
}
#webdesigner .webdesignerDesc{
	font-family: 'Recursive', sans-serif;
	padding-top: 30px;
}
#webdesigner .webdesignerDesc h2{
	font-size: 40px;
	color: #df732f;
}
#webdesigner .webdesignerDesc p{
	font-size: 18px;
	color: #7d7d7d;
	padding: 10px 0;
	text-align: justify;
}
#webdesigner .webdesignerDesc button
{
	font-weight: bold;
    background: #df732f;
    border: 1px solid #df732f;
    border-radius: 5px;
    padding: 10px 20px;
}
#webdesigner .webdesignerDesc button:hover
{
	box-shadow: 0 0 5px black;
    border: 1px solid #fff;
    color: #000;
    font-weight: 600;
}

/*WEBDESIGN END */

/*OUR LOCATION START*/
#location
{
	margin-top: 100px;
/*	background-image: url(../Pictures/india.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
}

#location .locationDesc
{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Recursive', sans-serif;
	transition: 0.5s ease-in-out;
	padding: 7px;
}
#location .locationDesc:hover
{
	box-shadow: 0 0px 3px #000;
}
#location .locationImage
{
	width: 80%;
	display: block;
}
#location .locationImage img
{
	width: 75%;
}
#location .locationDesc h5
{
	font-size: 27px;
}
#location .locationDesc p
{
	font-size: 15px;
}
#location .enquiryForm
{
	padding-top:10px; 
}
#location .enquiryForm form input
{
	height: 50px;
}
#location .enquiryForm form .form-control
{
	width: 338px;
	border: 1px solid #ccc;
}
#location .enquiryForm form textarea
{
	width: 100% !important;
	font-size: 1rem;
}
#location .enquiryForm form button
{
	width: 300px;
    height: 52px;
    background-color: #df732f;
    border: 1px solid #df732f;
}
#location .enquiryForm form button:hover
{
	border: 1px solid #fff;
    color: #000;
    box-shadow: 0 0 5px black;
    background-color: #df732f;
}
/*OUR LOCATION END*/

/*IT-SOLUTION*/

/*BLOG / PUBLICATION*/
#blog_pub
{
	padding-left: 88px;
	padding-bottom: 30px;
	padding-right: 95px;
}
#blog_pub h3
{
	font-size: 42px;
	margin: 0 !important;
	font-weight: 600;
	color: rgba(255,255,255,1);
	font-family: 'Recursive', sans-serif;
	text-shadow: 0 0 9px #000;
}
#blog_pub .blog_post h2
{
	font-weight: 700;
    font-size: 25px;
    font-family: 'Recursive', sans-serif;
    padding:30px 0px 10px 0px;
}
#blog_pub .blog_post p
{
	font-family: 'Recursive', sans-serif;
}
.hide_blog_para
{
	display: none;
}
#blog_pub .blog_para
{
	border: 2px solid #7d7575;
	padding: 10px;
    margin-top: 78px;
	height: 276px;
	max-height: 304px;
	box-shadow: inset 0 0 3px black;
	position: relative;
}
#blog_pub .blog_post .
{
	height: 100%;
	width: 100%;
	box-shadow: 0 0 4px black;
    border: 2px solid #fff;
}
#blog_pub .blog_post .blog_detail
{
	margin-top: 30px;
	text-align: justify;
}
#blog_pub .blog_post .blog_img img
{
	height: 100%;
	width: 100%;
	box-shadow: 0 0 4px black;
    border: 2px solid #fff;
}
#blog_pub .blog_para 
{
 text-align: justify;
}
#blog_pub .blog_para .read_more_blog
{
	position: absolute;
	left: 3px;
	bottom: 3px;
}
#blog_pub .blog_para .read_more_blog button
{

	background-color: #df732f;
    border: 1px solid #df732f;
    font-family: 'Recursive', sans-serif;

}
#blog_pub .blog_para .read_more_blog button:hover
{
	border: 1px solid #fff;
    color: #000;
    box-shadow: 0 0 5px black;
    background-color: #df732f;
}

/*BLOG / PUBLICATION*/

/*Footer*/
#footer
{
	background: linear-gradient(45deg, #615858, #000000b5);
	color: #fff;
	padding: 30px 75px; 
}
#footer .footer_detail {
    padding-top: 105px;
}
#footer h3
{
	padding: 15px 0 5px 0px;
}
#footer h3::before
{
    content: '';
    border-top: 2px solid #df732f;
    width: 155px;
    top: 0;
    left: 16px;
    position: absolute;

}
#footer .reach_us::before
{
    content: '';
    border-top: 2px solid #df732f;
    width: 112px;
    top: 0;
    left: 16px;
    position: absolute;

}

#footer ul
{
	list-style: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
#footer ul li
{
	padding: 5px 0px;
	font-family: 'Recursive', sans-serif;
	font-size: 13px;

}
#footer ul li a
{
	text-decoration: none;
	color: #f1f1f194;
}
#footer ul li a:hover
{
	color: #fff;
}
#footer .footer_desc p
{
	padding: 5px 0px;
	font-family: 'Recursive', sans-serif;
	font-size: 14px;	
}
#footer .footer_desc p,#footer .footer_desc p a
{
	color: #f1f1f194;
	font-size: 14px;
}
#footer .footer_desc p a:hover
{
	text-decoration: none;
	color: #fff;
}


#footer .reach_us_detail p
{
	margin-bottom: 9px !important;
	color: #f1f1f194;
	font-family: 'Recursive', sans-serif;
	font-size: 14px;

}
#footer .get_in_touch_form input,#footer .get_in_touch_form textarea
{
	width: 100%; 
	padding: 10px 15px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
#footer .get_in_touch_form input:focus,#footer .get_in_touch_form textarea:focus
{
	border-radius: 0px;
}
#footer .get_in_touch_form button
{
	padding: 10px 30px;
	font-weight: bold;
	background: #df732f;
	border:1px solid #df732f; 
	border-radius: 5px;
}	
#footer .get_in_touch_form button:hover
{
	border-color: #fff;
	box-shadow: 0 2px 15px #000;
	color:#000;
}
#copyright
{
	background: #000;
	padding: 0 87px;
    margin: 0;
    display: flex;
    justify-content: center;	
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
#copyright p
{
	padding: 15px 0px;
	line-height: 1;
	margin-bottom: 0px;
}

/*Mail Message Popup*/
#MailMessagePop
{
	display: none;
}
#MailMessagePop .mailPopup
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    position: fixed;
    bottom: 30%;
    left: 0;
}
#MailMessagePop .mailPopup .MailMessage
{
	-webkit-box-shadow: -2px -1px 18px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -1px 18px -8px rgba(0,0,0,0.75);
	box-shadow: -2px -1px 18px -8px rgba(0,0,0,0.75);
	padding: 5px 30px 5px 30px;
    background: rgba(0,0,0,0.5);
    border-radius: 8px;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}
#MailMessagePop .mailPopup .MailMessage p
{
	margin-bottom: 0 !important;
}
/*Footer*/

/*Media query Start*/

/*index Page*/
@media only screen and (max-device-width: 766px) and (min-device-width: 200px) {
	.popupBG .popupContent .compName
	{
	    top: 15%;
	    width: 100%;
	    text-align: center;
	    border-bottom: 6px solid #fff !important;
	    font-size: 9.5rem;
	}	
	.popupBG .popupContent .compName span
	{
		display: block;
    	font-size: 29rem;
    	height: 501px;
	}
	.AllBtnStyle
	{
		height: 120px;
    	width: 400px;
    	line-height: 2.5 !important;
	}
	.Side_spaces {
	    padding: 55px 35px;
	}
	.allSectionPad
	{
		padding: 55px 35px;
	}
	.top-padding {
    	padding-top: 150px !important;
	}
	.testimonialHeight
	{
		height: 1200px !important;
	}
	/*Header media Query Start*/
	.indexCarousel
	{
		padding-top: 150px !important;
	}
	.ShowSM
	{
		display: block;
	}
	.HideSM	
	{
		display: none;
	}
	.MenuhideMob
	{
		display: none;
	}


	.bgColorMob
	{
		background: linear-gradient(45deg, #f56b08, #f3b919f7);
	}
	.divider
	{
		border:1px solid #000;
	}	
	nav .brand-name
	{
		padding: 3vw 0;
	}
	.navbar-toggler-icon
	{
		font-size: 6vw !important;
	}
	header nav
	{
		padding: 0 2rem !important;
	}
	header nav .navbar-collapse
	{
		overflow-x: scroll;
		height: 80vh;		
	}
	header nav .nav-link,header nav .dropdown-menu
	{
		font-size: 6vw !important;
		color: #000 !important;
		border-bottom: 2px solid #000;
	}

	header nav ul li
	{
		padding: 10px 0;
	}	
	header nav .megaMenuFlex
	{
		display: flex !important;
		flex-direction: column !important;
	}	
	header nav  .col-megamenu 
	{
		overflow: scroll;
	}
	header nav  .col-megamenu .title
	{
		font-size: 6vw !important;
	}
	header nav  .col-megamenu ul li
	{
		font-size: 5vw !important;
	}	

	.carousel-inner .carousel-item .w-100
	{
		width: auto !important;
		height: 660px;
	}
	.slider-caption h4
	{
		font-size: 6vw !important;
	}
	.slider-caption p
	{
		margin-top: 30px;
		white-space: unset;
	    font-size: 4vw;
	    line-height: 46px;	
	} 


	#icon 
	{
		font-size: 5vw !important;
		position: fixed;
		top: auto !important;
		bottom: 4%;
	}
	#icon a .fa.fa-facebook
	{
		padding: 10px 20.2px !important;
		font-size: 5vw !important;
	}
	/*contact chat box*/
	#contactPop
	{
		right: 3%;
		/*bottom: 3%;*/
	}
	#contactPop .contactPopBtn
	{
		height: 150px;
    	width: 150px;
    	line-height: 1.2;
	}
	#contactPop .contactPopBtn span
	{
		font-size: 10vw;
	}
	#contactPopBox
	{
		min-height: 75vh;
    	min-width: 90vw;
    	/*padding: 0 10px;*/
	}
	#contactPopBox .contactBoxClose
	{
		height: 70px;
    	font-size: 4vw;
    	font-weight: 600;
	}
	#contactPopBox .contactBoxheader .contactChatImage
	{
		display: block;
    	width: 100%;
	}
	#contactPopBox .contactBoxheader .contactChatImage img
	{
    	width: 80%;
	}
	#contactPopBox .contactBoxheader p
	{
		font-size: 5vw;
		padding-left: 22px;
	}
	#contactPopBox .contactBoxForm .startBtn
	{
		width: 300px;
    	height: 120px;
    	font-size: 5vw !important;
	}	
	#contactPopBox .contactBoxForm
	{
		padding-left: 22px;
	}
	#contactPopBox .contactBoxForm input
	{
		height: 100px;
    	font-size: 5vw;
    	margin-bottom: 20px;
	}
	#contactPopBox .contactBoxForm textarea
	{
		height: 200px;
    	font-size: 5vw;		
	}
	#contactPopBox .contactBoxForm button
	{
		width: 300px;
	    height: 120px;
	    margin-top: 20px;
	    font-size: 5vw !important;		
	}
	#contactPopBox .contactBoxForm .contactingSuccess
	{
		font-size: 5vw !important;
		padding-bottom: 40px;
	}
/*	header nav .collapse ul li
	{
		padding: 1vw 0 !important;
	}*/
	.topHeaderHeight
	{
		height: 50px !important;
	}
	#first_header p,#first_header span
	{
		font-size: 15px !important;
	}

	.regisImgHide
	{
		display: none;
	}
	#RegistrationForm
	{
		position: fixed;
		top: 50% !important;
    	left: 50% !important;
    	transform: translate(-50%,-50%) !important;
		width: 95% !important;
		height: auto !important;
	}
	#RegistrationForm .formClose
	{
		font-size: 4vw !important;
	}
	#RegistrationForm .demoformClose
	{
		font-size: 4vw !important;
	}
	#RegistrationForm form h3
	{
		font-size: 7vw !important;
	}
	#RegistrationForm form label
	{
		font-size: 4vw !important;
	}	
	#RegistrationForm form input,#RegistrationForm form select
	{
		height: 12vw !important;
		border-radius: 15px !important;
		font-size: 5vw;
		margin-bottom: 2vw;
		padding-left: 8vw !important
	}
	#RegistrationForm form .inputContainer i
	{
		font-size: 4vw !important;
		line-height: 0.4 !important;
		padding-left: 2vw;
	}
	#RegistrationForm form p
	{
		font-size: 3vw;
	}	
	#RegistrationForm button
	{
		font-size: 5vw !important;
	}
	#RegistrationForm p a
	{
		font-size: 5vw !important;
	}
		
	#services .card .card-body .card-text
	{
		min-height: 768px !important;
	}	
	#services .contactBar
	{
		padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
    text-align: center;		
	}
	#services .contactBar a
	{
        height: 150px;
        width: 495px;
        line-height: 2.5;
        font-size: 5vw !important;
        color: #fff;
        font-weight: 600;

	}
	#services .contactBar p
	{
		font-size: 3.3rem !important;
	    line-height: 3;
	    margin-bottom: 0;
	}
	/*Header media Query End*/	


	#who_we_are .qms_who h4
	{
        font-size: 7vw !important;
        text-align: left;
	}
	#who_we_are .qms_who .btn
	{
		font-size: 5vw !important;
    	line-height: 2 !important;
	}
	.btn
	{
		font-size: 4vw !important;
	}
	.justifyParaSize p
	{
		font-size: 5vw !important;
    	line-height: 78px !important;
    	text-align: justify !important;		
	}
	.iconPara p
	{
		font-size: 5vw !important;
    	line-height: 78px !important;
    	text-align: center !important;
	}
	.paraSize p
	{
		font-size: 5vw !important;
    	line-height: 78px !important;
	    text-align: left !important;
	}
	.paraSizeList li
	{
		font-size: 5vw!important;
    	line-height: 67px !important;
	}
	.h2Size h2
	{
		font-size: 8vw !important;
	}	
	.h3Size h3
	{
		font-size: 10vw !important;
	}		
	.h4Size h4
	{
		font-size: 6vw !important;
	}	
	.h5Size h5
	{
		font-size: 4rem !important;
	}
	#services .card .card-img-top
	{
		height: 100%;
		width: 100%;
		display: block;
	}	
	#services .cardSpac
	{
		padding: 55px 35px !important;
	}


	#parallex2 {
	    height: 1000px !important;
	}
	#parallex2 .parallex-content p
	{
	    text-align:center !important;
	}
	#contactus .contact-left
	{
		height: auto !important;
	}
	.contact-left h4
	{
		font-size: 6vw !important;
		font-weight: bold;
	}
	.contact-left p
	{
		font-size: 5vw;
	}

	/*about qmsil media query */
	#about-image h3
	{
		font-size: 7vw !important;
    	left: 46px !important;
	}
	.aboutTopMar
	{
		margin-top: 150px !important; 
	}
	.aboutPagepad
	{
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	.AboutParaList li
	{
		font-size: 28px !important;
	    line-height: 70px !important;
	}
	#qmsil_intro h2
	{
		font-size: 5vw !important;
		font-weight: bold;
	}
	#qmsil_intro iframe
	{
		width: 100% !important;
		height: 500px !important;
	}
	#vision_mission .AboutParaList h2
	{
		font-size: 5vw !important;
		font-weight: bold;
	}
	#vision_mission .AboutParaList ul li
	{
		font-size: 5vw !important;
    	line-height: 73px !important;
	}	
	#vision_mission .para2
	{
		padding-top: 20px;
	}
	#qmsil_intro ul {
	    padding-left: 42px;
	}	
	#qmsil_intro ul li
	{
		font-size: 5vw !important;
    	line-height: 73px !important;
	}
	#vision_mission h2
	{
		font-size: 35px !important;
		font-weight: bold;

	}
	#vision_mission .para2 ul {
	    padding-left: 42px !important;
	}	
	#recognition .reward-desc ul li
	{
	    font-size: 5vw !important;
	    line-height: 70px !important;
	    text-align: left;	
	}
	#management_team
	{
		background: #fff !important;
	}
	#management_team a
	{
		font-size: 5vw !important;
    	line-height: 2 !important;
	}
	/*service Media query */
	.servicesDetailFlex
	{
		display: flex;
    	flex-direction: column-reverse;
	}
	.ServHideInMob
	{
		display: none;
	}
	.sevShowInMob
	{
		display: block;
	}
	#our_sevices .main-box
	{
		height: 98px !important;
    	line-height: 0.8;
	}
	#our_sevices .main-box b
	{
		font-size: 5vw !important;
	}
	#our_sevices .main-box i
	{
		font-size: 5vw !important;
    	bottom: 20px !important;

	}	
	#our_sevices .main-box::before {
		font-size: 55px !important;
	}
	#our_sevices .sub-box
	{
		height: auto !important;
	}
	#our_sevices .panel-heading-text
	{
		font-size: 5vw !important;
		margin-bottom: 2vw;
	}
	#our_sevices .sub-box .btn
	{
		font-size: 5vw !important;
	}
	#our_sevices .sub-box::before
	{
		font-size: 5vw !important;
	}
	#our_sevices .card-body-content
	{
		font-size: 3rem;
	}

	/*Client page media query*/
	.clientsTopPad
	{
		padding-top: 150px !important;
	}
	#Clients .client-boxs b
	{
		font-size: 5vw !important;
	}	
	#Clients .client-boxs i
	{
		font-size: 5vw !important;
		margin-top: 15px;
	}
	#Clients .card-header a::before
	{
		font-size: 5vw !important;
	}
	#parallex2 .parallex-content .btn
	{
	    height: 127px;
	    width: 450px;
	    line-height: 1.8;
	    font-size: 6vw !important;
	}

	/*gallery media query*/
	.gallerySpac {
    	padding: 86px 80px !important;
	}
	.gallery-title strong
	{
		font-size: 4vw;
	}
	/*career media Query*/
	#career {
    	margin-top: 100px !important;
	}
	#career .careerH4Size h4
	{
		font-size: 6vw !important;
	}
	#career form label
	{
		font-size: 4vw;
	}
	#career form input
	{
		/* height: 60px; */
    	font-size: 5vw !important;
	}
	#career form textarea
	{
		font-size: 5vw !important;
	}

	/*IT solution*/
	.itTopPad
	{
		padding-top: 150px !important;
	}
	.sofParaHide
	{
		display: none;
	}
	.itHeaderSection
	{
		height: 318px;
		padding-top: 140px;
	}
	.itHeaderSection .itHeading {
	    text-align: center !important;
	    width: 100%;
	}
	.itHeaderSection .itHeading span
	{
		font-size: 6vw !important;
		font-weight: bold !important;
		width: 100%;

		text-transform: uppercase;
	}
	.industry-box
	{
		height: 200px;
    	padding-top: 3px;
    	font-size: 6vw;
	}
	.industry-box p
	{
		padding-top: 80px !important;
	}	
	.industry-box .icon
	{
		height: 100px !important;
		width: 110px !important;
		overflow: hidden;
	}
	.industry-box .icon img
	{
		width: 100%;
	}
	.erp_parallex {
	    background-image: url(../Pictures/erp-image.jpg);
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: inherit;
	    height: 580px;
   	}

   	#supports .supportDesc h4
   	{
   		font-size: 5vw !important;
   	}
   	#supports .allSupports {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: column;
	    padding-left: 3vw;
	}
	#supports .SupportList ul li
	{
		font-size: 4vw;
	}
	#supports .supportDesc button
	{
		font-size: 4vw !important;
		height: 118px;
    	width: 452px;
	}
	#it-service .title
	{
		font-size: 6vw !important;
	}
	#it-service .description
	{
		font-size: 5vw !important;
    	line-height: 70px !important;
    	text-align: left !important;
	}
	#software-solution .item 
	{

    	height: 465px !important;
	}
	#software-solution .item h4
	{
		font-size: 4vw !important;
	}
	#software-solution .item p
	{
		font-size: 3vw;
	}

	#software-solution .enquiryForm form {
	    padding: 60px 0 54px 0 !important;
	}
	#software-solution #demoBtn2,#software-solution #sendRequest
	{
		height: 118px;
    	width: 452px;
	}
	#software-solution .enquiryForm form input
	{
	    height: 110px;
	    width: 630px;
	    font-size: 3rem;
	    margin-bottom: 1rem;
	    border-radius: 14px;
	    padding-left: 2rem;
	}
	.securitydesc .icons
	{
		width: 360px !important;
	}
	.iconHideMob
	{
		display: none;
	}
	.buttonCenter
	{
		text-align: center;
	}


	#section_a .section_a_box
	{
		margin-bottom: 50px;
	}
	#section_a .section_a_box .section_a_img 
	{
		width: 100%;
		display: block;
	}	
	#section_a .section_a_box .section_a_img img 
	{
		width: 50%;
	}		
	#section_a h5
	{
		font-size: 6vw;
	}
	#services .card-text ul
	{
		/*list-style: none;*/
		padding-left: 38px !important;
	}
	#services .card .card-body .btn
	{
		height: 120px !important;
	    line-height: 2;
	    font-size: 5vw !important;
	}
	#webdesigner .webdesignerDesc button
	{
		font-size: 8vw !important;
    	padding: 3vw;
	}
	#location{
	    margin-top: 100px;
	}
	#location .enquiryForm {
    padding-top: 60px;
		}
	#location .locationDesc {
	    border-bottom: 2px solid #000;
	}
	#location .enquiryForm form .form-control {
	    font-size: 5vw !important;
	}
	#location .enquiryForm form input {
	    width: 851px !important;
	    height: 100px;
	}
	#location .enquiryForm form textarea {
	    height: 200px;
	}	
	#location .enquiryForm form button {
	    width: 800px;
	    height: 115px;
	    font-size: 6vw !important;
	    margin-top: 4vw;
	}

	/*footer Media Query */
	#footer h3
	{
		font-size: 5.5vw !important;
		padding-top: 6vw;
	}
	#footer ul li,#footer p,#footer a
	{
		font-size: 4.5vw !important;
    	line-height: 1.3;
	}
	#footer .reach_us_detail p
	{
		padding-bottom: 3vw;
	}
	#copyright
	{
		font-size: 3vw !important;
	}
	#footer .get_in_touch_form input, #footer .get_in_touch_form textarea
	{
		font-size: 6vw !important;
	}
	#footer h3::before
	{
		top: 48px !important;
	}
	.all-btn-style
	{
	    font-size: 100px;
		text-align: center;
		font-weight: bold;
		display: inline-block;
		font-family: 'Recursive', sans-serif;
		border-bottom: 3px solid #df732f;
		margin-bottom: 40px;	
	}
}


@media only screen and (max-device-width: 970px) and (min-device-width: 766px)
{
	.regisImgHide
	{
		display: none;
	}
	#RegistrationForm .registrationImage
	{
		height: auto !important;
	}
	#RegistrationForm
	{
		height: auto !important;
	}	
	.demoImgHid
	{
		display: none;
	}
	#demo_regis .registrationImage
	{
		height: auto !important;
	}
	#demo_regis
	{
		height: auto !important;
	}	
		.ServHideInMob
	{
		display: none;
	}
	.sevShowInMob
	{
		display: block;
	}
	
}
@media only screen and (max-device-width: 1289px) and (min-device-width: 969px)
{
	#RegistrationForm .registrationImage
	{
		height: auto !important;
	}
	#RegistrationForm
	{
		height: auto !important;
		overflow: auto !important;
	}
	#demo_regis .registrationImage
	{
		height: auto !important;
	}
	#demo_regis
	{
		height: auto !important;
		overflow: auto !important;
	}	
}
@media screen and (min-width: 1000px) 
{
	#services .card-6-padding
	{
  		padding: 0px 180px !important;
	}
	#services .card .card-img-top {

     max-height: 200px; 
	}	
}
@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}
@media all and (max-width: 600px) {
	.software_btn{
		width: auto;
		height: auto;
		font-size: 40px;
	}
	.software_btn span{
		padding: 30px;
		display: inline-block;
	}
}