
body {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:400;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #01699A;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0 solid
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.btn {
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #00aef0;
    border-color: #00aef0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0393ca;
    border-color: #0393ca;
}

.btn-seconday {
    color: #00aef0;
    background-color: #fff;
    border-color: #fff;
}

.btn-seconday:hover {
    color: #00aef0;
    background-color: #efeded;
    border-color: #efeded;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.read-more {
    color: #00aef0;
    font-size: 14px;
    font-weight: 600;
}

.read-more:hover {
    text-decoration: underline;
    color: #00aef0;
}

p {
    line-height: 26px;
}


.section-margine {
    padding: 70px 0 0 0;
    background: #fff;
    padding-bottom: 5em;
}


/************************************
02)TOP HEADER
*************************************/

.top-header {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}

.contact-detail2 {
    margin: 0px;
}

.contact-detail2 i {
    border-radius: 3px;
    padding: 3px 5px;
}

.contact-detail2 li {
    list-style: outside none none;
    float: left;
    padding: 10px;
    border-right: 1px solid #eeeeee;
}

.contact-detail2 li:first-child {
    padding-left: 0;
}

.contact-detail2 li a {
    color: #777;
    font-size: 13px;
    font-weight: 300;
}

.social-icons {
    list-style: outside none none;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.social-icons li {
    margin-right: 10px;
    display: inline;
}

.social-icons a {
    color: #777;
    font-size: 14px;
    line-height: 15px;
    padding: 3px 5px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.social-icons a:hover {
    color: #00AEFF
}


/************************************
03)Logo
*************************************/

.navbar-brand {
    float: left;
    height: auto;
    padding: 8px 0px;
    font-size: 18px;
    line-height: 20px;
}

.logo-text {
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: bottom;
    line-height: 32px;
    letter-spacing: 1px;
    color: #777;
}

.logo-text span {
    font-size: 25px;
    text-transform: none;
    margin-right: 3px;
    letter-spacing: 0;
}

.logo-text samp {
    background: #00AEF0;
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}


/************************************
04)Navbar 1
*************************************/

.navbar {
    margin-bottom: 0px;
}

.header-shade {
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    z-index: 999;
}

.navbar-fixed-top {
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    z-index: 999;
    margin-top: 0px !important;
    padding: 20px 0px !important;
    background: #fff !important;
    position: fixed !important;
}

.navbar-fixed-top .navbar-nav>li>a {
    color: #777 !important;
    font-weight: 600 !important;
    background: transparent !important;
    text-transform: uppercase !important;
}

.navbar-1 .navbar-right .dropdown-menu {
    left: 0!important;
    border-radius: 0;
    border: 0;
    padding: 0;
    transition: all 0.4s ease 0s;
}

.dropdown-menu .divider {
    margin: 0px;
}

.dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #2b2527;
    background: #fff;
    padding: 10px;
    font-weight: 600;
}

.dropdown-menu> li >a:hover {
    color: #fff !important;
    background-color: #00aef0;
}
.dropdown-menu .dropdown-item:hover {
    color: #01699A !important;
}

.navbar-1 {
    background: #fff;
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	height: 75px;
}

.navbar-1 .navbar-nav>li>a {
    background: transparent !important;
	color: #000103;
    font-size: 14px !important;
}

.navbar-1 .navbar-nav>li>a:hover,
.navbar-1 .navbar-nav>li>a:active {
    background-color: transparent;
}

.navbar-1 .navbar-nav>.open>a,
.navbar-1 .navbar-nav>.open>a:focus,
.navbar-1 .navbar-nav>.open>a:hover {
    color: #000103;
}

.navbar-1 .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    min-width: 350px;
    padding: 20px;
}


/************************************
05)Banner
*************************************/

.carousel {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control.left {
    background: none;
    top: 35%;
}

.carousel-control.right {
    background: none;
    top: 35%;
}

.carousel-inner>.item>img {
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    min-height: 300px;
}

.carousel-control.left span,
.carousel-control.right span {
    background: #333 none repeat scroll 0 0;
    display: inline-block;
    width: 40px;
}


/************************************
06)Section 1
*************************************/

.section-1-box {
    padding: 0 50px;
    text-align: center;
    background: #f5f5f5;
    transition: all 0.4s ease 0s;
}

.section-1-box-icon-background {
    background: #77be32 none repeat scroll 0 0;
    display: inline-block;
    height: 80px;
    margin: 25px auto;
    transition: all 0.4s ease 0s;
    width: 80px;
}

.section-1-box-icon-background i {
    line-height: 80px;
    color:#ffffff;
}

.section-1-box h4 {
    text-transform: uppercase;
    color: #555555;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.section-1-box p {
    color: #777;
    font-size: 14px;
    padding-bottom: 50px;
}


/************************************
07)Section 2
*************************************/

.section-2-box-left {
    border-right: 1px solid #00aef0;
}

.section-2-box-left h4 {
    font-size: 18px;
    color: #999;
    text-align: right !important;
    margin: 0 15px 15px 0;
}

.section-2-box-left h2 {
    font-size: 30px;
    color: #555;
    text-align: right !important;
    margin: 0 15px 30px 0;
}

.section-2-box-right p {
    color: #777;
}

.sec-title {
    margin-bottom: 43px;
    margin-top: -7px;
}

.sec-title .tagline {
    color: #7e7e7e;
    display: inline-block;
    font-family: "PT Serif", sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.sec-title h2 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

.sec-title .double-border {
    display: inline-block;
    margin-top: 13px;
}

.sec-title .double-border::before,
.sec-title .double-border::after {
    background: #b9b9b9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
}

.sec-title .double-border::before {
    width: 136px;
}

.sec-title .double-border::after {
    margin-top: 5px;
    width: 72px;
}

.sec-title.text-center .double-border::before,
.sec-title.text-center .double-border::after {
    margin-left: auto;
    margin-right: auto;
}

.sec-title p {
    color: #898989;
    font-size: 14px;
    line-height: 26px;
    margin-top: 35px;
}


/************************************
08)Section 3
*************************************/

.section3-background {
    background: #333333 url(../images/p1.png)no-repeat center;
    background-size: cover;
}

.section-3-box {
    padding: 70px 0;
    text-align: center;
}

.section-3-box figure {
    color: #fff;
    margin: 10px 0;
}

.section-3-box h3 {
    font-size: 30px;
    color: #fff;
}

.section-3-box h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
}


/************************************
09)Section 4
*************************************/

.section-4-box {
    padding: 20px 0px;
    overflow: hidden;
}

.section-4-box-icon-cont {
    float: left;
    width: 30px;
    margin: 0 23px 53px 0;
}

.section-4-box-icon-cont i {
    color: #00aef0;
}

.section-4-box-text-cont {
    margin: 0 0 0 15px;
}

.section-4-box-text-cont h5 {
    text-transform: uppercase;
    color: #555555;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.section-4-box-text-cont p {
    color: #777;
    font-size: 14px;
}


/************************************
10)Section 5
*************************************/

.section-5-background {
    background: url(../images/section-5-background.jpg) no-repeat fixed;
    background-color: #252525;
    background-position: center;
    padding: 100px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.section-5-box-text-cont {
    text-align: center;
}

.section-5-box-text-cont h2 {
    color: #fff;
    margin: 40px 0 15px 0;
}

.section-5-box-text-cont p {
    color: #fff;
    margin: 0 0 40px 0;
}


/************************************
11)Section 6
*************************************/

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 30px;
    color: #555555;
}

.section-title h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555555;
}

.section-6-box {
    margin-bottom: 20px;
}

.section-6-box h3 {
    font-size: 20px;
    color: #555555;
    margin-top: 30px;
}

.section-6-box p {
    font-size: 14px;
    color: #777;
}


/************************************
12)Section 7
*************************************/

.section-7-background {
    background-color: #252525;
    background-position: center;
    padding: 100px 0 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.section-7-box-text-cont {
    text-align: left;
}

.section-7-box-text-cont h2 {
    color: #fff;
}

.section-7-box-text-cont p {
    color: #fff;
    margin: 0 0 40px 0;
}


/************************************
13)Section 8
*************************************/

.section-8 {
    padding-bottom: 70px;
}

.testimonial_wrapper {
    margin-top: 91px;
}

.single_testimonial {
    text-align: center;
    border: 1px solid #eeeeee;
    position: relative;
    padding: 75px 72px 60px;
    margin: 55px 15px 0 15px;

}

.single_testimonial .testmonial_img {
    display: inline-block;
    height: 110px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
}

.single_testimonial .testmonial_img img {
    width: 100%;
    border-radius: 50%;
}

.name_desig .name {
    font-size: 14px;
    color: #00AEF0;
    font-weight: 700;
    margin: 0;
    line-height: 16px;
}

.name_desig .desig {
    font-weight: 300;
    font-style: italic;
    color: #8e8e8e;
    font-size: 12px;
}

.testimonial_text {
    margin-top: 9px;
    position: relative;
}

.testimonial_text::before {
    content: "\f10d";
    position: absolute;
    right: calc(100% + 10px);
    top: -12px;
    font-family: FontAwesome;
    font-size: 24px;
    color: #00AEF0;
}


/************************************
14)Section 9
*************************************/

.section-9-background {
    background: #efefef;
    padding: 25px;
}


/************************************
15)Section 10
*************************************/

.section-10-background {
    background: #00aef0;
    padding: 40px 0px;
}

.section-10-box-text-cont h3 {
    font-size: 24px;
    color: #fff;
}

.section-10-box-text-cont p {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.section-10-btn-cont {
    text-align: right;
    margin: 17px 0 0 0;
}


/************************************
16)Footer top
*************************************/

.footer-top {
    padding: 25px 0;
    background-color: #1a1e21;
    color: #7e7e7e;
    font-size: 14px !important;
}

.footer-top p {
    font-size: 14px !important;
    margin-bottom: 0px;
}

.footer-top-box {
    margin: 30px auto;
    overflow: hidden;
}

.footer-top h4 {
    color: #fff;
    text-transform: capitalize;
}

.footer-top .input-holder {
    position: relative;
}

.footer-top .input-holder input[type="search"] {
    width: 100%;
    display: inline-block;
    border: 0;
    border-radius: 0;
    height: 39px;
    padding: 10px 20px;
	background: none;
	border-bottom: 1px solid #01699A;
}

.footer-top .input-holder label {
    position: absolute;
    top: 0;
    right: -4px;
    text-align: center;
    cursor: pointer;
}

.footer-top .input-holder label i {
    position: absolute;
    top: 9px;
    left: 8px;
    font-size: 20px;
    color: #01699A;
}

.footer-top .input-holder input[type="submit"] {
    color: #01699A;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    line-height: 0;
    text-indent: -999px;
	background: none !important;
}
.footer-top .input-holder input::placeholder {
    font-size:18px;
    color: #fff;
}
.footer-top .input-holder input {
    color: #fff;
}

.footer-top .submit-bgcolor {
    background-color: #00aef0;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0;
}

.footer-top ul li {
    margin: 0 0 10px 0px;
}

.footer-top ul li a {
    color: #7e7e7e;
}

.footer-top ul li a:hover {
    color: #fff;
}

.tag a {
    margin: 5px;
    color: #7e7e7e;
    padding: 5px;
    float: left;
    border: 1px solid #7e7e7e;
}

.tag a:hover {
    color: #fff;
    border: 1px solid #fff;
}


/***************************************
17)Footer Bottom
****************************************/

.footer-bottom {
    font-size: 14px;
    padding: 20px 0;
    background-color: #111315;
    color: #7e7e7e;
}

.footer-bottom ul.social-buttons {
    list-style-type: none;
    margin: 10px auto;
    padding: 0px;
}

.footer-bottom ul.social-buttons li a {
    display: block;
    background-color: #00aef0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.footer-bottom ul.social-buttons li a:hover {
    background-color: #0393ca;
}

.footer-bottom .copyright {
    color: #999;
    margin: 20px 0 20px 0;
}


/************************************
18)Section 11
*************************************/

.section-11 {
    padding-bottom: 70px;
}

.section-11-box {
    padding: 20px 0px;
    text-align: center;
}

.section-11-box-icon-background {
    background: #00aef0;
    height: 80px;
    width: 80px;
    border-radius: 5%;
    margin: 0 auto 20px auto;
}

.section-11-box-icon-background i {
    margin-top: 28px;
    color: #fff;
}

.section-11-box h4 {
    text-transform: uppercase;
    color: #555555;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.section-11-box p {
    color: #777;
    font-size: 14px;
}


/************************************
19)Section 12
*************************************/

#section-12 {
    padding: 25px 0px;
    margin: 50px auto 50px auto;
}

.portfolioFilter {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    padding: 15px 10px;
    color: #45bbff;
}

#section-12 p {
    margin-bottom: 100px;
}

.portfolioFilter a {
    color: #45bbff;
    text-decoration: none;
    margin: 15px 5px 15px 5px;
    padding: 10px 15px;
    display: inline-block;
}

.portfolioFilter a.current {
    color: #45bbff;
    font-weight: 700;
}

.portfolioContainer a img {
    margin: 15px auto;
    width: 100%;
    height: 100%;
}

.portfolioContainer1 a img {
    /*margin:15px auto;*/
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/************************************
20)Section 13
*************************************/

.section-13 {
    background: #00aef0;
    padding: 70px 0;
}

.section-13 h2 {
    color: #fff;
    font-weight: 200;
}

.section-13 p {
    color: #fff;
}

.section-13 .light {
    color: #fff;
    width: 20%;
    margin: 30px auto 40px auto;
}

.section-13 .btn {
    color: #00aef0;
    font-weight: 600;
}

.section-13 .btn-default {
    border-color: transparent;
}


/************************************
21)Section 14
*************************************/

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 30px;
    color: #555555;
}

.section-title h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

.section-14-box {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.section-14-box h3 {
    margin-top: 30px;
}

.section-14-box h3 a {
    font-size: 20px;
    color: #555555;
}

.section-14-box h3 a:hover {
    font-size: 20px;
    color: #999;
}

.section-14-box p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin: 0 0 20px 0;
}

.section-14-box .date,
.section-14-box .comments {
    float: left;
}

.section-14-box .date,
.section-14-box .comments {
    margin: 0 10px 15px 0;
    color: #222;
    font-size: 13px;
}

.section-14-box .comments a{
    color: #222;
    margin: 0 0 0 10px;
}
.section-14-box .date span i{
    margin-right: 10px;
}
.section-14-box .comments a:hover {
    text-decoration: underline;
}

.section-14-box ul {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0px;
}

.section-14-box ul li {
    margin: 20px 0;
}

.section-14-box ul li a {
    color: #777;
}

.section-14-box ul li a:hover {
    text-decoration: none;
    color: #00aef0;
}

.section-14-box .underline {
    border-bottom: 2px solid #00aef0;
    padding: 0 0 15px 0;
}

.section-14-box ul li a.tag {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #777;
}

.section-14-box ul li a.tag:hover {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #00aef0;
    color: #00aef0;
}

.blog-search-field {
    border: 1px solid #e6e6e6;
    background: #fff;
    width: 100%;
    padding: 13px 15px;
    outline: none !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    color: #777;
    margin: 20px 0 0 0;
}

.search-form button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.comment-form-container {
    margin: 70px auto;
;
}

.comment-form-container h4 {
    margin: 0 0 35px 0;
}

.comment-form-container .nopadding-left {
    padding-left: 0px;
}

.comment-form-container input.form-control {
    height: 50px;
}

.comment-form-container .form-control {
    border-radius: 0px;
    padding: 10px 15px;
}

/************************************
Section 15
*************************************/

.section17-background {
    background: #CCC;
    padding: 40px 0 30px 0;
}

.team-member {
    background: #fff;
}


/************************************
23)Inner Title bar
*************************************/

.inner-title {
    background: #00aef0;
    padding: 30px 0;
}

.inner-title h2 {
    color: #fff;
;
}

.breadcrumbs ul {
    float: right;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 500
}

.breadcrumbs ul li {
    display: inline-block;
    color: #fff !important;
    margin: 0 0 0 5px
}

.breadcrumbs ul li:after {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #fff;
    margin: 0 0 0 9px
}

.breadcrumbs ul li:last-child:after,
.breadcrumbs ul li:first-child:after {
    content: "";
    margin: 0
}

.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a {
    color: #fff !important;
    font-weight: 600
}

.breadcrumbs ul li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.breadcrumbs ul li:first-child {
    padding-right: 0;
    margin-left: 0
}

.breadcrumbs ul li:first-child,
.breadcrumbs ul li:last-child {
    color: #fff;
    background: 0
}

.breadcrumbs ul li:last-child {
    padding: 0;
    background: 0
}


/************************************
24)Section 16
*************************************/

.section16 {
    padding: 70px 0;
}

.section16 .success,
.section16 .error {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 48px;
}

.section16 .success {
    color: green;
}

.section16 .error {
    color: red;
}

.section16 .success .fa,
.section16 .error .fa {
    font-size: 18px;
    margin-right: 5px;
}

.section16 input[type="text"] {
    border-radius: 0px;
    padding: 10px 15px;
    height: 50px;
}

.section16 textarea {
    border-radius: 0px;
    padding: 25px 15px;
}

.section16 iframe {
    width: 100% !important;
}

.section16 .address {
    margin: 20px 0;
}

.section16 .address h4 {
    color: #00aef0;
}

.map{
    margin: 20px 0;
}
/************************************
25)Section 17
*************************************/

.section17 {
    background: #f8f8f8;
    padding: 70px 0;
}

.team-member1 {
    background: #fff;
    padding: 5px;
    margin: 10px auto;
    overflow: hidden;
}

.team-member1 .team-member1-img-cont {
    float: left;
    width: 100%;
}

.team-member1 .team-member1-img-cont img {
    min-height: 167px;
}

.team-member1 .team-member1-details {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.team-member1 .team-member1-details h4 {
    margin: 10px 0 0 0;
    padding: 0px;
}

.team-member1 .team-member1-details p {
    color: #878787;
    margin: 5px 0 5px 0;
}

.team-member1 .team-member1-details .sub {
    margin: 10px 0 10px 0;
}
.team-member1 .my-member-details {
    color: #333;
}
.team-member1 .my-member-social {
    transition: all 0.3s ease 0s;
}
.team-member1 .my-member-social ul{
    margin: 0;
    padding:15px 10px;
}
.team-member1 .my-member-social ul li {
    display: inline-block;
    list-style: outside none none;
    margin-top: 6px;
}
.team-member1 .my-member-social ul li a {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
    margin-right: 5px;
}
.team-member1 .my-member-social ul li a:hover {
    background-color: #3498db;
    border: 1px solid #3498db;
    color: #fff;
}

/************************************
26)Section 18
*************************************/

.section-18-img {
    padding: 0;
}

.section-18 .textcont {
    margin: 10px 0;
}

.section-18 .textcont h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555555;
    line-height: 35px;
}

.section-18 .textcont p {
    margin-bottom: 20px;
    color: #777;
}

.section-18 .about_section2 {
    margin-top: 20px;
}

.section-18 .about_us_title h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555555;
    line-height: 35px;
}


/************************************
27)Section 19
*************************************/

.section19 {
    margin: 100px auto 100px auto;
;
}

.section19 .section19-404 {
    border-right: 1px solid #ddd;
}

.section19 .section19-404 h1 {
    font-size: 20em;
    font-weight: 700;
    color: #00aef0;
    text-align: center;
}

.section19 .section19-404 h3 {
    text-align: center;
}

.section19 .section19-subscribe h3 {
    margin-top: 100px;
    margin-bottom: 30px;
}

.section19 .section19-subscribe .form-control {
    border-radius: 0px;
    padding: 20px;
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
}

.section19 .section19-subscribe .btn-primary {
    border-radius: 0px;
    display: inline-block;
    margin: 0 0 3px 0;
}


/************************************
28)Section 20
*************************************/

.section20 {
    margin: 70px auto;
}

.section-20-box {
    padding: 25px 0px;
    overflow: hidden;
}

.section-20-box-icon-cont {
    float: left;
    width: 23px;
    margin: 0 15px 85px 0;
}

.section-20-box-icon-cont i {
    color: #00aef0;
}

.section-20-box-text-cont {
    margin: 0 0 0 15px;
}

.section-20-box-text-cont h5 {
    text-transform: uppercase;
    color: #555555;
    font-size: 16px;
    margin: 3px 0 15px 0;
}

.section-20-box-text-cont p {
    color: #777;
    font-size: 14px;
}


/************************************
29)Section 21
*************************************/

.section21 {
    margin: 70px auto;
}

.section-21-box {
    padding: 25px 0px;
    overflow: hidden;
}

.navbar-brand > img {                              
    width: 110px;
    height: auto;
}

.open ul li a:hover {
	background:none !important;
	color:#000103 !important;
}
.open ul li a{
	color:#000103 !important;
}
.nav li a:hover{
	color:#000103 !important;
}


#intro {
    width: 100%;
    position: relative;
    background: #fff center bottom no-repeat;
    background-image: url(//www.rdwkenteken.nu/wp-content/themes/rdwkenteken/css/../images/img_top_home1.jpg);
    padding-bottom: 5em;
    background-size: cover;
}
#section4 {
  width: 100%;
  position: relative;
  background: #f5f8fd url("../images/bg-intro.jpg") center top no-repeat;
  background-color:#fff;
  margin: 0;
  padding-bottom:6em;
}
#section5 {
    margin: 0;
    padding-top:5em;
    padding-bottom: 0;
}
.colon-text {
	padding-top:0;
	color:#000;
}
.colon-text p{
	padding-top:2em;
	padding-bottom:4em;
	font-size:18px;
}
.colon-text a{
	margin-top:2em;
	font-size:18px;
	color: #fff;
	background-color: #01699A;
	padding: 1em;
	border-radius: 5px;
}
.colon-text a:hover{
	opacity:0.85;
}
.main {
    margin-top: 70px;
	padding-top:0;
}
.block-check {
	background:#fff;
    margin-top: 5em;
	box-shadow: 0 0 59px rgba(83, 144, 226, 0.24);
	border-radius: 5px;
	padding:2em;
}

.block-check  h1 {
	text-align:center;
	font-size: 30px;
	color: #000103;
}
.block-check  p {
	text-align:center;
	font-size: 18px;
	color: #444444;
	padding-top:1em;
}

.kenteken {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 27px;
	border: 0px;
	background: url(../images/2-layers.png) no-repeat 1px 2px;
	padding-left: 40px;
	height: 67px;
	width: 395px;
	text-align: center;
	max-width: 100%;
}
.kenteken::placeholder  {
	opacity: 0.4;
	color: #000000;
}

.submitbut {
	font-weight: 700;
	color: #fff;
	font-size: 26px;
	height: 66px;
	border: none;
	border-radius: 5px;
	background-color: #01699A;
	float: right;
	font-size: 18px;
	padding-left: 2.5em;
	padding-right: 2.5em;
}
.headkent {
	margin-top:3em;
	margin-bottom:1em;
}

.text-section2 {
	color:#000;
}
.text-section2 h4 {
	font-size: 20px;
	padding-bottom:0.8em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.text-section2 h5 {
	font-size: 16px;
	padding-bottom:1em;
}
.text-section2 ul {
	list-style: none;
	padding-left: 0;
	font-size:16px;
	padding-bottom:1em;
}
.text-section2 ul li{
	margin-bottom:5px;
	font-weight:600;
}
.text-section2 ul li i{
	margin-right:1em;
	color:#fff;
	padding:5px;
	background-color: #00a651;
	border-radius:25px;
}
.text-section2 a{
	color: #01699A;
}
.text-section2 p {
	font-size:16px;
}

#section3 {
    background-color: #f3f8ff;
    padding: 0;
}

.block-post {
	background: #fff;
	box-shadow: 0 0 20px rgba(47, 88, 109, 0.14);
    height: 400px;
}
.block-post-text {
    padding: 0em 1em 0 1em;
}

.block-post-text h3{
	font-weight:700;
	color:#000;
    font-size: 14px;
	text-transform:uppercase;
}
.block-post-text p{
	font-weight:400;
	color:#000;
	font-size:16px;
	margin: 0;
    padding-bottom: 50px;
}
.block-post a{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 1.5em;
	border-top:1px solid #d7d7d7;
	padding-top:1.5em;
	color:#000;
	font-weight:600;
}
.block-post img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.row-flex {
	display: flex;
	align-items: stretch;
}

.sec-titl h2 {
	font-weight:700;
}
.ideal {
	margin-top:2em;
}
.sec-titl {
	margin-bottom:4em;
}

#section5 h3 {
	font-weight:700;
    font-size: 18px;
}
#section5 p {
	font-size:16px;
}

.section5-a a {
    font-size: 18px;
    color: #fff;
    background-color: #01699A;
    padding: 1em;
    border-radius: 5px;
}

.section5-a {
    margin-top: 3em;
    margin-bottom: 5em;
}
.footer-bottom a {
	color: #01699A;
}

/*Menu footer*/
.algemeen-menu {
    font-size: 16px;
}
.algemeen-menu li a{
	color:#a8a9ab !important;
}
.algemeen-menu li a:hover{
	color:#fff !important;
}

/*end Menu footer*/

.social-buttons li a i {
	font-size: 22px;
	color: #fff;
	background: #01699A;
	padding: 15px;
	border-radius: 100px;
	width: 47px;
	height: 47px;
}
.social-buttons {
	margin-top:3em;
}
.menu-footer-new {
	float:right;
	margin: 20px 0 20px 0;
}
.menu-footer-new a{
	color:#a8a9ab;
	font-size:18px;
}
.menu-footer-new a:hover{
	color:#fff;
	font-size:18px;
}

#menu-head .dropdown .dropdown-toggle:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
}

.block-check h5 {
    font-weight: 600;
    color: #000103;
    text-align: center;
    font-size: 20px;
}

.scheck {
    width: 20%;
}
.bcheck {
    width: 50%;
}
.ul-section .checki {
    font-size: 12px;
    color:#000;
    padding-top: 0;
    padding-right: 0;
}
.ul-section .checki i {
    background: green;
    color: #fff;
    padding: 5px;
    border-radius: 15px;
}
.ul-section .checkp {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color:#000;
    padding-top: 0;
}
.ul-section {
    border-left: 1px solid aliceblue;
    margin-left: 5%;
}

.title-page {
    text-align:center !important;
    margin-top:1em !important;
    margin-bottom:2em !important;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.count-section {
    background-color: #efb312;
    padding:4em;
    padding-top: 5em;
}
.count-section span {
    font-size: 60px;
    font-weight: 700;
    color:#fff;
}
.count-section p {
    font-size: 16px;
    font-weight: 600;
    color:#000;
}

.block-check-two {
    border-left: 1px solid #ebebeb;
}
.ten-block {
    box-shadow: 0 0 57px rgba(47, 88, 109, 0.14) !important;
    background-color: #ffffff !important;
    border-radius:15px;
    padding:25px;
}
.ten-block h3{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.ten-block h4{
    padding-top: 1em;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.ten-block p{
    text-align:center;
    font-size: 16px;
    color: #626161;
}
.laatst {
    padding-top: 5em;
    background: #fff;
    padding-bottom: 5em;
}
.ten-text {
    padding:25px;
}
.ten-text h3{
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.ten-text p{
    color: #000;
    font-size: 15px;
}
.ten-text p a{
    color: #01699A;
    font-size: 16px;
}
.marginnull {
    margin:0 !important;
    padding:0 !important;
}
.marginnull img{
    width:100% !important;
	max-height: 600px !important;
	object-fit: cover;
}
.marginsu1 {
    padding-left: 17.5% !important;
    padding-right: 5% !important;
    margin-top: 2em !important;
}
.marginsu2 {
    padding-right: 17.5% !important;
    padding-left: 5% !important;
    margin-top: 2em !important;
}
#section3 .container-fluid {
    padding: 0;
}

#section6 {
    background: #fff;
    padding-bottom: 5em;
}
#section6 .container{
    padding-top: 4em;
    border-top: 1px solid #cfd8e6;
}
.section5-a a:hover {
    color:#fff;
}
.pustu {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
.pustu p{
    background: #000;
    width: 80%;
    float: right;
    color: #fff;
    margin-top: 10%;
    padding: 5px 10px 5px 10px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
}
.pustu p:before{
    content: "\f017";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size:18px;
}



.footer-top-box .search-form input[type="search"]{width:70%;float:left;
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid #01699A;
}
.footer-top-box .search-form input[type="submit"]{width:15%;background-color:none;
    background: none;color:#ffffff;border:none;padding:.781em .313em;float:left;margin-top:.031em;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #01699A;
}

.footer-top-box .search-submit:hover{
    background:none !important;
    background-image: url(../images/search.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.post-meta h1 {
    text-align: center;
    font-weight: 600;
}

#intro-page {
    width: 100%;
    position: relative;
    background: #f5f8fd url("../images/layer_intro.jpg") center top no-repeat;
    background-color: rgb(245, 248, 253);
    background-color: #fff;
    padding-bottom: 70px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #fff !important;
}
.main-page #section3{
    padding: 4em 0 4em 0;
}
.main-page .kenteken{
    padding: 4em 0 4em 0;
    width: 323px;
    padding: 0;
}
.main-page input[type="submit"]{
    width: 318px;
}
.newkentekencheck .kenteken{
    padding: 4em 0 4em 0;
    width: 323px;
    padding: 0;
}
.newkentekencheck input[type="submit"]{
    width: 323px;
}

@media (max-width: 767px) {
	.navbar-brand {
		width:70% !important;
	}
	.navbar-brand > img {
    margin: 0 auto;
    display: block;
	}
	.block-check {
	margin-top:12em;
	}
	.submitbut {
		float:none;
		max-width:100%;
		margin-top:0.5em;
	}
	.kenteken {
		border-radius:10px;
	}
	.nav {
		background: #fff;
		margin-top: 0;
	}
	.open ul li a {
	font-size: 14px;
	}
	.row-flex {
	display: block;
	align-items: stretch;
}
	.block-post-text p{
		margin-bottom: 4em;
	}
    .marginsu1 {
        padding-left: 25px !important;
    }
    .marginsu2 {
        padding-left: 25px !important;
    }
    .bottom-top-menu {
        display: none;
    }
    .main {
        margin-top: 70px;
    }
    .block-check {
        margin-top: 4em;
    }
}

#section3 .block-post {
    height: 95% !important;
}

.dpsp-networks-btns-content li:nth-child(3) {
    display: none !important;
}
.bottom-top-menu {
    background: #f5f5f5;
    margin-top: 0.5em;
}
.bottom-head-menu {

}
.bottom-head-menu li{
    float: left;
    padding: 5px 20px 5px 20px;
    text-transform: none;
}
.bottom-head-menu a{
    color: #000;
    font-weight: 400;
}

.bottom-head-menu a:hover li{
    background: #bababa;
    opacity: 0.9;
}
.bottom-head-menu a:hover {
    color: #fff;
    transition: none;
}

.laatste_kenteken_item .showkenteken {
    font-size: 20px;
}

.block-ad {
    height: 400px;
    background: #000;
    position: fixed;
}
.block-ad.absolute {
    background: #F00;
    position: static;

}
.block-ad h2{
    height: 700px;
}


.fixblock1 .sticky {
    position: fixed;
    left: 6em;
}
.fixblock2 .sticky {
    position: fixed;
    right: 6em;
}
.stop {
    position: relative;
}

.fixad h2 {
    width: 100%;
    height: 250px;
    background: #000;
}


#slidebox {
    width: 100%;
    height: 85px;
    padding: 5px;
    background: #f9f9f9;
    position: fixed;
    bottom: 0px;
    line-height: 18px;
    z-index: 10000;
    top:-215px;
}
#slidebox .kentekensubmit {
    margin: 0 !important;
}
#slidebox h5 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-top: 1em;
}

a.close {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    text-decoration: none;
    border: none
}

#slidebox p {
    margin: 0 0 10px 10px;
    padding: 0px;
    font-size: 13px;
    color: #666
}

#slidebox p a {
    text-decoration: underline
}

#slidebox p a:hover {
    color: #333;
    text-decoration: underline
}

#slidebox h4 {
    color: #333;
    font-size: 16px;
    margin: 10px 20px 10px 10px
}
.textwidget {
    padding: 15px;
}
.xdebug-error {
    display: none;
}

@media screen and (min-device-width: 445px) and (max-device-width: 995px) {
    #slidebox h5 {
        display: none !important;
    }
    .block-check .kenteken {
        width: 100% !important;
        background: #ffb500 !important;
        border-left: 60px solid blue !important;
    }
    .navbar-1 .navbar-nav > li > a {
        font-size: 10px !important;
    }
    .ul-section .checkp {
        text-align: center;
    }
}
.showkenteken {
    font-size: 20px !important;
}

.bottomMenu {
    display: none;
    position: fixed;
    width: 100%;
    height: 75px;
    background: #fff;
    z-index: 999999;
    text-align: center;
    color: #ccc;
    line-height: 60px;
    margin-top: -70px;
    border: none;
}


@media (min-width: 998px) {
    .bottomMenu {
        display: none !important;
    }
}
@media (max-width: 998px) {
    .ads-google-1 {
        display: none;
    }
    .ads-google-2 {
        display: none;
    }
}
section.banner{
	background: #fff;
    text-align: center;
    padding: 50px 15px 0;
    margin-bottom: -50px;
}
