.page-body
{
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
}

a,h1, h2, h3, h4, h5, h6, .lead, img
{
    font-family: 'Poiret One', cursive;
    text-transform: capitalize;
    transition: ease all 0.4s;
}
a:hover, a:focus
{
    text-decoration: none;
}

/* header */

header
{
    text-align: right;
    padding-top: 5px;
}
header i
{
    color:#000080; 
}
/* ***** */

/* navbar */

.navigationbar
{
    border-bottom: 3px solid #000080;
}
.navigationbar .navbar-inverse
{
    background: transparent;
    border-color:transparent;
    margin-bottom: 0;
}
.navigationbar .navbar-inverse .navbar-nav>li>a
{
    font-size: 20px;
    text-transform: uppercase;
    color: #000080;
}
.navigationbar .navbar-inverse .navbar-nav>li>a:hover,
.navigationbar .navbar-inverse .navbar-nav>li>a:focus,
.navigationbar .navbar-inverse .navbar-nav>.open>a,
.navigationbar .navbar-inverse .navbar-nav>.open>a:focus,
.navigationbar .navbar-inverse .navbar-nav>.open>a:hover
{
    background: #000080;
    color: white !important;
}
.navigationbar .navbar-inverse .navbar-brand>img
{
    margin-top: -20%;
    width: 90%;
}
.navigationbar .navbar-inverse .navbar-nav
{
    display: block;
    margin: auto;
    text-align: center;
    margin-left: 50px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle
{
    background-color: #000080;
}
.navbar-inverse .navbar-toggle {
    border-color: #000080;
}
.navbar-inverse .dropdown-menu>li>a
{
    color: #000080 !important;
    font-size: 18px;
}
.navbar-inverse .dropdown-menu>li>a:hover,
.navbar-inverse .dropdown-menu>li>a:focus
{
    background-color: #f5f5f5 !important;
}
/* ***** */

/*  start-slider */

.baron-slider .container-fluid
{
    padding-left: 0;
    padding-right: 0;
}
.baron-slider .carousel-inner .item img
{
    width: 100%;
    height: 500px;
}
.baron-slider .carousel-inner .item .carousel-caption
{
    border-top:1px solid white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    padding-top: 10px;
}
.baron-slider .carousel-inner .item .carousel-caption h3
{
    margin-top: 10px;
}
/* ***** */

/* profile-section */

.profile-section
{
    margin-top: 20px;
}
.profile-section .col-sm-8>img
{
    border: 7px solid #989898;
    margin:auto;
    width: 100%;
}
.profile-section .profile-info
{
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
}
.profile-section .profile-info img
{
    margin-right: 20px;
    height: 100px;
}
.profile-section .profile-info div a:hover,
.profile-section .profile-info div a:focus
{
    color: #000080;
}
.profile-section .profile-info div a
{
    color: #989898;
    font-weight: bold;
}
.profile-section .profile-info div h3
{
    margin-top: 0;
    color: #000080;
    font-weight: bold;
}
.profile-section .profile-info div p:first-of-type
{
    padding-bottom: 5px;
    border-bottom: 1px dotted;
    color: #989898;
    font-weight: bold;
}
.profile-section .ref
{
    background: #7978bb;
    padding: 10px;
}
.profile-section .ref a:hover,
.profile-section .ref a:focus
{
    color: #000080;
}
.profile-section .ref a
{
    color: white;
    font-weight: bold;
}
.profile-section .ref h3
{
    color: #000080;
    margin-top: 0;
    margin-bottom: 20px;
}
.profile-section .ref ul li
{
    display: flex;
    margin-bottom: 3px;
}
.profile-section .ref ul li img
{
    height: 100px;
    width: 30%;
    margin-right: 10px;
    border: 5px solid #575777;
}
.profile-section .ref ul li a
{
    width: 68%;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}
.profile-section .search
{
    background:#7978bb;
    padding: 10px;
    margin-top: 30px;
}
.profile-section .search h3
{
    margin-top: 0;
    color: white;
}
.profile-section .search h3 span
{
    color: #000080;
}
.profile-section .search input
{
    background: #575777;
    border-color: #575777;
    margin: 20px auto;
    color: white;
}
/* ***** */

/* service-section */

.service-section
{
    margin: 20px auto;
}
.head-title
{
    position: relative;
}
.head-title h2
{
    color: #000080;
    font-weight: bold;
    margin-bottom: 20px;
}
.head-title::before,
.head-title::after
{
    content:"";
    border:5px solid #000080;
    height: 15px;
    width: 15px;
    background: #000080;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 30%;
}
.head-title::after
{
    left: auto;
    right: 30%;
}
.service-section .service-name
{
    background: #7978bb;
    color: white;
    padding: 10px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.service-section .service-name img
{
    margin: 10px auto;
}
.service-section .service-name h2
{
    margin: 20px auto;
    width: 50%;
    line-height: 34px;
    font-weight: bold;
}
.service-section .service-name a
{
    color: white;
}
.service-section .service
{
    background: white;
    color: black;
    box-shadow: 0px 2px 3px 1px black;
    margin-bottom: 10px;
    padding: 5px;
}
.service-section .service .lead
{
    margin-bottom: 3px;
}
.service-section .service img
{
    width: 100%;
    height: 250px;
}

.service-section .row:nth-of-type(3),
.service-section .row:nth-of-type(5)
{
    display: flex;
    flex-direction: row-reverse;
}
.service-section .service-name::before
{
    content: "";
    border: 15px solid #7978bb;
    position: absolute;
    right: -25px;
    top: 45%;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
}
.service-section .row:nth-of-type(3) .service-name::before,
.service-section .row:nth-of-type(5) .service-name::before
{
    right: auto;
    left: -25px;
    border-right: 15px solid #7978bb;
    border-left: 10px solid transparent;
}
/* ***** */

/* history-section */

.history .history-bg
{
    background: url(../images/history-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 10px;
    color: white;
}
.history .history-bg .hist-logo
{
    background: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 250px;
    width: 250px;
    position: relative;
    border-radius: 50%;
    margin:10px auto;
    
}
.history .history-bg .hist-logo img
{
    margin: 10px auto;
    width: 90%;
    
}
.history .history-bg .row .col-sm-6:nth-child(3)
{
    float: right;
}
.history .history-bg a
{
    display: block;
    color: white;
    margin: 10px auto;
}

/* ***** */

/* quick-links */
.quick-links .row
{
    margin: 20px auto;
}
.quick-links .col-sm-4:first-of-type div
{
    background: url(../images/jung-bg.png) bottom right no-repeat;
    background-size: cover;
}
.quick-links .col-sm-4 div img
{
    height: 75px;
    margin:5px auto;
}
.quick-links .col-sm-4:nth-child(2) div
{
    background: url(../images/wilo-bg.png) bottom right no-repeat;
    background-size: cover;
}
.quick-links .col-sm-4:last-child div
{
    background: url(../images/noch-bg.png) bottom left no-repeat;
    background-size: cover;
}
.quick-links .col-sm-4 div
{
    height: 100px;
}
/* ***** */

/* start-bottom-section */

.bottom-section
{
    background: url(../images/bottom-bg.jpg) top center no-repeat;
    background-size: cover;
    color: white;
}
.bottom-section img
{
    margin-top: 20px;
}
.bottom-section h2
{
    margin-top: 0;
    margin-bottom: 20px;
}
.bottom-section h3
{
    margin-top: 80px;
}
.bottom-section .form-control
{
    border-radius: 0;
    height: 40px;
}
.bottom-section textarea
{
    height: auto !important;
}
.bottom-section button
{
    border-radius: 0;
    background: #7090c5;
    float: right;
}
footer
{
    margin: 20px auto;
    font-size: 16px;
}
footer a
{
    color: white;
    font-weight: bold;
}
footer a:hover,
footer a:focus
{
    color: #7090c5;
}
/* ***** */

/* start-page-content */

.page-content
{
    margin: 20px auto;
}
.page-content h3
{
    font-weight: 600;
    color: #7978bb;
}
.page-content i
{
    color: #7978bb;
}
.page-content .contact p
{
    display: flex;
}
.page-content .contact p i
{
    margin-right: 5px;
}
.page-content .contact p a
{
    font-family: 'Quicksand', sans-serif;
    color: black;
    text-decoration: underline;
}
.page-content .btn
{
    background:#7090c5;
    color: white;
    border-radius: 0;
}
.page-content .history h2
{
    margin-top: 0;
}
.page-content .history .row
{
    margin: 20px auto;
}
.page-content .history .row:nth-child(2n+2)
{
    flex-direction: row-reverse;
    display: flex;
}
.page-content .refrence table td,
.page-content .refrence table th
{
    text-align: center;
}
.page-content .refrence table td img
{
    margin: auto;
    max-height: 80px;
}
.page-content .refrence .table-striped>tbody>tr:nth-of-type(odd)
{
    background: rgba(121, 120, 187, 0.20);
}
.page-content .refrence .table-striped>tbody>tr:nth-of-type(even)
{
    background: #f9f9f9;
}

.page-content .service img
{
    box-shadow: 0 0 5px 0px black;
    margin-bottom: 10px;
}