/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/

@font-face {

  font-family: 'Gotham Book';

  font-style: normal;

  font-weight: normal;

  src: local('Gotham Book'), url('../font/GOTHAMBOOK.woff') format('woff');

  } 



  @font-face {

    font-family: 'Gotham Bold';

    font-style: normal;

    font-weight: normal;

    src: local('Gotham Bold'), url('../font/Gotham_Bold.woff') format('woff');

    }

  

    @font-face {

      font-family: 'Glypha LT';

      font-style: normal;

      font-weight: normal;

      src: local('Glypha LT'), url('../font/Glypha_LT_Std.woff') format('woff');

      }



body {

  background: #fff;

  color: #252525;

  font-family: "Gotham Book", sans-serif;

}



a {

  color: #ef304c;

  transition: 0.5s;

}



a:hover,

a:active,

a:focus {

  color: #ef304c;

  outline: none;

  text-decoration: none;

}



p {

  padding: 0;

  margin: 0 0 30px 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Gotham Book", sans-serif;

  font-weight: 400;

  margin: 0 0 20px 0;

  padding: 0;

}



/* Back to top button */



.back-to-top {

  position: fixed;

  display: none;

  background: #577c93;

  color: #fff;

  width: 44px;

  height: 44px;

  text-align: center;

  line-height: 1;

  font-size: 16px;

  border-radius: 50%;

  right: 15px;

  bottom: 15px;

  transition: background 0.5s;

  z-index: 11;

}

.back-to-top:hover {

 

  background: #ef304c;



}



.back-to-top i {

  padding-top: 12px;

  color: #fff;

}



/* Prelaoder */



#preloader {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 9999;

  overflow: hidden;

  background: #fff;

}



#preloader:before {

  content: "";

  position: fixed;

  top: calc(50% - 30px);

  left: calc(50% - 30px);

  border: 6px solid #f2f2f2;

  border-top: 6px solid #577c93;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  -webkit-animation: animate-preloader 1s linear infinite;

  animation: animate-preloader 1s linear infinite;

}



@-webkit-keyframes animate-preloader {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }



  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



@keyframes animate-preloader {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }



  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/



#header {

  padding: 20px 0;

  height: 92px;

  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  transition: all 0.5s;

  z-index: 997;

}



#header.header-scrolled {

  background: rgba(0, 0, 0, 0.9);

 /* padding: 0px 0;*/

  height: 86px;

  transition: all 0.5s;

}



#header #logo {

  float: left;

}



#header #logo h1 {

  font-size: 34px;

  margin: 0;

  padding: 0;

  line-height: 1;

  font-family: "Gotham Book", sans-serif;

  font-weight: 700;

  letter-spacing: 3px;

}



#header #logo h1 a,

#header #logo h1 a:hover {

  color: #fff;

  padding-left: 10px;

  border-left: 4px solid #ef304c;

}



#header #logo img {

  padding: 0;

  margin: 0;

}



/*--------------------------------------------------------------

# Intro Section

--------------------------------------------------------------*/



#intro {

  display: table;

  width: 100%;

  height: 35vh;

  background: #20292f;

}



#intro .carousel-item {

  width: 100%;

  height: 35vh;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

 

#intro .carousel-item::before {

  content: '';

  background-color: rgba(32,41,47, 0.7);

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

}



#intro .carousel-container {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  position: absolute;

  bottom: 0;

  top: 0;

  left: 0;

  right: 0;

}



#intro .carousel-background img {

  max-width: 100%;

}



#intro .carousel-content {

  padding-top: 80px;

  text-align: center;

}



#intro h2 {

     font-family: "Gotham Bold", sans-serif; 

  color: #fff;

  margin-bottom: 20px;

  font-size: 48px;

  font-weight: 700;

}



#intro .carousel-fade {

  overflow: hidden;

}



#intro .carousel-fade .carousel-inner .carousel-item {

  transition-property: opacity;

}





#intro .carousel-indicators li {

  cursor: pointer;

}



.btn-get-started {

  font-family: "Gotham Book", sans-serif;

  font-weight: 600;

  font-size: 18px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 8px 32px;

  border-radius: 50px;

  transition: 0.5s;

  margin: 10px;

  color: #fff;

  background: #577c93;

}



.btn-get-started:hover {

  background: #ef304c;

  color: #fff;

}



/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/

.fa-remove:before, .fa-close:before, .fa-times:before { float: right;}

.btn-language {

  font-family: 'Cairo', sans-serif;

  font-weight: bold;

  font-size: 14px;

  display: inline-block;

  padding: 12px 12px;

  padding-bottom: 16px;

  line-height: 0;

  border: 2px solid #fff;

  margin-top: 10px;

  margin-bottom: 10px;

  color: #fff;

  background: transparent;

  float: right;





}

.btn-language:hover {

  border: 2px solid #fff;
  color: #606060;

  background: #fff;

}



 .navbar-brand { 

  display:block;

  margin-top:10px;

  padding:0px;

  border: none;

  background: url(../img/white_logo.svg) no-repeat bottom;

  height: 50px;   

  }  

  

@media (max-width: 768px) {

  .navbar-brand { 

    margin-top: 20px;

    height: 30px;    

    }  



    .btn-language {

      font-size: 12px;

      padding: 10px 8px;

      padding-bottom: 16px;

    }

    #intro .btn-get-started {



      font-size: 14px;

      letter-spacing: 1px;

      display: inline-block;

      padding: 5px 22px;

    }

    



  }

/* Nav Menu Essentials */



.nav-menu,

.nav-menu * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.nav-menu ul {

  position: absolute;

  display: none;

  top: 100%;

  left: 0;

  z-index: 99;

}



.nav-menu li {

  position: relative;

  white-space: nowrap;

}



.nav-menu > li {

  float: left;

}



.nav-menu li:hover > ul,

.nav-menu li.sfHover > ul {

  display: block;

}



.nav-menu ul ul {

  top: 0;

  left: 100%;

}



.nav-menu ul li {

  min-width: 180px;

}



/* Nav Menu Arrows */



.sf-arrows .sf-with-ul {

  padding-right: 30px;

}



.sf-arrows .sf-with-ul:after {

  content: "\f107";

  position: absolute;

  right: 15px;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

}



.sf-arrows ul .sf-with-ul:after {

  content: "\f105";

}



/* Nav Meu Container */



#nav-menu-container {

  float: right;

  margin: 0;

}



/* Nav Meu Styling */



.nav-menu a {

  padding: 0 8px 10px 8px;

  text-decoration: none;

  display: inline-block;

  color: #fff;

  font-family: "Gotham Book", sans-serif;

  font-weight: 700;

  font-size: 13px;

  text-transform: uppercase;

  outline: none;

}



.nav-menu li:hover > a,

.nav-menu > .menu-active > a {

  color: #ef304c;

}



.nav-menu > li {

  margin-left: 10px;

}



.nav-menu ul {

  margin: 4px 0 0 0;

  padding: 10px;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  background: #fff;

}



/* Mobile Nav Toggle */



#mobile-nav-toggle {

  position: fixed;

 left: 0;

  top: 0;

  z-index: 999;

  margin: 20px 20px 0 0;

  border: 0;

  background: none;

  font-size: 30px;

  font-weight: 500;

  display: none;

  transition: all 0.4s;

  outline: none;

  cursor: pointer;    float: left;

}



#mobile-nav-toggle i {

  color: #fff;font-size: 30px;

 /* padding-top: 20px;*/

}

#mobile-nav-toggle .fa-times {  

  margin-top: -20px;

  padding-left: 250px;

  }

/* Mobile Nav Styling */



#mobile-nav {

  position: fixed;

  top: 0;

  padding-top: 18px;

  bottom: 0;

  z-index: 1000;

  background: rgba(0, 0, 0, 0.8);

  left: -260px;

  width: 260px;

  overflow-y: auto;

  transition: 0.4s;

}



#mobile-nav ul {

  padding: 0;

  margin: 0;

  list-style: none;

}



#mobile-nav ul li {

  position: relative;

}



#mobile-nav ul li a {

  color: #fff;

  font-size: 13px;

  text-transform: uppercase;

  overflow: hidden;

  padding: 10px 22px 10px 15px;

  position: relative;

  text-decoration: none;

  width: 100%;

  display: block;

  outline: none;

  font-weight: 700;

  font-family: "Gotham Book", sans-serif;

}



#mobile-nav ul li a:hover {

  color: #ef304c;

}



#mobile-nav ul li li {

  padding-left: 30px;

}



#mobile-nav ul li.menu-active a {

  color: #ef304c;

}



 .menu-children  {

  position: absolute;
  right: 0;
  z-index: 99;
  cursor: pointer;
  padding-left: 15px;
  color: #fff;

}


 .menu-children  .fa-chevron-up {

  color: #ef304c;

}



  .menu-children   a {
    padding: 5px 10px !important;
  text-transform: none !important;

}




#mobile-nav ul .menu-item-active {

  color: #ef304c;

}



#mobile-body-overly {

  width: 100%;

  height: 100%;

  z-index: 997;

  top: 0;

  left: 0;

  position: fixed;

  background: rgba(0, 0, 0, 0.7);

  display: none;

}



/* Mobile Nav body classes */



body.mobile-nav-active {

  overflow: hidden;

}



body.mobile-nav-active #mobile-nav {

  left: 0;

}



body.mobile-nav-active #mobile-nav-toggle {

  color: #fff;

}

/*--==========================

SEARCH RESULTS

============================-*/

.result-title {

    font-weight: 400;

    color: #36454f;

    margin-bottom: 20px;

  font-size: 25px;

}

.result-title span {

  color: #ef304c;

}



.entry-title{margin-bottom: 5px}

.result-list {

  border-top: 1px solid #bcc5ce;

  padding-top: 15px;

  padding-bottom: 10px;

}

.result-list a {

  font-size: 25px;

  color: #577c93;

  padding:0;

}

.result-list a:hover {

  text-decoration: underline;

}

.entry-summary{

  /*font-family: 'Glypha LT',sans-serif;*/

  font-size:16px;

  color:#606060;

  

}

.entry-summary p { margin-bottom: 20px}

/*--==========================

list Section

============================-*/

#laws{  

  margin-bottom: 20px;

  counter-reset:step-counter;

}

#laws li {

  margin-top: 10px;

  list-style-type: none;

}





#laws .icon {

  float: left;

  

}



#laws .icon i {

  float: left;

  color: #ef304c;

  font-size: 36px;

  line-height: 1;

  transition: 0.5s;

}

#laws li {
margin:0px;
padding-top: 0px;
   counter-increment: step-counter;

}



#laws li::before {

   content: counter(step-counter,decimal-leading-zero);

   display: inline-flex ;

   margin-right: 10px;

   font-size:18px;

   color: #ef304c;

   font-weight: bold;

   padding-top:3px;

   border-radius: 3px;

}


.laws_title {

  color:#252525;

text-decoration: inherit;

font-weight: reqular;



}

.popup_link .laws_title a {

  font-size: 15px; 
  font-weight:600;
  color:#252525;

}

.popup_link:hover .laws_title a{

  color:#ef304c;

  

  }



  .popup_link{

    padding: 10px;

      background:#fff;

  }

  .popup_link:hover{

    background:#f5f5f5;

  }



/*--==========================

botton Section

============================-*/

.btn {

  font-family: 'Glypha LT',sans-serif;

  font-size: 15px;

  font-weight: 400;

  letter-spacing: 1px; 

  display: inline-block;

  padding: 8px 14px;

  border-radius: 4px;

  transition: 0.5s;

  margin: 15px;

  color: #fff;

  background: #577c93;

}



.btn:hover {

  color: #fff;

  background: #ef304c;

}



.btn-primary{

  font-family: 'Glypha LT',sans-serif;

  border-radius:25px;font-weight: 400;

   font-size:16px;

   padding:9px 15px;

  margin:10px;

  border: 2px solid #577c93;

  }

  .btn-primary:hover{



    border: 2px solid #ef304c;

    }

  

  .btn-secondary{ 

    font-family: 'Glypha LT',sans-serif;

    border-radius:25px;font-weight: 400; font-size:16px;

  }



  #radioBtn .active {



    color: #fff;

    background-color: #577c93 ;

      margin:10px;

      margin-left:0px;

      border: 2px solid #577c93 !important;

      border-radius: 25px;

      padding-right:15px;padding-left:15px;

}



   

#radioBtn .active::before {

content: "\f192";

  font-family: FontAwesome;

}

   #radioBtn .Active {



    color: #fff;

    background-color: #577c93 ;

      margin:10px;

      margin-left:0px;

      border: 2px solid #577c93 !important;

      border-radius: 25px;

      padding-right:15px;padding-left:15px;

}

  

#radioBtn .Active::before {

  content: "\f192";

  font-family: FontAwesome;

}



  #radioBtn .notActive {

 

    color: #727b84; 

      background-color: #b8bdc1;

   margin:10px;

      margin-left:0px;

      border: 2px solid #b8bdc1 !important;

      border-radius: 25px;

      padding-right:15px;padding-left:15px;

  }



#radioBtn .notActive::before {

  content: "\f10c ";

  font-family: FontAwesome;

}



.form-group label{ 

  font-weight: 700;

  color:#577c93;

}

/*--==========================

page Section

============================-*/



.breadcrumbs-row {

  background-color: #f5f5f5;
  padding: 18px 30px;

  text-align: center;

}

.breadcrumbs {

  list-style: none;

  margin: 0;

  padding: 0;

}

.breadcrumbs li {

  font-family: 'Glypha LT',sans-serif;

  font-size: 15px;

  font-weight: 400;

  display: inline-block;

  color: #36454f;

  padding-left: 3px;

  padding-right: 3px;

  padding-bottom: 0px;

}

.breadcrumbs li a {



  color: #36454f;

}

.breadcrumbs li a:hover {

  color:#ef304c;

  text-decoration: underline;

}

.breadcrumbs li a.bread-home {

  color: #ef304c;

  width: 16px;

  height: 16px;

  background: url(../img/icon-home.svg) 0 2px/15px auto no-repeat;

  display: inline-block;

}



.title_red {

  color: #ef304c;
font-family: 'Gotham Bold';
  

  font-size: 20px;

  margin:0;
  text-align: center;
margin-bottom: 10px;

}



.sub_title {

  color: #577c93;

  font-weight: 700;

  font-size: 20px;

  margin:0;
text-align: center;
margin-bottom: 10px;
}

.paragraph_blue{

  text-align: justify;

  font-size: 16px;

  font-weight: bold;

  color: #577c93;

  line-height: 24px;

  

}

.blue_bolt{ color:#577c93; font-weight: bold; }

br.big {  content: "";
  margin: 3em;
  display: block;
  font-size: 24%;
}

.paragraph {

  text-align: justify;

  font-size: 16px;

  line-height: 24px;

  

}

.paragraph_comment {

  text-align: center;
  font-weight: bold;
   font-style: italic;
  font-size: 16px;
}


.box_paragraph{

  border: 5px solid  #ccd7de; 

  background-color: #fff; 

  padding: 16px;

  color:#577c93; 

  font-weight: 700;

}

.gray{background-color: #ddd;}
.bold{font-weight: bold;}
.left{text-align: left;}
.right{text-align:right;}
.italic{font-style: italic;}

.p-right{
margin-top: -20px;
padding-left: 20px;
line-height: 1.8em;
list-style: none;text-align: justify;
}






.myList {

  counter-reset: section;

  list-style: none;text-align: justify;  

}



ol li{   padding-bottom:20px;}

.myList li::before { counter-increment: section;

  content: counter(section) ". "; 

  color:#252525;

  font-weight: 700;

  display: inline-block; width: 1em; margin-left: -1.5em;

    margin-right: 0.5em; text-align: justify;

}



.alpha {

  counter-reset: lower_alpha;

  list-style: none;text-align: justify; 

}

.alpha li::before { counter-increment: lower_alpha;

  content:counter(lower_alpha, lower-alpha) ". ";

  color:#577c93 ;

  font-weight: 700;

  display: inline-block; width: 1em; margin-left: -1.5em;

    margin-right: 0.5em; text-align: justify;

}

.alpha  .myList {

  counter-reset: section;

  list-style: none;text-align: justify;  

}



ol li{   padding-bottom:20px;}

.alpha  .myList li::before { counter-increment: section;

  content: counter(section) ". "; 

  color:#252525 !important;

  font-weight: 700;

  display: inline-block; width: 1em; margin-left: -1.5em;

    margin-right: 0.5em; text-align: justify;

}




.mb10{ margin-bottom: 10px}

.mb20{ margin-bottom: 20px}

.mb30{ margin-bottom:30px}

/* Sections Header

--------------------------------*/

.popup{

  padding: 20px;

    background:#fff;

}

.popup:hover{

  background:#f5f5f5;

}



.popup2{

  padding: 20px;

    background:#577c93;

    box-shadow: inset 0 0 0 0 #577c93;

    -webkit-transition: all ease 0.6s;

    -moz-transition: all ease 0.6s;

    transition: all ease 0.6s;

}

.popup2:hover{

  box-shadow: inset 400px 0 0 0 #ef304c;

    color: #fff;

}





.section-header{padding: 30px 0px;}



.section-header h3 {

  font-size: 32px;

  color: #36454f;

  text-transform: uppercase;

  text-align: center;

  font-weight: 700;

  position: relative;

  padding-bottom: 15px;

}



.section-header h3::before {

  content: '';

  position: absolute;

  display: block;

  width: 120px;

  height: 1px;

  background: #ddd;

  bottom: 1px;

  left: calc(50% - 60px);

}



.section-header h3::after {

  content: '';

  position: absolute;

  display: block;

  width: 40px;

  height: 3px;

  background: #ef304c;

  bottom: 0;

  left: calc(50% - 20px);

}



.section-header p {

  text-align: center;

  padding-bottom: 30px;

  color: #333;

}



/* Services Section

--------------------------------*/



#services {

  background: #fff;

  background-size: cover;

  padding: 20px 0 40px 0;

}



#services .box {

  margin-bottom: 30px;

}



#services .icon {

  float: left;

}



#services .icon i {

  color: #ef304c;

  font-size: 36px;

  line-height: 1;

  transition: 0.5s;

}



#services .title {

  margin-left: 60px;

  font-weight: 700;

  margin-bottom: 15px;

  font-size: 18px;

}



#services .title a {

  color: #577c93;

}



#services .box:hover .title a {

  color: #ef304c;

}



#services .description {

  

  font-size: 14px;

  margin-left: 60px;

  line-height: 24px;

  margin-bottom: 0;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

.contacts-row {

  background: #dde2e6;

  padding-top: 40px;

  padding-bottom: 10px;

  font-size: 18px;

  font-family: 'Gotham Bold',sans-serif;

}

.contacts-row a{

  display: block;

  color: #577c93;

}



.contacts-row a span {

  font-size: 16px;

  font-weight: 400;

  font-family:'Gotham Bold',sans-serif;

  padding-left: 13px;

}



.animate-inside div{  padding-bottom: 20px;}

.copyright-text{



  font-family: 'Glypha LT',sans-serif;

  font-size: 14px;

  font-weight: 400;

  letter-spacing: 1px; 

  margin: 0px 0px 20px;

  

}

.footer-sub-navigation li {

  margin-bottom: 10px;

  padding-bottom: 0px;

} 



 ul{ 

  list-style: none;

  margin: 0;

  padding: 0;

}





.business-friendly-logo {

  margin: 0 auto 30px;

}



#footer {

  background: #36454f;

  color: #eee;

  font-size: 14px;

}



#footer .footer-top {

  background: #36454f;

  padding: 60px 0 0px 0;

}



 .footer-text a:link  {

  color: #bcc5ce;

  font-family: 'Glypha LT',sans-serif;

  font-size: 15px;

}



.footer-text a:visited {

  color: #bcc5ce;

  font-family: 'Glypha LT',sans-serif;

  font-size: 15px;

}



.footer-text a:hover {

  text-decoration: underline;

}



#footer .footer-top .footer-info {

  margin-bottom: 30px;

}

.social-links li {

  margin-bottom: 12px;

  padding-bottom: 0px;

}

.social-links i {

  color: #fff;

  display: inline-block;

  width: 20px;

  font-size: 18px;

}



@media (min-width: 768px) {

  .copyright-text{

    width: 70%;

    

  }

}

/*--------------------------------------------------------------

# Responsive Media Queries

--------------------------------------------------------------*/



@media (min-width: 1024px) {

  #header #logo {

    padding-left: 60px;

  }



  #intro p {

    width: 60%;

  }



  #intro .carousel-control-prev,

  #intro .carousel-control-next {

    width: 5%;

  }



  #nav-menu-container {

    padding-right: 60px;

  }

}



@media (max-width: 768px) {

  .back-to-top {

    bottom: 15px;

  }

  .fa-bars {

    color: #fff;

    font-size:24px !important;

}

  #header #logo h1 {

    font-size: 28px;

  }



  #header #logo img {

    max-height: 40px;

  }



  #intro h2 {

    font-size: 28px;

    margin-bottom: 10px;

  }

  .section-header h3 {

    font-size: 24px;



  }



  #intro {

    display: table;

    width: 100%;

    height:25vh;

    background: #20292f;

  }

  

  #intro .carousel-item {

    width: 100%;

    height:25vh;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

  }



  #nav-menu-container {

    display: none;

  }





}

@media (min-width: 220px) {

  #mobile-nav-toggle {

    display: inline;

    left:10px;

  }

  #nav-menu-container{

    display: none;

  }



}

  #more1,#more2,#more3,#more4,#more5,#more6,#more7,#more8,#more9  {display: none;}
    .btn-style{
      background-color: transparent;
      border:none;
      outline:none;
      color:#577c93;
    }
    *:focus {
    outline: 0 !important;
}
    .btn-style:hover{
      background-color: transparent;
      border:none;
      outline:none;
      color:#ed1a39;
    }
