.contact-us_section{
	overflow: hidden;
}
.contact-left_box{
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 100px 0px rgba(27, 68, 163, 0.07);
    margin: 100px 0px 100px 0px;
	border-radius: 6px;
	padding: 40px 50px 60px 50px;
	background-color: var(--pbmit-white-color);
}
.contact-left_col{
	width: 35%;
}
.contact-left_box .pbmit-title{
	font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact-left_box .pbmit-ihbox-style-4{
	margin-bottom: 40px;
}
.contact-left_box .pbmit-social-links li{
	display: inline-block;
    margin-right: 5px;
}
.contact-left_box .pbmit-social-links li a{
	display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
	color: var(--pbmit-white-color);
}
.contact-left_box .pbmit-social-links li a:hover{
	transform: scale(1.1);
}
.contact-left_box .pbmit-social-links li a i{
	font-size: 20px;
	line-height: inherit;
}
.contact-left_box .pbmit-social-facebook a{
	background-color: #3b5998;
}
.contact-left_box .pbmit-social-twitter a{
	background-color: #1da1f2;
}
.contact-left_box .pbmit-social-instagram a{
    background: linear-gradient(
        217deg,
        rgba(255, 0, 208, 0.8),
        rgba(208, 0, 255, 0) 70.71%
      ), linear-gradient(127deg, rgba(255, 2, 2, 0.8), rgba(255, 139, 30, 0) 70.71%),
      linear-gradient(336deg, rgba(255, 196, 0, 0.8), rgba(255, 255, 0, 0) 70.71%);
}
.contact-left_box .pbmit-social-linkedin a{
	background-color: #0077b5;
}

.contact-right_col{
	width: 65%;
}
.contact-right_col{
	position: relative;
	z-index: 0;
}
.contact-form_bg{
	position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    z-index: -1;
    overflow: hidden;
	margin-left: -210px;
	background-image: url(../images/dot-map.png);
    border-radius: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
	background-color: var(--pbmit-light-color);
}
.contact-form_box {
    padding: 130px 50px 80px 50px;
}
.contact-form_box .form-control{
	margin-bottom: 30px;
}
.contact-form_box input::placeholder{
	color: #848484;
}
.contact-form_box textarea.form-control{
	height: 175px;
}
.contact-form_box .pbmit-btn:hover{
	background-color: var(--pbmit-global-color);
}
.iframe-section iframe{
	height: 550px;
	max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: -26px;
	margin-right: 20%;
    margin-left: 1px;
}
.message-status{
	margin-top: 30px;
}


/*----------------------------------------*/
/*  11 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
	position: relative;
    min-height: 500px;
	background-image: url(../images/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.pbmit-title-bar-wrapper:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none!important;
}
.pbmit-title-bar-content {
    position: relative;
    z-index: 1;
	display: flex;
    align-items: center;
    padding: 64px 0;
	min-height: 500px;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0;
}
.pbmit-title-bar-content .pbmit-tbar-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: 0px;
	margin-bottom: 5px;
    color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-breadcrumb,
.pbmit-breadcrumb a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
	text-transform: uppercase;
	opacity: .9;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

/*----------------------------------------*/
/*  12 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
    position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 15 **/
.pbmit-ihbox-style-15{
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box-number{
	height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: var(--pbmit-white-color);
    font-size: 18px;
    position: absolute;
    left: 12px;
    border-radius: 50%;
	font-weight: 600;
	font-family: var(--pbmit-heading-typography-font-family);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-15 .pbmit-element-title{
	font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon{
    margin-bottom: 15px;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-box { 
    box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.07);
    margin-bottom: 30px;
    background-color: #fff;
    padding: 40px 30px;
    position: relative;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: normal; 
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-15:after{
    content: "\e811";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    right: -14px;
    top: 162px;
    font-size: 30px;
    line-height: normal;
    opacity: 0.2;
    transform: rotate(-90deg);
    font-weight: normal;
}



.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    font-size: 60px;
    line-height: 60px;
    margin-right: 20px;
    color: var(--pbmit-global-color);
}

.pbmit-ihbox-style-4 .pbmit-element-title {
    text-transform: uppercase;
}
.pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}

element.style {
    margin-right: -36px;
}