body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Montserrat';  
    font-family: 'Montserrat';  font-weight: 300;
    font-size:16px;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.no_padding {
    padding: 0px;
}

.hr{height: 5px; background-color: #0982e6; width: 100%; clear: both; }

/*================header-start=================*/
.header_bg{width: 100%;}
.navbar-brand {
    height: 80px;
    font-size: 30px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 35px 0 0 0;
    font-family: 'Montserrat' !important;
}

.navbar-brand span{color: #0982e6;}
.navbar-wrapper {
    position: fixed;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(245, 245, 245,0.6);
    z-index: 99999999;
}

.navbar-inverse {background-color: inherit; border-bottom:inherit;  }

.navbar{margin-bottom: 0px; min-height: 80px; position: inherit; border-radius:inherit ;}
.navbar-nav {
float: right;
margin:30px 0 10px 0;
}
.navbar-nav>li>a{padding-top: 5px; padding-bottom: 5px;   }

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{color: #fff; background-color: #0982e6;  padding-top: 5px; padding-bottom: 5px;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{color: #fff; background-color: #0982e6;     padding-top: 5px; padding-bottom: 5px;}

.navbar-toggle{
	background-color: #333;
	margin-top: 35px;
	margin-bottom: 35px;
	position: absolute;
	right: 10px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    width: 30px;
    height: 30px;
    margin-top: 50px;
    font-size: 30px;
}
.dropdown-menu{border: 0px;}


/*================banner-start=================*/
.banner_bg{width: 100%;}
.carousel{height:760px; margin-bottom: 0px;}
.carousel-inner > .item > img{max-width:100%;   height:760px;}
.carousel-inner{height: 760px;}
.carousel .item{height: 760px;}
.carousel-control.left{background:none; }
.carousel-control.right{background:none; }
.carousel-indicators{display: none;}

.carousel-caption{bottom: 130px; text-shadow: none; }
.carousel_rightsite{width: 100%;}
.carousel-caption h1 {
    font-size: 56px !important;
    color: #ffffff;
    line-height: 66px !important;
    font-weight: bold;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
}

.carousel-caption h6{
    font-size: 24px !important;
    color: #ffffff;
    line-height: 36px;
    font-weight: 300;
    font-family: 'Georgia'; 
}

.carousel-caption .btn-primary {
color: #fff;
font-size: 15px;
background-color: #0982e6;
border-color: #0982e6;
border-radius: 0px;
}

.carousel-caption .btn-primary:hover {
color: #fff;
font-size: 15px;
background-color: #000;
border-color:#000;
border-radius: 0px;
}

@media all and (min-width: 1024px){
    nav {
    margin: 0px 18px 0px 42px;
    }
}

@media all and (max-width: 1280px){
	.carousel{height:600px;}
	.carousel-inner > .item > img{height:600px;}
	.carousel-inner{height: 600px;}
	.carousel .item{height: 600px;}
    
    .nav>li>a {
        padding: 4px 14px;
        font-size: 14px;
    }
}




/*================Gride=================*/
    
    
.working_gride_info_bg{
    position: relative;
    z-index: 98;
    background-color: #f7f7f7;
}
.working_gride_info{
    position: absolute;
    top: 0;
    margin: 0 !important;
    left: 50%;
    -webkit-transform: translate(-50%,-51%) scale(1,1);
    -ms-transform: translate(-50%,-51%) scale(1,1);
    transform: translate(-50%,-51%) scale(1,1);
    z-index: 54;
    width: 1170px !important;
    max-width: 1170px !important;
}



.working_gride{
    background-image: url(../images/info_bg.jpg); background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
}

.inner-wrap{border:1px solid #6e6e6e; }

.gride_block {
    border-right: 1px solid #6e6e6e;
    display: inline-block;
    width: 280px;
}
.gride_block:last-child {
    border-right: none ;
    display: inline-block;
    width: 284px;
}
.gride_icon {
    width: 20%;
    float: left;
    height: 90px;

}


.gride_icon i {
    width: 20%;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-size: 36px;
    color: #0982e6;
}

.gride_dital {
    width: 80%;
    padding: 18px 0px;
    overflow: hidden;
}
.gride_dital h4 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 48px;
    margin: 0px;
    padding: 0px;
}

.gride_dital p{
    font-family: Montserrat;
    color: #fff;
    margin-bottom: 0;
}


@media all and (max-width:1024px) {
  .working_gride_info{
  width: 1170px !important;
    max-width: 1170px !important;  
            transform: translate(-50%,-51%) scale(0.82,0.82);
    }
    
    .gride_dital h4 {    line-height: 28px;}
    .gride_block {
    padding: 30px 20px;
}
    
    .gride_icon {
    width: 30%;
}
    .gride_dital {
    width: 70%;
}

    .banner-inner{
        min-height: 100px;
    }
    
}


@media all and (max-width:1023px) {
    .working_gride_info{
  width: 720px !important;
    max-width: 720px !important;  
            transform: translate(-50%,0%) scale(1,1);
    }
    
     .gride_icon i{width: 7%;}
    
       .gride_block {
    display: inline-block;
    width: 100%;
           border-bottom: 1px solid #6e6e6e; 
}
    .gride_block:last-child {
    display: inline-block;
        border-bottom: none; 
    width: 100%;
}
 
    
}


@media all and (max-width:800px) {
  .working_gride_info{
		width: 480px !important;
		max-width: 480px !important;  
    }
    
    .gride_icon i{width: 15%;}
    
       .gride_block {
    display: inline-block;
    width: 100%;
           border-bottom: 1px solid #6e6e6e; 
}
    .gride_block:last-child {
    display: inline-block;
        border-bottom: none; 
    width: 100%;
}
}

@media all and (max-width:768px) {
  
    .working_gride_info{
  width: 480px !important;
    max-width: 480px !important;  
    }
}

@media all and (max-width:640px) {
  
    .working_gride_info{
  width: 400px !important;
    max-width: 400px !important;  
    }
    }

.header-content h1{
    font-size:30px;
    color:#fff;
}

@media all and (max-width:480px) {
  

	.carousel-inner > .item > img{height:200px; max-width:100%;  } 
	.carousel .item {
	height:200px;
	}
	    
	.carousel-caption h1 {
	    font-size: 24px !important;
	    line-height: 24px !important;
	} 
	    .carousel-caption h6 {
	    font-size: 14px !important;
	    line-height: 10px;
	}
	    .carousel-caption {
	    bottom: 10px;
	    text-shadow: none;
	}
	    .carousel-caption  .btn-primary{font-size: 11px;}
	    .carousel-caption  .btn-primary:hover{font-size: 11px;}
	    
	    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	        display: none;
	        
	    }
	    
    .navbar-brand{font-size: 18px;width:83%;}


    .working_gride_info{
		width: 300px !important;
		max-width: 300px !important;  
    }

	.header-content h1{
		font-size: 28px;
		color: #fff;
		margin-top:15px;
	}

}

@media all and (max-width:380px) 
{
  
    .working_gride_info{
		width: 200px !important;
		max-width: 200px !important;  
    }

	.navbar-brand{
		max-width:305px !important;
	}
}
    
@media all and (max-width:320px) 
{
	.navbar-brand{
	max-width:79%;
	}

	.header-content h1{
		font-size: 28px;
		color: #5a5a5a;
		margin-top: 5px;
	}    
}
    



/*================Gride=================*/



/*================service-cnt-start=================*/
.service_info_bg {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f7f7f7;
}
.service_info{width: 100%;}
.service_info_tital{width: 100%;}
.service_info_tital h1{text-align: center; color: #333;}

.service_info_tital h3{    text-align: center;
    color: #999999;
    font-size: 26px;
    line-height: 36px;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-style: italic;}
.service_info_tital img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom: 30px;
}
.service_block_bg{width: 100%;position: relative;}
.service_block {
    width: 100%;
    padding: 40px 30px;
    background-color: #fff;
    text-align: center;
}
.service_block img{ border: 0px; outline: none; }
.box_title {
    width: 100%;
    text-align: center;
    margin:0px;
}
.box_title span{display: inline-block; color: #e0e0e0; font-size: 36px; }
.box_title h3{
font-size: 24px; display: inline-block;
    line-height: 34px;
    padding-left: 5px;
}
.box-content {
text-align: center;
}
.box-content p{
    font-size: 16px;
    line-height: 26px;
        margin: 30px 0px;
}

.grey.button-ghost {
    box-shadow: inset 0 0 0 2px #c3c3c3;
    color: #999999;
    padding: 10px 24px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0px 5px 0;
    overflow: hidden;
    text-align: center;
    
}

.grey.button-ghost:hover {
   background-color: #c3c3c3;
    color: #fff;
    text-decoration: none;
}

@media all and (max-width:1024px) {    
.service_info_bg { margin-top: 500px;}  
.working_gride_info_bg{ margin-top: 50px; } 

}

@media all and (max-width:730px) { 
.service_info_bg {
    margin-top: 730px;
}
}
/*================service-cnt-end=================*/



/*================tab-menu-start=================*/


.tabmaster_info_bg {
    width: 100%;
    float: left;
    background: #f7f7f7;
    clear: both;
    padding-bottom: 100px;
}

.tabmaster_info{width: 100%; margin-top: 30px;}
.tabmaster_info h1{text-align: center; color: #333;}

.tabmaster_info h3{    text-align: center;
    color: #999999;
    font-size: 26px;
    line-height: 36px;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-style: italic;}
.tabmaster_info_tital{width: 100%;}
.tabmaster_info_tital img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom: 30px;
}


/*------------------menu-------------------*/
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #0982e6 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #0982e6; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; height: 350px;}

/*------------------menu-end------------------*/




/*====================================================slider-fade========================================*/

.banner_bg {
	width: 100%;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.fade-carousel {
	position: relative;
	height: 500px;
}
.fade-carousel .carousel-inner .item {
	height: 500px;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #f39c12;
	border-color: #f39c12;
	opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
/********************************/

/*          Hero Headers        */

/********************************/

.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	display: none;
}
.hero h1 {
	font-size: 6em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
/********************************/

/*            Overlay           */

/********************************/

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: inherit;
	opacity: .7;
}
/********************************/

/*          Custom Buttons      */

/********************************/

.btn.btn-lg {
	padding: 10px 12px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
	color: #f5f5f5;
	background-color: #1abc9c;
	border-color: #1abc9c;
	outline: none;
	margin: 20px auto;
}
/********************************/

/*       Slides backgrounds     */

/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
	background-repeat: no-repeat;
}
/********************************/

/*          Media Queries       */

/********************************/
.fade-carousel .carousel {
    height: 500px;
    margin-bottom: 0px;
}



@media screen and (min-width: 765px){
        .banner-inner{
        min-height: 300px;
    }
}


@media screen and (min-width: 980px){
	.hero {
		width: 980px;
	}


.fade-carousel .carousel-inner .item {
height: 350px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 350px;
}
    
}
@media screen and (max-width: 800px) {

.fade-carousel .carousel-inner .item {
height: 300px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 300px;
}
    
}

@media screen and (max-width: 768px) {

.fade-carousel .carousel-inner .item {
height: 250px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 250px;
}
    
}

@media screen and (max-width: 640px) {
	.hero h1 {
		font-size: 4em;
	}
    
.fade-carousel .carousel-inner .item {
height: 200px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 200px;
}
    
}
@media screen and (max-width:480px) {
.fade-carousel .carousel-inner .item {
height: 140px;
max-width: 100%;
}
.fade-carousel {
position: relative;
height: 140px;
}
    
}

/*====================================================slider-fade-end========================================*/


/*================tab-menu-end=================*/










/*====================================================client-logo-start========================================*/

.logo_slider_bg {
    width: 100%;
    background-color: #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    clear: both;
}
.logo_slider_bg h3{color: #000; font-family: 'Open Sans'; border-bottom: 1px dotted #666; padding-bottom:5px; margin-bottom:20px;}
.owl-prev {
top: 50px;
left: -40px;
position: absolute;
}
.owl-next {
top: 50px;
right: -40px;
position: absolute;
}
.owl-buttons{display: none;}

img.lazyOwl {
border: 0px solid rgba(75, 128, 25,0.2);
}
#owl-demo .item {
    margin: 3px;
    padding: 15%;
    background-color: #fff;
}

#owl-demo .item img {
display: block;
width: 100%;
height: auto;
}

/*====================================================client-logo-end========================================*/

.footer_info_bg{width: 100%;}
.footer_info{width:100%;background-color: #2a2a2a;}
.footer_info_left {
    background-color: #232323;
    padding-top: 30px;
    display: block;
    float: left;
    width: 50%;
    padding-left: 100px;
}


.footer_address {
    background-color: #232323;
    display: block;
    padding-right: 50px;
    padding-top: 50px;
    text-align: right;
}
.footer_address img {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.footer_address p {
    text-decoration: none;
    text-align: left;
    padding: 30px 0 10px 0px;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #959595;
    display: inline-block;
    font-size: 15px;
}
.footer_address h5 {
    text-decoration: none;
    text-align: left;
    padding: 0px 0px;
    font-family: 'Roboto';
    font-weight: 200;
    color: #fff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.footer_info_right {
    background-color: #2a2a2a;
    padding: 80px 0 40px 60px;
    display: block;
    float: left;
    width: 50%;
}
.footer_ourinfo{width: 100%;  }
.footer_ourinfo h6 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
}
.footer_ourinfo ul{margin: 0px; padding: 0px;}
.footer_ourinfo li{list-style: none;}
.footer_ourinfo li a {
    text-decoration: none;
    text-align: left;
    padding: 5px 0px;
    font-family: 'Roboto';
    font-weight: 200;
    color: #959595;
    display: inline-block;
}
.footer_ourinfo li a:hover{color: #fff;}



.social_info {
    width: 100%;
    margin-bottom: 36px;
}
.social_info ul{margin: 0px; padding: 0px;}
.social_info li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}


/*=================================================social_hover-part-start=====================================*/

@font-face {
    font-family: 'icomoon';
    src:url('http://fontmagnet.com/fonts/icomoon.eot');
    src:url('http://fontmagnet.com/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('http://fontmagnet.com/fonts/icomoon.woff') format('woff'),
        url('http://fontmagnet.com/fonts/icomoon.ttf') format('truetype'),
        url('http://fontmagnet.com/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
  text-decoration: none;
}

.social {
    position: relative;
    margin: 6px auto 17px auto;
    text-align: center;
}
.social a{
    position: relative;
    display: inline-block;
    font-family: "icomoon";
    font-size: 1.2em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 50%;
    text-align: center;
    margin-right: 14px;
    font-smoothing: antialiased;
}
.social .fb{
    background: #46629E;
}
.social .fb:before,
.social .fb:after{
    border-color: #46629E;
}

.social .tw{
    background: #00ACEE;
}
.social .tw:before,
.social .tw:after{
    border-color: #00ACEE;
}

.social .gp{
    background: #DD4B39;
}
.social .gp:before,
.social .gp:after
{
    border-color: #DD4B39;
}

.social .in{
    background: #0083be;
}
.social .in:before,
.social .in:after
{
    border-color: #0083be;
}

.social a:before,
.social a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .3s all;
    border: 3px solid;
}
.social a:hover:after{
   -webkit-transform: scale(1.5);
}
.social a:hover:before{
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
}


@media screen and (max-width: 800px) {
    .footer_info_left{width: 100%;}
     .footer_info_right{width: 100%;}
}

@media screen and (max-width: 768px) {
.footer_ourinfo {
    width: 100%;
    margin-bottom: 20px;
}
    
    
    
.footer_info_left {
 padding-left: 30px;
}    
.footer_info_right {
    padding: 80px 0 40px 30px;
}    
    
}

/*=================================================social_hover-part-end=====================================*/

/*----------back-to-top-btn-css-start-----------------*/

.temp .back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}
.temp .btn-primary {
color: #fff;
font-size: 15px;
background-color: #0982e6;
border-color: #0982e6;
border-radius: 0px;
padding: 10px 20px;    
}
.temp .btn-primary:hover {
color: #0982e6;
font-size: 15px;
background-color: inherit;
border-color:#0982e6;
border-radius: 0px;
}
/*----------back-to-top-btn-css-end-----------------*/




/*=================================================inner-part-start=====================================*/
.inner_nav{width: 100%;}


.inner_nav.navbar-wrapper {
    position: absolute;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #333;
    border-bottom: 1px solid #ff8800;
}
.inner_nav .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}





.banner_inner_bg {
    width: 100%;
    margin-top: 0px;
    position: relative;
}

.inner_pages_bg {
    width: 100%;
  background-color: #f7f7f7;
}
.inner_page_info {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    display: inline-block;
}

.contact_left {
    width: 100%;
    background-color: #e8e8e8;
    padding: 20px;
}
.work {
    width: 100%;
    display: inline-block;
    margin-bottom:20px;
}
.work_icon_bg {
    float: left;
    margin-right: 10px;
}
.work_icon {
    vertical-align: middle;
    text-align: center;
    background-color: #333;
    width: 60px;
    height: 60px;
    display: table-cell;
    border-radius: 50%;
}

.work_hdg {
    overflow: hidden;
    margin: 5px 0 0 10px;
}
.work_hdg h4 {
    color: #0982e6;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto';
    margin: 0px;
    padding: 0px;
}
.work_hdg p{font-family: 'Open Sans';
    color:#5a5a5a;
    margin: 0px;
    padding: 0px;

}

.contact_right{width: 100%;}
.contact_tital{width: 100%;}
.contact_tital h2 {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto';
    font-size: 30px;
    color: #333;
    font-weight: lighter;
}

.contact_tital h3{
    margin: 10px 0px; padding: 0px; 
    display: inline-block;
    color: #999;
    font-size: 18px;
    font-style: italic;
    font-family: Georgia,'Times New Roman',Times,serif;
}
.line_boder{
    border-bottom-color: #eeeeee;
    width: 100px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact-right-input {
	width: 100%;
	margin-top: 30px;
}
.field {
	min-height: 18px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	float: left;
	color: #ccc;
	font-size: 14px;
}
.field input {
    width: 100%;
    padding: 7px 0 10px 7px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #e6e6e6;
}
.field textarea {
	resize: none;
	width: 100%;
	padding: 7px 0 7px 5px;
	border: 1px solid #ccc;
	border-radius: 2px;
    background-color: #e6e6e6;
}
.learnmore {
    border: 2px solid #0982e6;
    color: #0982e6;
    width: 100px;
    padding: 8px 0px;
    font-size: 14px;
}

.learnmore:focus, .learnmore:hover {
    color: #2a2a2a;
    border: 2px solid #2a2a2a;
    text-decoration: none;
}

.contact-right-input button {
	float: left;
}
@media all and (max-width:1024px) {
	.contact-margen {
		margin-bottom: 24px;
	}

}


/*----------inner-contact-us-css-end-----------------*/

/*----------inner-abouts-us-css-end-----------------*/
.shippiing{width: 100%;}

.shpping_blick {
    background-color: #fff;
    padding: 20px 0px;
}
.bgcolor_none{background-color: inherit;}

.box-icon-wrap {
    position: absolute;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    left: 30px;
    top: 45px;
}

.box-icon {
    color: #0982e6;
}



.box-data {
    padding-left: 80px;
}

.box-data h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.had_inner {
    width: 100%;
    margin: 20px 0px;
    display: inline-block;
    text-align: center;
}
.had_inner h2 {
    margin: 0px 0 10px 0px;
    padding: 0px;
    color: #333;
    font-size: 36px;
    font-family: 'Roboto';
}

.full_abouts{width: 100%; background-color: #fff; padding: 20px;}

.full_abouts h4{margin: 0px; padding: 0px; color: #333;  font-family: 'Roboto'; font-size: 24px; margin-bottom:10px; }
.full_abouts p{margin: 0px; padding: 0px;  font-family: 'Roboto'; font-size: 14px; margin-bottom:10px; line-height: 24px; text-align: justify; }


.service_data{width: 100%;font-size: 13px;}
.service_data h4{margin: 0px; padding: 0px; font-size: 24px; color: #333; font-family: 'Roboto'; margin-bottom:15px; }
.service_data p{margin-bottom: 20px; padding: 0px; font-size: 16px; text-align: justify; }



.track{width: 100%}
.inner_track {
    width: 100%;
}
form {
    display: block;
    margin-top: 0em;
}
.inner_trackaira {
    margin: 0px;
}
inner_trackaira textarea {
    border-radius: 0px;
    height: 50px;
    color: #333; font-family: 'Roboto';
}
.btn-ineer{width: 100%;text-align: center;}
.btn-ineer.btn-ineer .btn-primary {
    color: #fff;
    background-color: #e50819;
    border-color: #e50819;
    border-radius: 0px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 14px;
}


.thanks{width: 100%; text-align: center;}
.thanks h1{margin: 0px; padding: 0px; color:#f77926; font-family: 'Roboto'; font-size:100px; border: 1px solid #ccc; }

.fixed-theme{background-color: black;}

.header-overlay{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    overflow: hidden;
}

.header-content{
    position: absolute;
    width: 100%;
    background-color: transparent;
    text-align: center;
    top: 45%;
    color: #fff;
}

.navbar-brand img {
    width: 8%;
    margin: -11px;
}


.col_full{
    padding-left:0px;
    padding-right: 0px;
}

.full-quote{
    background-color: #0982e6;
    width: 100%;
    height: : 100%;
    overflow: hidden;
}

.left-quote-panel img{
    width: 100%;
}

.right-quote-panel {
    height: 100%;
    background-color: #0982e6 !important;
    padding: 4px 20px 20px 20px;
}

@media all and (min-width: 1280px){
    .right-quote-panel {
        padding: 27px 20px 20px 20px;
    }
}

.right-quote-panel .service_info_tital h3 {
    color: #fff !important;
}

.right-quote-panel .service_info_tital h1 {
    color: #fff !important;
}

.right-quote-panel .form-control {
    border: 0px;
    min-height: 51px;
}

.right-quote-panel p {
    margin: 32px;
    text-align: center;
    color: #fff;
}


.stats_wrapper {
	background-image: url("../images/stats_bg.jpg");
	background-attachment: fixed;
	min-height: 300px;
	background-size: cover;
}

.stat-content {
	border-top: 5px solid #0982e6;
    background-color: #fff;
    margin: 89px 0px 0px 28px;
    width: 90%;
    padding: 30px 0px 20px 20px;
}

.stat-content .stats-img {
    float: left;
}

.stat-content .stats-val {
    float: left;
    margin-left: 15px;
    margin-top: -10px;
}

.stat-content .stat-counter {
    font-size: 35px;
    font-weight: 400;
}


.article-image {
    margin-top: 24px;
}

.article-image-item {
    margin-bottom: 21px;
}


.service-img-overlay {
    position: absolute;
    background-color: rgba(9, 130, 230,0.75);
    z-index: 99999;
    top: 0;
    width: 0%;
    height: 0%;
    display: none;
}

.service-img-overlay a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.service-overlay-data {
    position: absolute;
    color: #fff;
    font-size: 66px;
    width: 100%;
    text-align: center;
    top: 34%;
}
.service-img-wrapper:hover .service-img-overlay{
    cursor: pointer;
    display: block;
    width:100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.network-item-wrapper {
    min-height: 250px;
    margin: 0px 25px 0px 0px;
}

.service-img-wrapper{
    position: relative;
}

.service-img-wrapper img{
    width: 100%;
}

#map-canvas {
    width: 560px;
    height: 300px;
}

#modal-dialog-custom {
    top: 12%;
}

.network-item-content a {
    position: absolute;
    bottom: 30px;
}

@media all and (max-width:1024px) {
    .carousel{height: auto;} 
    .carousel-inner > .item > img{height:500px; max-width:100%;  }
    .carousel-inner{height: auto;}   
    .carousel-control.left{background:none; }
    .carousel-control.right{background:none; }
    .carousel .item{height: 500px;}
        .carousel-caption {
        bottom: 70px;
        text-shadow: none;
    }   

    .navbar-nav {
        float: right;
    }  


    .navbar-brand > img {
        display: block;
        width: 305px;
        padding: 0px 0px;
    }
}

@media all and (max-width:768px) {
    
    .navbar-wrapper {position: relative;}
    .navbar-inverse {
        background-color: #222;
        border-bottom: inherit;
    }
        
       .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
        padding-top: 10px;
        padding-bottom: 10px;
    } 
        
    .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
        padding-top: 10px;
        padding-bottom: 10px;
    } 
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }    

    .navbar-brand > img {
        display: block;
        max-width: 95%;
        padding: 10px 0px;
    }
        
    .navbar-nav {
    float: left;
    width: 100%;
    }
    }
    @media all and (max-width:640px) {}
    @media all and (max-width:360px) {

    .navbar-brand{
    max-width:79%;
    }



    .carousel-inner > .item > img{height:350px; max-width:100%;  }  
    .carousel .item {
    height: 350px;
    }
        .carousel-caption {
        bottom: 70px;
        text-shadow: none;
    }
        .carousel-caption h1 {
        font-size: 30px !important;
            line-height: 30px !important;    
    }
        .carousel-caption h6 {
        font-size: 18px !important;
        line-height: 24px;
    }
        
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        margin-top: 0px; 
    }    

}


@media all and (max-width:640px) {
    .carousel-inner > .item > img{height:250px; max-width:100%;  } 
    .carousel .item {
    height: 250px;
    }
           .carousel-caption {
        bottom: 20px;
    }
}


@media all and (max-width:360px) {
    .carousel-caption h1 {
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

@media all and (max-width:320px) {

.carousel-inner > .item > img{height:150px; max-width:100%;  } 
.carousel .item {
height: 150px;
}
    .carousel-caption  .btn-primary{font-size: 9px;}
    .carousel-caption  .btn-primary:hover{font-size: 9px;}
    .carousel-caption {
    bottom: -10px;
}
    
}

.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}