
html {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

body {
    padding-top: 70px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
}

nav {
  border-bottom: 1px solid rgba(52,58,64,.5);
  background-color: #fff500;
  min-height: 70px;

}

header {
  padding-top: 80px;
}

section {
  padding:0;
  padding-top: 80px;
  padding-bottom: 80px;
  display:block;
}


footer {
  border-top: 1px solid rgba(52,58,64,.5);
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


/* old Safar problems fix */
.row {overflow: hidden;}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{display:inline-block !important; }
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}
@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}
@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}}
@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}}


/*---------------------------------------
    NAVBAR              
-----------------------------------------*/

.navbar-nav .nav-item {
  padding-left:20px;
}
.navbar-nav .nav-item .nav-link {
  color: #000000;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #e71324;
}


/*---------------------------------------
      HOME          
-----------------------------------------*/
.card {
   background-color: #f2f1eb;
}
.bg-yellow {
  background-color: #fff500;
}
.bg-blue {
  background-color: #ededed;
}

#home {
  padding:0;
  min-height: 500px;
  background-color: #282828;
  background-image: url(../img/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#home h1, h2{
  color: #000000;
  font-weight: bold;
}

#home h3,p,a {
  color: #000000;
  padding: 15px 0 40px 0;
  font-size: 18px;
}

#heading {
    margin-top: 120px;
    background-color: rgba(255,255,255,.4);
    border-radius: 8px;
}

/*---------------------------------------
      SERVICES          
-----------------------------------------*/

#services {
  background-color: #4f4d49;
}

#services  h1, h2, h3, p {
 color: #ffffff;
}
#about {
    background-color: #f2f1eb;
}
#about  h1, h2{
  color: #222222;
}
#pricing {
  color:#000;
  background-color: #4f4d49;
}
#pricing  h1, #pricing h2, #pricing h3{
 color: #f2f1eb;
}
#contact {
  background-color: #f2f1eb;
}


@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(246, 82, 98, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(246, 82, 98, 0);
  }
}
.comments .rating .block-subheader {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
    padding: 0;
    display: inline-block;
}
.block-subheader .stars {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    pointer-events: none;
}
.block-subheader .rating {
    display: inline-block;
    --star-size: 3.8;
    padding: 0;
    border: none;
    unicode-bidi: bidi-override;
    direction: rtl;
}
.block-subheader .rating > input {
    position: absolute;
    margin-left: 0px;
    z-index: 2;
    opacity: 0;
    font-size: initial;
    top: 50%;
    transform: translateY(-50%);
}
.block-subheader .rating > :hover, .block-subheader .rating > :hover ~ label, .block-subheader .rating:not(:hover) > input:checked ~ label {
    color: transparent;
    cursor: inherit;
}

.block-subheader .rating > :hover::before, .block-subheader .rating > :hover ~ label::before, .block-subheader .rating:not(:hover) > input:checked ~ label::before {
    content: "★";
    color: #3ac358;
}

.icon {
    min-width:50px;max-width:50px;padding-right:5px;
}
.icon:hover{animation: shadow-pulse 1s;}

.phone{height:45px;width:45px;margin-bottom:20px;margin-right:10px;}
.headtext a{color:#ab0c19;font-size:32px;font-weight:700; transition: all 0.3s ease 0s;}
.headtext a:hover{color:#e71324; text-decoration: none;}
.headtext-2 { margin-left:50px; }
.servicetext a{
    color:#ab0c19;font-size:18px;font-weight:700; transition: all 0.3s ease 0s;
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
}
.servicetext a:hover{color:#e71324; text-decoration: none; }

.blacktext p{
    color:#000000;font-weight:700;padding-bottom:10px;
}
.whitetext p{
    color:#ffffff;font-weight:700;padding-bottom:10px;
}
.blacktext-sm p{
    color:#000000;
}
.blacktext-sm li{
    color:#000000;
}
.blacktext-sm a{
    color:#000000;
}
.blacktext-sm a:hover{
    color:#e71324;
    text-decoration: none;
}

@media only screen and (min-device-width: 1201px) {
  h1, h2{
    font-size: 30px;
  }
  h3, p, a {
    font-size: 18px;
  }
  .section-btn {
    width:none;
  }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  h1, h2 {
    font-size: 30px;
  }
  h3, p, a {
    font-size: 18px;
  }
  .section-btn {
    width:none;
  }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 991px) {
  h1, h2 {
    font-size: 30px;
  }
  h3, p, a{
    font-size: 18px;
  }
  .logo{
    max-width: 480px;
  }
  .section-btn {
    width:auto;
  }
}
@media only screen and (min-device-width: 500px) and (max-device-width: 599px) {
  #home {
    min-height: 500px;
  }
  .logo{
    max-width: 470px;
  }
  h1, h2 {
    font-size: 30px;
  }
  h3, p, a {
    font-size: 18px;
  }
  .section-btn {
    width:100%;
  }
}


@media only screen and (min-device-width: 421px) and (max-device-width: 499px) {
  #home {
    min-height: 500px;
  }
  .logo{
    max-width: 380px;
  }
  .headtext-2 { margin-left:40px; }

  h1, h2 {
    font-size: 28px;
  }
  h3, p, a {
    font-size: 18px;
  }
  .section-btn {
    width:100%;
  }
}
@media only screen and (min-device-width: 358px) and (max-device-width: 420px) {
  #home {
    min-height: 450px;
  }
  .logo{
    max-width: 320px;
  }
  .headtext-2 { margin-left:34px; }
  #heading {
    margin-top: 90px;
  }
  h1, h2 {
    font-size: 26px;
  }
  h3, p, a {
    font-size: 18px;
  }
  .section-btn {
    width:100%;
  }
}
@media only screen and (min-device-width: 310px) and (max-device-width: 357px) {
  #home {
  min-height: 400px;
  }
  .logo{
    max-width: 290px;
  }
  .headtext-2 { margin-left:30px; }
  #heading {
   margin-top: 90px;
 }
 .headtext a{font-size:26px;}
  h1, h2 {
    font-size: 20px;
  }
  h3, p, a {
    font-size: 17px;
  }
  .section-btn {
    width:100%;
  }
}
@media only screen and (min-device-width: 100px) and (max-device-width: 309px) {
  #home {
  min-height: 400px;
  }
  .logo{
    max-width: 240px;
  }
  .headtext-2 { margin-left:20px; }

.phone{height:40px;width:40px;margin-bottom:20px;margin-right:10px;}
.headtext a{font-size:24px;}

  #heading {
    margin-top: 90px;
 }
  h1, h2 {
    font-size: 18px;
  }
  h3, p, a {
    font-size: 16px;
  }
  .section-btn {
    width:100%;
  }
}
