/* 

Urbanic Template 

http://www.templatemo.com/free-website-templates/395-urbanic

*/

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
 
.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}
#phone ul li a i {
    color: #555;
    font-size: 18px;
}
#phone ul li a i:hover {
    color: #D02222;
}
.templatemo-top-bar {
    min-height: 40px;
    background-color:#000000;
}

.templatemo-top-menu {
    min-height:85px;
    background-color:#fcfcfc;
    z-index: 5000;
    width:100%;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 15px 0 0 0;
}
.templatemo-service .form-group.col-md-4, .templatemo-service .form-group.col-md-2 {
    margin-left: 0;
    margin-right: 0;
}
/* ------ Carousel ----- */
.footer_container .list-inline li {
    padding: 0;
}
.footer_container .list-inline li:last-child a {
    border-right: none;}
.footer_container .list-inline a {
    border-right: 1px solid #ccc;
    color: #eee;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 350px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 350px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}
.mobileheader{display:none;}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 80px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom:80px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    border-bottom: 1px solid #cccccc;
}

.templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.templatemo-service {
    margin-top: 26px;
}

.templatemo-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
}
.templatemo-service-item .panel.panel-metric.panel-metric-sm {
    background: #dff0d8 none repeat scroll 0 0;
    border-radius: 4px;
    font-weight: bold;
}
.templatemo-service-item .col-md-4 > .panel {
    box-shadow: 0 3px 5px rgba(10, 10, 10, 0.09);
    min-height: 195px;
}
.panel.customer .panel-heading {
    background: #444873 none repeat scroll 0 0;
}
.panel.status .panel-heading {
    background: #DF6D69 none repeat scroll 0 0;
}
.panel.comment .panel-heading {
    background: #73C9E3 none repeat scroll 0 0;
}
.panel.history .panel-heading {
    background: #f0ad4e none repeat scroll 0 0;
}
.panel-heading {
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.templatemo-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #cccccc;
}


.btn-orange {
    background-color: #D02222;
    border-bottom:2px solid #B42323;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #B42323;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #D02222;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #D02222;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fcfcfc;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #D02222;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.templatemo-header-orange {
    background-color:#D02222;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.templatemo-team {
    background: url('../images/background.png') ; 
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.templatemo-line-header {
    margin-top:50px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #D02222;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #D02222;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.templatemo-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#templatemo-contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	font-size:14px;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.templatemo-partners {
	
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
	border-top: 2px solid #cccccc; 
    background: #000;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#eeeeee;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #D02222;
}
#phone ul li a span {
    background-position: center center;
    height: 24px;
    width: 24px;
}
.templatemo-top-menu.stuckMenu.isStuck {
    opacity: 0.93;
}
.templatemo-gallery-category a {
	color:#333333; 
}

.templatemo-gallery-category a.active {
	color:#D02222; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#D02222;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#D02222; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}
.mobile-footer{ display:none;}
/****9-4-2017****/
.templatemo-service-item .col-md-4 > .panel{border-radius: 4px !important;    min-height: 229px;border: none;}
.panel-heading{border-radius: 4px 4px 0 0 !important;border:none;}
.panel-title{font-size: 20px; text-align: center;}
.panel-body strong {
    color: #3570b4;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
}
.panel-body{ color: #6f6f6f;font-size: 16px;}
.templatemo-service-item .panel.panel-metric.panel-metric-sm{ background: transparent;
    box-shadow: none !important;
    color: #d43738;
    min-height: 0;
    margin: 0;}
.templatemo-service-item .panel.panel-metric.panel-metric-sm .metric-content.metric-icon{color: #d43738;font-size: 26px;}
.templatemo-service-item .panel.panel-metric.panel-metric-sm .metric-content.metric-icon div{    margin-top: 33px !important;margin-left:0px !important;}
.templatemo-service-item .panel.panel-metric.panel-metric-sm .metric-content.metric-icon {    text-align: center;}
.metric-icon div div.icon{ margin-top: 0px !important;}
.panel-body{padding: 15px 26px;}
.panel .col-xs-5.col-lg-4{width: auto;}
.panel .col-xs-7.col-lg-8{width: auto;}
.panel.history{}
.panel.history .panel-body .row.margin-sm-bottom:nth-child(even) {background: #fafafa !important;padding: 8px 0;}
.panel.history .panel-body .row.margin-sm-bottom:nth-child(odd) {background: #e6e6e6;   padding: 8px 0;}
.panel.history .row.margin-sm-bottom .label{ background: transparent !important; font-size:16px;}
.panel.history .row.margin-sm-bottom .label-info{color:#3570b4;}
.panel.history .row.margin-sm-bottom .label-danger{color:#d43738;}
.panel.history .panel-body .row.margin-sm-bottom:nth-child(3) .label-info{color:#00b5af;}
.panel.history .row.margin-sm-bottom .label-success{color:#1aa204;}
.panel.history .row.margin-sm-bottom .col-xs-7.col-lg-8{ float:right;}
.panel.history .row.margin-sm-bottom .col-xs-7.col-lg-8 b{color: #88898a;
    font-weight: 400;}
.panel{    background-color: #fafafa !important;box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.21) !important;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.21) !important; border:none !important; min-height:223px;}	
    

@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.templatemo-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.templatemo-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
	
}


@media (min-width:768px) {
.mobile-tracker-bg{background: url(https://do.acmatech.com/tracker/images/trackerbg.jpg) no-repeat left center;     min-height: 510px;
    padding-top: 12%;background-size: cover;}  
.mobile-tracker{background: #ce3436;padding: 12px 12px 12px;    margin: 0px auto;
    width: 636px;box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.51);
}
.mobile-tracker .templatemo-welcome {
    border: none;
}
.mobile-tracker .templatemo-service {
    margin-top: 0;
}
.mobile-tracker .templatemo-welcome span {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
    display: inline-block;
    letter-spacing: 2px;
}
.mobile-tracker .templatemo-slogan {
    margin: 0;
    line-height: normal;
    font-size: 18px;
}
.templatemo-service-item {
    margin-bottom: 0;
}
.mobile-tracker .templatemo-service-item p {
    color: #fff;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 8px;
    font-style: normal;
    margin-top: 12px;
    text-align: center;
}
.mobile-tracker .templatemo-service .form-group {
    padding: 0px;
    margin-bottom: 10px;
}
.mobile-tracker .templatemo-service .col-md-2 {
    padding: 0;
}
.mobile-tracker-bg .container{ width:100%;}
.mobile-tracker-bg{    float: left;
    width: 100%;}
.mobile-tracker-bg .templatemo-service .col-md-8.text-right{width:100%;}
.mobile-tracker .templatemo-service-item p.txt_slogan i{font-style:normal;}
.mobile-tracker .templatemo-service-item p.txt_slogan{      display: block;
    margin-left: -34px;
    margin-right: -34px;
    height: 63px;
    line-height: 63px;
    background: #3570b4;
    font-size: 26px;
    position: relative;    margin-top: 0;
    margin-bottom: 13px;}
.mobile-tracker .templatemo-service-item p.txt_slogan:after{    width: 0;
    content: "";
    border-style: solid;
  width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 8px 0;
border-color: transparent #133a66 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -8px;}
.mobile-tracker .templatemo-service-item p.txt_slogan:before{    width: 0;
    content: "";
    width: 0;
height: 0;
border-style: solid;
border-width: 8px 7px 0 0;
border-color: #133a66 transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -6px;}
.gohome{display:none;}  
.mobile-tracker .templatemo-service .form-group{ margin-bottom:0;margin-right:10px;width:26%;float:left;}
.mobile-tracker .templatemo-service input,.mobile-tracker .templatemo-service select{height: 42px;
    margin-right: 10px;
    border: none;font-size: 16px;}
.mobile-tracker .templatemo-service .btn.btn-orange{    background: #3570b4; height: 42px;
    line-height: 42px;
    padding: 0px 27px;
    font-size: 17px;height: 42px;}
    .modal{    z-index: 999999;  border: none;} 
.mobile-tracker .templatemo-service .btn.btn-orange:hover{    background: #2b64a5;}    
.modal .modal-dialog .modal-body{    padding: 30px;
    font-size: 18px;
    text-align: center;}
.modal .modal-dialog .modal-footer{ display:none;}
.modal .modal-dialog .modal-body button.close{margin-top: -10px;
 height: 24px;
 width: 24px;
    background: red;
    opacity: 1;
    color: #fff;
    border-radius: 50% !important;
    position: absolute;
    right: -9px;
    top: 2px;}
#templatemo-carousel{overflow-x: inherit;
    margin-bottom: 0;
    height: auto;
    padding: 14px 0 0;}   
.result-div{  width: 100%;display: inline-block;}
.result-div .templatemo-service-item { padding:50px 0 12px;  }
.left-tracker{ float:left; width:66%;}
.right-tracker{ float:left; width:34%;}
.templatemo-service-item .panel.panel-metric.panel-metric-sm .metric-content.metric-icon header{ display:none;}
/**new-header**/ 
.top-bar {
    width: 100%;
    float: left;
    background: #303030;
    padding: 0;
}
.top-bar-deatil {
    width: 100%;
    float: left;
    background: #e5e5e5;
}
.top-contact {
    float: left;
	    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.top-social-link {
    float: right;
    margin: 0;
	    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.top-contact li { 
    float: left;
    margin: 0 15px 0 0;
    color: #6b696a;
    font: 400 15px/37px "open sans";
}
.top-contact li i {
    width: 45px;
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
    background: #3570b4;
    text-align: center;
    font-size: 20px;
    line-height: 37px;
}
.top-social-link li {
    width: 45px;
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
}
.top-social-link li a {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 37px;
    height: 37px;
    color: #fff;
    background: #424a4c;
}
/***header**/
header {
    width: 100%;
    float: left;
    z-index: 11;
    background: #fff;
    padding: 7px 0 10px;
}
.navbar {
    border: none;
    background: none;
    margin: 0;
}
.logo {
    width: 197px;
    float: left;
    margin: 0;
    padding: 0;
    height: auto;
	float: right;
}
.navbar-default .navbar-collapse {
    margin-top: 27px;    float: right;
}
.navbar-nav{    text-align: left;
    padding: 0px 0px 0px 0px; list-style:none;}
.navbar-nav > li {    margin: 0 0px 0 0;display: inline-block;height: auto; vertical-align: middle;margin-left: 5px;}
.navbar-default .navbar-nav > li > a{padding: 0px 4px 0px 4px; font-size:14px;color: #6a6869;text-decoration: none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
    color: #E83434 !important; text-decoration:none;  
}
.navbar-default .navbar-nav > li > a:focus{background-color: transparent !important;color: #E83434 !important;}
.navbar-default .navbar-nav > li > a:hover{ background-color: transparent !important;color: #E83434 !important; text-decoration:none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background-color: transparent !important;color: #E83434 !important;}
.templatemo-footer .footer_container{ margin-top:19px; margin-bottom:0;}
.templatemo-footer .btn { margin-top:15px; margin-bottom:20px;}
.templatemo-footer {
    border-top: 1px solid #cccccc;
    background: #333;    float: left;
    width: 100%;
}
.footer_bottom_content,.footer_bottom_content a{    color: #7a7a7a; text-decoration:none;}
.footer_bottom_content a:hover{ color:#fff;}
.templatemo-footer .height30{ display:none;}
.footer_bottom_content{ margin-bottom:15px;}
.footer_container .list-inline a:hover{ color:#E83434;}
.top-social-link li a:hover{background:#E83434;}
.navbar-default .navbar-collapse{ padding-right:0; padding-left:0;}
.panel.history .panel-body{padding: 15px 26px 0;}
/***carousel***/
.testimonial-slide{ background: url(https://acmatech.com/wp-content/themes/acma_tech/img/testimonials-background.jpg) no-repeat center center fixed;    float: left;
    width: 100%;    padding: 70px 0 30px;    background-size: cover;margin-top: -17px;}
#templatemo-carousel{    background: transparent;    float: left;
    width: 100%;}
.testimonial-head {
    width: 100%;
    float: left;
}
.testimonial-head .title {
    width: 100%;
    float: left;
    font: 400 40px/46px Lato;
    color: #3570b4;
    padding: 0 0 30px;
    background: url(https://acmatech.com/wp-content/themes/acma_tech/img/title-bg.png) bottom center no-repeat;
    margin: 0 0 15px;
    text-align: center;font-family: inherit;
}

 .testimonial-head p {
    width: 100%;
    float: left;
    font: 400 16px/27px "open sans";
    color: #6a6a6a;
    padding: 0 130px;
    margin: 0 0 20px;
    text-align: center;font-family: inherit;
}  
.carousel-control.left,.carousel-control.right{ background:none; background-image:none; background-color:none;} 
#templatemo-carousel .carousel-caption p {
    font-size: 21px;
    width: 100%;
    float: left;
    font: 400 18px/27px "open sans";
    color: #646464;
    margin: 0;
	    font-family: inherit;    margin-bottom: 20px;    min-height: 140px;
}
#templatemo-carousel .carousel-caption h1{    width: 100%;
    float: left;
    font: 600 22px/normal "open sans";
    color: #2666a8;
       margin: 10px 0 8px;
    padding: 0;
    z-index: 1;
    position: relative;font-family: inherit;font-style: italic;}
#templatemo-carousel .carousel-caption h2{    font-weight: 400;
    font-size: 15px;
    display: block;
    color: #3a3b3b;font-family: inherit;}
	#templatemo-carousel .carousel-caption{ text-shadow:none;}
	.testi-thumb {
    width: 100px!important;
    position: static;
    z-index: 2;
    height: 100px!important;
    margin: auto;margin-bottom: 20px;
}
.testi-thumb img {
    width: 100%;
    height: 100%;
}
#templatemo-carousel .carousel-caption {
    padding-bottom: 0;
    width: 70%;
    display: block;
    margin: auto;
    position: static;
}
#templatemo-carousel .item{ height:auto;}
}
@media (max-width:1199px) {
	.panel-body {
    padding: 15px 10px;
}
.panel.history .panel-body .row.margin-sm-bottom:nth-child(even) {
    background: #fafafa !important;
    padding: 8px 0;
    margin-left: 0;
    margin-right: 0;
}
.panel.history .panel-body .row.margin-sm-bottom:nth-child(odd) {
    background: #e6e6e6;
    padding: 8px 0;
    margin-left: 0;
    margin-right: 0;
}
.panel.history .panel-body .row.margin-sm-bottom .col-xs-5,.panel.history .panel-body .row.margin-sm-bottom .col-xs-7{ padding-left:5px; padding-right:5px;}
.panel.history .row.margin-sm-bottom .label-info{ padding:0;}
.panel.history .panel-body { padding-bottom:0;}
.left-tracker{ width:100%;}
.right-tracker {float: left; width: 100%;}
.panel.history .row.margin-sm-bottom .label {padding: 0;}
.navbar-default .navbar-nav > li > a{ font-size:13px;}
.navbar-nav > li{ margin-left:0;}
}
@media (max-width:991px) {
	.mobile-tracker-bg{ min-height:490px;}
	}
@media (max-width:767px) {
.new-headaer{ display:none;}
.testimonial-slide{ display:none;}
.mobile-tracker{background:#3e4040; padding:12px; border-radius:5px;border-radius: 5px !important;
    margin:0px 17px;}
.mobile-tracker .templatemo-welcome span{ font-size:18px; text-transform:uppercase; color:#fff;    margin-bottom: 6px;
    display: inline-block;
    letter-spacing: 2px;}
.mobile-tracker .templatemo-welcome{border:none;}
.mobile-tracker .templatemo-service{ margin-top:0;}
.mobile-tracker .templatemo-service input{height:44px; width:100%; border-radius:5px; font-size:18px; color:#3a3b3b;border-radius:5px !important ;text-align: center;}
.mobile-tracker .templatemo-service select{height:44px; width:100%; border-radius:5px; font-size:18px; color:#3a3b3b;border-radius:5px !important ;text-align: center;}

.mobile-tracker .templatemo-slogan{ margin:0;    line-height: normal; font-size:18px;}
.mobile-tracker .templatemo-service .container{ padding-left:0; padding-right:0;}
.mobile-tracker .templatemo-service .form-group{ padding:0px; margin-bottom:10px;}
.mobile-tracker .templatemo-service .btn.btn-orange{    background: #e43b3b;
    height: 40px;
    width: 48%;
    float: right;
    line-height: 40px;
    border-radius: 3px !important;
    padding: 0;
    border: none; letter-spacing: 2px;}
.mobile-tracker .templatemo-service .col-md-2{ padding:0;}    
.mobile-tracker .templatemo-service a.gohome{    background: #3470b4;
    height: 40px;
    width: 48%;
    float: left;
    line-height: 40px;
    border-radius: 3px !important;
    padding: 0;
    border: none; text-align: center;
    color: #fff;}
    .mobile-tracker .templatemo-service-item p{color:#fff; font-size:15px; margin-top:0; margin-bottom:8px; font-style:normal;    margin-top: 12px;    text-align: center;}
.mobile-tracker .templatemo-service-item p i{    font-style: normal;
    font-size: 14px;}    
#select_device_id{ margin-bottom:10px !important;} 
#select_device_id label{ display:none;}
#templatemo-carousel{display:none;}
.templatemo-top-menu{z-index:9;}
.modal.in .modal-dialog .modal-body{padding: 10px;}
.modal.in .modal-dialog .modal-footer{ display:none;}
.modal.in .modal-dialog .modal-body button.close{margin-top: -10px;
 height: 24px;
 width: 24px;
    background: red;
    opacity: 1;
    color: #fff;
    border-radius: 50% !important;
    position: absolute;
    right: -9px;
    top: 2px;}
    .modal.in .modal-dialog{ margin-top:20px;}
.mobileheader{ display:block;    margin-left: -37px;
    margin-right: -37px;} 
.mobileheader .mobileheaderlogo{ float:left; background:#e75151;width:50%;height:42px;position:relative;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75); line-height: 42px;text-align:center;    text-align: center;z-index: 9;}
.mobileheader .mobileheadername{ float:right;background:#fff; width:50%;height:42px; color:#0a0a0a; font-size:23px;    font-size: 17px;
    line-height: 42px;position:relative;}
.mobileheader .mobileheaderlogo img{vertical-align: top;margin-top: 1px; height:40px;}    
    
.mobileheader .mobileheaderlogo:after{width: 0;    content: "";
height: 0;
border-style: solid;
border-width: 0 10px 6px 0;
border-color: transparent #902929 transparent transparent;   position: absolute; left:0; bottom:-6px;} 
	
.mobileheader .mobileheadername:after{width: 0;
height: 0;
border-style: solid;
border-width: 6px 10px 0 0;    content: "";
border-color: #252626 transparent transparent transparent;   position: absolute; right:0; bottom:-6px;} 
.mobile-tracker-bg{background:url('https://do.acmatech.com/tracker/images/backgroundbg.jpg') no-repeat center center; background-size:cover;padding: 15px 0;}
.mobile-footer{ display:block;}

.mobile-footer {
    float: left;
    width: 100%;
    display: block;
    z-index: 99;
    padding: 0;
    background: #333333;
    text-align: center;    margin-top: -1px;
}
.bg-div {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #1A72CE;
    background: -moz-linear-gradient(90deg, rgba(10,80,154,1) 0%, rgba(6,48,92,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(6,48,92,1)), color-stop(100%, rgba(10,80,154,1)));
    background: -webkit-linear-gradient(90deg, rgba(10,80,154,1) 0%, rgba(6,48,92,1) 100%);
    background: -o-linear-gradient(90deg, rgba(10,80,154,1) 0%, rgba(6,48,92,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(10,80,154,1) 0%, rgba(6,48,92,1) 100%);
    background: linear-gradient(0deg, rgba(10,80,154,1) 0%, rgba(6,48,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06305c', endColorstr='#0a509a',GradientType=0 );
}
.mobile-footer h4{color:#f1f1f1!important;font:500 20px/normal 'Roboto',sans-serif!important;margin-bottom: 10px;    margin-top: 0;}

.mobile-footer ul.social{margin:0 0 10px 0;float:left;width:100%;    padding-left: 0;}
.mobile-footer ul.social li{top:0;height:37px;overflow:hidden;display:inline-block;margin:0 0 0 2px;position:relative}
.mobile-footer ul.social li a{display:inline-block;width:auto}
.mobile-footer ul.social li a .social{background:url(../images/footersocial-icon-1.png) no-repeat;display:inline-block;height:37px;width:37px;}
.mobile-footer ul.social li a .social.fb{background-position:0 0}
.mobile-footer ul.social li a .social.tw{background-position:-37px 0}
.mobile-footer ul.social li a .social.li{background-position:-74px 0}
.mobile-footer ul.social li a .social.go{background-position:-111px 0}
.mobile-footer ul.social li a .social.yt{background-position:-148px 0}
.mobile-footer ul.social li a .social.tl{background-position:-185px 0}
.mobile-footer p {
    margin: 0 0 0!important;
    clear: both;
    padding: 13px 0 5px;
    color: #b1b1b1!important;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
}
.mobile-footer p a{color: #a0a1a2!important;    margin: 0 1px}
.store-icon {
    padding-bottom: 15px;
}
.templatemo-footer{ display:none;}
.store-icon a img {
    max-width: 100%;
    height: 40px;
    width: auto;
}
.store-icon a {
    margin: 0 7px;
}
.templatemo-top-bar{ display:none;}
.templatemo-top-menu{ display:none;}
.templatemo-service-item{ margin-bottom:0;}
.panel-body{ padding: 13px 15px; font-size: 13px;}
.panel.history .row.margin-sm-bottom .label{font-size: 13px; padding: 0;}
.templatemo-service-item .col-md-4 > .panel{ min-height:0;margin-top: 20px;
}
.templatemo-service-item .panel.panel-metric.panel-metric-sm .panel-body.panel-body-danger{padding: 0;}
.panel.comment{ margin-bottom:0 !important;}
.panel.history .panel-body .row.margin-sm-bottom:last-child( padding-bottom:0;)
.panel-title {text-align: center;font-weight: 600;}
.desktoptrakerlook{display:none;}
.panel{ min-height:0;}
.mobile-tracker-bg {
    min-height: 0;
    margin-bottom: 0px;
}
.result-div .templatemo-service-item {
    padding: 15px 0 0px;
}
}	


