@import url(../fonts/font-awesome-4.7.0/css/font-awesome.css);
@font-face {
    font-family: 'OpenSansRegular';
    src: url(../fonts/OpenSansRegular.ttf) format('truetype')


}

body {
    background: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'OpenSansRegular'
}

html,
body {
    font-family: 'OpenSansRegular';
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: 'OpenSansRegular';
    color: #333;
    text-align: justify
}

* {
    margin: 0;
    padding: 0
}

ul,
ol {
    font-family: 'OpenSansRegular';
    color: #333;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px!important;
    color: #333
}

p {
    margin: 0px!important;
    color: #333;
    line-height: 25px;
    padding-bottom: 15px;
    font-weight: 400;
    text-align: justify
}

a {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    text-decoration: none!important;
    outline: none!important;
    font-family: OpenSansRegular;
	color:#ea760b;
}

a:hover {
    text-decoration: none;
    color: #ea760b
}

.alink {
    text-decoration: none;
    color: #ea760b;
    font-size: 16px
}
.sitemaplink {
    text-decoration: none;
    color: #000000;
    font-size: 16px
}

.btn {
    outline: none
}

hr {
    margin: 10px;
    border: 0;
    border-top: 1px solid #eee
}

h1 {
    font-size: 22px;
    font-weight: bolder;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center      
}

h2 {
    font-size: 20px;
    color: #333;
    font-weight: bolder;
    padding-bottom: 0
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 0
}

h4 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    padding-bottom: 0
}

h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 20px
}

h6 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding-bottom: 20px
}

.chk {
    padding: 0
}

.chk li {
    padding: 5px 5px 5px 25px;
    position: relative;
    font-size: 16px
}

.chk li:before {
    color: #ea760b;
    position: absolute;
    left: 0;
    top: 10px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

img {
    width: 100%
}

label {
    margin-bottom: 5px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
    font-weight: 400
}

marquee {
    font-size: 13px
}

iframe {
    width: 100%
}

header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

section {
    width: 100%;
    height: auto;
    position: relative
}

.text-center {
    text-align: center
}


.logo {
    position: relative;
    z-index: 123;
    float: left;
    width: 25%
}

.logo img {
    max-width: 250px;
    margin-top: 10px;
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative
}

#navigation:after,
#navigation>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#navigation #head-mobile {
    display: none
}

#navigation {
    background: #fff
}

#navigation ul {
    list-style: none;
    text-align: right
}

#navigation ul li a ul {
    list-style: none;
    text-align: center
}

#navigation>ul>li {
    display: inline-block
}

#navigation>ul>li>a {
    padding: 28px 17px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700
}

#navigation>ul>li:hover>a,
#navigation ul li.active a {
    color: #000
}

#navigation>ul>li:hover,
#navigation ul li.active:hover,
#navigation ul li.active,
#navigation ul li.has-sub.active:hover {
    background: #fff!important
}

#navigation>ul>li.has-sub>a {
    padding-right: 30px
}

#navigation>ul>li.has-sub>a:after {
    position: absolute;
    top: 35px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ''
}

#navigation>ul>li.has-sub>a:before {
    position: absolute;
    top: 32px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: ''
}

#navigation>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#navigation ul ul {
    position: absolute;
    left: -9999px;
    z-index: 999;
    text-align: left
}

#navigation ul ul li {
    height: 0;
    background: #f9f9f9
}

#navigation ul ul li:hover {
    height: 0;
    background: #ddd
}

#navigation li:hover>ul {
    left: auto
}

#navigation li:hover>ul>li {
    height: 35px
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0
}

#navigation ul ul li a {
    border-bottom: 1px;
    padding: 11px 15px;
    width: 200px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700
}

#navigation ul ul li.last-item>a {
    border-bottom: 0
}

#navigation ul ul li:hover>a,
#navigation ul ul li a:hover {
    color: #000
}

#navigation ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ''
}

#navigation ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: ''
}

#navigation ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#navigation ul ul ul li.active a {
    border-left: 1px solid #000
}

#navigation>ul>li.has-sub>ul>li.active>a,
#navigation>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #000
}

.naccs {
    position: relative;
    margin: 20px auto 0 auto
}

.acc-nav {
    padding: 0
}

.naccs .menu div {
    padding: 10px 15px;
    margin-bottom: 0;
    color: #203455;
    background: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 900;
    font-size: 16px
}

.text-bold ul li a {
    font-weight: 700
}

.acc-content {
    background-color: #f1f2f2;
    min-height: 390px
}

.acc-content h3 {
    padding-bottom: 0
}

.main-content {
    margin-right: -15px;
    margin-left: -15px
}

.contact-us {
    padding: 10px 20px;
    font-size: 17px;
    background-color: #1172c1;
    color: #fff;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    border: none
}

.contact-us:hover {
    color: #fff;
    background-color: #00307F
}

.naccs .menu div.active {
    border-left: 3px solid #203455;
    background-color: #f1f2f2
}

ul.nacc {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

ul.nacc li {
    opacity: 0;
    position: absolute;
    list-style: none;
    padding: 15px;
    top: -1px
}

ul.nacc li.active {
    z-index: 2;
    opacity: 1
}

ul.nacc li p {
    margin: 0
}

.call-2-action {
    padding: 30px 0;
    background-color: #203455;
    background-repeat: repeat-x;
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    color: #fff
}





.blog-box {
    border: 1px solid #bbb;
    box-shadow: 0 1px 5px 0 rgba(59, 88, 136, .25);
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: visible;
    background: #fff;
    transition: all ease 0.4s
}

.blog-box-img {
    overflow: hidden;
    display: block;
}

.blog-box-content,
h4 a {
    color: #000!important
}
.blog-post-meta span {
	font-size:13px;
	}
.categ {
	font-size:13px;
	}

.blog-post-meta
h2 a {
    color: #000;
	font-size:17px;
	font-weight:bolder;
	text-transform:uppercase;
}
.blog-box-content {
    padding: 5px 15px;
    text-align: justify
}


.short-blog {
    padding: 0;
    margin-bottom: 2em;
    border: 1px solid #bbb
}

figure.img-holder {
    position: relative
}

.blog-post-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 30px;
    border-radius: 2px;
    color: #fff;
    text-transform: capitalize
}

.blog-content {
    padding: 40px 25px;
    font-size: 15px;
    line-height: 1.8;
}

.post-meta {
    font-size: 16px;
    font-family: initial
}

.post-meta span {
    color: #08C
}

.full-blog {
    border: 1px solid #bbb;
    box-shadow: 0 1px 5px 0 rgba(59, 88, 136, .25)
}

.full-blog .blog-content {
    padding: 40px 25px 20px 25px
}

.blog-footer-social {
    padding: 10px 0 0 0;
    border-top: 1px solid #e0ecf5;
    margin-top: 20px
}
.listing-badge.now-open {
    background-color: #08C
}

.listing-badge {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -60px;
    top: 30px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px
}

.listing-shot {
    position: relative
}

.main-side-bar {
    background-color: #fff;
    border-radius: 3px;
    padding: 0 12px 32px 20px;
    z-index: 90;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #bbb;
    box-shadow: 0 1px 5px 0 rgba(59, 88, 136, .25)
}

.side-bar-header {
    padding: 14px 0;
    border-bottom: 1px solid #eaeff5
}

.side-bar-header h4 {
    margin: 0
}

.side-bar-header h4>i {
    position: relative;
    top: 0
}

.side-bar-body {
    padding: 20px 0 0 0
}


.blog-content h1 {
	clear:inherit;
	font-size: 20px;
    text-transform: none;
    padding-bottom: 0px;
    text-align:left;
}

.input-number {
    background: transparent
}

.input-number:hover,
.input-number:focus {
    background: transparent;
    border: none
}

.btn .counter-btn {
    border-radius: 50%!important;
    height: 35px;
    width: 35px;
    padding: 0;
    margin-left: 0px!important;
    background: #fff;
    border: 1px solid #eaeff5;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08)
}

.side-list ul.side-blog-list li {
    display: flex;
    padding: 10px 5px 10px 5px;
    align-items: center;
    margin-bottom: 0;
    vertical-align: text-top!important
}

.blog-list-img {
    display: inline-block;
    width: 75px;
    max-width: 75px;
    overflow: hidden;
    height: 75px;
    border-radius: 2px;
    position: relative;
    margin: 0 10px 0 0;
    vertical-align: bottom;
}

.blog-box-img {
    display: block;
    width: 120px;
    overflow: hidden;
    height: 120px;
    border-radius: 2px;
    position: relative;
    margin: 0px 0px;
	padding:0px 0px;
    vertical-align: bottom;

}


.side-list .blog-post-meta span {
    float: none;
}

.side-bar-body {
    padding: 20px 0 0 0
}

.badge {
    font-weight: 600
}

.blog-list-info h5 a{
    vertical-align: top!important;
    padding-bottom: 0px;
    margin-top: 0;
	font-weight:bold;
	font-size:14px;

}

.blog-list-info a {
    color: #334e6f;
    text-decoration: none
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0
}

.side-list ul {
    margin: 0;
    padding: 0
}

.side-list ul li {
    list-style: none;
    padding: 10px 5px 10px 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #bbb
}

.side-list.no-border ul li {
    border-bottom: none
}

.side-list ul li:last-child {
    border-bottom: none
}

.side-list ul li span {
    float: right
}

.side-list-inline ul {
    margin: 0;
    padding: 0
}

.side-list-inline li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 5px 10px 5px
}



ul.list-inline.social {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}
ul.list-inline.social li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
ul.list-inline.social li i {
    width:40px;
    height:40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e0ecf5;
    color: #71818e;
    line-height:38px;
    text-align: center;
    font-size:16px;
    transition:all ease-in-out 0.4s;
}
ul.list-inline.social li i:hover, ul.list-inline.social li i:focus{
	background:#eff2f5;
}
#breadcrumb ul {
    list-style: none
}

.crumbs li {
    display: inline;
    color: #666;
    font-weight: 500;
    padding: 0 3px
}

.crumbs li a {
    color: #08C;
    font-size: 15px;
    padding: 0 5px;
    text-decoration: none;
}

.crumbs li a:hover {
    color: #08C;
    cursor: pointer
}

.crumbs li.active a {
    color: #08C;
    font-weight: 500
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 12px
}

.category-list a {
    text-decoration: none;
    font-size: 14px
}


/* pagination */

.pagination {
  margin-top: 0;
  text-align:center;
}

.pagination ul li a {
  color: #666;
}

.pagination ul li a:hover {
  color: #fff;
}

.pagination ul li.active a {
  background: #444;
  color: #fff;
  border: 1px solid #444;
}


.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
 
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
}


.side-list .blog-post-meta span {
    float: none;
}
.call-2 span {
    padding-right: 0px;
    font-size: 16px;
    font-family: 'OpenSansRegular';
    color: #333;
    font-weight: bolder;
    margin-top: 10px
}

.call-2-action h3 {
    padding-bottom: 20px;
    font-size: 30px;
    color: #fff;
    line-height: 32px
}

.call-2-action h4 {
    padding-bottom: 20px;
    font-size: 25px;
    color: #fff
}

.call-2-action h5 {
    font-size: 28px;
    color: #fff
}

.tab-section {
    padding: 75px 0;
    background-color: #d1d2d6
}

.tab-section .tab-content {
    display: none;
    padding: 20px 0;
    background-color: #fff
}

.tab-section input {
    display: none
}

.tab-section label {
    display: block;
    margin: 0 0 0;
    padding: 10px 25px;
    font-weight: 600;
    text-align: center;
    color: #333;
    font-size: 18px;
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    border-top: 2px solid #f1f2f2
}

.tab-section label i {
    padding-right: 15px
}

.tab-section label:before {
    font-family: fontawesome;
    font-weight: 400;
    margin-right: 10px
}

.tab-section label:hover {
    cursor: pointer
}

.tab-section input:checked + label {
    color: #555;
    border-top: 2px solid orange
}

.tab-content ul li {
    line-height: 25px
}

.list {
    width: 100%;
    float: left
}

.contact {
    padding: 75px 0;
    background-repeat: repeat
}

.contact-box {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px
}

.social li {
    display: inline-block;
    padding: 7px;
    border: none!important
}

.social li a i {
    font-size: 25px
}

.footer {
    background-color: #363839;
    padding-top: 43px;
    padding-bottom: 40px
}

.footer h4 {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    padding-bottom: 7px
}

.footer p,
.footer a {
    color: #fff;
    font-size: 16px
}

.footer a:hover {
    color: #ea760b
}

.footer ul li {
    line-height: 40px;
    border-bottom: 1px solid #868686
}

.copyright {
    background-color: #242627;
    text-align: center;
    padding: 7px 0
}

.copyright p {
    color: #fff;
    padding: 0;
    text-align: center
}

.copyright p a {
    color: #fff;
    font-size: 16px;
    padding: 0
}

.copyright p a:hover {
    color: #ea760b;
    font-size: 16px
}

.main-content {
    padding: 15px 0
}

.main-content .focused-service a {
    display: block
}

.main-content .focused-service a h3:hover {
    color: #5d7484
}

.main-content .focused-service .service-title {
    border: 1px solid #333;
    width: 100%
}

.main-content .focused-service .service-title h3 {
    color: #ea760b;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    text-decoration: none
}

.main-content .focused-service .service-image img {
    border: 1px solid #333;
    padding: 0!important;
    width: 100%;
    text-align: center
}

.service-menu {
    padding-left: 0;
    text-align: center
}

.service-menu ul {
    padding: 0
}

.service-menu ul li {
    border: 1px solid #ea760b;
    box-shadow: 0 8px rgba(0, 0, 0, .1);
    padding: 10px 5px;
    border-radius: 3px
}

.service-menu ul li {
    margin-bottom: 16px
}

.service-menu ul li a {
    font-weight: 700
}

.service-menu ul li.active a {
    color: #ea760b
}

.service-menu ul li a img {
    float: left;
    margin-top: -5px;
    padding-right: 10px
}

.service-menu ul li a i {
    font-size: 22px;
    margin-right: 10px
}

.services {
    padding-top: 60px
}

.top {
    padding-top: 70px
}

* {
    box-sizing: border-box
}

.container {
    position: relative
}

.mySlides {
    display: none
}

.cursor {
    cursor: pointer
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 25%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #333;
    font-weight: 700;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    margin-right: 15px;
    border-radius: 3px 0 0 3px
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, .8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #f1f2f2;
    padding: 2px 16px;
    color: white;
    
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.column {
    float: left;
    width: 16.45%;
    padding-left: 15px
}

.demo {
    opacity: .6
}

.active,
.demo:hover {
    opacity: 1
}

.message {
    color: #ea760b
}

@media screen and (max-width:991px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: left;
        padding: 7px 0 0 0;
        float: none
    }
.logo img {
    max-width: 250px;
	max-height:35px;
    margin-top: 0px;
}
    nav {
        width: 100%
    }
    #navigation {
        width: 100%
    }
    #navigation ul {
        width: 100%;
        display: none
    }
    #navigation ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #navigation ul li:hover {
        background: #363636
    }
    #navigation ul ul li,
    #navigation li:hover>ul>li {
        height: auto
    }
    #navigation ul li a,
    #navigation ul ul li a {
        width: 100%;
        border-bottom: 0;
        padding: 15px
    }
    #navigation>ul>li {
        float: none
    }
    #navigation ul ul li a {
        padding-left: 25px
    }
    #navigation ul ul li {
        background: #fff!important
    }
    #navigation ul ul li:hover {
        background: #ddd!important
    }
    #navigation ul ul ul li a {
        padding-left: 35px
    }
    #navigation ul ul li a {
        color: #000;
        background: none
    }
    #navigation ul ul li:hover>a,
    #navigation ul ul li.active>a {
        color: #000
    }
    #navigation ul ul,
    #navigation ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left!important
    }
    #navigation ul {
        list-style: none;
        text-align: left
    }
    #navigation>ul>li.has-sub>a:after,
    #navigation>ul>li.has-sub>a:before,
    #navigation ul ul>li.has-sub>a:after,
    #navigation ul ul>li.has-sub>a:before {
        display: none
    }
    #navigation #head-mobile {
        display: block;
        padding: 23px;
        color: #000;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: ''
    }
    .button:before {
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: ''
    }
    .button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #000
    }
    .button.menu-opened:before {
        top: 23px;
        background: #000;
        width: 19px
    }
    #navigation .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #000;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #navigation .submenu-button.submenu-opened {
        background: #262626
    }
    #navigation ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #navigation .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #navigation ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #navigation .submenu-button.submenu-opened:after {
        background: #fff
    }
    #navigation .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #navigation ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #navigation .submenu-button.submenu-opened:before {
        display: none
    }
    #navigation ul ul ul li.active a {
        border-left: none
    }
    #navigation>ul>li.has-sub>ul>li.active>a,
    #navigation>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .service-menu {
        width: 33%;
        padding: 5px;
        position: relative;
        float: left
    }
}

@media screen and (max-width:767px) {

.logo img {
    max-width: 250px;
	max-height:35px;
    margin-top: 0px;
}
	.service-menu {
        width: 50%;
        padding: 5px;
        position: relative;
        float: left
    }
    .acc-nav {
        padding: 0 15px
    }
    .tab-section label {
        width: 100%
    }
    .tab-content ul {
        text-align: left
    }
    .naccs {
        position: relative;
        margin: 20px auto 0 auto
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .acc-content {
        background-color: #f1f2f2;
        min-height: 685px
    }
    .naccs {
        position: relative;
        margin: 20px auto 0 auto
    }
}

@media screen and (min-width:320px) and (max-width:479px) {
   
    .acc-content {
        background-color: #f1f2f2;
        min-height: 685px
    }
    .naccs {
        position: relative;
        margin: 20px auto 0 auto
    }
}

::after,
::before {
    margin: 0;
    padding: 0
}

.container {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    position: relative;
    width: 100%
}

.container:after,
.container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-12 {
        width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-12 {
        width: 100%
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #ea760b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px
}

.form-control:focus {
    border-color: #ffad2c;
    outline: 0
}

.form-control {
    color: #000
}

.form-control {
    color: #000
}

.form-control {
    color: #000
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee
}

textarea.form-control {
    height: auto
}