h7{
	font-size: 15pt;
    color: #181A1C;
	padding-bottom: 10px;
}

h8{
	font-size: 15pt;
    color: #181A1C;
	padding-bottom: 10px;
	text-indent: -3em;
	margin-left: 3em;
}

.article p {
	font-size: 15pt;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	line-height: 2.3;
}

.article div {
	margin-bottom: 20px;
}

.article p > img{
	height: 40px;
	width: 40px;
	margin-right: 10px;
}	

/* Accordion start */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-size: 14pt;
	margin-bottom: 10px;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

div.panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}
/* Accordion end */

@media only screen and (max-width: 600px) {
	body {
		font-size:medium !important;
		line-height:normal !important;
	}
	.primary-section .article{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.section .sub_title{
		width:70% !important;
		height:70& !important;
		top: 0px !important;
		left: 15px !important;
	}
}

body {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	line-height: 1.2em;
	font-size: 25px;
	line-height: 40px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
	padding: 10px;
	font-weight: 500;
	color: #181A1C;
	line-height: 50px;
}
.navbar {
	background: #F5F5C4;
	margin-top: 6px;
	margin-bottom: 1px;
	padding-bottom:0px;
	min-height: 10px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #FFFFFF;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
	width: 295px;
	height: 33px;
}

.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}

 .thumbnail {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	position: relative;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
	background: #FFF;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
.section .section_bg{
	background-position: cover;
}
.level{
	padding-top: 30px;
	text-align: center;
	font-weight: 900;
	font-size: 32px;
}
.section .wapper{
	position:relative;
}

.section .sub_title{
	position: absolute;
	top: 20px;
	left: 75px;
	
}

 .section {
	padding-bottom: 50px;
	padding-top:0px;
	margin-top:0px;
}

.section li{
	color:#181A1C;
	text-decoration:none;
	list-style-position:outside;
	line-height:33px;
	margin-left:0px;
}

.section b{
	color:#00872e;
	margin-left:0px;
}
.section .container {
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 10px;
}
.section .title h1 {
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #181A1C;
    font-weight: lighter;
}

.primary-section .article{
	padding-left: 60px;
	padding-right: 60px;
}

.primary-section .article_footer{
	background:#00872e;
	height:30px;
}
.primary-section {
	background: #fff;
}
.primary-section .triangle {
    border-top: 40px solid #FECE1A;
}
.primary-section .title {
    border-bottom: 0px solid #181A1C;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #fff;
	font-size: 1.3rem;
}
.primary-section h1 {
    color:#181A1C;
}

 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}

 .footer {
	background: #0076A8;
	text-align: center;
}

#Copyright {
  padding-left: 25px;
  float: left;
}
#terms {
  padding-right: 25px;
  float: right;
}

.footer p {
    color: #fff;
    margin:0;
	font-size:14px;
}

.footer a {
    color: #fff;
	text-decoration:none;
}
.footer a:hover {
    color: #FECE1A;
    text-decoration:none;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #FECE1A;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}

.narrow {
	line-height: 1.5;
}

/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}

.rev-pdf {
    display: grid;
    width: 100%;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.box {
	width: 100%;
	padding: 5px;
	background-color: #c3e5cc;
	position: relative; top: 10px;
}
