
.footercontainer{
    width: 100%;
    max-width: 1700px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

@media only screen and (max-width: 1500px){
    .footercontainer{
    width: 100%;
    max-width: 1200px;

}}

@media only screen and (max-width: 768px){
    .footercontainer{
    width: 100%;
    max-width: 100%;
}}

/* Homepage About section */

.welcome-three {
    position: relative;
    display: block;
    overflow: hidden;
}

.section-padding {
    padding: 60px 0;
    background-color: #fff;
}

.welcome-three__left {
    position: relative;
    display: block;
}

.sub-title-side-line {
    font-size: 17px;
    color: #000;
    letter-spacing: 0px;
    padding-bottom: 0px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 7px;
}

.sec-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 28px;
}

span.bold {
    font-weight: 700;
    color: #2d3999;
}

.welcome-three__text {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: grey;
}



.welcome-three__features {
    position: relative;
    display: block;
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.welcome-three__features-box {
    display: flex;
    align-items: center;
}

.welcome-three__features-box li {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.welcome-three__features-box li .icon {
    display: flex;
    align-items: center;
}

.welcome-three__features-box li .icon span {
    font-size: 64px;
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    color: #ff0007;
}

.welcome-three__features-box li .text {
    margin-left: 0;
}

.text {
    font-size: 18px;
    line-height: 27px;
    padding-left: 17px;
    margin-top: 0px;
}

.welcome-three__features-box li .text p {
    margin: 0;
    color: #292929;
    line-height: 21px;
    font-size: 16px;
    font-weight: 600;
}

.main-btn {
    display: inline-block;
    background: #ff0007;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: unset;
    padding: 12px 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.welcome-three__right {
    position: relative;
    display: block;
    margin-left: 100px;
}

.welcome-three__img-box {
    position: relative;
    display: block;
    margin-right: -225px;
}

.welcome-three__img-box:before {
    position: absolute;
    top: 0;
    left: -40px;
    width: 20px;
    height: 160px;
    content: "";
    background-color: #2d3999;
}

.welcome-three__features-box li+li {
    margin-left: 52px;
}

/*----------------------------------------*/

.sec-pad {
    padding: 70px 0px;
}

.project-section {
    position: relative;
}

.project-section.alternate:before {
    bottom: auto;
    top: 0;
    height: 50%;
    background-image: url(../images/home/service-bg.jpg);
}

.project-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    content: "";
    background-color: #f4f5f8;
}

.serv-sec .sec-title h4 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 4px;
}

.serv-sec .sec-title h2 {
    color: #fff;
    font-weight: 700;
}

.sec-title h2 {
    position: relative;
    font-size: 36px;
    font-family: var(--sec-title-font-family);
    margin-top: -5px;
    margin-bottom: 0;
    line-height: 40px;
}


.serv-sec .btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    float: right;
}

.theme-btn {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 0;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-theme-color1);
    transform: scale(1, 0);
    z-index: -1;
}

.theme-btn .btn-title {
    position: relative;
}

.project-section.style-two .carousel-outer {
    margin-left: 0;
    margin-right: -400px;
}

.project-section.style-two .project-block {
    margin-bottom: 0;
}

.project-block .inner-box {
    position: relative;
}

.project-block .image-box {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
}

.project-block .image-box .image {
    position: relative;
    margin-bottom: 0px;
}

.image-box .image {
    margin: 0;
}

.project-block .image-box .image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #222429 100%);
    pointer-events: none;
    z-index: 2;
    transition: all 500ms ease;
}

.project-block .image-box .image a {
    display: block;
    width: 100%;
}

.project-block .image-box .image img {
    width: 100%;
    transition: all 300ms ease;
}

.project-block .image-box .image:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color2);
    height: 0;
    opacity: 0.5;
    z-index: 2;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image-box .icon {
    position: absolute;
    right: 40px;
    top: 13px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    padding-top: 12px;
    border: 2px solid #f4f5f8;
    z-index: 2;
    transition: all 300ms ease;
    opacity: 0;
}

.project-block .content-box .title {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}

.title a {
    color: inherit;
}

.project-block .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 50px;
    z-index: 9;
}	

/*---------------------------------------------------------------*/

.clientspadding {
    padding: 0px 0px 60px;
}

/* Homepage Quality Section */

.quality-sec {
    position: relative;
    background: whitesmoke;
}

.sec-pad {
    padding: 60px 0px;
}

.offer-section-four .outer-box {
    position: relative;
}

.offer-section-four .outer-box:before {
    position: absolute;
    right: 0;
    top: -120px;
    bottom: -120px;
    width: 1000%;
    content: "";
}

.offer-section-four .content-column .inner-column {
    position: relative;
}

.offer-section-four .content-column .sec-title {
    margin-bottom: 30px;
}

.quality-sec h4 {
    color: #1c252c;
    font-weight: 500;
    font-size: 17px;
}

.quality-sec h2 {
    color: #2d3999;
    font-weight: 700;
}

.quality-sec .sec-title .text {
    margin-top: 15px;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 1.6;
    font-weight: 400;
    padding-left: 0px;
}

.quality-sec .btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    color: #fa4b0c;
    border: 1px solid #fa4b0c;
    background: none;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #222429;
    z-index: -1;
}



.image-large {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.image-box .image {
    margin: 0;
}

/* Footer Section */

.footer-column.logo-column p {
    color: #d0cfcf;
    margin-bottom: 30px;
}

.button-request {
    margin: 15px 0px 0px;
}

.footer-column a.footer-link {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 10px;
}

.about-section-two h5 {
    font-size: 24px;
    padding-bottom: 0px;
}


.servlist h5 {
    font-size: 17px;
}

.servlist ul {
    padding-left: 20px;
}

.servlist ul li::marker {
    color: #ff0007;
    font-size: 16px;
}

.servlist ul li {
    line-height: 28px;
}

.country-details .country-content h3{
    padding-bottom: 11px;
    color: #2d3999;
}

.project-block .inner-box:hover .image-box .image:after {
    height: 100%;
}

.project-block .image-box .icon:hover {
    background-color: #222429;
    color: #f4f5f8;
}

.project-block .inner-box:hover .image-box .icon {
    right: 40px;
    top: 40px;
    opacity: 3;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.about-section-two h2{
    color: #2d3999;
}

.points-sec ul li::marker{
    color: #ff0007;
    font-size: 16px;
}

@media only screen and (max-width: 1880px) {

.image-large {
    position: absolute;
    right: 0;
    top: 0;
    width: 41%;
    height: 100%;
}

}

@media only screen and (max-width: 1660px) {

.image-large {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
    height: 100%;
}

}

@media only screen and (max-width: 1440px) {

.image-large {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
    height: 100%;
}

}

@media only screen and (max-width: 1336px) {

.video-section .content .title {
    position: relative;
    color: #fff;
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 35px;
    letter-spacing: -1px;
}

}


@media only screen and (max-width: 600px) {

.sec-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 46px;
    margin-bottom: 15px;
}

.welcome-three__text {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

.sub-title-side-line {
    font-size: 17px;
    color: #000;
    letter-spacing: 0px;
    padding-bottom: 0px;
    line-height: 22px;
    font-weight: 500;
}

.section-padding {
    padding: 40px 0px;
    background-color: #fff;
}

.sub-title-side-line {
    font-size: 14px;
    line-height: 20px;
}

.sec-title {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
}

.welcome-three__text {
font-size: 14px;
    line-height: 23px;
    text-align: justify;
}

.welcome-three__features {
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.text {
    padding-left: 25px;
    margin-top: 20px;
}

.welcome-three__features-box li .text p {
    line-height: 20px;
    font-size: 14px;
}

.main-btn {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.welcome-three__right {
    margin-left: 0;
}

.welcome-three__features-box li .icon span {
    font-size: 45px;
}

.welcome-three__features-box {
    display: inline-block;
    align-items: center;
}

.welcome-three__features-box li+li {
    margin-left: 0px;
}

.welcome-three__left {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.welcome-three__left {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.serv-sec .sec-title h4 {
    font-size: 16px;
}

.sec-title h2 {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 15px;
}

.serv-sec .btn-style-one {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 10px;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    float: none;
    margin-top: 10px;
}

.project-section .sec-title {
    margin-bottom: 50px;
}

.project-section.style-two .carousel-outer {
    margin-right: 0;
}

.project-block .content-box {
    padding: 20px 30px;
}

.project-block .content-box .title {
    font-size: 23px;
}

.sec-pad {
    padding: 40px 0px;
}

.quality-sec h4 {
    font-size: 16px;
}

.quality-sec .sec-title .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.quality-sec .btn-style-one {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
    background: none;
}

.quality-sec .btn-style-one {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
    background: none;
}

.offer-section-four .image-column .image-box {
    margin-right: 0;
}

.image-large {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.button-request {
    margin: 15px 0px 28px;
}

.main-footer .logo-column p {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    padding-bottom: 15px;
}

.clientspadding {
    padding: 0px 0px 40px;
}

.about-section-two h5 {
    font-size: 20px;
    padding-bottom: 0px;
}

.points-sec{
    padding: 0px 0px;
}

.contact-details__info li .icon span {
    color: var(--text-color-bg-theme-color1);
    font-size: 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

}