html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body {
    font-family: 'HelveticaNeueLT-45-Light';
    clor: #000000;
    font-size: 15px;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px;
    padding: 0px;
}
p {
    font-family: 'HelveticaNeueLT-45-Light';
    color: #000000;
    font-size: 15px;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.col-xs-15 {
    width: 20%;
    float: left;
    padding: 0 15px;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
        padding: 0 15px;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
        padding: 0 15px;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
        padding: 0 15px;
    }
}
/*####################Header*/
.main-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 23px 0px 12px;
    z-index: 999;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.main-header.sticky_container {
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    padding: 15px 0px 2px;
}
.logo {
    display: block;
}
.logo img {
    max-width: 100%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.main-header.sticky_container .logo {
    padding-top: 3px;
}
.main-header.sticky_container .logo img {
    max-width: 42%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.main-nav {
    text-align: right;
}
.main-nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.main-nav ul li {
    float: left;
    text-align: left;
    margin-left: 10px;
}
.main-nav ul li:first-child {
    margin-left: 0px;
}
.main-nav ul li a {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    padding: 15px 10px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    line-height: 1;
}
.main-header.sticky_container .main-nav ul li a {
    padding: 11px 15px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.main-nav ul li a:hover,
.main-nav ul li.active a{
    background: #0076a3 !important;
}
span.phone-span {
    color: #fff;
    display: block;
    padding: 14px 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-align: left;
    border-right: 1px solid #565656;
    line-height: 1;
}
.main-nav ul li.r-quote a {
    border: 1px solid #565656;
}
button.navbar-toggle {
    border: 1px solid #565656;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
button.navbar-toggle span {
    background: #565656;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
button.navbar-toggle:hover {
    border: 1px solid #fff;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
button.navbar-toggle:hover span {
    background: #fff;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
/*main-slider*/
.main-slider {
    padding-top: 71px;
    position: relative;
}
.slider-data {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 71px;
    z-index: 777;
}
.slider-data .container {
    height: 100%;
}
.slider-img img {
    max-width: 100%;
}
.align-v {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-data-d.slider-data h2 {
    color: #191919;
    font-family: 'Helvetica-Black';
    font-size: 48px;
    margin: 0 0 10px;
}
.slider-data-d h3 {
    color: #191919;
    font-family: 'HelveticaNeueLT-35-Thin';
    font-size: 40px;
    margin: 0 0 6px;
    opacity: 0.9;
}
.slider-data-d h4 {
    color: #191919;
    font-family: 'Helvetica-Black';
    font-size: 58px;
    margin: 0 0 15px;
    opacity: 0.9;
    text-transform: uppercase;
}
.slider-data-d h5 {
    color: #030000;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 24px;
    margin: 0px;
}
.slider-data-d h5 span {
    color: #237fca;
}
.slider-data p {
    color: #000;
    font-family: 'HelveticaNeueLT-45-Light';
    font-size: 17px;
    margin: 0 0 15px;
}
.slider-data ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 15px;
}
.slider-data ul li {
    float: left;
    padding-right: 20px;
    position: relative;
    font-family: 'HelveticaNeueLT-37-ThinCond';
    font-size: 29px;
    color: #000;
    opacity: 0.7;
}
.slider-data ul li:after {
    content: ".";
    font-family: 'HelveticaNeueLT-37-ThinCond';
    position: absolute;
    right: 6px;
}
.slider-data ul li:last-child:after {
    display: none;
}
.slider-data ul li:first-child {
    margin-left: 0;
}
.btn-blue-radius {
    background: #0073c6;
    color: #fff;
    text-align:  center;
    display: inline-block;
    border-radius: 20px;
    width: 190px;
    padding: 8px 10px 10px;
    font-family: 'HelveticaNeueLT-45-Light';
    font-size: 16px;
}
.btn-blue-radius:hover {
    color: #fff;
}
/*Counter*/
.count-section {
    background: url(../images/count-bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
}
.count-col {
    text-align: center;
}
.count-1,
.count-2 {
    border-right: 1px solid #c2c2c2;
}
.count-col h3 {
    font-size: 24px;
    color: #5f5f5f;
    font-family: 'HelveticaNeueLT-35-Thin';
    padding: 20px 0;
    margin: 20px 0 10px;
}
.count-col h3 span {
    font-size: 35px;
    font-family: 'HelveticaNeueLT-65-Medium';
}
/*process-Section*/
.process-section {
    background: url(../images/process-bg.jpg) no-repeat center center;
    padding: 40px 0 110px;
    background-size: cover;
    -webkit-background-size: cover;
}
.process-heading {
    margin-bottom: 30px;
    text-align:  center;
}
.process-heading h2 {
    font-size: 35px;
    color: #404040;
    font-family: 'HelveticaNeueLT-35-Thin';
    margin: 0;
    line-height: 35px;
}
.process-heading h2 span {
    font-size: 35px;
    color: #404040;
    
    font-family: 'Helvetica-Black';
    margin: 0;
    text-transform: uppercase;
}
.process-list {
    list-style: none;
    padding: 60px 0 0;
    margin: 0px;
}
.process-list li {
    font-size: 32px;
    color: #4b4b4b;
    line-height: 38px;
    margin-bottom: 30px;
}
.points-img {
    float: left;
    width: 70px;
}
.points-img img {
    max-width: 100%;
}
.points-txt {
    width: 100%;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    padding: 11px 0 0 15px;
    float: left;
}
/*section-1*/
.section-1 {
    padding: 60px 0;
}
.section-1 .text-content {
    padding: 80px 30px 0 20px;
}
.section-1 .text-content h3 {
    font-size: 26px;
    margin: 10px 0;
    color: #000;
    font-family: 'HelveticaNeueLT-47-LightCond';
}
.section-1 .text-content p {
    font-size: 15px;
    margin: 0px;
    color: #000;
}
.section-1-data {
    
}
.row.section-1-data {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 0px;
    overflow: hidden;
}
.section-img img {
    width: 100%;
}
.section-1-data-a,
.section-1-data-b {
   padding: 0;
    
}
.section-1-top {
    margin-bottom: 50px;
}
.section-1-top p {
    font-size: 23px;
    line-height: 42px;
    margin: 0px;
    color: #000;
    font-family: 'HelveticaNeueLT-35-Thin';
    text-align: center;
}
/*our-services*/
.our-services.our-services-top {
    padding: 60px 0;
    text-align: center;
}
.our-services.our-services-top .our-services-p {
    margin-bottom: 30px;
}
.our-services.our-services-top .our-services-p p {
    font-family: 'HelveticaNeueLT-35-Thin';
    font-size: 35px;
    line-height: 29px;
    color: #313131;
    text-align: center;
}
.our-services .our-services-p p strong {
    text-transform: uppercase;
    font-family: 'Helvetica-Black';
    color: #5f5f5f;
}
.srvice-icon {
    margin-bottom: 15px;
    min-height: 35px;
}
.our-services h4 {
    font-family: 'HelveticaNeueLT-47-LightCond';
    color: #2d2c2c;
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.our-services p {
/*    font-family: 'HelveticaNeueLT-47-LightCond';*/
    color: #2d2c2c;
    font-size: 14px;
    text-align: justify;
    text-justify: distribute;
}
/*Who We Section*/
.we-section.good-section-bg {
    background: url(../images/who-we-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0 65px;
}
.good-section h2 {
    color: #5f5f5f;
    font-size: 35px;
    margin: 0 0 25px;
    padding: 0;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.good-section p {
    font-size: 18px;
    color: #000;
    font-family: 'HelveticaNeueLT-35-Thin';
    padding-bottom: 0px;
    margin: 0;
    text-align: justify;
}
.good-section h2 strong {
    font-family: 'Helvetica-Black';
}
/*we-do-section*/
.we-do-section {
    padding: 60px 0;
}
.we-do-head {
    margin-bottom: 30px;
}
.we-do-head h2 {
    color: #5f5f5f;
    font-size: 35px;
    margin: 0 0 6px;
    font-family: 'HelveticaNeueLT-35-Thin';
    text-transform: uppercase;
}
.we-do-head h2 strong {
    font-family: 'Helvetica-Black';
}
.we-do-head p.we-do-head-p1 {
    color: #393939;
    font-size: 26px;
    margin: 0 0 6px;
    font-family: 'HelveticaNeueLT-35-Thin';
    line-height: 34px;
}
.we-do-head p {
    color: #393939;
    font-size: 24px;
    margin: 0 0 6px;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.we-do-head .we-do-head-img {
    margin: 15px 0;
}
.we-do-head .we-do-head-img img {
    max-width: 100%;
}
.we-do-section-row {
    margin-bottom: 15px;
}
.service-bx-txt {
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
}
.service-bx-txt h3 {
    font-size: 22px;
    color: #494949;
    font-family: 'HelveticaNeueLT-65-Medium';
    font-weight: normal;
    margin: 0 0 6px;
}
.service-bx-txt p {
    font-size: 22px;
    color: #494949;
    text-align: justify;
    font-family: 'HelveticaNeueLTStd-Lt';
}
.service-bx-txt:before {
    content: "";
    background: #0176a3;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 0px;
    border-radius: 100%;
}
.facts-bx {
    display: inline-block;
    width: 300px;
    margin: 15px 0;
/*    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;*/
    border: solid 1px #ECECEC;
    padding: 5px 0;
    background: url(../images/stripes2.png) repeat #FFF;
}
.facts-bx h4 {
    font-family: 'Helvetica-Black';
    color: #5f5f5f;
    font-size: 72px;
    margin: 6px;
    position: relative;
}
.count-plus:after {
    content: "+";
    position: absolute;
    font-size: 30px;
    top: 0;
    margin-left: 0;
}
.facts-bx p {
    color: #8d8d8d;
    font-size: 14px;
    margin: 0px;
}
/*Real Projects*/
.real-projects {
    padding: 60px 0 30px;
}
.projects-col-1 {
    padding-right: 0px;
}
.projects-col-2 {
    padding-right: 0px;
}
.projects-col-3 {
    padding-right: 0px;
}
.projects-col-4 {
    padding-right: 0px;
}
.real-projects h2 {
    color: #5f5f5f;
    font-size: 35px;
    margin: 0 0 10px;
    text-align:  center;
    padding: 0px;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.real-projects h2 strong {
    font-family: 'Helvetica-Black';
    text-transform: uppercase;
}
.real-projects-1 p {
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    font-family: 'HelveticaNeueLT-35-Thin';
    text-align: center;
    padding: 0px;
    margin: 0 0 40px;
}
.real-projects-1 p.heading-p-2 {
    font-size: 26px;
    line-height: 32px;
}
.prf-tabs-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.prf-tabs-list li {
    float: left;
    margin-left: 15px;
}
.prf-tabs-list li:first-child {
    margin-left: 0px;
}
.portfolio-tabs {
    margin: 0 0 30px;
}
.prf-tabs-list li a {
    background: #5f5f5f;
    font-size: 20px;
    color: #fff;
    padding: 10px 30px;
    display: block;
    font-family: 'helvetica_ce_55_romanregular';
}
.prf-tabs-list li.active a {
    background: #0073c6;
    color: #fff;
}
.project-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
}
.project-box img {
    width: 100%;
}
.project-dis {
    position: absolute;
    left: 0px;
    top: 82%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.project-box.project-box-small .project-dis {
    top: 56%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.project-box:hover .project-dis {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.project-box.project-box-small:hover .project-dis {
    top: -68px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.project-box.project-box-small .project-dis {
    height: 215px;
}
.project-box.project-box-small .project-dis .project-dis-detail {
    padding: 10px;
    height: 135px;
}
.project-box.project-box-small .project-dis .project-dis-detail p {
    font-size: 15px;
    line-height: 24px;
}
.project-dis-head {
    background: #00a2ff;
    padding: 10px;
}
.project-dis-head h3 {
    margin: 0px;
    font-size: 22px;
    color: #fff;
    padding: 0;
}
.project-dis-head h3 span {
    float: right;
}
.project-dis-head p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.project-dis-head-2 {
    
}
.project-dis-head-2-p1 {
    float: left;
}
.project-dis-head-2-p2 {
    float: right;
}
.project-dis-detail {
    padding: 15px;
    position: relative;
    height: 100%;
}
.project-dis-detail p {
    font-size: 18px;
    color: #fff;
    font-family: 'HelveticaNeueLT-35-Thin';
    line-height: 30px;
}

.servicesnumber  i {
    display: none;
}
.list-num {
    float: left;
    width: 15px;
}
.list-txt {
    width: 100%;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    float: left;
    padding-left: 10px;
}
/*Portfolio New*/
.portfolio-bxs {
    width: 100%;
    margin: auto;
}
.portfolio-row {
    display: table;
    width: 100%;
}
.portfolio-image {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#484b5a+0,2d2f3b+100 */
background: #484b5a; /* Old browsers */
background: -moz-linear-gradient(top,  #484b5a 0%, #2d2f3b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #484b5a 0%,#2d2f3b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #484b5a 0%,#2d2f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484b5a', endColorstr='#2d2f3b',GradientType=0 ); /* IE6-9 */


}
.portfolio-image img {
    width: 100%;
}
.portfolio-des {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: #e5e5e5;
}
.prf-heading {
    border-bottom: 1px solid #d5d5d5;
    padding: 18px 20px 10px;
}
.prf-heading h3 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #656565;
    font-weight: 600;
    font-family: 'Open Sans Condensed', sans-serif;
    
}
.prf-heading h3 span {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
}
.prf-detail {
    padding: 17px 20px;
}
.prf-first {
    height: 171px;
    margin-bottom: 15px;
}
.prf-first h4 {
    color: #5e5f62;
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
    margin: 0 0 15px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.prf-first h4 span {
    display: block;
    color: #5e5f62;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2px;
}
.prf-detail-des {
    display: none;
    height: 171px;
    margin-bottom: 15px;
    padding-right: 5px; 
}
.prf-detail-des p {
    margin: 0 0 15px;
    font-size: 22px;
    color: #656565;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
}
.view-btn {
    background: #a5a5a5;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    width: 160px;
    text-align: center;
    padding: 6px 5px;
    text-decoration: none;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.view-btn:hover,
.view-btn:focus {
    text-decoration: none;
    color: #fff;
    background: #00a2ff;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.row.prf-row {
    margin-bottom: 30px;
}
/**/
/*best-eng*/
.best-eng {
    padding: 60px 0;
    position: relative;
}
.best-eng-heading {
    margin-bottom: 50px;
}
.best-eng-heading h2 {
    font-size: 26px;
    color: #000;
    opacity: 0.9;
    margin: 0;
    font-family: 'HelveticaNeueLT-47-LightCond';
    text-align: center;
}
.best-eng-heading h2 strong {
    font-family: 'HelveticaNeueLT-47-LightCond';
}
.best-section-data {
    position: relative;
}
.best-section-bg img {
    width: 100%;
}
.best-section-txt {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
.best-section-data .container {
    height: 100%;
}
.best-section-txt p {
    font-size: 36px;
    line-height: 46px;
    color: #181718;
    margin: 0;
}
.best-section-txt p strong {
    font-family: 'HelveticaNeueLT-65-Medium';
}
/*roboto-info*/
.roboto-info {
    padding: 60px 0;
}
h2.h2-heading {
    font-size: 36px;
    color: #000;
    opacity: 0.9;
    margin: 0 0 50px;
    text-align: center;
}
h2.h2-heading strong {
    font-family: 'HelveticaNeueLT-65-Medium';
}
.robot-data-img img {
    width: 100%;
}
.robot-data-txt {
    padding-top: 100px;
}
.robot-data-txt h4 {
    font-size: 26px;
    color: #000;
    margin: 6px 0;
    font-family: 'HelveticaNeueLT-47-LightCond';
    font-weight: bold;
}
.robot-data-txt p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
/*best-work-section*/
.best-work-section {
    padding: 60px 0;
}
.row.best-work-row {
    display: table;
    width: 100%;
    margin: 0;
}
.row.best-work-row .best-txt,
.row.best-work-row .best-image {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    width: 50%;
}
.best-left {
    
}
.best-left .best-txt-in {
    
}
.best-txt-in {
    padding: 0 150px 0 70px;
}
.best-right .best-txt {
    background: #f1f1f1;
}
.best-right .best-txt-in {
    
}
.best-txt-in h3 {
    font-size: 26px;
    color: #000;
    margin: 12px 0 10px;
    font-family: 'HelveticaNeueLT-47-LightCond';
    font-weight: bold;
}
.best-right .best-txt-in h3 {
    color: #2d2c2c;
}
.best-txt-in p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    margin: 0;
}
.best-right .best-txt-in p {
    color: #2d2c2c;
}
/*our-testimonials*/
.our-testimonials {
    padding: 60px 0;
}
.testi-data {
    padding: 60px 0;
    background: #f6f6f6;
}
.testi-data-img {
    width: 200px;
}
.testi-data-img img {
    border-radius: 100%;
    width: 160px;
    height: 160px;
}
.testi-data-txt {
    width: 100%;
    /* Firefox */
    width: -moz-calc(100% - 200px);
    /* WebKit */
    width: -webkit-calc(100% - 200px);
    /* Opera */
    width: -o-calc(100% - 200px);
    /* Standard */
    width: calc(100% - 200px);
    float: left;
    padding-left: 70px;
}
.testi-data .container {
    width: 800px;
}
.testi-data-txt h3 {
    font-size: 35px;
    color: #2d2c2c;
    margin: 0 0 20px;
    font-family: 'HelveticaNeueLT-47-LightCond';
}
.testi-data-txt p {
    font-size: 16px;
    color: #000000;
    margin: 0px;
    line-height: 26px;
    position: relative;
}
.testi-data-txt p:after {
    content: "";
    width: 36px;
    height: 36px;
    background: url(../images/quote-2.png);
    position: absolute;
    margin-left: 10px;
}
.testi-data-txt p:before {
    content: "";
    width: 36px;
    height: 36px;
    background: url(../images/quote-1.png);
    position: absolute;
    left: -46px;
}
/*footer*/
footer#footer {
    background: #f4f4f4;
    padding: 140px 0 0;
    position: relative;
}
.footer-1 {
    padding: 0 0 40px;
}
.ftr-bx {
    margin-bottom: 20px;
}
.footer-1 h3 {
    font-size: 20px;
    color: #1f1f1f;
    margin: 0 0 6px;
}
.footer-1 p {
    font-size: 14px;
    color: #1f1f1f;
    margin: 0 0 6px;
}
.footer-1 a {
    font-size: 14px;
    color: #1f1f1f;
}
.footer-1 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-1 ul li {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 20px;
}
.footer-1 ul li a {
    font-size: 14px;
    color: #1f1f1f;
}
.footer-2 {
    background: #464646;
    text-align: center;
    padding: 20px 0;
}
.footer-2 p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.contact-form .form-field {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    height: 35px;
    background: #e7e5e6;
    padding: 0 0 0 10px;
}
.contact-form textarea.form-field {
    height: 110px;
    padding: 10px;
    resize: none;
}
.form-btn {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    background: #8a8a8a;
    color: #fff;
    padding: 8px;
}
.form-row {
    margin-bottom: 6px;
}

.icons-bx {
    padding: 10px 0 90px;
}
.icons-bx a:first-child {
    margin-left: 0px;
}
.icons-bx a {
    display: inline-block;
    margin-left: 30px;
}
.footer-icon-1 {
    position: absolute;
    top: -68px;
    width: 100%;
}
/**/
.price-info-section { 
    padding: 0px 0 60px;
}
.price-info-section-head h2 {
    color: #5f5f5f;
    font-size: 35px;
    margin: 0 0 10px;
    text-align: center;
    padding: 0px;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.price-info-section-head strong {
    font-family: 'Helvetica-Black';
}
.price-info-section-head p {
    text-align: center;
    color: #393939;
    font-size: 26px;
    margin: 0 0 50px;
    font-family: 'HelveticaNeueLT-35-Thin';
    line-height: 34px;
}
.price-info-section-head h4 {
    color: #2e313d;
    font-size: 24px;
    margin: 0 0 30px;
    text-align: center;
    padding: 0px;
    font-family: 'HelveticaNeueLT-35-Thin';
    opacity: 0.8;
}
.price-info-section-head h4 span {
    font-family: 'Helvetica-Black';
    text-transform: uppercase;
    color: #5f5f5f;
}
.price-info-table {
    
}
.price-info-table h3 {
    color: #575a63;
    font-size: 26px;
    margin: 0 0 10px;
    font-family: 'Helvetica-Black';
    line-height: 32px;
    min-height: 92px;
    padding: 25px 30px 0px 30px;
    text-transform: uppercase;
}
.price-info-table h3 span {
    display: block;
    font-family: 'HelveticaNeueLT-35-Thin';
    color: #3a3a3a;
}
.price-info-amount {
    padding: 0px 30px 20px 30px;
}
.price-info-amount-1 {
    width: 175px;
}
.price-info-amount-1,
.price-info-amount-2 {
    color: #282828;
    font-size: 16px;
    float: left;
}
.price-info-amount-1 span,
.price-info-amount-2 span {
    color: #0076a3;
    font-size: 22px;
}
.price-info-amount-1 i {
    font-style: normal;
    font-size: 14px;
}
.price-info-amount-2 {
    margin-left: 25px;
}
.price-info-table.price-info-table-1 {
    border: 1px solid #c2c2c2;
    border-top: 0px;
}
.txt-blue-1 {
    color: #0076a3 !important;
    font-style: normal;
}
.price-info-table.price-info-table-2 {
    border: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
}
.row-table-col-2 {
    border-left: 1px solid #c2c2c2;
}
.auto-rates-bx {
    padding-top: 60px;
}
.price-info-section-head.price-info-section-bottom h4 {
    font-size: 18px;
    margin: 30px 0 20px;
}
.reg-team-info .price-info-section-head {
    padding-top: 40px;
}
.reg-team-info .price-info-section-head h4 {
        margin: 0 0 30px;
}
/*Teams Info*/
.teams-info {
    
}
.table.price-table {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    border-right: 0px;
    width: 100%;
}
.table.price-table tr th:first-child {
    width: 70px;
}
.table.price-table tr th,
.table.price-table tr td {
    border-color: #e0e0e0;
    text-align: center;
    vertical-align: middle;
    padding: 12px 5px;
    border-right: 1px solid #e0e0e0;
    
}
.table.price-table tr td {
    color: #3a3a3a;
    font-size: 18px;
/*    font-family: 'HelveticaNeueLT-35-Thin';*/
}
.table.price-table tr th {
    color: #5f5f5f;
    font-size: 22px;
    font-family: 'helvetica_ce_55_romanregular';
    font-weight: normal;
}
.table.price-table tr th span {
    display: block;
    color: #282828;
    font-size: 14px;
}
.teams-info.reg-team-info {
    margin-bottom: 50px;
    padding-top: 0px;
}
.table.price-table tr .txt-blue {
    color: #0076a3;
    font-size: 26px;
    font-family: 'HelveticaNeueLT-65-Medium';
}
.teams-info.auto-team-info {
    
}
.teams-info-head {
    margin-bottom: 50px;
}
.teams-info-head h2 {
    font-size: 30px;
    margin: 0px 0 20px;
    padding: 0px;
    text-transform: none;
    color: #2e313d;
    opacity: 0.8;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.teams-info-head h2 strong {
    font-family: 'Helvetica-Black';
    text-transform: uppercase;
}
.teams-info-head p {
    font-size: 26px;
    line-height: 32px;
    margin: 0px;
    padding: 0px;
    color: #121212;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.row-table {
    display: table;
    width: 100%;
    background: #f1f1f1;
}
.row-table-col {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
.good-section-bg {
    background: url(../images/we-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}
.row-table-col.row-table-col-bg {
    background: url(../images/team-img-1.jpg) no-repeat center center;
    background-size: cover;
/*     width: 50%;*/
     background-position: 0px -65px;
}
.teams-info.auto-team-info .row-table-col.row-table-col-bg {
    background: url(../images/team-img-2.jpg) no-repeat center center;
    background-size: cover;
/*    width: 50%;*/
    background-position: top;
}
.reg-team-points {
    padding: 20px 15px 0;
}
.reg-team-points ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.teams-info.auto-team-info .reg-team-points {
    padding-bottom:  20px;
}
.teams-info.auto-team-info .reg-team-points ul {
    padding-left: 30px;
}
.teams-info.auto-team-info .reg-team-points ul li {
    padding: 40px 0;
}
.reg-team-points ul li {
    border-bottom: 1px solid #fff;
    padding: 25px 0;
}
.reg-team-points ul li:last-child {
    border-bottom: 0px solid #fff;
}
.reg-team-points-num {
    float: left;
    width: 40px;
    font-size: 40px;
    color: #494949;
    line-height: 50px;
    text-align: left;
    margin: 0 0 0px;
    font-family: 'HelveticaNeueLTStd-Lt';
    opacity: 0.5;
}
.reg-team-points-head {
    float: left;
    width: 100%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 3px 0 0 10px;
}
.teams-info.auto-team-info .reg-team-points-head {
    padding-top: 18px;
}
.reg-team-points-head h3 {
    margin: 0px;
    font-size: 24px;
    color: #343434;
    text-transform: uppercase;
    padding: 0;
}
.reg-team-points-head h6 {
    margin: 0px;
    font-size: 18px;
    color: #2e313d;
    font-family: 'HelveticaNeueLTStd-Lt';
    padding: 0;
}
/*Affordable Secion*/
.afford-section h2 {
    color: #5f5f5f;
    font-size: 35px;
    margin: 0 0 30px;
    text-align: center;
    padding: 0px;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.afford-section h2 strong {
    font-family: 'Helvetica-Black';
    text-transform: uppercase;
}
.afford-section .title-heading p {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 40px;
    padding: 0px;
    color: #121212;
    font-family: 'HelveticaNeueLT-35-Thin';
    text-align: center;
}
.pricing_box {
    border: 1px solid #e3e3e3;
    min-height: 130px !important;
    font-size: 30px;
    text-align: center;
    color: #4e4e4e;
    font-family: "Lato";
    font-weight: 300;
    text-transform: uppercase;
    padding: 28px 0 0 0;
}
.pricing_box h3 {
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLT-35-Thin';
    font-weight: normal;
}
.pricing_box .price_value {
    padding-top: 0;
    text-align: center;
    line-height: 1;
}
.afford-section .pricing_box .price_data {
    color: #181818;
    font-family: 'helvetica_ce_55_romanregular';
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}
.afford-section .pricing_box .price_value .price_data span.light:first-child, .afford-section .pricing_box .price_value .price_data span.light {
    margin-top: 0px;
    color: #2682aa;
    font-size: 22px;
    position: relative;
    top: 3px;
}
.afford-section .small-price {
    color: #181818;
    font-family: 'helvetica_ce_55_romanregular';
    font-size: 16px;
    padding-top: 12px;
}
.afford-section .small-price span {
    color: #2682aa;
    font-size: 20px;
    position: relative;
    top: 0px;
}
.pricing_box.mid {
    border-left: 0px;
    border-right: 0px;
}
.price-note {
    color: #00a2ff;
    font-family: 'helvetica_ce_55_romanregular';
    font-size: 16px;
    padding: 10px 0 0;
}
.afford-section {
    padding: 0px 0 60px;
}
/*Start Today*/
.next-step {
    padding: 0px 0 60px;
    text-align: center;
}
.next-step h2 {
    color: #343434;
    font-size: 35px;
    margin: 0 0 30px;
    padding: 0px;
    text-align:  center;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.next-step h2 strong {
    font-family: 'Helvetica-Black';
    text-transform: uppercase;
    color: #5f5f5f;
}
.next-step p.step-number {
    font-size: 55px;
    color: #494949;
    line-height: 75px;
    text-align: left;
    margin: 0 0 0px;
    font-family: 'HelveticaNeueLTStd-Lt';
    opacity: 0.5;
}
.next-step-boxes {
    text-align: center;
}
.next-step-boxes .step-box {
    border: 1px solid #c2c2c2;
    position: relative;
    height: 187px;
}
.next-step-boxes .step-box h3 {
    margin: 0px;
    font-size: 27px;
    line-height: 32px;
    color: #343434;
    font-family: 'HelveticaNeueLT-35-Thin';
    text-transform: none;
    padding: 50px 0 0;
}
.step-box > p {
    font-size: 22px;
    line-height: 24px;
    color: #343434;
    margin: 0;
    padding-top: 33px;
}
.next-step-bottom {
    padding: 40px 0 20px;
}
.next-step-bottom p {
    font-size: 26px;
    color: #494949;
    margin: 0px;
    padding: 0px;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.step-box ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.step-box ul li {
    float: left;
    font-size: 17px;
    color: #494949;
    font-family: 'HelveticaNeueLT-35-Thin';
    padding-left: 40px;
    position: relative;
}
.step-box ul li:before {
    content: ".";
    font-size: 17px;
    color: #494949;
    font-family: 'HelveticaNeueLT-35-Thin';
    position: absolute;
    right: -24px;
    bottom: 0px;
} 
.step-box ul li:last-child:before {
    display: none;
}
.step-box ul li:first-child {
    padding-left: 0;
}
.step-box-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
/*    background: #00668d;*/
    border-top: 1px solid #e1e1e1
}
.step-box-bottom a {
    display: block;
    text-align: center;
        color: #434343;
    text-transform: none;
    padding: 6px 5px;
    font-family: 'HelveticaNeueLT-35-Thin';
    font-size: 22px;
    cursor: default;
}
.step-box-bottom a:hover {
    color: #494949;
}
.h2Common-heading {
    color: #343434;
    font-size: 35px;
    margin: 0 0 0px;
    padding: 0px;
    text-align: center;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.h2Common-heading strong {
    font-family: 'Helvetica-Black';
    text-transform: uppercase;
}
.heading-p {
    padding: 0px;
    text-align: center;
    font-family: 'HelveticaNeueLT-35-Thin';
    color: #000;
    font-size: 18px;
}
.remco-img {
    width: 110px;
    float: none;
    padding: 0px 0 0;
    margin-left: 0px;
    display: inline-block;
}
.remco-img img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
}
.next-step-boxes .step-box.step-box-img  h3 {
    float: none;
    padding-left: 40px;
    display: inline-block;
    padding-top: 44px;
    margin-top: 0px;
    position: relative;
    top: 7px;
}
/*Footer*/
footer {
    display: block;
    background: #f1f1f1;
    background-image: none;
    color: #000000;
    padding: 105px 0 0px;
    position: relative;
}
#aq-block-677-23 {
    padding-bottom: 30px;
}
footer h2 {
    padding: 0px;
    color: #3a3a3a;
    font-size: 35px;
    margin: 0 0 0px;
    padding: 0px;
    font-family: 'HelveticaNeueLT-35-Thin';
}
footer h2 strong {
    font-family: 'Helvetica-Black';
    text-transform: uppercase;
    color: #575a63;
}
span.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    background: #E2E2E2;
    border: 1px solid #D2D2D2;
    color: #414040;
    height: 48px;
    padding: 0 17px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], textarea {
    width: 100%;
    margin: 10px 0;
}
.wpcf7-form textarea {
    max-height: 150px;
    background: #E2E2E2;
    border: 1px solid #D2D2D2;
    padding: 9px 17px;
    resize: none;
}
.wpcf7-form input[type="submit"] {
    background: #0076a3;
    color: #fff;
    padding: 0 34px;
    height: 50px;
    border: 0;
    font-family: "Lato";
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
}
.wpcf7-form input[type="submit"] {
    margin: 5px 0 10px 0;
}
div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}
.footer-form > p {
    margin-bottom: 30px;
    font-size: 15px;
}
.footer-col-2-heading {
    padding-left: 18%;
}
.footer-col-2-heading.footer-col-2-heading-2 {
    padding-top: 50px;
}
.footer-col-2-heading h3 {
    text-transform: uppercase;
    color: #000000;
    margin: 0px 0 20px;
    padding: 0px;
}
.ftr-info-bx-icon {
    float: left;
    width: 70px;
    padding-top: 15px;
}
.ftr-info-bx-icon i {
    display: block;
    opacity: 0.8;
}
.phone-icon {
    width: 35px;
    height: 27px;
    background: url(../images/footer-phone-icon.png) no-repeat;
}
.location-icon {
    width: 36px;
    height: 27px;
    background: url(../images/footer-location-icon.png) no-repeat;
}
.email-icon {
    width: 36px;
    height: 24px;
    background: url(../images/footer-email-icon.png) no-repeat;
}
.ftr-info-bx-txt {
    width: 100%;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    float: left;
    border-left: 1px solid #dedddd;
    padding: 10px 0 12px 20px;
}
.ftr-info-bx-txt h6 {
    margin: 0px 0px 4px;
    padding: 0px;
    font-size: 16px;
    color: #000000;
}
.ftr-info-bx-txt h4 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    line-height: 22px;
}
.wpcf7-form input[type="submit"] {
    background: #0073c6;
}
.ftr-info-bx-txt a {
    font-size: 20px;
    color: #000000;
}
#footer_copyright {
    display: table;
    width: 100%;
    height: 63px;
    background: #252525;
}
#footer_copyright .container {
    padding: 0 30px;
}
#footer_copyright p {
    color: #bfbfbf;
    padding: 29px 0;
    float: left;
    margin: 0;
}
.main-header.sticky_container span.phone-span {
    padding: 12px 10px;
}
.service-patner {
    padding: 0 0 70px;
}
.service-patner h2 {
    color: #343434;
    font-size: 35px;
    margin: 0 0 30px;
    padding: 0px;
    text-align: center;
    font-family: 'HelveticaNeueLT-35-Thin';
}
.service-patner h2 strong {
    font-family: 'Helvetica-Black';
    text-transform: uppercase;
}
.service-patner-logos img {
    
}
/*our-services*/
.our-services {
    padding: 0px 0;
    text-align: center;
}
.our-services .our-services-p {
    margin-bottom: 30px;
}
.our-services .our-services-p p {
    font-family: 'HelveticaNeueLT-35-Thin';
    font-size: 18px;
    line-height: 29px;
    color: #313131;
    text-align: center;
}
.our-services .our-services-p p strong {
    text-transform: uppercase;
    font-family: 'Helvetica-Black';
    color: #5f5f5f;
}
.srvice-icon {
    margin-bottom: 15px;
    min-height: 35px;
}
.we-do-section .our-services h4 {
    font-family: 'HelveticaNeueLT-65-Medium';
    color: #494949;
    margin: 0 0 20px;
    font-size: 22px;
    text-transform: uppercase;
}
.we-do-section .our-services p {
/*    font-family: 'HelveticaNeueLT-47-LightCond';*/
    color: #494949;
    font-size: 16px;
    text-align: justify;
    text-justify: distribute;
    font-family: 'HelveticaNeueLTStd-Lt';
}
/*Responsive*/
@media only screen and (max-width: 1199px){
    .main-nav ul li {
        margin-left: 4px;
    }
    span.phone-span {
        padding: 14px 9px;
        font-size: 15px;
    }
    .main-nav ul li a {
        font-size: 15px;
    }
    .main-header.sticky_container .main-nav ul li a {
        padding: 11px 10px;
    }
    .main-header.sticky_container span.phone-span {
        padding: 10px 9px;
    }
    .slider-data-d.slider-data h2 {
        font-size: 38px;
    }
    .slider-data-d h3,
    .slider-data-d h4 {
        font-size: 44px;
    }
    .count-col h3 span {
        font-size: 26px;
    }
    .count-col h3 {
        font-size: 20px;
    }
/*    .process-section {
        background-position: -195px;
    }*/
    .prf-heading h3 {
        font-size: 21px;
    }
    .pricing_box h3 {
        font-size: 20px;
    }
    .afford-section .pricing_box .price_value .price_data span.light:first-child, .afford-section .pricing_box .price_value .price_data span.light {
        font-size: 18px;
    }
    .afford-section .pricing_box .price_data {
        font-size: 16px;
    }
    .afford-section .small-price span {
        font-size: 18px;
    }
    .next-step-boxes .step-box.step-box-img h3 {
        margin-left: 15px;
    }
    .next-step-boxes .step-box h3 {
        font-size: 22px;
        padding: 44px 0 0;
    }
    .prf-tabs-list li a {
        padding: 10px 20px;
    }
    .prf-heading {
        padding: 18px 15px 10px;
    }
}
@media only screen and (max-width: 992px){
    .main-nav ul li {
        margin-left: 3px;
    }
    span.phone-span {
        padding: 14px 4px;
        font-size: 13px;
    }
    .main-nav ul li a {
        font-size: 13px;
        padding: 15px 2px;
    }
    .main-header.sticky_container .main-nav ul li a {
        padding: 11px 2px;
    }
    .main-header.sticky_container span.phone-span {
        padding: 10px 4px;
    }
    .slider-data-d.slider-data h2 {
        font-size: 32px;
    }
    .slider-data-d h3, .slider-data-d h4 {
        font-size: 36px;
    }
    .slider-data-d h5 {
        font-size: 20px;
    }
    .pricing_box {
         min-height: 30px !important;
        padding: 28px 0;
    }
    .count-col h3 {
        font-size: 15px;
    }
    .count-col h3 span {
        font-size: 20px;
    }
    .process-list {
        padding: 30px 0 0;
    }
    .process-list li {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .process-heading h2 span,
    .process-heading h2 {
        font-size: 20px;
    }
    .points-img {
        width: 44px;
    }
    .prf-heading h3 {
        font-size: 18px;
    }
    .prf-first h4 span {
        font-size: 16px;
    }
    .prf-first h4 {
        font-size: 18px;
    }
    .we-do-section {
        padding: 0 0 40px;
    }
    .we-do-head p.we-do-head-p1,
    .price-info-section-head p {
        font-size: 22px;
    }
    .we-do-head p,
    .service-bx-txt p,
    .afford-section .title-heading p {
        font-size: 18px;
    }
    .price-info-section-head p {
        margin-bottom: 0px;
    }
    .price-info-section {
        padding: 0;
    }
    .teams-info.reg-team-info {
        margin-bottom: 0;
    }
    .next-step-boxes .step-box.step-box-img h3 {
        margin-left: 15px;
        padding-left: 0;
    }
    .remco-img img {
        width: 80px;
        height: 80px;
    }
    .remco-img {
        width: 80px;
    }
    .next-step-boxes .step-box h3 {
        font-size: 20px;
    }
    .step-box-bottom a {
        font-size: 18px;
    }
    .next-step-bottom p {
        font-size: 20px;
    }
     .our-services p {
        font-size: 15px;
    }
    .our-services h4 {
        font-size: 20px;
    }
    .prf-tabs-list li a {
        padding: 5px 8px;
        font-size: 16px;
    }
    .prf-heading {
        padding: 18px 15px 10px;
    }
}
@media only screen and (max-width: 767px){
    .logo {
        float: left;
        padding-top: 4px;
    }
    .logo img,
    .main-header.sticky_container .logo img {
        max-width: 60%;
    }
    button.navbar-toggle {
        margin: 0;
    }
    .main-header.sticky_container .logo {
        padding-top: 0px;
        padding-top: 4px;
    }
    .main-header,
    .main-header.sticky_container {
        padding: 10px 3px;
    }
    .main-nav ul {
        display: block
    }
    .main-nav ul li {
        float: none;
         margin-left: 0px;
    }
    span.phone-span {
        border: 0;
        font-size: 15px;
        padding: 15px 6px;
    }
    .process-heading h2 span,
    .process-heading h2 {
        font-size: 18px;
    }
    .main-nav ul li a {
        font-size: 15px;
        padding: 15px 6px;
    }
    .main-header.sticky_container .main-nav ul li a {
        padding: 15px 6px;
    }
    .main-header.sticky_container span.phone-span {
        padding: 15px 6px;
    }
    .count-1, .count-2 {
        border-right: 0px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
    }
    .slider-data-d.slider-data h2 {
        font-size: 22px;
    }
    .slider-data-d h3, .slider-data-d h4 {
        font-size: 24px;
    }
    .slider-data-d h5 {
        font-size: 16px;
    }
    .slider-img {
    }
/*
    .slider-data {
        position: static;
        background: #fff;
    }
*/
    .slider-data {
        padding-top: 0;
    }
    .process-section {
        background-position: 130%;
        background-image: none;
        background-color: #f4fafe;
        padding: 20px 0;
    }
    .process-list {
        padding: 0;
    }
    .our-services {
        padding: 30px 0;
    }
    .our-services .our-services-p p br {
        display:  none;
    }
    .our-services p {
        text-align:  center;
         margin-bottom: 20px;
    }
    .srvice-icon {
        min-height: 1px;
        margin-bottom: 10px;
    }
    .our-services .our-services-p {
        margin-bottom: 6px;
    }
    
    .we-section.good-section-bg {
       background-color: #efefef;
        background-image: none;
        text-align: center;
        padding: 20px 0 30px;
    }
    .good-section p {
        text-align: center;
        font-size: 16px;
    }
    .real-projects {
        padding: 30px 0;
    }
    .real-projects h2 {
        font-size: 28px;
    }
    .real-projects-1 p {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 20px;
    }
    .real-projects-1 p.heading-p-2 {
        font-size: 18px;
        line-height: 24px;
    }
    .prf-tabs-list li:first-child {
        margin-left: 3px;
    }
    .row.portfolio-tabs {
        margin-bottom: 10px;
    }
    .row.portfolio-tabs > .col-sm-12.text-center {
        padding: 0;
    }
    .prf-tabs-list li {
        margin: 0 3px 10px;
        width: 48%;
    }
    .we-do-head h2,
    .price-info-section-head h2 {
        font-size: 28px;
    }
    .prf-tabs-list li a {
        font-size: 14px;
        padding: 6px 6px;
    }
    .portfolio-row {
        margin-bottom: 15px;
    }
    .portfolio-des {
        vertical-align: top;
        width: 60%;
    }
    .portfolio-image {
        width: 40%;
    }
    .row.prf-row {
        margin-bottom: 0;
    }
    .facts-bx p {
        font-size: 12px;
    }
    .count-plus:after {
        font-size: 22px;
    }
    .facts-bx h4 {
        font-size: 38px;
    }
    .facts-bx {
        width: 140px;
    }
    .price-info-section-head h4,
    .reg-team-info .price-info-section-head h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .table.price-table tr th:first-child {
        width: 20px;
    }
    .table.price-table tr th {
        font-size: 14px;
    }
    .table.price-table tr th, .table.price-table tr td {
        padding: 5px 0;
    }
    .table.price-table tr td {
        font-size: 14px;
    }
    .table.price-table tr .txt-blue {
        font-size: 14px;
    }
    .next-step h2,
    .afford-section h2 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .next-step-boxes .step-box h3 {
        padding: 27px 0 0;
    }
    .next-step p.step-number {
        font-size: 32px;
        line-height: 40px;
    }
    .next-step-boxes .step-box {
        height: 150px;
    }
    .next-step-boxes .step-box h3 br {
        
    }
    .next-step-boxes .step-box.step-box-img h3 {
        padding-top: 34px;
    }
    footer h2 {
        font-size: 28px;
    }
    .footer-col-2-heading {
        padding-left: 90px;
    }
    .count-col h3 {
        padding: 15px 0;
        margin: 0;
    }
    .slider-img {
        visibility: hidden;
    }
    .pricing_box h3 {
        font-size: 18px;
    }
    footer {
        padding: 60px 0 20px;
    }
    .footer-icon-1 {
        top: -29px;
    }
    .footer-icon-1 img {
        width: 100px;
    }
    .footer-col-2-heading.footer-col-2-heading-2 {
        padding-top: 10px;
    }
    #aq-block-677-23 {
        padding-bottom: 0px;
    }
    #footer_copyright p {
        padding: 20p x0;
    }
    .service-patner h2 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .service-patner-logos img {
        width: 150px;
    }
    .our-services {
        padding: 30px 0;
    }
    .our-services .our-services-p p br {
        display:  none;
    }
    .our-services p {
        text-align:  center;
         margin-bottom: 20px;
    }
    .srvice-icon {
        min-height: 1px;
        margin-bottom: 10px;
    }
    .our-services .our-services-p {
        margin-bottom: 6px;
    }
}
@media only screen and (max-width: 400px){
    .prf-tabs-list li a {
        font-size: 12px;
        padding: 6px 0;
    }
    .prf-tabs-list li {
        width: 47%;
    }
}
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"] {
    margin: 5px 0 10px 0;
    font-size: 12px;
}

.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"] {
    background: #0076a3;
    color: #fff;
    padding: 0 34px;
    height: 50px;
    border: 0;
    font-family: "Lato";
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
}
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"] {
    background: #0073c6;
}