img.contact_logo {
    margin: auto;
    display: block;
}
.service_header>img{
    width:100%;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.contact_support_content {
    text-align: center;
    border-left: 1px solid #dadada;
}
a.service_header_link{
    text-decoration: none;
    padding-left: 2px;
}
h2.cont_suprt_tle{
    position: relative;
    padding: 10px;
}
p a{
  color:#69727b;
}
textarea.contact_form_field {
    margin-bottom: -5px;
}
.contact_fm .home_btn.hb.what_do.blue_bg.bt1.flippety {
    color: #1a2e46!important;
    border-color: #1a2e46!important;
}

.contact_fm .home_btn.hb.what_do.blue_bg.bt1.flippety i {
    border-color: #000!important;
}
.contact_form_cotent .flop {
    border-top: 1px solid #26b3fb!important;
    color: #26b3fb!important;
}
.contact_form_cotent .flop i.fa.fa-long-arrow-right {
    border-color: #26b3fb!important;
}
.contact_form_cotent .cube{
width:144px;
margin-bottom: 0px;
    margin: auto;
}
h2.cont_suprt_tle:before {
    box-sizing: border-box;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6%;
    height: 2px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: .1s transform linear, .1s height linear .1s;
    -webkit-transition: .1s transform linear, .1s height linear .1s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    height: 70%;
    border-color: #26b3fb;
}
hr.contact_hr{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #26b3fb;
    margin-left: 45%;
    margin-right: 45%;
}
.contact_content i.fa{
	border:none;
}
.contact_header_details_cont{
    padding-left:27px;
}
h2.cont_suprt_tle {
    font-size: 25px;
    color: #1f2a3e;
    margin: 70px 50px;
    /*font-weight: bold;*/
}

.contact_sub_content {
    color: #69727b;
    font-weight: 500;
    line-height: 25px;
}
h2.contact_sub_title {
    font-size: 27px;
	font-family: OpenSans;
	font-weight:normal;
	text-align:left;
	margin-bottom: 55px;
	padding-left: 40px;
}
.service_header_inner {
    display: flex;
    align-items: center;
    padding-left: 61px;
    width: 130%;
}
section.contact_form {
    background-color: #fff;
        padding: 25px 0px 60px 0px;
}

.contact_form_title >span {
    color: #26b3fb;
}

h2.contact_form_title {
    color: #000;
	margin-bottom: 55px;
}

input.contact_form_field,textarea.contact_form_field {
    background: transparent;
    border: none;
    /*border-bottom: 1px solid #84d4fd;*/
    padding: 10px 5px;
    width: 100%;
    outline: none;
    resize: none;
}
input:foucs,input:hover{
    outline: none;
}
::-webkit-input-placeholder {
  color: #9c9c9c;
}
::-moz-placeholder {
  color: #9c9c9c;
}
::-ms-input-placeholder {
  color: #9c9c9c;
}
::-moz-placeholder {
  color: #9c9c9c;
    opacity: 1;
}
.contact_form_info{
	position: relative;
    /*margin: 45px auto;*/
}
.contact_fm {
    margin: auto;
    display: block;
    width: 75%;
}
.contact_btn_info{
	position: absolute;
    bottom: 0px;
    right: 0%;;  
    width: auto;
    color: #fff;      
}
.contact_btn{
	background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0px;
    line-height: 26px;
}
.contact_row{
	margin:0px;
}
.contact_right_c{
	padding: 0px;
}
.contact_right_cont {
    background: url(../images/contact_right.png);
    padding: 16% 0px;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;

}
.contact_right_img{
	margin-left: -6px;
	position: absolute;
	top: 50%;
	/* transform: translateY(-50%); */
}
h2.cont_right_title {
    padding-left: 25%;
    line-height: 50px;
    /*font-weight: bold;*/
    font-size: 35px;
}
.contact_btn_img{
	margin-bottom: -5px;
}
 #map {
        height:350px;
 }
h2.cont_right_title>span {
    color: #26b3fb;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}
input[type=number]::-moz-inner-spin-button, 
input[type=number]::-moz-outer-spin-button { 
-webkit-appearance: none;
opacity: 1; 
margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
.service_header_content_title,.cont_suprt_tle,
.contact_sub_title,.contact_form_title,
.cont_right_title,.footer_title{
    /* font-family: 'Open-Sans-Bold';
    font-weight: 500; */
	font-size:27px;
}
@media screen and (max-width:850px){
	.service_header_inner{
	     width: auto;
}
}
@media screen and (max-width: 769px){
    .contact_right_cont{
        display: none;
    }
    .contact_btn{        
    float: right;
    margin-top: 20px;
    }
    .contact_btn_info{
    position: absolute;
    bottom: -11%!important;
    right: 0%;
    }
    .contact_support_content {
    width: 100%;
    margin: auto;
    display: block;
    padding: 50px 5%;
    padding-bottom: 0px;
}
}
@media screen and (max-width:1300px){
    .contact_right_cont{
    padding-bottom:100%;
    margin-bottom:-100%;
    }
    .contact_right_img{
        display: none;
    }    
}
.contact_form_input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #9c9c9c;
    /*padding: 10px 5px;*/
    position:relative;
}
.contact_fm_lbl{
    display: none;
}
.field_not_empty > label{
    display: block;
    margin-bottom: 0px;
    font-size: 12px;
    color: #757575;
    /*text-shadow: 1px 1px 1px grey;*/
    position: absolute;
    top: -5px;
}
.car_content_container {
    max-width: 1110px;
    margin: auto;
}
section.contact_content {
    margin-bottom: 60px;
}
.contact_container{
    max-width: 1340px;
  margin:auto;
  display: block;
}
.contact_row {
    margin: auto;
    max-width: 1367px;
}
@media screen and (max-width:991px){
.contact_right_c{
    display: none;
}
}
@media screen and (max-width:1025px) and (min-width: 770px){
  .service_header{
        margin-top: 95px!important;
  }
  .service_header_inner>img{
    width: 20%;
  }
  h1.service_header_content_title{
        font-size: 28px;
  }
  .contact_form_info{
    padding-left: 130px;
  }
  h2.contact_form_title {
    font-size: 21px;
}
h2.cont_right_title{
    font-size: 28px;
}
.contact_btn_info{
    right: 1%;
    bottom: -13%;
}
}
@media screen and (max-width:769px) and (min-width: 427px){
  .service_header{
        margin-top: 85px!important;
  }
  .contact_right_cont{
        background-position: left;
  }
  .contact_btn_info{
    bottom: -34px;
  }
  .service_work_img {
    max-width: 21%;
}
h1.service_header_content_title {
    font-size: 24px;
}
h2.cont_suprt_tle {
    font-size: 21px;
    color: #1f2a3e;
    margin: 32px 50px;
    /*font-weight: bold;*/
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.contact_support_content {
    padding-left: 48px;
}
}
@media screen and (max-width:426px) and (min-width: 377px){
  .service_header{
        margin-top: 62px!important;
  }
  .contact_form_info:before{
    display: none;
  }
  .contact_form_info{
    padding-left:15px;
  }
  .contact_btn_info {
    color: #fff;
    width: 100%;
}
h1.service_header_content_title{
      font-size: 21px;
      margin-bottom: 0px;
}
.footer{
    padding: 0px;
}
h2.cont_suprt_tle{
        margin: 30px 50px;
}
.service_header_inner{
    padding-left: 34px;
}
.service_work_img {
    max-width: 16%;
}
h1.service_header_content_title {
    font-size: 18px;
    margin-bottom: 0px;
}
}
@media screen and (max-width:376px) and (min-width: 322px){
  .service_header{
       margin-top: 50px!important;
  }
.footer{
  padding:0px;
}
  .contact_form_info:before{
    display: none;
  }
  .contact_form_info{
    padding-left:15px;
  }
  .contact_btn_info {
    color: #fff;
    width: 100%;
}
h1.service_header_content_title{
      font-size: 21px;
      margin-bottom: 0px;
}
h2.cont_suprt_tle{
    font-size: 18px;
}
h2.contact_sub_title {
    font-size: 18px;
}
.contact_sub_content p{
        font-size: 13px;
}
a.service_header_link {
    font-size: 2.5vmin;
}
h2.cont_suprt_tle{
        margin: 30px 50px;
}
.service_header_inner{
    padding-left: 34px;
}
.service_work_img {
    max-width: 16%;
}
h1.service_header_content_title {
    font-size: 18px;
    margin-bottom: 0px;
}
}
@media screen and (max-width:321px){
.contact_header_details_cont {
    padding-left: 16px;
}
.service_header_inner {
    padding-left: 10%;
}
.contact_btn_info {
    color: #fff;
    width: 100%;
}
img.final_img.software_logo.img.img-responsive{
    padding:16px 15px;
}
.service_work_img {
    max-width: 12%;
}
h2.cont_suprt_tle {
    font-size: 18px;
    color: #1f2a3e;
    margin: 8px;
}
h2.contact_sub_title {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}
.contact_sub_content p{
    font-size: 12px;
    line-height: 24px;
}
a.service_header_link {
    font-size: 2.5vmin;
}
section.contact_content{
    margin-bottom: 0px;
}
.contact_form_info{
    padding: 0px;
}
.contact_form_info:before{
    display: none;
}
h1.service_header_content_title{
        font-size: 16px;
        margin-bottom: 0px;
}
  .service_work_img {
    max-width: 14%;
}
.service_header{
    margin-top: 65px!important;
    margin-bottom: 25px;
}
.footer{
  padding:0px;
}
}
.contact_form_input:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1%;
    background: red;
    bottom: -1px;
    left: 0px;
}

.contact_form_input {
    position: relative;
}
.contact_form_field:focus .contact_form_input:before,.contact_form_field:active .contact_form_input:before,.contact_form_field:hover .contact_form_input:before{
    width: 100%;
    transition: all 2s;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,.contact_form_cotent .cube{
    width: 154px;
    z-index: 9;
  }}
  @media screen and (max-width: 377px){
form .cube{
    margin-top:28px!important;
}
}



.contact-phone-detail{
	display: inline-block;
	width:100%;
	text-align: left;
}
.contact-phone-detail li{
	display:inline-block;
	width:100%;
	list-style: none;
	margin-bottom: 25px;
}
.contact-phone-detail li p{
	font-size: 20px;
	margin: 0;
	color: #323232;
	text-transform: uppercase;
	float: left;
}
.contact-phone-detail li p a {
    text-transform: lowercase;
    color: #757575;
    display: block;
    font-size: 18px;
    margin-top: 10px;
}
.contact-phone-detail li i{
	float: left;
	width: 20%;
}
.contact-phone-detail li p span{
	color: #757575;
	display: block;
	font-size: 18px;
	margin-top: 10px;
}

.footer_title{
	font-size: 20px;
}



/*------------------17/4/18---------------------*/


.first_location {
    position: absolute;
    left: 32%;
    top: 1%;
    width: 25%;
}

.first_location .content_wrap:before {
    position: absolute;
    content: '';
    right: 52%;
    bottom: -20px;
    border-top: 10px solid #000;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
	    opacity: 1;
}


.first_location .content_wrap:after {
position: absolute;
    content: '';
    right: 51%;
    bottom: -26px;
    border-top: 13px solid #fff;
    border-bottom: 13px solid transparent;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    opacity: 1;
    z-index: -1;
}
.second_location {
    position: absolute;
    left:9%;
    top: 56%;
    width: 25%;
}
.second_location .content_wrap:before {
    position: absolute;
    content: '';
    right: 160px;
    top:-20px;
    border-bottom: 10px solid #000;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    opacity: 1;
}

.second_location .content_wrap:after {
position: absolute;
    content: '';
    right: 157px;
    top: -26px;
    border-bottom: 13px solid #fff;
    border-top: 13px solid transparent;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    opacity: 1;
    z-index: -1;
}

.third_location {
    position: absolute;
    right: 7%;
    top: 50%;
    width: 25%;
}
.third_location .content_wrap {
    margin-left: 5%;
}


.third_location .content_wrap:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 34%;
    border-right: 10px solid #000;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    opacity: 1;
}

.third_location .content_wrap:after {
position: absolute;
    content: '';
    left: -26px;
    top: 32%;
    border-right: 13px solid #fff;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 13px solid transparent;
    opacity: 1;
    z-index: -1;
}
span.icon_red_bg {
    display:inline-block; 
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    position: relative;
}

.first_location span.icon_red_bg {
    position: absolute;
    display: inline-block;
    bottom: -40px;
    left: 34%;
}

.second_location span.icon_red_bg {
    position: absolute;
    display: inline-block;
    top: -40px;
    right: 54%;
}

.third_location span.icon_red_bg {
    position: absolute;
    display: inline-block;
    top: 35%;
    left: -25px;
}

span.icon_red_bg:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: #ff0101;
    content: '';
    border-radius: 50%;
}

.content_wrap p {
    float: left;
    width: 100%;
    font-size: 15px;color: #fff;
    font-weight: bold;
	line-height: 22px;
	padding: 0px 20px
}

.content_wrap h4{
    text-align: center;
    float: left;
    width: 100%;
    font-size: 18px;
	text-transform:uppercase;
	color: #fff;
    font-weight: bold;
}
.third_location .content_wrap p {
    padding: 0px 5px;
}
.content_wrap {
    border: 2px solid #fff;
    width: 400px;
    background-color: #000;
    padding: 10px;
    color: #fff;
    margin-left: -20%;
    float: left;
	transform: scale(0);
        transition: all .5s cubic-bezier(0.54, 0.55, 0.58, 1.38);
		  -webkit-transition: all .5s cubic-bezier(0.54, 0.55, 0.58, 1.38);
}

.second_location .content_wrap {
    margin-left: -30%;
}

.content_wrap.show_me {
	transform: scale(1);
      transition: all .5s cubic-bezier(0.54, 0.55, 0.58, 1.38);
	    -webkit-transition: all .5s cubic-bezier(0.54, 0.55, 0.58, 1.38);
}

section.service_header.map_section {
    height: auto;
    overflow: hidden;
	
     padding-bottom: 28px;
}

section.service_header.responsive_shows{
display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px)
{
.contact-phone-detail li p span.top_text {
    font-size: 17px;
	}
.third_location .content_wrap {
    width: 305px!important;
}
}
@media only screen and (min-width: 320px) and (max-width: 1023px)
{ 
section.service_header.map_section {
    display: none;
}
section.service_header.responsive_shows{
    display: block;
}

}



@media only screen and (max-width: 767px)
{
.contact_support_content h2.contact_sub_title {
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 40px;
}
.contact-phone-detail {
    padding: 0;
	}
	
	ul.contact-phone-detail li p span {
    font-size: 15px;
    margin-top: 5px;
}

ul.contact-phone-detail li p {
    font-size: 18px;
}
ul.contact-phone-detail li p a {
    font-size: 15px;
    margin-top: 5px;
}

}



.pic_lft img {
    max-width: 100%;
	border: 2px solid #fff;
}

.third_location .content_wrap.show_me {
    width: 387px;
}

.over_div {
    float: left;
    width: 100%;
}

.pic_lft {
    float: left;
    width: 29%;
}

.pic_rgt {
    float: left;
    width: 70%;
	    padding-left: 15px;
}

/*---hc-*/

li.box_shdow {
    background: white;
    box-shadow: 1px 1px 11px 0px gainsboro;
     padding: 20px;
}


.contact-phone-detail {
   
    padding-left: 0;
}




.my_contact_page .box_shdow {
    float: left;
    width: 23%;
    margin: 0% 1%;
    min-height: 170px;
	position:relative;
	padding: 20px 20px 10px 20px;
	cursor:pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
}

.my_contact_page {
    float: left;
    width: 100%;
    margin-top: 5%;
	    margin-bottom: 2%;
}

.my_contact_page .box_shdow i {
    position: absolute;
    top: -28%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: inline-block;
    height: 80px;
    width: 80px;
    background-color: #f3f3f3;
    text-align: center;
    border-radius: 50%;
	    line-height: 80px;
		transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
}
.my_contact_page .box_shdow:hover{
    background-color: #264683;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;

	}
	
	.my_contact_page .box_shdow:hover span{
    	color:#fff!important;
	}
		.my_contact_page .box_shdow:hover a{
    	color:#fff!important;
	}
		.my_contact_page .box_shdow:hover h1{
    	color:#fff!important;
	}

.my_contact_page .box_shdow:hover i {
    /* margin-right: 100px; */
    left: 70%;
    transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
    background-color: #264683;
}
.my_contact_page .box_shdow p {
    margin-top: 15%;
    text-align: center;
    width: 100%;
}

.contact-phone-detail li p span {
    color: #757575;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    float: left;
    display: inline-block;
}

.contact-phone-detail li p span.top_text {
    font-size: 20px;
    margin: 0;
    color: #323232;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.contact-phone-detail li p span {
    text-align: center;
    width: 100%;
}
.contact-phone-detail li p a{
    color: #757575;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    float: left;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.contact-phone-detail .usa_state span {
    float: left;
    width: 100%;
    margin-right: 0;
	margin-top: 5px;
}

.contact_fm {
    margin: auto;
    display: block;
    width: 50%;
}


.content_wrap p {
    float: left;
    width: 100%;
    font-size: 11px;
	}
	
	
@media only screen and (min-width: 768px) and (max-width: 1023px){
.my_contact_page .box_shdow {
float: left;
    width: 31.3%;
    margin-bottom: 60px;
    min-height: 165px;
}
	
	.contact_form_title span {
    font-size: 40px;
}

	.contact_fm {
    margin: auto;
    display: block;
    width: 70%;
}

	}
	
	
	@media only screen and (max-width: 767px) {
	section.start_project {
    height: auto!important;
	}
	
	.my_contact_page .box_shdow {
    float: left;
    width: 48%;
	    margin-bottom: 60px;
		    min-height: 160px;
	}
	li.phone-number.box_shdow:last-child {
    margin-bottom: 0!important;
}
	.start_project h2.contact_form_title {
    margin-top: 5%!important;
    text-align: center;
}
section.start_project .overall_new_wrap_design {
    float: left;
    width: 100%;
}

.contact_form_title span {
    float: left;
    width: 100%;
    font-size: 30px!important;
	}
	
	.contact_form_title span.strt_p {
    font-size: 20px!important;
}
	
	.contact_fm {
    margin: auto;
    display: block;
    width: 100%;
}
	}
	
	
		@media only screen and (max-width: 567px) {
	
	.my_contact_page .box_shdow:last-child {
    margin-bottom: 0;
}
	.my_contact_page .box_shdow {
    float: left;
    width: 100%;
	margin-left:0;
	margin-right:0;
	    margin-bottom: 60px;
	}
	}
	
	
	
	section.start_project {
   /* background-image: url(../images/bg-img-6.jpg); */
    float: left;
    width: 100%;
    height: 485px;
    background-size: cover;
    background-attachment: fixed;
position:relative;}

section.start_project:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 29, 36, 0.84);
    content: '';
}

.start_project .contact_fm {
    float: left;
    width: 100%;
	    padding: 40px 0px;
}

.start_project .overall_new_wrap_design {
    float: left;
    width: 50%;
}
.overall_new_wrap_design {
    float: left;
    width: 100%;
    background-color: #ffffffe0;
    /* box-shadow: 2px 2px 28px #ddd; */
    padding: 10px 25px 30px 25px;
    border-radius: 3px;
}

.contact_form_title span {
    float: left;
    width: 100%;
    font-size: 50px;
    text-transform: uppercase;
    margin: 10px 0px;
		    font-family: 'Open-Sans-Bold';
}

.start_project h2.contact_form_title {
    color: #000;
    margin-bottom: 55px;
    float: left;
    width: 100%;
    margin-top: 15%;
}
.contact_form_title span.strt_p {
    color: #fff;
    font-size: 30px;
	    font-family: 'Open-Sans-Bold';
}