@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Roboto&display=swap');

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    cursor: pointer;
}

header {
    width: 100%;
    height: 163px;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1025 !important;
}

.email-icon.left ul {
    float: left;
    margin: 0;
    padding: 0;
}

.blank {
    width: 100%;
    height: 163px;
    float: left;
}

.blank1 {
    width: 100%;
    height: 163px;
    float: left;
}

/* header */
.bg-icon {
    background: #96ab46;
    height: 30px;
}

.email-icon {
    float: right;
}

.email-icon ul {
    float: right;
    margin-right: 20px;
}

.email-icon ul li {
    float: left;
    list-style: none;
    color: white;
    line-height: 30px;
}

.email-icon ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}


.email-icon ul li i {
    font-size: 16px;
    line-height: 30px;
}

.icon-size {
    color: #fff;
    font-size: 20px;
    margin: 4px 5px;
}

.icon-flag {
    font-size: 25px;
    margin: 0px 5px;
    border-radius: 5px;
}

.line-style {
    border: 1px solid #fff;
    height: 30px;
    margin: 0px 10px;
}

.logo-sec {
    float: left;
    width: 30%
}

.nav-1 {
    margin: 0px;
    padding: 0px;
    position: relative;
    background: #06587c;
    height: 55px;
    top: 78px;
}

.fixed {

    overflow: hidden;
    clear: both;
    position: fixed;
    background: #eaeff1;
    ;
    height: 163px;
    width: 100%;
    z-index: 1025 !important;
}

.faniech-area {
    float: left;

}

.bg-butten-1:hover {
    background: #96ab46;

    height: 58px;
    position: relative;
    padding: 9px 1px 0px 0px;
}

.bg-butten:hover {

    background: #96ab46;

    height: 57px;
    position: relative;
    top: -10px;
    padding: 9px 1px 0px 0px;
}

.col-lg-12.headline-top {
    z-index: 2;
}

.nav-item2 {
    margin: -2px 60px 0px 0px;
}

.nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}

/*-- banner --*/
.banner-1 {
    padding-top: 25%;
    background-image: url(../images/banner-1.png);
    background-size: 100% 100%;
}

.carousel-indicators {
    z-index: 1;
}

.banner-2 {
    padding-top: 25%;
    background-image: url("../images/banner-2.png");
    background-size: 100% 100%;

}

.banner-3 {
    padding-top: 25%;
    background-image: url("../images/banner-3.png");
    background-size: 100% 100%;

}

.banner-4 {
    padding-top: 25%;
    background-image: url("../images/banner-4.png");
    background-size: 100% 100%;
}

.banner-5 {
    padding-top: 25%;
    background-image: url("../images/banner-5.png");
    background-size: 100% 100%;
}

.banner-6 {
    padding-top: 25%;
    background-image: url("../images/banner-6.png");
    background-size: 100% 100%;
}

.headline-top h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 47%;
}

.headline-top h3 {
    color: #fff;
    font-size: 30px;
}

.headline-top p {
    color: #fff;
    font-size: 20px;
}

.button-sec:hover {
    background: #333;
    border-radius: 30px;
}

.button-sec {
    padding: 7px 20px;
    border: 0px solid #fff;
    border-radius: 29px;
    background: #96ab46;
    color: #fff;
    margin: 2px;
    margin-bottom: 5%;
    font-size: 18px;
    font-weight: 600;
    float: right;
    font-family: 'Josefin Sans', sans-serif;
}

.bg-butten1 {


    height: 37px;
    margin: 9px -6px;


}

ul.custom-setting {
    list-style: none;
    margin: 0;
    background: #96ab46;
    width: 101%;
    position: absolute;
    top: 82px;
    left: 0;
    padding: 0;
}

.custom-setting li {
    display: inline-block;
    padding: 10px 35px;
    /* margin: 0px 20px; */
    border-right: 2px solid white;
}


.custom-setting li a {
    color: white;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    transition: al .2s ease-in-out;

}

.custom-setting li a:hover {
    text-decoration: none !important;
}

.custom-setting li:hover {
    background-color: #06587c;
}

.carousel-control-next-icon {
    margin-top: 50px;
}

.nav-link-1 {
    margin: -2px 49px;
}

.nav-item1 {
    padding: 7px 60px;


}

.nav-item3:hover {
    background: #96ab46;
    padding: 7px 60px;


}

/*-- solution --*/
.solution-inner-hm {
    height: 300px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    background-position: center center;
    transition: all .5s ease;
}

.text-left.inr-txt {
    position: absolute;
    /* top: 50px; */
    vertical-align: bottom;
    display: table-cell;
    color: #fff;
    /* left: 50px; */
    padding: 65px 25px;
}

.text-left.inr-txt img {
    margin-bottom: 15px;
}

.text-left.inr-txt strong {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.solution1 {
    background-image: url(../images/portfolio-1.png);
}

.solution2 {
    background-image: url(../images/portfolio-2.png);
}

.solution3 {
    background-image: url(../images/portfolio-3.png);
}

.solution4 {
    background-image: url(../images/Digital-Marketing-1.png);
}

.solution5 {
    background-image: url(../images/wildnet-ppc.png);
}

.solution6 {
    background-image: url(../images/portfolio-6.png);
}

.solution-inner-hm:hover {
    background-size: 110% 110%;
}

.solution-inner-hm.solution-sec:hover:before {
    background-color: #6f7ae4a1;
}

.solution-inner-hm:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    border-radius: 0;
}

.solution-inner-hm:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    background-color: transparent;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    border-radius: 50%;
}

.text-left.inr-txt p {
    padding-top: 7px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Josefin Sans', sans-serif;
}

a.nav-link.nav-link-1 {
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

}

a.nav-link.nav-item2 {
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

}

/*-- SERVICES --*/
#footer-cta {
    background: #06587c;
    padding: 40px 0 40px;
    color: #fff;
    width: 100%;
    height: auto;
    float: left;
}

#footer-cta a p:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}

#footer-cta a p {

    border: 1px solid #fff;
    max-width: 168px;
    padding: 7px 1px;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 7px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

#footer-cta a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.container-area1 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

#contactus-area1 {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    background: #d2d2d26b;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
    border-radius: 15px;
    margin: 50px 0px;
}

.bg-area2 {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif !important;
    background: #d2d2d26b !important;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%) !important;
    border-radius: 0px !important;
}

.bg-area2 h3 {

    background: #ececec !important;
    padding: 7px 10px !important;
    font-size: 20px !important;
    width: 100% !important;
    color: #000 !important;
}

#contactus-area1 h3 {
    text-align: center;
    padding: 10px 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    background: #000;
    font-size: 25px;
    width: 100%;
    color: #fff;
    border-radius: 13px 16px 0px 0px;
}

input::placeholder {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}

textarea::placeholder {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}

.footer-flags {
    text-align: center;
}

.bg-from {
    background: #eaeff1;
}

.phone i {
    background: #06587c;
    padding: 10px;
    margin: 7px;
    color: #fff;
}

.phone {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.l-p1 {
    margin: 10px 0px 0px 43px;
    background: #a7bec8;
    padding: 18px;
    border-radius: 10px;
}

.l-p1 img {
    position: relative;
    left: 35%;
}

.bg-t {
    background: #e0e0e0;
}

.bg-t1 {
    margin: 0 auto;
    position: relative;
    top: 6px;
}

.fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%
}

#contactus-area1 input[type="text"],
#contactus-area1 input[type="email"],
#contactus-area1 input[type="tel"],
#contactus-area1 input[type="url"],
#contactus-area1 textarea {
    width: 96%;
    padding: 0px 10px;
    border-radius: 11px;
    border: 1px solid #797373;
    background: #FFF;
    margin: 7px 0px 4px 12px;
    padding: 10px;
}



#contactus-area1 input[type="text"]:hover,
#contactus-area1 input[type="email"]:hover,
#contactus-area1 input[type="tel"]:hover,
#contactus-area1 input[type="url"]:hover,
#contactus-area1 textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa
}

#contactus-area1 textarea {
    height: 100px;
    max-width: 100%;
    resize: none
}

#contactus-area1 button[type="submit"] {
    cursor: pointer;
    width: 30%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    border: none;
    background: #f0715f;
    color: #FFF;
    margin: 10px 1px 14px 18px;
    padding: 16px;
    font-size: 22px;
    border-radius: 10px;
}

h1.ab {

    color: black;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    padding: 30px 0px;
    text-transform: uppercase;
    position: relative;

}

.container-fluid.bggray {
    background: #eaeff1;
    padding: 50px 0px;
}



h1.ab::after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #984b01;
    position: absolute;
    top: 76px;
    left: 44.2%;
}

#contactus-area1 button[type="submit"]:hover {
    background: #f07150;
    transition: background-color 0.3s ease-in-out
}

#contactus-area1 button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5)
}

#contactus-area1 input:focus,
#contactus-area1 textarea:focus {
    outline: 0;
    border: 1px solid #aaa
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

.form-text1 h3 {
    font-size: 35px;
    margin-top: 26%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.form-text1 p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

/*-- free --*/
.service-sec h2 {
    color: white;
    text-align: center;
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin: 0;
}

.service-sec h2 span {
    color: #0389b9;
}


.col-lg-2 img {
    width: 100%;
    transition: all .5s ease-in-out;
    margin: 0px 0px 30px;
}

.col-lg-2 img:hover {
    filter: opacity(0.5);
    transition: all .5s ease-in-out;
}

a.btn.btn1 {
    font-size: 20px;
    color: black;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-align: center;
}

button.btn.btn-default.filter-button {
    font-size: 18px;
    color: black;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-align: center;
    border: 2px solid black;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #984b01;
}

@keyframes background-color {
    0% {
        background: linear-gradient(to bottom, #000428, #004683)
    }

    25% {
        background: linear-gradient(135deg, #1a4223, #5ee95e)
    }

    50% {
        background: linear-gradient(to bottom, #421a31, #e95ed2)
    }

    100% {
        background: linear-gradient(-135deg, #fae37d, #881da8, #20668f)
    }
}

.container .col-lg-4 {
    display: flex;
    justify-content: center
}

.card {
    width: 316px;
    height: 320px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}

.card .face {

    color: #fff;
    width: 80%;
    height: 65%;
    overflow: hidden;
    box-shadow: 0 -18px 80px rgb(0 0 0 / 6%);
    border-radius: 0px 25px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.carousel-indicators1 li {
    background-color: #543bae;
}

.carousel1 {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.container-fluid.paddinggg {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px;
    background: gainsboro;
}

.container-fluid.second-padd {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px;
    background: #0387b8;
}


.navbar {
    padding: 0px;
}

.card .face.front-face,
.card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
}

.card .face.front-face .profile {
    width: 90px;
    object-fit: cover
}

.card .face.front-face .name {
    letter-spacing: 2px
}

.card .face.front-face .designation {
    font-size: 0.8rem;
    color: #000;
    letter-spacing: 0.8px
}


.card:hover .face.front-face {
    transform: rotateY(180deg)
}

.card .face.back-face {
    position: absolute;
    background: #06587c;
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
    border: 10px;
    border-top: 1px solid #06587c;
    border-left: 1px solid #06587c;
}

.arrow {
    text-align: center;
    top: 172px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    top: 85%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card .face.back-face .fa-quote-left {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 1.0rem;
}

.card .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 13px;
    right: 10px;
    font-size: 1.0rem;
}

.card:hover .face.back-face {
    transform: rotateY(360deg)
}

@media(max-width: 991.5px) {
    .col-lg-4 {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

.testimonial {
    color: #fffcfc;
}

.testimonial h3 {
    font-size: 23px;
}

.designation h3 {
    font-size: 23px;
    text-align: center;
}

/* .padding-t{
    padding:60px 0px;
    
} */
.bg-text8 {
    margin-top: 10%;
    background: #fff;
}

.heading-1.mb-5 {
    margin-bottom: 30px !important;
}

.service-section .first-box p {
    text-align: left;
}

.technology {
    text-align: center;
    border: 2px solid;
    overflow: hidden;
    margin-top: 20px;
}

.technology img {
    height: 100px;
    max-width: 100%;
}


.we-cover h2 {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 30px;
    padding: 10px;
}

.we-cover p {
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 0px 30px;
    align-items: center;
    text-align: left;
    margin: auto;
}

.we-cover h2 span {
    color: #0288b8;
}

.bg-s-n {
    background: #ededed;
}

.faniech-sec {
    background: #fff;
    height: auto;
    box-shadow: 6px 6px 0px 4px #847d7d3b;
    border-radius: 2px;
    width: 20vw;
    padding: 30px;
}

.faniech-sec h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.ct-icon-box:hover {
    background: #d60e96;
    color: #fff;
}

.ct-icon-box__header span {
    font-size: 18px !important;
    line-height: 26px !important;
}

.faniech-sec p span:hover {
    color: #fff;
}

.faniech-area {
    list-style: none;
}

.faniech-sec {
    transition: all .5s ease-in-out;
}

.faniech-sec:hover {
    background: #96ab46;
    color: #fff;
    transition: all .5s ease-in-out;
}

#demo {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 900px;
    margin: auto;
    height: 450px;

}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 1rem 6rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

#footer-cta h3 {
    text-align: center !important;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin-top: 0.5rem
}

.carousel-caption p {
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
    padding: 10px 0px;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

.right-sec {
    background-color: rgb(2 138 186);
    padding: 1.4rem;
}

@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

/*.carousel-control-prev {
    justify-content: flex-start
}*/
.bg-s-n1 {
    background-image: url(../images/banner4.jpg);
    background-size: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}



.wrapper button {
    height: 100px;
    width: 150px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(to right top, #FB0712, #124FEB);
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s
}

.we-cover {
    background: none;
    width: 100%;
    height: auto;
    padding: 50px 20px;
    margin-left: 0%;
}

.wrapper button:hover {
    background-image: linear-gradient(to right top, #0717FB, #F90A2F)
}

.area-1 {
    background: #3b3b3b;
    height: 260px;
}

.area-2 img {
    height: 340px;
}

.width-sec {
    width: 100%;
}

.width-sec {
    float: left;
    list-style: none;
}

.width-sec h5 {
    float: right;
    color: #fff;
}

.bg-sec1 {
    /* background-image:url(../images/images-1.jpg); */
    background-size: 100%;
    padding: 0px 50px;
    height: 590px;
    overflow: hidden;
}

.width-sec img {
    width: 60px;
    height: auto;
    padding: 5px;
    border-radius: 10px;
    margin: 0px !important;
}

#footer {
    padding: 0 0 8px 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: auto;
    float: left;

}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #404040
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600
}

.container-fluid.foot {
    width: 100%;
    height: auto;
    float: left;
    background: #96ab46;
    margin: 0;
    padding: 5px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px)
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #e96b56;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #e6573f
}

#footer .footer-top {
    background: #3b3b3b;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 60px 0 60px 0
}

#footer .footer-top .footer-info {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #fff
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #545454;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}

#footer .footer-top .social-links a:hover {
    background: #e96b56;
    color: #fff;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

#footer .footer-top h4::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #984b01;
    position: absolute;
    top: 25px;
    left: 0px;
}

.col-md-3.col-sm-6.footer-links {
    padding-left: 50px;
}

.w-100 h1 {
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px 35px;
    position: relative;
}

.w-100 h1::after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #984b01;
    position: absolute;
    top: 51%;
    left: 43.5%;
}

label.h6 {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    padding: 0px 5px;
}

label input::placeholder {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

}

textarea input::placeholder {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

}

#footer .footer-top p {

    text-align: left;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}


#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ec7f6d;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 7px 0;
    text-align: left;
    margin: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;

}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 20px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #96ab46;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    font-size: 19px;

}

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    /* padding-top: 10px; */
    text-align: center;
    font-size: 19px;
    color: black;
    line-height: 40px;
}

.blank2 {
    height: 163px;
}

.container-fluid.padding-t.bg-img.mb-5 {
    width: 100%;
    height: auto;
    float: left;
}

.container-fluid.padding-t.pl-5.pr-5.bg-text {
    background: #dcdcdc2e !important;
}

.heading-11 {
    width: 100%;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    font-size: 35px;
}


.service-sec {
    margin: 0px 0px 30px;
}

/* .padding-t-1{
    padding-top: 60px;
} */
.container-fluid.padding-t-1.bg-from.xasd {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px;
}

.mb-5,
.my-5 {
    margin-bottom: 0rem !important;
}

.col-md-12.headline-top {
    z-index: 2;
}

.container-fluid.padding-t-1.MARG {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0px 0px;
}

.footer-links a i {
    font-size: 18px;
    padding: 5px 7px;
    color: #96ab46;
    background: #eaeff1;
    margin: 0px 2px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.footer-links a i:hover {
    color: rgb(218, 110, 110);
    transform: scale(1.2);
    transition: ease .5s;
}

.icon-1 i {
    background: #fff;
    color: #96ab46;
    padding: 7px;
    border-radius: 23px;
    margin: 7px 10px;
}

.width-sec {
    width: 30%;
    margin: 0px;
    padding: 0px;
}

.width-sec {
    text-align: center;
}

.width-sec1 {
    width: 70%;
    float: left;
    list-style: none;
    padding: 0px;
}

.width-sec1 h3 {
    color: #fff;
    font-size: 25px;
    padding-top: 5px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 16px;
}

.icon-1 h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 26px;
}

/*--  Services  --*/

.banner-sec-1 {
    background-image: url(../images/sarvice-4.png);
    padding-top: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    float: left;
}

.bg-color {
    background: #06587c8c;
    height: auto;
    margin-top: 0px;
}

.bg-color h1 {
    color: #fff;
    text-align: center;
    margin-top: 0%;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

.bg-color h3 {
    text-align: center;
    color: #fff
}

.bg-color p {
    padding: 0px 110px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.text-color {
    color: #fff
}

.heading {
    font-size: 30px;
    color: #000;
}

.right-sec-box {
    font-size: 18px;
}

.service-sec1 h2 {
    color: #96ab46;
    text-align: center;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;

    font-size: 35px;
}

.busines p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
}

.service-sec1 h2 span {
    color: #0288b8;

}

.title {
    color: #fa9746;
    margin-bottom: 30px;
    position: relative
}

.title::before {
    position: absolute;
    left: -29px;
    top: 0;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    background-color: #7499f1;
    box-shadow: 0px 4px 4px 0px #aaa;
    border-radius: 4px;
    content: ''
}

.title::after {
    position: absolute;
    left: -19px;
    top: 25px;
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    background-color: #7499f1;
    box-shadow: 0px 4px 4px 0px #aaa;
    border-radius: 4px;
    content: ''
}

.services {
    padding: 40px;
    position: relative
}

.services .square {
    height: 100px;
    width: 100px;
    margin: 30px auto 40px;
    position: relative;
    border-radius: 15px;
    transform: rotate(45deg);
    padding: 10px;
    background-color: #7499f1;
    box-shadow: 0px 0px 27px 0px #ccc;
    border: 2px dotted #eaf3fa
}

.square i {
    transform: rotate(315deg);
    display: block;
    color: #eaf3fa;
    font-size: 40px;
    padding-top: 17px;
    padding-right: 14px
}

.services .square::before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fa9746;
    content: ''
}

.services .square::after {
    position: absolute;
    left: 50px;
    top: 66px;
    width: 1px;
    height: 88%;
    background-color: #fa9746;
    content: '';
    transform: rotate(90deg)
}

.services .serv .num {
    width: 60px;
    height: 60px;
    background-color: #7499f1;
    box-shadow: 0px 0px 15px 0px #00a9d3;
    margin: -38px auto 15px auto;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    padding-top: 7px;
    border: 1px dashed
}

.services .serv h5 {

    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    color: #fa9746;
}

.services .serv p {

    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    color: #777;
    font-size: 18px;


}

.services .serv hr {
    width: 30px;
    border-top: 3px solid rgb(0 169 211)
}

/*--Contact--*/


.Contact-1 {
    background-image: url(../images/contactus.jpg);
    padding-top: 0%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card1 {
    padding: 10px;
    height: 250px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.contact input {
    margin-top: 10px;
}

.contact textarea {
    margin-top: 10px;
}

.contact input:focus {
    margin-top: 10px;
    color: #000;
}

.contact textarea:focus {
    margin-top: 10px;
    color: #000;

}

.contact input::placeholder {
    color: #000;
    font-weight: 500
}

.contact textarea::placeholder {
    color: #000;
    font-weight: 500
}

.card1 i.fas {
    font-size: 35px;
    padding: 0px 15px;
    color: #96ab46;
}

.card1 h5 {
    font-size: 20px;
    font-weight: 500;
    color: black;
    font-family: 'Josefin Sans', sans-serif;
    margin: 13px 0px 15px;
}

.card1 p {
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center !important;
    font-size: 16px;
    padding: 0px 5px;
    margin-top: 15px;
}

.card1 {
    transition: all .5s ease-in-out;
    z-index: 1024;
    border: 1px solid gainsboro;
}

.card1:hover {
    box-shadow: 0 0 30px rgb(0 0 0/30%);
}

.btn-success {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    background-color: #01344e;
    border-color: #01344e;
}

.btn-success:hover {
    color: #fff;
    background-color: #01344e;
    border-color: #01344e;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0rem rgb(255, 255, 255)
}

.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #8E24AA;
    border-color: #8E24AA
}

/*--About us--*/


.Contact-2 {
    background-image: url(../images/about-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-sec3 {
    font-size: 22px;
}

.a-sec h2 {
    text-align: center;
    padding-top: 10%;

}

.model P {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.a-sec p {
    text-align: center;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.l-m img {
    margin-left: -15px;
}

.bg-smrtech {
    background: #06587c;
}

.service-sec2 h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

.service-sec2 h2 span {
    color: #96ab46;
    text-align: center;

}


.features .features-content {
    z-index: 1;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 100px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin-top: 50px;
}

.features-item {
    text-align: center;
    padding: 30px;
    border-radius: 50px 50px 0px 0px;
    background: rgb(255, 255, 255);
    background: linear-gradient(105deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
}

.features-item:hover {
    background: rgb(51, 204, 197);
    background: linear-gradient(105deg, rgba(51, 204, 197, 1) 0%, rgba(8, 141, 195, 1) 100%);
}

.features-item:hover h4 {
    color: #fff;
}

.features-item:hover p {
    color: #fff;
}

.features-item:hover .line-dec {
    background-color: rgba(255, 255, 255, 0.3);
}

.first-feature:hover .icon {
    background-image: url(../images/features-icon-white-01.png);
}

.second-feature:hover .icon {
    background-image: url(../images/features-icon-white-02.png);
}

.features-item .number h6 {
    background-repeat: no-repeat;
    width: 110px;
    height: 69px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 69px;
    margin-top: -65px;
    margin-bottom: 30px;
}

.features-item .first-number h6 {
    background-image: url(../images/features-number-01.png);
}

.features-item .second-number h6 {
    background-image: url(../images/features-number-02.png);
}

.features-item .third-number h6 {
    background-image: url(../images/features-number-03.png);
}

.features-item .fourth-number h6 {
    background-image: url(../images/features-number-04.png);
}

.first-feature .icon {
    background-image: url(../images/features-icon-black-01.png);
}

.second-feature .icon {
    background-image: url(../images/features-icon-black-02.png);
}

.features-item .icon {
    width: 63px;
    height: 63px;
    margin: 0 auto;
    transition: all 0.5s;
}

.features-item h4 {
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2a2a2a;
    position: relative;
    transition: all 0.5s;
}

.features-item .line-dec {
    width: 100px;
    height: 2px;
    background-color: rgba(51, 204, 197, 0.3);
    margin: 30px auto;
    transition: all 0.5s;
}

.features-item p {
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    margin-top: 0px;
    transition: all 0.5s;
}

.skills-content {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 110px 0px 50px 0px;
}

.skill-item {
    text-align: center;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fd6a54;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    text-align: center;
    color: #2a2a2a;
    display: flex;
    width: 100%;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
}

.progress .progress-value div {
    margin-top: 10px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

.progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}

.progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #fd6a54;
}


.about-us .section-heading {
    margin-bottom: 40px;
}

.about-us .left-image {
    margin-right: 45px;
}

.about-us .about-item h4 {
    font-size: 38px;
    font-weight: 800;
    color: #088ec3;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

.about-us .about-item h6 {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    color: #2a2a2a;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.about-us p {
    margin: 40px 0px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}


.our-services .section-heading {
    text-align: center;
    margin-left: 75px;
    margin-right: 75px;
}

.our-services .container-fluid {
    padding: 0px 80px;
}

.service-item {
    height: 300px;
    padding: 60px 30px;
    border: 2px solid #f7f7f7;
    border-radius: 5px;
    transition: all .3s;
    margin-bottom: 30px;
}

.service-item:hover {
    background-color: #fff;
    border: 2px solid transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.service-item .icon {
    margin-top: 10px;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    background-color: #f7f7f7;
    border-radius: 50%;
}

.service-item .icon img {
    width: 38px;
    height: 38px;
}

.service-item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

.bg-smrtech1 {
    background: #96ab46;
}

/*-- PORTFOLIO --*/

.banner-sec-p {
    background-image: url("../images/Portfolio.png");
    padding-top: 11%;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.right-content {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.gallery-title {
    font-size: 36px;
    color: #FFA500;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 22.5%;
    left: 38.5%;
    height: 45px;
    border-bottom: 1px solid #06587c;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #06587c;
    ;
    border-radius: 5px;
    text-align: center;
    color: #06587c;
    margin-bottom: 30px
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #06587c;
    ;
    border-radius: 5px;
    text-align: center;
    color: #ffffff !important;
    background-color: #06587c;
}

.gallery_product {
    padding: 10px;
    margin: 0%;
    transition: all .4s ease-in-out;
}

.btn-default:active .filter-button:active {
    background-color: #06587c;
    color: white;
}

.port-image {
    width: 100%
}


.container-fluid.padding-t {
    padding: 60px 0px;
}

.filter a img {
    border: 1px solid gainsboro;
    border-radius: 5px
}

.bg-img {

    background-size: cover;
    padding: 85px 5px;
}

.btn1 {
    height: 165px;
    background: #fbfbfb8f;
    box-shadow: 2px -1px 12px #c1d4de;
    color: #038aba;
    font-size: 20px;
    border: 1px solid #e4e4e4;
    width: 100%;
}

@media only screen and (max-width: 447px) {
    header {
        width: 100%;
        height: 125px;
    }

    .blank {
        width: 100%;
        height: 125px;
        float: left;
    }

    .blank1 {
        width: 100%;
        height: 125px;
        float: left;
    }

    .service-section .first-box {
        width: 100% !important;

    }

    .features .features-content {
        border-radius: 0px;
        box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
        padding: 50px 10px;
        margin: 20px 0px;
    }

    .col-lg-6.form-text1 {
        padding: 50px 20px;
    }

    #footer .credits {
        color: black;
        line-height: 30px;
    }

    .carousel1 {
        height: 145px;
        float: left;
    }

    .service-section .first-box {
        width: 100%;
    }

    .col-lg-4 .email-icon {
        margin-top: 0px;
    }

    .email-icon ul li i.fas.fa-envelope {
        line-height: 8px;
    }

    .col-md-3 img {
        width: 85px;
    }

    .fixed {
        background: #eaeff1;
        position: relative;
        z-index: 1025 !important;
        height: 125px;
    }

    .email-icon ul {
        float: left;
        margin-right: 0px;
        padding: 0;
    }

    .email-icon ul li {
        line-height: 27px;
    }

    ul.custom-setting {
        width: 100%;
        top: 0px;
        left: 0;
        padding: 0;
    }

    .Contact-2 {
        background-image: url(../images/about-banner.png);
        padding-top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .bg-color h1 {
        color: #fff;
        text-align: center;
        margin-top: 12%;
        font-size: 25px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
    }

    .bg-color p {
        padding: 0px 0px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
    }

    .bg-color {
        background: #06587c8c;
        height: auto;
        margin-top: 0px;
        padding: 30px 0px;
    }

    .service-sec1 h2 {
        font-size: 25px;
    }

    .busines p {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
        margin: auto;
    }

    .l-m img {
        margin-left: 0px;
    }

    .service-sec1 h2 {
        padding: 15px 0px;
        font-size: 22px;
    }

    .features-item {
        margin: 20px 0px;
    }

    .skills-content {
        padding: 35px 0px 50px 0px;
    }

    .skill-item {
        text-align: center;
        margin: 20px 0px;
    }

    .about-us .left-image {
        margin-right: 0px;
    }

    .service-item {
        height: auto;
        padding: 10px 5px;
        margin-bottom: 30px;
    }

    .model P {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
    }

    .model img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .Contact-1 {
        background-image: url(../images/contactus.jpg);
        padding-top: 0%;
    }

    .w-100 h1 {
        font-size: 25px;
    }

    .container-fluid.pt-5.pb-5.pl-5.pr-5 {
        padding: 0 !important;
        margin: 0 !important;
    }

    h1.ab {
        padding: 0px 0px;
        font-size: 25px;
    }

    h1.ab::after {
        top: 27px;
        left: 33.2%;
    }

    .icon-1 h5 {
        color: black;

    }

    .banner-sec-1 {
        background-image: url(../images/sarvice-4.png);
        padding-top: 0%;
    }

    .custom-setting li {
        display: inline-block;
        padding: 5px 5px;
        /* margin: 0px 20px; */
        border-right: 2px solid white;
    }

    .custom-setting li a {
        color: white;
        font-size: 11px;
        font-family: 'Josefin Sans', sans-serif;
        transition: al .2s ease-in-out;
    }

    .carousel1 {
        position: relative;
        top: 0px;
    }

    .container-fluid.padding-t {
        padding: 35px 0px;
    }

    .bg-text8 {
        margin-top: 0%;
        background: #fff;
    }

    .pl-5,
    .px-5 {
        padding-left: 0rem !important;
    }

    .pr-5,
    .px-5 {
        padding-right: 0rem !important;
    }

    .ml-5,
    .mx-5 {
        margin-left: 0rem !important;
    }

    .mr-5,
    .mx-5 {
        margin-right: 0rem !important;
    }

    .service-sec h2 {
        font-size: 25px;
    }

    .we-cover {
        background: #0389b9bd;
        width: 100%;
        height: auto;
        padding: 10px 5px;
        margin-left: 0%;
    }

    .we-cover p {
        font-size: 16px;
        padding: 0px 15px;
    }

    .faniech-area {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .faniech-sec {
        width: 100%;
        padding: 30px;
    }

    .service-sec h2 {
        font-size: 20px;
    }

    .col-lg-2.col-md-3.col-sm-4.col-xs-4 {
        width: 33%;
        margin: auto;
    }

    .mt-5,
    .my-5 {
        margin-top: 0rem !important;
    }

    #demo {
        background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
        max-width: 100%;
        margin: auto;
        height: auto;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    #footer-cta h3 {
        text-align: center !important;
        font-size: 25px;
    }

    #footer-cta a p {
        padding: 0px 0px 0px 16px;
        margin: auto;
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
    }

    .form-text1 h3 {
        font-size: 28px;
        margin-top: 0%;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
    }

    .form-text1 p {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
    }

    #contactus-area1 button[type="submit"] {
        padding: 10px 0px;
        font-size: 16px;
        border-radius: 10px;
    }

    .padding-t-1 {
        padding-top: 30px;
    }

    .col-lg-4 {
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .col-lg-4.email-icon {
        margin-top: -1px;
    }

    .width-sec1 h3 {
        color: #fff;
        font-size: 20px;
        padding-top: 10px;
    }

    .bg-sec1 {
        /* background-image: url(../images/images-1.jpg); */
        background-size: 100%;
        padding: 0px 15px;

    }

    #footer .footer-top {
        padding: 20px 0 20px 0;
    }

    .col-md-3.col-sm-6.footer-links {
        padding-left: 35px;
        margin: 10px 0px 20px;
    }

    #footer .footer-top .footer-links ul a {
        font-size: 18px;
    }

    .carousel-control-next {
        right: 0;
        margin-bottom: 55px;
    }

    .button-sec {
        padding: 7px 17px;
        margin-bottom: 5%;
        font-size: 14px;
        font-weight: 500;
        float: right;
        font-family: 'Josefin Sans', sans-serif;
    }
}

.container-fluid.fixxx {
    width: 100%;
    height: 133px;
    float: left;
}



@media screen and (max-width: 868px) and (min-width: 769px) {
    .carousel1 {
        position: relative;
        top: 0px;
        width: 100%;
        height: 272px;
        float: left;
    }


    .custom-setting li a {
        color: white;
        font-size: 14px;
        font-family: 'Josefin Sans', sans-serif;
        transition: al .2s ease-in-out;
    }

    .email-icon ul {
        float: right;
        margin-right: 10px;
        margin: 0;
        padding: 0;
    }

    .line-style {
        border: 1px solid #fff;
        height: 30px;
        margin: 0px 5px;
    }

    li .icon-flag {
        font-size: 25px;
        margin: 0px 1px;
        border-radius: 5px;
        width: 25px;
    }

    .custom-setting li {
        display: inline-block;
        padding: 10px 15px;
        /* margin: 0px 20px; */
        border-right: 2px solid white;
    }

    .container-fluid.padding-t {
        padding: 60px 0px;
        margin-top: 135px;
    }

    .button-sec {
        padding: 7px 15px;
        font-size: 16px;
        font-weight: 500;
        float: right;
        font-family: 'Josefin Sans', sans-serif;
    }

    .pl-5,
    .px-5 {
        padding-left: 0rem !important;
    }

    .pr-5,
    .px-5 {
        padding-right: 0rem !important;
    }

    .ml-5,
    .mx-5 {
        margin-left: 0rem !important;
    }

    .mr-5,
    .mx-5 {
        margin-right: 0rem !important;
    }

    .text-left.inr-txt {
        position: absolute;
        /* top: 50px; */
        vertical-align: bottom;
        display: table-cell;
        color: #fff;
        /* left: 50px; */
        padding: 25px 15px;
    }

    .container-fluid.padding-t.bg-s-n1.zzz {
        margin: 0;
    }

    .service-sec h2 {
        font-size: 30px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
        margin: 0;
    }

    .we-cover {
        background: #0389b9bd;
        width: 80%;
        height: auto;
        padding: 70px 20px;
        margin: auto;
    }

    .faniech-area {
        float: left;
        padding: 0;
        margin: 0px 20px;
    }

    .faniech-sec {
        background: #fff;
        height: auto;
        box-shadow: 6px 6px 0px 4px #847d7d3b;
        border-radius: 2px;
        width: 32%;
        padding: 10px;
        display: inline-block;
        margin: auto;
    }

    .container-fluid.padding-t.aza {
        margin: 0;
    }

    .mt-5,
    .my-5 {
        margin-top: 0rem !important;
    }

    .container-fluid.padding-t.bg-s-n.sasa {
        margin: 0;
    }

    #demo {
        height: auto;
    }

    #contactus-area1 button[type="submit"] {
        padding: 5px;
        font-size: 18px;
        border-radius: 10px;
    }

    .width-sec1 h3 {
        color: #fff;
        font-size: 19px;
        padding-top: 15px;
    }

    .icon-1 h5 {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
        margin-bottom: 30px;
    }

    .col-md-3.col-sm-6.footer-links {
        padding-left: 10px;
    }

    #footer .footer-top h4 {
        font-size: 18px;
        font-weight: 500;
    }

    #footer .footer-top p {
        text-align: left;
        font-size: 16px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 500;
    }

    #footer .footer-top .footer-links ul a {
        font-size: 18px;
    }
}


@media only screen and (max-width: 768px) {
    .email-icon ul {
        float: right;
        margin-right: 0px;
        margin: 0;
        padding: 0;
    }

    .blank11111 {
        height: 126px !important;
    }


    .email-icon ul li {
        padding: 0;
        margin: 0;
    }

    .icon-flag {
        margin: 0px 1px;
        border-radius: 5px;
    }

    .custom-setting li {
        display: inline-block;
        padding: 4px 5px;
        /* margin: 0px 20px; */
        border-right: 2px solid white;
    }

    .custom-setting li a {
        color: white;
        font-size: 11px;
        font-family: 'Josefin Sans', sans-serif;
        transition: al .2s ease-in-out;
    }

    .service-section .first-box {
        width: 100% !important;
    }

    .container-fluid.padding-t {
        padding: 60px 0px;
        margin-top: 125px;
    }

    .service-sec h2 {
        font-size: 25px;
    }

    .pl-5,
    .px-5 {
        padding-left: 0rem !important;
    }

    .pr-5,
    .px-5 {
        padding-right: 0rem !important;
    }

    .ml-5,
    .mx-5 {
        margin-left: 0rem !important;
    }

    .mr-5,
    .mx-5 {
        margin-right: 0rem !important;
    }

    .text-left.inr-txt {
        padding: 30px 25px;
    }

    .container-fluid.padding-t {
        padding: 40px 0px 0px;
        margin-top: 0;
    }

    .text-left.inr-txt p {
        padding-top: 7px;
        font-size: 16px;
        line-height: 22px;
        font-family: 'Josefin Sans', sans-serif;
    }

    .container-fluid.padding-t.bg-s-n1.zzz {
        padding: 40px 0px !important;
        padding: 0;
        margin: 0;
    }

    .we-cover {
        background: #0389b9bd;
        width: 100%;
        height: auto;
        padding: 20px 20px;
        margin: 20px 0px;
    }

    .we-cover h2 {
        font-size: 25px;
        padding: 10px;
    }

    .we-cover p {
        font-size: 16px;
        font-family: 'Josefin Sans', sans-serif;
        color: #fff;
        padding: 0px 5px;
        align-items: center;
        text-align: left;
        margin: auto;
    }

    .faniech-area {
        list-style: none;
        padding: 0;
        margin: 0px 5px;
    }

    .faniech-sec {
        width: 49%;
        padding: 10px;
        margin: auto;
        display: inline-block;
    }

    .area-1 {
        background: #3b3b3b;
        height: 260px;
        margin: 20px;
    }

    .col-md-4.area-2 {
        z-index: 1024;
        display: none;
    }

    .bg-sec1 {
        /* background-image: url(../images/images-1.jpg); */
        background-size: 100%;
        padding: 0px 15px;
        height: auto;
    }

    .container-fluid.padding-t.aza {
        padding: 30px 0px;
        margin: 0px;
    }

    .mt-5,
    .my-5 {
        margin-top: 0rem !important;
    }

    .container-fluid.padding-t.bg-s-n.sasa {
        padding: 30px 0px;
        margin: 0px;
    }

    #demo {
        background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
        max-width: 100%;
        margin: auto;
        height: auto;
    }

    .col-lg-4.marginn {
        padding: 0 !important;
        margin: 0 !important;
        width: 0 !important;
        height: 0px !important;
    }

    .container .col-lg-4 {
        display: flex;
        justify-content: center;
        margin: 0px 0px 20px;
    }

    .width-sec1 h3 {
        color: #fff;
        font-size: 19px;
        padding-top: 14px;
        font-weight: 600;
        font-family: 'Josefin Sans', sans-serif;
        margin-bottom: 16px;
    }

    .icon-1 h5 {
        color: black;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
        margin-bottom: 16px;
    }

    #footer .footer-top h4 {
        font-size: 18px;
    }

    #footer .footer-top p {
        text-align: left;
        font-size: 16px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 500;
    }

    .col-md-3.col-sm-6.footer-links {
        padding-left: 0px;
    }

    #footer .footer-top {
        padding: 30px;
    }

    .ct-icon-box__header span {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    #footer .footer-top .footer-links ul a {
        font-size: 18px;
    }

    /* about */
    .left-image img {
        width: 100%;
        height: auto;
        padding: 10px;
    }
.container-fluid.pl-5.pr-5 {
    padding-top: 30px;
}
.blank2 {
    height: 123px !important;
}

.col-md-8.col-xs-12.right-sec-box p, .service-sec1 h2{
    text-align:left;
}
.service-sec1 h2{
    padding-bottom:0px;
}
}




@media screen and (max-width: 1024px) and (min-width: 669px) {

    li img.icon-flag {
        width: 25px;
    }

    img.icon-flag {
        width: 160px;
    }

    .custom-setting li {
        display: inline-block;
        padding: 10px 10px;
        /* margin: 0px 20px; */
        border-right: 2px solid white;
    }

    .custom-setting li a {
        color: white;
        font-size: 14px;
        font-family: 'Josefin Sans', sans-serif;
        transition: al .2s ease-in-out;
    }

    .service-item {
        height: 300px;
        padding: 10px 30px;
    }

    .blank1 {
        width: 100%;
        height: 0px;
        float: left;
    }

    .bg-color {
        background: #06587c8c;
        height: auto;
        margin-top: 160px;
    }

    ul.custom-setting {
        width: 100%;
        position: absolute;
        top: 88px;
        left: 0;
        padding: 0;
    }

    .container-fluid.padding-t {
        padding: 40px 0px 0px;
        margin-top: 0px;
    }

    .form-text1 h3 {
        font-size: 35px;
        margin-top: 0%;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
    }

    .features .features-content {
        margin-top: 50px;
    }

    .skill-item {
        text-align: center;
        margin: 20px 0px;
    }

    .col-lg-6.form-text1 {
        padding: 30px 20px;
    }

    .blank2 {
        height: 163px;
    }

    .banner-sec-1 {
        background-image: url(../images/sarvice-4.png);
        padding-top: 0%;

    }
}


@media screen and (max-width: 1399px) and (min-width: 1024px) {
    .email-icon ul {
        float: right;
        margin-right: 0px;
    }

    .container-fluid.padding-t {
        padding: 40px 0px 0px;
        margin-top: 0;
    }

    .we-cover {
        background: none;
        width: 80%;
        height: auto;
        padding: 0px 20px;

        margin: 20px auto;
    }

    .faniech-sec {
        background: #fff;
        height: auto;
        box-shadow: 6px 6px 0px 4px #847d7d3b;
        border-radius: 2px;
        width: 33%;
        padding: 30px;
        display: inline-block;
        margin: auto;
    }

    .faniech-area {
        list-style: none;
        padding: 0;
    }

    .mt-5,
    .my-5 {
        margin-top: 0rem !important;
    }

    .carousel-caption {
        padding: 1rem 2rem;
    }

    #demo {
        height: auto;
    }
}

/* service-section */

.service-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 10px;
    /*background-image:url(../images/banner4.jpg);*/
    background-image: url(../images/bg-with-overlay.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.service-section .heading-1 {
    width: 100%;
}

.service-section .heading-1 h2 {
    text-align: center;
    font-size: 35px;
}

.service-section .first-box {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    margin: 0px auto 30px;
    background: #fff;
    border-right: 10px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    transition: all .4s ease-in-out;
}

.col-lg-6 iframe {
    height: 320px !important;
}

.service-section i.fas.fa-chart-line {
    font-size: 35px;
    color: #002838;
    display: inline-block;
    text-align: center;
    padding: 10px 0px 10px;
    background: #eaeff1;
    width: 55px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 25px;
}

.service-section h4 {
    font-size: 30px;
    display: -webkit-inline-box;
    padding: 0px 20px;
    color: #96ab46;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.service-section p {
    font-size: 18px;
    padding: 0px 0px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;

}

.service-section .first-box:hover {
    margin-top: -5px;
}

.container-fluid.padding-t.aza {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0px !important;
    background: white;
}

.container-fluid.padding-t.bg-s-n.sasa {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 40px;
}

.Contact-2.carousel.slide.box11 {
    width: 100%;
    height: auto;
    float: left;
}

.container-fluid.padding-t.bg-text.box111 {
    width: 100%;
    height: auto;
    float: left;
}

.container-fluid.padding-t.bg-smrtech {
    width: 100%;
    height: auto;
    float: left;
}

.about-us.section {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 10px;
    background-color: white;
}

.container-fluid.padding-t.bg-smrtech1 {
    width: 100%;
    height: auto;
    float: left;
}

.container-fluid.padding-t.bg-text {
    width: 100%;
    height: auto;
    float: left;
}

.container-fluid.bg-color {
    padding: 100px 0px;
}

.banner-sec-p {
    background-image: url(../images/Portfolio.png);
    padding-top: 0%;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0px 0px;
}

.blank111 {
    height: 163px;
}

.blank11111 {
    height: 163px;
}

label.btn {
    font-size: 30px;
    float: right;
    line-height: 56px;
    display: none;
}

input#check {
    display: none;
}

@media screen and (max-width : 668px) {
    label.btn {
        display: block;
        position: fixed;
        top: 23px;
        right: 0;
    }

    ul.custom-setting {
        left: -100%;
        transition: all .4s ease-in-out;
    }

    #check:checked~ul {
        left: 0%;
    }
}

.custom-sign {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
}

.custom-sign .signup-form {
    background-color: #fff;
    padding: 45px;
    border-radius: 1px;
    border:1px solid gainsboro;
}

.custom-sign h2 {
    font-size: 36px;
    font-family: 'Josefin Sans', sans-serif;

}

.custom-sign .signup-form .form-control {
    font-size: 16px;
    padding: 10px 15px;
    color: #555;
    background-color: #fff;
    border-radius: 3px
}

.custom-sign .signup-form input {
    border: 1px solid #eee;
    height: 38px;
    box-shadow: none !important
}

.custom-sign .btn-blue {
    background: #44c5ee;
    font-family: 'Josefin Sans', sans-serif;
    padding: 10px 28px;
    border: 2px solid #44c5ee;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0px 0px 60px 0px rgba(68, 197, 238, 0.6);
    outline: none !important
}

.custom-sign .btn-blue:hover,
.custom-sign .btn-blue:focus,
.custom-sign .btn-blue:active {
    background: #fff;
    color: #496174
}

.custom-sign .signup-form textarea {
    border: 1px solid #eee;
    width: 100%;
    height: 68px;
    box-shadow: none !important;
}

ul.address-section li {
    font-size: 18px;
    display: flex;
    align-items: start;
    gap: 5px;
}

ul.address-section i {
    color: #96ab46 !important;
    margin-top: 3px;
}

.carousel-control-next-icon {
    margin-top: 0px;
}

.about-section {
    width: 100%;
    height: auto;
    padding: 70px 0px 70px;
    float: left;
}

.about-section img {
    width: 100%;
    border-radius: 10px 50px 10px 10px;
    height: 450px;
    object-fit: cover;
}

.about-section h4 {
    text-align: left;
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

.about-section p {
    text-align: justify;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
    opacity: .9;
    margin-bottom: 30px;
    hyphens: auto;
    word-spacing: -2px;
}

.about-section a.about-btn {
    background: #96ab46;
    padding: 17px 37px;
    border-radius: 30px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

.about-section a.about-btn:hover {
    background: #06587c;
    text-decoration: none;
}

.row.busines img {
    width: 60%;
}

a#parttime-btn i {
    display: none;
}



.service-sec1.mt-5 h2 {
    text-align: left;
}

.col-md-5.col-xs-12.right-sec-box p {
    text-align: left;
    margin-bottom: 20px;
}

.filter-div {
    text-align: center;
    margin: auto;
}

.filter-div button {
    border: 1px solid gainsboro !important;
    margin: 0;
}

button.btn.btn-default.filter-button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.container-fluid.padding-t.bg-text img {
    width: 100%;
}
.container-fluid.bg-sec1 h5 {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .col-md-6.email-icon.left {
        display: block;
    }

    .col-md-6.email-icon.left ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

    .col-md-6.email-icon {
        display: none;
    }

    .email-icon ul li i {
        font-size: 14px;
        line-height: 5px;
        padding: 3px;
    }

    .carousel-control-next {
        right: 0;
        margin-bottom: 0px;
    }

    .about-section img {
        height: 250px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .about-section {
        padding: 40px 0px 40px;
        float: left;
    }


    .about-section p {
        text-align: justify;
        font-size: 18px;
        line-height: 25px;
        opacity: .9;
        margin-bottom: 30px;
        hyphens: auto;
        word-spacing: -2px;
    }

    .technology img {
        height: auto;
        max-width: 100%;
    }

    .custom-sign .signup-form {
        background-color: #fff;
        padding: 25px 10px;
        border-radius: 1px;
        border: 1px solid gainsboro;
    }

    .padding.container.d-flex.justify-content-center {
        padding: 0;
    }

    .custom-sign {
        padding: 0px;
    }

    li.icon-1.mt-4 {
        margin: 0px !important;
    }

    .icon-1 h5 br {
        display: none;
    }

    ul.address-section li {
        font-size: 18px;
        display: flex;
        align-items: baseline;
        gap: 5px;
    }

    .container-fluid.bg-color {
        padding: 30px 0px 50px;
    }

    .blank111 {
        height: 125px;
    }

    .row.busines img {
        width: 100%;
    }

    a#parttime-btn p {
        padding: 7px;
    }

    .our-services .container-fluid {
        padding: 0px 20px;
    }

    .service-item {
        padding: 15px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #footer .footer-top .footer-links ul li {

        word-break: break-all;
    }

    .custom-sign .signup-form {
        padding: 25px 10px;
        border-radius: 1px;
    }

    .technology img {
        height: auto;
        max-width: 100%;
    }

    .service-section p {
        font-size: 16px;
    }

    .service-section h4 {
        padding: 0px;
        font-size: 20px;
    }

    .about-section p {
        font-size: 16px;
        line-height: 24px;
    }

    li img.icon-flag {
        width: 18px;
    }

    .bg-color {
        margin-top: 160px;
    }

    .skills-content {
        margin-top: 0px;
    }

    .our-services .container-fluid {
        padding: 0px 20px;
    }

    .container-fluid.bg-color {
        margin-top: 160px;
    }
}