/*
Theme Name: Cosy Halo Theme
Theme URI: 
Description: Cosy Halo Theme
Version: 1.01
Author: Sadiq Hashim
Tags: Cosy Halo Theme
*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
body {
    font-size:17px !important;
    font-family: "Poppins", sans-serif !important;
    color:#1e2b4d !important;
    overflow-x: hidden;
}
.banner {
    position: relative;
    background: url(images/banner.jpg) top center no-repeat;
    background-size: cover;
}
header {
    position: relative;
    padding: 20px 0px;
}
.logo {
    position: relative;
}
.menu {
    position: relative;
    text-align: right;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
}
.menu ul li:last-child {
    margin-right: 0px;
}
.menu ul li a {
    color: #1e2b4d;
    display: block;
    text-decoration: none !important;
}
.menu ul li a:hover {
    color: #329be7;
}
.menu ul li:last-child a {
    color: #fff;
    background: #329be7;
    padding: 10px 20px;
    border-radius: 7px;
}
.menu ul li:last-child a:hover {
    background: #2d88cb;
}
.mb-menu {
    position: relative;
    text-align: right;
    display: none;
}
.mb-menu div {
    outline: none !important;
    background: #329be7;
    border: none;
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;
}
.mb-menu div span {
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0px;
    background: #fff;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -2px;
    background-color: #329be7;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    border-right: 1px solid #329be7;
}
.sidenav ul {
    padding: 0px;
    margin: 60px 0px 0px;
}
.sidenav ul li {
    position: relative;
    list-style: none;
    padding: 10px 0px 10px 15px;
}
.sidenav ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #fff !important;
    text-decoration: none !important;
    padding-left: 5px;
}
.sidenav .closebtn {
    color: #fff;
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px !important;
    cursor: pointer;
    z-index: 99;
}
.ban-txt {
    position: relative;
    padding: 70px 0px;
}
.ban-txt h1 {
    font-size: 44px;
    font-weight: 600;
    margin: 0px;
}
.ban-txt p {
    font-size: 18px;
    margin: 15px 0px 20px;
}
.ban-txt a {
    font-weight: 500;
    color: #fff;
    background: #329be7;
    padding: 12px 30px;
    border-radius: 7px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s all;
    text-decoration: none !important;
}
.ban-txt a:hover {
    color: #fff;
    background: #2d88cb;
}
.product-section {
    position: relative;
    padding: 60px 0px 70px;
}
.product-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0px 20px;
    text-align: center;
}
.product-section h2 span {
    color: #329be7;
}
.prd-box {
    position: relative;
    text-align: center;
    background: #f2f9ff;
    border-radius: 15px;
    padding: 15px 15px 20px;
    border: 1px solid #d9edff;
    border-bottom: 5px solid #d9edff;
    margin-top: 30px;
}
.prd-box img {
    display: block;
    margin: 0 auto;
}
.prd-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 10px;
}
.prd-box p {
    font-size: 15px;
    margin: 0px;
}
.prd-box a {
    font-weight: 500;
    color: #fff;
    background: #329be7;
    padding: 8px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s all;
    text-decoration: none !important;
    margin-top: 20px;
}
.prd-box a:hover {
    color: #fff;
    background: #2d88cb;
}
.about-section {
    position: relative;
    padding: 70px 0px;
    background: url(images/about-bg.jpg) top right no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-section span {
    font-size: 16px;
    font-weight: 500;
    color: #329be7;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
}
.about-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 5px 0px 0px;
}
.about-section p {
    color: #fff;
    margin: 20px 0px 0px;
}
.contact-section {
    position: relative;
    padding: 70px 0px;
}
.cont-txt {
    position: relative
}
.cont-txt span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #329be7;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
}
.cont-txt h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 0;
}
.cont-txt p {
    font-size: 18px;
    margin: 10px 0 0
}
.cont-txt hr {
    margin: 30px 0
}
.cont-txt a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: .3s all;
    display: inline-block;
    text-decoration: none !important;
    background: url(images/email-icon.png) center left no-repeat;
    padding-left: 30px;
}
.cont-txt a:hover {
    color: #329be7
}
.cont-form {
    position: relative;
}
.cont-form p {
    margin: 00px
}
.cont-form input, .cont-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #b7d3e9;
    border-radius: 5px;
    background: #f0f9ff;
    outline: 0 !important;
    margin-top: 20px;
}
.cont-form textarea {
    height: 100px
}
            .cont-form span.wpcf7-form-control-wrap {
                display: block
            }

            .cont-form span.wpcf7-form-control-wrap label {
                display: block
            }

            .cont-form span.wpcf7-form-control-wrap label span.wpcf7-quiz-label {
                display: inline-block
            }

            .cont-form span.wpcf7-form-control-wrap label input {
                display: inline-block;
                width: 50%;
                margin-left: 10px
            }
.cont-form input[type=submit] {
    font-weight: 500;
    color: #fff;
    background: #329be7;
    padding: 12px 30px;
    border-radius: 7px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s all;
    text-decoration: none !important;
    border: none !important;
    width: auto;
}
.cont-form input[type=submit]:hover {
    color: #fff;
    background: #2d88cb;
}
footer {
    position: relative;
    padding: 40px 0px 30px;
    background: #f2faff;
    border-top: 4px solid #329be7;
    text-align: center;
}
.foo-txt {
    position: relative;
}
.foo-txt p {
    font-size: 14px;
    margin: 25px 0px 0px;
}
.foo-txt ul {
    padding: 0px;
    margin: 0px;
}
.foo-txt ul li {
    list-style: none;
    display: block;
    margin: 10px 0px;
}
.foo-txt ul li a {
    color: #000;
    display: inline-block;
    transition: 0.3s all;
}
.foo-txt ul li a:hover {
    color: #d54141;
}
.foo-bottom {
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #ebebeb;
}
.foo-bottom p {
    margin: 0px;
}



/*........ For Mobile ........*/
@media only screen and (max-width: 767px) {
.menu {
    display: none;
}
.mb-menu {
    display: block;
}
.ban-txt {
    padding: 40px 0px;
    text-align: center;
}
.ban-txt h1 {
    font-size: 34px;
}
.ban-txt p {
    font-size: 16px;
}
.ban-txt img {
    margin-top: 40px;
}
.product-section {
    padding: 40px 0px 50px;
}
.product-section h2 {
    font-size: 32px;
    margin: 0px 0px 10px;
}
.prd-box {
    padding: 10px 10px 20px;
    margin-top: 15px;
}
.prd-box h3 {
    font-size: 18px;
    margin: 10px 0px 10px;
}
.prd-box a {
    margin-top: 15px;
}
.about-section {
    padding: 50px 0px;
}
.about-section span {
    font-size: 15px;
}
.about-section h2 {
    font-size: 30px;
}
.contact-section {
    padding: 50px 0px;
}
.cont-txt span {
    font-size: 15px;
}
.cont-txt h2 {
    font-size: 30px;
}
.cont-txt p {
    font-size: 16px;
}
.cont-form {
    margin-top: 15px;
}


}
/*........ For Tablet Vertical ........*/
@media only screen and (min-width: 768px) and (max-width: 991px) {



}

/*........ For Tablet Horizontal ........*/
@media (min-width: 901px) and (max-width: 1024px) {

.prd-box {
    padding: 15px 10px 20px;
}
.prd-box h3 {
    font-size: 17px;
}

}