/* ----------------------------------------------------------------------------------------
* Author        : Ambidextrousbd
* Template Name : OkDesign | One Page Multipurpose Html Template
* File          : OkDesign main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. About area css

05. Service area css

06. Portfolio/work area css

07. Subsicribe area css //Team Area Css

08. Team Area Css

09. Fun facts area css

10. Pricing area css

11. Testimonial area css

12. News area css

13. Video area css

14. Clients area css

15. Contact area css

16. Google map area css

17. footer area css

-------------------------------------------------------------------------------------- */


/* Google Fonts lato and open sans */
@import url('https://fonts.googleapis.com/css?family=Lato:300,700,900|Open+Sans');



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */
/* 
	
	logo colours
	
	yellow rgba(253, 226, 63, 1);
	green rgba(133, 200, 75, 1);
	red rgba(195, 22, 43, 1);
	orange rgba(235, 86, 57, 1);
	torquoise rgba(23, 179, 178, 1);
	
*/
	
html,
body {
    height: 100%
}

body {
    color: #333;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: rgba(133, 200, 75, 1);
    font-family: 'Lato', sans-serif;
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
	color: #333333
}

p {
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul{
	margin: 10px !important;
}
ul,
li {
    margin: 0px;
    padding: 0 0 0 10px;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    font-weight: 300;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background: rgba(133, 200, 75, 1);
    border: none;
    font-family: 'Lato';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.btn-trnsp {
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
}

.btn-big {
    border: 2px dashed #FFF;
    font-size: 20px;
    font-weight: 900;

}

.btn.btn-trnsp:hover {
	border-color: #FFF;
	background: #FFF;
	color: rgba(0, 0, 0, 0.9);
}

.section-big {
    padding: 95px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 700px;
    margin-bottom: 50px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}


.section-title h2 span {
    color: #82b541;
}

.section-title p {
    margin-top: 25px;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}





/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.top-bar {
    position: relative;
    margin-bottom: -70px;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    color: #ffffff;
    background: rgba(133, 200, 75, 1);
    overflow: hidden;
}

.tmail, .tphone, .tsocial {
    float: left;
    width: 33.33%;
}

.tphone {
    text-align: center;
}

.tsocial {
    text-align: right;
}

.tsocial a {
    color: inherit;
}

.tsocial a:hover {
    color: #82b541;
}

.tsocial a i.fa {
    font-size: 16px;
    margin-left: 5px;
}

.menu-area.navbar-fixed-top {
    background: #fff;
    top: 70px;
    height: 155px;
}
.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 65px;
}

.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    padding-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    margin-top: 13px;
}

.sticky-menu .navbar {
    margin-top: 8px;
}

.navbar-brand {
    padding: 0;
}
.navbar-brand img {
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
.sticky-menu .navbar-brand img {
    display: block;
    max-width: 180px;
}
.navbar-brand:hover {
    color: #82b541;
}

.navbar-nav  li {
    float: none;
    display: inline-block;
}

.navbar-nav li a {
    color: #333333;
    font-weight: 900;
    font-family: 'Lato';
    font-size: 14px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: rgba(133, 200, 75, 1);
}


/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #82b541;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */



/* Home carseoul
--------------------------- */
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
    height: 100%;
    min-height: 400px;
}

#slider .main-container {
	padding: 0;
}

#slider .carousel-indicators {
    right: 100px;
    left: auto;
    width: 80px;
}

#slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 1px solid #FFF;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    margin-left: 7px;
}
#slider .carousel-indicators li.active {
    background: #FFF;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
  background-image: none;
}

#slider .carousel .item {
	min-height: 425px;
	height: 100%;
	width:100%;
}

#slider .carousel .item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}


#slider .carousel .slide2:before {

    background: rgba(0, 0, 0, 0.5);
}


#slider .carousel .slide3:before {

    background: rgba(0, 0, 0, 0.6);
  filter: blur(8px);
  -webkit-filter: blur(8px);    
}

#slider .carousel-control {
    width: 6%;
    text-shadow: none;
}

.carousel-fade .carousel-inner .item {

  transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.right.carousel-control img,
.left.carousel-control img {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -26px;
	padding: 20px 10px;
}

.carousel-control img:hover  {
	background: #82b541;
}

.left.carousel-control img {
    left: 10px;
}

.right.carousel-control img {
    right: 10px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.intro-text {
    text-align: center;
    padding-top: 100px;
    max-width: 940px;
    margin: auto;
}

.intro-text .title {
    text-align: center;
    display: table;
    margin: auto;
    padding: 30px 20px;
}

.intro-text h2 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: rgba(225, 225, 225, 1);
}
@media (max-width: 991px) {
	.intro-text h2 {
	line-height: 60px;
	margin-bottom: 20px;
	}
}

.intro-text p {
    color: rgba(133, 200, 75, 1);
}


/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/slider/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
	background: #fff;
}

@media (min-width: 1200px) {
    .about-text {
        padding-left: 40px;
        margin-top: 0px;
    }
}

.about-text h3 {
    text-transform: uppercase;
    margin-top: 0px;
}

.about-text ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style: none;
}

.about-text ul li {
    line-height: 30px;
    position: relative;

}

.about-text ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: -30px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #333;
    border-radius: 50px;
}

.about-text .btn {
    margin-top: 20px;
}



/* ----------------------------------------------------------------------------------------
*                                   05. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {
    background-color: #f5f5f5;
    padding-bottom: 65px;
}

.home-services .service-box {
    padding: 0 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .home-services .service-box {
        
    }
}

.home-services .service-box i.fa {
    color: rgba(133, 200, 75, 1);
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 60px;
}
.home-services .service-box h3 {
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
}


/* ----------------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* --------------------------------------------------------------------------------------- */
.works.section-big {
    
}
.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.filters li.active {
    color: rgba(133, 200, 75, 1);
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay{
    background-color: rgba(133, 200, 75, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;    
    padding: 20px;
    transform: translate(-50%, -50%);
}


/* ----------------------------------------------------------------------------------------
*                                07. Team area css
* --------------------------------------------------------------------------------------- */
.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

.member-image img{
    width: 100%;
}

.member-info {
    transition: 0.3s ease-out;
}

.team-member h3{
    margin-bottom: 6px;
    color: inherit;
    margin-top: 0;
    padding-top: 20px;
}

.member-info .text-muted {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.member-social {
    padding: 5px;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.team-member:hover .member-info {
	background: rgba(133, 200, 75, 1);
	color: #fff
	
}
.team-member:hover  h3, 
.team-member:hover  i.fa, 
.team-member:hover  .text-muted 
{color: #fff}




/* ----------------------------------------------------------------------------------------
*                                   08. Fun facts area css
* --------------------------------------------------------------------------------------- */
.fun-facts-area{
    background-image: url('http://amazingbunting.co.uk/images/background.png') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	
}
.fun-facts-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: ;
}

#fun-facts{
	background-color: rgba(253, 226, 63, 1);
	color:#fff
}

.fun-fact i.fa {
    font-size: 48px;
    position: relative;
    display: block;
}

.fun-fact h3 {
    font-size: 36px;
    font-weight: 900;
	color: #fff;
}
.fun-fact p {}



/* ----------------------------------------------------------------------------------------
*                                   09. Pricing area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding: 0 15px 28px;
    margin: 0;
    text-align: center;
    position: relative;
	border: 1px solid;
    
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item.featured {
    color: #000;
    box-shadow: 0px 0px 5px 0px;
    border-color: rgba(133, 200, 75, 1);
}

.price-item p.level {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Lato';
    line-height: 120px;
    text-transform: uppercase;
    margin: 0;
}
p.level.hbg {
    background: rgba(133, 200, 75, 1);
    margin-left: -15px;
    margin-right: -15px;
	color: #fff;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    background: #ddd;
    margin: 0 -15px;
    line-height: 72px;
}

.price-item.featured p.price {
    color: rgba(133, 200, 75, 1);
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Lato';
}

.price-item .features {
    margin: 30px 0;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    background: #333;
}

.price-item a.btn:hover {
    background: rgba(133, 200, 75, 1);
    color: #fff;
}

.price-item.featured a.btn {
     background: rgba(133, 200, 75, 1);
    color: #fff;
}

.price-item.featured a.btn:hover {
    background: #333;
    color: #fff;
}



/* ----------------------------------------------------------------------------------------
*                                10. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background-color: #f5f5f5;
}

.testimonial-list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.tab-pane .tab-inner  {
    padding: 25px 20px;
    background: rgba(133, 200, 75, 1);
    margin-top: 35px;
	border-radius: 2px
    
}
.description {
    margin-top: 15px;
    margin-left: 50px;
}
.testimonial-list .tab-inner:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    position: absolute;
    font-size:40px;
    line-height: 50px;
    color:#fff;
}

.tab-pane .tab-inner p{
	margin-left:50px;color:#fff
}

.testimonial-list ul.nav{
	width:100%;
}
.testimonial-list .nav li {
    display: inline-block;
    width: 25%;
	margin: 0;
    background: rgba(133, 200, 75, 1);
    opacity: 0.4;
	float: left;
	border-right: 1px solid #fff;
}

.testimonial-list .nav li.active  {
    opacity: 1; 
    background:#fff;
}

.testimonial-list .nav li a {
    position: relative;
    display: block;
    padding: 0px 0px; 
	margin-bottom: 0px;
}

.testimonial-list .nav li a img {
    box-shadow: 0 0 0 0px #13c0ba;
    width: 100%;
    height: auto;
}




/* ----------------------------------------------------------------------------------------
*                                   11. News area css
* --------------------------------------------------------------------------------------- */
.news-content{
    transition-duration: 1s; 
    position: absolute;
	top: 240px;
}

.news-image img {
    width: 100%;
}

.news-content .subtitle {
    text-transform: inherit;
    line-height: 20px;
	margin-bottom: 15px;
}

.news-content .subtitle i.fa {
    color: #82b541;
}

.news-content .btn {
    margin-top: 10px;
    position: absolute;
	top: 130px;
}
.news-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 30px;
	color: rgba(133, 200, 75, 1)
}

.news-meta span {
    float: left;
    margin-right: 15px;
}

.news-meta span i.fa {
    margin-right: 4px;
}

.news-content .button {
    color: #333;
	text-transform: uppercase;
}


/* news Modal css */
.news-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
}

.news-modal .modal-content h2 {
    margin-bottom: 20px;
    line-height: 25px;
    color: #333333;
	
}

.news-modal .modal-content img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}
#modallogo{
	width: 100%;
    height: auto;
}
.news-modal .modal-content .item-details {
    margin: 30px 0
}

.news-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.news-modal .close-modal:hover {
    opacity: .3
}

.news-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.news-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.news-modal .modal-backdrop {
    opacity: 0;
    display: none
}


/* ----------------------------------------------------------------------------------------
*                                   13. Client area css
* --------------------------------------------------------------------------------------- */
.owl-client .item img {
    width: auto;
    max-width: 100%;
}

.client-area {
    background: #f5f5f5;
}
.owl-client .item {
    border: 1px solid;
    margin-right: 10px;
}


/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    background-color: #f5f5f5;
}
.subscribe-box h2 {
    margin-top: 0px;
    font-size: 22px;
}
.subscribe-box h2 span {
    color: #82b541;
}
.newsletter-form {
    margin: auto;
}
.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #fff;
    float: left;
}

.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    color: #fff;
    background-color: rgba(133, 200, 75, 1);
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}

.newsletter-form .mc-submit:hover {
    color: #333;
}
.subscribe-area .error {
    text-align: left;
}
.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}



/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    border: 1px solid #bbb;
    padding-left: 10px;
    margin-bottom: 30px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.address-box {
    margin-bottom: 15px;
    padding-left: 50px;
}

.address-box i.fa {
    color: #82b541;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 40px;
    text-align: center;
    margin-left: -50px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}
.contact-info {
    margin-bottom: 30px;
}

.contact-info i.fa {
    color: rgba(133, 200, 75, 1);
    font-size: 30px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    float: left;
    margin-right: 28px;
	line-height:40px
}
.contact-info a {
    color: inherit;
}



/* ----------------------------------------------------------------------------------------
*                                   16. Google Map area css
* --------------------------------------------------------------------------------------- */
#contactgoogleMap {
    width: 100%;
    height: 400px;
}




/* ----------------------------------------------------------------------------------------
*                                   17. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: rgba(255, 255, 255, 1);
    padding: 70px 0px;
    color: #fff;
    font-size: 14px;
}

.footer-area p {
    margin: 30px auto;
    max-width: 800px;
    color: #444;
}

.social-links li {
    list-style: none;
    display: inline-block;
}

.social-links li a i {
    color: #666;
    font-size: 48px;
    margin: 0 10px;
    
}

.social-links li a:hover i {
    color: #333;
}

.copyright-text {
    padding: 30px 0px;
    background: #82b541;
    color: #fff;
}

.copyright-text p {
    margin: 0;
}



/* ----------------------------------------------------------------------------------------
*                                   17. Back to top Button area css
* --------------------------------------------------------------------------------------- */

.top-button {
    margin-top: 20px;
}

.back-to-top {
    color: #444;
	transition: all 0.2s;
}

i.fa.fa-chevron-up {
    margin-left: 5px;
} 

.top-button .back-to-top:hover {
    color: #333;
	
}


.colours{
	margin: 10px 0px;
		clear: both;

}
.colour{
	float: left;
	width: 70px;
    height: 70px;
}

/*
	yellow rgba(253, 226, 63, 1);
	green rgba(133, 200, 75, 1);
	red rgba(195, 22, 43, 1);
	orange rgba(235, 86, 57, 1);
	torquoise rgba(23, 179, 178, 1);
	
	*/
#pvc1{
	border-top: 100px solid rgba(147, 132, 118, 1);
}

#pvc2{
	border-top: 100px solid rgba(254, 243, 229, 1);
}

#pvc3{
	border-top: 100px solid rgba(132, 162, 197, 1);
}

#pvc4{
	border-top: 100px solid rgba(36, 56, 117, 1);
}

#pvc5{
	border-top: 100px solid rgba(65, 183, 62, 1);
}

#pvc6{
	border-top: 100px solid rgba(40, 96, 65, 1);
}

#pvc7{
	border-top: 100px solid rgba(42, 52, 41, 1);
}

#pvc8{
	border-top: 100px solid rgba(250, 223, 58, 1);
}

#pvc9{
	border-top: 100px solid rgba(255, 73, 41, 1);
}

#pvc10{
	border-top: 100px solid rgba(190, 35, 36, 1);
}

#pvc11{
	border-top: 100px solid rgba(114, 35, 35, 1);
}

#pvc12{
	border-top: 100px solid rgba(88, 53, 128, 1);
}

#pvc13{
	border-top: 100px solid rgba(33, 27, 24, 1);
}

#pvc14{
	border-top: 100px solid rgba(255, 255, 255, 1);

}

.col-md-4{
	min-height: 510px !important;
}



.square {
      width: 100px;
      height: 100px;
}

.rectangle {
      width: 200px;
      height: 100px;
}

.circle {
      width: 100px;
      height: 100px;
      border-radius: 50%
}

.triangle-down {
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-top: 100px solid #ccc;
}
  
  
    .star-six {
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 100px solid red;
      position: relative;
    }
    .star-six:after {
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-top: 100px solid red;
      position: absolute;
      content: "";
      top: 30px;
      left: -50px;
    }
    
    
    
    .octagon {
      width: 100px;
      height: 100px;
      background: red;
      position: relative;
    }
    .octagon:before {
      content: "";
      width: 100px;
      height: 0;
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 29px solid red;
      border-left: 29px solid #eee;
      border-right: 29px solid #eee;
    }
    .octagon:after {
      content: "";
      width: 100px;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      border-top: 29px solid red;
      border-left: 29px solid #eee;
      border-right: 29px solid #eee;
    }  
    
    
    .heart {
      position: relative;
      width: 100px;
      height: 90px;
    }
    .heart:before,
    .heart:after {
      position: absolute;
      content: "";
      left: 50px;
      top: 0;
      width: 50px;
      height: 80px;
      background: red;
      border-radius: 50px 50px 0 0;
      transform: rotate(-45deg);
      transform-origin: 0 100%;
    }
    .heart:after {
      left: 0;
      transform: rotate(45deg);
      transform-origin: 100% 100%;
    }
    
    
    
    .cut-diamond {
      border-style: solid;
      border-color: transparent transparent red transparent;
      border-width: 0 25px 25px 25px;
      height: 0;
      width: 50px;
      box-sizing: content-box;
      position: relative;
      margin: 20px 0 50px 0;
    }
    .cut-diamond:after {
      content: "";
      position: absolute;
      top: 25px;
      left: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: red transparent transparent transparent;
      border-width: 70px 50px 0 50px;
    }
  
  		.penant {
			float: left;
		}
		
		
		
.accordion {
   margin: 50px;   
   dt, dd {
      padding: 10px;
      border: 1px solid black;
      border-bottom: 0; 
      &:last-of-type {
        border-bottom: 1px solid black; 
      }
      a {
        display: block;
        color: black;
        font-weight: bold;
      }
   }
  dd {
     border-top: 0; 
     font-size: 12px;
     &:last-of-type {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
     }
  }
}

.accordion a, .accordion a:link, .accordion a:visited, .accordion a:hover{
	color: #FFFFFF;
}

/*
	yellow rgba(253, 226, 63, 1);
	green rgba(133, 200, 75, 1);
	red rgba(195, 22, 43, 1);
	orange rgba(235, 86, 57, 1);
	torquoise rgba(23, 179, 178, 1);
	
*/

.accordion dt{
	background: rgba(133, 200, 75, 1) !important;
	padding: 15px 30px !important;
	border: 1px solid white !important;
	color: #FFFFFF !important;
}




.accordion dd{
	background: #FFFFFF !important;
	padding: 20px 100px !important;
	border: 1px solid white !important;
	color: #000000 !important;
}

.accordion dd a{
	color: rgba(133, 200, 75, 1) !important;
	width: 100%;
	height: 100%;
}




#rotateFlag{
	transform-origin: bottom left;
	transform: rotate(-10deg) scale(0.6);
	margin-top: -105px;
	margin-left: 70px;
	transition-duration: 1s;
	animation-timing-function: linear;
	
	animation-name         : waveFlag;
    animation-duration        : 4s;
    animation-delay           : 0s;
    animation-iteration-count: infinite;
    
    
}
.left{

}

.middle{
	
}

.right{
}

.scrolling{
	animation-name         : displaceContent;
    animation-duration        : 40s;
    animation-delay           : 2s;
    animation-iteration-count: infinite;
    animation-fill-mode       : forwards;
    animation-timing-function: linear;
    
}
@keyframes displaceContent {
    0% { transform : translateX(0px) }
    50% { transform : translateX(-1430px) }
    100%   { transform : translateX(0px) } /* slide down to make room for advertisements */
}

@keyframes waveFlag {
    0% { transform : rotate(-10deg) scale(0.6)}
    50% { transform : rotate(0deg) scale(0.6)}
    100%   { transform : translateX(20deg) scale(0.6)} /* slide down to make room for advertisements */
}

#about .content{
	position:relative; left: 25%; width: 50%; 
}

@media only screen and (max-width: 600px) {
	.accordion dd{
		padding: 20px 20px !important;
	}
	
	#about .content{
		position:relative; left: 5%; width: 90%; 
	}
}

.rotationflags{
	transform: scale(0.6);
}

.modal-body .rotationflags{
	transform: scale(1) !important;
}

#flagwrapper{
	min-height: 270px;
	overflow: hidden;
}