/*-----------------------------------------------------------------------------------

 Theme Name: Businest
 Description: The Multi-Purpose Multipage Template
 Version: 1.0
 Main Color   : #2ed9f5
 main Font    : Poppins,

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------

 == Table Of Content

	:: 01 Start Basics
	:: 02 Helper Class
	:: 03 Button
	:: 04 Header
	:: 05 Navbar
	:: 06 slider
	:: 07 Section Heading
	:: 08 service Section
	:: 09 About Section
	:: 10 Service Section Two
	:: 11 Our Projects Section
	:: 12 Counter Section
	:: 13 Testimonial Section
	:: 14 Team Section
	:: 15 Subscribe Section
	:: 16 Contact Section
	:: 17 Page Loader
	:: 18 Additional CSS 
	:: 19 Google Map CSS

---------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption|PT+Serif:400,700|Poppins:200,300,400,500,600,700,800&amp;display=swap');

/*---------------- :: 01 Start Basics -------------*/
::selection {
  background: #ebac00;
  color: black;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

html,
body {
    color: black;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    font-family: 'PT Serif', serif;
}

p {
    line-height: 1.5;
    font-size: 16px;
    color: black;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

span,
a,
a:hover {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    color: #212121;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 0px;
}

h2 {
    font-size: 35px;
    line-height: 42px;
    color: black;
    margin-bottom: 0px;
}

h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0px;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0px;
}

a:hover {
    text-decoration: none!important;
}

a:hover,
a,
button,
button:hover {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
figure{
	margin-bottom:0;
}
button:focus {
    outline: none!important;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0px!important;
}


/*---------------- :: 02 Helper Class -------------*/

.bg-gray {
    background: #f6f9fe!important;
}

.space {
    padding-top: 120px;
    padding-bottom: 120px;
}

.space-top {
    padding-top: 120px;
}

.space-bottom {
    padding-bottom: 120px;
}

.space-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-top-60 {
    padding-top: 60px;
}

.space-bottom-60 {
    padding-bottom: 60px;
}

.space-top-80 {
    padding-top: 80px;
}

.space-bottom-80 {
    padding-bottom: 80px;
}

.space-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-top-40 {
    padding-top: 40px;
}

.space-bottom-40 {
    padding-bottom: 40px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

div:hover,
a,
a:hover {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.container {
    position: relative;
    z-index: 2;
}


/*---------------- :: 03 Button -------------*/

.btn,
.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    position: relative;
    background-color: #2ed9f5;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 8px;
    position: relative;
    overflow: hidden;
}

.btn:hover {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.20)!important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn-text:hover {
    background-color: #55c57a;
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.50);
    transform: translateY(-2px);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn-text:active {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}


/*---------------- :: 04 Header -------------*/

.mini-topbar {
    background-color: #2ed9f5;
    min-height: 46px;
    position: relative;
    z-index: 9;
}

.header_info-row {
    background-color: #304052;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    right: 15px;
    padding: 5px 12px;
    max-width: 510px;
    /* z-index: 7; */
}

.header_info-row:before {
    content: '';
    display: block;
    width: 45px;
    height: 46px;
    z-index: -1;
    left: -26px;
    position: absolute;
    background: linear-gradient(297deg, rgba(48, 61, 79, 0.98) 65%, rgba(250, 250, 250, 0) 60%);
    top: 0;
}

.header_info {
    display: block;
    height: 100%;
    position: relative;
}

i.fas.fa-phone-volume {
    transform: rotate(-40deg);
}

.icon_top i,
.icon_top .info_label {
    color: #2ed9f5;
}

.icon_top .info_label {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
}

.icon_top {
    display: flex;
}

.icon_top i:before {
    font-size: 30px;
    width: 32px;
    float: left;
    height: 32px;
    margin-right: 12px;
}

.icon_top i.fas.fa-phone-volume {
    margin-right: 0px;
}

.icon_top span {
    font-weight: normal;
    display: block;
    color: #dcdcdc;
    font-size: 15px;
    font-family: 'PT Serif Caption', serif;
    margin-top: 1px;
}

.col-sm-6.info_email {
    padding-left: 0;
}


/*---------------- :: 05 Navbar-------------*/

.main-navbar.h_stiky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.navbar-toggler-icon:before {
    content: '';
    height: 2px;
    width: 22px;
    background: #616161;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    box-shadow: 0 12px #616161, 0 24px #616161;
    -webkit-box-shadow: 0 7px #616161, 0 14px #616161;
    -moz-box-shadow: 0 12px #333, 0 24px #333;
}
nav.navbar.navbar-default.navbar-expand-md.main-navbar.h_stiky {
    position: fixed;
    top: 0;
	transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
nav.main-navbar.h_stiky ul.navbar-nav,
nav.navbar.navbar-default.main-navbar.h_stiky,
ul.navbar-nav,
nav.main-navbar.h_stiky ul.navbar-nav {
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

nav.main-navbar.h_stiky ul.navbar-nav {
    margin-top: 0px!important;
}

nav.navbar.navbar-default.navbar-expand-md {
    min-height: 100px;
    border-bottom: 4px solid black;
    padding: 0;
    background-color: #ffffff;
}

.open_time_inner {
    display: flex;
    align-items: center;
    color: black;
    font-size: 16px;
    min-height: 46px;
    font-family: 'PT Serif', serif;
}

.open_time_inner i {
    padding-right: 8px;
}

header .main-navbar .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
}

header .main-navbar .navbar-nav .nav-link:hover {
    color: #2ed9f5;
}

.main-navbar ul.navbar-nav {
    font-family: 'Poppins', sans-serif;
}

.dropdown-menu>.dropdown-menu>.dropdown-menu {
    max-height: 400px;
    overflow: scroll;
}

.main-navbar .dropdown-menu {
    min-width: 210px;
    padding: 0;
    border-radius: 0;
}

.dropdown-menu a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
    background-color: #2ed9f5;
    color: black;
}

a.navbar-brand {
    max-width: 220px;
}

nav.main-navbar.h_stiky a.navbar-brand {
    max-width: 200px;
}

nav.main-navbar.h_stiky {
    min-height: 80px!important;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}



/*---------------- :: 07 Section Heading -------------*/

.section-heading {
    margin: auto auto 60px;
    /*max-width: 740px;
    text-align: center;*/
}
.col-lg-8 .section-heading {
    margin: auto auto 40px;
}
.section-heading h2 span {
    display: block;
}

.section-heading p {
    color: #46556a;
    font-size: 22px;
    font-weight: normal;
    margin-top: 30px;
    font-style: normal;
    font-family: 'PT Serif', serif;
    font-stretch: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}

.section-heading h2 {
    position: relative;
}

/*.section-heading h2 span {
    content: '';
    height: 5px;
    background-color: black;
    width: 80px;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
}*/

.section-heading span:before {
    content: '';
    height: 5px;
    background-color: black;
    width: 10px;
    position: absolute;
    border-radius: 10px;
    left: -100px;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.section-heading span:after {
    content: '';
    height: 5px;
    max-width: 40px;
    background-color: black;
    width: 10px;
    position: absolute;
    border-radius: 20px;
    left: 0;
    margin: 0 auto;
    right: -100px;
    bottom: 0;
    z-index: 99;
}


/*---------------- :: 08 Service Section -------------*/

.service-content {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 #a1cafd;
    background-color: #ffffff;
    margin-bottom: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.service-content:hover {
    box-shadow: 0px 0px 12px #2ed9f5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.service-content .icon {
    vertical-align: middle;
    height: 84px;
    width: 84px;
    margin: 12px auto 20px auto;
    display: block;
}

span.icon-circle {
    margin-bottom: 20px;
    font-size: 40px;
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 100%;
    line-height: 100px;
}

span.icon-circle img {
    width: 100%;
}

.service-title {
    color: black;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: capitalize;
}

.service-content:hover .service-title {
    color: #2ed9f5;
    transition: all .4s ease;
}

.our_services-col p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}



/*---------------- :: 10 Service Section Two -------------*/

.service-provide-section_v2 .service-provide .service-content-provide {
    padding: 20px 20px 20px 15px;
}

.service-provide-section {
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url(../images/planner-about-subheader-bg.jpg);*/
}

/*.service-provide-section::after {
    content: url(../images/all-img/service-l-1.png);
    position: absolute;
    bottom: -8px;
    left: -5px;
    z-index: 1;
}

.service-provide-section::before {
    position: absolute;
    top: -5px;
    right: -5px;
    content: url(../images/all-img/service-r-1.png);
	
    z-index: 1;
}*/

.service-provide-section .service-provide.left_col span.icon-circle {
    margin-bottom: 20px;
    font-size: 40px;
    display: inline-block;
    width: 80px!important;
    color: #fff;
    display: block;
    float: left;
    border-radius: 100%;
}

.service-provide-section span.icon-circle svg.icon {
    width: 76px;
    height: 76px;
}

.text_cont h4 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    color: black;
}

.text_cont p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: black;
}

.text_cont.col-lg-8 {
    padding: 0;
}

.service-provide .service-content-provide {
    align-items: center;
    min-height: 180px;
}

.service-provide.left_col .service-content-provide {
    border-radius: 100px 0px 0px 100px;
}

.service-provide.right_col .service-content-provide {
    border-radius: 0px 100px 100px 0px;
    text-align: right;
}

.service-provide .service-content-provide span.icon {
    vertical-align: middle;
    max-width: 70px;
    margin: 15px auto 20px auto;
    display: block;
}

.service-content-provide {
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    z-index: 1;
    border: 1px dashed black;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.service-content-provide:hover {
    border: 1px dashed #2ed9f5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 2px 2px 20px hsla(0, 0%, 0%, 0.25);
}

.service-content-provide h4.service-title {
    text-transform: capitalize;
}

/*---------------- :: 16 Contact Section -------------*/

.contact_map {
    margin-bottom: 60px;
}

.contact-section iframe {
    border: 0;
    width: 100%;
    min-height: 320px;
}

.contact-section textarea.form-control {
    height: 240px !important;
    padding: 26px;
}

.contact-section .info-cont-area {
    margin-bottom: 30px;
    padding-left: 40px;
    box-shadow: 2px 2px 10px #dfdcdc;
    background-color: rgba(255,255,255,0.4);
    padding: 20px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.contact-section .info-cont-area .icon_col {
    margin-top: 0px;
}

.info-cont-area p {
    font-size: 18px;
    margin-bottom: 0;
    color: black;
    font-family: PT Serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.72;
    color: black;
}

.icon_col {
    margin-top: 8px;
}

.icon_col span {
    background-color: #2ed9f5;
    color: black;
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 100%;
    line-height: 74px;
    text-align: center;
}

.icon_col span i:before {
    font-size: 36px;
}

.contact-section .form-group .form-control {
    height: 60px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 0;
    padding-left: 26px;
    font-family: 'PT Serif', serif;
    font-size: 14px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
}

.contact-section .number {
    border-radius: 1px!important;
}

.contact-section .form-group select.form-control {
    padding-left: 12px!important;
    padding: 0;
    width: 64px;
    align-items: center;
    position: absolute;
    justify-content: center;
    display: flex;
    z-index: 9;
    font-weight: normal;
    text-align: center;
    background-color: #2ed9f5;
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.72;
    color: black;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.contactus_form .form-group {
    margin-bottom: 30px;
}

.contact-section .number {
    border-radius: 0px 12px 12px 0px !important;
    margin-left: 60px!important;
}

.contact-section input[type=number]::-webkit-inner-spin-button,
.contact-section input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    margin: 0;
}

.contactus_form a.btn.main-btn.col-lg-12 {
    font-size: 24px;
    border-radius: 12px;
}

.contactus_form a.btn.main-btn {
    height: 60px;
    line-height: 60px;
    padding: 0;
    color: black;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.coppy-right {
    min-height: 60px;
    padding: 0;
    border-top: 1px solid;
    background-color: black;
    margin-top: 96px;
    border: 0;
    text-align: center;
}

.coppy-right p {
    color: #fff;
    padding: 20px 0px;
    margin-bottom: 0;
    font-size: 18px;
}


/*---------------- :: 17 Page Loader -------------*/

#page-anim-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100% !important;
    transition: all .9s;
}

.page_preloader-inner {
    position: relative;
    z-index: 999999;
    height: 100vh;
}

#page-anim-preloader:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #2ed9f5;
    width: 100%;
    height: 100%;
}

.circle {
    border-radius: 50%;
    border: 3px #0a0a0a solid;
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 50px;
}

.circle-1 {
    animation: move 1s ease-in-out infinite;
}

.circle-1a {
    animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.circle-2 {
    animation: move 1s ease-in-out infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(60px);
    }
}

.circle-1a {
    margin-left: -55px;
    opacity: 0;
}

.circle-3 {
    animation: circle-3 1s ease-in-out infinite;
    opacity: 1;
}

@keyframes circle-3 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loader_text {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 40px auto;
    text-transform: uppercase;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}


/*---------------- :: 18 Additional CSS  -------------*/

#return-to-top {
    height: 50px;
    width: 50px;
    line-height: 50px;
    position: fixed;
    transform: rotate(-91deg);
    text-align: center;
    border-radius: 50%;
    bottom: 20px;
    background-color: #2ed9f5;
    text-align: center;
    right: 20px;
    color: black;
    z-index: 99;
    -moz-border-radius: 35px;
    transition: all .5s;
    box-shadow: #2ed9f5 0px 0px 14px 0px;
}

i.top-icon {
    padding: 15px;
    position: absolute;
    display: block;
    left: 10px;
    top: 14px;
}

.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ocean:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #8ee9f9;
    width: 100%;
    height: 100%;
    height: 60px;
}

.wave {
    background: url(../images/all-img/wave-01.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.2;
}

.wave:nth-of-type(2) {
    top: -175px;
    background: url(../images/all-img/wave-01.svg) repeat-x;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 0.4;
}

@-webkit-keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@-webkit-keyframes swell {
    0%,
    100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}

@keyframes swell {
    0%,
    100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

a.video__btn {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 85px;
    right: 0;
    margin: 0 auto;
    left: 0;
    align-items: center;
    top: 0;
}

a.video__btn i {
    color: #ffffff;
    display: block;
    height: 60px;
    position: relative;
    background: #F61C0D;
    border-radius: 14px;
    width: 80px;
}

a.video__btn i.flaticon-music-player-play:before {
    position: absolute;
    font-size: 26px;
    width: 100%;
    line-height: 60px;
    text-align: center;
}

.fa-youtube:before {
    content: "\f167";
    position: relative;
    z-index: 9;
}


/*---------------- :: 20 Google Map CSS -------------*/

.map {
    height: 350px;
}

.error-box {
    text-align: center;
}

.error-box h1 {
    font-size: 250px;
    line-height: 250px;
    display: block;
    color: #151b4d;
}

.error-box span {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    font-family: 'Work Sans', sans-serif;
    color: #151b4d;
    margin-bottom: 20px;
    display: block;
}

.error-box p {
    color: #151b4d;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 40px;
}


/*Merged Styles*/

nav.navbar.navbar-default.navbar-expand-md {
    border-bottom: 4px solid rgb(255, 236, 79);
}

.navbar.h_stiky .navbar-nav .active .nav-link,
.service-content:hover .service-title,
.navbar.h_stiky .navbar-nav .nav-link:hover,
.about-list h5 i,
.count_titel,
.team_mbr_col:hover .mbr_name h3,
.service-content:hover h4.service-title {
    /*color: #0128ff!important;*/
    text-shadow: none;
}

.owl-carousel.home-slider.owl-loaded.owl-drag,
.row.header_info-row,
.coppy-right,
.bg-main,
.contact-section .form-group select.form-control,
#page-anim-preloader:after,
.btn,
.btn:link,
.btn:visited,
#return-to-top,
.icon_col span {
    /*background-color: #fed700!important;*/
    background-color: #ebac00;
}

.video_btn_slider a:hover {
    color: #fed700!important;
}

.icon_top span,
.icon_top span a {
    color: #1e2f41;
}

.team_mbr_col:hover {
    box-shadow: 0 0 10px 0 #fed700;
}

.service-content-provide:hover {
    border: 1px dashed #0128ff;
}

#return-to-top {
    box-shadow: #fed700 0px 0px 14px 0px;
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
    background-color: #fed700;
    color: #1e2f41;
}

.mbr_name p,
header .main-navbar .collapse .nav-link:hover,
.dropdown-menu a:hover,
.dropdown-menu a.active {
    /*color: #0128ff;*/
    color: black;
    text-shadow: none;
    text-decoration: underline !important;
}

.team_mbr .team_mbr_col .social_share li a:hover {
    color: #0128ff!important;
    border: 1px solid #0128ff!important;
}
.slide-content h2 {
    color: #121212;
}
.slide-content p, .section-heading p, .testimonial_cont p, .subscribe p , .project_cont p{
    color: #121212;
}
.mini-topbar {
    background-color: #0128ff;
    min-height: 46px;
}

.open_time_inner {
    color: #fff!important;
}

.service-content {
    box-shadow: 0px 0px 12px #fed700;
    border: 2px dashed #0128ff;
}
.service_video_inner.video_box {
    border-radius: 40px;
    overflow: hidden;
}
.service-content:hover {
    box-shadow: 0 0 12px 0 #a1cafd;
}

.testimonial_img {
    box-shadow: 0px 0px 0px 30px #fed700;
}
.main_slider .social_share li a i:hover:before {
    background-color: #0128ff;
    color: #fff;
    box-shadow: 0 0 20px 0 #0128ff91;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.main_slider .owl-carousel.home-slider.owl-loaded .owl-nav button,
.owl-carousel.owl-loaded.owl-drag .owl-nav button,
.home-slider button.owl-dot,
.home-slider.owl-carousel .btn,
a.btn.btn-theme.dark-color,
.subscribe button.btn_sbscib,
.testimonial_slider_cover:after {
    background-color: #0128ff!important;
    color: #fff!important;
}

.owl-carousel.owl-loaded.owl-drag .owl-nav button:hover {
    background-color: #1e2f41!important;
    color: #fff!important;
}

.owl-carousel .owl-nav button {
    background-color: #1e2f41!important;
    color: #fff!important;
}

.home-slider .owl-stage-outer::after {
    opacity: 5;
    background-image: url(../images/slider/social-icons3.png);
}

.home-slider button.owl-dot.active {
    background-color: #fff!important;
}

.icon_top i,
.icon_top .info_label {
    color: #1e2f41;
}

.client_name h3,
.client_name p {
    color: #fff;
}

.service-provide-section_v2.service-provide-section .service-content-provide {
    border-radius: 100px;
    margin: 0;
}

.service-provide-section_v2 .service_video {
    margin: 30px 0px;
}

.project_cont {
    border: solid 1px #979797;
    border-radius: 1px 0px 40px 40px;
    background-color: #fed700;
    border: 0;
}

.mbr_img {
    background-color: #fed700;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: initial;
    width: 185px;
    height:185px;
    overflow: hidden;
    margin: 0 auto;
    height: 210px;
}

.mbr_img img {
    max-width: 185px;
    height: 210px;
    object-fit: cover;
}

.coppy-right p,
.coppy-right p a {
    color: #1e2f41;
}

.row.header_info-row:before {
    background: linear-gradient(297deg, #ddbc0b 65%, rgba(250, 250, 250, 0) 60%);
}

.subscribe::after {
    background-image: none;
}
/*.service-provide-section::after {
    content:url(../images/all-img/service-l-3.png);
}
.service-provide-section::before {
    content:url(../images/all-img/service-r-3.png);
}*/
.slider_2 .right-img-box:after {
    background-color: #0128ff!important;
}

.slider_2 .right-img-box:before {
    background-image: url(../images/all-img/businest3.png);
}

.team_mbr_col {
    padding: 26px 26px 26px;
}

.service_video_inner {
    box-shadow: 2px 2px 17px #fe8c00;
    border-radius: 20px;
    overflow: hidden;
}

.presnemi-font-shadow {
    text-shadow: rgb(255, 236, 79) -1px 0px, rgb(255, 236, 79) 0px 1px, rgb(255, 236, 79) 1px 0px, rgb(255, 236, 79) 0px -1px;
}

.white-board {
    background-color: rgba(255,255,255,0.2);
    border-radius: 25px;
    min-height: 550px;
}

..white-board > .icon > img { max-height: 240px !important; }

.heading_divider {
        content: '';
        height: 5px;
        background-color: black;
        width: 80px;
        border-radius: 10px;
        display: block;
        margin: 20px auto;
}


.cenik_narocilo_calc_text_label {
    display: inline-block;
    font-size: 30px; 
    color: #ebac00;
    text-shadow: black -1px 0px, black 0px 1px, black 1px 0px, black 0px -1px;
    font-weight: 600;
}

.presnemikasete-cenik-tabela {
    color: #ebac00;
    font-weight: 600;
}

.presnemi-text-color {
    color: #ebac00;
}


.tapes_bg {
    max-height: 242px;width: auto;background-color: rgba(255,255,255,0.4);
}


@media only screen and (max-width: 991px) {
    .tapes_bg {
        background-color: transparent;
    }
}