html {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: inherit;
}

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

p>a {
    color: #83a1bf;
}

p>a:hover {
    color: #236fb6;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

p {
    margin-bottom: 20px;
}

.top-bar {
    background: #0b3d7a;
    padding: 8px 0;
}

.top-bar .top-details {
    float: left;
}

.top-bar ul {
    margin: 0;
    padding: 0;
}

.top-bar .top-details ul li a {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}

.top-bar .top-social {
    float: right;
}

.top-details .fas {
    padding-right: 5px;
}

.top-social i {
    color: #fff;
    font-size: 12px;
}

header .top-social li {
    padding: 0 10px;
    position: relative;
    float: left;
}

.top-social li::before {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: #1a4b86;
    right: 0;
    top: -10px;
}

.top-social li:first-child::after {
    content: "";
    position: absolute;
    height: 42px;
    width: 1px;
    background: #1a4b86;
    left: 0;
    top: -10px;
}

.top-menu .navbar-brand {
    height: auto;
    position: relative;
    z-index: 1;
}

.primary-menu li a {
    font-weight: 200;
    color: #0b3d7a;
}

.secondary-menu li a {
    color: #0b3d7a;
    font-weight: 500;
}

.top-menu .primary-menu {
    border-bottom: 1px solid #c3c3c3;
}

.req-btn .border-btn {
    border: 1px solid #c3c3c3;
    color: #0b3d7a;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
}

.req-btn a.theme-btn {
    border: 1px solid #ff9900;
    color: #0b3d7a;
    color: #fff;
    border-radius: 10px;
    background: #ff9900;
    padding: 10px !important;
    display: inline-block;
}

.navbar-nav .dropdown .fa {
    padding-left: 3px;
    font-weight: 500;
}

.top-menu .dropdown .dropdown-menu a {
    padding-left: 15px !important;
}

.banner-container .slider-one {
    background: url(../images/banner-1.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.banner .slider-container {
    position: relative;
    min-height: 630px;
    max-height: 630px;
}

.banner .slider-container::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b3d7a;
    opacity: 0.5;
}

.banner-content h1,
.banner-content p {
    color: #fff;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 50px;
}

.banner-content p {
    font-size: 22px;
}

.banner .banner-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}

.theme-btn a {
    background: #ff9900;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #ff9900;
}

.theme-btn a:hover {
    background: transparent;
    color: #ff9900;
}

.banner-content .theme-btn {
    margin-top: 60px;
}

.banner-container .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0 !important;
}

.projects-images {
    padding-top: 70px;
}

.banner-container .owl-dots .owl-dot.active span {
    background: #fff !important;
}

.banner-container .owl-dots span {
    background: transparent !important;
    border: 1px solid #fff;
}

.section-title h2 {
    color: #0b3d7a;
    font-size: 32px;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.section-title h2::before {
    position: absolute;
    content: "";
    background: #ff6900;
    height: 1px;
    width: 80%;
    left: 0;
    bottom: 0;
}

.padd-70 {
    padding: 70px 0;
}

.specialist.padd-70 {
    padding-bottom: 0px;
}

.project-title p {
    color: #0b3d7a;
    padding: 15px 45px;
    font-size: 24px;
}

.project-title p span {
    font-weight: 700;
}

.project-wrapper .project-img {
    position: relative;
}

.project-wrapper .plus-icon {
    /* position: */
}

.project-wrapper .box-content {
    width: 100%;
    height: 100%;
    background: 0 0;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease 0s;
}

.project-wrapper .box-content {
    top: -250px;
}

.project-wrapper:hover .box-content {
    top: 0;
    background: rgb(255, 153, 0);
    opacity: 0.7;
}

.project-wrapper:hover .plus-icon {}

.project-wrapper:hover .plus-icon {
    opacity: 1;
}

.project-wrapper {
    overflow: hidden;
}

.project-wrapper .plus-icon {
    transition: all .2s ease 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-wrapper .plus-icon {
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275) 0s;
}

.project-wrapper .plus-icon img {
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275) 0s;
}

.projects-images .project-wrapper:hover .plus-icon img {
    top: 0;
}

.industry-app,
.case-study {
    background: url('../images/bg.jpg')no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0 0px;
}

.product-slider .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

.product-slider .project-title p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.case-slider .owl-nav .owl-prev span,
.case-slider .owl-nav .owl-next span,
.product-slider .owl-nav .owl-prev span,
.product-slider .owl-nav .owl-next span {
    font-size: 60px;
    font-weight: bold;
    color: #0b3d7a;
    line-height: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.case-slider .owl-nav .owl-prev span,
.case-slider .owl-nav .owl-next span,
.product-slider .owl-nav .owl-prev span,
.product-slider .owl-nav .owl-next span:focus {
    outline: none;
}

.product-slider .owl-nav .owl-prev,
.case-slider .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}

.product-slider .owl-nav .owl-next,
.case-slider .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    outline: none;
}

.room-text p a {
    color: #0b3d7a;
}

.panel-title>a:before {
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    color: #ff9900;
}

.panel-title>a.collapsed:before {
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.faq-content .panel-default,
.faq-content .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #929292;
}

.faq-content .panel-default>.panel-heading {
    background: transparent;
    border: none;
}

.product-accordion {
    margin-top: -128px;
}

.case-study .section-title h2::before {
    transform: translateX(-50%);
    left: 50%;
    width: 40%;
}

.case-slider .project-title span {
    display: block;
}

.case-slider .project-wrapper .box-content {
    top: -350px;
}

.case-slider .project-wrapper:hover .box-content {
    top: 0;
}

.case-slider .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

section.case-study {
    padding-bottom: 70px;
}

.logos.case-study,
.blog.case-study {
    background-image: none;
}

.blog.case-study {
    padding-top: 20px;
}

.client-logos ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.blog-content h2,
.blog-snippet .snippet-content h2 {
    font-size: 24px;
    color: #0b3d7a;
    margin: 0;
    padding-bottom: 20px;
}

.blog-content p,
.blog-snippet .snippet-content p {
    font-size: 15px;
}

.blog-snippet {
    padding-top: 30px;
}

.blog-snippet .snippet-content h2 {
    padding-top: 20px;
}

footer {
    padding: 80px 0;
    background: #242424;
}

.common-sec p,
.common-sec li {
    color: #7f7f7f;
    font-size: 13px;
}

.common-sec li {
    margin-bottom: 7px;
}

.footer-logo p {
    margin-bottom: 0;
    padding-top: 5px;
}

.footer-logo li .fas {
    margin-right: 4px;
}

.common-sec a:hover {
    color: #fff;
}

.common-sec h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 14px;
    margin: 0 0 16px;
    position: relative;
    border-bottom: 1px solid #363636;
}

.useful-links ul li {
    float: left;
    width: 50%;
}

.accreditations .layout-1 {
    margin-bottom: 35px;
}

.copy-right ul {
    margin-bottom: 0;
}

.copy-rit {
    background: #212121;
    font-size: 13px;
    line-height: 1.25;
    color: #9d9d9d;
    padding: 45px 0;
    margin-bottom: -2.5rem;
}

.copy-rit .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}

.copy-right {
    text-align: right;
}

.copy-left a,
.top-bar .top-details ul li a:hover,
.top-social i:hover {
    color: #ffcc00;
}

.copy-left a:hover {
    color: #d0aa12;
}

.copy-right .fab {
    color: white;
    font-size: 16px;
    margin-right: 5px;
}

.copy-right .fab:hover {
    color: #ff9900;
}


/* .post, .page {
    margin: 0 !important;
} */

header .req-btn .border-btn:hover {
    background: #c3c3c3;
    color: #0b3d7a !important;
}

.req-btn a.theme-btn:hover {
    background: transparent;
    color: #ff9900;
}

.navbar.navbar-fixed-top {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

header .nav>li>a:focus,
header .nav>li>a:hover,
header .nav .open>a,
header .nav .open>a:focus,
header .nav .open>a:hover {
    background: transparent;
}

.menu-wrapper .menu-item-has-children>.menu-arrow {
    position: absolute;
    top: 12px;
    right: 0;
    color: #0b3d7a;
}

header .navbar {
    margin-bottom: 0;
}


/* additional css */

.contact-details-list {
    padding-top: 20px;
}

.contact-details-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-details-list address {
    margin: 2px 2px;
}

.contact-details-list ul li {
    margin: 2px 2px;
}

.snippet-img>img {
    width: 360px;
    height: 202px;
}

.common-sec .list-unstyled {
    margin: 0;
}

.specialist-right>img {
    width: 100%;
}

.entry-title>a:hover {
    color: #ff9900;
}

section#recent-posts-2 ul {
    margin: 0;
    line-height: 1.8;
}

section#categories-2 ul {
    margin: 0;
    line-height: 1.8;
    padding-left: 20px;
    list-style-type: none;
}

.panel-heading {
    padding: 10px 0px !important;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 280px;
}

.dropdown-menu>.active .menu-arrow i {
    color: #fff;
}

.panel .panel-collapse {
    padding: 5px 10px;
}

body.single-post article ul li {
    font-weight: 500;
    font-size: 14px;
}

.project-wrap-par:hover .box-content {
    top: 0;
    background: rgb(255, 153, 0);
    opacity: 0.7;
}

.project-wrap-par:hover .project-title a {
    color: #236fb6;
}


/*=====Responsive=====*/

@media(max-width: 1366px) and (min-width: 992px) {
    .menu-wrapper .dropdown.open .menu-item-has-children .dropdown-menu .menu-item-has-children>.dropdown-menu {
        position: static;
        width: 100%;
    }
}

@media(max-width: 1200px) {
    .menu-wrapper .navbar-nav a {
        font-size: 14px;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .navbar-collapse.in {
        overflow-y: auto !important;
    }
    .req-btn .border-btn {
        margin-bottom: 10px;
    }
    .req-btn .top-btn {
        display: block !important;
        text-align: center;
    }
    header .navbar-toggle {
        margin-top: 20px;
    }
    header .navbar-toggle .icon-bar {
        background: #0b3d7a;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    footer .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .menu-wrapper .menu-item-has-children>.menu-arrow {
        top: 7px;
        color: #0b3d7a;
    }
    .top-menu .primary-menu li:first-child a,
    .top-menu .secondary-menu li:first-child a {
        padding-right: 13px;
    }
    .top-menu .primary-menu li:first-child a,
    .top-menu .secondary-menu li:nth-child(2) a {
        padding-right: 13px;
    }
    .project-wrapper {
        margin: 5px 5px;
    }
    .industry-img>img {
        padding-top: 10px;
        width: 100%;
    }
}

@media(min-width: 992px) {
    header .req-btn {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    header .menu-wrapper {
        float: left;
        margin-left: 40px;
    }
    header .menu-wrapper ul li a:hover {
        color: #ff9900!important;
    }
    /*   */
    /*header .menu-wrapper ul ul li a:hover{
        color: red!important;
    }*/
    /*   */
    .menu-wrapper .secondary-menu {
        clear: left;
    }
    .top-menu .primary-menu li:first-child a,
    .top-menu .secondary-menu li:first-child a {
        padding-left: 0;
    }
    header .navbar-collapse {
        display: flex !important;
        flex-wrap: wrap;
        position: relative;
    }
}

@media(max-width: 991px) {
    .wp-block-button__link,
    .theme-btn {
        margin: 10px 0px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .req-btn .border-btn {
        margin-right: 0;
    }
    .navbar-collapse .req-btn {
        margin-bottom: 10px !important;
    }
    .copy-rit .row {
        justify-content: center;
        text-align: center;
    }
    .copy-right {
        margin-top: 10px;
    }
    footer .common-sec {
        margin-bottom: 50px;
    }
    .blog-content,
    .blog-snippet .snippet-wrapper {
        padding-top: 30px;
    }
    .product-slider .owl-nav .owl-prev,
    .case-slider .owl-nav .owl-prev {
        left: -30px
    }
    .product-slider .owl-nav .owl-next,
    .case-slider .owl-nav .owl-next {
        right: -30px
    }
    .top-menu .navbar-brand img {
        max-width: 120px;
    }
    .menu-wrapper .navbar-nav a {
        font-size: 14px;
        padding: 10px;
        margin: 10px 0px;
    }
    .dropdown-menu>li>a {
        padding: 3px 20px !important;
        margin: 5px 0px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .banner-content p {
        font-size: 18px;
    }
    .snippet-img>img {
        width: 100%;
        height: auto;
    }
    .panel-title>a {
        display: flex;
    }
    header .menu-wrapper {
        margin-left: 0px!important;
    }
}

@media(max-width: 767px) {
    .menu-wrapper .menu-item-has-children>.menu-arrow {
        right: 15px;
    }
    .client-logos ul li {
        width: 50%;
    }
    .client-logos ul li img {
        margin: 0 auto;
    }
    .room-right,
    .industry-right {
        margin-top: 30px;
    }
    .product-slider .owl-nav .owl-prev,
    .case-slider .owl-nav .owl-prev {
        left: 0;
    }
    .product-slider .owl-nav .owl-next,
    .case-slider .owl-nav .owl-next {
        right: 0;
    }
    .specialist .specialist-right {
        padding-top: 15px;
    }
    .project-img img {
        width: 100%;
    }
    .theme-btn a {
        padding: 10px;
    }
    .banner .banner-content {
        padding: 60px 0;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .banner-content p {
        font-size: 16px;
    }
    header .navbar {
        margin-bottom: 0;
    }
    header .navbar-toggle {
        margin-top: 20px;
    }
    header .navbar-toggle .icon-bar {
        background: #0b3d7a;
    }
    .req-btn .top-btn {
        display: block !important;
        text-align: center;
    }
    .req-btn .border-btn {
        margin-bottom: 10px;
    }
    .navbar-collapse .req-btn {
        padding: 0 15px;
        margin: 0px;
    }
    .navbar-nav .dropdown .fa {
        float: right;
    }
    .snippet-img>img {
        width: 100%;
        height: auto;
    }
    .industry-img>img {
        width: 100%;
    }
    .panel-title>a {
        display: flex;
    }
    footer .common-sec {
        margin-bottom: 0px;
    }
    footer .common-sec h3:first-child {
        padding-top: 20px;
    }
}

@media(max-width: 575px) {
    .client-logos ul li {
        width: 100%;
    }
    .panel-title>a {
        display: flex;
    }
}

#data-content .tab-content {
    color: #000;
    background-color: #eee;
    padding: 5px 15px;
}

#data-content {
    margin-bottom: 20px;
}

#data-content p {
    color: #000;
    background-color: #eee;
    padding: 5px 15px;
}

#data-content .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
    color: #000;
}

#data-content ul {
    margin: unset;
}

.nav-pills>li.active>a {
    background: #eee !important;
}

.content-section {
    margin: 40px 0;
}

.sub-banner-image-content {
    height: 380px !important;
    object-fit: cover;
}

.case-study-section-image {
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.case-study-title {
    margin-bottom: 40px;
}

.easy_testimonial_title {
    font-weight: 600;
}

.industry_list {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.page-id-388 hr {
    background-color: #ff9900;
}

.product-main-wrap .product-img {
    margin: 20px;
    float: left;
    max-width: 180px;
    height: 180px;
    object-fit: cover;
}

.product-main-wrap {
    overflow: auto;
}

.product-main-wrap .product-content .product-link {
    float: right;
    margin-right: 30px;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .product-main-wrap {
        display: inherit !important;
    }
    .product-main-wrap .product-content .product-link {
        float: left;
    }
    .top-bar .top-details {
        width: 100%;
    }
    header .top-bar {
        text-align: center;
    }
    .top-bar .top-social {
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .top-social li::before,
    .top-social li:first-child::after {
        display: none;
    }
    li.search-wrap.show {
        width: 100%;
        margin: 10px 0px;
    }
    header .top-social li {
        float: none;
    }
}