
body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; color: #000033; line-height: 25px; text-align: center; }

strong { font-weight: 600; }

a { color: #123698; border-bottom: text-decoration: none; transition: all .3s; } /* color: #f35b3f*/
a:hover, a:focus { color: darkturquoise; border: 0; text-decoration: none; }

h1, h2 { margin-top: 10px; font-size: 22px; font-weight: 100; color: #123698; line-height: 30px; }
h3 { font-size: 20px; font-weight: 300; color: #123698; line-height: 30px; }
h4 { margin-top:22px; font-size: 22px; font-weight: 100; color: #777; line-height: 50px; }
h5 { margin-top: 10px; font-size: 14px; font-weight: 100; color: #99ffff; line-height: 10px; }
h6 { font-size: 22px; font-weight: 100; color: #50617a; line-height: 30px; }
h7 { margin-top:20px; font-size: 18px; font-weight: 200; color: #42455a; line-height: 50px; }
h8 { font-size: 20px; font-weight: 300; color: #123698; line-height: 10px; }
.tagline {font-family: 'Open Sans', sans-serif; font-size:26px; font-weight:400; }
.hglt {font-size: 20px; font-weight:400; color: #7A511F;}

img { max-width: 100%; -webkit-transition: .4s; overflow: hidden; }

img:hover { margin:0; /*transform:scale(1.01);*/ filter: brightness(120%); overflow:hidden; -webkit-transition: .3s; } 

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #f35b3f; color: #fff; text-shadow: none; }
::selection { background: #f35b3f; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }

.section-container-sky-bg { background: #f1f9fc; }
.section-container-blue-bg { background-color: #022c66;}
.section-container-gradient-bg { background-image:url(../img/line.png); }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 span { border-color: #fff; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.9; }

.section-bottom-button { padding-top: 60px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 300px; border-bottom: 1px dotted #ff9900; margin-bottom:11px; }

.divider-2 span { display: inline-block; margin-bottom:9px; }

.divider-3 span { display: inline-block; width:95%; border-bottom: 1px dotted #123698; }


/***** Top menu *****/

.navbar { background: #fff; transition: all .9s; backface-visibility: hidden; }

.navbar.navbar-no-bg { background: #fff; background: rgba(255, 255, 255, 0.9); }

.navbar-dark .navbar-nav { font-size: 15px; color: #f5f5f5; text-transform: uppercase; }
.navbar-dark .navbar-nav .nav-link { font-weight:500; color: #083f88; color: rgba(8, 63, 136,); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #02c1d2; }
.navbar-dark .navbar-nav .nav-link:focus { color: #00accc; outline: 0; }
.navbar-nav > .active > a { color: skyblue; }

.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }


.navbar-dark .nav-item.active .nav-link,
.navbar-dark .nav-item .nav-link:active,
.navbar-dark .nav-item .nav-link:focus,
.navbar-dark .nav-item:hover .nav-link {
    color: #02c1d2;
}


.navbar-brand {
	width: 210px;
	background: url(../img/logo.png) left center no-repeat;
	background-size: 198px 44px;
	border: 0;
	text-indent: -99999px;
}

.navbar-brand-org {
	width: 160px;
	background: url(../img/logo.png) left center no-repeat;
	background-size: 140px 35px;
	border: 0;
	text-indent: -99999px;
	margin-left:16px;
}


/***** Top content *****/

.top-content { width: 100%; padding: 60px 0 80px 0; }

.top-content h1 { padding-top: 60px; color: #fff; }
.top-content .description { margin: 30px 0 0 0; padding-bottom: 30px; }
.top-content .description p { color: #fff; color: rgba(255, 255, 255, 0.8); }
.top-content .description a { color: #fff; color: rgba(255, 255, 255, 0.8); border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }
.top-content .description a:hover,
.top-content .description a:focus { color: #fff; color: rgba(255, 255, 255, 0.8); }

/***** Site Map *****/

.sitemap { list-style-type: none; padding:2px; margin:0; font-size: 12px; color:#caddee;}
.sitemap a {color:#acbcd1; text-decoration: none;}
.sitemap a:hover {color:#fff;}

.disabled-url{color:dimgray; }

.top-link{line-height: 0; }
.top-link a{font-size: 18px; color: darkblue; text-decoration: none;}
.top-link a:hover{color: darkturquoise; }

/***** Gallery *****/

.gallery-box { padding-top: 30px; }
.gallery-box img { cursor: pointer; }
/*.gallery-box img:hover { filter: brightness(50%); -webkit-transition: .3s; }*/

#titlewrapper { height: 195px; }
.text { margin: 0 auto; padding: 10px; display: block; width: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.7); }
#titlewrapper .text {  max-height: 77px;  position: relative; bottom: 77px; left: 0px; filter: alpha(opacity=0); opacity: 0; -webkit-transition: 0.5s; }
#titlewrapper:hover .text { position: relative; overflow: hidden; filter: alpha(opacity=100); opacity: 1; -webkit-transition: 0.5s; }

.carousel .carousel-indicators { bottom: -20px; }
.carousel .carousel-indicators li {
	width: 9px; height: 9px; margin-left: 5px; margin-right: 5px; border-radius: 50%; background-color: #3399cc;
}

.carousel .carousel-inner { padding-bottom: 40px; }

.carousel .carousel-control-next, 
.carousel .carousel-control-prev { top: auto; border: 0; }


.carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='aqua' width='24' height='24' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='aqua' width='24' height='24' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}


/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	background: #123698;
    font-size: 25px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }



/***** Section 11 *****/

.section-11-box { padding-top: 30px; text-align: left; }

.section-11-box .section-11-box-icon {
	width: 80px; height: 80px; margin: 0 auto;
	background: #964B00;
    font-size: 40px; color: #fff; line-height: 80px; text-align: left;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-11-box h6 { margin-top: 0; padding: 0 0 10px 0; }



/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 15px; }


/***** Section 3 *****/

.section-3-box { text-align: center; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	background: #123698;
    font-size: 18px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 4 *****/

.section-4-box { text-align: left; }

.section-4-box .section-4-box-icon {
	width: 288px; height: 288px; margin: 0 30px auto;
    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
}

.section-4-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 5 *****/

.section-5-box { margin-top: 30px; text-align: left; }

.section-5-box .section-5-box-icon {
	width: 122px; margin: 10px auto;
    font-size: 28px; line-height: 120px; text-align: center;
}

.section-5-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 12 *****/

.section-12-box { margin-top: 30px; margin: 0 auto; text-align: left; }

.section-12-box .section-12-box-icon {
	width: 1200px; margin: 0 auto;
    font-size: 16px; color: #303246; line-height: 20px; text-align: center;
}

.section-12-box h3 { margin-top: 0; padding: 0 0 10px 0; }

.basebox{ padding: 12px 12px 6px 12px; background: white; border-radius: 6px; box-shadow: 0 3px 3px 0 grey; }

/***** Paragraph *****/

.paraspace{ padding-top: 3%; }
.paraspace2{ padding-top: 9%; }
.paraspace3{ padding-top: 0; }

/***** top-spacer *****/

.tspacer{padding-top:8%;}


/***** left-spacer *****/

.lspacer{padding-left:8%;}

/***** More *****/

.morebox{ background: #123698; padding: 10px; font-size:14px; color: white;}
.morebox a { color: white; text-decoration: none; }
.morebox a:hover { color: aqua;}

/***** Fa Brands Hyperlink *****/

.fa-links { color:#fff; padding:3px; margin:3px; font-size: 22px; transition: all .3s; }
.fa-caret-style { font-size:40px; color:#123698; }


/***** Portfolio Links *****/
.pfl-nav{padding:10px 5px; list-style:none; flex-direction:row; display:inline-flex;}
.pfl-link{padding:10px;}

#titlewrapper { height: 195px; }
.text { margin: 0 auto; padding: 10px; display: block; width: 100%; overflow: hidden; background-color: rgba(0, 0, 0, 0.7); }
#titlewrapper .text {  max-height: 77px;  position: relative; bottom: 77px; left: 0px; filter: alpha(opacity=0); opacity: 0; -webkit-transition: 0.5s; }
#titlewrapper:hover .text { position: relative; overflow: hidden; filter: alpha(opacity=100); opacity: 1; -webkit-transition: 0.5s; }

.section-5-box { text-align: center; }
.section-6-box { text-align: center; }
.section-7-box { text-align: center; }
.section-8-box { text-align: center; }
.section-9-box { text-align: center; }
.section-10-box { text-align: center; }
.section-11-box { text-align: left; }


.button-portfolio{ border:none; color:#fff; }


/***** Slider-Logos *****/

.slider-logos {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.slider-logos ul {
    display: flex;
    padding: 0;
    animation: cambio 20s infinite linear;
}
.slider-logos li {
    padding:0 20px;
    list-style: none;
}
.slider-logos img {
    max-width: fit-content !important;
    height: auto !important;
}
@keyframes cambio {
    from {margin-left: 0%}
    to {margin-left: -120%}
}


/***** Forms *****/

* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #123698;
  color: white;
  margin-top:15px;
  padding: 8px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color:#35281E;
}

/*.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}*/

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


/***** Footer *****/

footer { background-color:#093f89; margin:0px; padding: 10px 0 0 0; color:aliceblue; }

