/* ===========================================
      Theme Name: Realtime Distributors
      Author: Munyaradzi Bvekerwa
      Author url: http://www.moderntec.co.za
      Version: 1.0.0
=============================================*/
*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 150%;
  overflow-wrap: break-word;
  font-size: 20px;
}
body{
  height: 100vh;
  margin-top: 0;
}
html{
  font-family: lato, sans-serif, serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  height: 100%;
}

.row{
  max-width: 1140px;
  /*margin: 0;*/
  /*padding: 5px;*/
}

.nav2{
    color: navy;
}
.icons .fa{
  margin-top: 20%;
  font-size: 35px;
  margin-right: 7px;
}

/* =======================
Navigation Menus Styles
======================= */
.navbar
{
  padding: 24px 0px;
  border-bottom: none !important;
  float: right;
}

.navbar ul li a
{
  color: navy !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all 0.5s ease-in; //or fade-in fade-out
}

.navbar ul li a:hover
{
  text-decoration: none;
}

.navbar ul li a:focused
{
  color: deepskyblue !important;
}

.navbar-toggle
{
  border: 1px solid white !important;
}

.navbar-toggle:hover
{
  background-color: deepskyblue !important;
  transition: all 0.5s ease-in;
}

.navbar-inverse .navbar-collapse
{
  border-color: transparent !important;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
.top-bar{
    background: #000080;
}
.logo{
    
    
}
/* ==========================
Sticky Navigation
=========================== */
.secondary {
    background-color: #34495e;
}

/*===========================
    Overview
=============================*/
.overview {
    padding: 0;
    background-image: url(img/overview.jpg);
    background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
    height: 415px;
	-webkit-height: 415px;
	-moz-height: 415px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.overview-wrapper {
    background: rgba(0, 0, 0, 0.1);
    height: 415px;
}
/*.overview-area {
    margin-left: 5% !important;
    margin-right: 5% !important;
}*/
.overview-head{
	margin-left: 8% !important;
    margin-right: 8% !important;
}
.marathon-overview{
	margin-left: 10%;
	margin-right: 10%;
}
.marathon-box {
    background: white !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pfont {
    width: 40px;
    height: 2px;
    background: black !important;
    margin: 0 auto;
}
.inner-slider-image{
    height: 370px !important;
	border-radius: 5px;
}
.heading{
	color: #000080;
}
/* ==============
About Us section
================= */
.about {
    background-image: url(img/about.jpg);
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.about-us {
    background: #000080;
    color: white;
    
}

.about-box {
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-bottom: 3% !important;
}

/* ========================
Contact Area starts Here
 ========================*/
.contact{
    background: #34495e;
   
}
/*.contact input{
    width: 407px;
}*/
.cfont{
    color: white;
}

p .cfont{
    margin-bottom: 10px;
}

.call-us:hover{
    text-decoration: underline !important;
    color: white !important;
}
.contact-heading {
    color: #c0c0c0;
}
.form-control {
    width: 100% !important;
    border-radius: 0px !important;
    border: 1px solid #34495e !important;
    margin-left: 2%;
    margin-right: 2% !important;
}

    .form-control placeholder {
        color: grey !important;
        margin-bottom: 2%;
        border-radius: 5% !important;
    }
#contactform button.btn
{
  font-size: 1.8rem;
  font-weight: 700;
  padding: 12px 43px;
  border: 1px solid black;
  border-radius: 0px;
}
.border-bottom-now
{
  width: 40px;
  height: 2px;
  background: white;
  margin: 0 auto;
}
.contact-infos
{
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -30px;
  background: darkcyan;
  padding-top: 35px;
  padding-bottom: 35px;
}
.contact-infos .fa
{
  color: white;
  font-size: 26px;
  border: 1px solid white;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 48px;
  margin-bottom: 20px;
}

.contact-infos p
{
  color: white;
}
input[type=submit] {
    width: 50%;
    background-color: #9c9895;
    padding: 5px 0;
    text-transform: uppercase;
    margin-top: 10px;
    border: 1px solid black;
    color: black;
    transition: all 0.6s ease;
}
input[type=submit]:hover {
    background-color: lightgrey;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

 input[type=text]:hover,
 textarea:hover,
 input[type=email]:hover {
    box-shadow: 0px 0px 10px 10px rgba(0, 90, 150, 0.5) !important;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 90, 150, 0.5) !important;
    -moz-box-shadow: 0px 0px 10px 10px rgba(0, 90, 150, 0.5) !important;
    border: none !important;
}
input {
    width: 390px;
}
textarea{
    height: 220px !important;
    width: 390px;
}
/* ========================
 Contact Area ends Here
  ========================*/
/* =============
Go back2Top css
===============*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #c0c0c0;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

.nav .icon {
 display: none;
}

/*============================
    Team Starts here
==============================*/
/* ===========================
TEAM Styles
=========================== */
.range-title{
    margin-top: 30px !important;
}
.team-member {
    margin: 0 25px;
}

.team-member-info {
    padding: 10px 0 0px 0;
}

h4.team-member-name {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
}

h4.team-member-designation {
    color: #34c6d3;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: capitalize;
}

.social-list {
    padding-left: 0;
}

    .social-list li {
        list-style: none;
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-right: 4px;
        margin-top: 4px;
    }

    .social-list i {
        font-size: 17px;
    }

.icon-gray i {
    color: #64707b;
}

/*============================
    Team ends here
==============================*/

/* =============================
    Service section Starts here
==============================*/
.side-carousel{
    margin-top: 2%;
}
.service-area {
    margin-top: 30px;
}
.service-area
{
  /*margin-bottom: -5px;*/
}
.service-wrap
{
  box-shadow: 0 0 10px rgba(0, 0, 0.5, 0.5);
  overflow: hidden;
  padding: 25px 35px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
  margin-top: 20px;
}

.service-wrap h3
{
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
}

.service-wrap p
{
  font-size: 14px;
  margin-bottom: 0;
}

.service-wrap a {
    font-size: 14px;
    background-color: #000080;
    padding: 10px 20px;
    color: white;
    transition: all 0.6s ease;
    top: 20px;
}

    .service-wrap a:hover {
        font-size: 14px;
        border: 1px solid #000080;
        border-top-right-radius: 20px;
        background-color: transparent;
        margin-right: 0px;
        text-decoration: none;
        color: #34495e;
    }

/* =============================
    Service section Ends here
==============================*/

/*==============================
    Products Area Starts here
================================*/
.product-area {
    margin-top: 20px;

    margin-bottom: 5%;
}

.product-area {
    margin-bottom: -5px;
}

.product-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0.5, 0.5);
    overflow: hidden;
    padding: 25px 35px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 1;
    margin-top: 20px;
}

    .product-wrap h3 {
        font-size: 25px;
        font-weight: 700;
        padding-bottom: 8px;
        position: relative;
    }

    .product-wrap p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .product-wrap a {
        font-size: 14px;
        color: black;
        transition: all 0.6s ease;
        top: 10px;
    }

        .product-wrap a:hover {
            font-size: 14px;
            margin-right: 0px;
            text-decoration: underline;
            color: #34495e;
        }
/*==============================
    Products Area Ends here
================================*/

/*=============================
    Side social media icons
==============================*/
.wrapper {
    position: fixed;
    top: 55%;
    left: 2.2%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.wrapper ul {
    list-style: none;
}

.wrapper ul li {
    width: 50px;
    height: 50px;
    position: relative;
    background: #e59500;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

ul li .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

ul li.facebook {
    background: #3b5998;
}

ul li.twitter {
    background: #00aced;
}

ul li.instagram {
    background: #bc2a8d;
}

ul li.google {
    background: #dd4b39;
}

ul li.whatsapp {
    background: #4dc247;
}

ul li.facebook div.slider {
    background: #627aac;
}

ul li.twitter div.slider {
    background: #7fd5f6;
}

ul li.instagram div.slider {
    background: #dd94c6;
}

ul li.google div.slider {
    background: #eea59c;
}

ul li.whatsapp div.slider {
    background: #82d47e;
}

.slider {
    content: "";
    position: absolute;
    top: 0;
    left: 51px;
    width: 0px;
    height: 50px;
    background: #eebb5c;
    border-radius: 3px;
    transition: all 0.5s 0.3s ease;
}

    .slider p {
        font-family: arial;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        line-height: 50px;
        opacity: 0;
        transition: all 0.6s ease;
    }

 ul li:hover .slider {
    width: 180px;
    transition: all 0.5s ease;
}

ul li:hover .slider p {
    opacity: 1;
    transition: all 1s 0.2s ease;
}

/*=============================
    Side social media icons END
==============================*/
/*==============================
    Footer
==============================*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
   
    padding: 5px 0px 5px 0px;
    background: #000080;
    background: linear-gradient(to bottom, #000080 0%, #000071 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000080), color-stop(100%, #000071));
    background: -webkit-linear-gradient(top, #000080 0%, #000071 100%);
    background: -moz-linear-gradient(top, #000080 0%, #000071 100%);
    background: -o-linear-gradient(top, #000080 0%, #000071 100%);
    background: -ms-linear-gradient(top, #000080 0%, #000071 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000080', endColorstr='#000071', GradientType=0);
    border: 1px solid #000062;
    box-shadow: inset 0 1px 0 #0F0F8F;
    -webkit-box-shadow: inset 0 1px 0 #0F0F8F;
    -moz-box-shadow: inset 0 1px 0 #0F0F8F;
}

.pt2 {
    padding-top: 5px;
    margin-bottom: 5px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

footer p a {
    font-size: 13px !important;
    color: white !important;
}

    footer p a:hover {
        text-decoration: underline;
        color: white;
    }

.mb10 {
    padding-bottom: 5px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 8px;
    padding: 0px 0px 5px 0px;
}

    .footer_ul_amrc li {
        padding: 0px 0px 5px 0px;
    }

        .footer_ul_amrc li a {
            color: #CCC;
        }

            .footer_ul_amrc li a:hover {
                color: #fff;
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 5px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 5px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

    .foote_bottom_ul_amrc li {
        display: inline;
    }

        .foote_bottom_ul_amrc li a {
            color: #999;
            margin: 0 8px;
        }

.social_footer_ul {
    display: table;
    margin: 10px auto 0 auto;
    list-style-type: none;
}

    .social_footer_ul li {
        padding-left: 10px;
        padding-top: 5px;
        float: left;
    }

        .social_footer_ul li a {
            color: #CCC;
            padding: 8px;
        }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center;
        }

.findus {
    color: white;
}

.vl {
    border-left: 2px solid white;
    height: 300px;
    margin-top: 90px;
}
/*============================
    Footer ends here
=============================*/

