@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600|Reem+Kufi');
body{
    font-family: 'Dosis', sans-serif !important;
    background: #ddd;
}
.default_color {background: #2962ff;padding: 0 0 0 0;margin-bottom: 0px;background-size: cover;width: 100%;float: left;background-repeat: no-repeat;background-image: url('https://marketing.readwhere.com/gomobile/OB829N0.jpg');}
.default_color_text {
    color: #2196F3 !important
}
.icon-block {
    padding: 0 15px
}
#intro,
#work,
#team {
    margin-top: 1rem;
    width: 100%;
    float: left;
    border-top: 1px dashed #EEF;
}
#index-banner {
    min-height: 680px;
    max-height: 864px;
    position: relative;
    background-image: url(../OB829N0.jpg);
    background-size: cover;
    /*background: #ffcc00;*/
    border: none;
}
#nav_f {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}
.text_h {
    padding: 15% 0;
    font-size: 6.0em;
    font-weight: 100;
    color: white
}
.brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 100;
    padding: 0;
    letter-spacing: 7px
}
.text_h2 {
    font-weight: 100;
    margin-bottom: 4%;
}
.span_h2 {
    font-weight: 300;
    color: #2196F3
}
.text_b {
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;
    background: #2962FF;
    margin: 0px;
    padding: 15px 0;
    font-weight: bold;
    font-size: 2em;
}
.in {
    font-weight: 400 !important;
    font-style: normal !important
}
.promo i {
    color: #2196F3;
    font-size: 7rem;
    display: block
}
.card-content a {
    color: #2196F3
}
.card-content a:hover {
    color: #2196F3
}
#work,
#team {
    background: #fff;
}
.text_pink {
    color: #EF9A9A
}
nav ul a {
    font-size: 1.2rem;
    display: block;
    color: #000;
    font-weight: 300;
    padding: 0px 15px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 3.2em;
}
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden
}
.cd-headline.type .cd-words-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9
}
.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite
}
.cd-headline.type .cd-words-wrapper.selected {
    background-color: #FFF
}
.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden
}
.cd-headline.type .cd-words-wrapper.selected b {
    color: #2196F3
}
.cd-headline.type b {
    visibility: hidden
}
.cd-headline.type b.is-visible {
    visibility: visible
}
.cd-headline.type i {
    position: absolute;
    visibility: hidden
}
.cd-headline.type i.in {
    position: relative;
    visibility: visible
}
@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1200
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}
@media only screen and (max-width: 480px) {
    .text_h {
        padding: 4% 0;
        font-size: 5em;
        font-weight: 100;
        color: white
    }
}
input,
textarea {
    border-bottom: 1px solid #fff
}
nav a.button-collapse {
    left: -25px
}
.card-avatar .waves-effect {
    text-align: center;
    margin-top: 20px
}
.card-avatar img {
    height: 150px;
    width: 150px;
    border-radius: 75px
}
.card-avatar .card-content {
    text-align: center
}
.card .card-content p {
    margin: 15px 0px
}
.brand-logo img {
    width: 224px;
}
.card-avatar .card-content i {
    font-size: 1.5rem
}
.card-avatar .card-content .card-title {
    line-height: 30px !important
}
.parallax-container {
    max-height: 400px
}
footer.page-footer {
    margin-top: 0px !important
}
.blue_overlay{
    width: 100%;
    float: left;
    background: rgba(0,0,0,0.44);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}
.blue_div{
    /*background: rgba(33,150,243,0.8);*/
}
.col-50{
    width: 50%;
    float: left;
}
.col-64{
    width: 64%;
    float: left;
}
h1.main_h1{
    width: 100%;
    float: left;
    margin: 0px;
}

.fixed_prs{
    font-size: 1.64em;
    z-index: 99;
    width: 35%;
    position: relative;
    margin: -40% 1% 0 0;
    background: #fff;
    border-radius: 10px 10px;
    padding: 14px 0;
    overflow: hidden;
    border: 12px solid #ffcc00;
    right: 0px;
    float: right;
}
.zoho_crm_form{
  width: 100%;
  background:#fff;
}
.zoho_crm_form tr{
  width: 100%;
  background:#fff;
}
.zoho_crm_form tr td{
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.td_cls{
  nowrap:nowrap;
  text-align:left;
  width: 40%;
}
.td2_cls{
  width: 60%;
}
.submit_btm{
    background: #ffcc00;
    padding: 10px 18%;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}
.get_in_touch_head{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 24px 4px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #eee;
}
#crmWebToEntityForm{
    /* width: 100%; */
    /* margin: auto; */
    /* padding: 0; */
    /* float: left; */
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); */
    padding: 14px;
    background: #fff;
}
h1.main_h1 span.white{
    width: 100%;
    float: left;
    position: relative;
    font-size: 0.4em;
    font-weight: 400;
    line-height: 0.88em;
    background-color: transparent !important;
    padding: 0% 0 0 0;
    letter-spacing: 0;
    position: relative;
    z-index: 9;
}
.yellow_span{
    /*width: 100%;
    float: left;
    text-align: left;
*/
    /*font-size: 2em;
    padding: 30px 0 0 0;
    letter-spacing: 0px;
    display: inherit;
    margin: 0 0 0 -7px;*/
    color: #ffcc00;
  }
.xra{
    font-size: 3em;
    padding: 7% 0 0 0;
    margin: 0 0 0 -12px;
}
#crmweb_form{
    width: 100%;
    float: left;
    background: #fff;
    padding: 21px;
    color: #222;
}
.ab_container{
    width: 84%;
    float: left;
    margin: -10% 8% -4.4%;
    background: #fff;
    padding: 0;
    z-index: 99;
    position: relative;
    border-radius: 11px 11px 0 0;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.14);
}
.small_text{
    width: 100%;
    float: left;
    color: #666;
    font-size: 18px;
    padding: 12px 24px;
}
.full_widdth{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.section img{
    max-width: 100%;
    padding-top: 4%;
}
.our_work_img{
    width: 100%;
    float: left;
}
#our_work{
    width: 100%;
    float: left;
    background: #ddd;
}
.blue_bgg{
    width: 36%;
    float: left;
    background: #000;
    height: 56%;
    position: absolute;
    top: 14%;
    left: 12%;
    transform: skew(1deg,-11deg);
    z-index: 1;
    opacity: 0.38;
    display: none;
}
.main_question{
    font-size: 2.4rem;
    line-height: 110%;
    color: #2962FF;
    text-align: left;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 12px 24px 4px;
}
.form_infooter{
    width: 80%;
    float: left;
    margin: 4% 10% 10%;
}
.main_50{
    width: 48%;
    float: left;
    margin: 1%;
}
.video_div{
    width: 100%;
    float: left;
    border: none;
    padding: 4% 0;
}
.vis_hidden{
    visibility: hidden;
    display: none;
}
.thnk_msg{
    font-size: 1.4em;
    border: none;
    display: block;
    padding: 35% 20px;
}
.thnq_msg{
    color: #2962FF;
    font-size: 3em;
    display: block;
    line-height: 0.9em;
    padding: 0 0 14px 0;
}
.mar_right{
    margin-right: 4%;
}
@media (max-width: 700px) {
.thnq_msg{
    font-size: 2em;
}
.mar_right{
    margin-right: 0px;
}
  .blue_bgg{
    width: 100%;
  }
  .main_50{
    width: 100%;
    float: left;
    }
  .fixed_prs{
    width: 100%;
    float: right;
    margin: 0px;
    border-radius: 0px;
  }
  .col-64{
    width: 100%;
    float: right;
  }
  .row .col.s6{
    width: 100%;
    float: left;
  }
  .yellow_span{
    font-size: 1.4em;
    padding-top: 8px;
  }
  .white {
    width: 90%;
  }
  .ab_container {
    width: 100%;
    float: left;
    margin: 0px !important;
  }
  #index-banner{
     background-position-x: -95%;
  }
  .brand-logo img{
    width: 224px !important;
  }
}
@media (min-width: 1600px) {
    .fixed_prs{
        margin: -28% 2% 0 0% !important;
    }
}


