/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. Hero area css

05. Price area css

06. Action area css

07. Service area css

08. Pricing area css

09. Testimonial area css

10. Why Choose area css

11. Subscribe area css

12. Client area css

13. Contact area css

14. Footer area css

-------------------------------------------------------------------------------------- */


/* Fonts 'Gotham Rounded' */
@font-face {
  font-family: 'GothamRounded-Book';
  src: url('../fonts/GothamRounded-book.eot');
  src: url('../fonts/GothamRounded-book.woff2') format('woff2'),
       url('../fonts/GothamRounded-book.woff') format('woff'),
       url('../fonts/GothamRounded-book.ttf') format('truetype'),
       url('../fonts/GothamRounded-book.svg#GothamRounded-book') format('svg'),
       url('../fonts/GothamRounded-book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url('../fonts/GothamRounded-Medium.eot');
  src: url('../fonts/GothamRounded-Medium.woff2') format('woff2'),
       url('../fonts/GothamRounded-Medium.woff') format('woff'),
       url('../fonts/GothamRounded-Medium.ttf') format('truetype'),
       url('../fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg'),
       url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('../fonts/GothamRounded-Bold.eot');
  src: url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
       url('../fonts/GothamRounded-Bold.woff') format('woff'),
       url('../fonts/GothamRounded-Bold.ttf') format('truetype'),
       url('../fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg'),
       url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #6b7582;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 70px;
    font-family: 'GothamRounded-Book', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3c4859;
    font-family: 'GothamRounded-Bold';
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

p {
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding-right: 10px;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #6da0b8;
}

.btn:hover, input[type="submit"]:hover {
    color: #fff;
    background: #336699;
}

.btn.btn-reverse {
    background: #336699;
}

.btn.btn-reverse:hover {
    color: #333;
    background-color: #fff;
}

.btn.btn-white {
    color: #333;
    background-color: #fff;
}

.btn.btn-white:hover {
    color: #fff;
    background: #336699;
}


.btn.btn-lg {
    height: 50px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 7px;
}

.btn.btn-sm {
    padding: 0.5rem 1.6rem;
    font-size: 0.9rem; 
}
.btn.btn-sm .fas, .btn.btn-sm .fab, .btn.btn-sm .far {
      font-size: 0.7rem; 
}
      
.btn[class*="btn-outline-"].btn-sm {
      padding-top: 0.38rem;
      padding-bottom: 0.38rem; }
      
      
.section-big {
    padding: 80px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 800px;
    margin-bottom: 60px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 40px;
    margin-top: 0;
}

.section-title p {
    margin-top: 25px;
}


/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

table.table-sm th,
table.table-sm td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; 
}
table .th-sm {
  min-width: 6rem; 
}
table.table a.btn.btn-default {
  color: #fff; 
}

table th {
  font-size: 1.1rem;
  font-weight: 600; 
  color: #484848;
}

table td {
  font-size: 1.1rem;
  font-weight: 300; 
  color: #484848;
  text-align: left !important;
}

.dataTables_info {
  font-size: 1.1rem;
  font-weight: 300; 
  color: #484848;
}

table.table thead th {
  border-top: none; }

table.table th,
table.table td {
  padding-top: 1.1rem;
  padding-bottom: 1rem; }

table.table a {
  margin: 0;
  color: #202428; }

table.table .label-table {
  margin: 0;
  padding: 0;
  line-height: 0.94rem;
  height: 0.94rem; }

table.table.btn-table td {
  vertical-align: middle; }

table.table-hover tbody tr:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.075); }

img {
    max-width: 100%;
}

.space {
    height: 30px;
}



/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area {
    background: #fff;
}
.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    margin-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    margin-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    min-height: 55px;
}

.navbar-brand {
    display: block;
    color: #85bad7;
    text-transform: uppercase;
    font-family: 'GothamRounded-Bold';
    font-size: 36px;
    padding: 0px 0;
}
.navbar-brand span {
    color: #336699;
}
.navbar-brand:hover {
    color: #85bad7;
}

.navbar-nav  li {
    float: none;
    display: inline-block;
}

.navbar-nav li a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #6c9fb7;
}


/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #85bad7;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

.slider-area {
    background: #85bad7;
    min-height: 400px;
}

.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .item {
    height: 100%;
}

@media (min-width: 992px) {
    .slider-area {
        height: 550px;
    }
}


#bg-area {
    background-image: url("../img/cal_desk.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    padding-top: 100px;
    text-align: center;
}
#bg-area h1 {
	font-size: 40px;
	color: #85bad7;
	text-shadow: 1px 1px 3px #333333;
}

#bg-privacy {
    background-image: url("../img/privacy-bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    padding-top: 100px;
    text-align: center;
}
#bg-privacy h1 {
	font-size: 40px;
	color: #85bad7;
	text-shadow: 1px 1px 3px #333333;
}

#bg-solid {
    background-color: #85bad7;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    padding-top: 100px;
    text-align: center;
}
#bg-solid h1 {
	font-size: 40px;
	color: #fff;
}

#screenshots .container {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 100px;
}

section.bg-grey {
    background-color: #fafbfe;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.screenshot-slider .owl-item img {
    border-radius: 2px;
}
.screenshot-slider .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.screenshot-slider .owl-dots .owl-dot span {
    border-color: #85bad7;
}
.screenshot-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    display: block;
    border-radius: 50%;
    border: 1px solid #85bad7;
        border-top-color: #85bad7;
        border-right-color: #85bad7;
        border-bottom-color: #85bad7;
        border-left-color: #85bad7;
    transition: all 0.3s;
}
.screenshot-slider .owl-dots .active span {
	background-color: #85bad7;
}

.intro-text {
    text-align: left;
    color: #fff;
}

.intro-text h1 {
    color: inherit;
    font-size: 47px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.intro-text p {
    font-size: 24px;
    color: inherit;
}

.line-through {
    text-decoration: line-through;
}

.intro-text ul {
    font-size: 1.2em;
    color: inherit;
    list-style-type: none;
}

.intro-text .btn {
    margin-top: 30px;
}

@media(max-width: 991px) {
    .intro-text {
        margin: 80px auto;
        text-align: center;
    }
    .hero-overlay h2 {
        margin-top: 0px;
        font-size: 1.5em;
    }
}


#carousel-example-generic .animated {
    animation-delay: .5s;
}




/* ----------------------------------------------------------------------------------------
*                               04. Hero area css
* ---------------------------------------------------------------------------------------*/

.hero-boxes {
    padding-top: 50px;
}

.hero-box {
    background: #f5f5f5;
    background-color: #85bad7;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 50px;
    border-radius: 10px;
}

.hero-box img {}
.hero-overlay {
    position: absolute;
    padding: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #336699;
    color: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.250, 0.250, 0.115, 1.445);
}
.hero-overlay h2 {
    color: #fff;
}
.hero-box:hover .hero-overlay {
    opacity: 1;
    height: 100%;
}

.img-small {
	margin-left: 50px;
	max-height: 500px;
}

@media(max-width: 991px) {
.img-small {
	margin-left: auto;
	max-height: 300px;
}
}



/* ----------------------------------------------------------------------------------------
*                                   05. Price area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding: 0 15px 30px;
    margin: 0;
    text-align: center;
    position: relative;
    transition: 0.3s ease-out;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.price-item ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0px;
}

.price-item .info {
    border-radius: 10px 10px 0 0; 
}

.price-item.featured .info {
    background: #85bad7;
    margin-left: -15px;
    margin-right: -15px;
}

.price-item p.level {
    font-size: 30px;
    padding-top: 20px;
    letter-spacing: 1px;
    font-family: 'GothamRounded-Medium';
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    color: #333;
}

.price-item p.price .dollar {
    font-size: 30px;
    position: relative;
    top: -30px;
}

.price-item p.price .number {
    font-size: 70px;
    font-weight: 300;
}

.price-item .features {
    margin: 30px 0;
}

.price-item.featured p.level,
.price-item.featured p.price {
    color: #fff;
}

.price-item .features li {
    padding: 5px 0;
}

.price-item a.btn {
    display: inline-block;
}

.btn-default {
  background-color: #86bbd7 !important;
  color: #fff; }
  .btn-default:hover {
    background-color: #6c9fb7;
    color: #fff; }
  .btn-default:focus, .btn-default.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #6c9fb7; }
  .btn-default.dropdown-toggle {
    background-color: #86bbd7 !important; }
    .btn-default.dropdown-toggle:hover, .btn-default.dropdown-toggle:focus {
      background-color: #6c9fb7 !important; }
  .btn-default:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #6c9fb7 !important; }
  .btn-default:not([disabled]):not(.disabled):active:focus, .btn-default:not([disabled]):not(.disabled).active:focus,
  .show > .btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }


.btn-default {
  background-color: #86bbd7 !important;
  color: #fff; }
  .btn-default:hover {
    background-color: #6c9fb7;
    color: #fff; }
  .btn-default:focus, .btn-default.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #6c9fb7; }
  .btn-default.dropdown-toggle {
    background-color: #86bbd7 !important; }
    .btn-default.dropdown-toggle:hover, .btn-default.dropdown-toggle:focus {
      background-color: #6c9fb7 !important; }
  .btn-default:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #6c9fb7 !important; }
  .btn-default:not([disabled]):not(.disabled):active:focus, .btn-default:not([disabled]):not(.disabled).active:focus,
  .show > .btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }





/* ----------------------------------------------------------------------------------------
*                                   06. Action area css
* --------------------------------------------------------------------------------------- */
.action-area {
    color: #fff;
    position: relative;
    background: #85bad7;
}

.action-area h2 {
    color: #fff;
    margin: 0;
}






/* ----------------------------------------------------------------------------------------
*                                   07. Service area css
* --------------------------------------------------------------------------------------- */

.service-area {
    /*background-color: #f5f5f5;*/
    padding-bottom: 30px;
}

.home-services .service-box {
    -webkit-transform: translateZ(0);
    text-align: center;
    transition: 0.3s ease-out;
    margin-bottom: 50px;
}

.service-box p {
    text-align: left;
}

.home-services .service-box i:before {
    font-size: 40px;
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.home-services .service-box .read_service {
    text-decoration: none;
}

.home-services .service-box .read_service:before {
    margin-left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateZ(0)
}

.home-services .service-box i.fa {
    color: #85bad7;
    margin-top: 15px;
    margin-bottom: 25px;
}
.home-services .service-box h3 {
    position: relative;
    margin-top: 30px;
}

.home-services .service-box:hover i.fa:before {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

.home-services .service-box:hover .read_service:before {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0%
}









/* ----------------------------------------------------------------------------------------
*                                08. Testimonial area css
* --------------------------------------------------------------------------------------- */

.testimonial-area .section-title h2,
.testimonial-area .section-title p {
    color: #fff;
}

.testimonial-content {
    text-align: right;
}

.single-testimonial {
    background-color: #fff;
    padding: 30px;
    margin: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.ratings i.fa {
    color: #336699;
}

.ratings {
    margin-bottom: 20px;
}

i.fa.fa-quote-left {
    color: #85bad7;
}

.single-testimonial i.fa {
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.testimonial-area .subtitle, 
.testimonial-area h2 {
    margin-top: 0px;
}

.single-testimonial p {
    line-height: 25px;
}

.single-testimonial img {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 10px;
}

.single-testimonial h4 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 1px;
}

.single-testimonial .desg {
    font-size: 14px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #333;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}






/* ----------------------------------------------------------------------------------------
*                                   09. Why Choose area css
* --------------------------------------------------------------------------------------- */
.why-choose-area {
    position: relative;
    background-color: #85bad7;
}

.why-choose-area .container {
    max-width: 1000px;
}

.choose-box {
    margin-bottom: 30px;
}

.why-choose-area img {
    width: 100%;
    border-radius: 10px;
}

.why-choose-area .section-title h2,
.why-choose-area .section-title p {
    color: #fff;
}

.choose-box i.fa {
    position: relative;
    font-size: 30px;
    width: 60px;
}

.choose-box.left {
    text-align: right;
}
.choose-box.left i.fa {
    float: right;
}

.choose-box.right {
    text-align: left;
}
.choose-box.right i.fa {
    float: left;
}

.choose-content {
    overflow: hidden;
    color: #fff;
}

.choose-content h3 {
    margin-top: 0px;
    position: relative;
}




/* ----------------------------------------------------------------------------------------
*                                   11. Client area css
* --------------------------------------------------------------------------------------- */
.client-area {
    padding-bottom: 0px;
}

.owl-client {}
.owl-client .item {
    margin: 0 7px;
}
.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
}





/* ----------------------------------------------------------------------------------------
*                                   12. Contact area css
* --------------------------------------------------------------------------------------- */
.contact-form {
    background-color: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #85bad7;
    font-size: 18px;
}

.in_name:before {content: '\f007';}
.in_email:before {content: '\f1d8';}
.in_message:before {content: '\f0e0';}
.in_phone:before {content: '\f095';}
.in_org:before {content:"\f1ad";}
.in_captcha:before {content:"\f132";}

.captcha {
	border: 1px solid #ddd;
}

.contact-form .captcha-group::before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #85bad7;
    font-size: 18px;
}

.contact-form .captcha-group {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.captcha-group input {
	border-bottom: 1px solid #ddd;
}

.contact-form textarea#message {
    padding-top: 10px;
    height: 99px;
}

.p-t-b-15 {
	margin-top: 20px;
	height: 45px;
	line-height: 45px;
}

#submitButton {}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.message-text {
	color: #3c4859;
	font-size: 16px;
	font-weight: 600;
}

.contact-info {
    margin-bottom: 30px;
}

.address {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
}

.address h3 {
    margin-top: 0;
}

.address-box {
    margin-bottom: 10px;
}

.address-box a:hover {
    color: #336699;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.social-links {
    overflow: hidden;
    margin-top: 30px;
}

.social-links li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.social-links li a i {
    width: 55px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background-color: #85bad7;
    font-size: 25px;
    border-radius: 5px;
}

.social-links li a:hover i {
    background-color: #336699;
}









/* ----------------------------------------------------------------------------------------
*                                   13. Footer area css
* --------------------------------------------------------------------------------------- */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #ccc;
    text-align: center;
    display: block;
}

.footer-area {
    background: #ccc;
    text-align: center;
}
.footer-area p {
    margin: 0;
    line-height: 60px;
}



div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
    margin-left: .5rem;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter label, 
div.dataTables_wrapper div.dataTables_length label {
    text-align: left;
    font-weight: 400;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.dataTables_filter .form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.dataTables_filter .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

















