* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, html { margin: 0; padding: 0; outline:none; list-style: none; }

html {  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }



body { 
    font-size: 15px;
    color: #7a7a7a;
    line-height: 21px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    font-family: 'Be Vietnam Pro', sans-serif;
}



ul, ol, h1, h2, h3, h4, h5, h6 { margin:0;padding:0; }
iframe {border:none;outline: none;margin-bottom:10px;}

button,input,select,textarea { font-family: inherit; font-size: inherit;line-height: inherit;   resize: none;}

a { background-color: transparent; color:#000000;text-decoration: none; }
a:hover, a:focus, a:active { outline:0;text-decoration: none;cursor: pointer; }


figure {  margin: 0; }
img { border: 0;border:none;vertical-align: middle; max-width:100%; }

h1, h2, h3, h4, h5, h6 {line-height: 1.1;color: #141414;font-family: 'Marcellus', serif; }


h1{ font-size: 5rem; }

h2{ font-size: 2.5rem; }

h3 { font-size: 1.625rem; }

h4{ font-size: 1.3125rem; }

h5{ font-size: 1.125rem; }

h6 { font-size: 1rem; }


small { font-size: 85%; }

b, strong { font-weight: bold; }

svg:not(:root) { overflow: hidden; }

p { color: #7a7a7a; }


button { overflow: visible; }

button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; cursor: pointer; }


button::-moz-focus-inner, input::-moz-focus-inner { padding: 0;border: 0;  }

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}


label { display: inline-block;max-width: 100%; }

input[type=file] { display: block;  }

select[multiple], select[size] { height: auto; }

textarea { overflow: auto;  }
optgroup { font-weight: 700; }
table { border-spacing: 0;border-collapse: collapse; }
td, th { padding: 0; }




.container { padding-right: 15px;padding-left: 15px; margin-right: auto;margin-left: auto; }

@media (min-width:768px) {
    .container { width: 750px; }
}

@media (min-width:992px) {
    .container { width: 970px; }
}

@media (min-width:1200px) {
    .container { width:1270px; }
}


.row { margin-right: -15px; margin-left: -15px; }

[class*=col-] { position: relative; min-height: 1px; padding-right: 15px;padding-left: 15px; }

[class*=col-xs-] { float: left;  }

.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }


@media (min-width:768px) {

    [class*=col-sm-] { float: left;  }

    .col-sm-12 { width: 100%; }
    .col-sm-11 {  width: 91.66666667%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-9 { width: 75%; }
    .col-sm-8 { width: 66.66666667%; }
    .col-sm-7 { width: 58.33333333%; }
    .col-sm-6 { width: 50%; }
    .col-sm-5 { width: 41.66666667%; }
    .col-sm-4 { width: 33.33333333%; }
    .col-sm-3 { width: 25%; }
    .col-sm-2 { width: 16.66666667%; }
    .col-sm-1 { width: 8.33333333%; }
   
  

}

@media (min-width:992px) {

    [class*=col-md-] { float: left;  }

    .col-md-12 { width: 100%; }
    .col-md-11 {  width: 91.66666667%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-9 { width: 75%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-6 { width: 50%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-3 { width: 25%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-1 { width: 8.33333333%; }
   
  

}

@media (min-width:1200px) {

    [class*=col-lg-] { float: left;  }

    .col-lg-12 { width: 100%; }
    .col-lg-11 {  width: 91.66666667%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-9 { width: 75%; }
    .col-lg-8 { width: 66.66666667%; }
    .col-lg-7 { width: 58.33333333%; }
    .col-lg-6 { width: 50%; }
    .col-lg-5 { width: 41.66666667%; }
    .col-lg-4 { width: 33.33333333%; }
    .col-lg-3 { width: 25%; }
    .col-lg-2 { width: 16.66666667%; }
    .col-lg-1 { width: 8.33333333%; }
   
  

}


.form-group { margin-bottom: 15px; }

.form-group > label{ font-weight: 500;font-size: 15px;line-height:15px;color: #242f48;display: block;margin: 0 10px 10px;position: relative;transition: 0.5s;    }


.form-control {
    display: block;
    width: 100%;
    height: 3.44rem;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
    color: #515151;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #A1A3A8;
    border-radius: 5px;
    -webkit-transition: all .3s; transition: all .3s;
}


.form-control:focus{ border-color:#242F48;}

.form-control::-moz-placeholder { color: #707070; opacity: 1 }
.form-control:-ms-input-placeholder { color: #707070 }
.form-control::-webkit-input-placeholder { color: #707070;  }
.form-control[disabled], .form-control[readonly] { background-color: #eee;opacity: 1;  }
.form-control[disabled]{ cursor: not-allowed }

textarea.form-control { height: auto;  }



[class*=btn-] {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none;
    color: #fff;
    transition: all 0.2s ease-in-out;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 14px;
    border-radius: 4px;
    text-align: center;
}



.btn-default, .input-outline { background: #FFFFFF;color: #1a191a; }
.btn-primary { background: #C59F44; }
.btn-secondary { background: #019CA9;color: #FFFFFF; }

.btn-success {  background: #4cb123; }
.btn-info {  background: #3af; }
.btn-warning {   background: #f08923; }
.btn-danger {  background: #f71735; }

.btn-dark { background: #2c2c2c;color:#FFF; }

.btn-link { background: none;font-weight: 700;color: #2c2c2c;padding:0px 0px 5px 0px; border-bottom: 2px solid #2c2c2c;border-radius: 0px; }
.btn-link:hover; { border-bottom-color: #f08923;color:#f08923; }

.btn-outline { color: #272B37;background: transparent;border:1px solid  #272B37; }
.btn-outline:hover { color: #FFFF;background: #272B37; }

.btn-sm, .input-sm { padding: 10px 15px; font-size: 12px; }
.btn-xs, .input-xs { padding: 3px 6px; font-size: 11px;}

.btn-block { display: block;width: 100%; }

.btn-block+.btn-block { margin-top: 5px; }





.breadcrumb { display: block;background:none;color: #232323;font-size: 13px;padding:20px 0; }
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before {  
   content: "\f054";
   font-family: Font Awesome\ 5 Pro;
   padding: 0px 5px;display: inline-block;font-size: 10px;font-weight: bold;
   position: relative;top: -1px;
} 

.breadcrumb > li > a { color: #232323; }
.breadcrumb > li > a .fa { margin-right: 5px; }


.pagination { display: block; margin:25px 0px;text-align: center }

.pagination>li { display: inline-block; }
.pagination>li>a { 
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}



.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: calc(100% - 145px);
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  background-color: #03162d;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}


.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: rgba(255,255,255,.8);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #C59F44;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

[class*=label-] { display: inline;padding: 5px; font-size: 75%; margin-bottom:0px;font-weight: 500; color: #FFFFFF; border-radius: .25em;text-align:center; }

.label-primary { background: #2943f8;color:#FFFFFF; }

.label-success { background: #a0f3c5;color:#0d964e; }

.label-info { background: #5BC0DE; }

.label-warning { background: #ffecb4;color:#d09c08; }

.label-danger { background: #ffb7ab;color:#b51d06; }

.label-purple { background: #722BB3; }




[class*=alert-] { display:block; padding: 15px 30px;border-radius:4px;text-align: center;font-weight: normal; }
.alert-success {  background: #72C868; color: rgb(255,255,255); }
.alert-info { background: #d9edf7;color: rgb(49, 112, 143);  }
.alert-warning { background: #fcf8e3;color: rgb(138, 109, 59); }
.alert-danger {  background: #FCE3E3;color: rgb(169, 68, 66); }



.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container:after,
.row:after {
    clear: both
}


.hide { display: none!important; }

@-ms-viewport {
    width: device-width
}



@media (max-width:767px) {
    .hidden-xs {  display: none!important; }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm { display: none!important; }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md { display: none!important; }
}

@media (min-width:1200px) {
    .hidden-lg {  display: none!important; }
}