@font-face {
    font-family: "SemiBold";
    src: url(../font/jost/AnyConv.com__Jost700Bold.ttf);
}

@font-face {
    font-family: "JostMedium";
    src: url(../font/jost/JostMedium.ttf);
}

@font-face {
    font-family: "JostBook";
    src: url(../font/jost/AnyConv.com__Jost400Book.ttf);
}

@font-face {
    font-family: "jost-thin";
    src: url(../font/jost/AnyConv.com__Jost200Thin.ttf);
}

@font-face {
    font-family: "semi";
    src: url(../font/jost/AnyConv.com__Jost600Semi.ttf);
}

html,
body {
    height: 100%;
}

a:focus {
    outline: 0px solid;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.newsletter li a {
    color: #16364d;
}

.dots-process::before {
    content: "";
    color: #16364d;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-radius: 13px;
    position: absolute;
    left: 0px;
    transform: translateY(12px);
    z-index: 10;
    background-color: white;
}

.dots-process::after {
    content: "";
    color: #16364d;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-radius: 13px;
    position: absolute;
    right: 0px;
    transform: translateY(12px);
    z-index: 10;
    background-color: white;
}

.line {
    border-top: 2.5px solid #16364d;
    width: 100%;
    transform: translateY(18px);
}

.btn-submit {
    margin-left: 18px;
    border-radius: 0;
    background-color: #98be3a;
}
p {
    margin: 0 0 0px;
    font-size: 17px;
    line-height: 31px;
    color: #16364d;
    font-family: JostBook;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}

/*a {*/
/*    -webkit-transition: all 0.3s ease 0s;*/
/*    -o-transition: all 0.3s ease 0s;*/
/*    transition: all 0.3s ease 0s;*/
/*    text-decoration: none;*/
/*}*/

a:active,
a:hover {
    outline: 0 none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu .dropdown li a.current {
    color: #94ba33;
}

.btn_msg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    border-top: unset;
    margin-top: -38px;
}
.header-image-area1 .container {
    max-width: 1700px;
    position: relative;
    /*z-index: 1;*/
    padding-left: 6%;
    padding-right: 6%;
}
#quotemodal .txt_quote {
    font-size: 15px;
    color: #9e9e9e;
    font-family: "JostBook";
}
.send_message {
    margin-right: 15px;
    background-color: #fc9928;
    color: white;
    font-family: "JostBook";
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.container {
    max-width: 1200px;
}

.process-main {
    background-image: url(../img/Frame.png);
}

.display-none {
    display: none;
}

.padding-10px-bottom {
    padding-bottom: 10px;
}

.padding-40px-top {
    padding-top: 40px;
}

.padding-20px-top {
    padding-top: 20px;
}

.section-title h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.section-title h2 {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #414142;
    padding-bottom: 20px;
}

.section-button {
    margin-top: 40px;
}

.section-button a {
    border-radius: 3px;
    background-color: #f9c11c;
    text-decoration: none;
    color: #fff;
    font-family: "JostBook";
    text-transform: uppercase;
    display: inline-block;
    padding: 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    width: 150px;
    text-align: center;
}

.section-button a:hover {
    border: 1px solid #16364d;
    color: #16364d;
    background-color: transparent;
    -webkit-box-shadow: 0 5px 16px #fff;
    box-shadow: 0 5px 16px #fff;
}

#scrollUp {
    background-color: rgba(0, 63, 102, 0.5);
    bottom: 100px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    right: 26px;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
}

.margin-boottom20 {
    margin-bottom: 20px;
}

.margin-boottom30 {
    margin-bottom: 30px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
}

#status {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 150px;
    height: 150px;
    margin: -32px 0 0 -32px;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-navigation {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 11;
    /*   -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;*/
    /*box-shadow: 0 0px 6px 0 rgba(12, 0, 46, .08);*/
}

.logo-area a img {
    margin-top: 14px;
    margin-left: 55%;
    display: inline-block;
    /*-webkit-transition: .7s;*/
    /*-o-transition: .7s;*/
    /*transition: .7s;*/
}
#mobile-menu .menu-ul .menu-li a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.social .logo1 {
    margin-top: 9px;
}

.logo-area .logo_color {
    display: block;
}

.logo-area .logo_bw {
    display: none;
}

.main-navigation.sticky .logo-area .logo_bw {
    display: block;
}

.main-navigation.sticky .logo-area .logo_color {
    display: none;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.main-menu ul li a {
    color: #16364d;
    display: inline-block;
    text-transform: capitalize;
    font-size: 17px;
    padding: 32px 6px;
    line-height: 1;
    position: relative;
    font-weight: 500;
    font-family: JostMedium;
}

.main-navigation.sticky .main-menu ul li a {
    color: #ffffff;
}

.main-navigation.sticky .main-menu ul li ul.dropdown li a {
    color: #16364d;
}

.main-navigation.sticky .main-menu ul li a.current:before {
    background-color: #ffffff;
}

.main-navigation.sticky .main-menu ul li a:before {
    background-color: #ffffff;
}

/*.main-menu ul li a.current:before{position:absolute;content:"";width:100%;height:3px;background-color:#16364D;top:70%;left:0;}*/

.main-menu .dropdown li a.current:before {
    background-color: transparent !important;
}

.main-menu .dropdown li a:before {
    background-color: transparent !important;
}

/*.main-menu ul li a:before{position:absolute;content:"";width:0%;height:3px;background-color:#16364D;top:70%;left:0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}*/

.main-menu ul li a:hover:before {
    width: 100%;
}

.f-right {
    float: right;
    margin-right: 8%;
}

.mean-container .mean-nav {
    margin-top: 10px;
}

.main-menu ul li ul.dropdown {
    background-color: #16364d;
}

.current {
    color: #f9c11c !important;
}

.main-menu ul li ul.dropdown {
    position: absolute;
    left: 0;
    top: 130%;
    width: 333px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;

    padding: 1px 0 2px 0px;
    border-left: 5px solid #f9c11c;
    /* border-bottom: 2px solid; */
    border-radius: 8px;
}

.main-menu ul li i {
    margin-left: 3px;
    font-size: 19px;
}

.main-menu ul li:hover ul.dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.main-menu ul li:hover ul.dropdown li a:before {
    width: 0;
}

ul.dropdown li a:hover {
    color: #f9c11c;
}

.main-menu ul li ul.dropdown li {
    display: block;
    margin-left: 0px;
}

.main-menu ul li ul.dropdown li a {
    padding: 20px 0px;
    margin-left: 20px;
    /*    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;*/
}

/*#mobile-menu {*/
/*    display: block;*/
/*}*/

.main-navigation.sticky {
    background-color: #16364d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sticky .menubar nav ul li {
    padding: 15px 15px;
}

.header-image-area {
    height: 100vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    z-index: -2;
}

.header-image-area-home .intro-text {
}

.project-image-area {
    background-image: url(/assets/img/about-page-bg1.jpg);
    height: 27vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}

.text-alignment {
    align-items: stretch;
}

.text-alignment h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.text-alignment h3 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}

.green-content-box {
    width: 100%;
    height: 100%;
    background: #94ba33;
    padding: 30px;
    color: #fff;
    font-size: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    box-shadow: -3px -1px 3px #0000008a;
}

.green-content-box div img {
    padding-right: 20px;
    min-width: 100px;
}

.green-content-box .scrollable-div {
    color: #fff;
    font-weight: 500;
    max-height: 200px;
    margin: 0;
    overflow-y: auto;
    padding-right: 15px;
}

.green-content-box .scrollable-div::-webkit-scrollbar {
    width: 2px;
}

.green-content-box .scrollable-div::-webkit-scrollbar-track {
    background: #f1f1f150;
}

.green-content-box .scrollable-div::-webkit-scrollbar-thumb {
    background: #00000050;
}

.green-content-box .scrollable-div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.intro-text {
    position: absolute;
    left: 0%;
    top: 50%;
    margin: auto;
    right: 0;
    text-align: center;
}

.intro-text h1 {
    font-size: 46px;
    letter-spacing: 1px;
    color: #16364d;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: SemiBold;
}

@keyframes textcolor {
    0% {
        background-position: left 0px top 10px;
    }
    40% {
        background-position: left 800px top 10px;
    }
}

.intro-text h3 {
    font-size: 17px;
    letter-spacing: 1px;
    color: #16364d;
    font-weight: 500;
    line-height: 28px;
    font-family: JostMedium;
}

.learnmore {
    margin-top: 25px;
}

.learnmore a {
    background-color: #f9c11c;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 13px;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
}

.about-us-area {
    padding: 90px 0;
}

.about-content {
    text-align: left;
    padding-top: 60px;
}

.about-img {
    -webkit-box-shadow: 0 0 15px #dadbff;
    box-shadow: 0 0 15px #dadbff;
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.about-img img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.about-img::before,
.about-img::after {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: "";
    background-color: rgba(0, 63, 102, 0.08);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.title-heading h2 {
    font-size: 46px;
    margin: 0 0 1rem;
    font-family: SemiBold;
    font-weight: 600;
    line-height: 1.21;
    color: #16364d;
}

.text-muted {
    color: #93bb30 !important;
    text-align: left;
}

.media-body .text-muted {
    color: #16364d !important;
}

.main-menu ul li a:hover {
    color: #f9c11c;
}

.bg-half-170 {
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.title-heading {
    line-height: 26px;
    letter-spacing: 2px;
}

.para-desc {
    max-width: 600px;
}

.services-area {
    padding: 90px 0;
    background-color: #16364d;
}

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

.single-services {
    -webkit-box-shadow: 0 0 15px rgba(0, 63, 102, 0.1);
    box-shadow: 0 0 15px rgba(0, 63, 102, 0.1);
    text-align: center;
    padding: 50px 0 0 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
}

.single-services:hover {
    background-color: #16364d00;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 63, 102, 0.1);
    box-shadow: 0px 15px 15px 0px rgba(0, 63, 102, 0.1);
}

.single-services img {
    margin-bottom: 30px;
}

.single-services h4 {
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #555454;
    font-weight: 700;
}

.projects-area {
    padding: 90px 0;
}

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

.project-heading h3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #414142;
    font-size: 24px;
}

.project-heading h3::before {
    position: absolute;
    content: "";
    width: 65%;
    height: 4px;
    background-color: #353899;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -10px;
}

.pa-margintop {
    padding-top: 40px;
    margin-bottom: 30px;
}

.single-project {
    position: relative;
    overflow: hidden;
}

.single-project img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.single-project:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-text {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(107, 111, 255, 0.2);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 44%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.iconbar {
    position: absolute;
    top: 32px;
    right: 27px;
}
.single-project:hover .portfolio-text {
    background-color: rgba(107, 111, 255, 0.5);
}

.portfolio-text h5 {
    color: #fff;
    margin: 0;
    font-size: 25px;
    margin-left: -1200px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    text-transform: capitalize;
    font-weight: 700;
}

.portfolio-text a {
    background-color: #fff;
    text-decoration: none;
    color: #6b6fff;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-left: -700px;
}

.portfolio-text a:hover {
    background-color: #6b6fff;
    color: #fff;
}

.single-project:hover .portfolio-text a {
    margin-left: 0;
}

.single-project:hover .portfolio-text h5 {
    margin-left: 0;
}

.owl-carousel-dot .owl-dot.active {
    background-color: #16364d !important;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.owl-carousel-dot .owl-dot {
    background-color: #b9b9b9 !important;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    border-radius: 100%;
    outline: none;
}

.owl-carousel-dot .owl-dots {
    text-align: center;
    margin-top: 9px;
    position: relative;
}

.our-features {
    padding: 90px 0;
}

.features-heading {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.features-heading h2 {
    font-weight: 900;
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #686ab3;
}

.features-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px;
}

.features-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #686ab3;
    left: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-features {
    -webkit-box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
    box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
    text-align: center;
    padding: 40px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.single-features:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 0;
    height: 3px;
    background: #686ab3;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.single-features:after {
    content: "";
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #686ab3;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.single-features:hover:before {
    left: 0;
    width: 100%;
}

.single-features:hover:after {
    right: 0;
    width: 100%;
}

.single-features img {
    margin-bottom: 30px;
}

.single-features h4 {
    color: #414142;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-features p {
    font-size: 15.5px;
    line-height: 27px;
}

.counter-up-area {
    background-image: url(/assets/img/counterup-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    padding: 90px 0;
}

.single-count-area {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.single-count-area span {
    font-size: 36px;
}

.single-count-area p {
    font-size: 22px;
    margin-top: 10px;
    color: #fff;
}

.our-team-area {
    padding: 90px 0;
    background-color: #f9f9ff;
}

.team-heading {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.team-heading h2 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #686ab3;
}

.team-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px;
}

.team-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #686ab3;
    left: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team {
    overflow: hidden;
    position: relative;
    border: 2px solid #eeeefe;
}

.our-team:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(107, 111, 255, 0.7);
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team:hover:after {
    top: 0;
    opacity: 1;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .social {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team:hover .social {
    top: 38%;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 20px;
    color: #6b6fff;
    margin: 0 2px;
}

.our-team .team-content {
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team:hover .team-content {
    background: #6b6fff;
}

.our-team .team-content:before {
    content: "";
    width: 100%;
    border-right: 420px solid #fff;
    border-top: 60px solid transparent;
    position: absolute;
    top: -59px;
    left: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.our-team:hover .team-content:before {
    border-right-color: #6b6fff;
}

.our-team .title {
    font-size: 20px;
    color: #6b6fff;
    margin: 0;
    text-align: right;
    font-weight: 700;
    margin-top: -15px;
}

.our-team .post {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #686ab3;
    margin-top: 3px;
    text-align: right;
    font-weight: 700;
}

.our-team:hover .title {
    color: #fff !important;
}

.our-team:hover .post {
    color: #e2e2e2 !important;
}

.testimonial-heading {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.testimonial-heading h2 {
    font-weight: 900;
    font-size: 41px;
    letter-spacing: 1px;
    color: #16364d;
    font-family: "SemiBold";
}

.testimonial-heading h4 {
    position: relative;
    display: inline-block;
    color: #414142;
    font-size: 18px;
}

.single-testimonial {
    text-align: center;
    padding: 30px;
    margin: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-testimonial:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-testimonial:hover .client-img img {
    border: 3px solid #94ba33;
}

.client-img img {
    width: 130px !important;
    margin: auto;
    margin-top: 5px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.shadow {
    -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 15%) !important;
    height: 187px;
}
.testimonial-content h5 {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}

.testimonial-content h6 {
    font-size: 20px;
    margin-top: 15px;
    font-family: "JostMedium";
}

.testimonial-content p {
    font-size: 14.5px;
    line-height: 26px;
    margin-bottom: 0px;
    color: #16364d;
    height: 83px;
    overflow-y: auto;
    text-align: center;
    font-family: "JostMedium";
    padding-top: 7px;
    margin-left: 20px;
    padding-right: 24px;
}

.testimonial-content p::-webkit-scrollbar {
    width: 2px;
}

.testimonial-content p::-webkit-scrollbar-track {
    background: #f1f1f150;
}

.testimonial-content p::-webkit-scrollbar-thumb {
    background: #00000050;
}

.testimonial-content p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.latest-blog-area {
    padding: 90px 0;
    background-image: url(/assets/img/blog-bg.jpg);
}

.blog-heading {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.blog-heading h2 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.blog-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 80px;
}

.blog-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #fff;
    left: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-blog {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    height: auto;
    margin-bottom: 30px;
    border-radius: 7px;
    /*box-shadow: 10px 10px 20px #d0d0d0;*/
}

.single-blog:hover .blog-image img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.single-blog:hover .project-title-hover-box {
    top: 0;
    transition: 0.7s;
}

.project-title-hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    top: -250px;
    display: flex;
    /*display: -webkit-flex;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.app_image img {
    margin-bottom: 11px;
    margin-left: 6px;
    margin-right: 7px;
}

.project-title-hover-box h6 {
    font-size: 20px;
    color: #fff;
    font-family: "JostMedium";
}

.single-blog .blog-image img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*.data_sci-box:hover .inner{*/
/*    transform: translateY(-20px) rotate(*/
/*        10deg);*/
/*}*/
/*.data_sci-box .inner{*/
/*    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;*/
/*}*/

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    width: 100%;
}

.blog-tag {
    position: absolute;
    top: 15px;
    right: 0;
}
.contact_modal {
    max-width: 60% !important;
}
.blog-tag span {
    background-color: #16364d;
    padding: 8px 18px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
    text-align: center;
}

.blog-content {
    padding: 20px 20px 25px 20px;
}

.blog-content-heading {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.blog-content-heading div:first-child a {
    padding-right: 15px;
}

.blog-content-heading a {
    color: #fff;
    font-weight: 500;
}

.blog-date {
    display: inline-block;
    width: 28%;
}

.blog-content-heading h4,
.blog-content-heading h4 > a {
    font-size: 18px;
    color: #414142;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-date span {
    font-size: 14px;
    color: #686868;
    text-transform: capitalize;
    text-align: right;
    display: block;
}

.blog-content p {
    font-size: 15.5px;
    line-height: 26px;
    margin-bottom: 0;
}

.blog-readmore-btn {
    text-transform: capitalize;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #16364d;
    position: relative;
    margin-top: 10px;
}

.blog-readmore-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #16364d;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.blog-readmore-btn:hover:before {
    width: 50px;
    opacity: 1;
    visibility: visible;
}

/* .contact{height:28vh;
    background-image:url('/assets/img/about-page-bg1.jpg');} */

.contact-area {
    background: url(/assets/img/city_scraper.png) repeat-x center bottom / 118%
        63%;
}

.contact-icon {
    text-align: right;
    margin-bottom: -40px;
}

.contact-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.form-d {
    background-color: #16364d14;
    margin-top: 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px;
}

/* .form-d:hover{-webkit-box-shadow:0px 15px 15px 0px #edeaea;box-shadow:0px 15px 15px 0px #edeaea;} */

.form-d input[type="text"] {
    border-radius: 2px;
    width: 90%;
    padding: 12px 0 12px 12px;
    border: none;
    margin-top: 6px;
    resize: vertical;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.form-d textarea {
    width: 90%;
    padding: 12px 0 12px 12px;
    margin-top: 6px;
    resize: vertical;
    background: #fbfbfb;
    border: 1px solid #edeaea;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.form-d input[type="text"]:focus {
    border-bottom: 2px solid #e4e4e4;
    padding: 12px 0 12px 15px;
    outline: none;
}

.form-d input[type="email"]:focus {
    border-bottom: 2px solid #e4e4e4;
    padding: 12px 0 12px 15px;
    outline: none;
}

.form-d textarea:focus {
    border-bottom: 2px solid #e4e4e4;
    padding: 12px 0 12px 15px;
    outline: none;
}

.form-d input[type="email"] {
    border-radius: 2px;
    width: 90%;
    padding: 12px 0 12px 12px;
    border: none;
    resize: vertical;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 12px;
}

.form-d input[type="submit"] {
    background-color: #94ba33;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px #bababa;
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent;
    margin: auto;
    display: block;
    margin-top: 20px;
}

.form-d input[type="submit"]:hover {
    border: 1px solid #94ba33;
    color: #94ba33;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 16px transparent;
    box-shadow: 0 5px 16px transparent;
    cursor: pointer;
}

.footer-area {
    /*position: relative;*/
    color: #fff;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
}

.footer-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /*width: 100%;*/
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-icon {
    text-align: right;
    position: absolute;
    left: 0;
    bottom: -200px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.footer-top {
    padding: 42px 0 34px 0;
    position: relative;
    background-color: #fef3d2;
    background-image: url(../img/footer_background.png);
}

.single-widget h2 {
    font-family: JostMedium;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #16364d;
    padding-bottom: 10px;
    margin-bottom: 0px;
    position: relative;
}
.single-widget .border_bottom {
    border-bottom: 1.9px solid #16364d;
    width: 149px;
}
.border_bottom:after {
    position: absolute;
    /*background: #F9C11C;*/
    /*height: 1px!important;*/
    content: "";
    border-bottom: 1.9px solid #f9c11c;
    width: 55px;
    /*bottom: -1px;*/
    left: 15px;
    z-index: 2;
}

.single-widget .border-right {
    border-right: 2px solid #fff;
}

.company-logo img {
    margin: 0;
    padding-bottom: 7px;
    position: relative;
    border-bottom: 2px solid #16364d;
}
.company-logo {
    position: relative;
}

.company-logo::after {
    position: absolute;
    background: #f9c11c;
    height: 2px;
    content: "";
    width: 59px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.about-company p {
    font-family: "JostMedium";
    color: #16364d;
    font-size: 15.5px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-company ul.social li {
    display: inline-block;
    margin-right: 10px;
}

.about-company ul.social li a {
    display: inline-block;
    background-color: #16364d;
    color: #ffffff;
    height: 34px;
    width: 34px;
    /*line-height: 31px;*/
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.about-company ul.social li a:hover {
    color: #16364d;
}

.quick-links ul li a {
    color: #e5e5e5;
    font-size: 15.5px;
    line-height: 26px;
}

.our-address p,
.newsletter p {
    color: #16364d;
    font-size: 17.5px;
    line-height: 26px;
    font-family: JostMedium;
    padding-top: 13px;
}

.our-address a {
    color: #16364d;
    font-size: 17.5px;
}

.our-address i {
    margin-right: 10px;
    color: #e5e5e5;
    line-height: 28px;
}

.newsletter #newssubmit {
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.icon_mail {
    margin-top: 3px;
}

.newsletter .subscribe {
    border: none;
    background-color: #94ba33;
    color: #fff;
    padding: 10px 10px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.newsletter #newssubmit:focus {
    padding: 10px 0 10px 15px;
}

.newsletter .subscribe:hover {
    background-color: #fff;
    color: #16364d;
}
.footer-bottom {
    height: 63px;
    background-color: #fee493;
}
.send-mail {
    height: 46px;
    margin-top: 20px;
}
.send-mail .form-control {
    height: 46px;
    border-radius: 5px;
    border: unset;
}
send-mail span {
    border-radius: 4px;
}
.footer-bottom p {
    font-size: 22px;
    color: #16364d;
    line-height: 25px;
    margin: 0;
    margin-top: 27px;
    text-align: center;
}

.footer-bottom a {
    color: #b9b9e6;
    font-weight: 700;
}

.about,
.contact,
.project {
    height: 28vh;
    background-image: url(../img/section_header.png);
    background-color: #fff4d3;
}

.success-area {
    padding: 90px 0 90px;
}

.about-p-reduce {
    padding-top: 0;
}

.video-content {
    padding-top: 0;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #6b6fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #6b6fff;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #9352f0a6;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0px;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    margin-right: -6px;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.youtube-video-wrapper {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* background:url('https://embtelsolutions.in/wp-content/uploads/2019/12/Illustration_Custom-1.png') top center no-repeat;
    background-size:cover;padding:160px 0;position:relative;text-align:center; */
}

.popup-gallery {
    display: inline-block;
    position: relative;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

.youtube-video-icon {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50% 50%;
    display: inline-block;
    background: #fff;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

.youtube-video-icon i {
    font-size: 60px;
    line-height: 100px;
    color: #6b02ff;
    margin-left: 10px;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

/*
.our-expertise {
    padding: 90px 0;
}
*/

.expertise-heading h2 {
    font-weight: 900;
    font-size: 41px;
    letter-spacing: 1px;
    color: #16364d;
    font-family: "SemiBold";
}

.expertise-heading {
    text-align: center;
    margin: auto;
}

.expertise-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
}

.expertise-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #94ba33;
    left: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.expertise-item {
    position: relative;
    overflow: hidden;
}

.expertise-item:hover img {
    transform: scale(2);
    transition: 5s;
}

.expertise-item img {
    transition: 5s;
}

.expertise-item:hover .expertise-text {
    background-color: rgba(0, 63, 102, 0.7);
}

.expertise-text {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.44);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 30%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.expertise-text h5 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    margin-left: -1200px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.expertise-text h5::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #fff;
    left: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.expertise-item:hover .expertise-text h5::before {
    width: 65%;
}

.expertise-item .expertise-text h5 {
    margin-left: 0;
}

/*.our-expertise .container .row .col-xl-4,
.our-expertise .container .row .col-xl-6 {
    margin-bottom: 30px;
    cursor: pointer;
}*/

.our-mission {
    padding: 90px 0;
}

.mission-content {
    padding-top: 0;
}

.mission-content ul {
    margin-left: 20px;
}

.mission-content ul li {
    list-style: none;
    list-style-image: url("/assets/img/list.png");
    line-height: 28px;
}

.mission-list {
    padding-left: 15px;
    list-style: disc;
}

.our-partner {
    padding: 0 9px 0px;
}

.our-partner .client {
    margin-top: auto;
    margin-bottom: auto;
}

.brand-item {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    width: auto;
    height: 100px;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.brand-item:hover {
    cursor: pointer;
    box-shadow: unset;
    border: 1px solid #16364d;
    border-radius: 10px;
}

/* .project{height:28vh;background-image:url('/assets/img/about-page-bg1.jpg');} */

.projects-area-single-page {
    padding: 90px 0;
}

.project-single {
    padding: 90px 0;
}

.single-project-area {
    margin: -6px 0px 0px 2px;
}

.single-project-image {
    overflow: hidden;
}

.single-project-image img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.single-project-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-project-area .single-project-text1 p,
.single-project-area .single-project-text1 {
    margin-bottom: 30px;
}

.single-project-area h2 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 25px;
}

.single-project-area .project-info {
    background-color: #f4f6f8;
    padding: 25px 27px 20px;
}

.single-project-area .project-info h4 {
    font-weight: 600;
    margin-bottom: 22px;
}

.single-project-area .project-info ul li {
    line-height: 30px;
}

.single-project-area .project-info ul li span {
    display: inline-block;
}

.single-project-area .project-info ul li span.name {
    width: 23.6%;
}

.single-project-area .project-info ul li span.info {
    padding-left: 48px;
}

.single-project-gallary {
    padding-left: 0;
}

.project-testimonial {
    margin: 0;
    margin-top: 15px;
}

.single-project-gallary img {
    margin-bottom: 10px;
}

.project-grid-padright {
    padding-right: 5px;
}

.project-grid-padleft {
    padding-left: 5px;
}

.blog-header-area {
    background-image: url(/assets/img/blog-header.jpg);
    height: 37vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}

.blog-header-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 37vh;
    background-color: #00000094;
}

.blog-area {
    padding: 89px 0;
}

.blog-filter {
    margin: 50px 0;
    list-style: none;
}

.blog-filter li {
    display: inline-block;
    margin: 8px 8px;
}

.blog-filter li a {
    font-size: 21px;
    font-family: "JostBook";
    padding: 10px 20px;
    text-decoration: none;
    color: #6b6fff;
    /* font-weight: 600; */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid transparent;
}

.blog-filter li a:hover {
    color: #6b6fff;
    cursor: pointer;
}

.blog-filter li.active a {
    color: #fff !important;
}
.ui a {
    background-color: #f0f0f0;
    border-radius: 9px;
    color: #939393 !important;
}

.blog-filter li.active a {
    padding: 10px 20px;
    color: #fff;
    background: #f9c11c;
    border-radius: 9px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*.data_sci-box {
    text-align: center;
    margin: auto;
    margin-top: 29px;
    margin-bottom: 1px;
    transition: .5s;
    position: relative;
    background: #fff;
    z-index: 1;
    border-radius: 8px;
    border: 2.5px solid #EEEEEE;
    padding: 41px 8px 41px 8px;
}
.data_sci-box a{
    font-size: 25px;
    font-weight: 600;
    color: #16364D!important;
    font-family: 'JostBook';
}
.data_sci-box p{
    margin: 0 0 0px;
    font-size: 16px;
    line-height: 31px;
    color: #7E7E7E;
    font-family: JostBook;
}*/
.expertise-heading h3 {
    font-size: 17px;
    letter-spacing: 0px;
    color: #16364d;
    font-weight: 500;
    line-height: 28px;
    font-family: JostBook;
}
.blog-grid .blog-item {
    float: left;
}

.blog-grid .blog-item a:focus {
    outline: none;
}

.single-blog:hover .main-blog-content {
    bottom: 0;
    transition: 0.7s;
}

.main-blog-content {
    position: absolute;
    margin: 0;
    bottom: -60px;
    width: auto;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #16364d;
    overflow: hidden;
    padding: 10px;
    transition: 0.7s;
    border-top: 0;
    text-align: left;
    -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
    box-shadow: 0 0 10px #0000006b;
    background: linear-gradient(45deg, #003f63f5, #91bc2eb0);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 25px;
    margin: 0 4px;
    border: 1px solid transparent;
}

.pagination a.active {
    background-color: #6b6fff;
    color: white;
    border: 1px solid #6b6fff;
}

.pagination a:hover:not(.active) {
    color: #6b6fff;
    border: 1px solid #6b6fff;
}

.single-blog-header-area {
    background-image: url(/assets/img/blog/blog-header.jpg);
    height: 65vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}

.single-blog-header-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(53, 56, 152, 0.9)),
        color-stop(rgba(40, 42, 85, 0.8)),
        to(rgba(21, 27, 51, 0.8))
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(53, 56, 152, 0.9),
        rgba(40, 42, 85, 0.8),
        rgba(21, 27, 51, 0.8)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(53, 56, 152, 0.9),
        rgba(40, 42, 85, 0.8),
        rgba(21, 27, 51, 0.8)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(53, 56, 152, 0.9),
        rgba(40, 42, 85, 0.8),
        rgba(21, 27, 51, 0.8)
    );
}

.single-blog-area {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px;
    bottom: 100px;
    border: 1px solid aliceblue;
    text-align: left;
    -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
    box-shadow: 0 8px 7px -2px #eff0f0;
}

.single-blog-area p {
    font-size: 15.5px;
    line-height: 28px;
}

.single-blog-title {
    padding: 25px 0;
    font-size: 30px;
}

.single-blog-content img {
    padding: 15px 0;
}

.post-share {
    display: block;
    margin-top: 20px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post-share a i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 22px;
    text-align: center;
    margin-right: 3px;
}

.share1,
.share2,
.share3,
.share4 {
    display: inline-block;
}

.sidebar-title p {
    text-transform: capitalize;
    font-size: 19px;
    margin-bottom: 0;
}

.sidebar-title span {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
}

.share1 a i {
    background-color: #1da1f2;
    color: #fff;
}

.share2 a i {
    background-color: #4267b2;
    color: #fff;
}

.share3 a i {
    background-color: #ff4500;
    color: #fff;
}

.share4 a i {
    background-color: #e60023;
    color: #fff;
}

#inlineFormInputGroupUsername {
    border: 1px solid #ebebeb;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.input-group-text {
    background-color: #16364d;
    color: #fff;
    cursor: pointer;
    font-family: "JostBook";
    letter-spacing: 1px;
    font-size: 14px;
}
.send-mail .form-field-label {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "JostBook";
    width: 100%;
    pointer-events: none;
    color: #adadad;
    padding: -webkit-calc(0.75em - 1px) 1rem;
    padding: calc(0.75em - 1px) 1rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid transparent;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.sidebar-block ol {
    margin-top: 10px;
}

.sidebar-block ol li {
    margin-bottom: 5px;
}

.sidebar-block {
    border-bottom: 2px solid #f5f5f5;
    padding: 25px 0;
}

.sidebar-block ol li a {
    color: #212121;
    font-size: 15px;
    text-transform: capitalize;
}

.sidebar-block ol li a:hover {
    color: #6b6fff;
}

.sidebar-block ol li:last-child {
    margin-bottom: 0px;
}

.latest-post {
    border-bottom: 2px solid #f5f5f5;
    padding: 25px 0;
}

.latest-post ol {
    margin-top: 10px;
    margin-bottom: 0;
}

.latest-post ol li a {
    color: #212121;
    font-size: 15px;
    text-transform: capitalize;
}

.latest-post ol li a:hover {
    color: #6b6fff;
}

.latest-post ol li a:last-child {
    margin: 0px;
}

.latest-post ol li .rpost-img {
    float: left;
    margin-right: 15px;
    width: 75px;
    height: 75px;
}

.latest-post ol li h5 {
    line-height: 22px;
    margin-bottom: 3px;
    font-size: 15px;
}

.latest-post ol li {
    clear: both;
    padding: 3px 0px;
}

.latest-post p.text-muted {
    font-size: 12px;
    margin-bottom: 5px;
}

.advertise-block {
    padding: 25px 0;
    border-bottom: 2px solid #f5f5f5;
}

.advertise-block a img {
    margin-top: 10px;
}

.tag-block {
    padding: 25px 0;
}

.tagcloud {
    margin-top: 10px;
}

.tag-block .tagcloud a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    color: #212121;
    font-size: 12px !important;
    line-height: 1.4em !important;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 6px 17px;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.tag-block .tagcloud a:hover {
    color: white;
    background-color: #6b6fff;
}

.top-header {
    padding: 25px 0;
}

.related-post-title {
    padding: 10px 0;
}

.related-blog-content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin: 0 40px;
    bottom: 120px;
    border: 1px solid aliceblue;
    text-align: left;
    -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
    box-shadow: 0 8px 7px -2px #eff0f0;
}

#comments {
    padding: 20px 0px;
    background-color: #fff;
    margin-bottom: 10px;
}

#comments a {
    color: inherit;
}

#comments #comments-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #3e3e3e;
    text-transform: capitalize;
    font-size: 25px;
}

#comments .commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .commentlist > .comment .comment-box {
    border-bottom: 2px solid #f7f9f9;
}

#comments .commentlist > .comment:last-child .comment-box {
    border-bottom: 0;
}
.btn-top {
    fill: #63636b;
}
.btn-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
    z-index: 999999999999999999;
}
.btn-top {
    position: fixed;
    right: 19px;
    cursor: pointer;
}
.chatbot_img {
    height: 75px;
}
#comments .commentlist .comment-author {
    float: left;
    width: 60px;
    overflow: hidden;
    border-radius: 50%;
}

#comments .commentlist .comment-body {
    margin-left: 85px;
}

#comments .commentlist .comment-body p {
    margin-top: 10px;
    font-size: 16px;
}

#comments .commentlist .children {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 85px;
}

#comments .commentlist .children .children {
    margin-left: 30px;
}

.commentator a {
    text-transform: capitalize;
    font-weight: 700;
    cursor: default;
}

#comments .comment-meta {
    font-size: 12px;
    color: #696969;
    margin-top: 3px;
}

#comments .comment-box {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

#comments .comment-abs {
    position: absolute;
    display: inline-block;
    font-size: 0;
    top: 30px;
    right: 0;
}

#comments .comment-abs a {
    display: inline-block;
    margin: 4px;
    font-size: 10px;
    text-transform: uppercase;
    color: #848484;
    border: 1px solid #eee;
    padding: 5px 8px;
    letter-spacing: 0.03em;
}

#comments .comment-abs a:hover {
    border-color: #6b6fff;
    background-color: #6b6fff;
    color: #fff;
}

.comment-reply-form h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #3e3e3e;
    text-transform: capitalize;
    font-size: 25px;
}

.form-control:focus {
    color: #495057;
    border-color: #16364d;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;

    border-bottom: unset;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-body .form-group-model {
    padding-right: 9px !important;
    padding-left: 9px !important;
}
.arrow {
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(../img/dropdown_careet.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.form-control {
    border-radius: 5px;
    height: 46px !important;
    margin-bottom: 24px;
}
.txt_quote::-webkit-input-placeholder {
    color: #9e9e9e;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    border-top: unset;
    margin-top: -38px;
}
.browse {
    color: #fc9928;
    font-size: 15px;
}
.form-group-model .text-area {
    height: 94px !important;
}

#post-comment {
    background-color: #6b6fff;
    color: #fff;
    border-radius: 0;
}

#post-comment:focus {
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.contact-section {
    padding: 125px 0;
}

.mg-bottom-0 {
    margin-bottom: 0 !important;
}

.primary-contact .address {
    margin: 20px 0 15px;
}

.primary-contact .website {
    margin-bottom: 40px;
}

.primary-contact .address,
.primary-contact .website,
.primary-contact .phone {
    display: table;
}

.primary-contact .address i,
.primary-contact .website i,
.primary-contact .phone i {
    display: table-cell;
    padding-right: 15px;
}

a.launch-map i {
    margin-left: 15px;
    color: #6b6fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a.launch-map {
    background-color: #fff;
    text-decoration: none;
    color: #6b6fff !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px transparent;
    box-shadow: 0 5px 16px transparent;
    border: 1px solid #6b6fff;
    cursor: pointer;
}

a.launch-map:hover {
    color: #fff !important;
    background-color: #6b6fff;
}

a.launch-map:hover i {
    color: #fff !important;
}

.contact-form .input {
    width: 100%;
    border: none;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(90, 144, 227, 0.2);
    box-shadow: 1px 1px 10px 0px rgba(90, 144, 227, 0.2);
    padding-left: 18px;
}

.contact-form .name-email {
    height: 45px;
}

.contact-form .help-block.with-errors {
    position: absolute;
    top: 100%;
    left: 0;
}

.contact-form .form-group {
    margin-bottom: 35px;
}

.contact-form .message {
    padding-top: 30px;
    resize: none;
}

.modal {
    z-index: 999999;
}

.modal-center .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.modal.show .modal-dialog {
    top: 1%;
}

.form-c {
    margin: 0;
    background-color: #fff;
}

.contact-us-heading h2 {
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #004266;
    margin-top: 10px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-c input[type="submit"] {
    display: inline-block;
    border: 2px solid #94ba33;
}

.form-c input[type="text"] {
    margin-top: 0;
    margin-bottom: 12px;
}

.form-c textarea {
    margin-bottom: 12px;
}

.error-page-header {
    background-color: #6b6fff;
    top: 0;
}

.error-page {
    background-image: url(/assets/img/404.jpg);
    height: 100vh;
    width: 100%;
    bottom: -25px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.is-animate {
    position: absolute;
    bottom: 22%;
    left: 49.5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.defult-text {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
}

.defult-text h1 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    color: #9590e5;
}

.defult-text a {
    border: 1px solid #6b6fff;
    color: #6b6fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.defult-text a:hover {
    background-color: #6b6fff;
    color: #fff;
}

.is-animate div {
    display: inline-block;
}

.is-animate span {
    font-size: 115px;
    font-weight: 900;
    color: #9590e5;
}

.is-animate.style1 > div {
    -webkit-animation-name: style1;
    animation-name: style1;
}

.is-animate > div {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.is-animate > div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.is-animate > div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.is-animate > div:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.coming-soon-area {
    background-image: url("/assets/img/coming-soon.jpg");
    height: 100vh;
    width: 100%;
    position: relative;
}

.coming-soon-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url("img/pattern.png");
}

.coming-soon-text h1 {
    text-transform: uppercase;
    color: #e0e0e0;
    text-align: center;
    font-weight: 400;
    font-size: 31px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.coming-soon-text {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.coming-soon-text a img {
    width: 250px;
}

ul.countdown li {
    display: inline-block;
    width: 80px;
    height: 75px;
    background-color: #6a6eff;
    margin-right: 15px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
}

ul.countdown li:first-child {
    margin-left: 0;
}

ul.countdown li p {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}

.coming-share {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
}

.coming-share a {
    color: #fff;
    margin-left: 10px;
    font-size: 25px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-transform: uppercase;
}

.coming-share span {
    font-size: 19px;
    display: block;
    margin-bottom: 5px;
}

.coming-share a:first-child {
    margin-left: 0;
}

.on-error {
    border-bottom: 2px solid red !important;
}

.on-success {
    border-bottom: 1px solid #e6e6e6 !important;
}

.mobile-app img {
    width: 100% !important;
}
.modal-header .close {
    padding: unset;
    margin: unset;
}

.box-3 {
    border: 1.9px solid #cbcbcb;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    padding-top: 40px;
    border-radius: 7px;
    position: relative;
    height: 100%;
    text-align: center;
}
.job-box {
    margin-bottom: 34px;
}
.box-fullstack:hover {
    border: 1.8px solid #ef5868;
}
.box-fullstack:hover .view_more_fullstack p {
    color: #ef5868;
}

.box-laravel:hover {
    border: 1.8px solid #00c3cb;
}
.box-laravel:hover .view_more_laravel p {
    color: #00c3cb;
}

.box-android:hover {
    border: 1.8px solid #43ba4b;
}
.box-android:hover .view_more_android p {
    color: #43ba4b;
}

.box-as-tester:hover {
    border: 1.8px solid #bd7bff;
}
.box-as-tester:hover .view_more_as_tester p {
    color: #bd7bff;
}

.box-bde:hover {
    border: 1.8px solid #fc9928;
}
.box-bde:hover .view_more_bde p {
    color: #fc9928;
}

.box-ios:hover {
    border: 1.8px solid #00c3cb;
}
.box-ios:hover .view_more_ios p {
    color: #00c3cb;
}
.box-flutter:hover {
    border: 1.8px solid #ef5868;
}
.box-flutter:hover .view_more_flutter p {
    color: #ef5868;
}

.career-img {
    text-align: center;
    padding: 15px;
}
.border-b {
    border-bottom: 1px solid #aaaaaa;
    padding-top: 15px;
}
.career-img img {
    width: 100px;
}
.icon {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 21px;
    border-radius: 53px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.ul_logo_content .hover_icon:hover .icon {
    cursor: pointer;
}
.ul_logo_content .hover_icon:hover .new_icon {
    right: 2px;
    top: -1px;
}
.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.new_icon {
    position: relative;
    content: "";
    right: 8px;
    top: 7px;
    width: 100px;
    height: 100px;
    z-index: -1;
    border-radius: 39px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.view_more p:before {
    position: absolute;
    content: "";
    -webkit-transition: all 0.4s linear 0ms;
    -khtml-transition: all 0.4s linear 0ms;
    -moz-transition: all 0.4s linear 0ms;
    -ms-transition: all 0.4s linear 0ms;
    -o-transition: all 0.4s linear 0ms;
    transition: all 0.4s linear 0ms;
    width: 20px;
    height: 2px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 18px;
    opacity: 0;
    margin-top: 14px;
}
.view_more p:hover {
    padding-left: 25px;
}
.view_more p:hover:before {
    opacity: 1;
}

.view_more_web p:before {
    background-color: #fc9928;
}
.view_more_fullstack p:before {
    background-color: #ef5868;
}
.view_more_laravel p:before {
    background-color: #00c3cb;
}
.view_more_android p:before {
    background-color: #43ba4b;
}
.view_more_as_tester p:before {
    background-color: #bd7bff;
}
.view_more_bde p:before {
    background-color: #fc9928;
}
.view_more_ios p:before {
    background-color: #00c3cb;
}
.view_more_flutter p:before {
    background-color: #ef5868;
}

.career-content h6 {
    color: #16364d;
    font-family: "JostMedium";
    font-size: 20px;
    margin-bottom: 3px;
}

.career-content p {
    margin: 0;
    color: #7e7e7e;
}

.career-content {
    color: #7e7e7e;
}
.view_more {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #16364d;
    /* display: flex; */
    align-items: center;
    margin: 0 0 0px;
}
@keyframes MoveUpDown {
    0%,
    100% {
        top: 40px;
    }
    50% {
        top: 70px;
    }
}

.pointer,
.view_more_web p:hover {
    cursor: pointer;
}

.view_more p {
    -webkit-transition: all 0.3s linear 0ms;
    -khtml-transition: all 0.3s linear 0ms;
    -moz-transition: all 0.3s linear 0ms;
    -ms-transition: all 0.3s linear 0ms;
    -o-transition: all 0.3s linear 0ms;
    transition: all 0.3s linear 0ms;
}

.justify-center {
    justify-content: center;
}

.text-ellipsis-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.eminent-img {
    width: 120px;
    margin: auto;
}

.eminent-img img {
    margin-bottom: 15px;
}

.formatting-box {
    text-align: center;
    margin: auto;
    margin-top: 29px;
    margin-bottom: 1px;
    transition: 0.5s;
    position: relative;
    background: #fff;
    z-index: 1;
    height: 235px;
    border-radius: 12px;
    border: 2.5px solid #eeeeee;
    padding: 41px 8px 41px 8px;
}

#our-eminent-solution {
    position: relative;
}

#our-eminent-solution::before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: -96px;
}

.our-eminent-solution {
    padding: 90px 5px;
}

.job-over {
    padding-left: 0px;
    padding-right: 0px;
}
/* .formatting-box .btm-space{margin-bottom:50px;} */

/* .formatting-box:hover .eminent-img img{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);} */

.formatting-box .eminent-img img {
    transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
}

.formatting-box .eminent-img::before {
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.09));
    /*content: "";*/
    position: absolute;
    top: -4px;
    left: 40px;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    -webkit-transform: rotate(33.75deg);
    transform: rotate(33.75deg);
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.09));
    z-index: -1;
}

.formatting-box:hover .eminent-img:before {
    background: rgba(47, 85, 212, 0.07);
    -webkit-animation: spinner-border 5s linear infinite;
    animation: spinner-border 5s linear infinite;
}

@keyframes spinner-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.btm-space a {
    color: #16364d;
    font-size: 16px;
    font-family: "JostMedium";
}

/*.btm-space a:hover {

    border-bottom: 1px solid #FAD35D;
    cursor: pointer;

}*/
.ul_logo_content p {
    margin: 14px 0 14px;
    font-size: 17px;
    line-height: 45px;
    color: #16364d;
    font-family: "JostMedium";
    font-style: normal;
}
.btm-space h6:hover {
    color: #16364d;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.btm-space h6 {
    color: #16364d;
}

.eminent-solution-heading {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.eminent-solution-heading h2 {
    font-weight: 900;
    font-size: 41px;
    letter-spacing: 1px;
    color: #16364d;
    font-family: "SemiBold";
}

.eminent-solution-heading h4 {
    position: relative;
    display: inline-block;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px;
}

.eminent-solution-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #94ba33;
    left: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.label-icn img {
    height: 30px;
    color: #949494;
    margin-bottom: 10px;
}

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

.padding-20px-bottom {
    padding-bottom: 20px;
}

#job-desc .container {
    margin-top: 123px;
}
#job-desc {
    margin-bottom: 85px;
}
.text-blue {
    color: #16364d;
}

.text-extra-large {
    font-size: 23px;
    font-family: "SemiBold";
    font-weight: 600;
    line-height: 26px;
}

.light-blue-theme-gradient {
    box-shadow: 5px 5px 5px #f1f1f1;
    border-bottom: 4px solid #d4d4d4;
}
.value-part p {
    font-size: 18px;
    color: #7e7e7e;
    margin-top: 25px;
}
.form-btn-fullstack .btn {
    background-color: #ef5868;
}
.form-btn-laravel .btn {
    background-color: #00c3cb;
}
.form-btn-android .btn {
    background-color: #43ba4b;
}
.form-btn-as-tester .btn {
    background-color: #bd7bff;
}
.form-btn-bde .btn {
    background-color: #fc9928;
}
.form-btn-flutter .btn {
    background-color: #ef5868;
}
.form-btn-ios .btn {
    background-color: #00c3cb;
}
.border-1px-gray {
    border: 1px solid #8e8e8e;
}

.border-radius-10 {
    border-radius: 10px;
}
.list-group {
    margin-top: 25px;
}
.list-item {
    position: relative;
    display: flex;
    margin-bottom: -1px;
    background-color: #fff;
    padding: 0px 0px 19px 0px;
}
.details p {
    line-height: 23px;
    color: #16364d;
    font-family: JostBook;
    font-size: 18px;
    color: #7e7e7e;
}
.hr-email {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
}
.resposibility-icon {
    margin-right: 22px;
    height: 20px;
    font-size: 22px;
}
.close:focus {
    outline: none;
    box-shadow: none;
}
.close-icon {
    height: 18px;
}
.exp-details-banner {
    margin-bottom: 50px;
}

.exp-details-banner img {
    height: 100%;
    float: left;
    padding-right: 15px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: grey !important;
    outline: none;
}

.slick-prev,
.slick-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: grey !important;
    outline: none;
}

.slick-prev::before,
.slick-next::before {
    font-family: FontAwesome !important;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: black !important;
    -webkit-font-smoothing: antialiased;
}

.slick-prev {
    left: -39px !important;
}

.slick-next {
    right: -39px !important;
}

.slick-prev:before {
    content: "\f104" !important;
}

.slick-next:before {
    content: "\f105" !important;
}

.part-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    /*  background-image: url('https://xavro-ng.envytheme.com/main-bg-1.1a80ffedd5d69748daee.jpg'); */
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.overlay-dark {
    background-image: none;
    background-color: #000;
    visibility: visible;
}

.opacity-8 {
    opacity: 0.7 !important;
}

.z-index-n1 {
    z-index: -1 !important;
}

.overlay {
    background-size: 100% 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay {
    transition: all 0.3s ease-in-out;
}

.particles-text-morph {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    user-select: none;
    /* pointer-events: none; */
    text-align: center;
}

.home-text h1 {
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: 1px;
}

@keyframes textcolor {
    0% {
        background-position: left 0px top 10px;
    }
    40% {
        background-position: left 800px top 10px;
    }
}

.home-text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #e5e5e5;
    font-weight: 400;
    line-height: 28px;
}

.check {
    margin: 2% 0;
}

.cbox {
    padding-left: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #eee;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.form-check-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.form-check-label input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.form-check-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.form-check-label .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
}

.form-check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.get-quote {
    margin-top: 1%;
    /* margin-left: 38% */
}

.contact-img {
    padding-right: 0 !important;
}

.contact-content {
    padding-right: 38px !important;
    padding-left: 30px !important;
}

/* section-heading  */

@media (max-width: 768px) {
    .main-navigation.sticky {
        background-color: #16364d;
    }
    .main-navigation.sticky .logo-area .logo_bw {
        display: block !important;
    }
    .main-navigation.sticky .logo-area .logo_bw {
        display: block !important;
    }
    .main-navigation.sticky-header.sticky
        .mean-container
        a.meanmenu-reveal
        span {
        background: #16364d none repeat scroll 0 0 !important;
    }
    .main-navigation.sticky-header.sticky .mean-container a.meanmenu-reveal {
        border: 1px solid #16364d !important;
        color: #16364d !important;
    }
    .main-navigation.sticky .main-menu ul li a {
        color: #16364d !important;
    }
}

.shape16 {
    position: absolute;
    z-index: -1;
    top: 78px;
    left: 0%;
    width: 342px;
}

.shape17 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 342px;
}

@media (max-width: 768px) {
    .shape16,
    .shape17 {
        width: 221px;
    }
    /* .shape17{
        display: none;
    } */
    .about-heading,
    .mission-heading,
    .vision-heading,
    .values-heading {
        text-align: center !important;
    }
    .about-heading p,
    .mission-heading p,
    .vision-heading p,
    .values-heading p,
    .who-heading p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
}

@media (max-width: 1024px) {
    .contact-box {
        margin: 2%;
        padding: 0 0 1% 0;
    }
    .intro-text {
        margin: 0.5%;
    }
}

.job-box {
    width: calc(33.33% - 50px);
}

.box-3:hover {
    /*box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);*/
    top: -5px;
}

.job-box .arrow {
    max-width: 22px;
    margin-top: 15px;
}
.item-style {
    position: relative;
    background-color: #fff;
    border-radius: 0.625rem;
    overflow: hidden;
    color: #303036;
    height: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.web-info-item {
    padding: 16px 0px;
}
.web-info-item-ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #2c7ae7;
}
.web-info-item-content {
    text-align: center;
}
.job-overview h5 {
    font-size: 22px;
    color: #16364d;
    font-family: "JostMedium";
    margin: 0px 0px 24px 0px;
}
.web-info-item-content h6 {
    color: #16364d;
    font-family: "JostMedium";
    font-size: 28px;
    margin-bottom: 3px;
}
.overview {
    display: flex;
    margin-top: 12px;
}
.web-job {
    padding: 0px 10px 0px 10px;
}
.web-info-item-content p {
    margin: 0 0 0px;
    font-size: 16px;
    line-height: 24px;
    color: #16364d;
    font-family: "JostBook";
}
.overview h6 {
    color: #16364d;
    font-family: JostMedium;
    font-size: 16px;
    margin-bottom: 4px;
}
.border-bottom-job {
    border-bottom: 1px solid #cbcbcb;
}
.overview p {
    color: #7e7e7e;
    font-size: 15px;
    padding-bottom: 4px;
}
.job-box-web {
    border: 1px solid #cbcbcb;
    height: max-content;
}
.form-btn {
    margin-bottom: 23px;
    margin-top: 17px;
    display: flex;
}
.form-btn .btn {
    display: block;
    color: white;
    width: 100%;
    height: 41px;
    font-family: "JostBook";
    font-size: 18px;
}
#quotemodal .modal-header h5 {
    text-align: left;
    color: #16364d;
    font-family: "JostMedium";
    font-size: 50px;
    flex: 0 0 90%;
    margin-top: 5px;
    margin-left: 18px;
}
.change::-webkit-input-placeholder {
    color: #9e9e9e;
    font-size: 15px;
    font-family: JostBook;
}
.apply {
    margin-right: 15px;
    background-color: #fc9928;
    color: white;
    font-family: "JostBook";
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.file1 {
    border-color: transparent;
    display: none;
}
.custom-file-upload {
    padding: 12px 16px;
    cursor: pointer;
    color: #9e9e9e;
    font-family: "JostBook";
    font-size: 14px;
    overflow: hidden;
    width: 129px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rect-box {
    width: 100%;
    height: 44px;
}
.modal-footer a:hover {
    color: white;
}
.model-footer .btn {
    display: block;
    color: white;
    width: 100%;
    height: 41px;
    font-family: "JostBook";
    font-size: 18px;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px 27px 0px 27px;
}
.success {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 7px;
    visibility: hidden;
    color: green;
}
#myModal .modal-title {
    text-align: left;
    color: #16364d;
    font-family: "JostMedium";
    font-size: 29px;
    flex: 0 0 90%;
    margin-top: 5px;
    margin-left: 18px;
}
#quotemodal .modal-header {
    padding-top: 64px;
}
.s_one {
    animation: translatey 8s linear infinite;
    padding-bottom: 20px;
}
.telegram_icon {
    margin-right: 10px;
}
.resume-error {
    color: red;
}
.main-contact {
    display: flex;
}
.main-contact ul {
    margin-left: 15px;
}
.main-contact ul p {
    font-size: 15px;
    line-height: 20px;
    color: #16364d;
    font-family: JostBook;
}
.contact-form h2 {
    margin: 3px 0 5px;
    font-size: 39px;
}
.main-contact ul li {
    font-size: 24px;
    color: #16364d;
    font-family: "JostMedium";
}
.contact-fild {
    border-radius: 5px;
    height: 45px !important;
    margin-bottom: 21px;
}
.form-group-contact textarea {
    height: 105px !important;
    margin-top: -11px;
    margin-top: -11px;
}
#sel1 {
    color: #9e9e9e;
    font-size: 15px;
    font-family: JostBook;
}
#sel1:focus {
    color: #495057;
    border-color: #16364d;
}
.contact-form {
    font-weight: 900;
    font-size: 38px;
    letter-spacing: 1px;
    color: #16364d;
    font-family: SemiBold;
}
.content-btn {
    margin-top: 30px;
    margin-bottom: 26px;
    margin-left: 5px;
}
.content-btn .btn-contact {
    background-color: #f9c11c;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 21px 10px 21px;
}
.btn-contact a {
    color: #ffffff;
    font-size: 19px;
    font-family: "JostMedium";
    font-weight: unset;
}
@keyframes translatey {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    10% {
        transform: translateY(0);
    }
}

/* industry page */

.service_inner_main .cm_block {
    margin-top: 0;
}

.cm_block {
    float: left;
    width: 100%;
    /* padding: 30px 0; */
    position: relative;
    overflow: hidden;
    height: 480px;
}

.cm_block1 {
    width: 100%;
    /* padding: 30px 0; */
    position: relative;
    overflow: hidden;
    height: 480px;
}

.about-1 p {
    color: #a7a7a7;
}

.container1 {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.sec_cnt {
    display: table-cell;
    /* height: 450px; */
    vertical-align: middle;
    float: none;
}

.ser_img {
    display: flex;
    align-items: center;
    /* min-height: 450px; */
    position: relative;
}

.sec_cnt {
    float: left;
    width: 100%;
}

.indus_inner .sec_title {
    margin-bottom: 15px;
}

.dark_gry {
    color: #2d3e50 !important;
}

.indus_inner .sec_cnt p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 28px;
}

.sec_cnt p {
    float: left;
    width: 100%;
}

.sec_cnt ul {
    float: left;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.indus_inner .sec_cnt li {
    font-size: 15px;
    line-height: 24px;
}

.sec_cnt li {
    width: 49%;
    margin-right: 2%;
    float: left;
    font-size: 15px;
    line-height: 22px;
    /* color: #fff; */
    margin-bottom: 10px;
    position: relative;
}

.sec_cnt li img {
    margin-right: 2%;
}

.fl_w100 {
    width: 100% !important;
}

.indus_inner li.fl_w100::before {
    background-color: #2d3e50 !important;
}
.contact-submit {
    color: green;
    margin-bottom: 17px;
    font-family: "JostBook";
    visibility: hidden;
}
.contact-fild {
    font-size: 16px;
    color: #9e9e9e;
    font-family: "JostBook";
}
.cm_block::before {
    content: "";
    display: block;
    height: 10px;
    margin: 78px 0 0;
}

.cm_block1::before {
    content: "";
    display: block;
    height: 10px;
    /* fixed header height*/
    margin: 38px 0 0;
}

.testimonials {
    position: relative;
    background-position: 25% 30px;
    background-size: cover;
    background-color: #f0f9ff;
}
.media-body {
    background-color: white;
}
.spin {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape12 {
    top: 170px;
    right: 595px;
    position: absolute;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.zoom {
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape13 {
    top: 115px;
    right: 130px;
    position: absolute;
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.shape14 {
    top: 310px;
    right: 220px;
    position: absolute;
}

.shape15 {
    top: 460px;
    right: 60px;
    position: absolute;
}

.shape16 {
    top: 610px;
    right: 235px;
    position: absolute;
    -webkit-animation: spin 10s infinite linear;
    animation: spin 10s infinite linear;
}

.shape17 {
    bottom: 180px;
    left: -95px;
    position: absolute;
    transform: rotate(70deg);
    z-index: -1;
}

.shape18 {
    top: 146px;
    left: 136px;
    position: absolute;
    transform: rotate(32deg);
    z-index: -1;
}

/* industries */

.our-industries {
    padding: 0px 0 0px;
}

.industry-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px;
}

.industry-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #94ba33;
    left: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.industry-heading {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.industry-heading h2 {
    font-weight: 900;
    font-size: 41px;
    letter-spacing: 1px;
    color: #16364d;
    font-family: "SemiBold";
}

/*.e-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}*/

/*.en-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}*/
/*

.f-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}
*/

/*.g-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}*/

/*.t-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}*/

/*.h-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}

.l-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}

.ec-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}



.r-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}

.fr-industries-title:hover {
    color: #16364D;
    border-bottom: 1px solid #FAD35D;
    cursor: pointer;
}*/

.industry-box {
    width: calc(20% - 20px);
    display: inline-block;
    border: 2px solid #eeeeee;
    border-radius: 5%;
    border-radius: 5%;
    text-align: center;
    padding: 29px;
    margin: 0px 7px 21px 10px;
    box-sizing: border-box;
}

.industry-box a {
    color: #16364d !important;
    font-family: "JostMedium";
}

.industry-box p {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 5px 0 15px;
}

.industries-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
}

.industry-box img {
    width: 95px;
    height: 95px;
}

/* testimonial */

.single-testimonial {
    padding: 20px 5px !important;
    margin: 0 !important;
}

.dot-list {
    margin: 28px auto 30px;
    position: relative;
    z-index: 1;
}

.dot-list::before {
    content: "";
    background-position: bottom left;
    width: 69px;
    height: 49px;
    z-index: 2;
    position: absolute;
    left: -37px;
    top: -48px;
    pointer-events: none;
    background: url(../img/frame1_testimonial.png);
}

.dot-list::after {
    content: "";
    background-position: bottom right;
    width: 69px;
    height: 49px;
    z-index: 2;
    position: absolute;
    right: -43px;
    bottom: 0;
    pointer-events: none;
    background: url(../img/frame2_testimonial.png);
}

.shape1 {
    position: absolute;
    top: 20%;
    z-index: -1;
    left: 30px;
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.testimonial_main {
    position: relative;
    z-index: 1;
    padding-top: 2%;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.btn-footer {
    border-radius: 0px;
    background-color: #16364d;
}
.newsletter .btn-footer a {
    color: white;
    font-family: "JostMedium";
    letter-spacing: 3px;
    font-size: 14px;
}
.shape2 {
    position: absolute;
    z-index: -1;
    top: 60%;
    left: 15%;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}
.input-outer-padding {
    position: relative;
    width: 100%;
    height: 46px;
    border-radius: 7px;
    overflow: hidden;
    background-color: white;
    margin-top: 15px;
}

.input-field {
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: "JostMedium";
    font-size: 16px;
    color: #adadad;
    width: auto;
    height: auto;
    padding: 12px 10px 12px 15px;
}
.search-confirm:hover {
    color: #ffffff;
}
.search-confirm {
    padding: 13px 14px;
    background-color: #16364d;
    font-family: JostMedium;
    font-size: 13px;
    color: white !important;
    cursor: pointer;
    position: absolute;
    /*z-index: 1;*/
    top: 0;
    right: 0;
    letter-spacing: 3px;
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.shape3 {
    position: absolute;
    left: 25%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.shape4 {
    position: absolute;
    right: 25%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape5 {
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: 0.7;
}

.shape6 {
    position: absolute;
    z-index: -1;
    top: 40%;
    right: 10%;
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.shape7 {
    position: absolute;
    left: 25%;
    top: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape8 {
    position: absolute;
    z-index: 1;
    top: 21%;
    right: 26%;
}

.shape11 {
    position: absolute;
    z-index: 1;
    top: 68%;
    left: 15%;
}

.shape10 {
    position: absolute;
    /*z-index: 1;*/
    top: 25%;
    right: 5%;
}

.shape9 {
    position: absolute;
    /*z-index: 1;*/
    bottom: 11%;
    left: 5%;
}

.rounded {
    border-radius: 10px !important;
    border-left: 5px solid #f9c11c;
    z-index: 1;
}

.bg-shape-wrapper {
    background-image: url(http://webtechnologybd.com/html/warivo/assets/img/background-triangles-2x.svg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/*_ngcontent-c1*/

@media (max-width: 767px) {
    .logo-area a img {
        margin-left: 9px !important;
        margin-bottom: 12px;
    }
    .btn-submit {
        margin-left: 0 !important;
    }
}

.btn-submit {
    margin-left: 25px;
    border-radius: 5px;
    background-color: #f9c11c;
}

.btn-submit a {
    color: #fff;
    font-size: 17px;
    font-family: JostMedium;
}
.valid {
    font-size: 15px;
    text-align: left;
    padding-top: 19px;
    visibility: hidden;
}

.btn-submit:hover {
    background-color: #fff;
    border: 1px solid #f9c11c;
    color: #f9c11c;
}

.btn-submit a:hover,
.btn-submit:hover a {
    color: #f9c11c;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*_ngcontent-c2*/

.list-style-one {
    position: relative;
    padding-top: 13px;
}

.our-address li .footer_icon {
    height: 5%;
    margin-right: 11px;
}
.our-address li .footer_icon_location {
    height: 5%;
    margin-right: 11px;
}
.our-address .span {
    padding-left: 10px;
}
.list-style-one li {
    position: relative;
    color: #16364d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.4rem;
    transition: all 0.3s ease;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: all 0.3s ease;
    -o-transition: 0.3s;
    font-family: JostMedium;
    display: flex;
}

.list-style-one .head {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 3px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 1.8em;
    transition: all 0.3s ease;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: all 0.3s ease;
    -o-transition: 0.3s;
}

.list-style-one li .icon {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 16px;
    line-height: 1em;
}

@media only screen and (max-width: 767px) {
    .our-address {
        margin-top: 2%;
    }
    .footer-area::before {
        background-position: bottom;
    }
}

/*_ngcontent-c3*/

.object-text {
    position: absolute;
    bottom: -18px;
    left: -8px;
}

.slick-slide:focus {
    outline: 0;
}

.object-text h2 {
    color: #e0e3e4;
    font-size: 120px;
    line-height: 120px;
    font-weight: 900;
    margin: 0;
}

@media (max-width: 1366px) {
    .object-text h2 {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 992px) {
    .object-text {
        display: none;
    }
}

.for_slick_slider {
    display: flex;
}

@media (max-width: 767px) {
    .particles-text-morph {
        position: absolute;
        top: 40%;
        left: 0;
        transform: translate(0, 0);
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        text-align: center;
    }
    .title-heading .heading {
        font-size: 41px !important;
    }
    .bg-half-170 {
        padding: 100px 0 !important;
    }
}

.contact-content1 {
    margin: 5%;
}

.bg-half-170 {
    padding: 80px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.header-image-area1 {
}

.title-heading {
    line-height: 26px;
    letter-spacing: 2px;
}

.title-heading .heading {
    font-size: 43px;
    margin: 0 0 1rem;
    font-family: SemiBold;
    font-weight: 600;
    line-height: 1.21;
    color: #16364d;
}

.title-heading h2 {
    color: #16364d;
}

.text-primary {
    color: #f9c11c !important;
}

.title-heading .para-desc {
    font-size: 18px;
    color: #16364d !important;
    font-family: JostMedium;
    letter-spacing: 1px;
}

.para-desc {
    max-width: 600px;
}

.learnmore {
    margin-top: 25px;
}

.ptb-100 {
    padding: 100px 0 0;
}

.process-heading h2 {
    font-weight: 900;
    font-size: 41px;
    letter-spacing: 1px;
    color: #16364d;
    font-family: "SemiBold";
}

.process-heading {
    text-align: center;
    margin: auto;
}

.process-heading h4 {
    position: relative;
    display: inline-block;
    color: #414142;
    font-size: 18px;
}

.process-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #94ba33;
    left: 50%;
    transition: 0.5s;
    bottom: -10px;
    transform: translateX(-50%);
}

.process-wrap {
    position: relative;
}

.process-back {
    position: absolute;
    top: 117px;
    left: 0;
    width: calc(100% + 214px);
    height: 100%;
    z-index: -1;
    margin: 0 -108px;
}

.process-box h4 {
    margin-top: -2%;
    font-size: 27px;
    font-weight: 600;
    color: #16364d;
    font-family: JostMedium;
}

.process-box p {
    margin: -5px 0 0;
    line-height: 24px;
    font-size: 15px;
    color: #16364d;
    font-family: "JostBook";
}

.num {
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 24px;
    position: relative;
    z-index: 3;
    transition: all 0.3s linear;
    font-weight: 700;
    font-family: "JostBook";
    margin: 0 auto;
}

.dots-process .number1 {
    border: 2px solid #ff9083;
    color: #ff9083;
    background-color: #fff;
}

.img-wrap {
    padding-left: 19px;
}

.dots-process .number2 {
    border: 2px solid #67e7ee;
    color: #67e7ee;
    background-color: #fff;
}

.dots-process .number3 {
    border: 2px solid #a8aaf0;
    color: #a8aaf0;
    background-color: #fff;
}

.dots-process .number4 {
    border: 2px solid #ff9083;
    color: #ff9083;
    background-color: #fff;
}

.dots-process .number5 {
    border: 2px solid #67e7ed;
    color: #67e7ed;
    background-color: #fff;
}

.img-process {
    text-align: center;
}

.round {
    text-align: center;
}

.technologies-heading {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.technologies-heading h2 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 1px;
    color: #414142;
}

.technologies-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #414142;
    font-size: 18px;
    margin-bottom: 80px;
}

.technologies-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #94ba33;
    left: 50%;
    transition: 0.5s;
    bottom: -10px;
    transform: translateX(-50%);
}

.section_technologies {
    padding: 80px 0;
    position: relative;
    text-align: center;
    /*background: url(../img/technology_background.png);*/
}

.ul_logo_content {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.ul_logo_content li {
    text-align: center;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
}

.ul_logo_content li img {
    max-width: 95px;
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
}

.tech-title {
    font-weight: 500;
}

.item.active .item-content {
    padding: 1em;
    transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
    .item.active .item-content {
        padding-top: 0;
    }
}

.tabbed-content .item {
    min-height: 2em;
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

@media (max-width: 991px) and (min-width: 768px) {
    .ul_logo_content li img {
        max-width: 85px;
        max-width: 102px;
        display: block;
        margin-left: 27%;
        max-width: 60px !important;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .ul_logo_content li {
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .ul_logo_content li {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

.global_h2 {
    text-align: center;
}

@media (max-width: 767px) {
    .global_h2 {
        font-size: 20px;
        margin: 0 0 15px;
    }
}

.section_technologies h2 {
    font-weight: 900;
    font-size: 41px;
    letter-spacing: 1px;
    color: #16364d;
    font-family: "SemiBold";
}

@media screen and (max-width: 991px) {
    .industry-box,
    .process-box {
        width: calc(33% - 20px) !important;
    }
    .ptb-100 {
        padding: 61px 1px 0;
    }
}

@media screen and (max-width: 767px) {
    .industry-box {
        width: calc(50% - 20px) !important;
    }
    .process-box {
        width: calc(100% - 0px) !important;
    }
    .process-back {
        display: none;
    }
}

@media screen and (max-width: 1366px) {
    .process-back {
        display: none;
    }
}

.process-box {
    text-align: center;
}

.follow {
    justify-content: space-around;
}

.follow1 {
    justify-content: space-around;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f9c11c;
}

.pad-tb {
    padding-top: 52px;
}

.about-agency {
    position: relative;
}

.about-agency:before {
    position: absolute;
    height: 100%;
    top: 0;
}

.about-agency:before,
.hero-bg-bg1:before,
.shape-bg3:before {
    content: "";
    width: 100%;
}

.v-center {
    align-self: center;
    align-items: center;
}

.text-l {
    text-align: left !important;
}

.about-heading h2,
.mission-heading h2,
.values-heading h2,
.vision-heading h2,
.who-heading h2 {
    font-weight: 900;
    font-size: 46px;
    letter-spacing: 1px;
    color: #16364d;
    font-family: SemiBold;
}
.about-heading {
    color: #16364d;
    font-family: "SemiBold";
}
.upset {
    z-index: 5;
}

.bg-shape:before {
    background-size: auto;
    right: 39px;
    bottom: 35px;
}

.bg-shape img {
    position: relative;
    z-index: 5;
}

.image-block img,
.img-block img {
    border-radius: 8px;
}

#modal-content {
    padding: 0px 13px 59px 13px;
}

.pl25 {
    padding-left: 25px !important;
}

.service .expertise-heading {
    text-align: left !important;
}

.s-block {
    background: top right/200% no-repeat #fff;
    text-align: center;
    padding: 50px 20px;
    margin: 0;
    border: 1px solid #d4f0ff;
    border-radius: 8px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
        0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
        0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.s-card-icon {
    width: 80px;
    margin: 0 auto 30px;
}

.s-block h4 {
    margin: 0 0 10px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

.mt30 {
    margin-top: 30px;
}

.service-block .expertise-heading {
    text-align: center !important;
}

.tabbed-content {
    background: #fff;
}

.tabs ul {
    margin: 0;
    font-weight: 700;
    cursor: pointer;
}

.tabs ul li a {
    padding: 0.5em 1em;
}

.item {
    margin-bottom: 2px;
}
/*

.item::before {
    cursor: pointer;
    font-weight: 700;
    background: #eee;
    padding: .5em;
    display: block
}
*/

.item.active::before {
    color: #fff;
    background-color: #16364d;
}

.item.active .item-content {
    transition: opacity 0.3s ease-in-out;
}

/*.tabbed-content .tabs {
    display: none
}*/

.tabbed-content .item {
    min-height: 2em;
}

/*.tabbed-content .item::before {*/
/*    content: attr(data-title)*/
/*}*/

/*.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0
}*/

/*.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}*/

@media all and (min-width: 800px) {
    .item.active .item-content {
        padding-top: 50px;
    }
    .tabs-side .tabs li {
        margin-bottom: 2px;
    }
    .tabbed-content .tabs {
        display: block;
    }
    .tabbed-content .tabs li {
        display: inline-block;
        width: 33.33%;
    }
    .tabbed-content .tabs li a {
        display: block;
        text-align: center;
    }
    .tabbed-content .item {
        min-height: 0;
    }
    /* .tabbed-content .item::before {
        display: none
    }*/
    /*    .tabbed-content.tabs-side .tabs {
        width: 150px;
        float: left
    }*/
    .tabbed-content.tabs-side .tabs li {
        display: block;
    }
    .tabbed-content.tabs-side .item {
        margin-left: 150px;
    }
}

.nav-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    border-bottom: none !important;
}

.nav-tabs li a {
    color: #707070;
}

.nav-tabs li {
    border-bottom: 1px solid #e0e0e0;
}

.nav-tabs li .active {
    color: #16364d;
    font-weight: 700;
    border-bottom: 2px solid #16364d;
}

.ul_logo_content {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.ul_logo_content li {
    text-align: center;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.icon_head {
    min-height: 100px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .pad-tb {
        padding-top: 59px;
    }
    /*    .tabbed-content {
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
        padding: 10px 10px 1px
    }*/
}

@media (max-width: 767px) {
    .contact-img {
        display: none;
    }
    .contact-box,
    .contact-content {
        margin: 0 3%;
    }
    .sub {
        margin-bottom: 4% !important;
    }
    .submit-button {
        margin: 0 auto !important;
    }
    .form-d input[type="email"],
    .form-d input[type="text"],
    textarea {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1152px) {
    .contact-img img {
        height: 447px;
    }
}

@media (max-width: 768px) {
    .contact-img {
        display: none;
    }
    .get-quote {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .submit-button {
        margin: 0 auto !important;
    }
}

.submit-button {
    margin: 0 42%;
}

h4 {
    margin-bottom: 5%;
    font-size: 1.3rem;
}

.msg-quote {
    margin-top: 3%;
}

.captcha {
    margin-left: 3%;
}

.form-d input[type="submit"]:focus {
    outline: 0;
}

@media only screen and (max-width: 799px) {
}

@media only screen and (min-width: 799px) and (max-width: 1870px) {
}
