@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Bitter:400,400i,700');
body{
font-family: 'CalibriRegular';
font-size: 14px;
color: #555555;
}
h1,h2,h3,h4,h5,h6{
font-family: 'arial', sans-serif;
}
.container{
padding:0px;
}
.pad0{
padding: 0px;
}
a:hover{
text-decoration:none;
}
a{
text-decoration:none;
}
.clear-fix{
clear:both;
}
body a {
transition: all 0.2s ease-out;
}
/**********/
/**header-section**/
.header-section{
background:url('../images/header_bg.jpg');
height: 86px;
}
.header-menu{

}
.header-menu .navbar-default {
background-color: transparent;
border-color: transparent;
clear: both;
}
.header-menu .navbar-default .navbar-nav > .active > a, .header-menu .navbar-default .navbar-nav > .active > a:hover, .header-menu .navbar-default .navbar-nav > .active > a:focus {
color: #f15a22;
background-color: transparent;
}
.header-menu .navbar-default .navbar-nav > li > a:hover{
color: #f15a22;
}
.header-menu  .navbar-nav > li > a {
padding-top: 0px;
padding-bottom: 0px;
}
.header-menu .navbar-default .navbar-nav > li > a {
color: #00558f;
font-size: 15px;
font-family: 'Roboto Condensed', sans-serif;
border-right: 1px solid #838383;
}
.header-menu .navbar {
position: relative;
min-height: 0px;
margin-bottom: 0px;
border: 0px solid transparent;
}
.header-menu .last_a{
border-right: 0px solid #838383 !important;
}
.header-menu .nav > li > a {
position: relative;
display: block;
padding: 0px 6px;
}
.header-login{
text-align:right;
}
.header-login .dropdown-menu{
position: absolute;
top: 100%;
right: 0;
left:auto;
z-index: 1000;
float: left;
min-width: 283px;
padding: 10px 5px;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border:4px solid #f15a22;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.header-login .btn-login{
color: #FFF;
background: #f15a22;
font-family: 'arial', sans-serif;
text-align: center;
margin-top: 8px;
padding: 3px 12px;
font-size: 15px;
border-radius: 0px;
margin-bottom: 8px;
text-transform: capitalize;
}
.header-login .btn-login:hover,.header-login .btn-login:focus{
color: #FFF;
background: #dc4b15;
}
.header-login ul{
padding: 0px;
list-style:none;
margin-bottom: 0px;
}
.header-login ul li{
display:inline-block;
padding: 0px 5px;
}
.header-login ul li a{

}
.header-login .form-control {
display: block;
width: 100%;
height: 30px;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
color: #414042;
background-color: #fff;
border: 1px solid #bfbfbf;
font-family: 'arial', sans-serif;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.forgot_txt{
color: #414042;
font-size: 11px;
font-family: 'arial', sans-serif;
}
.btn-log-forgot{
background: rgba(9,167,234,1);
background: -moz-linear-gradient(top, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,167,234,1)), color-stop(100%, rgba(11,111,187,1)));
background: -webkit-linear-gradient(top, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
background: -o-linear-gradient(top, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
background: -ms-linear-gradient(top, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
background: linear-gradient(to bottom, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a7ea', endColorstr='#0b6fbb', GradientType=0 );
text-align: center;
font-family: 'arial', sans-serif;
font-size: 13px;
color: #FFFFFF;
padding-top: 3px;
border-radius:0px;
padding: 4px 11px;
border:0px;
}
.btn-log-forgot:hover, .btn-log-forgot:focus{
background: rgba(9,167,234,1);
background: -moz-linear-gradient(-45deg, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(9,167,234,1)), color-stop(100%, rgba(11,111,187,1)));
background: -webkit-linear-gradient(-45deg, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
background: -o-linear-gradient(-45deg, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
background: linear-gradient(135deg, rgba(9,167,234,1) 0%, rgba(11,111,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a7ea', endColorstr='#0b6fbb', GradientType=1 );
color: #FFFFFF;
}
/**header-section-closed**/

/**content-section**/
.content-section{
background:#333 url('../images/home_banner.jpg') no-repeat top fixed !important;
background-size: cover !important;
}
.active_btm_nav{
border-bottom: 5px solid #f15a22;
}
.how-service-test{
background-color: #6d6e71;
margin-bottom: 15px
}
.how-service-test ul{
padding:0px;
list-style:none;
margin-bottom:0px;
}
.how-service-test ul li{
display:inline-block;
padding: 5px 10px;
border-right: 1px solid #595a5d;
}
.how-service-test ul li a{
font-size: 18px;
color: #bfbfbf;
font-weight: bold;
text-align: center;
font-family: 'arial', sans-serif;
}
.how-service-test ul li a:hover, .how-service-test ul li a:focus{
border-bottom: 5px solid #f15a22;
}

.wvcall-back{
position: absolute;
/*right: 120px;
top: 230px;*/
font-family: 'Arial';
}
.num-one-head-div{
padding: 0px
}
.num-one-head-div h3{
text-shadow: 0 3px 3px #4C4C4C;
font-size: 28px;
color: #fff;
font-family: 'arial', sans-serif;
background: rgba(0, 0, 0, 0.49);
padding: 8px 8px;
clear:both;
}
.num-one-head-div p{
font-size: 18px;
color: #fff;
font-family: 'arial', sans-serif;
background: rgba(0, 0, 0, 0.49);
padding: 8px 8px;
text-shadow: 0 3px 3px #4C4C4C;
float: left;
}
.order-btn-hme{
background-color: #f9632b;
color: #fff;
margin: 5px 0px;
padding: 7px 15px;
border-radius: 0px;
font-family: 'arial', sans-serif;
font-weight: 700;
border: 1px solid #e94f15;
transition: all 0.2s ease-out;
}
.order-btn-hme:hover, .order-btn-hme:focus{
background-color: #e94f15;
color: #fff;
}
.client-say-div{
background: rgba(0, 0, 0, 0.49);
margin: 50px 0px;
padding: 15px 5px;
}
.client-say-div h3{
font-size: 18px;
font-family: "Bitter";
color: #FFFFFF;
margin: 0px 0px 5px 0px;
}
.client-say-div p{
color: #bfbfbf;
font-family: 'arial', sans-serif;
line-height: 22px;
margin-top: 10px;
}
.client-say-div ul{
padding:0px;
list-style:none;
}
.client-say-div ul li{
display:inline-block;
padding: 10px 10px;
}
.read-more-btn{
background-color: #0066b3;
color: #fff;
font-family: 'arial', sans-serif;
font-size: 13px;
border-radius: 0px;
padding: 5px 8px;
}
.read-more-btn:hover, .read-more-btn:focus{
background-color: #085690;
color: #fff;
}
.seo-content-hme{
background: rgba(0, 0, 0, 0.49);
margin: 25px 0px;
padding: 15px 20px;
height: 100%;
max-height: 440px;
overflow: auto;
}
.seo-content-hme h3{
font-size: 18px;
font-family: "Bitter";
color: #FFFFFF;
margin: 0px 0px 5px 0px;
}
.seo-content-hme p{
color: #bfbfbf;
font-family: 'arial', sans-serif;
line-height: 22px;
margin-top: 10px;
}
.seo-content-hme ul{
margin-bottom:0px;
list-style:none;
}
.seo-content-hme ul li{
color: #bfbfbf;
font-family: 'arial', sans-serif;
line-height: 22px;
}
/**content-section**/

/**footer-section**/
.footer-section{
background: rgba(0, 0, 0, 0.49);
margin: 15px 0px 0px 0px;
padding: 0px;
}
.connect-social{
border-bottom: 1px solid #010101;
padding: 15px 0px;
}
.connect-social ul{
list-style:none;
padding:0px;
margin-bottom:0px;
}
.connect-social ul li{
color: #bfbfbf;
font-size: 13px;
font-family: 'arial', sans-serif;
display:inline-block;
padding: 5px 3px;
}
.connect-social ul li a{
display:inline-block;
}
.fb-ico{
background:url('../images/facebook.png') ;
width: 24px;
height: 24px;
vertical-align: middle;
}
.fb-ico:hover{
background-position:0px -24px ; opacity:0.7;
}
.twt-ico{
background: url('../images/twitter.png');
width: 24px;
height: 24px;
vertical-align: middle;
}
.twt-ico:hover{
background-position:0px -24px ; opacity:0.7;
}
.link-ico{
background: url('../images/linkd.png');
width: 24px;
height: 24px;
vertical-align: middle;
}
.link-ico:hover{
background-position:0px -24px ; opacity:0.7;
}
.gpls-ico{
background: url('../images/g_plus.png');
width: 24px;
height: 24px;
vertical-align: middle;
}
.gpls-ico:hover{
background-position:0px -24px ; opacity:0.7;
}
.btn-blog{
background-color: #0066b3;
color: #fff;
font-family: 'arial', sans-serif;
font-size: 13px;
border-radius: 0px;
padding: 2px 8px;
}
.btn-blog:hover, .btn-blog:focus{
background-color: #085690;
color: #fff;
opacity:0.7;
}
.footer-first{
border-bottom: 1px solid #010101;
border-top: 1px solid #444445;
padding: 10px 0px;
}
.footer-first ul{
padding: 0px;
list-style:none;
margin-bottom: 0px;
}
.footer-first ul li{
color: #bfbfbf;
font-size: 13px;
font-family: 'arial', sans-serif;
display:inline-block;
padding: 4px 0px;
}
.footer-first ul li a{
color: #e9e6e6;
font-size: 13px;
border-right: 1px solid #4c4c4d;
font-family: 'arial', sans-serif;
display:inline-block;
padding: 0px 7px;
}
.footer-section .last_a{
border-right: 0px solid #838383 !important;
}
.footer-second{
border-bottom: 1px solid #010101;
border-top: 1px solid #444445;
padding: 0px 0px;
}
.footer-second ul{
padding: 0px;
list-style:none;
margin-bottom: 0px;
}
.footer-second ul li{
color: #bfbfbf;
font-size: 13px;
font-family: 'arial', sans-serif;
display:inline-block;
padding: 4px 0px;
}
.footer-second ul li a{
color: #e9e6e6;
font-size: 13px;
border-right: 1px solid #4c4c4d;
font-family: 'arial', sans-serif;
display:inline-block;
padding: 0px 7px;
}
.copy-write{
color: #e9e6e6;
font-size: 13px;
font-family: 'arial', sans-serif;
margin-bottom:0px;
}
.footer-section .last_a{
border-right: 0px solid #838383 !important;
}
/**footer-section-closed**/
.desktop-logo{
display:block;
}
.mob-logo{
display:none;
}
.desktop-login{
display:none;
}
/**********/

/**order-now**/
.banner-specify-div{
background: url('../images/home_banner2.jpg')no-repeat top fixed !important;
background-size: auto auto;
background-size: cover !important;
}
.order-section{
padding: 20px 0px;
}
.tab-image {
background: url('../images/sprite.png') no-repeat -51px -13px;
width: 185px;
height: 39px;
display: inline-block;
vertical-align: middle;
}
.form-tab {
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
.form-field {
background-color: #ffffff;
border-radius: 15px;
margin-bottom: 90px;
padding: 25px 35px;
margin-top: 10px;
}
.continue-submit {
-moz-box-shadow: inset 0px 1px 0px 0px #f5789e;
-webkit-box-shadow: inset 0px 1px 0px 0px #f5789e;
box-shadow: inset 0px 1px 0px 0px #f5789e;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e01b5a), color-stop(1, #e11d58));
background: -moz-linear-gradient(top, #e01b5a 5%, #e11d58 100%);
background: -webkit-linear-gradient(top, #e01b5a 5%, #e11d58 100%);
background: -o-linear-gradient(top, #e01b5a 5%, #e11d58 100%);
background: -ms-linear-gradient(top, #e01b5a 5%, #e11d58 100%);
background: linear-gradient(to bottom, #e01b5a 5%, #e11d58 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e01b5a', endColorstr='#e11d58',GradientType=0);
background-color: #e01b5a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ee1eb5;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: Arial;
font-size: 16px;
font-weight: 400;
padding: 10px 24px;
text-decoration: none;
text-shadow: 0px 1px 0px #c70067;
border-bottom: 2px solid #bf1045;
margin-top: 15px;
}
.continue-submit:hover, .continue-submit:focus{
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e11d58), color-stop(1, #e6376e));
background:-moz-linear-gradient(top, #e11d58 5%, #e6376e 100%);
background:-webkit-linear-gradient(top, #e11d58 5%, #e6376e 100%);
background:-o-linear-gradient(top, #e11d58 5%, #e6376e 100%);
background:-ms-linear-gradient(top, #e11d58 5%, #e6376e 100%);
background:linear-gradient(to bottom, #e11d58 5%, #e6376e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e11d58', endColorstr='#e6376e',GradientType=0);
background-color:#e11d58;
color:#ffffff;
}
.form-field label {
box-sizing: border-box;
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
color: #635e5e;
font-size: 13px;
font-weight: 500;
font-family: 'Roboto';
}
.form-field .form-control {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857143;
color: #645f5f;
background-color: #fff;
background-image: none;
border: 1px solid #bdbdbd;
border-radius: 6px;
font-family: 'Roboto';
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}*/
.icon-form-last {
background: url('../images/sprite.png') no-repeat -100px -72px;
width: 100px;
height: 29px;
display: inline-block;
vertical-align: middle;
margin-top: 10px;
}
.form-opp-border {
position: relative;
border: 2px solid #d0d0d0;
border-radius: 10px;
margin-bottom: 20px;
padding: 0px;
margin-top: 13px;
}
.our-head {
position: relative;
text-align: center;
margin: 5px;
}
.our-head h3 {
color: #e4eaf0;
font-size: 22px;
font-weight: 300;
font-family: 'Roboto';
}
.img-round {
text-align: center;
margin-top: 40px;
margin-bottom: 20px;
}
.qout-opp {
text-align: center;
margin-top: 5px;
margin-bottom: 20px;
}
.qout-opp span {
background: url('../images/sprite.png') no-repeat -235px -158px;
width: 19px;
height: 17px;
display: inline-block;
vertical-align: middle;
}
.sign-text-para p {
text-align: center;
color: #e7e7e7;
font-size: 18px;
font-weight: 400;
font-family: 'Roboto';
font-style: italic;
line-height: 24px;
padding: 0px 20px;
}
.sign-text-para1 .customer {
color: #e7e7e7;
font-size: 15px;
text-align: center;
margin-top: 10px;
margin-bottom: 15px;
font-weight: 300;
font-family: 'Roboto';
}
.star-opp {
text-align: center;
margin-top: 5px;
margin-bottom: 70px;
}
.star-opp span {
background: url('../images/sprite.png') no-repeat -106px -116px;
width: 82px;
height: 15px;
display: inline-block;
vertical-align: middle;
}
.bg-gray {
background-color: #ffffff;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
padding: 30px;
}
.first-img span {
background: url('../images/sprite.png') no-repeat -27px -149px;
width: 44px;
height: 41px;
display: inline-block;
vertical-align: middle;
margin-top: 5px;
margin-bottom: 10px;
}
.first-img p {
text-align: center;
font-family: 'Roboto';
font-size: 13px;
color: #464646;
font-weight: 400;
margin-top: 5px;
}
.sec-img span {
background: url('../images/sprite.png') no-repeat -95px -148px;
width: 41px;
height: 41px;
display: inline-block;
vertical-align: middle;
margin-top: 5px;
margin-bottom: 10px;
}
.sec-img p {
text-align: center;
font-family: 'Roboto';
font-size: 13px;
color: #464646;
font-weight: 400;
margin-top: 5px;
}
.thir-img span {
background: url('../images/sprite.png') no-repeat -161px -154px;
width: 45px;
height: 36px;
display: inline-block;
vertical-align: middle;
margin-top: 5px;
margin-bottom: 10px;
}
.thir-img p {
text-align: center;
font-family: 'Roboto';
font-size: 13px;
color: #464646;
font-weight: 400;
margin-top: 5px;
}
.first-img {
width: 130px;
text-align: center;
display: inline-block;
}
.sec-img {
width: 115px;
text-align: center;
display: inline-block;
}
.thir-img {
width: 130px;
text-align: center;
display: inline-block;
}
.foot-order-bg{
background: rgba(0, 0, 0, 0.49);
padding:8px;
}
.foot-order-bg .footer-first{
border-bottom: 0px solid #010101;
border-top: 0px solid #444445;
padding: 0 0px;
}
/**order-now-closed**/

/**about-us**/
.about-bg{
background: rgba(0, 0, 0, 0.49);
margin-top: 50px;
margin-bottom:20px;
padding: 15px 15px;
}
.about-wht-bg{
background-color:#ffffff;
padding:15px;
margin-bottom: 15px;
}
.abt-list-menus{
background-color: #e9eaeb;
padding:0px;
margin-bottom: 15px;
}
.abt-list-menus ul{
padding: 0px;
list-style: none;
margin-bottom: 0px;
}
.abt-list-menus ul li{
padding: 10px 15px;
border-bottom: 1px solid #f2f3f3;
border-top: 1px solid #d8d8d9;
}
.abt-list-menus ul li a{
font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
color: #004a80;
}
.abt-list-menus ul li a:hover, .abt-list-menus ul li a:focus{
text-decoration:none;
color: #f15a22 !important;
}
.active {
color: #f15a22 !important;
}
.arrow {
background: url('../images/arrow.png');
color: #f15a22 !important;
background-repeat: no-repeat;
background-position-x: right 15px;
background-position-y: center;
}
.about-content-section{
margin-bottom: 15px;
}
.about-content-section h3{
font-family: 'arial', sans-serif;
font-size: 21px;
color: #272424;
margin: 2px 0px 15px 0px;
}
.about-content-section h4{
color: #0066b3;
font-size: 17px;
font-family: 'arial', sans-serif;
}
.about-content-section p{
font-size: 16px;
color: #414042;
font-family: 'arial', sans-serif;
line-height: 22px;
margin-bottom: 15px;
text-align: justify;
}
.ctp-section{
background: #000000;
padding: 15px 15px;
margin-bottom: 15px;
}
.ctp-section ul{
list-style:none;
padding:0px;
margin-bottom:0px;
}
.ctp-section ul li{
padding: 10px 6px;
}
.ctp-section ul li a{
color: #bfbfbf;
font-size: 16px;
font-weight: bold;
font-family: 'arial', sans-serif;
}
.ctp-section ul li a:hover{
color:#ffffff;
text-decoration:none;
}
.ctp-section ul li a:focus{text-decoration:none;}
.abt-con-icon{
background: url('../images/sprite.png') no-repeat -24px -220px;
width: 24px;
height: 24px;
display:inline-block;
vertical-align:middle;
margin-right: 5px;
}
.abt-test-icon{
background: url('../images/sprite.png') no-repeat -70px -224px;
width: 28px;
height: 19px;
display:inline-block;
vertical-align:middle;
margin-right: 2px;
}
.abt-price-icon{
background: url('../images/sprite.png') no-repeat -119px -219px;
width: 17px;
height: 27px;
display:inline-block;
vertical-align:middle;
margin-right: 16px;
}
/**about-us-closed**/
/**countires-we-serve**/
.inner-test-bg{
padding: 20px 15px 20px 20px;
background: rgba(0,132,220,1);
background: -moz-linear-gradient(top, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,132,220,1)), color-stop(100%, rgba(0,115,187,1)));
background: -webkit-linear-gradient(top, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
background: -o-linear-gradient(top, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
background: -ms-linear-gradient(top, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
background: linear-gradient(to bottom, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084dc', endColorstr='#0073bb', GradientType=0 );
margin-bottom:15px;
}
.inner-test-bg:hover{
background: rgba(0,132,220,1);
background: -moz-linear-gradient(45deg, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,132,220,1)), color-stop(100%, rgba(0,115,187,1)));
background: -webkit-linear-gradient(45deg, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
background: -o-linear-gradient(45deg, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
background: -ms-linear-gradient(45deg, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
background: linear-gradient(45deg, rgba(0,132,220,1) 0%, rgba(0,115,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084dc', endColorstr='#0073bb', GradientType=1 );
}
.ord-arrow-icon{
background: url('../images/sprite.png') no-repeat -166px -219px;
width: 37px;
height: 37px;
display:inline-block;
vertical-align:middle;
}
.inner-test-bg h3{
color: #feffff;
font-size: 22px;
text-shadow: 0px 2px 3px #3F3F3F;
font-family: 'arial', sans-serif;
margin-top:0px;
line-height: 28px;
}
.inner-test-bg p{
text-align: right;
margin-bottom:0px;
}
.inner-order-bg{
background: rgba(245,124,32,1);
background: -moz-linear-gradient(top, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,124,32,1)), color-stop(100%, rgba(241,89,34,1)));
background: -webkit-linear-gradient(top, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -o-linear-gradient(top, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -ms-linear-gradient(top, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: linear-gradient(to bottom, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c20', endColorstr='#f15922', GradientType=0 );
padding: 15px 15px 15px 20px;
margin-bottom:15px;
}
.inner-order-bg:hover{
background: rgba(245,124,32,1);
background: -moz-linear-gradient(-45deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,124,32,1)), color-stop(100%, rgba(241,89,34,1)));
background: -webkit-linear-gradient(-45deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -o-linear-gradient(-45deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: linear-gradient(135deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c20', endColorstr='#f15922', GradientType=1 );
}
.inner-order-bg h3{
color: #feffff;
font-size: 22px;
text-shadow: 0px 2px 3px #3F3F3F;
font-family: 'arial', sans-serif;
margin-top:0px;
line-height: 28px;
}
.inner-order-bg p{
text-align: right;
margin-bottom:0px;
}
/**countires-closed**/
/**price-cal-sec**/
.price-cal-sec{

}
.price-cal-sec .panel-body{
background: rgba(0,171,239,1);
background: -moz-linear-gradient(top, rgba(0,171,239,1) 30%, rgba(1,156,226,1) 47%, rgba(3,109,185,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(0,171,239,1)), color-stop(47%, rgba(1,156,226,1)), color-stop(100%, rgba(3,109,185,1)));
background: -webkit-linear-gradient(top, rgba(0,171,239,1) 30%, rgba(1,156,226,1) 47%, rgba(3,109,185,1) 100%);
background: -o-linear-gradient(top, rgba(0,171,239,1) 30%, rgba(1,156,226,1) 47%, rgba(3,109,185,1) 100%);
background: -ms-linear-gradient(top, rgba(0,171,239,1) 30%, rgba(1,156,226,1) 47%, rgba(3,109,185,1) 100%);
background: linear-gradient(to bottom, rgba(0,171,239,1) 30%, rgba(1,156,226,1) 47%, rgba(3,109,185,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abef', endColorstr='#036db9', GradientType=0 );
margin-bottom: 15px;
}
.price-cal-sec .panel-body h3{
font-family: 'arial', sans-serif;
color: #FFFFFF;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #0cbaff;
padding-bottom: 5px;
}
.bor-blu{
width: 100%;
float: left;
margin-bottom: 15px;
height: 1px;
box-shadow: 0px 1px 0px 0px #1f88cd;
}
.price-cal-sec label{
font-family: 'CalibriRegular';
font-size: 14px;
color: #0f0717;
}
.price-cal-sec .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
line-height: 1.42857143;
color: #181818;
font-size: 13px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 0px;
background-color: #FFF;
font-family: 'arial', sans-serif;
cursor: pointer;
-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select-css{
background-image: url('../images/dwn_arrow.png');
background-repeat: no-repeat;
background-position: right center;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-position-x: right 10px;
}
.btn-price{
background: rgba(245,124,32,1);
background: -moz-linear-gradient(top, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,124,32,1)), color-stop(100%, rgba(241,89,34,1)));
background: -webkit-linear-gradient(top, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -o-linear-gradient(top, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -ms-linear-gradient(top, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: linear-gradient(to bottom, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c20', endColorstr='#f15922', GradientType=0 );
font-size: 26px;
font-family: 'Roboto Condensed', sans-serif;
color: #FFFFFF;
padding: 3px 15px;
border-radius: 0px;
}
.btn-price:hover, .btn-price:focus{
background: rgba(245,124,32,1);
background: -moz-linear-gradient(-45deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,124,32,1)), color-stop(100%, rgba(241,89,34,1)));
background: -webkit-linear-gradient(-45deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -o-linear-gradient(-45deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
background: linear-gradient(135deg, rgba(245,124,32,1) 0%, rgba(241,89,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c20', endColorstr='#f15922', GradientType=1 );
color: #FFFFFF;
}
.price-cal-div{
border: 1px solid #2891d9;
background: #0659a9;
padding:15px;
}
.price-cal-div p{
color: #FFFFFF;
font-size: 16px;
font-family: 'arial', sans-serif;
margin-bottom: 4px;
}
.price-cal-sec .table-bordered {
    border: 1px solid #ddd;
}
.price-cal-sec .table-bordered > thead > tr > th{
border-bottom-width: 1px;
border: 0px solid #ddd;
text-align: center;
font-family: 'Roboto Condensed', sans-serif;
color: #0659a9;
font-weight:400;
}
.price-cal-sec .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 1px solid #ddd;
}
.price-cal-sec .table-bordered > tbody > tr > td{
border: 1px solid #66baf2;
color: #FFFFFF;
font-size: 13px;
font-family: 'Roboto Condensed', sans-serif;
text-align:center;
}
.contact-form{
background: #eff0f1;
padding:15px;
}
.contact-form h3{
color: #0588c7;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
margin: 0px 0px 10px 0px;
}
.contact-form label{
font-size: 13px;
color: #414042;
font-family: 'arial', sans-serif;
font-weight:400;
}
.contact-form .form-control{
border-radius:0px;
}
.submit-bnt-div{
text-align:right;
}
INPUT[type="text"]:focus, textarea:focus, INPUT[type="password"]:focus {
    box-shadow: 0px 0px 10px #bdbdbd;
    border: 1px solid #0066b3;
}
INPUT[type="text"]:focus, textarea:focus, INPUT[type="password"]:focus {
    box-shadow: 0px 0px 10px #bdbdbd;
    border: 1px solid #0066b3;
}
/**price-cal-sec**/
/**blog**/
.article_sub{

}
.article_sub ul{
padding:0px;
list-style:none;
margin-bottom:0px;
}
.article_sub ul li{
padding: 5px 0px;
text-indent: -10px;
margin-left: 10px;
}
.article_sub ul li a{
font-family: 'arial', sans-serif;
color: #176097;
font-size: 16px;
}
.article_sub ul li a:hover{
text-decoration:underline;
}
.arrow-blu-icon{
background: url('../images/sprite.png') no-repeat -227px -225px;
width: 5px;
height: 11px;
display:inline-block;
}
.blog-right-sec{
padding:0px;
}
.recent-blog-para{
font-family: 'arial', sans-serif;
font-size: 14px;
color: #fff;
font-weight: 700;
border-bottom: 1px solid #e7e8e9;
padding-bottom:5px;
}
.blog-right-sec a:hover{
text-decoration:underline;
}
.blog-right-sec a{
font-family: 'arial', sans-serif;
}
.recent-div{
border-bottom: 1px dotted #cecc38;
padding: 5px 0px;
}
/**blog-closed**/
/**how-we-work**/
.how-we-bg{
background-color:#a2a7ab;
padding: 30px 70px;
}
.how-bg-image{
background:url('../images/working_bg.png');
height:455px;
background-repeat:no-repeat;
margin: 0px 0px 15px 0px;
}

.how-bg-image h2{
color: #231f20;
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
margin: 30px 0px;
}
.how-bg-image p{
font-family: 'Roboto Condensed', sans-serif;
color: #414042;
font-size:13px;
margin-top: 40px;
line-height: 22px;
}
.how-we-txt .how-img-para{
position: absolute;
left: 30px;
bottom: -135px;
}
.how-we-txt{
text-align: center;
position: relative;
left: 60px;
top: 80px;
}
.how-we-txt2{
text-align: center;
position: relative;
left: 70px;
top: 80px
}
.how-we-txt3{
text-align: center;
position: relative;
left: 95px;
top: 80px;
}
.how-we-txt4{
text-align: center;
position: relative;
left: 125px;
top: 65px
}
.how-we-txt5{
text-align: center;
position: relative;
left: 150px;
top: 80px;
}
.how-we-txt2 .how-img-para{
bottom: -115px;
position: absolute;
left: 45px;
}
.how-we-txt3 .how-img-para{
bottom: -160px;
position: absolute;
left: 45px;
}
.how-we-txt4 .how-img-para{
bottom: -133px;
position: absolute;
left: 45px;
}
.how-we-txt5 .how-img-para{
bottom: -138px;
position: absolute;
left: 35px;
}
.first-how{
display:none;
}
.first-foot-how{
display:none;
}
.second-how{
display:none;
}
.second-foot-how{
display:none;
}
.third-how{
display:none;
}
.third-foot-how{
display:none;
}
.fourth-how{
display:none;
}
.fourth-foot-how{
display:none;
}
.five-how{
display:none;
}
.five-foot-how{
display:none;
}
/**how-we-work-closed**/
/**services**/
.service-panel{

}
.service-panel a{
text-decoration:none;
font-family: 'arial', sans-serif;
}
.service-panel a:hover{
text-decoration:none;
}
.service-panel ul{
padding: 0px;
list-style: none;
}
.service-panel ul li{
padding: 5px 0px;
}
.service-panel ul li a{

}
.service-panel .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: #ff7113;
font-weight: 700;
font-family: 'arial', sans-serif;
}
.service-panel .panel-group .panel {
margin-bottom: 25px;
border-radius: 4px;
}
/**services-closed**/
/**footer-artical-page**/
.sub-artical-menu{
background-color: #000000;
margin: 0px 0px 15px 0px;
padding: 10px 15px;
border: 1px solid #6f6d6d;
}
.sub-artical-menu ul{
padding: 0px;
list-style: none;
margin-bottom:0px;
}
.sub-artical-menu ul li{
border-right: 1px solid #bfbfbf;
padding: 0px 15px;
display:inline-block;
}
.sub-artical-menu ul li a{
color: #bfbfbf;
font-size: 14px;
font-family: 'arial', sans-serif;
font-weight: 700;
}
.sub-artical-menu ul li a:hover{
border-bottom: 3px solid #f36a21 !important;
}
.sub-artical-menu li a:hover, .ative_service {
    border-bottom: 3px solid #f36a21 !important;
}
.info-box {
padding: 15px 20px 15px 10px;
line-height: 22px;
font-size: 14px;
border: 1px solid #5C5E60;

float: left;
border-radius: 0px;
border-left: 6px solid #5C5E60;
margin: 10px 0px 169px;
background: #f2f2f2;
text-align: left;
}
.testi_row {
border-bottom: 1px solid #bfbfbf;
padding: 5px 0px;
}
.testi_row p {
font-family: 'arial', sans-serif;
color: #231f20;
font-size: 14px;
line-height: 20px;
margin-top: 5px;
}
/**footer-artical-page-closed**/














/**mobile-view**/

@media(max-width: 420px){
.desktop-logo{
display:none;
}
.mob-logo{
display:block;
}
.mob-chat{
display:none !important;
}
.mob-login{
display:none;
}
.desktop-login{
display:block;
}
.header-section{
height:auto;
background-repeat:no-repeat;
background-size:cover;
}
.how-service-test{
padding:0px;
}
.how-service-test ul li a{
font-size:15px;
}
.how-service-test ul li{
padding: 5px 6px;
}
.num-one-head-div h3{
font-size:23px;
}
.footer-section{
padding: 15px 5px;
}
.footer-first{
text-align: center;
}
.footer-second{
text-align:center;
}
.banner-specify-div{
margin-top:10px;
}
.continue-submit{
font-size:13px;
}
.our-head h3{
font-size: 18px;
}
.first-img{
width: 108px;
}
.sec-img {
width: 95px;
}
.thir-img {
width: 107px;
}
.header-login {
text-align: left;
padding: 0px;
}

}

@media(max-width: 980px){
.header-menu .navbar-default .navbar-nav > li > a{
font-size: 13px;
}
.header-menu .nav > li > a {
padding: 0px 5px;
}
.how-service-test ul li{
padding: 5px 4px;
}
.how-service-test ul li a {
font-size: 14px;
}
.num-one-head-div{
margin-top: 35px;
}
.mob-pad0{
padding:0px;
}
.client-say-div br{
display:none;
}
.how-bg-image {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 42%, rgba(246,246,246,1) 45%, rgba(249,249,249,1) 83%, rgba(250,250,250,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(42%, rgba(247,247,247,1)), color-stop(45%, rgba(246,246,246,1)), color-stop(83%, rgba(249,249,249,1)), color-stop(100%, rgba(250,250,250,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 42%, rgba(246,246,246,1) 45%, rgba(249,249,249,1) 83%, rgba(250,250,250,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 42%, rgba(246,246,246,1) 45%, rgba(249,249,249,1) 83%, rgba(250,250,250,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 42%, rgba(246,246,246,1) 45%, rgba(249,249,249,1) 83%, rgba(250,250,250,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 42%, rgba(246,246,246,1) 45%, rgba(249,249,249,1) 83%, rgba(250,250,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=1 );
height: auto;
background-repeat: no-repeat;
padding:15px 0px;
}
.how-we-txt {
text-align: center;
position: relative;
left: 0;
top: 0px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
.how-bg-image h2{
margin: 10px 0px;
}
.how-bg-image p{
margin-top: 10px;
}
.how-we-txt .how-img-para {
position: relative;
left: 0px;
bottom: 0px;
}
.how-we-bg{
padding:30px 15px
}
.how-we-txt2 {
text-align: center;
position: relative;
left: 0px;
top: 0px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
.how-we-txt2 .how-img-para {
bottom: 0px;
position: relative;
left: 0px;
}
.how-we-txt3 {
text-align: center;
position: relative;
left: 0px;
top: 0px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
.how-we-txt3 .how-img-para {
bottom: -0px;
position: relative;
left: 0px;
}
.how-we-txt4 {
text-align: center;
position: relative;
left: 0px;
top: 0px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
.how-we-txt4 .how-img-para {
bottom: 0px;
position: relative;
left: 0px;
}
.how-we-txt5 {
text-align: center;
position: relative;
left: 00px;
top: 0px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
.how-we-txt5 .how-img-para {
bottom: 0px;
position: relative;
left: 0px;
}
.first-how{
background: url('../images/sprite.png') no-repeat -14px -413px;
width: 88px;
height: 79px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.first-foot-how{
background: url('../images/sprite.png') no-repeat -24px -268px;
width: 49px;
height: 52px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.second-how{
background: url('../images/sprite.png') no-repeat -126px -412px;
width: 88px;
height: 80px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.second-foot-how{
background: url('../images/sprite.png') no-repeat -102px -270px;
width: 48px;
height: 51px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.third-how{
background: url('../images/sprite.png') no-repeat -15px -512px;
width: 87px;
height: 79px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.third-foot-how{
background: url('../images/sprite.png') no-repeat -24px -340px;
width: 60px;
height: 51px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.fourth-how{
background: url('../images/sprite.png') no-repeat -126px -512px;
width: 90px;
height: 79px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.fourth-foot-how{
background: url('../images/sprite.png') no-repeat -115px -340px;
width: 48px;
height: 50px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.five-how{
background: url('../images/sprite.png') no-repeat -239px -512px;
width: 88px;
height: 80px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
.five-foot-how{
background: url('../images/sprite.png') no-repeat -179px -340px;
width: 48px;
height: 50px;
display:inline-block;
vertical-align:middle;
margin: 10px 0px 0px 0px;
}
}

@media(max-width: 1020px) {.request-section h3{font-size: 15px !important;}}
/**mobile-view**/
