@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(https://fonts.gstatic.com/s/oswald/v10/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
}

.top-row {
    background:#FF0000;
    width: 100%;
    height: auto;
}
.top-row h1 {
color: #fff;
margin:0;
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
line-height: 38px;
font-size: 22px;
 text-shadow:none;
}
.green{
color: #808000;
}

.header_bg{
   /* background: #1E2E44;*/
   position: relative;
   border-top: 3px solid #FF0000;
}

.header_padd{
    padding: 20px 0 0 0;
}

.call-us {
    border-right: 1px solid #e5e5e5;
}

.call-us img {
    float: left;
    margin-right: 13px;
}
.call-us p {
    font-weight: 500;
}
.call-us p > span {
    display: block;
}

.pull-right {
    float: right;
}
.call-us a {
    color: #777;
}

.pull-top{margin-top: 45px;}

.laser-table1 {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100%;
}
.price_tabel {
    margin: 10px 0 !important;
}

.laser-table1 tr th, .laser-table1 tr td {
    border: 1px solid #d7d5d5;
    padding: 10px;
    text-align: center;
}
.laser-table1 tr:nth-of-type(2n+1) {
    background: #fff none repeat scroll 0 0;
}
.laser-table1 tr th {
    color: #FF0000;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.packages_colr{text-align: center; color:#FF0000; }

.header_padd img{margin-bottom: 20px;}

.divider {
    background: #808000;
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 100px;
}
.carousel-caption .h2 {
    font-size: 28px;
    font-weight: 500;

    border-radius: 10px;
    margin:10px auto;

    padding:10px;
    display: block;

}

.banner-border{
    border-bottom: 1px solid #d3d3d3;
}

.menu{background: #FFFF00;
width: 100%;
height: auto;}


/* three boxes */
section {

    margin:0 auto;
}
section .h1 {
    margin-bottom: 0;
    text-align: center;
    color: #000;
}
.main-divider {
    display: block;
    margin: auto;
    text-align: center;
}
.main-divider > span {
    background: none repeat scroll 0 0 #10B5F2;
    display: inline-block;
    height: 2px;
    vertical-align: middle;
    width: 60px;
}
.main-divider > strong {
    background: none repeat scroll 0 0 #10B5F2;
    display: inline-block;
    height: 6px;
    vertical-align: middle;
    width: 40px;
}
img {
    max-width: 100%;
}
.three-boxes img {
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.three-boxes {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.three-boxes p {
    font-size: 14px;
    padding: 20px 20px 5px;
}
.three-boxes p strong {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    font-size: 17px;}
.three-boxes .img {
    border-bottom: 2px solid #10B5F2;
    position: relative;
}

.list > li, .area-list > li {
    font-weight: 500;
    line-height: 24px;
    list-style: outside none none;
}
.area-list i{
    color: #10B5F2;
    margin-right: 5px;
}
.list, .area-list {
    padding-left: 5px;
}
.list > li::before {
    color: #10B5F2;
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 5px;
}
.three-boxes .img::before {
    border-color: #10B5F2 transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    left: 48%;
    position: absolute;
}
.three-boxes a {
    display: block;
    margin: 5px auto;
    width: 100px;
}
.three-boxes:hover .img::before{
border-color: #000 transparent transparent;
}
.three-boxes:hover .img{
border-bottom: 2px solid #000;
}
.three-boxes:hover .blue, .three-boxes:hover .divider{
	background: none repeat scroll 0 0 #000;
}
.blue {
    background: none repeat scroll 0 0 #10B5F2;
    border: medium none transparent;
}
.blue:hover{background: none repeat scroll 0 0 #000;}
/*footer*/
footer {
    background: background: url("../images/heading-bg.png") repeat fixed 0 0 rgba(0, 0, 0, 0);
    margin-top: 20px;
}
footer .container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-address {
    line-height: 24px;
}
footer .title{
	text-align: left;
}
.title {
    color: #10B5F2;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin: 20px 0 15px;
    text-transform: uppercase;
    text-align: center;
}
article {
    background: none repeat scroll 0 0 #f8f8f8;
    margin-bottom: 20px;
    padding: 5px 20px 20px;
}
.title .h1{
	font-size: 24px;
}
.title-bg{
	background: url(../images/about.jpg)  no-repeat;
	margin-top: 0;
    box-shadow: 0 2px 2px #dfdfdf;
    height: 170px;
}
.title-bg .h1{
margin-top: 0;
}
footer{
    background:#FF0000;
   
}
footer ul {
    list-style: outside none none;
    padding-left: 0;
}
footer ul li {
    line-height: 24px;
    margin-bottom: 10px;
}
footer ul li span {
    color: #10B5F2;
    font-size: 11px;
}
footer ul li a {
    color: #666;
}
.thumbnails > a {
    display: inline-block;
    margin: 0;
}
.thumbnails img {
    border: 1px solid #eee;
}
.copyright {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding: 20px 0;
    text-align: center;
}
footer .col-md-3:first-child img{
margin: 10px 0;
}
footer .thumbnail {
    border: 0 none;
    border-radius: 0;
    padding: 0;
    margin: 1px 2px;
}
footer p{
    color: #fff;
}
.copyright{
  
    color: #fff;
}
.copyright b {
    color: #fff;
}
/*contact us*/
.contact-details {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    padding: 20px;
    position: absolute;
    right: 80px;
    top: 80px;
}
.relative{
	position: relative;
}
.input-group{
	margin: 2px 0;
}
.input-group-addon
{
	min-width: 90px;
}
iframe{
    height: 700px;
    width: 100%;
    border: 0px;
}

.section-heading {
    text-align:center;
    position:relative;
}
.more-detail {
    background-color:#09b9e5;
    border-radius:0;
    padding: 12px 40px 12px 20px;
    border:none;
}
.more-detail i {
    color:#079bc0;
    padding-right:20px;
    font-size:15px;
}

/*three box css*/

.top-services {
   background: #f8f8f8;
    padding: 30px 0 5px 0;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}
.top-services .row {
    margin-left: -30px;
    margin-right: -30px;
}
.top-services .post {
    margin: 0 auto 50px;
    padding: 0 15px;
    position: relative;
}
.top-services .post-inner {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px;
    position: relative;
}
.top-services .post * {
    transition: all 700ms ease 0s;
}
.top-services .post .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.top-services .post .image::after {
    background: #808000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: -100%;
    transition: all 700ms ease 0s;
    width: 100%;
    z-index: 0;
}
.top-services .post:hover .image::after {
    top: 0;
}
.top-services .post .image img {
    display: block;
    position: relative;
    width: 100%;
}
.top-services .post .image .curve {
    background: #fcfcfc none repeat scroll 0 0;
    height: 150%;
    position: absolute;
    right: -100px;
    top: 100%;
    transform: rotate(-13deg);
    width: 250%;
    z-index: 1;
}
.top-services .post:hover .image .curve {
    transform: rotate(0deg);
}
.top-services .post .content {
    margin: -44px 30px 0;
    position: relative;
    top: 0;
    z-index: 2;
}
.top-services .post:hover .content {
    top: 46px;
}
.top-services .post .content::before {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    content: "";
    height: 96%;
    position: absolute;
    right: 0;
    top: -36px;
    transform: skewY(-13deg);
    transition: all 700ms ease 0s;
    width: 100%;
    z-index: 0;
}
.top-services .post:hover .content::before, .top-services .post:hover .content .inner-box {
    border-color: #808000;
}
.top-services .post .content .inner-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: -moz-use-text-color #f1f1f1 #f1f1f1;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 20px 30px 30px;
    position: relative;
    z-index: 5;
}
.top-services .post .content h3 {
    border-left: 4px solid #808000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
}
.top-services .post .content .text {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 15px;
    position: relative;
}
.top-services .post .content .read_more {
    color: #202e31;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Lato';
    position: relative;
    text-transform: uppercase;
}
.top-services .post .content .read_more:hover {
    color: #808000;
}

.bottms{
    margin-top: 15px;
    font-size: 11px!important;
}

.menu_color{
    color: #000!important;
    font-size: 16px!important;
}

.section-heading {
    position: relative;
    text-align: center;
font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  color: #FF0000;
  font-size: 28px;
  letter-spacing: 1px;
    text-shadow: 1px 1px 0 #f0e5db, 1px 2px 0 #aaa;
}
.mrgb7x {
    margin-bottom: 20px;
}
.mrgt7x {
    margin-top: 20px;
}
.service-sec .text::after {
    border-top: 1px solid #dadada;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 16%;
    top: 50%;
    width: 25%;
    z-index: 1;
}
.service-sec .text::before {
    border-top: 1px solid #dadada;
    content: "";
    display: block;
    height: 1px;
    left: 16%;
    position: absolute;
    top: 50%;
    width: 25%;
    z-index: 1;
}
.service-sec .text span {
    background: #fff none repeat scroll 0 0;
    font-size: 30px;
    /*padding: 0 15px;*/
    position: relative;
    z-index: 5;
}


.list > li, .area-list > li {
    font-weight: 500;
    line-height: 24px;
    list-style: outside none none;
}
.area-list i {
    color: #5690e5;
    margin-right: 5px;
}
.list, .area-list {
    padding-left: 5px;
}
.list > li::before {
    color: #5690e5;
    content: "";
    font-family: fontawesome;
    margin-right: 5px;
}

.add_area {
    height: auto;
    width: 100%;
}

.emil p a{color: #333;}

.contact_form {
    margin-top: 10px;
    width: 100%;
}

.contact_form p {
    color: #000;
    font-size: 17px;
    margin: 0;
}

.contact_form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #444;
    float: left;
     font-family: 'Lato';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    margin-bottom: 15px;
    margin-right: 12px;
    padding: 5px;
    width: 31%;
}
.contact_form textarea {
    font-family: 'Lato';
    background: #fff;
    font-size: 15px;
    border: 1px solid #ccc;
    color: #444;
    height: 80px;
    resize: none;
    width: 96.7%;
    border-radius: 5px;
    padding: 5px;
}

.send {
    background: #FF0000;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Oswald";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 18px;
    padding: 0 30px;
    transition: all 0.5s ease 0s;
}
.send:hover {
    background: #808000;
    color: #fff;
}

.maps{
   border:0; 
   height:376px; 
}

.news-block-txt {
    background: #dfdfdf none repeat scroll 0 0;
    display: block;
    margin: auto;
    padding: 5px;
    text-align: center;
    width: 130px;
}
.news-block-txt a {
    color: #333;
}

.padd-left{padding-left: 150px;}




@media (max-width: 966px){
    .contact-details{
        right: 50px;
        top: 50px;
    }

    
}


@media (max-width: 992px){
    #navigation
    {left: -77px;}

.contact_form input[type="text"]{width: 97%;}

}


@media (max-width: 768px){
    .contact-details{
        position: static;
    }
    iframe{
        height: 300px;
    }
    .top-row, .top-row .text-right{
        text-align: center;
    }
    .carousel-caption .h2 {
        font-size: 200%;
        background: transparent;
        width: 100%;
        margin: auto;
        padding:0px;
    }

    #navigation{
        position: static!important;
        margin: auto!important;
        text-align: center!important;
        margin-top: 25px!important;
    }

.top-services{width: 91%!important;}
.col-sm-offset-4{margin-left: 0!important;}
header .col-sm-4 {width: 50%!important;}

}

@media (max-width: 480px){
.logo{text-align: center;}
.pull-right{float: none!important;}
.call-us img{margin-bottom: 0; display: none;}
.call-us {text-align: center;}
.pull-top{margin-top: 5px;}
.row .header_padd{padding: 0!important;}
.header_bg{overflow: hidden;}
}

@media (max-width: 360px){
    .top-row{font-size: 17px!important;
    }

    .header_bg{overflow: hidden;}

    .top-services{width: 90%!important;}
     header .col-sm-4 {width: 100%!important; text-align: center;}
}

@media (max-width: 320px){
   
   header .col-sm-4 {width: 100%!important; text-align: center;}

}