@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/ComicSansMS.eot');
    src: url('../fonts/ComicSansMS.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ComicSansMS.woff2') format('woff2'),
        url('../fonts/ComicSansMS.woff') format('woff'),
        url('../fonts/ComicSansMS.ttf') format('truetype'),
        url('../fonts/ComicSansMS.svg#ComicSansMS') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-display: swap;
}

/* Color */

:root {
    --error: #EB4335;
    --white: #ffffff;
    --black: #000000;
}

@layer utilities {
    .bg-gradient-360 {
      background-image: linear-gradient(360deg, #000000, #000000ba, transparent);
    }
  }
  
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
    transition: all .6s;
    text-decoration: none;
}
h1 {
    font-size: 60px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    font-family: 'Comic Sans MS';
    font-optical-sizing: auto;
    font-style: normal;
}

h2 {
    font-size: 50px;
    line-height: 62px;
}

h4,
h5,
h6 {
    margin: 0;
    font-optical-sizing: auto;
    font-style: normal;
}

.form-control {
    border-radius: 0px;
    min-height: 60px;
    padding: 18px 30px;
    border: none;
    border-bottom: 1px solid #E1E1E1;
}

textarea.form-control {
    min-height: 50px;
}

ul,
li {
    margin: 0px;
    font-weight: 500;
    list-style-type: none;
    line-height: 25px;
}

p {
    margin: 0px;
    line-height: 30px;
}

a {
    margin: 0px;
    font-weight: 500;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

textarea {
    resize: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background:#fff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background:#81868b;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background:#81868b;
    border-radius: 10px;
}


input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

.owl-dots .owl-dot span {
    display: inline-flex;
    width: 9px;
    height: 9px;
    background-color: #c0c0c0;
    border-radius: 50%;
}
.owl-dots .owl-dot.active span{
    background: #d4a037;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots button.owl-dot {
    margin: 0px 4px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% - 15px);
    display: flex;
    justify-content: space-between;
    margin: auto;
    left: 0;
    right: 0;
}
.owl-nav button span {
    background: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 3px;
}

.lb-nav a.lb-next {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 30px;
    position: relative;
}
.lb-nav a.lb-prev {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 30px;
    position: relative;
}
.lb-nav a.lb-prev::before{
    font:normal normal normal 14px/1 FontAwesome;
    position: absolute;
    content: "\f104";
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 20px;
    color: #fff;
}
.lb-nav a.lb-next::before{
    font:normal normal normal 14px/1 FontAwesome;
    position: absolute;
    content:"\f105";
    background-size: contain;
    background-position: center;
    height: 20px;
    width: 20px;
    color: #fff;
}

.heroslider .owl-item.active p, .heroslider .owl-item.active h1, .heroslider .owl-item.active button {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 3s;
  }
.service-list-wrapper .srvc-cntn-box h3{
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0px 10px;
}   

.footer-upper-part{
    border: 2px solid #2a5790;
    background-color: #2a57903b;
}
.wpcf7-form .wpcf7-spinner{
    position: absolute !important;
}
form.wpcf7-form p br {
    display: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.scrollbar-none {
  scrollbar-width: none;
  -ms-overflow-style: none;
}