/* Maps */
.contact .map_wrapper {
    display: block;
    position: relative;
}
.contact .loc-toggleTitle {
    width: auto;
}
.contact .locationSetting .loc-toggleHeader {
    padding: 10px 20px;
    position: relative;
}
.contact .locationSetting .loc-togglebody {
    padding: 10px 20px;
}
.contact .locationSetting .loc-toggleHeader i.fa,
.contact .locationSetting .loc-toggleHeader i.fas {
    position: absolute;
    top: 15px;
    right: 20px;
}
.contact .locationSetting .locationCollapse i.fa,
.contact .locationSetting .locationCollapse i.fas{
	position: absolute;
    right: 0;
    top: calc(50% - 10px);
    font-size: 15px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.contact .bh-sl-container .bh-sl-loc-list {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}
.contact .bh-sl-container .bh-sl-map {
    width: 100%;
}
.contact .locationSetting {
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    position: static;
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 20px;*/
    border-radius: 5px;
    display: none;
}
.contact .locationSetting .locationCollapse {
    position: relative;
    cursor:pointer;
}
.contact .locationCollapsing {
    display: none;
}
.contact .locationCollapsing.show {
    display: block;
}
.custom_edit .contact .loc-setting-deactive .locationSetting {
    display:none;
}
.custom_edit .contact .loc-setting-active .locationSetting {
    display:block;
}
.maps.hide_loc_list .bh-sl-map {
    width: 100%;
}
.maps.hide_loc_list .bh-sl-loc-list {
    display: none;
}
.contact .bh-sl-container .bh-sl-map{
    height:220px !important;
}
/* End Maps */
.contact{
	position: relative;
}
.contact11 .contact_form_sec {
    display: flex;
    align-items: center;
}
.contact11 .contact_details, 
.contact11 .form_details {
    padding: 40px 80px;
}
.contact11 .form_details label {
    color: #ffffff;
}
.contact11 .form-control, 
.contact11 .form-control:focus {
    background: transparent;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
    border-bottom: 1px solid #87b8d0;
    border-radius: 0;
    color: #87b8d0;
}
.contact11 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #87b8d0;
}
.contact11 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #87b8d0;
   opacity:  1;
}
.contact11 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #87b8d0;
   opacity:  1;
}
.contact11 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #87b8d0;
}
.contact11 ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #87b8d0;
}
.contact11 button.btn.btn-outline-primary {
    background: #17455f;
    background-image: linear-gradient(#17455f,#17455f);
    border: 2px solid #ffffff;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 0;
}
.contact11 button.btn.btn-outline-primary:hover {
    background: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    color: #17455f;
}
.contact11 .contact_details a {
    color: #000000;
}
.contact11 .form_details form {
    padding-top: 50px;
}
.padding-bottom-30{
	padding-bottom: 30px;
}
.contact12 .yellow_bg {
    padding: 40px 120px 40px 40px;
    border-radius: 20px;
}
.contact12 .yellow_bg input, 
.contact12 .yellow_bg textarea {
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    color: #999999;
}
.contact12 ::-webkit-input-placeholder,
.contact17 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
.contact12 :-moz-placeholder,
.contact17 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
   opacity:  1;
}
.contact12 ::-moz-placeholder,
.contact17 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
   opacity:  1;
}
.contact12 :-ms-input-placeholder,
.contact17 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}
.contact12 ::-ms-input-placeholder,
.contact17 :-ms-input-placeholder { /* Microsoft Edge */
   color:    #999999;
}
.contact12 .checkbox-inline input[type=checkbox], 
.contact12 .checkbox input[type=checkbox], 
.contact12 .radio-inline input[type=radio], 
.contact12 .radio input[type=radio] {
    top: 1px;
}
.contact12 input[type='radio']:after,
.contact17 input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid white;
}
.contact12 input[type='radio']:checked:after,
.contact17 input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #f26b36;
    background-image: linear-gradient(#f26b36,#f26b36);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid white;
}
.contact12 .yellow_bg .radio-inline input {
    background-color: transparent !important;
}
.contact12 .form_details button {
    background: #f26b36;
    background-image: linear-gradient(#f26b36,#f26b36);
    color: #ffffff;
}
.contact12 .form_details button:hover {
    background: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    color: #f26b36;
}
.contact12 .floated_section {
	position: absolute;
    top: calc(50% - 160px);
    right: 10%;
}
.contact12 .floated_section .contact_details {
    padding: 30px;
    border-radius: 20px;
}
.contact12 .floated_section .contact_details .contact_data {
    margin-left: 30px;
    text-align: left;
    color:#333333;
    font-weight:600;
    display: block;
}
.contact12 .floated_section .contact_details .contact_data a{
    color:#333333;
}
.contact12 .floated_section .contact_details .contact_data_icon {
    position: absolute;
    left: 0;
    color: #ffffff;
    right: 0;
    width: 20px;
    text-align: center;
}
.contact12 .floated_section .social_media_links .social_info {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}
.contact12 .floated_section .social_media_links .social_info li {
    display: inline-block;
    padding: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.contact12 .floated_section .social_media_links .social_info li a {
    color: #ffffff;
}
.contact12 .floated_section .social_media_links .social_info li a i {
    font-size: 20px;
}
.contact13 .right_section,
.contact14 .right_section {
    padding: 40px 50px;
}
.contact13 .left_section,
.contact14 .left_section {
    padding: 60px;
}
.contact13 .contact_form_sec,
.contact14 .contact_form_sec {
    display: flex;
    align-items: center;
    z-index: 2;
}
.contact13 .contact_form_sec:before {
    /*content: '';*/
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    right: -5px;
    background: #ffa200;
    height: 100%;
}
.contact13 .bg_section {
    padding: 30px;
    text-align: center;
    overflow: auto;
}
.contact13 .right_section .bg_section i.fa,
.contact13 .right_section .bg_section i.fas {
    color: #ffa200;
    font-size: 25px;
}
.contact13 .contact_data_icon,
.contact13 .contact_data,
.contact14 .contact_data_icon,
.contact14 .contact_data {
    display: block;
}
.contact13 .contact_data a {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}
.contact13 .addr, 
.contact13 .mail,
.contact14 .addr, 
.contact14 .mail {
    margin-bottom: 15px;
    padding: 10px 0;
}
.contact13 .social_media_links ul.social_info {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 25px 0;
}
.contact13 .social_media_links ul.social_info li a i {
    color: #ffffff;
    font-size: 24px;
    padding: 5px;
}
.contact13 .social_media_links ul.social_info li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
}
.contact13 .social_media_links {
    position: absolute;
    bottom: -35px;
    width: 50%;
    right: -5px;
    text-align: center;
}
.contact13 .form-group input, 
.contact13 .form-group textarea,
.contact14 .form-group input, 
.contact14 .form-group textarea  {
    background: transparent;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
    border: none;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    color: #999999;
}
.contact13 .left_section button.btn {
    background: #000000;
    background-image: linear-gradient(#000000,#000000);
    border-radius: 0;
    color: #ffa200;
}
.contact13 .left_section button.btn:hover {
    color: #000000;
    background: #ffa200;
    background-image: linear-gradient(#ffa200,#ffa200);
}
.contact14 .left_section button.btn {
    background: #d61e3a;
    background-image: linear-gradient(#d61e3a,#d61e3a);
    border-radius: 0;
    color: #ffffff;box-shadow: 10px 10px 0px 0px rgba(24,21,24,1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(24,21,24,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(24,21,24,1);
}
.contact14 .left_section button.btn:hover {
    color: #d61e3a;
    background: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
}
.contact14 .right_section .bg_section i.fa,
.contact14 .right_section .bg_section i.fas {
    color: #d61e3a;
    font-size: 25px;
}
.contact14 .contact_data a {
    color: #312f31;
    font-weight: 500;
    font-size: 18px;
}
.contact14 .bg_section {
    padding: 45px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    overflow: auto;
}
.contact15 .right_section {
    padding: 40px 30px;
}
.contact15 .left_section {
    padding: 60px;
}
.contact15 .contact_form_sec {
    /*display: flex;
    align-items: center;*/
}
.contact15 .right_section .bg_section i.fa, 
.contact15 .right_section .bg_section i.fas, 
.contact15 .right_section .bg_section i.fab {
    color: #68490b;
    font-size: 25px;
}
.contact15 .contact_data a {
    color: #68490b;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto';
}
.contact15 .contact_details .contact_data {
    margin-left: 30px;
    text-align: left;
    font-weight: 600;
    display: block;
    margin: 15px 30px;
}
.contact15 .contact_details .contact_data_icon {
    position: absolute;
    left: 0;
    color: #ffffff;
    width: 25px;
    text-align: center;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
}
.contact15 .addr, 
.contact15 .mail, 
.contact15 .tel {
    position: relative;
}
.contact15 .form-group input, 
.contact15 .form-group textarea  {
    background: transparent;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
    border: 1px solid #68490b;
    border-radius: 0;
    color: #68490b;
}
.contact15 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #68490b;
}
.contact15 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #68490b;
   opacity:  1;
}
.contact15 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #68490b;
   opacity:  1;
}
.contact15 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #68490b;
}
.contact15 ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #68490b;
}
.contact15 .social_media_links .social_info {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}
.contact15 .social_media_links .social_info li {
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.contact15 .social_media_links .social_info li a {
    /* color: #ffffff; */
    width: 30px;
    height: 30px;
}
.contact15 .social_media_links .social_info li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all .4s;
}
.social_media_links li:hover a i {
    transform: scale(1.2);
}
.contact15 .divider hr {
    border-color: #68490b;
}
.contact15 button.btn {
    background: #68490b;
    background-image: linear-gradient(#68490b,#68490b);
    border-radius: 0;
    color: #ffffff;
}
.contact15 button.btn:hover {
    color: #68490b;
    border-radius: 0;
    background: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
}
.contact16 .contact_form_sec {
    display: flex;
    align-items: center;
}
.contact16 .form-group input, 
.contact16 .form-group textarea  {
    background: transparent;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
    border: 1px solid #666666;
    border-radius: 0;
    color: #666666;
}
.contact16 .social_media_links .social_info {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact16 .social_media_links .social_info li {
    display: inline-block;
    /*padding: 5px;*/
    text-align: center;
}
.contact16 .social_media_links .social_info li a {
     color: #666666; 
    width: 30px;
    height: 30px;
}
.contact16 .social_media_links .social_info li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all .4s;
}
.contact16 .social_media_links {
    text-align: right;
}
.contact16 button.btn {
    background: #f5c170;
    background-image: linear-gradient(#f5c170,#f5c170);
    color: #10151b;
    font-family: 'Roboto';
    font-size: 15px;
    border: 1px solid #f5c170;
}
.contact16 button.btn:hover {
    color: #f5c170;
    background: #10151b;
    background-image: linear-gradient(#10151b,#10151b);
}
.contact16 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666666;
}
.contact16 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666666;
   opacity:  1;
}
.contact16 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666666;
   opacity:  1;
}
.contact16 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666666;
}
.contact16 ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #666666;
}
.contact16 .right_section {
    padding-right: 30px;
}
.contact16 .sec_heading.floationg_title {
    /*position: absolute;*/
    /*left: 0;*/
    /*width: 200px;*/
    /*top: 10px;*/
    text-align: center;
}
.contact16 .sec_heading.floationg_title h2 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 2px;
}
.contact16 .sec_heading.floationg_desc {
    /*position: absolute;*/
    /*right: 0;*/
    /*width: 200px;*/
    /*bottom: 10px;*/
}
.contact16 .sec_heading.floationg_desc h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    text-align: center;
}
.contact16 .left_section,
.contact16 .right_section {
    /*padding: 60px 100px;*/
}
.contact17 .padding-top-50 {
    padding-top: 50px;
}
.contact17 textarea {
    min-height: calc(136px + 46px);
}
.contact17 div.contact_form_sec {
    padding: 30px 60px;
}
.contact17 .btn {
    background: #f5c170;
    background-image: linear-gradient(#f5c170,#f5c170);
    border-radius: 0;
    color: #10151b;
}
.contact17 .btn:hover {
    color: #f5c170;
    border-radius: 0;
    background: #10151b;
    background-image: linear-gradient(#10151b,#10151b);
}
.contact17 .contact_details .divider hr {
    border-color: #666666;
}
.contact17 .social_media_links .social_info {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact17 .social_media_links .social_info li {
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.contact17 .social_media_links .social_info li a {
    color: #666666;
    width: 30px;
    height: 30px;
}
.contact17 .social_media_links .social_info li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all .4s;
    font-size: 28px;
}
.contact17 .social_media_links {
    text-align: right;
    margin-top: 15px;
}
.contact17 .form-group input, 
.contact17 .form-group textarea,
.contact17 .form-group input:focus, 
.contact17 .form-group textarea:focus {
    background-color: #424242;
    background-image: linear-gradient(#424242,#424242);
    color: #999999;
    border:none;
}

.contact18 .right_section .bg_section i.fa,
.contact18 .right_section .bg_section i.fas {
    color: #d61e3a;
    font-size: 20px;
    width: 30px;
    padding: 5px;
}
.contact18 .contact_data a {
    color: #999999;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto';
    text-align :right
}
.contact18 .contact_details .contact_data {
    text-align: right;
    font-weight: 600;
    display: block;
    margin: 15px 40px;
}
.contact18 .contact_details .contact_data_icon {
    position: absolute;
    right: 0;
    color: #ffffff;
    /*width: 25px;*/
    text-align: center;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
    border-left:1px solid #666666;
    /*padding: 0 10px;*/
}
.contact18 .addr, 
.contact18 .mail, 
.contact18 .tel {
    position: relative;
}
.contact18 .form-group input, 
.contact18 .form-group textarea  {
    background: transparent;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
    border-bottom: 1px solid #666666;
    border-radius: 0;
    color: #999999;
}
.contact18 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
.contact18 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
   opacity:  1;
}
.contact18 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
   opacity:  1;
}
.contact18 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}
.contact18 ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999999;
}
.contact18 button.btn {
    background: transparent;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
    border-radius: 0;
    color: #999999;
    border: 1px solid #666666;
    max-width: 250px;
    width: 100%;
}
.contact18 button.btn:hover {
    color: #f4f4f4;
    border-radius: 0;
    background: #999999;
    background-image: linear-gradient(#999999,#999999);
}
.contact18 .right_section {
    padding: 40px 30px;
}
.contact18 .left_section {
    padding: 60px;
}
.contact20 .right_section .bg_section {
    padding: 0 50px;
}
.contact20 .right_section .bg_section i.fa,
.contact20 .right_section .bg_section i.fas {
    color: #ffa200;
    font-size: 25px;
}
.contact20 .contact_data a {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Roboto';
}
.contact20 .contact_details .contact_data {
    text-align: left;
    font-weight: 600;
    display: block;
    margin: 30px;
}
.contact20 .contact_details .contact_data_icon {
    position: absolute;
    left: 0;
    color: #ffffff;
    width: 25px;
    text-align: center;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
}
.contact20 .addr, 
.contact20 .mail, 
.contact20 .tel {
    position: relative;
}
.contact20 .form-group input, 
.contact20 .form-group textarea  {
    
    border: 1px solid #17234b;
    border-radius: 0;
    color: #ffffff;
    padding: 10px 20px;
}
.contact20 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
.contact20 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
.contact20 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
.contact20 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}
.contact20 ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ffffff;
}
.contact20 .form-group {
    margin-bottom: 0;
}
.contact20 .contact_details {
    min-height: 212px;
}
.contact20 .social_media_links .social_info {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}
.contact20 .social_media_links .social_info li {
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.contact20 .social_media_links .social_info li a {
    color: #ffffff;
    width: 30px;
    height: 30px;
}
.contact20 .social_media_links .social_info li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all .4s;
}
.contact20 .social_media_links {
    text-align: right;
}
.contact20 button.btn {
    border-radius: 0;
    color: #17234b;
}
.contact20 button.btn:hover {
    color: #f76d6d;
    border-radius: 0;
    background: #17234b;
    background-image: linear-gradient(#17234b,#17234b);
}
.contact20 .contact_details .tel .contact_data {
    margin-bottom: 0;
}
.contact20 .addresses {
    padding: 0 100px 0 30px;
}
.contact20 .dark_bg {
    position: absolute;
    left: 50px;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 960px;
}
.contact20 {
    overflow: hidden;
    position: relative;
}
.contact20 .floating_inbox {
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: 4%;
}
.contact21 .contact_form_sec {
    margin: 30px 60px;
    padding: 35px;
    border-radius: 15px;
    position: relative;
}
.contact21 .checkbox-inline input[type=checkbox], 
.contact21 .checkbox input[type=checkbox], 
.contact21 .radio-inline input[type=radio], 
.contact21 .radio input[type=radio] {
    top: 1px;
    background: transparent;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
}
.contact21 input[type='radio']:after{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid white;
}
.contact21 input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #f26b36;
    background-image: linear-gradient(#f26b36,#f26b36);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid white;
}
.contact21 .radio-inline input {
    background-color: transparent;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
}

.contact21 .form_details button {
    color: #ffffff;
    border:1px solid #f26b36;
}
.contact21 .form_details button:hover {
    background: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    color: #f26b36;
}

.contact21 .form-group input, 
.contact21 .form-group textarea  {
    background: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    color: #999999;
}

.contact21 .social_media_links .social_info {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
}
.contact21 .social_media_links .social_info li {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}
.contact21 .social_media_links .social_info li a {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.contact21 .social_media_links .social_info li a i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 22px;
    padding: 10px;
    color: #ffffff;
    border-radius: 100%;
}
.contact21 .right_section .bg_section i.fa,
.contact21 .right_section .bg_section i.fas {
    color: #f26b36;
    font-size: 25px;
}
.contact21 .addr .contact_data a{
    color: #000e49;
}
.contact21 .contact_data a {
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Roboto';
}
.contact21 .contact_details .contact_data {
    margin-left: 30px;
    text-align: left;
    font-weight: 600;
    display: block;
    margin: 15px 30px;
}
.contact21 .contact_details .contact_data_icon {
    position: absolute;
    left: 0;
    color: #ffffff;
    width: 25px;
    text-align: center;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
}
.contact21 .addr, 
.contact21 .mail, 
.contact21 .tel {
    position: relative;
}
.contact21 .right_section .contact_details .addresses {
    /*padding: 0 45px;*/
    padding: 0 0 100px 45px;
}
.contact21 .addr .contact_data {
    margin-top: 0;
}
.contact21 .social_media_links {
    text-align: right;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.contact21 .tag_orange .sec_heading {
    position: absolute;
    top: -70px;
    right: -80px;
    padding: 5px 60px 5px 40px;
    border-radius: 3px 3px 0 3px;
}
.contact21 .tag_orange {
    position: relative;
}
.contact21 .tag_orange .custom_tag_orange {
    width: 0;
    height: 0;
    border-top: 30px solid #a44018;
    border-right: 31px solid transparent;
    position: absolute;
    right: -81px;
    top: 0px;
}
.contact19 .envelope{
    width:500px;
    height:300px;
    margin:60% auto 0 auto;
    position:relative;
    cursor:pointer;
    z-index:1;
}
.contact19 .envelope:before{
    content:"";
    top:0;
    right:0;
    z-index:3;
    position:absolute;
    border-bottom: 300px solid;
    border-color: inherit;
    border-left:500px solid transparent !important;
    border-top:0 !important;
    border-right:0 !important;
}
.contact19 .envelope:after{
    content:"";
    top:0;
    left:0;
    z-index:3;
    position:absolute;
    border-bottom: 300px solid;
    border-color: inherit;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right:500px solid transparent !important;
}
.contact19 .back{
   /* position:absolute;
    top:0;
    z-index:-1;
    transform-origin:top;
    border-top:250px solid #484f59;
    border-left:250px solid transparent;
    border-right:250px solid transparent;
    transition: all 1s ease-in-out;
    transform: rotateX(180deg);*/
    position: absolute;
    transition: all 1s ease-in-out;
    transform: rotateX( 180deg );
    overflow: hidden;
    width: 500px;
    height: 250px;
    top: 0;
    z-index: -1;
    transform-origin: top;
}
.contact19 .back .arrow-left{
    position: absolute;
    bottom: 100px;
    width: 500px;
    height: 500px;
    border-radius: 40px;
    -webkit-transform: rotate( 45deg );
    transform: rotate(45deg);
}
.contact19 .letter{
    position:relative;
    top:0;
    padding:20px 10px;
    width:400px;
    height:200px;
    overflow:hidden;
    z-index:2;
    margin: 0 auto;
    transition: all 1s ease-in-out;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
      -moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
      -webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
}
.contact19 label{
    color: #b3aba1;
    margin:0 20px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #fff;
    font-size: 13px;
}
.contact19 input:focus,textarea:focus{
    background-color:#F8F4EE;
    background-image: linear-gradient(#f8f4ee,#f8f4ee);
}
.contact19 .envelope:hover .back{
    /*// transform: rotateX(180deg);*/
}
.contact19 .envelope .letter{
    top: -250px;
    height: 400px;
    max-height: 400px;
}
.contact19 .letter:hover input[type=submit]{
    z-index:10;
    transition: all .5s ease-in-out;
}
.contact19 textarea.form-control {
    max-width: 100%;
}
.contact19 .envelope .letter {
    padding: 25px;
}
.contact19 .form-control {
    margin-bottom: 10px;
}
.contact19 .form-group {
    margin-bottom: 0;
}
.contact19 .btn{
    color: #ffffff;
    border: 1px solid #484f59;
    cursor:pointer;
    position:relative;
    text-transform: uppercase;
}
.contact19 .btn:hover {
    color: #484f59;
    background: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
}
.contact19 .arrow_left_icon {
    position: absolute;
    bottom: 50px;
    left: -110px;
    z-index: 20;
}
.contact19 .arrow_right_icon {
    position: absolute;
    bottom: 120px;
    right: -110px;
    z-index: 20;
}
.contact19 .floated_text {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.contact19 .floated_text .normal_text {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto';
}
.contact19 .floated_text .bold_text {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto';
    line-height: 40px;
}
.contact11.contact .row {
    margin-left: -15px;
    margin-right: -15px;
}
.contact21 .tag_orange .sec_heading h2{
    font-size: 35px;
    line-height: 60px;
}
@media (max-width:992px) and (min-width: 768px){

}
@media (min-width: 993px){

}
@media (max-width: 992px){
	.contact11 .contact_details, .contact11 .form_details {
	    padding: 30px;
	}
	.contact12 .floated_section {
	    /*right: 20px;*/
	}
	.contact13 .left_section {
	    padding: 60px 30px;
	}
	.contact13 .right_section {
	    padding: 40px 20px;
	}
	.contact14 .left_section {
	    padding: 60px 30px;
	}
	.contact14 .right_section {
	    padding: 40px 20px;
	}
	.contact14 .bg_section {
		padding: 25px;
	}
	.contact15 .left_section,
	.contact15 .right_section {
	    padding: 30px;
	}
	.contact15 h2 {
	    font-size: 55px;
	    line-height: 55px;
	}
	.contact16 .sec_heading.floationg_title h2 {
	    font-size: 30px;
	    line-height: 30px;
	}
	.contact16 .sec_heading.floationg_title {
	    /*width: 150px;*/
	    /*left: 10px;*/
	}
	.contact16 .sec_heading.floationg_desc {
	    /*width: 150px;*/
	}
	.contact16 .sec_heading.floationg_desc h5 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.contact18 .left_section {
	    padding: 30px;
	}
	.contact18 button.btn {
	    max-width: 150px;
	}
    .contact18 .right_section {
        padding: 0;
    }
	.contact20 .right_section .bg_section {
	    padding-right: 100px;
	    padding-left: 0;
	}
	.contact20 .dark_bg {
	    left: 10px;
	}
	.contact20 .contact_details .contact_data {
	    margin: 20px 30px;
	}
	.contact20 .floating_inbox {
	    max-width: 250px;
	    right: 0;
	}
	.contact20 .social_media_links {
	    text-align: left;
	}
	.contact21 .right_section .contact_details .addresses {
	    padding: 0;
	}
	.contact21 .tag_orange .sec_heading h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.contact21 .tag_orange .sec_heading {
	    top: 30px;
	}
	.contact21 .tag_orange .custom_tag_orange {
	    top: 75px;
	    right: -80px;
	}
	.contact21 .contact_details .contact_data {
	    margin-right: 0;
	}
    .contact21 .tag_orange .custom_tag_orange {
        border-right: 30px solid transparent;
    }
    .contact19 .offset-sm-0 {
        margin-left: auto;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width:992px){

}
@media (max-width:767px){
	.contact11 .contact_form_sec {
	    display: block;
	}
	.contact11 .form_details form {
	    padding-top: 0;
	}
	.contact11 .contact_details, .contact11 .form_details {
	    padding: 15px;
	}
	.contact11 {
	    background-position: 100%;
	}
	.contact11 h1, 
	.contact11 h2, 
	.contact11 h3,
	.contact11 h4, 
	.contact11 h5, 
	.contact11 h6,
	.contact11 div, 
	.contact11 a {
	    /*color: rgba(255,255,255,0.9);*/
	}
	.contact12 .floated_section {
	    position: unset;
	}
	.custom_edit .contact12 .floated_section {
	    position: absolute;
	}
	.contact12 .yellow_bg {
	    padding: 20px;
	    margin-bottom: 40px;
	}
	.custom_edit .contact12 .yellow_bg {
	    padding: 40px 90px 40px 40px;
	}
	.contact12 .yellow_bg .radio-inline {
	    display: block;
	    margin-left: 0;
	}
	.contact13 .contact_form_sec {
	    display: block;
	}
	.contact13 .contact_form_sec:before {
	    display: none;
	}
	.contact13 .contact_form_sec .right_section:before {
	    content: '';
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    width: 65%;
	    right: -5px;
	    background: #ffa200;
    background-image: linear-gradient(#ffa200,#ffa200);
	    height: 100%;
	}
	.contact13 .right_section {
	    padding: 60px 20px;
	}
	.contact13 .social_media_links {
	    bottom: 0;
	    height: auto;
	}
	.contact13 .social_media_links ul.social_info {
	    margin: 15px 0px;
	}
	.contact14 .contact_form_sec {
	    display: block;
	}
	.contact14 .contact_form_sec:before {
	    display: none;
	}
	.contact14 .right_section,
	.contact14 .left_section {
	    padding: 30px 20px;
	}
	.contact15 h2 {
	    font-size: 40px !important;
	    line-height: 40px !important;
	}
	.contact16 .contact_form_sec {
	    display: block;
	}
	.contact16 .sec_heading.floationg_title {
	    /*width: 130px;*/
	    /*left: 0px;*/
	    /*top: 0;*/
	}
	.contact16 .sec_heading.floationg_desc{
	    /*position: absolute;*/
	    /*right: -10px;*/
	    /*width: 140px;*/
	    /*bottom: 0;*/
	}
	.contact16 .right_section {
	    margin-bottom: 40px;
	}
	.contact16 .social_media_links {
	    text-align: center;
	}
	.contact17 .form_details .form-group > div {
	    display: block;
	}
	.contact17 .form_details .form-group > div .radio-inline {
	    display: block;
	    margin-left: 0;
	}
	.contact17 div.contact_form_sec {
	    padding: 20px;
	}
	.contact18 .contact_details .contact_data_icon {
	    position: initial;
	    display: block;
	    border: none;
	    text-align: center;
	    margin: auto;
	}
	.contact18 .contact_details .contact_data {
	    text-align: center;
	    margin-left: 0;
	    margin-right: 0;
	}
	.contact18 .contact_data a,
	.contact18 .addr, 
	.contact18 .mail, 
	.contact18 .tel {
	    text-align: center;
	}
	.contact18 .right_section {
	    padding: 20px 30px;
	}
	.contact20 .form_bg_dark {
	    padding: 20px 30px;
	}
	.contact20 .floating_inbox {
	    max-width: 130px;
	}
	.contact20 .right_section .bg_section {
	    padding: 0;
	}
	.contact20 .addresses {
	    padding: 0 30px;
	}
	.contact20 .dark_bg {
	    width: 100%;
	    right: 0;
	    left: 0;
	}
	div.contact_form_sec {
	    margin: 0;
	    padding: 20px;
	}

	.contact21 .radio-inline {
	    display: block;
	    margin-left: 0;
	}

	.contact21 .social_media_links {
	    position: initial;
	}

	.contact21 .right_section .contact_details .addresses {
	    padding-bottom: 70px;
	}
	.contact21 .tag_orange .sec_heading {
	    position: relative;
	    padding: 15px 20px;
	    top: -50px;
	    right: -30px;
	}
	.contact21 .tag_orange .custom_tag_orange {
	    top: 10px;
        right: -30px;
        border-top: 25px solid #a44018;
        border-right: 15px solid transparent;
    }
    .pagebuilder-content .contact19 .envelope {
        width: 100%;
        margin: 100% auto 0 auto;
    }
    .pagebuilder-content .contact19 .envelope .letter {
        width: 90%;
        top: -150px;
    }
    .pagebuilder-content .contact19 .back .arrow-left {
        width: 380px;
    }
    .pagebuilder-content .contact19 .contact_form_sec {
        padding: 0;
    }
    .pagebuilder-content .contact19 .back {
        width: 100%;
        height: 275px;
    }
    .pagebuilder-content .contact19 .form-control {
        height: 40px;
    }
    .pagebuilder-content .contact19 .btn {
        padding: 10px 35px;
    }
    .pagebuilder-content .contact19 .envelope:before {
        border-left: 250px solid transparent;
    }
    .pagebuilder-content .contact19 .envelope:after {
        border-right: 250px solid transparent;
    }
    .pagebuilder-content .contact19 .arrow_left_icon {
        width: 70px;
        left: 0;
        bottom: 70px;
    }
    .pagebuilder-content .contact19 .arrow_right_icon {
        width: 70px;
        right: 0;
        bottom: 70px;
    }
}
@media (max-width:320px){
	.custom_edit .contact12 .floated_section {
	    position: unset;
	}
	.custom_edit .contact12 .yellow_bg {
	    padding: 20px;
	    margin-bottom: 40px;
	}
	.custom_edit div.contact_form_sec {
		margin: 0;
		padding: 0;
	}
    .custom_edit .contact19 .envelope {
        width: 100%;
        margin: 100% auto 0 auto;
    }
    .custom_edit .contact19 .envelope .letter {
        width: 90%;
        top: -150px;
    }
    .custom_edit .contact19 .back .arrow-left {
        width: 380px;
    }
    .custom_edit .contact19 .contact_form_sec {
        padding: 0;
    }
    .custom_edit .contact19 .back {
        width: 100%;
        height: 275px;
    }
    .custom_edit .contact19 .form-control {
        height: 40px;
    }
    .custom_edit .contact19 .btn {
        padding: 10px 35px;
    }
    .custom_edit .contact19 .envelope:before {
        border-left: 250px solid transparent;
    }
    .custom_edit .contact19 .envelope:after {
        border-right: 250px solid transparent;
    }
    .custom_edit .contact19 .arrow_left_icon {
        width: 70px;
        left: 0;
        bottom: 70px;
    }
    .custom_edit .contact19 .arrow_right_icon {
        width: 70px;
        right: 0;
        bottom: 70px;
    }
}
/*# sourceMappingURL=Professional_contact.css.map*/