@charset "UTF-8";
/*
Theme Name: Parcx
Theme URI: https://wordpress.org/themes/parcx/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme
*/ 

.wpcf7-response-output {
    color: #333!important;
}
.navbar-default .navbar-toggle
{
	border:none;
}
.navbar-default {
    background-color: rgb(0 39 103 / 90%);
    border: none;
}
section.row.post_header {
    position: fixed;
    max-width: 270px;
    right: 0px;
    top: 130px;
    z-index: 22;
}
section.row.post_header .navbar-nav>li {
    float: left;
    width: 100%;
}
section.row.post_header .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
section.row.post_header ul.nav.navbar-nav {
    flex-direction: column;
    align-items: flex-end;
}
section.row.post_header ul.nav.navbar-nav {
    flex-direction: column;
}
.sgpb-main-html-content-wrapper h2 {
    margin-top: 50px;
}
.sgpb-main-html-content-wrapper .wpcf7-response-output {
    color: #333!important;
}
.contact_form
{
	padding:50px;
	padding-top:20px;
}
.contact_form .cols {
    display: flex;
}

.contact_form .cols .wpcf7-form-control-wrap {
    width: 100%;
    padding: 10px;
}

.contact_form .cols .wpcf7-form-control-wrap input.wpcf7-form-control, .contact_form .cols .wpcf7-form-control-wrap textarea.wpcf7-form-control, .contact_form .cols .wpcf7-form-control-wrap select.wpcf7-form-control {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    max-height: 150px;
    resize: none;
	outline:none;
}
.wpcf7-spinner {
    position: absolute;
}
.contact_form .cols.submit_btn_form {
    padding: 10px;
}
.contact_form .cols.submit_btn_form .btn.btn-primary {
    width: 100%;
    max-width:800px;
    padding: 10px 30px;
    margin: 0 auto;
    background: #0054CE;
    border-radius: 0px;
    font-size: 16px;
    border: 1px solid #0054CE;
}
.inner_banner_section .container-fluid.bg_img h1 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    padding: 20px 45px;
    position: relative;
}
.inner_banner_section .container-fluid.bg_img h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 90%;
    background: #fff;
    border-radius: 50px;
    margin: auto;
}
img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}
img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}
/* CSS For Navbar Dropdown Menu */

.navbar ul li
{
	position:relative;
	 
}
.navbar ul li.menu-item-has-children>a {
    padding-right: 30px;
	margin-right:0px;
}
.navbar ul li.menu-item-has-children>ul>li.menu-item-has-children>ul {
    position: absolute;
    left: auto;
    right: -100%;
    top: 0px;
}
.navbar ul li.menu-item-has-children>ul
{
	position:absolute;
	left:0px;   
	width:220px;  background:#f1f1f1;  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
   display:none;  
	z-index:99999;
}
.navbar ul li.menu-item-has-children:hover>ul
{
	display:block;
}
.navbar ul li.menu-item-has-children>a:before
{
	
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 0;
    transition: all 0.5s ease-in-out;
    bottom: 0px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;

}
.navbar ul li.menu-item-has-children:hover>a:before
{
	transform: rotate(180deg);
}
.navbar ul li.menu-item-has-children ul li
{
	display:block;
}
.navbar ul li.menu-item-has-children ul li a
{
	display:block;
	padding:10px 20px; text-align: left;background:#f1f1f1;
	color:#333;
}
.navbar ul li.menu-item-has-children ul li.current_page_parent>a,
.navbar ul li.menu-item-has-children ul li.current_page_item>a,
.navbar ul li.menu-item-has-children ul li a:hover
{
	background:#0067ff;
	color:#fff;
}
header.container-fluid {
    z-index: 2;
}
@media only screen and (max-width: 767px) {
   .navbar-default .navbar-nav>li>a {
    padding: 10px;
}
	div#our_solution_slider .owl-stage {
    display: block;
    transform: none!important;
    width: auto!important;
}

div#our_solution_slider .owl-stage .owl-item {
    width: 100%!important;
    margin: 0px!important;
}

div#our_solution_slider .owl-stage .owl-item .slider_content {
    margin: 15px;
}
	.navbar ul li.menu-item-has-children>ul {
    position: relative;
    display: block;
    box-shadow: none;
    background: transparent;
    width: 100%;
}
	.navbar ul li.menu-item-has-children ul li a {
    background: transparent;
    color: #fff;
}
	.navbar ul li.menu-item-has-children>ul>li.menu-item-has-children>ul {
    position: relative;
    right: 0px;
    padding-left: 15px;
}
	
	.navbar ul li.menu-item-has-children>a:before
	{
		content:none;
	}
	section.row.post_header ul.nav.navbar-nav li.header-btn a {
    margin: 0px;
}
	section.row.post_header .navbar-nav>li
	{
		width:auto;
	}
	section.row.post_header ul.nav.navbar-nav {
    flex-direction: row;
		display:flex;
    flex-wrap: nowrap;
		justify-content:space-between;
}
}



/* CSS For Navbar Dropdown Menu  End*/
@media only screen and (max-width: 990px) {
section.row.post_header {
    display: block;
    top: auto;
    bottom: 0px;
    max-width: 100%;
    left: 0px;
    right: 0px;
    margin: 0px;
}
	.contact_form .cols {
    flex-direction: column;
}
	
	.contact_form br
	{
		display:none;
	}
	.contact_form
	{
		padding:20px;
	}
}

.form-input-mobile-number:input{
	max-width:100px;
	padding:10x;
}


