
/* General Blueprint Style */

@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

a,.button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
a,button {
    color: #020c26;
    outline: medium none
}


.header-area .header-top .header-top-menu ul li {
    display: inline-block;
}
ul li, ol li {
    list-style: none;
}
li {
    list-style: none;
    font-size: 13px;
}
ul {margin: 0px;padding: 0px}

li {list-style: none}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}
*::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1
}
*::placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1
}

h3 {
    font-size: 24px
}

.mb-65 {
    margin-bottom: 67px
}

.white-bg {
    background: #ffffff
}
.cta-bg-1 {
	background-image: url('../img/background-img/bg-img-3.jpg');background-image: url('../img/background-img/bg-img-3.webp');
}
.boxed-btn2 {
    background: #ff5e13;
    color: #fff;
    display: inline-block;
    padding: 22px 50px;
    font-size: 16px;
    font-weight: 400
}
.section-title h3 {
    font-size: 44px;
    line-height: 56px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .section-title h3 {
        font-size:30px;
        line-height: 45px
    }
}
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width: 767px) {
    .section-padding {
        padding-top:60px;
        padding-bottom: 60px
    }
}
@media (max-width: 767px) {
    .mobile_menu {
        position:absolute;
        right: 0px;
        width: 100%;
        z-index: 9
    }
}
.header-area .header-top {
    padding: 13px 0
}
@media (max-width: 767px) {
    .header-area .main-header-area {
        padding:10px 0;
        height: 60px
    }
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img {
        position:absolute;
        display: inline-block;
        text-align: center;
        margin: 3px auto;
        z-index: 999;
        //width: 140px;
        left: 0;
        //right: 0
    }
}

.header-area .main-header-area .quote-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


