@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    background-position: top;
    background-color: #fff;
    font-size: 12px;
    color: #454545;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    /*margin:0px !important;*/
}

:focus {
    outline: none;
}

a:hover {
    text-decoration: none !important;
    transition: 0.3s;
}

button:focus {
    outline: none !important;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    font-size: 25px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 22px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 20px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 18px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 15px;
    color: #454545;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 14px;
    color: #454545;
    margin: 0;
    padding: 0;
}

p {
    color: #5d5c5c;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
}

.wedosec {
    margin-bottom: 100px;
    margin-top: 109px;
}

.banerarea {
    margin-bottom: 100px;
}

.banner-sec {
    margin: 50px 0;
}

.banner-sec h2 {
    color: #110729;
    margin: 0px 0px 30px 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 74px;
    letter-spacing: -1.6px;
    text-align: center;
    position: relative;
    padding: 0 50px;
}

.banner-sec h2::before {
    content: "";
    width: 4px;
    width: 5px;
    height: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff512f), to(#dd2476));
    background: linear-gradient(to bottom, #ff512f, #dd2476);
}

.banner-sec h3 {
    color: #110729;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    position: relative;
    display: inline-block;
}

.banner-sec h3::before {
    content: '';
    height: 2px;
    background-color: #fac400;
    width: 40px;
    margin-right: 15px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    display: inline-block;
    vertical-align: middle;
}

.bnrprt {
    text-align: center;
    position: relative;
}

.bnrprt span {
    position: relative;
    height: 180px;
    width: 100%;
    display: block;
}

.bnrprt img {
    max-width: 100%;
    padding: 15px;
    text-align: center;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.bnrprt p {
    color: #1E1E1EC9;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.ekit-wid-con {}

.ekit-wid-con h3 {
    color: #110729;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    position: relative;
}

.ekit-wid-con h3::before {
    content: '';
    height: 2px;
    background-color: #fac400;
    width: 40px;
    margin-right: 15px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    display: inline-block;
    vertical-align: middle;
}

.ekit-wid-con h2 {
    color: #110729;
    margin: 0px 0px 20px 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    padding-left: 30px;
    position: relative;
}

.ekit-other-page-wid-con h2::before {
    content: "";
    left: -12px;
    width: 5px;
    top: 13px;
    height: 8%;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff512f), to(#dd2476));
    background: linear-gradient(to bottom, #ff512f, #dd2476);
}

.ekit-wid-con h2::before {
    content: "";
    left: 0;
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff512f), to(#dd2476));
    background: linear-gradient(to bottom, #ff512f, #dd2476);
}

.ekit-heading__description {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
}

.ekit-heading__description p {
    color: #110729;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin: 0px 50px 0px 0px;
}

.ekit-other-page-heading__description {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.ekit-about-page-heading__description {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 17px;
}

.ekit-other-page-heading__description div {
    color: #110729;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.elementor-widget-wrap>.elementor-element-other-page {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -35px;
    text-align: center;
}

.elementor-widget-wrap .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.elementor-widget-wrap .elementor-widget-container img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ekit-btn-wraper {
    text-align: center;
    width: 100%;
}

.ekit-btn-wraper .elementskit-btn {
    width: 71%;
    padding: 16px 46px 16px 45px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    color: #222222;
    background-color: #FACD00CC;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.ekit-btn-wraper .elementskit-btn:hover {
    color: #ffffff;
    background-color: #222222;
}

.whatwedo-sec .elementskit-btn {
    padding: 22px 45px 22px 45px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #78D457;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: auto;
}

.whatwedo-sec .elementskit-btn:hover {
    color: #ffffff;
    background-color: #222222;
}

.ekit-heading .elementskit-section-subtitle {
    color: #110729;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
}

.ekit-heading .elementskit-section-subtitle::before {
    background-color: #fac400;
    width: 40px;
    height: 2px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.ekit-heading h2 {
    color: #110729;
    margin: 0px 0px 20px 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
}

.ekit-other-page-heading h2 {
    color: #110729;
    margin: 0px 0px 20px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
}

.ekit-heading .ekit-heading__description {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.ekit-heading .ekit-heading__description p {
    color: #110729;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin: 0px 50px 0px 0px;
}

.elementskit-section-title {
    padding-left: 0 !important;
}

.elementskit-section-title::before {
    display: none !important;
}

.nopaddL {
    padding-left: 0 !important;
}

.whydtl {
    padding: 45px 45px 35px 45px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}

.whydtl .image-box-img-center img {
    max-width: 100%;
}

.whyinfo .elementskit-info-box-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
}

.whyinfo .elementskit-box-style-content {
    margin: 0px 0px 14px 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #565656;
}

.technosec {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.techeadr {
    color: #000000;
    font-family: "Archivo", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    padding: 7px 23px 7px 23px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #A3A70F;
    border-radius: 2em 2em 2em 2em;
    display: inline-block;
}

.fildhdr {
    color: #000000;
    margin: 50px 0px 50px 0px;
    font-size: 130px;
    font-weight: 700;
    font-style: normal;
    line-height: 100px;
    text-align: center;
}

.fildhdr>span {
    background-color: #7a7a7a;
    background-image: url("../images/JHF4vI0.jpg");
    background-position: 0px -290px;
    background-repeat: no-repeat;
    background-size: 140% auto;
    color: #2575fc;
    font-size: 100px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-page-header-design {
    color: #4F4F4F;
    font-family: "Roboto", Sans-serif;
    font-size: 42px;
    font-weight: 600;
}

.prjctinfo {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 15px 0;
    width: 100%;
}

.prjctdtl {
    padding: 15px;
}

.prjctdtl img {
    max-width: 100%;
}

.prjctdtl h4 {
    color: #7a7a7a;
    font-size: 16px;
    display: block;
}

.mordtl {
    width: 40%;
    padding: 12px 12px 12px 12px;
    border-style: none;
    border-radius: 19px 19px 19px 19px;
    box-shadow: 2px 3px 11px 1px rgba(0, 0, 0, 0.5);
    /* border-radius: 5px; */
    font-size: 15px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    background-color: #2575fc;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: 15px 0;
}

.mordtl:hover {
    color: #ffffff;
    background-color: #927E3AC4;
    border-color: #969292;
    border-radius: 21px 21px 21px 21px;
}

.waiting-sec {
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #ffcc03;
    box-shadow: 29px 29px 60px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 63px 63px 63px 63px;
    position: relative;
    width: 100%;
    margin: 30px 0 100px 0;
    text-align: center;
}

.midlpicc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
}

.animtpic {
    width: 100%;
}

.animtpic img {
    max-width: 500px;
}

.waiting-sec h1 {
    margin: 0px 0px 25px 0px;
    font-family: "Lato", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.waiting-sec h1>span {
    color: #FF0303;
}

.cntbtn {
    padding: 21px 55px 21px 55px;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ffcc03;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffcc03;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.cntbtn:hover {
    color: #ffffff;
    background-color: #eaac02;
    border-color: #eaac02;
}

.cinput {
    margin-bottom: 15px;
}

.cinput p {
    margin: 5px 0;
    font-size: 12px;
    font-family: inherit;
    font-weight: 700;
    color: #777;
}

.cinput p span {
    color: #E04562;
}

.cinput input {
    border: 1px solid #777771;
    background-color: rgba(247, 247, 247, 0.98);
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 8px;
}

.cinput textarea {
    border: 1px solid #777771;
    background-color: rgba(247, 247, 247, 0.98);
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 18px;
}

.sbmiybtn {
    border: none;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    background-color: #967500;
    color: #FFFFFF;
    box-shadow: none;
    padding: 9px 25px;
    cursor: pointer;
}

.sbmiybtn:hover {
    background-color: #000;
}

.tecnology {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.techicon {
    text-align: center;
    padding: 12px;
    flex-basis: 10%;
}

.techicon span {
    height: 100px;
    position: relative;
    display: block;
    transition-duration: .5s;
}

.techicon span img {
    max-width: 90%;
    max-height: 90%;
    transform: scale(1.0);
    transition-duration: .5s;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.techicon span:hover img {
    transform: scale(1.2);
    transition-duration: .5s;
}

.techicon p {
    text-align: center;
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    display: block;
    font-style: italic;
}

.fotrbg {
    width: 100%;
    display: block;
    background-color: #222222;
    padding: 40px 0;
    margin-top: 50px;
}

.fotrdetl {
    display: flex;
    justify-content: space-between;
}

.ftrabut img {
    max-width: 262px;
}

.ftrabut p {
    text-align: left;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    max-width: 350px;
    display: block;
    margin-top: 15px;
}

.ftradrs h3 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 20px;
    margin-bottom: 15px;
}

.ftradrs p {
    column-gap: 0px;
    text-align: left;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.cpyrght {
    width: 100%;
    display: block;
    background-color: #121111;
    padding: 15px;
}

.cpyrght p {
    text-align: center;
    color: #FFFFFFCC;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 0;
}

.cpyrght p a {
    color: #FFFFFFCC;
}

.accordion {
    width: 100%;
    /*max-width:1170px;*/
    margin: 30px auto 50px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 12px 15px 12px 35px;
    color: #7ABC74;
    font-size: 16px;
    /* border: 1px solid #e5e5e5; */
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #d4d4d4;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li {
    list-style-type: none;
    /*margin-bottom: 22px;*/
}

.accordion li p {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #4d6262;
    margin-bottom: 25px;
    text-align: justify;
    font-weight: 400;
}

.accordion li i.fa-caret-down {
    left: 12px;
    /* left: auto; */
    font-size: 16px;
}


/*.accordion li.open .link {
	color: #2fb3ff;
	border-left: 4px solid #2fb3ff;
}*/

.accordion li.open i {
    color: #7ABC74;
}

.accordion li.open i.fa-caret-down {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.submenu {
    display: none;
    font-size: 14px;
    padding: 10px 15px;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #ee633a;
    color: #ee633a;
}

.pm {
    margin-bottom: 5px !important;
}

.accordion li:last-child {
    margin-bottom: 0;
}

.navbar-brand img {
    max-width: 40px;
    margin-right: 12px;
}

.navbar-brand {
    font-size: 24px;
    color: #000 !important;
    font-weight: 600;
}

.hcnctbtn {
    background: #fcaf3b;
    color: #fff;
    padding: 9px 18px !important;
    border-radius: 4px;
}

.hcnctbtn:hover {
    background: #000;
    color: #fff !important;
}

.mnu li a {
    color: #14171c !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600 !important;
}

.mnu li a:hover {
    color: #fcaf3b !important;
}

.bnrcntctbtn {
    width: 300px;
    padding: 10px 46px 10px 45px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #539B2D;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    display: inline-block;
    margin: 50px auto;
    text-align: center;
}

.bnrcntctbtn:hover {
    color: #ffffff;
    background-color: #0F088B;
}

section {
    width: 100%;
}

@media(max-width:991px) {
    .tecnology {
        width: 100%;
        display: grid;
        justify-content: center;
    }
    .prjctinfo {
        display: grid;
        justify-content: center;
    }
    .fotrdetl {
        display: grid;
    }
    .fildhdr {
        line-height: 60px;
    }
    .fildhdr>span {
        font-size: 62px;
    }
    .animtpic img {
        max-width: 100%;
    }
    .techicon span img {
        max-width: 100%;
        max-height: 100%;
        position: relative;
    }
    .ekit-heading .ekit-heading__description p {
        margin: 0px 0 0px 0px;
    }
    .ekit-heading h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .whyinfo .elementskit-info-box-title {
        font-size: 22px;
    }
    .cntbtn {
        padding: 21px 34px 21px 34px;
    }
    .mordtl {
        width: 90%;
    }
    .banner-sec h2 {
        font-size: 28px;
        line-height: 34px;
        padding: 0 28px;
    }
    .waiting-sec {
        padding: 63px 30px 63px 30px;
    }
    .waiting-sec h1 {
        font-size: 28px;
    }
    .whatwedo-sec .elementskit-btn {
        margin-bottom: 20px;
    }
    .prjctdtl h4 {
        font-size: 20px;
    }
}