/* Move reCAPTCHA v3 badge to the left */

 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}
#page-content section, #home-content section, section#home-content {
   overflow: visible !important;
}
/*Funcionar com bakery*/
#page-content section, #home-content section, section#home-content {
   overflow: visible !important;
}
.row>*{
   padding-right: 20px;
   padding-left: 20px;
}
li.simple-dropdown > a:after {
  font-family: var(--fa-style-family,"Font Awesome 5 Free");
  font-weight: var(--fa-style,900);
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 991px){
li.simple-dropdown > a:after {
  font-family: var(--fa-style-family,"Font Awesome 5 Free");
  font-weight: var(--fa-style,900);
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
}
ul, ol, dl {
list-style-position: inside;
}
#page-content a{
  color: #0F2369;
}
#page-content .vc_btn3-container a{
    color: #FFF;
}
h1, h2, h3, h4, h5, h6{
   font-family: 'Poppins', sans-serif;
   color: #0F2369;
   font-weight: 400 !important;
}
.italic{
  font-style: italic !important;
}
p, ul, ol{
  margin: 0 0 15px;
}
h1, .h1 {
font-size: 3.6rem;
line-height: 4rem;
}
h2, .h2 {
font-size: 3rem;
line-height: 3.2rem;
}
h3, .h3 {
font-size: 2.1rem;
line-height: 3rem;
}
h4, .h4 {
font-size: 1.8rem;
line-height: 2.4rem;
}
h5, .h5 {
font-size: 1.5rem;
line-height: 1.8rem;
}
h6 {
font-size: 1.2rem;
line-height: 1.8rem;
}
.n2-section-smartslider h1, .n2-section-smartslider h2, .n2-section-smartslider h3, .n2-section-smartslider h4, .n2-section-smartslider h5, .n2-section-smartslider h6{
   font-family: 'Poppins', sans-serif !important;
}
.arredondado img{
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.mt-15{
   margin-top: 15px;
}
.pt-20{
   padding-top: 20px;
}
.fs-27{
    font-size: 27px;
    line-height: 36px;
}
.no-padding{
   padding: 0px !important;
   margin: 0px !important;
}
.bold{
   font-weight: bold !important;
}
a:hover, a:focus{
    color: #0F2369;
}
.navbar.navbar-light .navbar-nav .nav-link{
    color: #011F4B;
    text-transform: uppercase;
    font-weight: bold;
}
.gform_button{
  background-color: #011F4B !important;
}
.bg-blue2{
  background-color: #0F2369;
}
.bg-blue {
    background-color: #1B86C7;
}
.bg-blue-moving{
  background: #011F4B;
  background: -moz-linear-gradient(130deg, #011F4B 0%, #03396C 43%, #011F4B 100%);
  background: -webkit-linear-gradient(130deg,#011F4B 0%, #03396C 43%, #011F4B 100%);
  background: linear-gradient(130deg, #011F4B 0%, #03396C 43%, #011F4B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011F4B",endColorstr="#03396C",GradientType=1);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.btn.btn-sbseg{

  background: #0F2369 !important;
  border-color: #FFF !important;
  color: #ffffff;
}
.btn.btn-sbseg:hover{
  background: #1B86C7 !important;
  border-color: #0F2369 !important;
  color: #ffffff;
}
.btn.btn-neon-orange:hover, .btn.btn-neon-orange:focus{
  color: #61adf4 !important;
}
.bg-dark-footer {
    background-color: #011F4B;
}
.btn-blue{
    background-color: #011F4B;
    color: #FFFFFF;
}
.bg-dark-cinza {
    background-color: #011F4B;
}
.text-blue {
    color: #011F4B !important;
}
.text-light-blue{
    color: rgb(108, 185, 231) !important;
}
.text-blue2 {
    color: #006D8E;
}
.text-blue2-hover:hover{
   color: #011F4B;
}
.text-dark-cinza {
    color: #404041;
}
.btn-cinza{
    background-color: #404041;
    color: #FFFFFF;
    padding: 17px;
    font-weight: bold;
}
.btn-cinza2:hover {
    background-color: #404041;
    color: #FFF;
    padding: 17px;
}
.no-padding-r{
    padding-right: 0px !important;
}

.gform_button{
   background-color: #011F4B;
   color: #FFFFFF;
   padding: 12px 25px;
   font-weight: bold;
}
.gform_button:hover{
   background-color: #404041;
}
.top-bar-contact-list a{
   padding: 18px 18px !important;
   color: #FFF;
}
.top-bar-contact-list a:hover{
   background-color: #011F4B;
   color: #FFF;
}
.top-bar-contact .top-bar-contact-list:first-child{
   border-left: 1px solid rgba(0,0,0,.3);
}
.top-bar-contact .top-bar-contact-list{
   border-right: 1px solid rgba(0,0,0,.3);
}
#barrinha{
   background-color: #011F4B;
   height: 20px;
   width: 100%;
}
.border-color-gray{
   border-color: #dedede !important;
}
/*Header*/
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img{
    max-height: 90px;
    max-width: 400px !important;
}
header.sticky.header-appear .navbar-brand img, header.sticky .navbar-brand img{
  max-height: 57px;
}
.navbar.navbar-boxed{
  background-color: #FFF;
}

.logo-col{
  padding-right: 0px !important;
  padding-left: 15px !important;
}
@media (max-width: 1208px){
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img{
    max-width: 200px !important;
}
}
@media (max-width: 991px){
  .navbar .navbar-nav .nav-link{
    font-size: 15px;
    margin: 0 10px !important;
  }
}
.navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar.navbar-light .header-search-icon > a:hover, .navbar.navbar-light .header-social-icon > a:hover, .navbar.navbar-light .header-cart-icon > a:hover, .navbar.navbar-light .header-language > a:hover, .navbar.navbar-light .header-language > a:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link.active, .sticky .navbar-dark.header-light .navbar-nav .nav-link:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link:focus, .sticky .navbar-dark.header-light .header-search-icon > a:hover, .sticky .navbar-dark.header-light .header-social-icon > a:hover, .sticky .navbar-dark.header-light .header-cart-icon > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .top-bar.navbar-dark .header-search-icon > a:hover, .top-bar.navbar-dark .header-social-icon > a:hover, .top-bar.navbar-dark .header-cart-icon > a:hover, .top-bar.navbar-dark .header-language > a:hover, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover{
    color: #0F2369 !important;
}
.navbar.navbar-dark .navbar-nav > .dropdown.active > a, .sticky .navbar.header-dark .navbar-nav > .dropdown.active > a, .navbar.navbar-dark .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-dark .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-light.header-dark .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-light.header-dark .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
    color: #011F4B !important;
}

.navbar.navbar-light .navbar-nav > .dropdown.active > a, .sticky .navbar.header-light .navbar-nav > .dropdown.active > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
    color: #011F4B !important;
}

.sticky.header-appear .header-light, .sticky .header-light.header-always-fixed-scroll{
   background-color: #FFF !important;
}
.sticky .navbar.header-light .navbar-nav .nav-link, .sticky .navbar.header-light .header-search-icon > a, .sticky .navbar.header-light .header-social-icon > a, .sticky .navbar.header-light .header-cart-icon > a, .sticky .navbar.header-light .header-language > a, .sticky .navbar.header-light .nav-bar-contact{
   color: #011F4B !important;
}

@media (max-width: 991px){
   .navbar.navbar-dark .navbar-nav .nav-link, .navbar.navbar-light .navbar-nav .nav-link, .sticky .navbar.navbar-dark .navbar-nav .nav-link, .sticky .navbar.navbar-light .navbar-nav .nav-link, header.sticky .navbar.top-logo .navbar-nav .nav-link{
      color: #232323;
   }
   .navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar.navbar-light .header-search-icon > a:hover, .navbar.navbar-light .header-social-icon > a:hover, .navbar.navbar-light .header-cart-icon > a:hover, .navbar.navbar-light .header-language > a:hover, .navbar.navbar-light .header-language > a:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link.active, .sticky .navbar-dark.header-light .navbar-nav .nav-link:hover, .sticky .navbar-dark.header-light .navbar-nav .nav-link:focus, .sticky .navbar-dark.header-light .header-search-icon > a:hover, .sticky .navbar-dark.header-light .header-social-icon > a:hover, .sticky .navbar-dark.header-light .header-cart-icon > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .sticky .navbar-dark.header-light .header-language > a:hover, .top-bar.navbar-dark .header-search-icon > a:hover, .top-bar.navbar-dark .header-social-icon > a:hover, .top-bar.navbar-dark .header-cart-icon > a:hover, .top-bar.navbar-dark .header-language > a:hover, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover{
      color: #011F4B !important;
   }
   .navbar.navbar-light .navbar-nav > .dropdown.active > a, .sticky .navbar.header-light .navbar-nav > .dropdown.active > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .sticky .navbar.navbar-dark.header-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
       color: #011F4B !important;
   }
   .fa-angle-down:before{
      color: #232323;
   }
   .sticky .navbar.header-light .navbar-nav .nav-link, .sticky .navbar.header-light .header-search-icon > a, .sticky .navbar.header-light .header-social-icon > a, .sticky .navbar.header-light .header-cart-icon > a, .sticky .navbar.header-light .header-language > a, .sticky .navbar.header-light .nav-bar-contact{
      color: #232323 !important;
   }
}

.top-bar-contact .top-bar-contact-list{
    padding: 9px 10px;
}

.header-social-icon a > i{
   font-size: 16px;
}
header .top-bar{
   padding-top: 10px;
   padding-bottom: 10px;
}
.simple-dropdown .dropdown-menu li{
   padding: 6px 28px 6px 28px !important;
   line-height: 22px;
   font-weight: bold;
}
.navbar .navbar-nav a.nav-link:hover{
    color: #83d7ff !important;
}
@media (min-width:992px){
.navbar-expand-lg .navbar-nav .dropdown-menu{
   border-top: 4px solid #0F2369;
}
}
.navbar .navbar-nav a.nav-link{
  margin: 0px;
  color: #FFF !important;
}
.dropdown-menu li a{
  color: #1B86C7 !important;
  font-weight: bold !important;
}
.dropdown-menu li a:hover{
  color: #0F2369 !important;
}
@media (max-width:991px){
    .navbar .navbar-nav a.nav-link{
  margin: 0 10px;
  color: #FFF !important;
}
.navbar .navbar-nav, .navbar-modern-inner .navbar-nav, .navbar-full-screen-menu-inner .navbar-nav {
padding: 15px 0px 15px;
}
.navbar .navbar-nav .nav-item .dropdown-toggle, .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle, .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle{
    justify-content: right;
    width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-toggle, .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle, .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle{
    color:#FFF !important;
}
.fa-angle-down:before {
color: #FFF !important;
}
.dropdown-menu li a {
color: #FFF !important;
font-weight: normal !important;
}
.dropdown-menu li a:hover{
  color: rgb(108, 185, 231) !important;
}
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu{
    padding: 25px 0;
    -webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
/*Footer*/
.footer-logo img{
    height: auto;
    width: auto;
}
footer .footer-logo img{
    max-height: 180px;
}
footer{
   padding: 0px 0px;
}
footer input{
   color: #FFF;
}
footer input::placeholder{
   color: #011F4B;
}
.footer-logo p{
   font-size: 13px;
}
.footer-social ul li a{
   font-size: 25px;
}
.footer-social ul li{
   margin-right: 10px;
}
.footer-social ul li:last-child{
   margin-right: 0px;
}
.footer-social ul li a:hover{
   color: #404041;
   opacity: 1;
}
footer .extra-large-icon li{
   margin: 0px !important;
}
footer p a{
  color: #bbb8b8;
}

/* Slider */
#slider{
    background-color: #dedede;
}

/*Page*/
section#home-content{
   padding: 0px;
}
section#page-title{
   padding: 37px 0px 37px 0px;
   margin-top: 190px;
}
@media (max-width: 1223px){
  section#page-title{
  margin-top: 190px;
}
}
@media (max-width: 991px){
  section#page-title{
  margin-top: 120px;
}
}
#page-title a:hover{
   color: #FFF;
}
section#lastpost{
   padding: 60px 0px 70px 0px;
}
section#page-title h1{
   margin-bottom: 0px !important;
   font-size: 2.7em;
   line-height: 3rem;
   color: #FFFFFF;
   font-weight: bold !important;
}
section#page-content{
   padding: 60px 0px 20px 0px;
}
section#otherposts{
   padding: 20px 0px 20px 0px;
}

section#page-content ul li{
   list-style-position: inside;
   list-style: disc;
}
@media (max-width: 991px){

}

/*Bakery*/
.vc_toggle{
   border: 1px solid #dedede;
   padding: 2px 10px !important;
}
.vc_toggle_title h4{
   font-size: 1.3em;
   color: #404041;
}

/*Gravity*/
.gform_fileupload_rules{
   margin-top: 0px !important;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules{
   padding-top: 0px !important;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl{
   padding-right: 15px;
   padding-left: 15px;
}

/*Blog*/
.blog-conteudo{
  margin-bottom: 60px;
}
.titulo-blog{
  margin-bottom: 30px;
}
.titulo-blog h3{
  margin-bottom: 10px;
  text-align: center;
  color: #1B86C7;
}
.titulo-blog p{
  width: 100%;
  text-align: center;
}
.titulo-blog span{
  text-align: center;
}
.post-details p{
  line-height: 23px;
}
#tags{
  margin-top: 15px;
}
.tag-post{
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 13px;
}
.tag-post:last-child{
  margin-right: 0px;
}
a.tag-post:hover{
  text-decoration: none;
  background-color: #1B86C7 !important;
}

.eapps-testimonials-slider-page-item-small-balloon .eapps-testimonials-slider-page-item-text:before{
   background-color: #f7f7f7 !important;
   opacity: 1 !important;
}
.eapps-testimonials-slider-page-item-text-read-more{
  font-weight: bold;
  color: #011F4B !important;
}
.footer-text a{
   color: #FFF;
}
.footer-text a:hover{
   text-decoration: underline;
}
.footer-bottom ul li{
 font-size: 14px;
 line-height: 18px;
}
.line-23{
   line-height: 23px;
}

#page-content .text-white a{
  color: #FFF;
}
#page-content .text-white a:hover{
  text-decoration: underline;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle{
  background-color: #FFF;
}

.footer-call{
  font-size: 30px;
  line-height: 40px;
}
.footer-dark, .footer-dark a{
  color: #ccc;
}
footer ul li{
  margin-bottom: 12px;
}
.scroll-top-arrow{
  display: none !important;
}
.blog-post .text-large{
  font-size: 16px;
  line-height: 22px;
}
.post-details .text-extra-large{
  line-height: 23px;
}

.btn-gradient-fast-blue-purple{
  background: linear-gradient(to right, #011F4B, #03396C, #011F4B);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.bg-gradient-gray{
background: rgb(135,108,217);
background: linear-gradient(145deg, rgba(135,108,217,1) 0%, rgba(161,130,255,1) 68%, rgba(161,130,255,1) 100%);
}

#page-title h1{

  color: #FFF !important;
}
.wpb_gmaps_widget .wpb_wrapper{
  padding: 0px !important;
}
.wpb_gallery .wpb_flexslider .flex-control-nav{
  margin-top: 30px !important;
}

.navbar.navbar-light .header-search-icon > a, .navbar.navbar-light .header-social-icon > a, .navbar.navbar-light .header-cart-icon > a, .navbar.navbar-light .header-language > a, .top-bar.navbar-dark, .top-bar.navbar-dark .header-search-icon > a, .top-bar.navbar-dark .header-social-icon > a, .top-bar.navbar-dark .header-cart-icon > a, .top-bar.navbar-dark .header-language > a, .top-bar.navbar-dark .header-language.dropdown-style-01 .btn{
  color: #0F2369;
}
.footer-p{
  font-size: 14px;
  line-height: 20px;
}
.text-gradient-sky-blue-dark-pink{
  background: linear-gradient(to right, #03c8ba, #00a89d, #0F2369, #0F2369, #018279);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-social-icon p{
  margin-bottom: 0px !important;
  font-weight: bold;
  color: #1B86C7 !important;
  font-size: 16px;
}
.header-social-icon a:hover p{
  color: #0F2369 !important;
}
.bg-light-gray{
  background-color: #f8f8f8;
}
@media (max-width:702px){
.btn.btn-fancy.btn-large {
font-size: 10px;
letter-spacing: 1px;
padding: 8px 19px;
}
}
.nospace p{
  margin-bottom: 0px !important;
}
#page-content .text-white h1, #page-content .text-white h2, #page-content .text-white h3, #page-content .text-white h4, #page-content .text-white h5, #page-content .text-white h6, #page-content .text-white p, #page-content .text-white span{
  color: #FFF !important;
}
#eventos-anteriores ul {
column-count: 5;
}
#eventos-anteriores ul li{
  margin-bottom: 5px;
}
#eventos-anteriores ul li a{
  color: #FFF;
}
.bg-rodape{
  background: #1B86C7 url('bg-rodape.png') no-repeat center left;
}
@media (max-width:991px){
  #eventos-anteriores ul{
    column-count: 3;
  }
}
@media (max-width:841px){
  #eventos-anteriores ul{
    column-count: 2;
  }
}
@media (max-width:702px){
  .bg-rodape{
    background: #1B86C7;
  }
  #eventos-anteriores ul{
    column-count: 2;
  }
}
section.home-architecture{
  padding: 187px 0px 0px 0px;
}
section.home-about{
  padding: 80px 0px 30px 0px;
}
section.home-about-extra{
  padding: 80px 0px 80px 0px;
}
.bg-gradient-sbseg{
  background: rgb(1,134,125);
  background: linear-gradient(90deg, rgba(1,134,125,1) 0%, rgba(0,148,138,1) 35%, rgba(0,164,153,1) 100%);
}
ul.lilogos{
  list-style-position: inside;
  list-style-type: none !important;
}
ul.lilogos li{
 display: inline !important;
}
ul.lilogos li img{
  max-width: 200px;
}
ul.lilogos.logospatrocinadores li img{
  max-width: 250px;
}

/* New */
.alt-font {
  font-family: Poppins, sans-serif;
}
.primary-font {
  font-family: Poppins, sans-serif !important;
}
html {
  font-size: 16px;
}
body {
font-size: 16px;
line-height: 25px;
letter-spacing: .3px;
}
#home-content{
   font-size: 17px;
line-height: 29px; 
}
.top-logo .navbar-brand {
padding: 15px 0;
}
.border-color-extra-medium-gray {
border-color: rgba(27, 134, 199, 0.17) !important;
}
.header-light .header-icon .icon > a {
color: #0F2369;
}
.bg-dark-blue{
  background-color: #0F2369;
}
.bg-ultra-dark-blue{
  background-color: #0D1F5C;
}
.footer-social-icon a{
  margin-right: 15px;
}
.footer-social-icon a:last-child{
  margin-right: 0px;
}
footer h3{
  font-size: 2.4rem;
}
@media (max-width:661px){
  footer h3{
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
footer h4{
  font-size: 1.5rem;
  line-height: 2rem;
}
#eventos-anteriores ul {
column-count: 1;
}
}
#eventos-anteriores{
  padding: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#footer-bottom{
  background-color: #1B86C7;
  padding: 15px 5px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
@media (max-width:991px){
  #footer-bottom{
    background-color: #0F2369;
    padding: 10px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
  }
}
.categories-box img{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


.top-logo .navbar-nav .nav-link {
padding-top: 21px !important;
padding-bottom: 21px !important;
}
.navbar .navbar-nav .nav-link {
font-size: 17px;
}
@media (max-width: 991px){
    section.home-architecture {
padding: 120px 0px 0px 0px;
}
#slider h1{
    font-size: 3.2rem;
    line-height: 4rem;
}
section#slider{
    padding-top: 0px;
}
}
@media (max-width: 761px){
    #slider h1{
    font-size: 2.8rem;
    line-height: 3.7rem;
}
}
@media (max-width: 500px){
    #slider h1{
    font-size: 2.2rem;
    line-height: 3rem;
}
}
@media (max-width: 350px){
    #slider h1{
    font-size: 2rem;
    line-height: 3rem;
}
}
.text-shadow-strong {
    text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}

.text-shadow-medium {
    text-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

.text-shadow-light {
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}



.search-button:hover {
    background-color: #0052a3 !important;
    opacity: 0.95;
}

.search-button span {
    color: white !important;
}

.search-button i {
    color: white !important;
}

.text-base-color, .btn-link.text-base-color {
color: #1B86C7 !important;
}
.bg-dark-blue2{
    background-color:#0D1F5C !important;
}
.bg-blue3{
    background-color:#1B86C7 !important;
}

i.icon {
display: inline-block;
height: 16px;
line-height: 16px;
margin-left: 5px;
vertical-align: text-top;
width: 16px;
}

.search-form-wrapper .search-form .search-button{
    font-size:18px !important;
}

@media (max-width: 1223px){
    section#page-title {
    margin-top: 187px !important;
    }
}

@media (max-width: 991px){
        section#page-title {
    margin-top: 117px !important;
    }
    section#page-title h1 {
    margin-bottom: 0px !important;
    font-size: 2.6em;
    line-height: 3rem;
    color: #FFFFFF;
    }
}
#page-title h3{
    font-size:2rem !important;
    margin-bottom:0px;
}
#search-form .search-button{
    background-color:#0D1F5C;
    border-radius: 9999px;
padding: 8px 11px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a{
    padding-bottom: 0px;
}
