* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}
: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 { 
    background: linear-gradient(135deg, #edf4fb 0%, #FFF 100%);
  font-family: "Google Sans", sans-serif;

    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #343434;
}



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.3;color: #2d3154;letter-spacing:-.5px; }


h1{
    font-size: 40px;
}

h2{
    font-size: 34px;
}

h3 {
    font-size: 26px;
}

h4{
    font-size: 21px;
}

h5{
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


small { font-size: 85%; }

b, strong { font-weight: bold; }

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

p { color: #646464; }


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 {  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:1170px; }
}


.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: 30px; }

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


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



.form-control:focus {
      border-color: #021D50;
      background: #fff;
      box-shadow: 0 0 0 4px rgba(11, 59, 38, .08);
    }

.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;
    gap:10px;
    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;
    letter-spacing: .02em;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 14px;
    border-radius: 4px;
    text-align: center;
}


[class*=btn-]:hover {   transform: translateY(-2px); }

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

.btn-success {  background: #2ecc71; }
.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; }


.btn-transparent {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
}

.btn-transparent:hover {
        background: rgba(255, 255, 255, 0.22);
        color: #fff;
        text-decoration: none;
      
}




.breadcrumb, .breadcrumb li { display: flex;align-items:center;justify-content:center;gap:15px;color: #646464;font-size: 14px; }
.breadcrumb > li + li:before { content: "\f054"; font-family: Font Awesome\ 5 Pro; font-size:13px; } 
.breadcrumb > li > a { color: #646464; }


.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; }
}