
     /* @font-face {
        font-family: "montserrat";
        src: url(../fonts/Montserrat-Regular.ttf) format(true type);
      } */

  
* {
    font-family:"Montserrat";
    box-sizing: border-box;
    font-size: 16px;
 
}


p {
    color: #213442;
}
h6 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    color: #F26728;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    font-size: 42px;
    font-weight: 800;
    color: #00244D;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px;
}

h1 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    color: #00244D;
    margin-bottom: 10px;
}

header {
    position: relative;
}

img.whitelogo {
    width: 200px;
}

.originallogo {
    display: none;
}

.sticky-bar .originallogo {
    display: revert !important;
   /* width: 120px;*/
    width: 200px;
}

.sticky-bar .navbar-toggler {
    font-size: 18px;
}

.sticky-bar a.nav-link {
    font-size: 14px !important;
    padding: 0 14px !important;
}
.sticky-bar .main-button a{
    font-size: 16px;
    padding: 5px 20px;
}

 /* .sticky-bar .navbar-light .navbar-toggler-icon {
    background-image: url(../img/hamberger.png) !important;
}
.sticky-bar .navbar-light .navbar-toggler-icon2 {
    background-image: url(../img/hamberger-white.png) !important;
}*/

.hamberger {
    display: none;
}
 .hamberger {
    display: revert !important;
    border: 1px solid #00244D;
    padding: 8px 14px;
    border-radius: 5px;
}
.sticky-bar .hamberger-white {
    display: none;
}

.sticky-bar .whitelogo {
    display: none;
}


/* .sticky-bar .navbar-collapse{
   
} */


.navbar-light .navbar-toggler-icon {
    color: rgba(255, 255, 255, .55);
    
}
.navbar-light .navbar-toggler {
    color: #ffffff;
    padding: 8px 14px;
    border: 1px solid #fff;
}



.sticky-bar {
    position: fixed !important;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999999999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown !important;
    transition: .5s !important;
    -webkit-transition: .3s !important;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 11%);

}

.sticky-bar .main-button a {
    color: #00244D;
    border: 1px solid #00244D;
}


.sticky-bar .nav-link {
    color: #00244D !important;
    font-weight: 500 !important;
}

.nav-link {
    color: #00244D !important;
    font-weight: 500 !important;
}

a.nav-link {
    font-size: 14px !important;
    padding: 0 14px !important;
}


.active {
    color: #F26728 !important;
}

.sticky-bar .active {
    color: #F26728 !important;
}

.common-container-sec {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.custom-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.hero-banner img {
    width: 100%;
    height: 100vh;
    /* height: 700px; */
    object-fit: cover;
}

.hero-banner::after {
    /* background-image: url(../img/overlay.png);
    background-repeat: no-repeat; */
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

.navbar-collapse {
    text-align: center;
}



.navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    padding: 0 15px
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    background: #ffffff;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.main-button a {
    text-decoration: none;
    /*color: #ffffff;*/
    color: #00244D;
    /*border: 1px solid #ffffff;*/
    border: 1px solid #00244D;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: 15px;
    /* transition: 1s; */
}

.main-button a:hover {
    background-color: #F26728;
    color: #ffffff;
    border: 1px solid #F26728;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-content h6 {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}

.hero-content p {
    margin-bottom: 25px;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
}
.hero-content p:first-child  {
    margin-bottom: 14px;
   
}

.hero-content h1 {
    font-size: 50px;
    font-family: Montserrat;
    font-weight: 800;
    color: #ffffff;
}

.hero-content span {
    color: #F26728;
    font-size: 50px;

}

.hero-btn-container {
    display: flex;

}

.hero-btn {
    cursor: pointer;
    /* width: 200px; */
    /* height: 54px; */
    padding: 16px;
    text-decoration: none;
    color: #ffffff;
    background-color: #F26728;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    border-radius: 5px;
    transition: 1s;
}

.hero-btn:hover {
    background-color: #ff5100;
    color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
}

.hero-secondry-btn {
    cursor: pointer;
    width: 200px;
    /* height: 54px; */
    padding: 16px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border-radius: 5px;
    transition: 1s;

}

.hero-secondry-btn:hover {
    background-color: #F26728;
    color: #ffffff;
    border: 1px solid #F26728;
}

.hero-specific-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-specific-content a{
    text-decoration: none;
}


.spec-box-cont {
    cursor: pointer;
    width: 100%;
    height: 74px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 0.2px solid #00000026;
    font-size: 15px;
    transition: 1s;
}

.spec-box-cont:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* =============ABout us=============== */
.top-common-banner {
    margin-bottom: 100px;
}

.common-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common-title h1 {
    margin-bottom: 0;
}

.common-title .breadcrumb {
    margin-bottom: 0;
}

.common-breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-item a {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: 0.5s;
}

.breadcrumb-item a:hover {
    text-decoration: none;
    position: relative;
    color: #fff;
}

.breadcrumb-item a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F26728;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.breadcrumb-item a:hover:before {
    visibility: visible;
    width: 100%;

}



.about-sec {
    margin-top: 120px;
    margin-bottom: 120px;
}

.about-sec p {
    font-size: 18px;
    color: #213442;
    font-weight: 300;
    /* text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.veiwmore-btn {
    color: #F26728;
    font-size: 15px;
    text-decoration: none;
}

.veiwmore-btn:hover {
    color: #ff5100;
}

.about-pic-inner {
    position: relative;
    display: inline-block;
}

.about-sec img {
    width: 90%;
    /* height: 500px; */
}

.about-pic-inner:after {
    position: absolute;
    left: 78px;
    top: -50px;
    height: 450px;
    width: 470px;
    border: 20px solid #E4E4E4;
    content: "";
    z-index: -1;
}

/* ============= home ABout us end=============== */

/* ============= who we are end=============== */
.wwr-sec {
    width: 100%;
    /* background-color: #00244D; */
    margin-bottom: 100px;
    padding: 60px 0;
    background-image: url(../img/wwr-sec-img.png);
    background-position: center;
}

.wwr-sec-heading {
    text-align: center;
    padding-bottom: 30px;
}

.wwr-inner-box {
    width: 100%;
    height: 340px;
    background-color: #00418B;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: 1s;
    position: relative;
}

.wwr-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    z-index: -1;
    border-radius: 5px;
}

.wwr-overlay-image1 {
    background-image: url(../img/homepage/fewreasonswhyyou/makeadifferance.jpg);
}

.wwr-overlay-image2 {
    background-image: url(../img/homepage/fewreasonswhyyou/realsolution.jpg);
}

.wwr-overlay-image3 {
    background-image: url(../img/homepage/fewreasonswhyyou/Qualitycode.jpg);
}

.wwr-overlay-image4 {
    background-image: url(../img/homepage/fewreasonswhyyou/creativecode.jpg);
}

.wwr-overlay-image5 {
    background-image: url(../img/homepage/fewreasonswhyyou/dedicatedteam.jpg);
}

.wwr-overlay-image6 {
    background-image: url(../img/homepage/fewreasonswhyyou/nextgen.jpg);
}

.wwr-inner-box:hover .wwr-overlay {
    opacity: 1;
}

.wwr-inner-box:hover {

    transform: translateY(-10px);
}

.wwr-icon-box {
    background-color: #F26728;
    width: 93px;
    height: 93px;
    line-height: 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;

}

.wwr-sec h3 {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 14px;
    font-weight: 600;
}

.wwr-sec p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 32px;
    font-weight: 300;
}

.veiwmore-btn-small {
    color: #ffffff;
    font-size: 15px;
    transition: 1s;
    text-decoration: none;
}

.veiwmore-btn-small:hover {
    color: #F26728;
}


.icon-outer-box {
    width: 120px;
    height: 120px;
    background-color: #00397B;
    border-radius: 10px;
    position: relative;
    line-height: 124px;
    margin: 0 auto;
    margin-bottom: 20px;

}

.hiw-inner-box {
    position: absolute;
    top: -19px;
    left: -15px;
    width: 40px;
    height: 40px;
    background-color: #F26728;
    line-height: 41px;
    border-radius: 50px;
    color: #ffffff;
}

.common-heading {
    margin-bottom: 50px;
    text-align: center;
}

.common-heading p {
    font-size: 18px;
    color: #213442;
}

.hiw-sec-content h4 {
    font-size: 18px;
    color: #00244D;
    font-weight: 700;
}

.hiw-sec-content p {
    font-size: 16px;
    line-height: 26px;
    color: #213442;
}

.single-process-even,
.single-process-odd {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.hiw-arrow {
    position: absolute;
    right: -65px;
    top: 63px;
}

.hiw-arrow1 {
    position: absolute;
    right: -51px;
    top: -61px;
}

.single-process-even {
    margin-top: 80px;
}

.oct-sec {
    height: 558px;
    background-image: url(../img/homepage/ourcustomertelleverythingaboutourcompany.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 200px;
}

.oct-sec::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00244D;
    inset: 0;
    opacity: 0.74;

}

.oct-inner-content {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.oct-inner-content .inner-line {
    height: 102px;
    position: absolute;
    border: 1px solid #F26728;
    left: 50%;
}

.oct-inner-content p {
    margin-bottom: 20px;
    color: #ffffff;
}

.outter-sec {
    position: absolute;
    bottom: -50px;
    width: 100%;
    /* height: 130px; */
    background-color: #ffffff;
    box-shadow: 0px 1px 6px #00000029;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 28px 13px;
}

.oct-outter-box {
    display: flex;
    justify-content: center;
    text-align: center;
    /* margin-bottom: 40px; */
}

.oct-icon-box {
    background-color: #F26728;
    width: 70px;
    height: 70px;
    line-height: 74px;
    border-radius: 50px;
    text-align: center;
    margin-right: 10px;
}

.oct-content p {
    margin: 0;
    font-size: 16px;
    color: #213442;
    text-transform: uppercase;

}

.oct-content h5 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #00244D;

}

.oct-content {
    text-align: left;
}

.outter-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/oct-overlay.png);
    background-size: contain;
    background-position: center;
    z-index: -1;
    background-repeat: no-repeat;

}


/* service */
.service-sec {
    margin-bottom: 100px !important;

}

.service-sec .nav-link {
    /* border: 1px solid #E6E6E6; */
    color: #213442;
    width: 177px;
    height: 105px;
    padding: 8px;
    font-size: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    transition: .5s;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;

}
/* 
.service-sec li.nav-item{
flex-grow: 1;
} */

.service-sec .nav-link:hover {
    box-shadow: 2px 3px 33px #00000029;
    border: none;
    transition: 1s !important;
}

.service-sec .owl-carousel .owl-item img {
    width: 45px;
        margin: 0 auto;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    width: 177px;
    height: 105px;
    background-color: #ffffff;
    box-shadow: 2px 3px 18px #00000061;
    border: none;
    color: #2c4d00 !important;
    font-size: 15px;
    padding: 8px;
    font-weight: 600;
}

.service-sec .nav-link p {
    margin-top: 6px;
    margin-bottom: 0;
}

.service-sec .service-thumb img {
    width: 100%;
}

.row .services-outer-box {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
    padding: 20px;
    align-items: center;
    display: flex;
}

.services-outer-box h6 {
    color: #00244D;
    font-size: 36px;
}

.services-outer-box p {
    color: #808080;
    font-size: 16px;
    font-weight: 300;
}

.content-space {
    padding: 10px;
}

/* testimonoal */
.testim-sec {
    background-color: #EFF2F7;
    width: 100%;
    padding: 70px 0;
}

.testi-outer-box {
    width: 100%;
    /* height: 446px; */
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 26px;
    position: relative;
}

.testi-outer-box span {
    position: absolute;
    right: 15px;
    top: 15px;
}

.testi-icon-box {
    width: 115px;
    height: 115px;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;

}

.testi-outer-box h5 {
    font-size: 20px;
    color: #00244D;
    font-weight: 600;
}

.testi-outer-box h6 {
    font-size: 18px;
    color: #F26728;
    font-weight: 300;
}

.testi-outer-box p {
    font-size: 16px;
    color: #213442;
    font-weight: 300;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

/* contacṭ-sec */
.form-floating>.form-control,
.form-floating>.form- {
    height: calc(3.2rem + 1px);
}

.contact-sec {
    margin-bottom: 100px;
}

.contact-sec-img img {
    width: 100%;
    height: auto;
}

.contact-sec-img {
    position: relative;
    max-height: 650px;
    overflow-y: hidden;
    object-fit: cover;
}

.contact-sec-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.contact-form-sec {
    background-color: #00244D;
    padding: 30px !important;
    padding-top: 50px !important;
}
.contact-form-sec .form-control-{
 border: none;
}

.contact-form-sec p {
    color: #ffffff;
}

.resume-popup-form .form-control{
    border: 1px solid #e0e1e2;
} 

.contact-sec label {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    color: #ffff;
}

.form-floating>.form-control,
.form-floating>.form-select {
    background-color: rgba(255, 255, 255, 0.10);
    border: none;
}

/* form#contactform\ cont-form .form-control {
    background: rgba(255, 255, 255, 0.10);
    border: none;
    color: #ffffff;
} */
form#contactform .form-control {
    background-color: rgba(255, 255, 255, 0.10);
    border: none;
    color:#ffffff
}

textarea#floatingTextarea {
    height: 147px;
}

.contact-btn {
    background-color: #F26728;
    color: #ffffff;
    padding: 12px 30px;
    border: none;
    transition: 1s;
}

.contact-btn:hover {
    background-color: #ff5100;
    color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
}

.contact-sec span {
    margin-left: 3px;
    color: red;

}

.owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logo-sec {
    margin-bottom: 100px;
}

.client-logo-sec .owl-carousel .owl-item img {
    filter: grayscale(100%);
    opacity: .3;
    transition: 1s;
}

.client-logo-sec .owl-carousel .owl-item img:hover {
    opacity: 1;
    filter: grayscale(0);
}

/* footer */
.footer {
    background-color: #00244D;
    width: 100%;
    height: auto;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/footer-overlay.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 0;
}

.footer-outer-box1 {
    display: flex;
    border-right: 1px solid #ddd;
}

.footer-outer-box2 {
    display: flex;
    justify-content: center;
    border-right: 1px solid #ddd;
}

.footer-outer-box3 {
    display: flex;
    justify-content: end;
}
img.footer-logo {
    width: 40%;
}

.con-icon-box {
    background-color: #F26728;
    width: 50px;
    height: 50px;
    line-height: 53px;
    border-radius: 50px;
    text-align: center;
    margin-right: 15px;

}

.con-icon-box i {
    font-size: 18px;
    color: #fff;
}

.con-content {
    text-align: left;
}

.con-content h5 {
    font-size: 16px;
    font-weight: 400;
    color: #BDC2CB;
}

.custom-border {
    display: inline-block;
    border-bottom: 3px solid #F26728;
    margin-bottom: 40px;
}

.con-content p {
    margin: 0;
    font-size: 16px;
    color: #FAFAFA;
    text-transform: uppercase;
}

.footer-con-sec {
    padding: 100px 0;
}

.footer-inbetween-sec h2 {
    font-size: 30px;
    font-weight: 800;
    color: #FAFAFA;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #F26728;
    width: fit-content;

}

.footer-inbetween-sec img {
    margin-bottom: 20px;
}

.footer-aboutus-sec p {
    color: #BDC2CB;
    font-size: 16px;
}

.footer-aboutus-sec,
.footer-Links-sec,
.footer-cu-sec {
    margin-bottom: 30px;
}

.footer-Links-sec ul li {
    list-style-type: none;
    color: #BDC2CB;
    font-size: 16px;
    margin-bottom: 14px;
    padding: 0;
}

.footer-Links-sec ul {
    padding: 0;
}

.footer-Links-sec ul li::before {
    content: "-";
    margin-right: 5px;
}

.footer hr {
    color: #ffffff;
}

.footer-cu-sec address {
    color: #BDC2CB;
    /* margin-bottom: 35px; */
    line-height: 26px;
}

.footer-cu-sec p {
    color: #BDC2CB;
    margin-bottom: 35px;
}

.footer-cu-sec-align,
.footer-Links-sec-align {
    display: flex;
    justify-content: center;
}


.social-links i,
.copy-rights {
    color: #BDC2CB;
    font-size: 16px;
}

.social-links i {
    font-size: 25px;
    margin-left: 10px;
    transition: 1s;
}

.social-links i:hover {
    color: #F26728;
}

.social-links i:first-child {
    margin-left: 0;

}

.footer-bt-sec {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.footer a {
    text-decoration: none;
    position: relative;
    color: #BDC2CB;
    transition: 0.5s;
}

.footer a:hover {
    text-decoration: none;
    position: relative;
    color: #fff;
}

.footer a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F26728;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}


.footer a:hover:before {
    visibility: visible;
    width: 100%;

}
p.address-p {
    display: inline-flex;
}

/* aboutus page */
.top-common-banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.top-common-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.feature-sec {
    background-color: #EFF2F7;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 60px;

}

.feature-sec-box {
    width: 100%;
    /* height: 260px; */
    background-color: #ffffff;
    padding: 23px;
    border-radius: 5px;
    transition: 1s;
    color: #00244D !important;
    margin-bottom: 20px;
    min-height: 330px;
}

/* .feature-sec-box:hover {
    background-color: #F26728;
} */

.feature-sec-box:hover .textcolor-change1 {
    color: #00244D;
    transition: .5s;
}

.expert-outer-box:hover {
    background-color: #00244D;
}

.feature-icon-box {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 1px solid #00244D;
    text-align: center;
    line-height: 90px;
}

.feature-sec-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #00244D;
    margin-top: 17px;

}

.feature-sec-box p {
    font-size: 16px;
    font-weight: 400;
    color: #00244D;
    margin-bottom: 0;

}

.wed-sec {
    padding: 0 12px;
    margin-bottom: 100px;
}

.wed-left-sec {
    background-color: #00244D;
    /* height: 500px; */
    padding: 80px 0;
    position: relative;
    border-radius: 0 3px 3px 0;
    background-image: url(../img/wwr-sec-img.png);
    background-position: center;
}

.wed-right-sec img {
    width: 100%;
}

.wed-right-sec {
    position: relative;
}

/* .wed-left-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/Mask.png);
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: cover;

} */

.wed-right-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.wed-content-sec {
    padding-left: 100px;
}

.wed-content-sec p {
    font-size: 17px;
    color: #FAFAFA;
    margin-bottom: 20px;
}

/* .wed-content-sec ul{
    list-style: square inside url("../img/arrow.png");
    color: #ffffff;
    font-size: 17px;
} */
.wed-content-sec ul {
    list-style: none;
    color: #ffffff;
    font-size: 15px;
    padding-left: 0;
}

.wed-content-sec ul li {
    margin-bottom: 10px;
    display: flex;
    margin-right: 20px;

}

.wed-content-sec i {
    color: #F26728;
    margin-right: 10px;
    font-size: 15px;
}

/* career page */
.our-principles {
    background-color: #EFF2F7;
    padding: 40px 0;
    margin-bottom: 80px;
}

.principles-outer-box {
    padding: 26px;
    border: 1px solid #00244d40;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 280px;
}

.principles-outer-box h6 {
    font-size: 18px;
    color: #00244D;
    font-weight: 600;
    margin-top: 10px;
}

.principles-outer-box p {
    font-size: 16px;
    color: #213442;
    margin-bottom: 0;
}

.benefits-outer-box {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.benefits-outer-box:hover {
    box-shadow: 0px 3px 12px rgb(0 0 0 / 12%);
}

.benefits-outer-box h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: #00244D;
    font-weight: 700;
    margin: 14px 0px;
}

.benefits-outer-box p {
    font-size: 15px;
}

.benefits-sec {
    margin-bottom: 60px;
}

.start-project-sec {
    height: 558px;
    background-image: url(../img/career/letsfulfillyourdreamstogether01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-project-sec::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00244D;
    inset: 0;
    opacity: 0.74;
}

/* .project-inner-content{
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
} */

.project-inner-content {
    text-align: center;
    z-index: 99;
}

.project-inner-content p {
    color: #ffffff;
    margin-bottom: 30px;
}

.difference-sec {
    margin-bottom: 100px;

}

.difference-outer-box {
    border: 1px solid #00244d40;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 25px;
    min-height: 220px;
}

.difference-outer-box h4 {
    font-size: 30px;
    color: #00244D;
    font-weight: 700;
}

.difference-outer-box a {
    color: #F26728;
    text-decoration: none;
}

.tour-sec img {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 5px;
}

/* .tour-sec-caro{
    position: relative;
}
.tour-sec-caro .owl-nav{
    position: absolute;
    top: 0;
    right: 0;


} */
.tour-sec-caro .owl-dots {
    display: none !important;
}

.tour-sec-caro .owl-prev,
.owl-next {
    margin-right: 10px !important;
    background-color: #ddd !important;
    padding: 10px !important;
    font-size: 20px;
}

.tour-sec-caro .owl-prev span {
    padding: 10px !important;
    font-size: 24px;
}

.tour-sec-caro .owl-next span {
    padding: 10px !important;
    font-size: 24px;
}

.tour-sec {
    margin-bottom: 100px;
}

/* contactus page */

.address-sec {
    margin-bottom: 60px;
}

.address-outer-box {
    background-color: #EFF2F7;
    padding: 40px;
    /* width: 450px; */
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.address-bg-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-outer-box h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

.address-outer-box address {
    color: #213442;
    font-weight: 500;
}

.address-outer-box p>a {
    margin-bottom: 16px;
    text-decoration: none;
    color: #213442;
    font-weight: 500;
}

.address-outer-box p>a:hover {
    margin-bottom: 16px;
    text-decoration: underline;
    color: #F26728;
}

.address-outer-box .map-link {
    font-size: 20px;
    color: #F26728;
    text-decoration: none;
    transition: 1s;
}

.address-outer-box .map-link:hover {
    text-decoration: underline;
    transition: 1s;
}

iframe {
    width: 100%;
    height: 500px; 
}

/* our service page */

.our-services-img img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
}

.our-services-img,
.our-services-content {
    margin-bottom: 40px;
}

.services-sec {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.services-sec:last-child {
    border-bottom: none;

}

.our-services-content h3 {
    font-size: 55px;
    font-weight: 700;
    color: #F26728;
}

.our-services-content h2 {
    font-size: 23px;
    font-weight: 800;
}

.our-services-content p {
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
}

.our-project-sec {
    /* background-color: #00244D; */
    width: 100%;
    padding: 80px 0;
    margin-bottom: 100px;
    position: relative;
    background-image: url(../img/wwr-sec-img.png);
    background-position: center;
}

/* .our-project-sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/op-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
} */

.our-project-sec p {
    color: #ffffff;
}

.our-project-sec h5 {
    color: #ffffff;
}

.our-project-sec .common-heading {
    margin-bottom: 100px;
}


/* portfolio pages*/
.portfolio-sec {
    margin-bottom: 60px;
}

.port-content-box {
    width: 322px;
    margin: auto;
    padding: 16px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    z-index: 9;
    border-radius: 5px;
    text-align: center;
}


.portfolio-outer-box img {
    width: 100%;
    border-radius: 3px;
}

.portfolio-outer-box {
    position: relative;
    margin-bottom: 80px;
}

.port-content-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #00244D;
    text-transform: uppercase;
}

.port-content-box h6 {
    font-size: 16px;
    color: #2B2B2B;
}

.port-content-box p {
    display: inline;
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ddd;
}

.port-content-box p:last-child {

    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.common-contact-sec {
    background-color: #EFF2F7;
    padding: 30px;
}

.common-contact-sec .custom-container {
    padding: 0px;
}

.common-contact-content h5 {
    font-weight: 700;
    color: #00244D;
}

/* blog pages*/

#more{
    display: none;
}
#moree{
    display: none;
}




.blog-sec {
    margin-bottom: 40px;
}

.thumb {
    position: relative;
}

.thumb img {
    width: 100%;
}

.blog-container h2 a {
    font-size: 40px;
    font-weight: 800;
    text-decoration: none;
    color: #00244D;
}

.blog-container {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    border-radius: 3px;
}

.blog-content {
    padding: 30px;
}

.meta-content {
    display: flex;
    margin-bottom: 15px;
}

.meta-author,
.meta-date-month,
.meta-comments {
    margin-right: 20px;
    color: #0f0f0f;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    font-weight: 500;
}

.meta-content i {
    color: #F26728;
}

.blog-content p {
    font-weight: 200;
}

.outline-btn {
    padding: 10px 20px;
    color: #F26728;
    border: 1px solid #F26728;

    transition: 1s;
}

.outline-btn:hover {
    color: #ffffff;
    border: 1px solid #F26728;
    background-color: #F26728;
}

.thumb-content {
    position: absolute;
    display: flex;
    bottom: 20px;
    left: 20px;
}

.inspira,
.latest-news {
    padding: 10px 20px;
    background-color: rgba(0, 36, 77, 58%);
    color: #ffffff;
    border-radius: 5px;
    margin-right: 20px;

}

.blog-categs-box,
.blog-recent-box,
.blog-rec-project-box,
.blog-tag-box {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
}

.blog-sec h4 {
    font-size: 20px;
    font-weight: 700;
    color: #141D38;
    margin-bottom: 20px;
}


.blog-categs-box ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

.blog-categs-box ul li {
    position: relative;
    padding: 14px;
    text-decoration: none;
    list-style: none;
    border-bottom: 1px solid #ddd;
    transition: 0.5s;
}

.blog-categs-box ul li:hover {
    background-color: #00244D;
    color: #ffffff !important;
    border-radius: 5px;
}

.blog-categs-box ul li:hover .textcolor-change {
    color: #ffffff !important;
}

.blog-categs-box ul li:last-child {
    border: none;
}

.blog-categs-box ul li a {
    text-decoration: none;
    list-style: none;
    color: #8b8b8b !important;
    font-size: 16px;
}

.blog-categs-box ul li span {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #F26728;
}

.blog-recent-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.blog-recent-content h3 {
    color: #141D38;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 24px;
}

.blog-recent-content p {
    font-size: 13px;
}

.blog-outer-content {
    /* margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1; */
    padding: 15px;
}

/* .blog-outer-content:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
} */


.blog-rec-project-box .blog-rec-project-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog-tag-box a {
    background-color: #f0f2f7;
    color: #071c4d;
    border-radius: 5px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 5px 10px 0;
    padding: 12px 15px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s;
}

.blog-tag-box a:hover {
    color: #ffffff;
    background-color: #00244D;
}


/* Our expertice page start */
.our-expertise-sec {
    margin-bottom: 60px;
}

.expert-outer-box {
    width: 100%;
    padding: 15px;
    /* border: 1px solid #ddd; */
    /* text-align: center; */
    margin-bottom: 30px;
    border-radius: 5px;
    transition: 1s;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    /* background-image:url(../img/shape-bg.svg) ;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: contain; */
}

.expert-outer-box p {
    /* text-align: left; */
    margin-bottom: 0;
}

.expert-outer-box:hover .textcolor-change {
    color: #fff;
    transition: 1s;
}

.expert-outer-box:hover {
    background-color: #00244D;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 9%);

}



.expert-icon-box {
    /* background-color: #d3e1ef; */
    width: 93px;
    height: 93px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px !important;
    cursor: pointer;
    margin: auto;
}

.expert-outer-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #00244D;
    margin-bottom: 10px;
    text-align: center;
}

.expertise-whyus-sec {
    height: 558px;
    background-image: url(../img/expertise/letsfulfillyourdreamstogether.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expertise-whyus-sec::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00244D;
    inset: 0;
    opacity: 0.74;
}

.whyus-content-sec {
    text-align: center;
    z-index: 99;
}

.whyus-content-sec p {
    color: #ffffff;
    margin-bottom: 30px;
}

.expertise-tech-sec {
    margin-bottom: 80px;
}

.tech-outer-box {
    background-color: #00418B;
    padding: 50px 20px;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}

.tech-outer-box h3 {
    font-size: 23px;
    color: #ffffff;
    margin-top: 18px;
    font-weight: 600;
}

.tech-inner-box {
    padding: 10px;
    width: 100%;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
    text-align: center;
}

.tech-inner-box img {
    width: 100%;
}

.custom-padding {
    padding: 0 30px;
}


/* Our expertice page end */

.spec-box-cont img {
    width: 50px;
    height: 50px;
}

.wwr-icon-box img {
    width: 60px;
    height: 60px;
}

.icon-outer-box img {
    width: 70px;
    height: 70px;
}

.oct-icon-box img {
    width: 35px;
    height: 35px;

}

li.nav-item img {
    width: 45px;
    height: 45px;
}
li.nav-item {
    margin-right: 10px;
}

.feature-icon-box img {
    width: 50px;
    height: 50px;
}

.principles-outer-box img {
    width: 60px;
    height: 60px;
}

.benefits-outer-box img {
    width: 50px;
    height: 50px;
}

.expert-icon-box img {
    width: 65px;
    height: 65px;
}

.tech-outer-box img {
    width: 90px;
    height: 90px;
}

/* career--popup */

.modal-content {
    background-color: #ffffff
}
.modal-header {
    justify-content: center;
}
.modal-title {
    font-size: 24px;
}
.modal-footer {
    justify-content: center;
}
.form-submit-btn {
    background-color: #F26728;
    color: #ffffff;
    padding: 8px 30px;
    border: none;
    transition: 1s;
}
.form-submit-secbtn{
    border: 1px solid #F26728;
    padding: 8px 30px;
    transition: 1s;
}
.form-submit-btn:hover {
    background-color: #ff5100;
    color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
}

/* career--popup */

.form-select {
    font-size: 15px;
}
.col-form-label {
    font-size: 15px;
}
label.error {
    color: #ff3c3c;
    font-weight: 500;
    font-size: 12px;
}
.resume-popup-form span {
    color: #dd0000;
    margin-left: 3px;
}


