/* .sec1{
    background-size: cover;
    background: #ffffff;
    padding: 90px 0 90px 0;
    position: relative;
}
.container{
    background-size: cover;
}
h4{
    color:#0a3968 !important;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}
h2{
    display: inline-block;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
}
h1, h2, h3, h4, h5, h6, .h1_big{
    color: #1A1C26;
}
h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
body {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    line-height: 24px;
    padding: 0;
}
.spacer-20 {
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
}
.feature-box .box-icon-simple.left .num{
    background:linear-gradient(45deg,#ff5837,#ff7437);
    display: block;
    font-size: 20px;
    color: #ffffff;
    width: 48px;
    height: 48px;
    padding: 12px 12px;
    position: absolute;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
}
.box-icon-simple.left .text{
    margin-left: 70px;
} */
:root {
    --main-color-one: #b45f25;
    --main-color-two: #0a3968;
    --secondary-color: #2c3e50;
    --heading-color: #111;
    --paragraph-color: #7e7e7e;
    --heading-font: "Montserrat",sans-serif;
    --body-font: "Poppins",sans-serif;
}
.pt-100 {
    padding-top: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-80 {
    padding-bottom: 80px;
}
.container {
    max-width: 1170px;
}
.section-title span.subtitle{
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--main-color-one);
    margin-bottom: 10px;
    display: block;
}
.section-title .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin: 0;
}
.service-single-item {
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.06);
    padding: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.service-single-item .shape {
    position: absolute;
    top: 12px;
    left: 22PX;
    width: 80px;
    z-index: -1;
}
.service-single-item .icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 44px;
    height: 1px;
    width: 22px;
    background: var(--main-color-two);
}
.service-single-item .icon i {
    padding-left: 15px;
    color: var(--main-color-two);
    z-index: 1;
    font-size: 36px;
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0;
    color: inherit;
}
.service-single-item .title {
    font-weight: 600;
}
p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
    line-height: 24px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
#callto-section {
    position: relative;
    background: var(--main-color-two);
}
#callto-section .content {
    max-width: 700px;
    margin: auto;
}
.callto .subtitle {
    background: #fff;
    color: var(--main-color-two);
    padding: 5px;
    max-width: 460px;
    margin: auto;
    text-align: center;
}
.callto .title {
    color: #fff;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.callto .phone-number {
    font-size: 48px;
    display: block;
    font-weight: 600;
    color: var(--main-color-one);
}
.callto-img {
    position: absolute;
    top: -10rem;
    right: 0;
    max-width: 30rem;
    z-index: 9;
}

@media(max-width: 767px) {
    .callto .title,.callto .phone-number {
        font-size:30px
    }

    .callto-img img {
        width: 200px
    }
}


.solution-title {
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    position: relative;
    max-width: 700px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.solution-item {
    position: relative;
    padding: 30px;
    box-shadow: 0 5px 20px 0 rgba(69,67,96,0.1);
}
.solution-title {
    margin-left: auto;
    margin-right: auto;
}

.solution-item .solution-shape-icon .shape {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 60px;
}

.solution-item .solution-shape-icon i {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 28px;
}
.solution-item .title {
    font-weight: 600;
}

#download-section .solution-item{
    padding:0;
}
#download-section .solution-item img{

}
#download-section  .content .title{
    font-weight: 600
}