@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins|Rubik:400,500,700|Dosis:400,700|Mali|Roboto+Slab:400,300,700');

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    color: #34332D !important;
    background: #FFF !important;
}

a {
    outline: none !important;
}

a:hover,
button:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 9pt 0 !important;
}

/* content */
.header {
    position: relative;
    z-index: 9;
    width: 100%;
    background: #fff;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.bgrt {
    background-image: url(../images/bakenabgcr.png);
    background-position: right 25px top 5px;
    background-repeat: no-repeat;
}

.header:before {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    background: url(../images/rainbowstripe.jpg) repeat-x;
}

.content {
    margin-bottom: 20px;
}

.tname {
    margin-top: 20px;
}

.floatright {
    float: right;
}

.toplinks {

    color: #333;
    margin-top: 20px;
}

.logo {
    padding: 20px 0;
}

.error {
  font-size: 13px;
  color: #FF0000;
}

.toplinks ul {
    margin: 0;
    font-size: 13px;
}

.leftpadding0 {
    padding-left: 0 !important;
}

.bottom-separator {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    display: block;
    z-index: -1;
}

.bottom-separator:after {
    box-shadow: 0 0 0 100px #fff;
    border-radius: 100%;
    position: absolute;
    height: 190px;
    content: '';
    right: -20%;
    left: -20%;
}

.topmenu {
    border-top: #C7C7C7 1px solid;
}

.bakenabg {
    background-image: url(../images/bakenabg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.headerbutton {
    margin-top: 60px;
}

.headerbutton a {
    margin: 0 5px;
}

.dllist ul {
    /* margin: 0 !important;*/
}

.borderall {
    border: #DDD 1px solid;
}

.dllist {
    padding: 0 !important;
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 3px solid transparent;
    padding: 12px 22px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    line-height: 1.5;
    border-radius: 7px !important;
    transition: all .3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}

.btn {
    box-shadow: 0 .25rem 0 rgba(0, 0, 0, .1);
    font-size: 1rem;
}

.btn:hover {
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3) !important
}

.btn:focus {
    box-shadow: 0 4px 0 rgba(0, 0, 0, .3) !important
}

.btn-danger:hover {
    color: #fff;
    background-color: #e55144;
    border-color: #e44639 !important;
}

[class*="btn1"].btn-style-1 {
    background: #a6c437;
    box-shadow: 0px 5px 25px 0px rgba(166, 196, 55, 0.35);
}

.btn1 {
    padding: 10px 20px 8px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px !important;
    background: #f05a21;
    color: #fff;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.75px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    margin-top: 20px;
    border: #FFF 3px solid;
}

.btn1:hover {
    color: #FFF;
    text-decoration: none;
    background: #9EBD35;
}

[class*="btn2"].btn-style-2 {
    background: #F89A1C;
    box-shadow: 0px 5px 25px 0px rgba(248, 154, 28, 0.35);
}

.btn2 {
    padding: 10px 20px 8px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px !important;
    background: #f05a21;
    color: #fff;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.75px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    margin-top: 20px;
    border: #FFF 3px solid;
}

.btn2:hover {
    color: #FFF;
    text-decoration: none;
    background: #F89207;
}


.welcome {
    text-align: center;
    padding: 20px 0;
    font-family: 'Mali', cursive;
    font-size: 20px;
}

.welcome h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 48px;
}

.welcome h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
}

.gallery-album-wrap {
    margin-bottom: 20px;
}

.gallery-album-img-wrp {
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1;
}

.gallery-album-img-wrp {
    position: relative;
}

.gallery-album-img-wrp::after {
    border-width: 4px !important;
    bottom: -7px;
    content: " ";
    left: -7px;
    position: absolute;
    right: 4px;
    top: 4px;
    border-style: none none double double !important;
    border-color: #ccc;
    z-index: -1;
}

.gallery-album-title {
    padding: 10px 0 0;
    text-align: center;
}

.gallery-album-title a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.gallery-album-title a:hover {
    text-decoration: none;
}

/* pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0 !important;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}

.pagination > li > a.active,
.pagination > li > a.active:hover,
.pagination > li > a.active:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

ul.newslist > li {
    margin-bottom: 8px;
}

.btnsml {
    font-size: 12px !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
}

.badge-info {
    background-color: #3a87ad !important;
}

.createdon {
    text-align: center;
}

.gal-item {
    margin-bottom: 30px;
}

.custab {
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
}

.custab:hover {
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
}

.maroon {
    color: #AD0004;
}

.yellow {
    color: #F89A1C;
}

.green {
    color: #3A5B24;
}

.blue {
    color: #0073E6;
}

.orange {
    color: #e34437;
}

.fontwhite {
    color: #FFF !important;
}

.text-white {
    color: #fff !important;
}

.bold {
    font-weight: 700;
}

.box {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.box1 {
    border: #1188FF 1px dashed;
    background: #E8F3FF;
}

.box1 h4 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1188ff+0,47a0e5+100 */
    background: #1188ff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1188ff 0%, #47a0e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1188ff 0%, #47a0e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1188ff 0%, #47a0e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1188ff', endColorstr='#47a0e5', GradientType=0);
    /* IE6-9 */
    border-radius: 6px;
    color: #FFF;
    padding: 10px;
}

.box2 {
    border: #6BAA43 1px dashed;
    background: #EDF5E7;
}

.box2 h4 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6baa43+0,82bd59+100 */
    background: #6baa43;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6baa43 0%, #82bd59 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6baa43 0%, #82bd59 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6baa43 0%, #82bd59 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6baa43', endColorstr='#82bd59', GradientType=0);
    /* IE6-9 */

    border-radius: 6px;
    color: #FFF;
    padding: 10px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.section-title {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.inner {
    background: #E8E8E8;
}

.bg-info {
    background-color: #84bed6 !important
}

.bg-warning {
    background-color: #f0c24b !important;
}

.bg-success {
    background-color: #b5d56a !important;
}

.bg-info {
    background-color: #84bed6 !important;
}

.text-color {
    color: #666;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.nnhead {
    background: #F89A1C;
    color: #FFF;
    padding: 10px;
    border-radius: 30px !important;
}

.border-warning {
    border-color: #f0c24b !important;
}

.border-success {
    border-color: #b5d56a !important;
}

.border-info {
    border-color: #84bed6 !important;
}

.addresshome .form-control {
    height: 45px !important;
    border-radius: 10px !important;
    border-width: 3px !important;
}

.addresshome .form-group-icon {
    position: relative;
}

.addresshome .form-group {
    margin-bottom: 1rem;
}

.form-group-icon i {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #888;
    font-size: 13px;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.addresshome textarea.form-control {
    height: auto !important;
}

.icon-rounded-circle-small {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media-body p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
}

.media-body a:hover {
    color: #e13123 !important;
    text-decoration: underline;
}

.mr-2,
.mx-2 {
    margin-right: .63rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (min-width:768px) {
    .section-title {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.section-title .shape {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: -20px
}

@media (min-width:768px) {
    .section-title .shape {
        position: relative;
        left: auto;
        transform: none;
        top: 0
    }
}

.section-title .shape.shape-left {
    left: 45%;
    transform: translateX(-50%)
}

@media (min-width:768px) {
    .section-title .shape.shape-left {
        left: 0;
        transform: none
    }
}

.section-title .shape.shape-left:before,
.section-title .shape.shape-left:after {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 2px
}

.section-title .shape.shape-left:before {
    right: 3px;
    width: 70px;
    top: 6px
}

.section-title .shape.shape-left:after {
    right: 3px;
    width: 55px;
    top: 11px
}

.section-title .shape.shape-right {
    right: 41%;
    transform: translateX(-50%)
}

@media (min-width:768px) {
    .section-title .shape.shape-right {
        right: 0;
        transform: none
    }
}

.section-title .shape.shape-right:before,
.section-title .shape.shape-right:after {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 2px
}

.section-title .shape.shape-right:before {
    left: 3px;
    width: 70px;
    top: 6px
}

.section-title .shape.shape-right:after {
    left: 3px;
    width: 55px;
    top: 11px
}

.section-title h3 {
    font-family: "Dosis", sans-serif;
    font-size: 3.25rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -ms-flex-order: 1;
    order: 1;
    color: #E34437;
}

@media (min-width:768px) {
    .section-title h3 {
        -ms-flex-order: 0;
        order: 0
    }
}

.corevalues {
    padding: 50px 0 30px 0;
    display: table;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://blogs.windows.com/wp-content/uploads/prod/sites/43/2019/01/e928a736ffb4a29009e6e24be29cbc2f.jpg');
    background-position: center top;
    background-size: cover;
}

.bxtitle h3 {
    margin: 10px 0 0 !important;
    text-align: center;
    font-family: 'Mali', cursive;
    font-size: 20px;
}

.facilities {
    padding: 50px 0 30px 0;
    display: table;
    width: 100%;
}

.fblink h3 {
    font-family: 'Roboto Slab', serif !important;
    font-size: 16px;
}

.rightcol .panel-title {
    font-family: 'Roboto Slab', serif !important;
    margin: 0 !important;
}

.rightcol .panel-body hr {
    margin: 10px 0 !important;
}

.rightcol .panel-body ul {
    padding: 0 0 0 20px;
}

.rightcol .panel-body h4 {
    margin: 0 0 5px 0 !important;
    font-size: 16px;
}

#breadcrumb {
    list-style: none;
    padding: 0;
}

#breadcrumb li {
    display: inline;
}

#breadcrumb li + li:before {
    content: '>';
    margin: 0 5px;
}

/* icons */
.icons-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: -22px -15px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.icons-box .icons-wrap {
    padding: 22px 15px;
    overflow: hidden;
}

.icons-box .icons-wrap .icons-item > .item-box {
    position: relative;
    padding-left: 60px;
}

.icons-box .icons-wrap .icons-item > .item-box > i {
    font-size: 36px;
    color: #f05a21;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

h5.icons-box-title {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #f05a21;
    letter-spacing: -0.5px;
}

[class^="icon-"]:before,
[class*="icon-"]:before {
    width: auto;
    margin: 0;
    padding: 0;
}

/* social icons */
.social-icons.style-2 {
    margin: -5px -4px 0;
}

.social-icons {
    font-size: 0;
    margin: -5px -10px 0;
}

.social-icons.style-2 > li {
    padding: 5px 4px 0;
}

.social-icons > li {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 12px 0;
}

.social-icons.style-2 > li > a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid;
    border-radius: 20px;
}

.social-icons > li.fb-icon > a {
    color: #3b5998;
}

.social-icons > li > a {
    display: inline-block;
    text-align: center;
}

.social-icons > li.google-icon > a {
    color: #dc4a38;
}

.social-icons > li.tweet-icon > a {
    color: #33bdfd;
}

.social-icons > li.insta-icon > a {
    color: #896537;
}

/* eof social icons */
.addresshome {
    background: #F5F5F5;
    padding: 80px 0;
}

.addresshome h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ea7066;
}

.float-right {
    float: right !important;
}

.footer:before {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    background: url(../images/rainbowstripe.jpg) repeat-x;
}

#footer[class*="footer"]:not(.footer-2):not(.footer-3) {
    background: url(../images/footer_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#footer .top-footer {
    padding: 60px 0 50px;
}

#footer .top-footer p,
.copyright-section {
    font-size: 14px;
}

.copyright-section {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.copyright-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/separator_stripe.png) repeat-x;
    height: 3px;
    width: 100%;
}

.copyright span {
    color: #333;
}

.hr-list:not(:last-child) {
    margin-bottom: 20px;
}

.hr-list {
    margin: -15px -4px 0;
}

.hr-list > li {
    display: inline-block;
    padding: 15px 5px 0;
}

.hr-list > li > a {
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #a6c437;
    border-bottom: 1px solid transparent;
    line-height: 20px;
}

/* eof content */
/* HTML5 Boilerplate clearfix */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

/* Hides from IE-mac \*/
.clearfix {
    display: block;
}

/* clear styles */
.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

/* bootstrap overrides */
@media (min-width: 1200px) {
    .container {
        /*width: 1100px !important;*/
    }
}

@media all and (max-width: 800px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .topmenu ul {
        float: none;
    }

    .bgrt {
        background: none;
    }

    .logo {
        width: 165px;
        margin: 0 auto;
    }

    .tname {
        width: 336px;
        margin: 0 auto;
    }

    .toplinks ul {
        text-align: center;
    }

    .headerbutton {
        margin: 10px auto;
    }

    .topmenu {
        border: none;
        padding-bottom: 10px;
    }

    .leftpadding0 {
        padding-left: 15px !important;
    }
}
