/*-----------------------------------------------------------------------------------

    Template Name: BuzPro – Corporate HTML Template 
    Description: This is html5 template
    Author: devitems
    Version: 1.0.1

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Template default css (css/shortcode/default.css)
    2. Header css (css/shortcode/header.css)
    3. Menu css (css/shortcode/menu.css)
    4. Slider css (css/shortcode/slider.css)
    5. Footer css (css/shortcode/footer.css)
    6. Google font
	7. Features service
	8. Welcome video our nursery
	9. Section titel css
	10. Our services
	11. Our projects
	12. Our blog
	13. Funfact
	14. Our client say
	15. Keep in touch with us
	16. Meet our team
	17. Frequently ask question
	18. Breadcamp area
	19. About us page
	20. Contact us page
	21. Blog details page
	22. Error 404 page	
	23. ScrollUp	
	24. Pricing table
-----------------------------------------------------------------------------------*/
/*==========================
	6. Google font
============================*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Raleway:100,200,300,400,500,600,700,800,900');
/*==========================
	7. Features service
============================*/

.features-service-single {
    display: block;
}
.service-single.mb-30 {
    border: 1px solid #f1f1f1;
    padding: 50px 0;
    transition: all 0.3s ease 0s;
}
.fes-ser-titel span i {
    color: #04C5DB;
    font-size: 40px;
    margin-bottom: 5px;
}
.fes-ser-titel h4 {
    color: #5e5e5e;
    font-weight: 600;
    margin: 0;
}
.fes-ser-hover {
    background: #04C5DB none repeat scroll 0 0;
    display: block;
    left: 0;
    opacity: 1;
    padding: 45px 30px;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
.hvr-icon h4 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.hvr-icon i {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}
.hvr-icon p {
    color: #fff;
    margin: 0;
}
/*================================
	8. Welcome video our nursery 
==================================*/

.welcome-video {
    display: block;
    position: relative;
}
.popup-youtube {
    color: #fff;
    font-size: 60px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%;
    width: 70px;
    transition: .3s;
}
.welcome-video-area .container-fluid,
.funfact-area .container-fluid
/* ,.frequently-area .container-fluid */

{
    padding: 0;
}
.welcome-video,
.welcome-text {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 100px 0;
    width: 100%;
}
.welcome-text {
    display: block;
    overflow: hidden;
    padding: 95px 350px 100px 55px;
}
.welcome-content h2 {
    color: #474747;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.2;
}
.welcome-content > p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.6px;
    color: #000;
    
}
.welcome-content > a {
    border: 1px solid #04C5DB;
    color: #04C5DB;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 36px;
    padding: 7px 35px;
    transition: all 0.4s ease 0s;
}
.welcome-content > a:hover {
    color: #fff;
    border-color: #04C5DB;
    background-color: #04C5DB;
}
/*================================
	9. Section titel css
==================================*/

.section-titel {
    display: block;
    padding-bottom: 4px;
    position: relative;
}
.section-titel > h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.section-titel::after {
    background: #ddd none repeat scroll 0 0;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 145px;
}
.section-titel::before {
    
    bottom: -36px;
    color: #0A6DA8;
    content: "\f192";
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    left: 5px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 30px;
    z-index: 999;
}
.section-titel.style-two::after {
    background: #ddd none repeat scroll 0 0;
}
.section-titel.style-two::before {
    background-color: #f1f1f1;
}
/*================================
	10. Our services
==================================*/

.service-img {
    float: left;
    margin-top: 33px;
}
.servce-cntnt {
    display: block;
    overflow: hidden;
}
.servce-cntnt > i {
    font-size: 30px;
    color: #0A6DA8;
    transition: all 0.3s ease 0s;
}
.servce-cntnt > h5 {
    margin-top: 25px;
    text-transform: capitalize;
}
.servce-cntnt > h5 a {
    transition: all 0.3s ease 0s;
}
.servce-cntnt > h5 a:hover {
    color: #474747;
}
.service-single ul li {
    margin-bottom: 35px;
}
.service-single ul li:last-child {
    margin: 0
}
.our-service-right .service-img {
    float: right;
    margin-top: 33px;
}
.our-service-right .servce-cntnt {
    display: block;
    margin-left: 0;
    margin-right: 65px;
    overflow: hidden;
}
.single-project {
    margin-bottom: 30px;
}
.service-single:hover {
    background-color: #1B5083;
}
.servce-cntnt > p {
    transition: all .3s ease 0s;
}
.service-single:hover .servce-cntnt > i,
.service-single:hover .servce-cntnt > h5,
.service-single:hover .servce-cntnt > p {
    color: #fff;
}
/*================================
	11. Our projects
==================================*/

.image-box {
    display: block;
    position: relative;
}
.titel-venobox {

    bottom: 0;
    color: #fff;
    height: 0px;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}
.image-box:hover .titel-venobox {
    opacity: 1;
    visibility: visible;
    height: 80px;
}
.titel-venobox .venobox {
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}
.titel-venobox a i {
    background: #04C5DB none repeat scroll 0 0;
    border-radius: 100px;
    box-shadow: 0 1px 4px -1px #111;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
    width: 40px;
}
.titel-venobox > span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 35px 0 0;
}
.titel-venobox > span a {
    color: #fff;
    transition: .3s;
}
.titel-venobox > span a:hover {
    color: #474747;
}
/*================================
	12. Our blog
==================================*/

.blog-content {
    margin-top: 28px;
}
.blog-content > h6 {
    color: #5e5e5e;
    font-weight: 600;
    margin: 0;
}
.blog-post-info span::after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
}
.blog-post-info span:last-child::after {
    content: "";
    margin-left: 0;
}
.blog-post-info > span {
    color: #969696;
    font-family: lato;
    font-size: 13px;
    transition: all 0.4s ease 0s;
}
.blog-post-info a:hover,
.blog-content > a:hover {
    color: #04C5DB;
}
.blog-content > a {
    color: #616161;
    font-family: lato;
    font-size: 12px;
    font-weight: 700;
    transition: .3s;
}
.blog-post-info {
    padding: 15px 0 10px;
}
/*================================
	13. Funfact
==================================*/

.funfact-single {
    float: left;
    width: 25%;
}
.funfact-count h3 {
    color: #474747;
    font-family: lato;
    font-weight: 400;
    margin: 15px 0;
}
.funfact-count h5 {
    color: #474747;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.funfact-img {
    font-size: 35px;
}
/*================================
	14. Our client say
==================================*/

.client-single-box {
    margin-top: 58px;
}
.client-say-text {

}
.client-img {
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 105px;
}
.client-rating-box i {
    color: #666666;
    cursor: pointer;
    font-size: 18px;
    margin-right: 4px;
}
.client-say-text > p {
    color: #fff;
    font-family: lato;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.2;
}
/*Owl Css*/

.client-area .owl-theme .owl-dots .owl-dot span {
    backface-visibility: visible;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #0A6DA8;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 0 5px;
    transition: opacity 0.2s ease 0s;
    width: 12px;
}
.client-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0A6DA8 none repeat scroll 0 0;
    border: medium none;
    height: 13px;
    width: 13px;
}
.client-area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
}
.client-area .owl-item {
    opacity: 0.4;
}
.client-area .owl-item.active {
    opacity: 1;
}
/*================================
	15. Keep in touch with us
==================================*/

.keep-it-contact h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 28px;
}
.keep-contact-btn a {
    background: #fff none repeat scroll 0 0;
    color: #0A6DA8;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 42px;
    transition: .3s;
}
.keep-contact-btn a:hover {
    background: #0A6DA8;
    color: #fff;
}
/*================================
	16. Meet our team
==================================*/

.team-img {
    display: block;
    position: relative;
}
.team-hover {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
}
.team-single:hover .team-hover {
    opacity: 1;
}
.team-hover ul {
    bottom: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}
.team-single:hover .team-hover ul {
    opacity: 1;
    visibility: visible;
}
.team-hover ul li a {
    border: 1px solid #04C5DB;
    border-radius: 100px;
    color: #04C5DB;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 6px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.team-hover ul li a:hover {
    color: #fff;
    background: #04C5DB
}
.team-info h5 {
    color: #535353;
    font-weight: 500;
    margin: 0 0 4px;
}
.team-info span {
    color: #616161;
    font-family: lato;
    font-size: 14px;
}
.team-area-page .team-single {
    margin-bottom: 40px;
}
/*================================
	17. Frequently ask question
==================================*/
/* frequently right */

.frequently-left,
.frequently-right {
    padding: 95px 235px 80px;
}
.frequently-left,
.frequently-right {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 690px;
    overflow: hidden;
    width: 50%;
}
.frequently-titel > h2 {
    color: #fff;
    display: block;
    padding-bottom: 25px;
    position: relative;
    width: 500px;
}
.frequently-titel > h2::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 65px;
}
.frequently-titel > h2::before {
    bottom: -12px;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    left: 75px;
    position: absolute;
}
.service-accordion .panel-default > .panel-heading {
    background: none;
}
.service-accordion .panel-heading {
    border-radius: 0;
    padding: 0;
}
.service-accordion .panel-group {
    margin: 0;
}
.service-accordion .panel-group .panel {
    border: medium none;
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.service-accordion .panel-title > a {
    color: #616161;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-top: 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.service-accordion .panel-body {
    border: none !important;
    padding: 0 30px 10px;
}
.service-accordion .panel-title > a:hover {
    color: #04C5DB;
}
.service-accordion .panel-title a.collapsed::before,
.service-accordion .panel-title a::before {
    content: "";
    font-family: material-design-iconic-font;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    padding: 17px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    color: #04C5DB;
}
.service-accordion .panel-title a:before {
    content: "\f273";
}
.service-accordion .panel-title > a:hover:before {
    color: #04C5DB;
}
.service-accordion .panel-title > a:hover:after {
    color: #04C5DB;
}
/* frequently right */

.frequently-right .frequently-titel > h2 {
    color: #474747;
}
.frequently-right .frequently-titel > h2::before {
    color: #04C5DB;
}
.frequently-right .frequently-titel > h2::after {
    background: #bab9b9 none repeat scroll 0 0;
}
.form-group,
.form-single {
    margin-bottom: 25px;
}
.form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    font-family: lato;
    font-size: 14px;
    height: 45px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.form-control:focus {
    border: 1px solid #04C5DB;
}
.form-button .contact-submit {
    background: #04C5DB none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: raleway;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 46px;
    margin-top: 10px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.form-button .contact-submit:hover {
    background: #fff;
    color: #04C5DB;
}
.testi-signal.item {
    border: 1px solid #ddd;
    padding: 20px 30px;
    transition: all 0.3s ease 0s;
}
.testi-signal.item:hover {
    border: 1px solid #04C5DB;
}
/*================================
	18. Breadcamp area
==================================*/

.breadcamb-area {
    box-shadow: 15px 2px 3px 0 #ddd;
}
.bradcamb-content h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.bradcamb-content ul li {
    color: #04C5DB;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.bradcamb-content ul li a {
    color: #fff;
    font-size: 14px;
}
.bradcamb-content ul li i,
.top-titel ul li span {
    display: inline-block;
    padding: 0 6px 0 8px;
}
.bradcamb-content a span {
    padding: 0 8px 0 10px;
}
/*================================
	19. About us page
==================================*/

.abt-text p.peragraph-mrg {
    margin: 15px 0;
}
.about-us-left.text-center > h6 {
    color: #666666;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about-us-left h3 {
    color: #5e5e5e;
    font-size: 26px;
    margin: 0 0 20px;
}
.abt-text > p {
    margin: 0;
   font-size: 18px;
    color: #000;
        line-height: 1.5;
}
.abt-btn > a {
    border: 1px solid #04C5DB;
    border-radius: 100px;
    color: #04C5DB;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    line-height: 33px;
    margin: 35px auto 0;
    overflow: hidden;
    width: 150px;
}
.about-us-left {
    margin-top: 36px;
}
/* Skill Progress */

.skill {
    padding-right: 40px;
    padding-top: 16px;
}
.skill-titel > h4 {
    color: #383838;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.skill-content {
    overflow: hidden;
    padding-top: 43px;
}
.skill .progress-bar {
    background-color: #04C5DB;
    box-shadow: none;
    position: relative;
}
.skill .progress .lead {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -28px;
    width: 100%;
    z-index: 99;
}
.skill .progress .lead span {
    color: #767676;
    float: right;
    font-family: lato;
    font-size: 14px;
    text-align: right;
}
.skill .progress {
    background-color: #eeeeee;
    border-radius: 0;
    box-shadow: none;
    height: 10px;
    margin-bottom: 62px;
    overflow: visible;
    position: relative;
}
.skill .progress-bar::after {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #04C5DB;
    border-radius: 30px;
    content: "";
    height: 25px;
    position: absolute;
    right: -5px;
    top: -8px;
    width: 25px;
}
.skill .progress-bar > span {
    color: #767676;
    float: right;
    font-family: lato;
    font-size: 14px;
    margin-top: -25px;
    position: relative;
}
.skill .progress:last-child {
    margin-bottom: 8px;
}
.single-skill {
    float: left;
    width: 50%;
}
.skill-titel p {
    margin-bottom: 0;
    margin-top: -29%;
}
/*================================
	20. Contact us page
==================================*/

#map {
    width: 100%;
    height: 565px;
}
.contact-address-from {
    padding: 100px 200px 100px 100px;
}
.contact-address-from .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.contact-address-from .form-control {
    border: 1px solid #fff;
    color: #fff;
}
.contact-address-from .form-group,
.form-single {
    margin-bottom: 20px;
}
.contact-address-from .form-button .contact-submit {
    background: #fff none repeat scroll 0 0;
    color: #04C5DB;
    margin-top: 40px;
    transition: .4s;
}
.contact-address-from .form-button .contact-submit:hover {
    background: #04C5DB;
    color: #fff;
}
/* Adress left */


.contact-address-from2 {
    padding: 100px 200px 100px 100px;
}
.contact-address-from2 .form-control2::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.contact-address-from2 .form-control2 {
    border: 1px solid #fff;
    color: #fff;
}
.contact-address-from2 .form-group2,
.form-single {
    margin-bottom: 20px;
}
.contact-address-from2 .form-button2 .contact-submit2 {
    background: #fff none repeat scroll 0 0;
    color: #04C5DB;
    margin-top: 40px;
    transition: .4s;
}
.contact-address-from2 .form-button2 .contact-submit2:hover {
    background: #04C5DB;
    color: #fff;
}
/* Adress left */

.address-info ul li {
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
}
.address-info ul li i {
    border: 1px solid #04C5DB;
    border-radius: 100px;
    color: #04C5DB;
    float: left;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    width: 40px;
    margin-top: 5px;
    transition: .3s;
}
.address-info ul li:hover i {
    color: #fff;
    background: #04C5DB;
}
.address-info p {
    color: #616161;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}
.contact-address {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 3px 2px 2px #ddd;
    padding: 90px 80px;
}
/* social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-network a.icoRss {
    background-color: #F56505;
}
.social-network a.icoFacebook {
    background-color: #3B5998;
}
.social-network a.icoTwitter {
    background-color: #33ccff;
}
.social-network a.icoGoogle {
    background-color: #BD3518;
}
.social-network a.icoVimeo {
    background-color: #0590B8;
}
.social-network a.icoLinkedin {
    background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}
.social-circle li a {
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin: 0 8px 0 auto;
    position: relative;
    text-align: center;
    width: 30px;
}
.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-network.social-circle > h4 {
    color: #4d4d4d;
    margin: 0 0 15px;
    text-align: center;
}
.main-contact-address {
    display: block;
    position: relative;
}
.contact-address-from {
    float: left;
    padding: 100px 200px 100px 100px;
    position: relative;
    width: 67%;
}
.contact-address {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 #ddd;
    float: right;
    padding: 100px 90px;
    position: absolute;
    right: 100px;
    top: 90px;
    width: 33%;
}
/*================================
	21. Blog details page
==================================*/

.blog-details-content .top-titel > h6 {
    color: #5e5e5e;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.text-content a {
    color: #04C5DB;
}
.text-content-img {
    display: block;
    overflow: hidden;
}
.text-single {
    float: left;
    padding-right: 28px;
    width: 60%;
}
.text-img-left {
    float: right;
    width: 40%;
}
.blog-details-left .social-network {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 23px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.deatils-titel h5 {
    font-size: 20px;
    text-transform: uppercase;
}
.comment-content {
    display: block;
    overflow: hidden;
}
.comment-single-box {
    margin-top: 45px;
}
.comment-single-box.two {
    margin-left: 115px;
    margin-top: 25px;
}
.comment-author {
    margin-bottom: 10px;
}
.comment-pic {
    display: inline-block;
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
.comment-author > h6 {
    margin: 0 0 3px;
}
.comment-author ul li {
    color: #969696;
    font-family: lato;
    font-size: 12px;
}
.mail-reply > a {
    color: #04C5DB;
    font-size: 25px;
}
.comment-dis > p {
    margin: 0 0 4px;
}
.blog-details-left .contact-form-area .form-single {
    margin-bottom: 25px;
}
.blog-details-left .form-button .contact-submit {
    margin-top: 25px;
}
.blog-details-left .form-button .contact-submit:hover {
    background: #000;
    color: #fff;
}
.form-messege {
    margin: 0;
}
/* Blog Detials Left */

.single-widget.search-news input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #f1f1f1;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #555555;
    font-size: 14px;
    height: 45px;
    padding: 0 0 0 15px;
    position: relative;
    width: 100%;
}
.single-widget .search-button {
    background: #04C5DB none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
.deatils-titel h5 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.deatils-titel h5::after {
    background: #04C5DB none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.category-list ul li {
    color: #616161;
    font-family: lato;
    padding-bottom: 10px;
    width: 100%;
}
.category-list ul li:last-child {
    padding: 0;
}
.category-list ul li i {
    color: #04C5DB;
    font-size: 8px;
    margin-right: 8px;
    overflow: hidden;
}
.category-list ul li span {
    float: right;
}
.ltst-pst-img {
    float: left;
    margin-right: 15px;
}
.ltst-pst-cntnt,
.latest-post-single {
    display: block;
    overflow: hidden;
}
.ltst-pst-cntnt > p {
    margin: 0;
}
.ltst-pst-cntnt > p a {
    color: #616161;
    font-family: raleway;
    font-weight: 500;
}
.ltst-pst-cntnt > p a:hover {
    color: #04C5DB;
}
.latest-post-list .blog-post-info {
    padding: 0;
}
.service-box ul li {
    margin-bottom: 15px;
    margin-right: 13px;
}
.service-box ul li:nth-child(3),
.service-box ul li:nth-child(6) {
    margin-right: 0;
}
.tag-list ul li a {
    border: 1px solid #ddd;
    color: #616161;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 8px 19px;
}
.tag-list ul li a:hover {
    color: #04C5DB;
}
.tag-list ul li:nth-child(2) a,
.tag-list ul li:nth-child(4) a {
    margin-right: 0;
}
/*================================
	22. Error 404 page
==================================*/

.notfound-content h1 {
    font-size: 180px;
    font-weight: 600;
}
.notfound-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 50px;
}
.notfound-content h4 {
    font-size: 30px;
    margin: 0 0 10px;
}
.notfound-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 48px;
    padding: 0 30%;
}
.notfound-content a.back-to {
    background: #04C5DB none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.notfound-content a.back-to:hover {
    background: #555555 none repeat scroll 0 0;
}
/*================================
	23. ScrollUp
==================================*/

#scrollUp {
    background: #1B5083 none repeat scroll 0 0;
    border-radius: 0px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 200;
}
#scrollUp:hover {
    background: #555555;
}
/*----- 24. Pricing table  ------*/

.single-pricing {
    margin: 0 -6px;
    overflow: hidden;
    padding: 6px;
}
.single-pricing-wraper {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 80px 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.pricing-top {
    display: block;
    overflow: hidden;
    padding-top: 9px;
}
.pricing-top .label::before {
    border-bottom: 6px solid #383838;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -4px;
    content: "";
    height: 0;
    position: absolute;
    right: -3px;
    transform: rotate(45deg);
    width: 0;
}
.pricing-top .label::after {
  border-bottom: 6px solid transparent;
  border-right: 7px solid #383838;
  border-top: 6px solid transparent;
  bottom: -6px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transform: rotate(45deg);
  width: 0;
}
.pricing-top .label.none-price {
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.pricing-top .label {
    background-color: #383838;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 49px;
    left: -6px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 113px;
    transform: rotate(-45deg);
    transform-origin: left bottom 0;
    transition: all 0.3s ease 0s;
    width: 237px;
}
.pricing-top p {
    color: #666;
    font-size: 30px;
    font-weight: normal;
}
.active2.pricing-top p {
    color: #fff;
}
.pricing-top p span {
    font-size: 20px;
    font-weight: bold;
    padding-right: 4px;
    position: relative;
    top: -21px;
}
.single-pricing:hover .pricing-top .label.none-price {
    opacity: 1;
}
.pricing-tex > ul {
    padding: 35px 0;
}
.pricing-tex li {
    color: #757575;
    display: block;
    font-size: 16px;
    padding-bottom: 17px;
    text-transform: capitalize;
}
.active2 .pricing-tex li,
.active2 .pricing-top > span,
.active2 .pricing-top p {
    color: #fff;
}
.price-btn a {
    background-color: #262626;
    border: 1px solid #262626;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 45px 7px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.price-btn a:hover {
    background-color: #666;
    border: 1px solid #666;
}
.single-pricing.price2 {
    transition: all .3s ease 0s;
}
.single-pricing.price2:hover .single-pricing-wraper,
.single-pricing.active2 .single-pricing-wraper {
    background-color: #0A6DA8;
}
.single-pricing.price2:hover .pricing-tex li,
.single-pricing.price2:hover .pricing-top > span,
.single-pricing.price2:hover .pricing-top p {
    color: #fff;
}
.pricing .price-btn a:hover {
    background-color: #fff;
    border: 1px solid #262626;
    color: #262626;
}
.about-us-right > img {
    width: 100%;
}
.mfp-bg {
    z-index: 99999;
}
#popup_this {
       top: 40%;
    left: 43%;
    text-align: center;
    margin-top: 11px;
    margin-left: -16px;
    padding: 30px;
    position: fixed;
    z-index: 1;
    border: 3px solid #eee;
}
.b-close {
    color: #fff;
    background: #ff0000;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}


.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


 {box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #000;
  color: white;
  padding: 0px 0px;
  border: none;
  cursor: pointer;

  position: fixed;
  bottom: 350px;
  right: 0px;
      z-index: 1;


}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 0px;

  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
  border: 3px solid #D8D5D9;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;

  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


/*=====download-css=======*/

 .download {
    width: 100%;
padding:50px 0px;
    display: block;
    transition: opacity 0.3s;
  }



.download p{
    font-size:22px;
    font-weight:550;
 
    padding: 10px;
}
.download p .fa{
    font-size:25px;
    width:40px;
    height:40px;
    border-radius:50%;
    color:#1B5083;
    border:2px solid #1B5083;
    padding:7px;
    background:transparent;
}





