
body {
  font-family: 'Poppins', arial, sans-serif !important; 
  font-weight: 400;
  font-size: 14px;
}
*, a, div, ul, li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Sticky footer styles
-------------------------------------------------- */
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.intro {
  text-align: center;
}
.align-md-right {
  text-align: right !important;
}
.contentboxgrey {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #323232;
}
/* SCATA TIS MANASA*/
.whitetext a {
  color: #fff;
}
/* -------------------------------------------------------------------------------
    HTML Elements
   ------------------------------------------------------------------------------- */
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}
.headingred {
  margin: 25px 0;
  font-size: 35px;
font-weight: 900;
  color: #ffffff;
  line-height: 33px;
  text-align: center;
}
.sss {
  background: rgba(0, 93, 158, 0.8);
  padding: 12px;
}
.texter45 {
  padding: 110px 0;
  color: #666;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
}
a {
  color: #66cc33;
}
a: hover {
  color: #66cc33;
}
.sandton {
  background-image: url("/sites/murro/image/jpeg/bg.jpeg"); 
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a.card-title {
  cursor: pointer;
}
.values {
  margin-bottom: 80px;
  text-align: center;
}
.purpleclo {
  min-width: 152px;
  font-size: 19px;
  padding-top: 19px;
  color: #66cc33;
}

.logonew {
  padding: 16px 0;
}
.borderrock {
  padding: 12px;
}
.textheight {
  min-height: 300px;
}


h2.smallh {
    font-size: 23px;
}


.main-navigation {

    padding: 17px 0;
}

.title-2 .t1 {
    font-size: 42px;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.title-2 {
    margin-bottom: 46px;
}

.imgT-ls3 {
    margin: 0 -15px -30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.imgT-ls3 .item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.imgT-ls3 .con {
    display: block;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 17px 46px 0 rgba(102, 102, 102, .1);
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.imgT-ls3 .pic {
    width: 44.8%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    order: 2;
}
.imgT-ls3 .pic:after {
    content: '';
    display: block;
    padding-top: 114.29%;
}
.imgT-ls3 .text {
    padding: 39px 40px;
    width: 55.2%;
    flex-shrink: 0;
    order: 1;
}
.imgT-ls3 .t1 {
    padding-left: 16px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    border-left: 5px solid #66cc33;
}
.imgT-ls3 .desc {
    margin-top: 24px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
.imgT-ls3 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgT-ls3 {
    margin: 0 -15px -30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}


 h3 {
    font-size: 42px;
    color: #003D7E;
    font-weight: 700;
    line-height: 1.2;

}

/*======= 2.Reset ======== */
body {
    font-family: 'Poppins',sans-serif, Helvetica, Arial;
    font-style: normal;
    font-weight: 400;
    color: #333;
	font-size: 14px;
    /*font-size: 100%;*/
   
}

.marginspacer {

    padding-top: 26px;

}
::selection {
    background: rgba(151, 160, 175, 0.5);
    color: #ffffff;
}

::-moz-selection {
    background: rgba(151, 160, 175, 0.5);
    color: #ffffff;
}

a:hover,
a:focus,
.a:active {
    text-decoration: none;
    outline: none !important;
}


.font-bold {
    font-weight: 700;
}

.font-primary {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

blockquote {
    margin: 0 0 10px;
    font-size: 17px;
    border-left: none;
    line-height: 32px;
    padding: 10px 20px;
}

address {
    color: #97a0af;
    line-height: 24px;
}

textarea {
    resize: none;
}


/* Dropdown */

.dropdown-menu {
    box-shadow: none;
    padding: 4px 0;
    border-radius: 4px !important;
    -webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
    border: 3px solid #eee;
    box-shadow: none;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
    font-size: 15px !important;
    color: #ffffff;
}

@-webkit-keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/* Buttons */



.btn-custom {
    color: #fff !important;
}

.btn-white {
    background-color: rgba(255, 255, 255, 0.8);
    color: #4c5667;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #ffffff;
}


/*===== 3. Helper Classes ======*/


.bg-custom {
    color: #555655;
}

.bg-custom p {
    opacity: 0.7;
}

.bg-gray {
    background-color: #eef2f5;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.bg-dark {
    background: -webkit-linear-gradient(#444F5C, #334159);
    background: -moz-linear-gradient(#444F5C, #334159);
    background: -ms-linear-gradient(#444F5C, #334159);
    background: -o-linear-gradient(#444F5C, #334159);
    background: linear-gradient(#444F5C, #334159);
}

.text-white {
    color: #ffffff !important;
}

.page-sub-title {
    margin: 10px 0px !important;
}

.padding-t-0 {
    padding-top: 0px;
}

.padding-t-30 {
    padding-top: 30px;
}

.title {
    line-height: 50px;
    margin-top: 0px;
    font-size: 24px;

    font-weight: 700;
 
}

.sub-title {
    font-size: 16px;
    margin-bottom: 30px;
}

.title-wrapper {
    margin-bottom: 70px;
}

.title-wrapper-first-circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 3px solid #4c5667;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.title-wrapper-second-circle {
    float: left;
    width: 4px;
    height: 4px;
    background-color: #4c5667;
    margin-top: 2px;
    margin-left: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.title-wrapper::after,
.title-wrapper::before {
    background-color: #4c5667;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 70px;
    height: 2px;
    margin-top: -6px;
}

.title-box {
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    color: #ffffff;
    padding: 85px 0px;
}

.title-box .title-header {
    margin: 0;
}

.bg-custom .title-wrapper-first-circle {
    border: 3px solid #ffffff;
}

.bg-custom .title-wrapper-second-circle,
.bg-custom .title-wrapper::after,
.bg-custom .title-wrapper::before {
    background-color: #ffffff;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.h1,
h1 {
    font-size: 36px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h6,
h6 {
    font-size: 17px;
}


/*===== 4. Preloader ======*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


/*===== 5. Navbar ======*/

.navbar-abs {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.navbar-custom {
    padding: 15px 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.is-sticky .navbar-custom {
    background-color: #ffffff;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.sticky .navbar-custom {
    background-color: #ffffff;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.is-sticky .navbar-custom .navbar-nav li a {
    color: #333;
}

.is-sticky .navbar-custom .navbar-nav li a:hover,
.is-sticky .navbar-custom .navbar-nav li a:focus,
.is-sticky .navbar-custom .navbar-nav li a:active {
    color: #222;
}

.navbar-custom .navbar-nav li a {
    color: #ccc;
    font-size: 15px;
}

.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover {
    background-color: transparent;
    color: #ffffff;
}

.logo {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff !important;
}

.logo i {
    font-weight: 700;
}

.is-sticky .logo {
    color: #111 !important;
}

.navbar-toggle {
    font-size: 30px;
    color: #ffffff;
}

.navbar-custom .btn-custom {
    margin-top: 8px;
    margin-left: 20px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.menu-dark .logo {
    color: #111 !important;
}

.menu-dark.navbar-custom .navbar-nav li a {
    color: #333;
    padding: 10px 15px;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
    color: #3150ca !important;
    transition: all 0.3s;
}

.navbar-custom .navbar-nav li.active a {
    color: #3150ca;
}


/*======= 6. Home =======*/

.home-wrapper {
    padding: 100px 0px 100px 0px;
}

.home-wrapper h4 {
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
}

.video-btn {
    color: #333 !important;
    letter-spacing: 1px;
    padding-top: 20px;
    outline: none !important;
    box-shadow: none !important;
}

.video-btn.text-white {
    color: #ffffff !important;
}

.video-btn i {
    margin-right: 7px;
    font-size: 22px;
    vertical-align: middle;
}


/* Home Background image */

.home-bg-img {
    background: url("../images/bg-1.jpg");
    background-size: cover;
}


/* Home Gradient background */

.home-gradient {
    background: #6441A5;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #185a9d, #6441A5);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #185a9d, #6441A5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/* Home intro form */

.home-introform .home-wrapper h1 {
    font-size: 32px;
}

.intro-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.intro-form h3 {
    color: #949799;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0px;
}

.intro-form .form-group:last-of-type {
    margin-bottom: 0;
}


/* Home Subscribe */

.btn-subscribe {
    height: 50px;
    padding: 10px 30px;
}

.input-box {
    min-width: 380px;
    height: 50px !important;
}


/* Home Typed */

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .6s infinite;
    -moz-animation: blink .6s infinite;
    -ms-animation: blink .6s infinite;
    -o-animation: blink .6s infinite;
    animation: blink .6s infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* ===== 7. Features ====== */

.feature-icon {
    height: 80px;
    width: 80px;
    border: 2px solid #ffffff;
    margin: 0px auto 20px auto;
    border-radius: 50%;
    font-size: 42px;
    line-height: 86px;
}

.features-box p {
    line-height: 24px;
    width: 90%;
    margin: 20px auto 0 auto;
}

.features-alt i {
    font-size: 42px;
}

.features-alt h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.features-alt h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: normal;
}

.features-alt p {
    font-size: 15px;
    line-height: 27px;
}

.feat-facts {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.feat-facts .feat-facts-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.feat-facts .feat-facts-box h4 {
    font-weight: 600;
}

.feature-detail {
    padding: 90px 0px 50px 30px;
}

.features-txt {
    color: #97a0af;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}


/*======= 8. Brand =======*/

.clients {
    padding-top: 60px;
    padding-bottom: 60px;
}

.clients img:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.brand-item {
    display: inline-block;
    margin: 0 25px 10px 25px;
}

.brand-list {
    margin: 0;
    padding: 0;
}

.brand-list li {
    display: inline-block;
    text-align: left;
    padding-left: 50px;
}

.brand-list li:first-child {
    padding-left: 0;
}

.brand-item img {
    max-height: 30px;
    opacity: 0.5;
    margin: 10px auto;
}


/*======= 9. Services =======*/

.service-item {
    margin-bottom: 30px;
    padding: 20px;
    border: 2px solid rgba(255, 255, 255, 0.17);
    border-radius: 5px;
}

.service-item i {
    float: left;
    font-size: 28px;
    line-height: 36px;
    width: 30px;
}

.service-item .service-detail {
    margin-left: 50px;
}

.service-item .service-detail p {
    color: rgba(255, 255, 255, 0.7);
}


/*======= 10. Screenshot =======*/

.thumb {
    background-color: #eef2f5;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.thumb-img {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
}


/*======= 11. Pricing =======*/

.pricing-item {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.pricing-item-inner {
    background-color: #ffffff;
    border: 2px solid rgba(151, 160, 175, 0.2);
    vertical-align: middle;
    border-radius: 7px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.pricing-wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
}

.pricing-title {
    position: relative;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    padding: 20px;
    margin: 0 -20px 20px -20px;
}

.pr-list {
    margin: 0 -20px 30px;
    padding: 0;
    color: #97a0af;
    text-transform: uppercase;
}

.pr-list li {
    padding: 12px 20px;
    list-style: none;
}

.pricing-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.pricing-num sup {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -20px;
    left: -3px;
    margin-left: -7px;
}

.pr-per {
    color: #97a0af;
    font-size: 12px;
}

.pr-button {
    margin-top: 30px;
}


/*======= 12. Testimonials =======*/

.clientblock {
    margin-top: 30px;
}

.testimonial-slider {
    padding-bottom: 50px;
}

.testimonial-slider .carousel-indicators li {
    border-color: #4c5667;
}

.testimonial-slider .carousel-indicators .active {
    background-color: #4c5667;
}

.testimonial-slider .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}


/*======= 13. Footer CTA =======*/

.footer-cta .btn {
    margin-top: 30px;
}


/*======= 14. Footer =======*/

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000000;
}

.footer h5 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer a {
    color: #4C5667;
}

.footer a:hover {
    color: #ffffff;
}

.footer ul li {
    margin: 5px 0px;
}

.footer-alt {
    margin-top: 30px;
    padding-top: 20px;
}

.footer-alt .logo {
    color: #97a0af !important;
    margin-bottom: 0px;
}

.footer-alt .logo i {
    margin-right: 5px;
}

.copyright-txt {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}


/*======= 15. Contact =======*/

.form-main {
    padding-top: 30px;
}

.form-control {
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #d2d2d2;
    
}



.contact-loader {
    float: left;
}

#success_page {
    text-align: center;
    padding: 50px 0;
}

#success_page h3 {
    color: #0dba26;
}

.std-navbar .nav-item {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    letter-spacing: 0.2px;
    color: #555655;
    text-transform: uppercase;
    font-size: 16px;
 
}
.std-navbar {

    float: left;

}

.mobile-menu .mobile-btn {

    color: #333333;


}





.carousel-indicators li {

    background-color: #0255a3;

}
.carousel-indicators .active {

    background-color: #E94309;

}
.bg-contianer .bg-inner-container {

    background-image: url(/sites/core/image/jpeg/backgroundimagesearchall.jpeg );
    background-repeat: repeat;

}


.front-end-form .register-now {

    height: 3rem;
    float: right;
    background: #0255a3;
    border: none;
    color: #000000;
    width: 8rem;
    font-size: 1.2rem;
    border-radius: 0;
    margin-bottom: 3rem;

}

/*newstyles below from murrob erecruit.....................................................................................*/




.well {
    min-height: 195px !important;
  
}

section a {
    color: #000;
    text-decoration: UNDERLINE;
}
.round.green {
    background-color: #0255a3;
    border-radius: 4px;
    padding: 7px;
	text-decoration: none;
    font-weight: bold;
    color: #000 !important;
}

.boober {
	 background: url(/sites/murro/image/jpeg/bghome.jpeg) no-repeat center center fixed;
        background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-bottom: 40px;
	    border-top: 4px solid #0255a3;
	
	
}
.carrr {

  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    background-color: #0255a3;
    padding: 17px 5px;
    font-size: 31px;
	margin-bottom: 15px;

}
.carrrisinse {
	
	font-family: 'Poppins',Helvetica,sans-serif;
background-color: #fff; border-bottom: 4px solid #0255a3;
	padding: 5px;
	font-size: 27px;
	line-height: 36px;
	margin-bottom: 18px;
	
}
 figcaption {
    position: absolute;
    bottom: 0;
    width: 91%;
	 line-height: 44px;
     font-size: .875em;
    text-align: center;
    color: #000;
    background: #0255a3;
}
.ffigcaptiona {
   position: absolute;
    bottom: 0;
    width: 90%;
     font-size: .875em;
    text-align: center;
	
	color: #0255a3;
      background: rgba(0,0,0,0.9);	
	
	
}
.whiteheading {
		font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #fff;
	
	
}


.hhh3 a {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align: center;
font-weight: bold;
	    line-height: 26px;
	padding-top: 3px;
	text-transform: uppercase;
}
.hhh3  {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align: center;
font-weight: bold;
	    line-height: 26px;
	padding-top: 3px;
	text-transform: uppercase;
}
.hhh4 a {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align: center;
font-weight: bold;
	    line-height: 26px;
	padding-top: 3px;
	text-transform: uppercase;
}
.hhh4  {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
font-size: 26px;
	text-align: center;
font-weight: bold;
	    line-height: 26px;
	padding-top: 3px;
	text-transform: uppercase;
}
.headerbob {

    max-width: 100%;
    border-bottom: 4px solid #0255a3;

}
*, a, div, ul, li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	
}
.whiteh2 {
    color: white;
    font-size: 20px;
	border-right: 1px solid #2f3a62;
	margin: 23px 0px;
    text-align: center;
}
img.center {
    display: block;
    margin: 0 auto;
}
.padder {
    padding: 44px 0px;
}
@media(min-width:768px){
.knot {
	
background-image: none;
	background-repeat: no-repeat;	

}
.knot {
	
background-image: url(/sites/murro/image/jpeg/knot.jpeg);
	background-repeat: no-repeat;	

}


}

.h2, h2 {
    font-size: 19px;
	font-weight: bold;
}
.h1, h1 {
   
	font-weight: bold;
}


.whitebolder {
	
	
	color: #fff; 
	font-size: 20px; 
	font-weight: bold;
	
}

.whitetext {
    color: #fff;

}



article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}




/* ====================================== general ==================================== */

div, form, a, h1, h2, h3, h4, h5 ,h6, input, ul, li, p, table, table td, table th, span, input
{
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
}

h1, h2, h3, h4, h5 ,h6 {font-size:16px;}
h2 {font-size:25px;}

img {border:none;}


a {cursor:pointer;}

.btn-primary {
    color: #000;
}


.topheader1 {
    margin: 20px 0px;
}
.backgrounblu {
    background-color: #121f53;
}


footer {
    padding: 44px 0px;
}
.nav.navbar-nav.justified {
    margin-top: 31px;
}


ul.footer {

  text-align: center;
}

ul.footer li {

  color: #fff;
  display: inline-block;
}

#footer {
	background-color: #000;
  bottom: -50px;
  height: 50px;
  left: 0;
  right: 0;
}

.blackbox {
    color: #fff;
    background-color: #000;
    padding: 10px;
}
.yellowbox {
    color: #000;
    background-color: #0255a3;
    padding: 10px;
}
.toptitle {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 900px;
    font-weight: bold;
    margin-left: 24px;
}
.round.green.alignert {
    position: absolute;
    top: 140px;
}
.round.green.alignert2 {
	position: absolute;
    top: 58px;
}
.round.green.alignert9 {
    position: absolute;
    top: 26px;
}
@media (max-width: 30em) {

	.round.green.alignert {
    position: relative;
   top: auto;
}
	.round.green.alignert9 {
  position: relative;
   top: auto;
}
.round.green.alignert2 {
	  position: relative;
   top: auto;
}	
thead tr {position: absolute;top: -9999em;left: -9999em;}
tr {border: 0.125em solid #333;border-bottom: 0;}
tr + tr {margin-top: 1.5em;}
tr,td {display: block;}
td {border: none;border-bottom: 0.125em solid #333;padding-left: 50%;}
td:before {content: attr(data-label); display: inline-block;font-weight: bold; line-height: 1.5;margin-left: -100%; width: 100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
        padding-bottom: 0px;
    border: 0;
    font-size: 100%;
    font: inherit;
        font-size: inherit;
        line-height: inherit;
    vertical-align: baseline;
}	
li {
    margin-left: 7px;
}	
	
	.toptitle {
    margin-left: 0px;
}
}


.liner {
    font-size: 1.2em;
    margin-top: .75em;
    margin-bottom: .5em;
    border-bottom: 3px solid #AFB6BC;
    line-height: 1.5;
}

@media (min-width: 1200px) {
.container {
  max-width: 1280px !important;
}
}


.well {

    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);

}

.google-maps {

    position: relative;
    overflow: hidden;

}


.listing-no-adverts .no-ads-alert-wrapper {

    background: none !important;
    padding: 2rem;
    border-left: none !important;

}
.bg-reset-password h3 {

    font-size: 21px;
    color: black;
    font-weight: bold;

}
.bg-reset-password {

    padding: 3rem 0;
    background: url("/sites/murro/image/jpeg/lostpassword.jpeg") center no-repeat;
        background-size: auto;
    background-size: cover;
    min-height: calc(100vh - 144px);

}
.bg-contianer .bg-inner-container {
    background-image: url(/sites/murrob_external/image/jpeg/sandtonnew.jpeg);
    background-repeat: repeat;
	 background-size: cover;
}

.navbar-nav .nav-link {

    font-size: 22px !important;
}
.main-container {
    flex: 1 0 auto;
    background-color: #ffffff;
}