.banner.style1 {
    position: relative;
    letter-spacing: -1px;
}

.style1 .banner-logo {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 10px solid #f9a392;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.style1.banner h3 {
    color: #fff;
    margin: 0px;
    line-height: 30px;
}

.style1.banner h2 {
    color: #e51c66;
    margin-top: 10px;
    line-height: 30px;
}

.style1.banner .tel {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
}

/*=========== STYLE 2=================*/
.style2.banner {
    position: relative;
}

.style2 .banner-contact-form {
    margin-top: 45px;
}

.style2 .banner-service-portfolio {
    margin-top: 25px;
}

.style2 .banner-content:before {
    content: "";
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    z-index: -1;
}

.style2 .banner-content {
    width: 100%;
    padding: 45px 0px;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.style2.banner h3 {
    font-weight: 700;
    color: #cffaf4;
    margin-top: 0px;
    margin-bottom: 15px;
}

.style2.banner h2 {
    font-size: 30px;
    margin: 10px 0px;
    color: #fff;
}

.style2.banner .tel {
    font-size: 40px;
    font-weight: 800;
    color: #bb3e34;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .style2 .banner-content:before {
        display: none;
    }
}

/*================== STYLE3==================*/
.style3.banner {
    position: relative;
}

.style3.banner:before {
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.style3 .banner-content {
    padding: 65px 0px;
    position: relative;
    z-index: 2;
    display: flex;
}

.style3.banner h3 {
    color: #000;
    margin: 0px;
    line-height: 30px;
}

.style3.banner h2 {
    font-size: 46px;
    line-height: 36px;
    letter-spacing: -1.5px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0;
    margin-right: 28px;
}

.style3.banner .more_btn a {
    font-weight: 700;
}

.style3.banner .tel {
    font-size: 40px;
    font-weight: 800;
    color: #bb3e34;
    line-height: 30px;
    margin-top: 40px;
}
.style3 .txt-colored {
    color: #ff6d00;
}
.style3 .more_btn a {
    padding: 10px 40px;
    text-align: center;
    background: #1a237e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 25px;
}

@media screen and (max-width: 991px) {
    .style3.banner:before {
        width: 100%;
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    }

    .style3 .banner-content {
        background: transparent;
    }
}

@media screen and (max-width: 767px) {
    .style3.banner h2 {
        font-size: 36px;
    }

    .style3 .banner-content {
        display: inline-block;
    }

    .style3.banner .more_btn {
        float: left;
        width: 100%;
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .style2 .container, .style3 .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .style2 .container, .style3 .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .style2 .container, .style3 .container {
        width: 1170px;
    }
}
/*======== STYLE4====================*/

.style4.banner:before {
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.style4 .banner-content{
    float: left;
    width: 100%;
    padding: 55px 0px;
    position: relative;
    z-index: 2;
}
.style4.banner-content-inner{
    float: left;
}
.style4.banner h2{
    font-size: 42px;
    margin: 6px 0px;
    color: #fff;
}
.style4.banner h3{
    font-size: 36px;
    font-weight: 600;
    color: #af4aec;
    margin-top: 0px;
    margin-bottom: 0;
}
.style4.banner .tel{
    font-size: 40px;
    color: #af4aec;
}
.style4.banner .more_btn{
    float: right;
    margin-top: 38px;
}
.style4.banner .more_btn a{
    float: right;
    font-size: 22px;
    font-weight: 600;
    padding: 11px 40px;
}
.style4.banner.bg-default .more_btn a{
    float: right;
    font-weight: 600;
    padding: 11px 40px;
    background: #0c2d48;
    border: 1px solid #0c2d48;
}
.style4.banner.bg-default .more_btn a:hover{
    background: #fff;
    border: 1px solid #fff;
}


@media screen and (max-width: 1199px){
    .style4.banner h2{
        font-size: 36px;
    }
    .style4.banner h3{
        font-size: 30px;
    }
    .style4 .banner-content-inner {
        float: left;
        padding-left: 0;
        width: 100%;
    }
    .style4.banner .more_btn{
        float: right;
        margin-top: 40px;
        width: 100%;
    }
    .style4.banner .more_btn a,
    .style4.banner.bg-default .more_btn a {
        float: none;
    }
}

/*============Default=================*/
.style2 .container, .style3 .container, .style4.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

