/*!
Theme Name: cannon-group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Cannon Group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cannon-group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Reset */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    outline: none;
}

html {
    text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -o-text-size-adjust: none;
}

body {
    font-family: 'Poppins';
    font-weight: normal;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
img {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

input,
textarea,
select,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    /*-webkit-appearance: none;-moz-appearance: none;border-radius: 0px;-ms-appearance: none;-o-appearance: none;appearance: none;*/
    font-family: inherit;
    outline: none !important;
    border: 0;
}

select {
    outline: none !important;
    border-radius: 0;
}

textarea {
    resize: none;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
}

p:empty {
    display: none;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    pointer-events: inherit;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

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

.btn:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #28367D;
}

::-webkit-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

:-moz-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

::-moz-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
}

::-moz-selection {
    color: #fff;
    background: #28367D;
}

::selection {
    color: #fff;
    background: #28367D;
}


/*Common CSS*/

a,
input[type="submit"],
.header-wrapper .header-navigation nav ul li a::after,
.site-header,
.header-wrapper .site-branding,
.btn-link img,
.box-section .box-wrapper h3,
.header-wrapper .header-navigation nav .menu>li .sub-menu,
.caret::before,
.header-wrapper .header-right .header-contact {
    transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
}

input[type="submit"].btn-primary {
    cursor: pointer;
    background-color: #28367D;
    font-size: 20px;
    padding: 9px 20px;
    text-align: center;
    color: #fff;
    box-shadow: none;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 20px;
    font-family: inherit;
}

.site-header .btn-primary,
.site-footer .btn-primary {
    background-color: #28367D;
    font-size: 20px;
    padding: 13px 20px;
    text-align: center;
    color: #fff;
    box-shadow: none;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 30px;
}

.btn-grey {
    background-color: #E1E1E1;
    font-size: 20px;
    padding: 13px 20px;
    text-align: center;
    color: #28367D;
    box-shadow: none;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 30px;
}

.btn-white {
    background-color: #fff;
    font-size: 20px;
    padding: 13px 20px;
    text-align: center;
    color: #28367D;
    box-shadow: none;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 30px;
}

.site-header .btn-primary:hover,
input[type="submit"]:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
    color: #fff;
    background-color: #28367D;
    border: 1px solid #28367D;
}

.site-footer .btn-primary:hover,
input[type="submit"]:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
    color: #fff;
    background-color: #28367D;
    border: 1px solid #28367D;
}

.btn-grey:hover {
    color: #28367D;
    opacity: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

a:hover {
    opacity: 0.8;
    color: inherit;
}

h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.btn-link {
    color: #28367D;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.btn-link:hover {
    color: #28367D;
}

.btn-link img {
    margin-left: 5px;
}

.btn-link:hover img {
    margin-left: 10px;
}

.bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-primary {
    color: #28367D;
}

.text-white {
    color: #fff;
}

.bg-primary {
    background-color: #28367D;
}

strong {
    font-weight: 700;
}

.post,
.page {
    margin: 0;
}

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

.site {
    padding-top: 175px;
    min-height: 100vh;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 0;
}

.site-title,
.site-description,
.skip-link {
    display: none;
}


/* Preloader */

.loader-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaded .loader-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.loader-wrapper .loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #28367D;
    background: -moz-linear-gradient(left, #28367D 10%, rgba(0, 0, 0, 0) 42%);
    background: -webkit-linear-gradient(left, #28367D 10%, rgba(0, 0, 0, 0) 42%);
    background: -o-linear-gradient(left, #28367D 10%, rgba(0, 0, 0, 0) 42%);
    background: -ms-linear-gradient(left, #28367D 10%, rgba(0, 0, 0, 0) 42%);
    background: linear-gradient(to right, #28367D 10%, rgba(0, 0, 0, 0) 42%);
    -webkit-animation: loading 1.4s infinite linear;
    animation: loading 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader-wrapper .loader:before {
    width: 50%;
    height: 50%;
    background: #28367D;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader-wrapper .loader:after {
    background: #F1F1F1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

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

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


/*Header*/

.site-header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
    position: fixed;
    top: 0;
    padding: 20px 0 0;
    z-index: 1111;
}

.header-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.header-wrapper .site-branding {
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 200px;
    padding-bottom: 20px;
}

.header-wrapper .site-branding a,
.header-wrapper .site-branding a img {
    width: 100%;
}

.header-wrapper .header-right {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 10px;
    flex: 1;
}

.header-wrapper .header-right .header-contact {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    top: 30px;
}

.header-wrapper .header-right .header-contact .contact-link {
    font-size: 22px;
    color: #212121;
}

.header-wrapper .header-right .header-contact .contact-link i {
    margin-right: 10px;
}

.header-wrapper .header-navigation {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

.header-wrapper .header-navigation nav {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-wrapper .header-navigation nav .menu-menu-1-container {
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.header-wrapper .header-navigation nav ul {
    display: flex;
    width: auto;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.header-wrapper .header-navigation nav>.menu-menu-1-container>ul>li {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    margin-right: 40px;
}

.header-wrapper .header-navigation nav>.menu-menu-1-container>ul>li>a {
    font-size: 16px;
    color: #212121;
    position: relative;
    padding-bottom: 5px;
    padding: 39px 0;
    cursor: pointer;
}

.header-navigation .header-button {
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.header-navigation .header-button>a {
    margin-right: 40px;
}

.header-navigation .header-button>a:last-child {
    margin-right: 0;
}

.header-navigation .header-button .btn-primary {
    font-weight: 400;
    font-size: 16px;
    border-radius: 20px;
    padding: 9px 20px;
}

.header-navigation .header-button .btn-grey {
    font-size: 16px;
    border-radius: 20px;
    padding: 9px 20px;
}

.site-header .menu-toggle {
    display: none;
}

.header-wrapper .header-navigation nav .menu>li.menu-item-has-children {
    position: relative;
    padding-right: 16px;
}

.header-wrapper .header-navigation nav .menu>li.menu-item-has-children a::after {
    display: none;
}

.header-wrapper .header-navigation nav .menu>li.menu-item-has-children::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #212121;
    border-left: 1px solid #212121;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    transform: rotate(-135deg);
}

.header-wrapper .header-navigation nav .menu>li .sub-menu {
    position: absolute;
    width: 195px;
    background-color: #fff;
    top: 25px;
    top: 95%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #28367D;
    padding: 10px 12px;
    border-radius: 0 0 4px 4px;
    /*opacity: 0; visibility: hidden; */
}

.header-wrapper .header-navigation nav .menu>li#menu-item-14 .sub-menu {
    width: 275px;
}

.header-wrapper .header-navigation nav .menu>li .sub-menu>li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.header-wrapper .header-navigation nav .menu>li .sub-menu>li>a {
    color: #3F3F45;
    font-size: 15px;
    width: 100%;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
}

.header-wrapper .header-navigation nav .menu>li .sub-menu>li>a:hover {
    background-color: #f1f1f1;
}

.header-wrapper .header-navigation nav .menu>li.menu-open .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 28px;
    top: 100%;
}

.header-wrapper .header-navigation nav ul li a::after {
    content: '';
    width: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 20px;
    background-color: #28367D;
    margin: 0 auto;
}

.header-wrapper .header-navigation nav ul li a:hover::after,
.header-wrapper .header-navigation nav ul li.current_page_item a::after {
    width: 35px;
}

.header-wrapper .header-navigation nav ul li a:hover,
.header-wrapper .header-navigation nav ul li.current_page_item a,
.main-navigation .menu>li .sub-menu>li.current_page_item>a,
.header-wrapper .header-navigation nav ul li.current-menu-parent a,
.header-wrapper .header-navigation nav .menu>li .sub-menu>li.current_page_item>a {
    opacity: 1;
    color: #28367D;
}

.header-wrapper .header-navigation nav .menu>li .sub-menu>li.current_page_item>a {
    background-color: rgba(40, 54, 125, 0.1);
    font-weight: 500;
}

.close-icon-mobile {
    display: none;
}

.close-icon-mobile {
    position: absolute;
    padding: 15px 10px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.close-icon-mobile::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
}

.close-icon-mobile::before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
}

.mobile-menu-widget {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    box-shadow: 1px -3px 6px rgba(0, 0, 0, 0.16);
    flex-wrap: wrap;
    padding: 7px 0;
    display: none;
    left: 0;
    right: 0;
    z-index: 1110;
}

.mobile-menu-widget ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}

.mobile-menu-widget ul li {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 2px;
    border-right: 1px solid #7c7c7c;
}

.mobile-menu-widget ul li:last-child {
    border-right: 0;
}

.mobile-menu-widget ul li a,
.mobile-menu-widget ul li div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #231F20;
    cursor: pointer;
}

.mobile-menu-widget ul li a.about-link .icn {
    width: 30px;
    height: 30px;
}

.mobile-menu-widget ul li a.about-link .icn img {
    width: 100%;
    height: 100%;
}

.mobile-menu-widget ul li span {
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
}

.site-header.sticky {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.site-header.sticky .header-wrapper .site-branding {
    max-width: 150px;
}

.site-header.sticky .header-wrapper .header-navigation nav>.menu-menu-1-container>ul>li>a {
    padding: 22px 0;
    cursor: pointer;
}

.site-header.sticky .header-wrapper .header-navigation nav ul li a::after {
    bottom: 15px;
}

.site-header.sticky .header-wrapper .header-right .header-contact {
    top: 10px;
}

.caret {
    width: 40px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
    display: none;
}

.caret::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #28367D;
    border-left: 2px solid #28367D;
    transform: rotate(135deg);
    top: 15px;
    right: 15px;
}

.caret::after {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    background-color: #999;
    background-color: transparent;
}

.header-wrapper .header-navigation nav .menu>li.open .caret::before {
    transform: rotate(225deg);
    top: 13px;
    right: 13px;
}

body.logged-in .site-header {
    top: 32px;
}


/*Footer*/

.site-footer .widget:after {
    display: none;
}

.site-footer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-color: #E9EAF2;
    padding: 55px 0 35px;
}

.footer-wrapper {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-wrapper .widget.logo {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 294px;
}

.footer-wrapper .site-branding {
    display: flex;
    width: 250px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.footer-wrapper .widget h3 {
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-wrapper .widget {
    margin: 0;
}

.footer-wrapper .widget.contact-info {
    padding: 0 30px;
    max-width: 320px;
}

.footer-wrapper .widget.newsletter {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 344px;
    margin-left: 80px;
    margin-right: 66px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.footer-wrapper .widget.footer-navigation {
    display: flex;
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 427px;
}

.footer-navigation .menu-footer-menu-container {
    display: flex;
    width: auto;
    align-items: center;
    flex-wrap: wrap;
}

.footer-navigation ul {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.footer-navigation ul li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 3px;
}

.footer-navigation-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.footer-navigation .menu-footer-menu-1-container {
    margin-right: 20px;
    max-width: 230px;
}

.footer-navigation .menu-footer-menu-2-container {
    max-width: 177px;
}

.footer-navigation ul li a {
    font-size: 15px;
    color: #212121;
    line-height: 22px;
}

.footer-navigation ul li a:hover {
    color: #28367D;
    opacity: 1;
}

.footer-button-wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin: 20px 0 0;
    flex-wrap: wrap;
}

.footer-button-wrapper a {
    margin-right: 10px;
}

.footer-button-wrapper a:last-child {
    margin-right: 0;
}

.footer-button-wrapper .btn-grey,
.footer-button-wrapper .btn-primary {
    font-size: 16px;
    border-radius: 20px;
    padding: 9px 20px;
}

.footer-button-wrapper .btn-primary {
    font-weight: 400;
}

.social-icons-listing {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.social-icons-listing li {
    display: flex;
    width: auto;
    margin-right: 10px;
    flex-wrap: wrap;
}

.social-icons-listing li:last-child {
    margin-right: 0;
}

.form-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.form-wrapper .wpcf7 {
    display: inline-block;
    width: 100%;
}

.form-wrapper .wpcf7-form {
    display: inline-block;
    width: 100%;
}

.form-wrapper .wpcf7-form ul {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-wrapper .wpcf7-form ul li {
    display: inline-block;
    width: auto;
    margin: 0 -15px;
}

.form-wrapper .wpcf7-form ul li .form-grp {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.form-wrapper .wpcf7-form ul li .form-grp .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

.form-wrapper .wpcf7-form ul li .form-grp .input-grp {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    padding: 0 20px;
    height: 36px;
    border: 1px solid #B7B7B7;
    background-color: #fff;
}

.form-wrapper .wpcf7-form ul li .form-grp.submit-grp input[type="submit"].btn-primary {
    font-size: 16px;
    font-weight: 400;
}

.form-wrapper .wpcf7-form ul li .form-grp textarea.input-grp {
    height: 72px;
    padding: 6px 20px;
}

.form-wrapper .wpcf7-form ul li:last-child .form-grp {
    margin-bottom: 0;
    text-align: center;
}


/*Contact*/

.contact-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.contact-section .map-wrapper {
    flex: 0 0 50%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.contact-section .map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-section .content-wrapper {
    display: flex;
    width: 100%;
    flex: 0 0 50%;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    padding: 50px;
    z-index: 1;
    min-height: 350px;
    align-items: center;
    align-content: center;
}

.contact-section .content-wrapper h2 {
    width: 100%;
    margin-bottom: 20px;
}

.contact-details {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.contact-details li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 28px;
}

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

.contact-details li i {
    display: flex;
    width: 20px;
    margin-right: 20px;
    align-items: flex-start;
    margin-top: 4px;
}

.contact-details li .contact-details-single {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
}

.contact-details li .contact-details-single address,
.contact-details li .contact-details-single a {
    color: #212121;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.contact-details li .contact-details-single a {
    margin: 0 0 5px;
}

.contact-details li .contact-details-single a:last-child {
    margin: 0;
}


/*Back to top*/

#backToTop::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    margin-top: 5px;
}

#backToTop {
    background-color: #28367D;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 3px;
}

#backToTop.show {
    opacity: 0.8;
    visibility: visible;
}

#backToTop.show:hover {
    opacity: 1;
}


/*One column layout*/

.one-column-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.one-column-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.one-column {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


/*Two column layout*/

.two-column-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.two-column-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.two-column-wrapper .image-wrapper {
    display: flex;
    width: 100%;
    max-width: 520px;
    align-items: center;
    height: 350px;
}

.two-column-wrapper .image-wrapper figure {
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    padding-right: 10px;
    width: 100%;
    height: 100%;
}

.two-column-wrapper .image-wrapper figure::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    left: 0;
    background-color: #28367D;
    border-radius: 12px;
    z-index: -1;
}

.two-column-wrapper .image-wrapper figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.two-column-wrapper .content-wrapper {
    display: flex;
    width: 100%;
    max-width: 516px;
    flex-wrap: wrap;
    flex-direction: column;
}

.two-column-wrapper .content-wrapper h2 {
    margin-bottom: 10px;
}

.two-column-wrapper .content-wrapper .content {
    display: inline-block;
    width: 100%;
}

.two-column-wrapper .content-wrapper .content p {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.two-column-wrapper .content-wrapper p {
    margin: 0 0 20px;
}

.two-column-wrapper .content-wrapper p:last-child {
    margin: 0;
}

.two-column-wrapper .content-wrapper .content p strong {
    font-weight: 600;
}

.two-column-wrapper .content-wrapper .content h3 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    color: #28367D;
    margin-bottom: 10px;
}

.two-column-wrapper .content-wrapper .content :last-child {
    margin-bottom: 0;
}

.two-column-wrapper .content-wrapper .button-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.two-column-wrapper .content-wrapper .button-wrapper a {
    margin-right: 20px;
}

.two-column-wrapper .content-wrapper .button-wrapper a:last-child {
    margin-right: 0;
}

.two-column-wrapper .content-wrapper .button-link-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 10px 0 0;
}

.two-column-wrapper .content-wrapper .button-link-wrapper .btn-link {
    margin: 0 0 10px;
}

.two-column-wrapper .content-wrapper .button-link-wrapper .btn-link:last-child {
    margin: 0;
}

.two-column-wrapper.reverse-column {
    flex-direction: row-reverse;
}

.two-column-wrapper.reverse-column figure {
    padding-left: 10px;
    padding-right: 0;
}


/*Background vector*/

.bg-vector {
    position: relative;
    z-index: 1;
}

.bg-vector::after {
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg-vector.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}


/*Heading*/

.heading-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    text-align: center;
    padding: 0 0 10px;
}

.heading-wrapper::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #28367D;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-primary .heading-wrapper::after {
    background-color: #fff;
}

.bg-primary.bg-vector::after {
    background-image: url(../images/bg-vector-light.svg);
    top: 0;
}


/*Home Page*/


/*Banner*/

.home-banner.bg-vector::after {
    top: 0;
}

.home-banner {
    background-position: center;
    position: relative;
    z-index: 1;
}

.home-banner .one-column-wrapper {
    min-height: 350px;
    justify-content: center;
    /*align-items: center;text-align: center;*/
}

.home-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background-color: #28367D;*/
    z-index: -1;
    opacity: 0.7;
}

.home-banner .one-column-wrapper h1 {
    margin: 0 0 10px;
}

.home-banner .one-column-wrapper span {
    font-size: 22px;
    font-weight: 500;
}

.home-banner-content {
    padding: 60px 0;
    position: relative;
}

.home-banner-content::after {
    content: '';
    width: 300px;
    height: 2px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home-banner-content .one-column-wrapper h2 {
    margin: 0 0 10px;
}

.home-banner-content .one-column-wrapper .button-wrapper {
    display: flex;
    width: 100%;
    margin: 15px 0 0;
}

.home-banner-content .one-column-wrapper p {
    max-width: 850px;
    margin: 0 0 10px;
}

.home-banner-content .one-column-wrapper .button-wrapper a {
    margin-right: 20px;
}

.home-banner-content .one-column-wrapper .button-wrapper a:last-child {
    margin-right: 0;
}

.home-banner-content .one-column-wrapper .button-wrapper .btn-grey {
    background-color: #a9afcb
}

.home-banner .heading-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
    text-align: left;
}

.home-banner .heading-wrapper::after {
    right: inherit;
    margin: 0;
    width: 30px;
}

.home-banner .two-column-wrapper .content-wrapper {
    max-width: 551px;
}

.home-banner .two-column-wrapper .content-wrapper h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}

.home-banner .two-column-wrapper .content-wrapper span {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}

.two-column-wrapper .content-wrapper .content p strong {
    font-weight: 700;
}

.home-banner .two-column-wrapper .content-wrapper .button-wrapper .btn-grey,
.home-banner .two-column-wrapper .content-wrapper .button-wrapper .btn-primary {}

.home-banner .two-column-wrapper .content-wrapper .button-wrapper .btn-grey {
    background-color: #a9afcb
}

.home-banner .two-column-wrapper .image-wrapper {
    height: 520px;
}

.home-banner .two-column-wrapper .image-wrapper figure {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 0;
}

.home-banner .two-column-wrapper .image-wrapper figure::before {
    bottom: 0;
    left: 20px;
    border-radius: 12px;
}


/*Statistics*/

.our-statistics {
    padding: 60px 0 100px;
}

.statistics-listing {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.statistics-listing li {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    margin-right: 100px;
}

.statistics-listing li:last-child {
    margin-right: 0;
}

.statistics-listing .statistics-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.statistics-listing .statistics-content figure {
    margin: 0;
}

.statistics-listing .statistics-content .content {
    padding-left: 30px;
    display: flex;
    width: auto;
    flex-direction: column;
    max-width: 196px;
}

.statistics-listing .statistics-content .content .big {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 8px;
}

.statistics-listing .statistics-content .content h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.technology-migration,
.cost-containment {
    padding: 80px 0;
}


/*Companies served*/

.companies-served {
    background-color: #f4f5f8;
    padding: 50px 0;
}

.slick-slider {
    width: 100%;
    padding: 0 30px;
    margin-top: 25px;
}

.slick-slider .slick-arrow {
    background-image: url(../images/slider-arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slick-slider .slick-arrow.prev-arrow {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.slick-slider .slick-arrow.next-arrow {
    right: 0;
}

.logo-slider figure {
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    /*max-height: 100px;*/
}

.logo-slider figure img {
    height: 100%;
    object-fit: contain;
    max-height: 80px;
}

.logo-slider .slick-track {
    display: flex;
    align-items: center;
}


/*Box section*/

.box-section {
    padding: 80px 0;
}

.box-section .box-wrapper {
    display: flex;
    width: 100%;
    flex: 1;
    margin-right: 30px;
    height: 300px;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    color: inherit;
    z-index: 1;
    border-radius: 10px;
}

.box-section .box-wrapper:hover {
    opacity: 1;
}

.box-section .box-wrapper:last-child {
    margin-right: 0;
}

.box-section .box-wrapper h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    top: 0;
}

.box-section .box-wrapper:hover h3 {
    position: relative;
    top: -10px;
}

.box-section .box-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 10px;
}


/*CTA*/

.footer-cta {
    padding: 40px 0;
}

.footer-cta .one-column-wrapper {
    max-width: 80%;
    margin: 0 auto;
}

.footer-cta .button-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0 0;
}


/*About Page*/


/*innerpage banner*/

.innerpage-banner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.innerpage-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #28367D;
    opacity: 0.8;
    z-index: -1;
}

.innerpage-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    min-height: 350px;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
}

.innerpage-wrapper h1 {
    color: #fff;
    font-size: 35px;
    width: 100%;
    line-height: 53px;
    max-width: 639px;
}

.innerpage-wrapper p {
    color: #fff;
    max-width: 565px;
    margin: 10px 0 0;
}

.innerpage-banner.innerpage-banner-small .innerpage-wrapper {
    min-height: 200px;
}


/*innerpage content*/

.innerpage-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 50px 0 0;
    position: relative;
    z-index: 2;
}

.innerpage-content-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.innerpage-content-wrapper h2 {
    margin: 0;
}

.innerpage-content-wrapper .btn-link {
    margin: 10px 0 0;
}


/*innerpage two column layout*/

.innerpage-two-column-section {
    padding: 60px 0;
}

.innerpage-two-column-section .two-column-wrapper {
    margin-bottom: 60px;
}

.innerpage-two-column-section .two-column-wrapper:last-child {
    margin-bottom: 0;
}

body.page-template-about-php .innerpage-content-wrapper h2 {
    margin: 0 0 10px;
}

body.page-template-about-php .innerpage-content-wrapper p {
    text-align: left;
}


/*Box content*/

.box-content-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 100px 0 60px;
    position: relative;
    z-index: 1;
}

.box-content-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.box-content-wrapper ul {
    display: flex;
    width: auto;
    margin: -40px -15px;
    flex-wrap: wrap;
}

.box-content-wrapper ul li {
    display: flex;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 15px;
    flex-wrap: wrap;
}

.box-content-wrapper .box-content-single {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.box-content-wrapper .box-content-single figure {
    margin: 0 0 20px;
    display: flex;
    width: 100%;
    height: 350px;
    align-items: center;
}

.box-content-wrapper .box-content-single figure img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.box-content-wrapper .box-content-single .content {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.box-content-wrapper .box-content-single .content h2 {
    margin: 0 0 10px;
}

.box-content-wrapper .box-content-single .content p {
    margin-bottom: 20px;
}

.box-content-wrapper .box-content-single .content :last-child {
    margin-bottom: 0;
}


/*Testimonial*/

.testimonial-section {
    padding: 80px 0 60px;
}

.testimonial-slider {
    width: 100%;
}

.testimonial-slider {
    display: inline-block;
    width: 100%;
    padding: 0 70px;
}


/*.testimonial-slider::before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); z-index: -1; width: 1000px; margin: 0 auto; background-color: #fff; border-radius: 3px;}*/

.testimonial-content-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 80px 50px;
    max-width: 1000px;
    align-items: center;
    background-color: #28367d;
    border-radius: 3px;
}

.testimonial-content-box .testimonial-content-wrapper {
    display: flex;
    width: 100%;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.testimonial-content-box .testimonial-content-wrapper .testimonial-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.testimonial-content-box .testimonial-content-wrapper .testimonial-text::before,
.testimonial-content-box .testimonial-content-wrapper .testimonial-text::after {
    content: '';
    background-image: url(../images/quotation-marks-white.svg);
    width: 40px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    opacity: 0.2;
    vertical-align: middle;
}

.testimonial-content-box .testimonial-content-wrapper .testimonial-text::before {
    margin-right: 10px;
    background-position: left center;
    top: -10px;
}

.testimonial-content-box .testimonial-content-wrapper .testimonial-text::after {
    margin-left: 10px;
    background-position: right center;
    bottom: -5px;
    transform: rotate(180deg);
}


/*Schedule call*/

.schedule-call {
    padding: 80px 0 60px;
}

.schedule-call .two-column-wrapper .content-wrapper {
    max-width: 544px;
}

.schedule-call .two-column-wrapper .content-wrapper>a {
    font-size: 12px;
    color: #212121;
    text-decoration: underline;
    margin: 10px 0 0;
    display: inline-block;
    width: auto;
}

.schedule-call.separator {
    position: relative;
    z-index: 1;
}

.schedule-call.separator::after {
    content: '';
    width: 1140px;
    height: 2px;
    background-color: #28367D;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.05;
    max-width: calc(100% - 30px);
}

.two-column-wrapper.expert-technology .content-wrapper {
    max-width: 525px;
}


/*Blog Listing Page*/

.blog-heading {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-heading h2 {
    flex: 1;
}

.blog-main-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 80px 0;
}

.blog-main-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.blog-main-wrapper form.search {
    display: flex;
    width: 290px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.blog-main-wrapper form.search .input-search {
    display: flex;
    width: 100%;
    max-width: 300px;
    border: 1px solid #dbdbdb;
    height: 40px;
    padding: 0 50px 0 20px;
    font-size: 15px;
    font-weight: 500;
    background-image: url(../images/search-icon-grey.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 20px;
}

.blog-listin-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.blog-listin-wrapper .blog-wrapper {
    display: flex;
    width: auto;
    margin: -15px;
    flex-wrap: wrap;
}

.blog-listin-wrapper .blog-wrapper li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 15px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.blog-listin-wrapper .blog-wrapper li .image-wrapper {
    display: flex;
    width: 100%;
    height: 250px;
    flex-wrap: wrap;
}

.blog-listin-wrapper .blog-wrapper li .image-wrapper a {
    display: flex;
    width: 100%;
    height: 100%;
}

.blog-listin-wrapper .blog-wrapper li .image-wrapper figure {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

.blog-listin-wrapper .blog-wrapper li .image-wrapper figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listin-wrapper .blog-wrapper li .blog-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
}

.blog-single-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.blog-listin-wrapper .blog-wrapper li .blog-content a {
    color: inherit;
}

.blog-listin-wrapper .blog-wrapper li .blog-content p {
    margin: 10px 0 15px;
}

.blog-listin-wrapper .blog-wrapper li .blog-content .time {
    font-size: 12px;
    line-height: 15px;
}

.pagination-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 30px 0 0;
}

.pagination-wrapper .page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #2d2d2d;
    margin-right: 10px;
    background-color: #fff;
    position: relative;
}

.pagination-wrapper .next.page-numbers::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #2d2d2d;
    border-left: 2px solid #2d2d2d;
    transform: rotate(135deg);
    position: relative;
    right: 2px;
}

.pagination-wrapper .prev.page-numbers::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #2d2d2d;
    border-left: 2px solid #2d2d2d;
    transform: rotate(-45deg);
    position: relative;
    left: 2px;
}

.pagination-wrapper .next.page-numbers,
.pagination-wrapper .prev.page-numbers {
    border: 0;
}

.pagination-wrapper .page-numbers.current {
    background-color: #28367D;
    color: #fff;
    border-color: transparent;
}


/*Blog Detail Page*/

.single.single-post .innerpage-wrapper h1 {
    max-width: 100%;
}

.blog-detail-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 60px 0;
}

.blog-detail-section-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.blog-detail-section-wrapper .content-wrapper {
    display: inline-block;
    width: 100%;
}

.blog-detail-section-wrapper .content-wrapper figure {
    display: inline-block;
    width: 100%;
    margin: 0
}

.blog-detail-section-wrapper .content-wrapper figure img {
    height: auto;
    width: 100%;
}

.blog-detail-section-wrapper .content-wrapper h2 {
    margin: 18px 0 10px;
}

.blog-detail-section-wrapper .content-wrapper ul {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}

.blog-detail-section-wrapper .content-wrapper ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.blog-detail-section-wrapper .content-wrapper ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}

.blog-detail-section-wrapper .content-wrapper ol {
    display: inline-block;
    width: 100%;
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.blog-detail-section-wrapper .content-wrapper ol li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}

.blog-detail-section-wrapper .content-wrapper .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.blog-detail-section-wrapper .content-wrapper .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.blog-detail-section-wrapper .content-wrapper .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.blog-detail-section-wrapper .content-wrapper p {
    margin-bottom: 20px;
    font-weight: 400;
}

.blog-detail-section-wrapper .content-wrapper h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.blog-detail-section-wrapper .content-wrapper h4 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.blog-detail-section-wrapper .content-wrapper a {
    font-weight: inherit;
    text-decoration: underline;
    color: #28367D;
}

.blog-detail-section-wrapper .content-wrapper p:empty {
    display: none;
}

body.search-no-results .blog-wrapper li {
    flex: 1;
    max-width: 100%;
    justify-content: center;
}


/*Contact Page*/

.one-column-section.schedule-call .one-column-wrapper {
    justify-content: center;
    text-align: center;
}

.one-column-section.schedule-call .one-column-wrapper h2 br {
    display: none;
}

.one-column-section.schedule-call .one-column-wrapper .button-link-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 20px 0 0;
}

.contact-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 0 60px;
}

.contact-main-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-info-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 0 30px;
}

.contact-info-wrapper .contact-details {
    margin: 0;
}

.contact-info-wrapper .contact-details li {
    flex: 1;
    margin: 0;
}

.contact-form-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.contact-main h2 {
    margin-bottom: 10px;
    text-align: center;
}

.contact-details .contact-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-details .contact-inner:last-child {
    margin-bottom: 0;
}

.contact-details .contact-inner label {
    font-weight: 600;
    margin-bottom: 3px;
    width: 100%;
}

.contact-info-wrapper .contact-details li i {
    margin-right: 15px;
}

.contact-info-wrapper .contact-details li i img {
    height: 15px;
}

.contact-info-wrapper .contact-details li .contact-details-single {
    max-width: calc(100% - 35px);
    flex: 0 0 calc(100% - 35px);
}

.contact-form-wrapper .form-wrapper {
    max-width: 750px;
}

.contact-form-wrapper p {
    margin: 0 0 20px;
    font-weight: 600;
    text-align: center;
}

.contact-form-wrapper p a {
    color: #28367D;
    text-decoration: underline;
    font-weight: inherit;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 0;
    border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #dc3232;
}

.form-wrapper .wpcf7-form ul li .form-grp .ajax-loader {
    vertical-align: middle;
}

.wpcf7-not-valid-tip {
    position: relative;
    top: 5px;
    font-size: 15px;
}

body.page-id-39 .footer-cta,
body.page-id-39 .contact-section {
    display: none;
}

.form-wrapper .wpcf7-form ul li:last-child .form-grp {
    position: relative;
}

.form-wrapper .wpcf7-form ul li:last-child .form-grp .ajax-loader {
    position: absolute;
    top: 6px;
}

body.page-id-39 .schedule-call .one-column-wrapper h2 {
    margin: 0 0 10px;
}

body.page-id-39 .schedule-call .one-column-wrapper .content p {
    text-align: left;
}

body.page-id-39 .schedule-call .one-column-wrapper .button-link-wrapper {
    justify-content: flex-start;
}


/*Enterprise Tech Assessment Page*/

body.page-template-enterprise-tech-assessment .innerpage-wrapper h1 {
    max-width: 100%;
}

.innerpage-wrapper .btn-link {
    color: #fff;
    margin-top: 10px;
}

.innerpage-wrapper p+.btn-link {
    margin-top: 10px;
}

.innerpage-wrapper .btn-link img {
    margin-left: 10px;
}

.innerpage-wrapper .btn-link:hover img {
    margin-left: 15px;
}

body.page-template-enterprise-tech-assessment .box-content-section.bg-vector::after {
    top: 130px;
}

.icon-content.three-column {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.icon-content-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.icon-content-wrapper ul {
    display: flex;
    width: auto;
    margin: -15px;
    flex-wrap: wrap;
}

.icon-content-wrapper ul li {
    display: flex;
    width: 100%;
    padding: 15px;
}

.icon-content.three-column .icon-content-wrapper ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.icon-content-wrapper .icon-content-single {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.icon-content-wrapper .icon-content-single figure {
    margin: 0;
    height: 60px;
    max-width: 60px;
}

.icon-content-wrapper .icon-content-single figure img {
    width: 100%;
    height: 100%;
}

.icon-content-wrapper .icon-content-single .content {
    display: flex;
    width: 100%;
    flex: 1;
    flex-direction: column;
    padding-left: 30px;
}

.two-column-wrapper .content-wrapper .content ul {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.two-column-wrapper .content-wrapper .content ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}

.two-column-wrapper .content-wrapper .content ul li:last-child {
    margin-bottom: 0;
}

.two-column-wrapper .content-wrapper .content ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #28367D;
    position: absolute;
    top: 9px;
    left: 0;
}

body.page-template-enterprise-tech-assessment .footer-cta h2 {
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
}

body.page-template-enterprise-tech-assessment .footer-cta p {
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

body.page-template-enterprise-tech-assessment .schedule-call .two-column-wrapper .content-wrapper .content ul li {
    padding-left: 30px;
}

body.page-template-enterprise-tech-assessment .schedule-call .two-column-wrapper .content-wrapper .content ul li::before {
    background-image: url(../images/check-icon-primary.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 15px;
    height: 15px;
    background-size: contain;
    top: 5px;
}


/*Technology Migration Page*/

.two-column-section.migration {
    padding: 80px 0 0;
}

.migration.bg-vector::after {
    top: 80px;
    bottom: inherit;
    height: 900px;
}

body.page-id-362 .schedule-call.separator .two-column-wrapper .content-wrapper .content ul li {
    font-size: 18px;
    line-height: 26px;
}

body.page-id-362 .schedule-call.separator .two-column-wrapper .content-wrapper .content ul li::before {
    top: 12px;
}

.two-column-section.it-services.technology-migration-case-studies {
    padding: 60px 0;
    position: relative;
    z-index: 2;
}


/*Orchestration & Management Page*/

.two-column-section.it-services {
    padding: 0 0 60px;
}

.two-column-section.it-services h2 {
    text-align: center;
}

.two-column-section.it-services .two-column-wrapper {
    margin: 30px 0 0;
    align-items: stretch;
}

.two-column-section.it-services .two-column-wrapper .content-wrapper {
    max-width: 550px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px 25px;
    background-color: #fff;
}

.two-column-section.it-services .two-column-wrapper .content-wrapper h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}

body.page-template-orchestration-and-Management .two-column-section.it-services .two-column-wrapper .content-wrapper {
    max-width: calc(25% - 23px);
    margin-right: 30px;
}

body.page-template-orchestration-and-Management .two-column-section.it-services .two-column-wrapper .content-wrapper:last-child {
    margin-right: 0;
}

body.page-template-orchestration-and-Management .two-column-section.it-services .two-column-wrapper .content-wrapper:nth-child(1) {
    background-color: #D4D6E5;
}

body.page-template-orchestration-and-Management .two-column-section.it-services .two-column-wrapper .content-wrapper:nth-child(2) {
    background-color: #F0D2D5;
}

body.page-template-orchestration-and-Management .two-column-section.it-services .two-column-wrapper .content-wrapper:nth-child(3) {
    background-color: #D2F0EE;
}

body.page-template-orchestration-and-Management .two-column-section.it-services .two-column-wrapper .content-wrapper:nth-child(4) {
    background-color: #F0E4D2;
}

body.page-template-orchestration-and-Management .innerpage-content-wrapper {
    max-width: 100%;
}


/*Cost Containment Page*/

.icon-content.three-column.cost-savings h2 {
    text-align: center;
    margin: 0 0 40px;
}

.innerpage-two-column-section .two-column-wrapper.experienced-negotiators {
    justify-content: center;
}

.innerpage-two-column-section .two-column-wrapper.experienced-negotiators .content-wrapper {
    max-width: 80%;
}


/*Case studies Page*/

.case-studies {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 80px 0;
}

.case-studies-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 70px;
}

.case-studies-wrapper:last-child {
    margin-bottom: 0;
}

.case-studies-wrapper h2 {
    text-align: center;
    margin: 0 0 30px;
}

.case-studies-wrapper ul {
    display: flex;
    width: auto;
    margin: -15px;
    flex-wrap: wrap;
}

.case-studies-wrapper ul li {
    display: flex;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
}

.case-studies-wrapper ul li .case-studies-single {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid #E1E1E1;
    padding: 20px 30px;
    border-left: 3px solid #28367D;
}

.case-studies-wrapper ul li .case-studies-single figure {
    margin: 0;
    display: flex;
    width: 100px;
    height: 100px;
}

.case-studies-wrapper ul li .case-studies-single figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-studies-wrapper ul li .case-studies-single .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex: 1;
    padding-left: 30px;
}

.case-studies-wrapper ul li .case-studies-single strong {
    font-weight: 600;
    margin: 0 0 5px;
    display: inline-block;
    width: auto;
}

.case-studies-wrapper ul li .case-studies-single p {
    width: 100%;
}

.case-studies-wrapper ul li .case-studies-single h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    width: 100%;
}

.case-studies-wrapper ul li .case-studies-single .btn-link {
    margin: 10px 0 0;
}


/*Management Team*/

.team-section.box-content-section.bg-vector::after {
    top: 0;
    height: 900px;
}

.team-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
}

.team-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 30px 0 0;
}

.team-wrapper ul {
    display: flex;
    width: auto;
    margin: -15px;
    flex-wrap: wrap;
}

.team-wrapper ul li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.team-wrapper ul li::before {
    content: '';
    position: absolute;
    top: 45px;
    right: 15px;
    bottom: 45px;
    left: 15px;
    background-color: #28367D;
    border-radius: 10px;
    z-index: -1;
}

.team-wrapper ul li:nth-child(2n) {
    padding-right: 25px;
}

.team-wrapper ul li:nth-child(2n+1) {
    padding-left: 25px;
}

.team-wrapper ul li .team-box-single {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: center;
}

.team-wrapper ul li .team-box-single figure {
    margin: 0 0 20px;
    width: 150px;
    height: 150px;
}

.team-wrapper ul li .team-box-single figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.team-wrapper ul li .team-box-single .content {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.team-wrapper ul li .team-box-single .profile-links {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 15px 0 0;
}

.team-wrapper ul li .team-box-single .profile-links a {
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    align-items: flex-start;
}

.team-wrapper ul li .team-box-single .profile-links a:last-child {
    margin-right: 0;
}

.team-wrapper ul li .team-box-single .profile-links a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.team-wrapper ul li .team-box-single h2 {
    font-size: 24px;
    line-height: normal;
}

.team-wrapper ul li .team-box-single .designation {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    margin: 0 0 10px;
}


/*Whitepaper*/

.whitepapers-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 0 80px;
}

.whitepapers-section .case-studies-wrapper h2 {
    text-align: left;
}


/*404 Not found*/

.error-404 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 80px 0;
}

.error-404-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.error-404-wrapper h1 {
    font-size: 110px;
    line-height: 110px;
    color: #28367D;
}

.error-404-wrapper p {
    margin: 0 0 20px;
}


/* ankita */

.site-header,
.site-footer {
    font-family: 'Poppins';
}

.site-header .header-contact a {
    font-size: 22px;
    color: #212121;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

#Content {
    margin-top: 170px;
}

.common-button-css {
    background-color: #28367D;
    font-size: 20px;
    padding: 13px 20px;
    text-align: center;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 10px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 30px;
}