

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	GuaSolutions - One page multi purpose page
Version:	1.0
Last change:	03/16/2018 [...]
Designed by:	Clavel Macias - Vertige Media / www.vertigemedia.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
-------------------------------------------------------------------*/
/*--------------------
Import Google Fonts
--------------------*/
/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* main font for slider. */
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800); @import url(https://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);
/*--------------------
1. General
--------------------*/
body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #232323;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
	line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979;
}

a:hover, a:focus, a:active, a.active {
    color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 768px) {
	section {
	    padding: 150px 0;
	}
}

section {
    padding: 0 0!important;
}


.logo { /*display:none!important;*/
    width: 338px!important;
    height: 111px!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}




/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #222;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Montserrat",sans-serif;
    padding: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #fed136;
	border-color: #fed136
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #fed136
}
.navbar-default .nav li a {
	font-family: "Roboto",sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color:#fff
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #fed136;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: transparent;
		padding: 30px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}



        .navbar-default.navbar-shrink .logo {
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            width: 265px !important;
            height: 87px !important;
            margin-top:10px!important
        }


	.navbar-default.navbar-shrink {
		background-color: #101D2E;padding:0 0 0 0!important;
		height:100px
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
	}
}

/*--------------------
3. Header
--------------------*/

header {
    background: #101D2E
    /*background-image: url(../images/demo/bg-main.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;*/
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
	header .intro-text {
	    padding-top: 300px;
	    padding-bottom: 200px;
	}
}

header .intro-text .intro-lead-in {
    font-family: "Playfair Display",sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
	    font-family: "Playfair Display",sans-serif;
	    font-style: italic;
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 25px;
	}
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
	    text-transform: uppercase;
	    font-weight: 700;
	    font-size: 75px;
	    line-height: 75px;
	    margin-bottom: 50px;
	}
}

/*--------------------
4. Sections
--------------------*/

/*.section-title h2 {
    font-size: 34px;
    
}*/

.section-title p {
    /*font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 100px 60px 100px;*/
}
.icon1 {text-align:center;margin:auto; width:110px; height:110px; background: url("../images/icon1.png") no-repeat; text-indent:-99999px}
.icon2 {text-align:center;margin:auto; width:110px; height:110px; background: url("../images/icon2.png") no-repeat; text-indent:-99999px}
.icon3 {text-align:center;margin:auto; width:110px; height:110px; background: url("../images/icon3.png") no-repeat; text-indent:-99999px}
.icon4 {text-align:center;margin:auto; width:110px; height:110px; background: url("../images/icon4.png") no-repeat; text-indent:-99999px}
.icon5 {text-align:center;margin:auto; width:110px; height:110px; background: url("../images/icon5.png") no-repeat; text-indent:-99999px}
.icon6 {text-align:center;margin:auto; width:110px; height:110px; background: url("../images/icon6.png") no-repeat; text-indent:-99999px;
}



/*--------------------
4.1. Services
--------------------*/

section#services {
    padding: 100px 0 !important;
}


.cattitle  {

    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 4.0em !important;
    font-weight: 200 !important;
    color: #101D2E!important
}

.subtite {
    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.4em !important;
    font-weight: 300 !important;
    color: #BBBBBB !important;
    margin-bottom: 70px !important
}


ul.servicesbox li {
    list-style: none !important;
    list-style-type: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 400 !important;
    color: #686868 !important;
}


ul.servicesbox li h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 500 !important;
    color: #101D2E;
    padding: 20px 0 0 0
}




.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
4.2. Portfolio
--------------------*/

section#portfolio {
    padding: 100px 0 !important;
    height: 800px !important;
    background: #EFEFEF url(../images/portfoliobg.png) no-repeat right center fixed !important
}


.portfoliolist {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.3em !important;
    font-weight: 500 !important;
    color: #2D3A4D !important;
    line-height: 38px !important;
}

ul.portfoliolist li {
    list-style: none !important;text-align:left!important;
    list-style-image: url(../images/bullet.png) !important;
    padding: 0 0 0 10px !important
}



.skills-text h2 {
	margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;	
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
 }

.skillbar-score .score {
    font-size: 20px;
}

.skillbar-score .percent {
    font-size: 13px;
}

.skillbar-bar {
display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
	font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;	
margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #000000;
    float: left;
    height: 3px;
}

/*--------------------
4.3. About Us
--------------------*/



section#aboutus {
    margin-top: 50px !important;
    padding: 140px 0 !important;
    height: 600px !important;
    background: #C3D3E7!important
}

.divaboutus p { font-family: 'Montserrat', sans-serif !important;  font-size: 1.2em !important;color: #2D3A4D !important; line-height: 35px !important;    font-weight: 500 !important;
}

.divaboutus {
    float: left !important;
    width: 550px !important;
    margin: 0 70px 0 0 !important;
    padding: 0 20px 0 0 !important;
   

    
   
}


.cattitleblue  {
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.5em !important;
    font-weight: 300 !important;
    color: #2D3A4D !important;
    line-height: 20px !important
}

.subtiteblue {
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    color: #2D3A4D !important;
    margin-bottom: 25px !important
}





figure {
	position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 30px;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Special Links
--------------------*/

.space { height: 20px}

section#speciallinks {
    margin-top: 50px !important;
    padding: 140px 0 !important;
    height: 700px !important;
    background: #000 url(../images/linksbg.png) no-repeat right 120px fixed !important;
}

.divspeciallinks { padding: 0 0 0 0;}

.links  { padding:0; }

.linkstitle {
    font-size: 1.8em!important;
}

.links li { list-style: none; font-family: 'Montserrat', sans-serif;  font-size: 1.3em; font-weight: 500 !important; color: #fff!important;}

.links li a { list-style: none; font-family: 'Montserrat', sans-serif;  font-weight: 500 !important; color:#FBCD0B; font-style:italic!important}

.links li a:hover { list-style: none; font-family: 'Montserrat', sans-serif;   font-weight: 500 !important; color:#FBCD0B; text-decoration:underline}


.cattitlelinks {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.5em !important;
    font-weight: 300 !important;
    color: #fff !important;
    line-height: 10px !important
}

.subtitelinks {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    color: #fff !important;
    margin-bottom: 75px !important
}


.divassociation {
    float: right;
    width: 180px;
    padding: 0 0 0 0;
    text-align: center
}




.dark-bg {
    background: #323232;
    color: #fff;
}

.bg-img1 {
    background-image: url(../images/demo/office-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.light-bg {
	background-color: #f8f8f8;
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(32,32,32,0.8);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;	
}

/*--------------------
4.5. Associations
--------------------*/


section#associations {
    float: right;
    padding: 0 !important
}


.partner-logo {
    height: 80px;
    text-align: center;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}


/*--------------------
4.7. Contacts
--------------------*/


section#contact {
    margin-top: 50px;
    
    background: url(../images/contactbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 960px !important;
    padding: 140px 0 !important;
}
.cattitlecontact {
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.5em !important;
    font-weight: 200 !important ;
    color: #C3D3E7 !important;
    line-height: 35px !important
}

.subtitecontact {
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    color: #C3D3E7 !important;
    margin-bottom: 25px !important
}

h1.contact {
    padding: 60px 0 !important;
    color: #FBCD0B !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.6em !important;
    font-weight: 400 !important;
}
.contact {
    padding: 0 !important;line-height:38px
}

    .contact a {
        color: #FBCD0B !important;
    }

    .contact li {
        list-style: none !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 1.3em !important;
        font-weight: 500 !important;
        color: #fff !important;
    }





section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

.footer {
    background-color: #C3D3E7 !important;
    text-align: center !important;
    margin-top: 50px !important;
    height: 207px !important;
    background: url(../images/logobg.png) no-repeat center center;
    color: #A7B6CA !important;
}

    .footer p {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 200 !important;
        font-size: 1.0em !important;
        padding: 170px 0 0 0 !important
    }



/*footer {
    padding: 30px;
    background-color: #000;    
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}*/

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
     background-color: #726FB9;
    border-color: #726FB9;
    font-family: "Robot",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}



/* Carousel Fading slide */
.carousel-fade .carousel-inner {
    background: #101D2E;
}

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

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

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

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);navbar-right
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}




.navbar-right{margin: 34px 0 !important}


/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 48px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .prev {
    margin-left: -15px;
    left: 50%;
}
/* Prev */
.carousel-control .next {
    margin-right: -15px;
    right: 50%;
}
/* Next */


/* Removing BS background */
.carousel .control-box {
    opacity: 0;
}

a.carousel-control.left {
    left: 0;
    background: none;
    border: 0;
}

a.carousel-control.right {
    right: 0;
    background: none;
    border: 0;
}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    -ms-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
    /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
    /* Assigning animation to indicator li will make slides flicker */
}


/* Hover animation */
.carousel:hover .control-box {
    opacity: 1;
}

.carousel:hover a.carousel-control.left {
    left: 15px;
}

.carousel:hover a.carousel-control.right {
    right: 15px;
}


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}

.carousel-indicators li {
    background: #fff;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

    .carousel-indicators li.active {
        background: #F6B01B;
        margin: 0 3px;
    }


.carousel-indicators{left:50px!important; bottom:200px}


.carousel-caption{float:left!important; text-align:left!important; bottom: 220px; left:20px ;width:660px }

.carousel-caption h1 {color: #fff;font-size: 2.8em; text-align: left !important;font-weight: 800 !important; font-family: 'Montserrat', sans-serif;   }

p.captionsmall {  color: #fff;  font-size: 1.4em;  text-align: left;  margin: 10px 0 0 0;  text-wrap: initial;  font-weight: 400;  line-height: 32px !important;  font-family: 'Montserrat', sans-serif;}




.headerLine {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .headerLine:after {
        content: "";
        position: absolute;
        z-index: 1;
        pointer-events: none;
        bottom: 0;
        left: 0;
        width: 100%;
        /* background: url(../images/sliderL.png) center center no-repeat; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-bottom: 150px solid white;
        border-left: 3000px solid transparent;
    }



#button {
    display: inline-block;
    background-color: #F6CD21;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333; text-decoration:none
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }



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

    .logo{margin-top:-80px!important}
    .navbar-default {background-color: transparent !important;margin-top:100px;position:absolute!important}
    .nav, .navbar-collapse, .collapse in {background-color: #101D2E}
    .carousel-indicators, .carousel-caption {display: none !important}

    section#services {padding: 50px 0 !important}
    section#portfolio {padding: 50px 0 !important; height:1200px !important }
    section#aboutus {padding: 50px 0 !important;height:850px !important  }

    section#associations { float:left!important; margin: 30px 0 0 120px;text-align: center; }
    section#speciallinks{padding: 50px 0 !important;  height: 650px !important;}

    section#contact {
        height: 1350px !important;
        padding: 50px 0 !important;
    }





    .cattitle {font-size: 2.6em !important}
    .divaboutus {float: left !important;width:100% !important; margin: 0 70px 0 0 !important;padding: 0 20px 0 0 !important;}

    .cattitleblue {text-align: center!important;font-size: 2.2em !important;}
    .subtiteblue {text-align:center!important;}
    .cattitleblue {text-align: center !important;}

    .cattitlecontact {text-align: center !important; font-size: 2.2em !important;}
    .subtitecontact { text-align: center !important;}
    .divcontacinfo{ text-align: center !important;}

    .cattitlelinks {font-size: 2.2em !important;}
    .divaboutus p { text-align: center !important;}

    .links li {font-size: 1em;}

    }



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

    .logo{margin-top:-80px!important}
    .navbar-default {background-color: transparent !important;margin-top:100px;position:absolute!important}
    .nav, .navbar-collapse, .collapse in {background-color: #101D2E}
    .carousel-indicators, .carousel-caption {display: none !important}

    section#services {padding: 50px 0 !important}
    section#portfolio {padding: 50px 0 !important; height:1350px !important }
    section#aboutus {padding: 50px 0 !important;height:850px !important  }

    section#associations { float:left!important; margin: 30px 0 0 120px;text-align: center; }
    section#speciallinks{padding: 50px 0 !important;  height: 650px !important;}

    section#contact {height: 1350px !important;padding:50px 0 !important;}

    .cattitle {font-size: 2.6em !important}
    .divaboutus {float: left !important;width:100% !important; margin: 0 70px 0 0 !important;padding: 0 20px 0 0 !important;}

    .cattitleblue {text-align: center!important;font-size: 2.2em !important;}
    .subtiteblue {text-align:center!important;}
    .cattitleblue {text-align: center !important;}

    .cattitlecontact {text-align: center !important; font-size: 2.2em !important;}
    .subtitecontact { text-align: center !important;}
    .divcontacinfo{ text-align: center !important;}

    .cattitlelinks {font-size: 2.2em !important;}
    .divaboutus p { text-align: center !important;}

    .links li {font-size: 1em;}
      
    }














