/* ================================= */
/* ------------ FONTS CSS ---------- */
/* ================================= */
@font-face {
    font-family: 'magistralcregular';
    src: url('../fonts/mgbold-webfont.woff2') format('woff2'),
         url('../fonts/mgbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'azo_sansbold';
    src: url('../fonts/rui_abreu_-_azosans-bold-webfont.woff2') format('woff2'),
         url('../fonts/rui_abreu_-_azosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'azo_sansmedium';
    src: url('../fonts/rui_abreu_-_azosans-medium-webfont.woff2') format('woff2'),
         url('../fonts/rui_abreu_-_azosans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'azo_sansregular';
    src: url('../fonts/rui_abreu_-_azosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/rui_abreu_-_azosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* ================================= */
/* ---------- GENERRAL CSS --------- */
/* ================================= */
.container{     
  max-width: 970px;
}
html,
body {
    height: 100%;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #636363;
    font-family: 'Open Sans', sans-serif;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
p{
	margin:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #161718;
}
h2{
	font-family: 'magistralcregular';
	text-transform:uppercase;
	font-size:30px;
	letter-spacing: 1px;
}
a:hover,
a:focus {
    list-style: none;
    text-decoration: none;
    outline: none;
}
.padding_top {
    padding-top:85px;
}
.padding_bottom {
    padding-bottom:85px;
}
.padding_top_65{
    padding-top:65px;
}
.padding_bottom_65{
    padding-bottom:65px;
}
.p-b-75 {
    padding-bottom: 75px;
}
.p-t-75 {
    padding-top: 75px;
}
.margin{
	margin:0 !important;
}
.margin-bottom{
	margin-bottom:90px;
}
.margin-top{
	margin-top:90px;
}
.heading2 h2{
  font-family: 'azo_sansregular';
  text-transform:inherit;
  font-size:30px;
  color: #b71c1c;
  position:relative;
}
.heading2 > h2::after {
  background: #cf3333;
  bottom: -28px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}
.heading2 p {
  color: #333;
  font-family: "azo_sansregular";
  font-size: 14px;
  line-height: 28px;
  padding: 60px 14% 0;
}
/* ================================= */
/* ---------- Header CSS ----------- */
/* ================================= */
.logo{
	position:relative;
}
.logo > a {
  left: 0;
  position: absolute;
  top:0;
}
.logo img {
  width: 100%;
}
#header-home .col-md-9 {
  text-align: right;
}
.top-contact {
  display: inline-block;
  font-family: "magistralcregular";
  font-size: 20px;
  margin-top: 27px;
  margin-bottom:27px;
  padding: 0 18px;
}
.top-contact p {
  display: inline-block;
}
.top-contact > a {
  color: #636363;
  letter-spacing: 2px;
}
.top-contact .fa {
  color: #828282;
  font-size: 18px;
  margin-right: 8px;
  vertical-align: baseline;
}
.top-contact > a:hover{
    color: #c63131;
}
ul.top-contact li {
  display: inline-block;
}
ul.top-contact a {
  padding: 0 15px;
  opacity:1;
}
ul.top-contact a:hover{
  opacity:.5;
}
.top-contact:nth-child(2) {
  border-left: 1px solid #e5e5e5;
}
.top-contact:nth-child(3){
	padding-right:0;
}
ul.top-contact li:first-child a {
  padding-left: 0;
}
/* ================================= */
/* --------- Header 2 CSS ---------- */
/* ================================= */
#header-home-2 nav.navbar.bootsnav {
  border: medium none;
  box-shadow: 0 0 10px 0 #ccc;
}
#header-home-2 .navbar-brand {
  height: auto;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
#header-home-2 .mobile_logo{
  display: none;
}
#header-home-2 nav.navbar.bootsnav ul.nav > li > a {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  padding: 39px 5px 20px;
}
#header-home-2 nav.navbar.bootsnav ul.nav > li > a:hover{
	color:#c13f36;
}
#header-home-2 .navbar-brand > img {
  display: block;
  width: 90%;
}
#header-home-2 .attr-nav {
  margin-top: 16px;
  margin-left: 50px;
}
#header-home-2 .attr-nav p{
  color: #333;
  font-size: 26px;
  font-weight: 600;
}
#header-home-2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border-color: #c13f36 transparent transparent;
  border-width:2px;
}
/* ================================= */
/* ---------- Banner CSS ----------- */
/* ================================= */
#home_banner {
  background: rgb(255, 255, 255) url("../images/home-banner.jpg") no-repeat scroll center center / cover;
  background-attachment:fixed;
  padding: 100px 0 200px;
}
#home_banner .banner_details h1 {
  font-size: 38px;
  font-family: "magistralcregular";
  text-transform:uppercase;
}
#home_banner .banner_details h2{
  font-size: 19px;
  font-weight:600;
  padding:44px 0 40px;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  position:relative;
}
#home_banner .banner_details > p {
  font-size: 18px;
  line-height: 24px;
  
  padding-right: 18%;
}
/* ------ Banner - 2 CSS ------- */
#home_banner-2 {
  background: rgb(255, 255, 255) url("../images/home-banner-2.jpg") no-repeat scroll center center / cover;
  background-attachment:fixed;
  padding: 6% 0 6%;
}
#home_banner-2 .banner_details h1::after {
  background: #b71c1c;
  content: "";
  height: 2px;
  left: 16px;
  position: absolute;
  top: 72px;
  width: 280px;
}
#home_banner-2 .banner_details h1 {
  font-size: 38px;
  font-family: 'azo_sansregular';
  text-transform:uppercase;
}
#home_banner-2 .banner_details h2 {
  font-size: 22px;
  font-weight: normal;
  font-family: 'azo_sansregular';
  text-transform:capitalize;
  padding:60px 0;
}
#home_banner-2 .banner_details > p {
  color: #333;
  font-size: 16px;
  line-height: 34px;
  padding-right:15%;
  font-family: 'azo_sansregular';
}
/* ================================= */
/* ------ Bigger Picture CSS ------- */
/* ================================= */
#bigger_picture {
  background: #f4f4f4;
  margin-top: -70px;
  position: relative;
}
.bigger_picture_detail h2{
	position:relative;
	padding-bottom:18px;
	letter-spacing:3px;
}
.bigger_picture_detail > h2::after {
  background: #cf3333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 128px;
}
.bigger_picture_detail > p {
  font-size: 18px;
  font-weight: 300;
  line-height:24px;
  padding-top:40px;
}
#bigger_picture::after {
  border-color: #f4f4f4 transparent transparent;
  border-style: solid;
  border-width: 15px;
  bottom:-29px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
/* ------ Bigger Picture 2 CSS ------- */
#bigger_picture_2 .bigger_picture_detail > p {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  padding: 40px 14% 0;
}
/* ================================= */
/* --------- Do Work CSS ----------- */
/* ================================= */
.do_work_detail {
  text-align: right;
}
.do_work_detail span {
  color: #cf3333;
  display: block;
  padding: 35px 0;
  text-transform: uppercase;
}
.do_work_detail > p {
  padding: 35px 0;
  text-align: justify;
}
.do_work_detail > button {
  font-weight: 700;
  text-transform: uppercase;
  color: #cf3333;
  background-color: transparent;
  border: none;
}
.do_work_detail button .fa {
  border: 1px solid #e3e3e3;
  border-radius: 100%;
  color: #cf3333;
  font-size: 16px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  width: 27px;
  padding: 0 0 0 3px;
}
.do_work_detail button:hover .fa{
  border: 1px solid #cf3333;
  color: #fff;
  background:#cf3333
}
.do_work_detail > img {
  width: 100%;
}
#do_work .col-md-5 {
  border-right: 1px solid #e5e5e5;
  padding-right: 40px;
}
#do_work .col-md-7{
  padding-left: 40px;
}
.border-heading{
	position:relative;
}
.border-heading::before {
  background: #cf3333;
  content: "";
  height: 1px;
  left: -58px;
  position: absolute;
  top: 50px;
  width: 225px;
}
#do_work2 .do_work_detail {
  text-align: left;
}
#do_work2 .col-md-5 {
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
}
#do_work2 .do_work_detail a .fa {
  line-height: 26px;
}
#do_work2 .border-heading2::before{
  background: #cf3333;
  content: "";
  height: 1px;
  right: -18px;
  position: absolute;
  top: 50px;
  width: 225px;
}
#do_work2 .col-md-7 {
  padding-right: 40px;
}

/* --------- Do Work 2 CSS ----------- */
#do_work_2{
	position:relative;
}
.do_work_2_detail {
  background: #f4f4f4;
  padding: 60px 28% 60px 60px;
  margin-left:80px;
  font-family: "azo_sansregular";
}
.do_work_2_detail > h4 {
  color: #b71c1c;
  font-size: 22px;
  margin-bottom: 26px;
  padding-bottom: 34px;
  position: relative;
  font-family: "azo_sansregular";
}
.do_work_2_detail > h4::after {
  background: #a7a7a7;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 30px;
}
.do_work_2_detail > p {
  font-size: 14px;
  line-height: 28px;
  color:#333;
  font-family: "azo_sansregular";
}
.do_work_2_img {
  position: absolute;
  right: 0;
  bottom:-5px;
}
.do_work_2_detail > a {
  background: #c13f36;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 50px;
  padding: 10px 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.do_work_2_detail > a:hover{
  background: #333;
}
/* --------- Do Work 3 CSS ----------- */
#do_work_3 {
  padding-top: 180px;
  position: relative;
  padding-bottom:180px;
}
#do_work_3::after {
  content: url("../images/border-dot.png");
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -46px;
}
#do_work_3::before {
  content: url("../images/border-dot-2.png");
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: -185px;
}
.do_work_3_detail > p {
  font-size: 14px;
  line-height: 28px;
  color:#333;
  font-family: "azo_sansregular";
}
.do_work_3_detail {
  background: #f4f4f4;
  padding: 60px 60px 60px 28%;
  margin-right:80px;
  text-align:right;
}
.do_work_3_img {
  bottom: 110px;
  left: 0;
  position: absolute;
}
.do_work_3_detail > a {
  background: #c13f36;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 50px;
  padding: 10px 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.do_work_3_detail > a:hover{
  background: #333;
}
.do_work_3_detail > h4 {
  color: #b71c1c;
  font-size: 22px;
  margin-bottom: 26px;
  padding-bottom: 34px;
  position: relative;
  font-family: "azo_sansregular";
}
.do_work_3_detail > h4::after {
  background: #a7a7a7;
  bottom: 0;
  content: "";
  height: 1px;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 30px;
}
/* --------- Do Work 2 CSS ----------- */
#do_work_4{
	position:relative;
}
.do_work_4_detail {
  background: #f4f4f4;
  padding: 60px 28% 60px 60px;
  margin-left:80px;
}
.do_work_4_detail > h4 {
  color: #b71c1c;
  font-size: 22px;
  margin-bottom: 26px;
  padding-bottom: 34px;
  position: relative;
  font-family: "azo_sansregular";
}
.do_work_4_detail > h4::after {
  background: #a7a7a7;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 30px;
}
.do_work_4_detail > p {
  font-size: 14px;
  line-height: 34px;
  color:#333;
  font-family: "azo_sansregular";
}
.do_work_4_img {
  position: absolute;
  right: 0;
  bottom:-70px;
}
.do_work_4_detail > a {
  background: #c13f36;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 50px;
  padding: 10px 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.do_work_4_detail > a:hover{
  background: #333;
}
/* ================================= */
/* ------- Our Features CSS -------- */
/* ================================= */
#our_features{
	background: rgb(244, 243, 243) url("../images/featurws_bg.jpg") no-repeat scroll 0 0 / cover ;
	background-attachment:fixed;
}
.features_box {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  height:450px;
  padding: 40px 22px 85px;
  width: 100%;
  margin-top:40px;
}

.features_box > p {
  line-height: 24px;
}
.features_box h3 {
  font-size: 16px;
  font-family: "magistralcregular";
  text-transform:uppercase;
  padding:25px 10px;
}
/* ================================= */
/* --------- Our Video CSS --------- */
/* ================================= */

#video-section {
  line-height: 0;
}
/* ================================= */
/* ------ Data Analytics CSS ------- */
/* ================================= */
#data_analytics{
	background: rgb(193, 63, 54) url("../images/data-analytics-bg.png") no-repeat scroll center center / cover ;
	background-attachment:fixed;
}
#data_analytics .bigger_picture_detail > h2::after {
  background: #fff;
}
#data_analytics .bigger_picture_detail > h2{
  color: #fff;
}
#data_analytics .bigger_picture_detail > p {
  color: #fff;
  padding: 40px 12% 0;
}
/* ================================= */
/* ----------- Form CSS ------------ */
/* ================================= */
form.data_form{
	margin-top:20px;
}
form.data_form .form-group{
	width: 370px;
	margin: 10px auto 0;
	position:relative;
}
form.data_form .form-control {
  height: 47px;
  width:100%;
  padding: 2px 0 0 38px;
 box-sizing : border-box;
}
form.data_form .form-group .email-icon,
form.data_form .form-group .man-icon{
  left: 13px;
  position: absolute;
  top: 10px;
}
form.data_form .form-group .data-form-button {
  background: #7f0b03;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
}
form.data_form .form-group .data-form-button:hover{
	color:#7f0b03;
	background: #fff;
}
form.data_form .buton-icon {
  position: absolute;
  right: 125px;
  top: 8px;
}

.form-control.valid{
    border: 3px #00cc00 solid;
}
.form-control.error{
    border: 3px #ff0000 solid;
}
.googleCAPTCHA{
    padding-left: 30px;
}
.error{
    border: none;
}

/* ================================= */
/* ---------- Contact CSS ----------- */
/* ================================= */
#contact_section {
  background: #cd655e;
  background:url(../images/data-analytics-bg.png);
  background-attachment:fixed;
  background-size:cover;
  background-repeat:no-repeat;
}
#contact_section .heading2 h2 {
  color: #fff;
  font-size:25px;
  font-weight:600;
  margin: 0;
}
#contact_section .heading2 h2::after {
  background: #fff;
}
#contact_section .heading2 p {
  color: #fff;
  font-size: 18px;
  padding: 50px 15% 0;
  margin: 0;
}
#contact_section .col-md-8 {
  padding: 0 80px;
}
#dxfa_contact_error_messages{
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
#contact_section label {
  color: #fff;
  font-size: 14px;
  font-family: 'azo_sanslight';
  padding-bottom: 15px;
}
#Recaptcha_CONTACT_Form div{
  margin:auto;
}
.error{
  border:1px #;
}
/* ================================= */
/* ---------- Footer CSS ----------- */
/* ================================= */
#footer{
	background:url(../images/footer-bg.jpg);
	background-repeat:repeat;
	padding-top:40px;
}
.footer_contact > p {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 0 10px;
}
.footer_social > li {
  display: inline-block;
}
.footer_social a {
  background: #fff;
  border-radius: 100%;
  display: block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  color:#6a6a6a;
}
.footer_social a:hover{
	background: #cf3333;
	color:#fff;
}
.footerContactInfo{
	  text-decoration:none;
	  color: #FFFFFF;
	  font-weight: bold;
	  padding: 0 15px 0 15px;
	}
.footerContactInfo:hover{
	  color: #cf3333;
	}
#CenterContactInfo{
		border-left: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
}
.footer_contact > p:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 0 15px;
}
.footer_bottom {
  border-top: 1px dashed #8b8b8b;
  color: #fff;
}
.footer_bottom {
  border-top: 1px dashed #8b8b8b;
  color: #b4c4c4;
  margin-top: 30px;
  padding: 30px 0;
  font-size:16px;
}
.footer_top{
  border-bottom: 1px dashed #8b8b8b;
  padding: 30px 0;
  margin-bottom:30px;
}

.footer_list a{
  color: #fff;
  font-size: 14px;
  font-family: 'azo_sansregular';
}
.footer_list a:hover{
  color: #fff;
  font-size: 14px;
}
.footer_box > h4 {
  color: #fff;
  font-family: 'azo_sansregular';
  padding-bottom:10px;
}
.footer_list > li {
  padding-bottom: 10px;
  font-family: 'azo_sansregular';
  position:relative;
}
.footer_list > li > a:hover{
	color:#cf3333;
}
.footer_list2 > li::before {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 23px;
  left:-16px;
  position: absolute;
}
.footer_list.footer_list2 > li {
  margin-left: 16px;
}
.footer_top .col-md-4 {
  border-left: 1px dashed #8b8b8b;
}
.footer_top .col-md-3{
  border-left: 1px dashed #8b8b8b;
}
/* ================================= */
/* ------ Improve Business CSS ----- */
/* ================================= */
.improve-inner {
  background: #f4f4f4;
  padding: 32px 0;
  position:relative;
}
.quality-enrichment {
  height: 525px;
  margin: 0 auto;
  padding-top: 10%;
  position: relative;
  width: 525px;
}
.quality-enrichment img.img-responsive {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.quality-enrichment h4 {
  padding: 30px 0;
  font-family: 'azo_sansregular';
  font-size:20px;
}
.quality-enrichment p {
  font-size: 14px;
  line-height: 30px;
  padding: 0 12%;
  font-family: 'azo_sansregular';
}
.integrity {
  left: -10px;
  position: absolute;
  top: 16px;
  font-size:16px;
  color:#333;
}
.integrity::after {
  background: #c5c5c5;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 32px;
}
.enrichment{
  right: -10px;
  position: absolute;
  top: 16px;
  font-size:16px;
  color:#333;
}
.enrichment::after {
  background: #7ea2e1;
  bottom: -12px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 65px;
}
.schema{
  left: -10px;
  position: absolute;
  bottom: 22px;
  font-size:16px;
  color:#333;
}
.schema::after {
  background: #c5c5c5;
  top: -12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 32px;
}
.the-go{
  right: -10px;
  position: absolute;
  bottom: 22px;
  font-size:16px;
  color:#333;
}
.the-go::after {
  background: #c5c5c5;
  top: -12px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 32px;
}
/* ================================= */
/* ------------ Faq CSS ------------ */
/* ================================= */
#sync1 .item{
	position:relative;
}
#sync1 .item img {
  width: 100%;
}
#sync1 .faq-detail span img {
  width: auto !important;
}
#sync1 .faq-detail-2 span img {
  width: auto !important;
}
#sync1 .faq-detail > p {
  color: #333;
  display: inline-block;
  font-size: 18px;
  vertical-align: text-top;
  font-family: 'azo_sansregular';
}
#sync1 .faq-detail-2 > p {
  color: #333;
  display: inline-block;
  font-size: 18px;
  vertical-align: text-top;
  font-family: 'azo_sansregular';
}
.faq-detail > span {
  vertical-align: bottom;
  margin-right:10px;
}
.faq-detail-2 > span {
  vertical-align: middle;
  margin-right:10px;
}
.faq-detail {
  border-bottom: 5px solid #f4f4f4;
  padding-right: 25px;
  padding-bottom:30px;
}
.faq-detail-2{
  padding-top:30px;
}
#sync1 {
  margin-bottom: 15px;
}
#sync2 .item p{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sync2 .item{
    background: #f4f4f4;
    color: #333;
	cursor:pointer;
	margin: 0 8px;
}
#sync2 .item img {
  opacity: .1;
  width: 100%;
}
#sync2 .synced .item img{
  opacity: 1;
}
#sync2 .synced .item p{
  opacity: 0;
}
#sync1 .owl-prev {
  font-size: 30px;
  position: absolute;
  right: 25px;
  bottom: -68px;
}
#sync1 .owl-next {
    position: absolute;
    right: 0;
	font-size: 30px;
	bottom: -68px;
}

/* ================================= */
/* -------- Data Feature CSS ------- */
/* ================================= */
#data_feature{
  background:url(../images/featurws_bg.jpg);
  background-attachment:fixed;
  background-size:cover;
  background-repeat:no-repeat;
}
.features_box_1 > h4 {
  font-family: 'azo_sansregular';
  font-size:22px;
  padding:15px 0 35px;
}
.features_box_1 {
  margin-bottom: 60px;
}
.features_box_1 > p {
  font-family: "azo_sansregular";
  font-size: 16px;
  padding: 0 10%;
}
.contact-form .form-control {
  border-radius: 0;
  font-size: 14px;
  height: 45px;
  font-family: "azo_sansregular";
}
.contact-form .form-control::-webkit-input-placeholder {
   text-align: center;
}

.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

.contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

.contact-form .form-control:-ms-input-placeholder {  
   text-align: center; 
}
.contact-form textarea.form-control {
  height: 148px;
}
.contact-form textarea.form-control::-webkit-input-placeholder {
   text-align: center;
    padding-top: 8%;
}
.contact-form textarea.form-control:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
    padding-top: 8%;
}
.contact-form textarea.form-control::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
    padding-top: 8%;
}
.contact-form textarea.form-control:-ms-input-placeholder {  
   text-align: center; 
    padding-top: 8%;
}
#contact_section label {
  color: #fff;
  font-size: 14px;
  font-family: "azo_sansregular";
}
form.contact-form {
  padding-bottom: 10px;
}
.contact-form-btn {
  background: #fff;
  color:#C13F36;
  border: medium none;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 12px 40px;
  font-family: "azo_sansregular";
  margin-top:20px;
  text-transform: uppercase;
}
.contact-form-btn:hover{
	background:#7f0b03;
	color:#fff;
}
/* ================================= */
/* -------- Testinomial CSS -------- */
/* ================================= */
#testimonial_section {
  background: #f1f1f1;
}
.heading3 > h3 {
  text-transform: uppercase;
  font-family: "azo_sansregular";
}
.test-detail h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "azo_sansregular";
}
.test-detail p {
  font-size: 14px;
  font-family: "azo_sansregular";
  padding:25px 0;
  position:relative;
}
.test-detail h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "azo_sansregular";
}
.test-detail p::after {
  bottom: 24px;
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 17%;
}
.test-detail p::before {
  content: "";
  font-family: FontAwesome;
  left: -20px;
  position: absolute;
  top: 18px;
}
.test-detail .col-md-11 {
  padding-left: 50px;
}
.btn-test {
  margin-top: 65px;
}
.btn-test a:hover{
	opacity: 0.7;
}
#testimonial .owl-pagination {
  bottom: -56px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
#testimonial .owl-page.active {
	background:#ad3736;
}
#testimonial .owl-page {
  background: #aaaaaa;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 0 3px;
  width: 15px;
}
/* ================================= */
/* ----------- Logo CSS ------------ */
/* ================================= */
#logo_section{
	background:#474747;
	padding: 40px 0;
}
#logo-slider .item > img {
  width: 100%;
}
#logo-slider .item {
  margin: 0 5px;
}
#logo-slider .owl-prev {
  font-size: 34px;
  left: -29px;
  position: absolute;
  top: 10px;
}
#logo-slider .owl-next {
  font-size: 34px;
  right: -29px;
  position: absolute;
  top: 10px;
}

/* ================================= */
/* -------- Modal CSS --------- */
/* ================================= */
.modal-backdrop.in {
  opacity: 0.9;
}
.dxfa_pdf_form_btn{
    background: #7f0b03;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 30px;
}
.dxfa_pdf_form_btn:hover{
    color: #7f0b03;
    background-color: #FFFFFF;
}
.modal-content{
    background: #cd655e;
    background: url(../images/data-analytics-bg.png);
    background-size: cover;
}
#pdf_form{
     padding-top: 2%;
}
.pdf_data_form .form-group{
  width: 370px;
}
.dxfa_pdf_btn_width{
    width: 180px;
}
.pdf_data_form .form-control {
  height: 47px;
  width:100%;
  padding: 2px 0 0 38px;
}
.modal-title{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 40px;
    color: #FFFFFF;
    text-align: center;
}
.modal-header{
    border: none;
}
.modal-footer{
    border: none;
}
.dxfa_pdf_close_btn{
    background: rgba(127, 11, 3, 0);
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: lowercase;
}
.dxfa_pdf_close_btn:hover{
    color: #7f0b03;
    background-color: #FFFFFF;
}
.dxFA_GoogleCaptchaBlock{
    margin: auto;
}
#Recaptcha_PDF_Form div{
     margin: auto;
}
#formValidationErrors{
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}
.form_confirmation{
  text-align: center; 
  color:#FFF; 
  font-weight:bold; 
  display:none; 
  font-size: 20px;
}
/* ================================= */
/* -------- Responsive CSS --------- */
/* ================================= */
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
	h2 {
	  font-size: 28px;
	}
	.top-contact {
	  padding: 0 8px;
	}
  .top-contact > a {
    letter-spacing: 0;
  }
	#do_work .col-md-5 {
	  height:auto;
	}
	.padding_bottom {
		padding-bottom: 40px;
	}
	.padding_top {
		padding-top: 25px;
	}
	 #do_work2 .col-md-5 {
	  height: auto;
	}
	#home_banner {
		background-position:center center !important;
	}
	#header-home-2 nav.navbar.bootsnav ul.nav > li > a {
	  padding: 15px 5px;
	}
	#header-home-2 nav.navbar.bootsnav .navbar-toggle {
	  float: right;
	  margin-right: 0;
	}
	#header-home-2 .attr-nav {
	  margin-top:22px;
	  right: 28%;
	}
	#header-home-2 nav.navbar.bootsnav .navbar-toggle {
	  float: right;
	  margin-right: 0;
	  margin-top: 23px;
	}
	#header-home-2 nav.navbar.bootsnav {
	  padding-bottom: 25px;
	}
	#header-home-2 nav.navbar.bootsnav .navbar-nav{
	  padding-top: 55px;
	}
	.banner_details h1 {
	  font-size: 27px;
	}
	#home_banner-2 .banner_details > p {
	  padding-right: 0;
	  text-align: center;
	}
	#bigger_picture_2 .bigger_picture_detail > p {
	  padding: 40px 14px 0;
	}
	.do_work_2_detail,
	.do_work_4_detail {
	  margin-left: 0;
	  padding: 10px;
	  text-align:center;
	}
	.do_work_2_img,
	.do_work_4_img {
	  bottom: -23px;
	  position: relative;
	  right: 0;
	  clear:both;
	}
	#do_work_3::before {
	  display: none;
	}
	#do_work_3::after {
	  display: none;
	}
	#do_work_3 {
	  padding-bottom: 0;
	  padding-top: 0;
	  position: relative;
	}
	.do_work_3_img {
	  bottom: -15px;
	  left: 0;
	  position: relative;
	  clear:both;
	}
	.do_work_3_detail {
	  margin-right: 0;
	  padding: 10px;
	}
}
@media (max-width: 767px) {
  .dxfalanding_contact_details{
    text-align: center;
  }
	#header-home .col-md-9 {
	  text-align: center;
	}
	#header-home .col-md-3 {
	  text-align: center;
	}
	.logo {
	  text-align: center;
	}
	.logo > a {
	  position: relative;
	}
	.logo img {
	  width: auto;
	}
	#do_work .col-md-5,
	#do_work2 .col-md-5 {
		padding-right:15px;
		padding-left:15px;
	}
	.do_work_detail {
	  text-align: center;
	  margin-bottom: 30px;
	}
	#do_work2 .border-heading2::before,
	#do_work .border-heading::before{
		display:none;
	}
	#do_work .col-md-7 {
	  padding-left: 15px;
	}
	#do_work2 .col-md-5 {
	  height: auto;
	}
	#do_work2 .do_work_detail {
	  text-align: center;
	}
	#do_work2 .col-md-7 {
	  padding-right: 15px;
	}
	.features_box {
	  height: auto;
	}
	.form-group {
	  width:100%;
	}
	.footer_contact {
	  text-align: center;
	}
	.footer_social {
	  margin-top: 20px;
	  text-align: center;
	}
	#CenterContactInfo{
		border-left: none;
		border-right: none;
	}
	.footer_contact > p:nth-child(2) {
	  border: medium none;
	}
	.top-contact {
	  margin-bottom: 8px;
	  margin-top: 8px;
	}
	.top-contact:nth-child(2) {
	  border: 0 none;
	}
	#header-home-2 nav.navbar.bootsnav {
	  padding-bottom: 8px;
	}
	#header-home-2 nav.navbar.bootsnav .navbar-brand {
	  display: none;
	}
	#header-home-2 .mobile_logo{
	  display: block;
	  margin:0 auto;
	  text-align: center;
	}
	#header-home-2 .attr-nav {
	  margin: 2px -14px 0 0;
	}
	#header-home-2 nav.navbar.bootsnav .navbar-toggle {
	  margin-left: 5px;
	  margin-right: 0;
	  margin-top: 3px;
	}
	.quality-enrichment {
	  height: 100%;
	  margin: 80px 0;
	  width: 100%;
	}
	.quality-enrichment p {
	  font-size: 10px;
	  line-height: 20px;
	}
	.quality-enrichment h4 {
	  font-size: 15px;
	  padding: 9px 0;
	}
	.quality-enrichment {
	  padding-top: 0;
	}
	.integrity{
	  position: relative;
	}
	.enrichment{
	  position: relative;
	  right: -20px;
	}
	.schema{
	  position: relative;
	}
	.the-go{
	  position: relative;
	  right: -48px;
	}
	#logo-slider .owl-next {
	  right: 0;
	}
	#logo-slider .owl-prev {
	  left: 0;
	}
	.footer_box {
	  margin-bottom: 30px;
	}
	#home_banner-2 .banner_details h1::after {
	  top: 53px;
	}
	#home_banner-2 .banner_details h1 {
	  font-size: 25px;
	}
	.do_work_2_detail,
	.do_work_4_detail {
	  text-align:center;
	}
	.do_work_2_detail > button,
	.do_work_3_detail > button,
	.do_work_4_detail > button{
	  margin-bottom: 25px;
	  margin-top: 25px;
	}
	.do_work_3_detail {
	  text-align: center;
	}
	.do_work_3_detail > h4::after {
	  left: 0;
	  margin: 0 auto;
	  right: 0;
	}
	.do_work_2_detail > h4::after {
	  left: 0;
	  margin: 0 auto;
	  right: 0;
	}
	.test-detail.row {
	  padding: 0 15px;
	}
	#sync1 .faq-detail span img {
	  width: 11%;
	}
	#sync1 .faq-detail-2 span img {
	  width: 11%;
	}
	#sync1 .faq-detail-2 > p {
	  font-size: 14px;
	}
	#sync1 .faq-detail > p {
	  font-size: 14px;
	}
	.heading2 p {
	  padding: 60px 6% 0;
	}
}
@media (max-width: 480px) {
    #video-section{
        display: none;
    }
} 
@media (max-width: 360px) {
    .googleCAPTCHA {
        padding-left: 6px;!important
}
    form.data_form .form-group{
        width: 320px; !important
    }

}
@media(min-width:900px and max-width:1200px){
	#home_banner .banner_details h1{ font-size: 40px;}
	#home_banner .banner_details h2{ font-size:19px;}
}