body {
    font-family: "Roboto", sans-serif;
    /* font-family: "Oswald", sans-serif; */
    font-size: 18px;
    /* color: #000000; */
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.no-scroll {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.container {
    max-width: 1500px;
    padding: 0;
}

:root {
    --container-width: 1250px;
    --container-padding: calc((100vw - var(--container-width)) / 2);
}

#wrap {
    float: left;
    width: 100%;
}

#middle {
    float: left;
    width: 100%;
}

/* Header Section */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 29px 35px;
    box-shadow: 0 0 19px rgba(86, 86, 86, 0.6);
}

header .logo {
    max-width: 200px;
    width: 100%;
}

header .logo img {
    width: 100%;
    height: auto;
}

header .headerMenu {
    width: auto;
}

header .headerMenu .menu_sec {
    width: 100%;
}

/* wordpress menu */
.menu_sec ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu_sec ul.menu li {
    display: inline-block;
    width: auto;
    padding: 0px;
    margin-right: 50px;
    position: relative;
}

.menu_sec ul.menu li:last-child {
    margin-right: 0;
}

.menu_sec ul.menu li a {
    display: block;
    padding: 0px;
    background: transparent;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.menu_sec ul.menu li a::before {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 3px;
    content: '';
    background-color: #2690cf;
    /* transform: scaleX(0); */
    /* transform-origin: right; */
    /* transition: transform .40s cubic-bezier(0, 0, 0.57, 1); */
    transition: all .3s ease-in-out;
}

.menu_sec ul.menu>li:hover a:before,
.menu_sec ul.menu>li.current_page_item a::before,
.menu_sec ul.menu>li.current-menu-parent a::before {
    /* transform: scaleX(1); */
    /* transform-origin: left; */
    width: 100%;
}

.menu_sec ul.menu>li>a:hover,
.menu_sec ul.menu>li:hover>a,
.menu_sec ul.menu>li.current_page_item>a,
.menu_sec ul.menu>li.current-menu-parent>a {
    color: #2690cf;
}

.menu_sec ul.menu li.menu-item-has-children a {
    padding-right: 25px;
}

.menu_sec ul.menu li.menu-item-has-children>a:after {
    content: "\f35d";
    font-size:0;
    position: absolute;
    transform: translateY(-50%);
    top: 100%;
    right: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
.menu_sec ul.menu li.menu-item-has-children:hover >a:after {
     border-top: 5px solid #2690cf;
}
.menu_sec ul.menu>li.current-menu-parent>a:after {
    border-top: 5px solid #2690cf;
}
.menu_sec ul.menu li.menu-item-has-children button {
	display: none;
}
.menu_sec ul li a svg {
    display: none;
}

.menu_sec ul.menu>li:hover>ul.sub-menu {
    display: block;
}

.menu_sec ul.menu li ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 285px;
    border-radius: 10px 0 10px 0;
    background-color: #005899;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: none;
    overflow: hidden;
}

.menu_sec ul.menu li ul.sub-menu li {
    float: left;
    width: 100%;
    padding: 0 0px;
    margin: 0;
}

.menu_sec ul.menu li ul.sub-menu li a {
    padding: 7px 18px;
    border-radius: 0px;
    font-size: 20px;
    color: #ffffff;
    text-transform: none;
    cursor: pointer;
}

.menu_sec ul.menu li ul.sub-menu li a:hover,
.menu_sec ul.menu li ul.sub-menu li:hover>a,
.menu_sec ul.menu li ul.sub-menu li.current_page_item>a,
.menu_sec ul.menu li ul.sub-menu li.current-menu-item > a {
    background-color: #f57f2b;
    color: #ffffff;
    text-decoration: none;
}

.menu_sec ul.menu li ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f125";
    right: 10px;
}
.menu_sec ul.menu li ul.sub-menu li a:before {
	display: none;
}
.menu_sec ul.menu li ul.sub-menu li:first-child a {
	border-radius: 10px 0 0px 0;
}
.menu_sec ul.menu li ul.sub-menu li:last-child a {
	border-radius: 0 0 10px 0;
}
.menu_sec ul.menu li ul li ul.sub-menu {
    top: 0;
    left: 100%;
    display: none;
}

.menu_sec ul.menu>li>ul>li:hover>ul.sub-menu {
    display: block;
}

header .rightBtn {
    width: auto;
}

header .rightBtn .contactUsBtn {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 16px 0;
    padding: 10px 30px;
    text-decoration: none;
    background-color: #005899;
    transition: all .3s ease-in-out;
}

header .rightBtn .contactUsBtn:hover {
    border-radius: 0;
}

header .hamburger {
    display: none;
}

header .hamburger .rmp_menu_trigger .rmp-trigger-box .responsive-menu-pro-inner {
    width: 20px !important;
}
header .hamburger .rmp_menu_trigger.is-active .rmp-trigger-box .responsive-menu-pro-inner {
    width: 30px !important;
}
header .hamburger .rmp-container {
    height: 100vh !important;
	/*display: none !important;
	transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);*/
}
/*header .hamburger .rmp-container.rmp-menu-open {
	display: block !important;
	transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}*/
header .hamburger .rmp-container .rmp-menu-title {
    padding: 15px 15px !important;    
}
header .hamburger .rmp-container .rmp-menu-title .rmp-menu-title-image {
    width: 150px;
    margin: 0;
}
header .hamburger .rmp-container ul li .rmp-menu-item-link {
    font-family: "Oswald", sans-serif !important;
}

/* Header Sticky */
header.sticky {
    position: sticky;
    top: 0;
    padding: 20px 35px;
    animation: slide-down 0.7s;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 90%);
    /* border-bottom: 1px solid #005899; */
    box-shadow: 0px 10px 20px rgb(0 4 16 / 5%);
    z-index: 2;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/* Banner Section */
.banner-section {
    position: relative;
    width: 100%;
}

.banner-section .bannerImg {
    position: relative;
    width: 100%;
}
/*.banner-section rs-slide:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    top: 0;
    right: 0;
    z-index: 1;
}*/

.banner-section .heroBanner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    top: 0;
    right: 0;
    z-index: 1;
}

.banner-section .contactBtn::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(../images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translateY(-75%);
    right: 0;
}

.banner-section .viewBtn::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(../images/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translateY(-35%) rotate(90deg);
    right: 0;
}

.banner-section .service-title {
    padding: 0 0 14px 45px;
}
.banner-section .service-title:before {
	position: absolute;
	content: '';
	width: 32px;
	height: 31px;
	background-color:#ffffff;
	border-radius: 10px 0;
	left: 0;
	top: 38%;
	transform: translateY(-50%);
}

.banner-section .bannerImg img {
    width: 100%;
}

.banner-section .arrowDown {
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 86px;
    border-radius: 43px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.banner-section .arrowDown a {
    width: 51px;
    height: 51px;
    border-radius: 26px;
    background-color: #005899;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .arrowDown::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 67px;
    height: 67px;
    border-radius: 34px;
    background-color: #c7def0;
    z-index: -1;
}

.callUsBtn {
    display: none;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 0 10px 0 10px;
    background-color: #2690cf;
    transition: all .3s ease-in-out;
    z-index: 2;
    width: 43%;
}

.callUsBtn:hover {
    color: #ffffff;
    border-radius: 0;
    background-color: #005899;
}

/* For Abroad Inquiry Btn */
.forAbroadBtn {
    position: fixed;
    left: -88px;
    top: 400px;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 19px 11px 19px;
    text-decoration: none;
    border-radius: 0px 0 16px 16px;
    background-color: #1d7121;
    transform: rotate(270deg) translateY(0px);
    transition: all .3s ease-in-out;
    z-index: 2;
}

.forAbroadBtn:hover {
    color: #ffffff;
    transform: rotate(270deg) translateY(5px);
    background-color: #005899;
}

/* Download Brouchure Button */

.brouchureBtn {
	position: fixed;
	right: -88px;
	top: 400px;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 11px 19px 11px 19px;
	text-decoration: none;
	border-radius: 16px 16px 0 0;
	border: 2px solid #ffffff;
	background-color: #005899;
	transform: rotate(270deg) translateY(0);
	transition: all .3s ease-in-out;
	z-index: 2;
}
.brouchureBtn:hover {
    color: #ffffff;
	transform: rotate(270deg) translateY(-5px);
    background-color: #1d7121;
}



/* Our Work Section */
.ourWorkSec {
    width: 100%;
    padding: 100px 0 245px;
    background-color: #f1f1f1;
}

.ourWorkSec .leftCol {
    position: relative;
    max-width: 608px;
    width: 100%;
    z-index: 1;
}

.ourWorkSec .leftCol img {
    width: 100%;
    height: auto;
}

.ourWorkSec .leftCol::before {
    position: absolute;
    left: -50px;
    bottom: -50px;
    content: '';
    width: 539px;
    height: 505px;
    background-image: url(../images/our-work-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.ourWorkSec .rightCol {
    width: 100%;
    padding-left: 25px;
}

.ourWorkSec .rightCol h2 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}

.ourWorkSec .rightCol h2 strong {
    color: #1d7121;
    font-weight: 500;
}

.ourWorkSec .rightCol p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #605e5e;
    margin-bottom: 25px;
}

.ourWorkSec .rightCol p strong {
    font-weight: 400;
    color: #005899;
}

.ourWorkSec .rightCol .viewMoreBtn {
    display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 16px 0;
    padding: 10px 66px 10px 30px;
    text-decoration: none;
    background-color: #005899;
    transition: all .3s ease-in-out;
}

.ourWorkSec .rightCol .viewMoreBtn::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '';
    width: 25px;
    height: 19px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ourWorkSec .rightCol .viewMoreBtn.viewMoreBtn:hover {
    border-radius: 0;
}

/* Work Info Section */
.workInfoSec {
    width: 100%;
    margin-top: -120px;
}

.workInfoSec .workInfo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 65px 150px;
    border-radius: 30px 0;
    background: #1566a1;
    background-image: url(../images/workInfo-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
}

.workInfoSec .workInfo .workInfoCol {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-right: 1px solid rgb(255 255 255 / 40%);
    padding: 0 30px;
}

.workInfoSec .workInfo .workInfoCol:last-child {
    border: none;
}

.workInfoSec .workInfo .workInfoCol .bigText {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.workInfoSec .workInfo .workInfoCol .smallText {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
}

/* Top Products Section */
.topProductsSec {
    position: relative;
    width: 100%;
    padding: 90px 0;
}

.topProductsSec::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/products-banner-sap.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}

.topProductsSec h2 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 80px 35px;
}

.topProductsSec h2 strong {
    color: #1d7121;
    font-weight: 500;
}

.topProductsSec .top-products-slider .item {
    display: inline-block;
    width: 100%;
    padding: 85px 20px 0;
    border-radius: 30px;
    background-image: linear-gradient(0deg, #ffffff 0%, #e8e8e8 100%);
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


.topProductsSec .top-products-slider .item h5 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}

.topProductsSec .top-products-slider .item h3 {
    font-family: "Oswald", sans-serif;
    font-size: 100px;
    line-height: 85px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1d7121;
}

.topProductsSec .top-products-slider .item .productsImg {
    max-width: 800px;
    width: 100%;
    margin: -40px auto 0;
}

.topProductsSec .top-products-slider.owl-theme .owl-nav {
    top: -135px;
    left: auto;
    right: 35px;
    margin: 0;
    text-align: right;
}

.topProductsSec .top-products-slider.owl-theme .owl-nav button {
    position: unset;
    width: 51px;
    height: 51px;
    border-radius: 25px;
    border: 1px solid #d4d4d4;
    margin-right: 10px;
    background-image: url(../images/next-prev-arrow.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    outline: none;
    transition: all .3s ease-in-out;
}

.topProductsSec .top-products-slider.owl-theme .owl-nav button:hover {
    opacity: 0.5;
}

.topProductsSec .top-products-slider.owl-theme .owl-nav button.owl-next {
    transform: rotate(180deg);
}

.topProductsSec .top-products-slider.owl-theme .owl-nav button:last-child {
    margin: 0;
}

/* Choose Us Section */
.chooseUsSec {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background-color: #2690cf;
    z-index: 1;
    overflow: hidden;
}

.chooseUsSec::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 834px;
    height: 100%;
    background-image: url(../images/choose-us-sap-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: #2690cf;
    opacity: 0.1;
    z-index: -1;
}

.chooseUsSec .leftCol {
    width: 100%;
}

.chooseUsSec .leftCol h3 {
    font-family: "Oswald", sans-serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fefefe;
}

.chooseUsSec .leftCol h2 {
    font-family: "Oswald", sans-serif;
    font-size: 85px;
    line-height: 85px;
    font-weight: 500;
    text-transform: uppercase;
    color: #02497d;
    margin: 0;
}

.chooseUsSec .rightCol {
    width: 100%;
}

.chooseUsSec .rightCol .chooseUsImg {
    border-radius: 50px 0 0 0;
    margin-left: 100px;
    margin-right: calc(0px - var(--container-padding));
    overflow: hidden;
}

.chooseUsSec .rightCol .chooseUsImg img {
    width: 100%;
}

.chooseUsSec .rightCol .chooseUsInfo {
    width: calc(100% + 80px);
    display: flex;
    gap: 20px;
    margin-top: -180px;
    margin-left: -80px;
}

.chooseUsSec .rightCol .chooseUsInfo .infoBox {
    width: calc(33.33% - 13px);
    padding: 20px 15px;
    border-radius: 15px 0;
    background-color: #ffffff;
    counter-increment: item;
}

.chooseUsSec .rightCol .chooseUsInfo .infoBox .iconBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 7px;
    box-shadow: 0px 0px 0px 8px rgb(29 113 33 / 10%);
    background-color: #1d7121;
    margin: 0 0 20px 8px;
}

.chooseUsSec .rightCol .chooseUsInfo .infoBox .iconBox img {
    max-width: fit-content !important;
    width: auto !important;
    height: auto !important;
}

.chooseUsSec .rightCol .chooseUsInfo .infoBox h4 {
    padding: 0 0 0 25px;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #272727;
    margin-bottom: 20px;
}
.chooseUsSec .rightCol .chooseUsInfo .infoBox h4::before {
	position: absolute;
	font-size: 22px;
	color: #272727;
	font-weight: 400;
	top: 0px;
	left: 0;
	content: counters(item, ".", decimal-leading-zero);
	z-index: 1;
}


.chooseUsSec .rightCol .chooseUsInfo .infoBox p {

    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #272727;
    margin: 0;
}

/* Latest Blog Section */
.latestBlogSec {
    width: 100%;
    padding: 80px 0;
}

.latestBlogSec h2 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
}

.latestBlogSec h2 strong {
    color: #1d7121;
    font-weight: 500;
}

.latestBlogSec .latestBlogBox {
    width: 100%;
}

.latestBlogSec .latestBlogBox .latestBlogImg {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.latestBlogSec .latestBlogBox .latestBlogImg a {
    display: block;
    overflow: hidden;
    border-radius: 20px 0;
}

.latestBlogSec .latestBlogBox .latestBlogImg a img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.latestBlogSec .latestBlogBox .latestBlogImg:hover img {
    transform: scale(1.1);
}

.latestBlogSec .latestBlogBox .latestBlogImg .latestBlogArrow {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #2690cf;
    border: none;
}

.latestBlogSec .latestBlogBox .latestBlogImg .latestBlogArrow img {
    width: auto;
    transform: rotate(-35deg);
}

.latestBlogSec .latestBlogBox .latestBlogInfo {
    width: 100%;
}

.latestBlogSec .latestBlogBox .latestBlogInfo .blogDate {
    display: flex;
    gap: 25px;
    width: 100%;
    margin-bottom: 10px;
}

.latestBlogSec .latestBlogBox .latestBlogInfo .blogDate p {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #747474;
    font-weight: 400;
    margin: 0;
}

.latestBlogSec .latestBlogBox .latestBlogInfo .blogDate p::before {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #a3a3a3;
}

.latestBlogSec .latestBlogBox .latestBlogInfo .blogDate p:last-child:before {
    display: none;
}

.latestBlogSec .latestBlogBox .latestBlogInfo .blogDate p a {
    text-decoration: none;
}

.latestBlogSec .latestBlogBox .latestBlogInfo .blogDate p a:hover {
    color: #1d7121;
}

.latestBlogSec .latestBlogBox .latestBlogInfo h3 {
    font-family: "Oswald", sans-serif;
    font-size: 27px;
    line-height: 34px;
    font-weight: 400;
    color: #272727;
    margin: 0;
    transition: all .3s ease-in-out;
}

.latestBlogSec .latestBlogBox .latestBlogInfo h3:hover {
    color: #1d7121;
}

.latestBlogSec .latestBlogBox .latestBlogInfo h3 a {
    text-decoration: none;
}

/* Testimonials Section */
.testimonialsSec {
    width: 100%;
    padding: 90px 0;
    background-color: #f8f5ea;
}

.testimonialsSec h2 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px;
}

.testimonialsSec h2 strong {
    color: #1d7121;
    font-weight: 500;
}

.testimonialsSec p {
    max-width: 55%;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 400;
    color: #272727;
    margin-bottom: 40px;
}

.testimonialsSec .testimonials-slider .owl-stage {
    display: flex;
}

.testimonialsSec .testimonials-slider .item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 30px);
    padding: 25px;
    border-radius: 20px 0;
    background-color: #ffffff;
    margin-top: 30px;
}

.testimonialsSec .testimonials-slider .item .comma {
    position: absolute;
    top: -30px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #2690cf;
}

.testimonialsSec .testimonials-slider .item .comma img {
    width: auto;
}

.testimonialsSec .testimonials-slider .item ul {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 35px 0 25px;
    padding: 0;
}

.testimonialsSec .testimonials-slider .item ul li img {
    width: auto;
}

.testimonialsSec .testimonials-slider .item p {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #676767;
    margin: 0;
    flex: 1;
}

.testimonialsSec .testimonials-slider .item .testimonialsUserBox {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #e0e0e0;
}

.testimonialsSec .testimonials-slider .item .testimonialsUserBox .userImg {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonialsSec .testimonials-slider .item .testimonialsUserBox .userImg img {
    width: 100%;
}

.testimonialsSec .testimonials-slider .item .testimonialsUserBox .userInfo {
    width: calc(100% - 100px);
}

.testimonialsSec .testimonials-slider .item .testimonialsUserBox .userInfo h5 {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.testimonialsSec .testimonials-slider .item .testimonialsUserBox .userInfo p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #b0b0b0;
    margin: 0;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav {
    top: -135px;
    left: auto;
    right: 0;
    margin: 0;
    text-align: right;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav button {
    position: unset;
    width: 51px;
    height: 51px;
    border-radius: 25px;
    border: 1px solid #949494;
    margin-right: 10px;
    background: #ffffff;
    background-image: url(../images/testimonials-owl-next.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    outline: none;
    transition: all .3s ease-in-out;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav button:hover {
    opacity: 0.5;
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav button.owl-next {
    transform: rotate(180deg);
}

.testimonialsSec .testimonials-slider.owl-theme .owl-nav button:last-child {
    margin: 0;
}

/* Latest Videos Section */
.latestVideosSec {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.latestVideosSec::before {
    position: absolute;
    right: 0;
    bottom: -80px;
    content: '';
    width: 517px;
    height: 363px;
    background-image: url(../images/latest-videos-sap-img.jpg);
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}

.latestVideosSec .leftCol {
    width: 100%;
    display: flex;
    gap: 20px;
}

.latestVideosSec .leftCol .tab-content {
    max-width: calc(100% - 200px);
    width: 100%;
}

.latestVideosSec .leftCol .tab-content .tab-pane {
    line-height: 0;
}

.latestVideosSec .leftCol .tab-content iframe {
    height: 395px;
    border-radius: 18px 0;
    overflow: hidden;
}

.latestVideosSec .leftCol ul.nav.nav-tabs {
    max-width: 180px;
    border: 0;
    gap: 15px;
}

.latestVideosSec .leftCol ul.nav.nav-tabs .nav-item {
    display: flex;
    width: 100%;
}

.latestVideosSec .leftCol ul.nav.nav-tabs .nav-link {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 13px 0;
    overflow: hidden;
}

.latestVideosSec .leftCol ul.nav.nav-tabs .nav-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latestVideosSec .leftCol ul.nav.nav-tabs .nav-link .youtube-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.latestVideosSec .rightCol {
    width: 100%;
    padding-left: 50px;
}

.latestVideosSec .rightCol h2 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}

.latestVideosSec .rightCol h3 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1d7121;
    margin-bottom: 40px;
}

.latestVideosSec .rightCol p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #676767;
}

.latestVideosSec .rightCol .joinOurBtn {
    display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 16px 0;
    padding: 10px 66px 10px 30px;
    text-decoration: none;
    background-color: #005899;
    transition: all .3s ease-in-out;
}

.latestVideosSec .rightCol .joinOurBtn::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '';
    width: 25px;
    height: 19px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.latestVideosSec .rightCol .joinOurBtn:hover {
    border-radius: 0;
}

.latestVideosSec .rightCol .viewBtn {
	display: inline-block;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 16px 0;
    padding: 10px 66px 10px 30px;
	margin: 30px 0 0 0;
    text-decoration: none;
    background-color: #1d7121;
    transition: all .3s ease-in-out;
}

.latestVideosSec .rightCol .viewBtn::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: '';
    width: 25px;
    height: 19px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.latestVideosSec .rightCol .viewBtn:hover {
    border-radius: 0;
}


/* Footer Section */
footer {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 70px;
    background-color: #012642;
    z-index: 1;
}

footer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-banner-sap.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #012642;
    opacity: 0.1;
    z-index: -1;
}

/*footer .whatsapp {
    position: fixed;
    z-index: 1;
    right: 10px;
    bottom: 100px;
    width: 55px;
    display: flex;
    flex-direction: column;
    text-align: center;
}*/

footer .footerMenu {
    width: 100%;
    padding-bottom: 45px;
    border-bottom: solid 1px rgb(255 255 255 / 10%);
}

footer .footerMenu ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .footerMenu ul li a {
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 34px;
    font-weight: 400;
    color: #fefefe;
    text-decoration: none;
    padding: 0 15px;
    transition: all .3s ease-in-out;
}

footer .footerMenu ul li a:hover {
    color: rgb(255 255 255 / 50%);
}

footer .footerMenu ul li a::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 15px;
    background-color: #ffffff;
}

footer .footerMenu ul li:last-child a::before {
    display: none;
}

footer .mainFooter {
    width: 100%;
    padding: 45px 0;
    border-bottom: solid 1px rgb(255 255 255 / 10%);
}

footer .mainFooter .ftrLogo .ftrLogoBox {
    max-width: 200px;
    width: 100%;
    margin-bottom: 45px;
}

footer .mainFooter .ftrLogo .ftrLogoBox img {
    width: 100%;
	filter: brightness(0) invert(1);
}

footer .mainFooter .ftrLogo .socialIcons {
    width: 100%;
}

footer .mainFooter .ftrLogo .socialIcons ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .mainFooter .ftrLogo .socialIcons ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(250, 222, 191, 0.2);
    border: 1px solid #ffffff;
    transition: all .3s ease-in-out;
}
footer .mainFooter .ftrLogo .socialIcons ul li a img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
footer .mainFooter .ftrLogo .socialIcons ul li a:hover {
    opacity: 0.7;
}

footer .mainFooter h3 {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

footer .mainFooter h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 55px;
    height: 2px;
    background-color: #ffffff;
}

footer .mainFooter p.location {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 35px;
    margin: 0;
}

footer .mainFooter p.location::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 20px;
    height: 27px;
    background-image: url(../images/location.svg);
    background-repeat: no-repeat;
}

footer .mainFooter .ftr-address ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

footer .mainFooter .ftr-address ul li {
    position: relative;
    width: 50%;
    padding-left: 35px;
    margin-bottom: 25px;
}

footer .mainFooter .ftr-address ul li:last-child {
    margin: 0;
}

footer .mainFooter .ftr-address ul li::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    background-repeat: no-repeat;
}

footer .mainFooter .ftr-address ul li.number::before {
    width: 23px;
    height: 23px;
    background-image: url(../images/number.svg);
}

footer .mainFooter .ftr-address ul li.mail::before {
    top: 5px;
    width: 26px;
    height: 18px;
    background-image: url(../images/mail.svg);
}

footer .mainFooter .ftr-address a {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
}

footer .mainFooter .ftr-address a:last-child {
    margin: 0;
}

footer .mainFooter .ftr-address a:hover {
    color: rgb(255 255 255 / 50%);
}

footer .bottomFooter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 0;
}

footer .bottomFooter p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

footer .bottomFooter ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .bottomFooter ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    padding: 0 15px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

footer .bottomFooter ul li:last-child a {
    padding-right: 0;
}

footer .bottomFooter ul li a:hover {
    color: rgb(255 255 255 / 50%);
}

footer .bottomFooter ul li a::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 15px;
    background-color: #ffffff;
}

footer .bottomFooter ul li:last-child a::before {
    display: none;
}

.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { margin: 20px 0 0 0; float: left; width: 100%; padding: 10px; box-sizing: border-box; color:#ff0000; text-align: center; }
body span.wpcf7-not-valid-tip {position: absolute;top: 0px;right: 0px;font-size: 12px;white-space: nowrap;}
body .wpcf7-not-valid {	border-color: #f00 !important; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; color: #46b450; }

/* ---------- Inner Banner Css ---------- */
.innerbannerSec {
    width: 100%;
    float: left;
    height: 350px;
    background-image: linear-gradient(90deg, #0b52a1 0%, #1d7121 100%);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.innerbannerSec .caption {
    width: 50%;
}

.innerbannerSec .caption h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 100px;
    line-height: 90px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.innerbannerSec .caption .breadcrumb {
    margin: 0;
    gap: 6px;
    font-size: 20px;
    color: #ffffff;    
    line-height: 24px;
    font-weight: 400;
}

.innerbannerSec .caption .breadcrumb .breadcrumb-item {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.innerbannerSec .caption .breadcrumb .breadcrumb-item a {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.innerbannerSec .caption .breadcrumb .breadcrumb-item a:hover {
    color: rgb(255 255 255 / 50%);
}

.innerbannerSec .caption .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '';
    width: 12px;
    height: 19px;
    padding: 0;
    background-image: url(../images/breadcrumb-arrow.svg);
    background-repeat: no-repeat;
}

.innerbannerSec .caption .breadcrumb a{
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.innerbannerSec .caption .breadcrumb a:hover {
    color: rgb(255 255 255 / 50%);
}

#innerSection {
    position: relative;
    width: 100%;
    padding: 70px 0;
}
#innerSection h2 {
	margin: 0 0 25px 0;
	font-family: "Oswald", sans-serif;
	font-size: 50px;
	color: #000000;
	font-weight: 400;
	line-height: 60px;
	text-transform: uppercase;
}
#innerSection h3 {
	margin: 0 0 25px 0;
	font-family: "Oswald", sans-serif;
	font-size: 45px;
	color: #000000;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
}
#innerSection h4 {
	margin: 0 0 25px 0;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	color: #000000;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
}
#innerSection h5 {
	margin: 0 0 25px 0;
	font-family: "Oswald", sans-serif;
	font-size: 35px;
	color: #000000;
	font-weight: 400;
	line-height: 35px;
	text-transform: uppercase;
}
#innerSection h6 {
	margin: 0 0 25px 0;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
}
#innerSection p {
	margin: 0 0 25px 0;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
}
#innerSection a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#innerSection a:hover {
	color: #005899;
}
#innerSection ul {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
}
#innerSection ul li {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 30px;
}
#innerSection ul li:last-child {
    margin: 0;
}
#innerSection ul li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/check-icon.svg);
    background-repeat: no-repeat;
}



/* ---------- About Us Page Css ---------- */
.aboutSec {
    position: relative;
    width: 100%;
    padding: 70px 0;
}
.aboutSec h3 {
	margin: 0 0 30px 0;
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}
.aboutSec h3 strong {
	font-size: 50px;
	color: #2892D0;
	font-weight: 400;
    line-height: 75px;
}
.aboutSec .alignnone {
	width: 100%;
	border-radius: 50px 0;
	margin: 0 0 25px 0;
}
.aboutSec p {
	margin: 0 0 25px 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
}
.aboutSec p strong {
	font-weight: 600;
}

.journeySec {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background-color: #2690cf;
    z-index: 1;
    overflow: hidden;
}
.journeySec::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 834px;
    height: 100%;
    background-image: url(../images/choose-us-sap-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: #2690cf;
    opacity: 0.1;
    z-index: -1;
}

.journeySec .journey-cont {
	display: flex;
	max-width: 770px;
	width: 100%;
	flex-direction: column;
	margin: 0 0 0 auto;
}
.journeySec .journey-cont h3 {
    margin: 0 0 25px 0;
    font-family: "Oswald", sans-serif;
    font-size: 53px;
    line-height: 63px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
}
.journeySec .journey-cont h3 strong {
	font-weight: 500;
}

.journeySec .journey-cont p {
    margin: 0 0 25px 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #FFFFFF;
}
.journeySec .journey-cont p strong {
	font-weight: 600;
}

.corePrinciplesSec {
	position: relative;
    width: 100%;
    padding: 90px 0;
}
.corePrinciplesSec .cont-col {
	padding: 0 20px;
}
.corePrinciplesSec .cont-col h3 {
	margin: 0 0 25px 0;
    font-family: "Oswald", sans-serif;
    font-size: 53px;
    line-height: 63px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}
.corePrinciplesSec .cont-col h3 strong {
	color: #1D7122;
	font-weight: 500;
}
.corePrinciplesSec .cont-col img {
	margin: 0 0 25px 0;
	border-radius: 50px 0;
}
.corePrinciplesSec .cont-col p {
    margin: 0 0 25px 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
}
.corePrinciplesSec .cont-col p strong {
	font-weight: 600;
}


/* ---------- Test Reports Page Css ---------- */

.programsSec {
	padding: 70px 0;
}
.programsSec h2 {
	font-family: "Oswald", sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.programsSec h2 strong {
    color: #1d7121;
    font-weight: 500;
}

.programsSec .item-wrap {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}
.programsSec .item-wrap .item {
	padding: 0;
	width: calc((100% - 360px)/9);
}

.certifiedSec {
    width: 100%;
    padding: 90px 0;
    background-color: #f8f5ea;
}
.certifiedSec h2 {
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 35px;
}
.certifiedSec h2 strong {
    color: #1d7121;
    font-weight: 500;
}
.certifiedSec .certified {
	display: flex;
	width: 60%;
	padding: 40px 40px 20px 40px;
	gap: 40px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 20px 0;
}
.certifiedSec .certified .icon-col {
    width: 140px;
}
.certifiedSec .certified .cont-col {
	/*width: calc(100% - 140px);*/
	width: 100%;
}
.certifiedSec .certified .cont-col p {	
    margin: 0 0 20px 0;
    font-size: 20px;	
    color: #676767;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}
.certifiedSec .certified .cont-col ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.certifiedSec .certified .cont-col ul li {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #676767;
    margin-bottom: 10px;
    padding-left: 30px;
}

.certifiedSec .certified .cont-col ul li:last-child {
    margin: 0;
}

.certifiedSec .certified .cont-col ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/check-icon.svg);
    background-repeat: no-repeat;
}

.reportSec {
	padding: 70px 0;
}
.reportSec .foogallery .fg-item-inner {
	border-radius: 0px 0;
	border: 0px solid #CDCDCD;
	box-shadow: none !important;
	overflow: unset;
}
.reportSec .foogallery .fg-item-inner .fg-thumb {
	border-radius: 50px 0;
	border: 1px solid #CDCDCD;
	box-shadow: 20px 20px 0px rgba(38,144,207,100);
}
.reportSec .foogallery .fg-item-inner .fg-thumb .fg-image-wrap {
	border-radius: 50px 0;
}
.reportSec .foogallery .fg-item-inner .fg-thumb .fg-image-wrap img {
	border-radius: 50px 0;
}
.reportSec .foogallery .fg-item-inner .fg-thumb .fg-image-overlay {
	border-radius: 50px 0;
}
.reportSec .foogallery .fg-caption {
	position: static;
    padding: 0;
    margin: 50px 0 0 0 !important;
    background-color: transparent;
    font-size: 25px;
    color: #000000;
}
.reportSec .foogallery .fg-caption .fg-caption-title {
	font-size: 25px;
	color: #000000;
	line-height: 30px;
}

.reportSec .reportItem {
	padding: 0 46px 55px 0;
	width: 100%;
}
.reportSec .reportItem a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.reportSec .reportItem .report-image {
	margin: 0 0 50px 0;
	border-radius: 50px 0;
	border: 1px solid #CDCDCD;
	box-shadow: 15px 15px 0px rgba(38,144,207,100);
}
.reportSec .reportItem .report-image img {
	border-radius: 50px 0;
}
.reportSec .reportItem h4 {
	margin: 0;
	font-size: 22px;
	color: #000000;
	line-height: 26px;
	text-align: center;
}
.reportSec .reportItem a:hover h4 {
	color: #1d7121;
}



/* ---------- Products Listing Page Css ---------- */
.ourProductsSec {
    position: relative;
    width: 100%;
    padding: 70px 0;
}
.ourProductsSec::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/products-banner-sap.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
}

.ourProductsSec .filtersType {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
    margin-bottom: 70px;
}

.ourProductsSec .filtersType h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #777777;
    margin: 0;
}

.ourProductsSec .filtersType .filters-button-group {
    display: flex;
    gap: 30px;
}

.ourProductsSec .filtersType .filters-button-group .button {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    border: none;
    border-bottom: solid 3px transparent;
    background: transparent;
    outline: none;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.ourProductsSec .filtersType .filters-button-group .button:hover,
.ourProductsSec .filtersType .filters-button-group .button.btn-active {
    color: #2B95D2;
    border-color: #2B95D2;
}

.ourProductsSec .productsBox {
    width: 100%;
    padding: 55px 30px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-image: linear-gradient(0deg, #ffffff 0%, #e8e8e8 100%);
}

.ourProductsSec .productsBox h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.ourProductsSec .productsBox h2 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 73px;
    line-height: 85px;
    text-transform: uppercase;
    margin: 0;
}

.page-template-product .ourProductsSec .productsBox {
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.page-template-product .ourProductsSec .productsBox .productsImg {
	margin: 0 auto 20px auto;
	transition: all 0.3s ease-in-out;
	/* overflow: hidden; */
}
.page-template-product .ourProductsSec .productsBox .productsImg img {
	transition: all 0.3s ease-in-out;
}
.page-template-product .ourProductsSec .productsBox:hover .productsImg img {
	transform: scale(1.1);
}
.page-template-product .ourProductsSec .productsBox h2 {
	font-size: 30px;
	line-height: 40px;
}

.ourProductsSec .productsBox h2 a {
    text-decoration: none;
}

.ourProductsSec .productsBox .productsImg {
    width: 100%;
    margin: -40px auto 0;
}

.ourProductsSec .productsBox .productsImg img {
    width: 100%;
    height: auto;
}

.ourProductsSec .not-found {
    margin-bottom: 70px;
}
.ourProductsSec .not-found p {    
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
}

.ourProductsSec .not-found .backBtn {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 25px 0;
    padding: 20px 61px;
    text-decoration: none;
    background-color: #005899;
    transition: all .3s ease-in-out;
}

.ourProductsSec .not-found .backBtn:hover {
    border-radius: 0;
}

/* ---------- Products Detail Page Css ---------- */
/* Products Detail Section */
.productsDetailSec {
    width: 100%;
    padding: 100px 0 50px;
}

.productsDetailSec .leftCol {
    width: 100%;
    border-radius: 25px;
    padding: 75px 30px;
    background: linear-gradient(180deg, #E8E8E8 0%, #FFFFFF 55.63%);
    position: sticky;
    top: 115px;
}

.productsDetailSec .leftCol img {
    width: 100%;
    height: auto;
}

.productsDetailSec .leftCol .enlargeBtn {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    border: none;
    border-radius: 10px;
    padding: 14px 23px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.productsDetailSec .rightCol {
    width: 100%;
}

.productsDetailSec .rightCol h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 85px;
    line-height: 75px;
    text-transform: uppercase;
    color: #4F9BD4;
    margin-bottom: 30px;
}

.productsDetailSec .rightCol p {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}

.productsDetailSec .rightCol h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.productsDetailSec .rightCol ul {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
}

.productsDetailSec .rightCol ul li {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 30px;
}

.productsDetailSec .rightCol ul li:last-child {
    margin: 0;
}

.productsDetailSec .rightCol ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/check-icon.svg);
    background-repeat: no-repeat;
}

.productsDetailSec .rightCol .requestBtnBox {
    display: flex;
    gap: 12px;
}

.productsDetailSec .rightCol .requestBtnBox .requestBtn {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 25px 0;
    padding: 20px 61px;
    text-decoration: none;
    background-color: #005899;
    transition: all .3s ease-in-out;
}

.productsDetailSec .rightCol .requestBtnBox .requestBtn:hover {
    border-radius: 0;
}

.productsDetailSec .rightCol .requestBtnBox .callUsMoreBtn {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 25px 0;
    padding: 20px 65px;
    text-decoration: none;
    background-color: #1D7222;
    transition: all .3s ease-in-out;
}

.productsDetailSec .rightCol .requestBtnBox .callUsMoreBtn:hover {
    border-radius: 0;
}

/* Specification Section */
.specificationSec {
    width: 100%;
}

.specificationSec .productPecification {
    width: 100%;
    padding-top: 80px;
    background-color: #005898;
}

.specificationSec .productPecification h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 90px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.specificationSec .specification {
    width: 100%;
    padding: 100px 0;
    background-color: #F1F1F1;
}

.specificationSec .specification .specificationTable {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 15px 15px 15px;
    border: 1px solid #DBDBDB;
    background: #FFFFFF;
}

.specificationSec .specification .specificationTable h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.specificationSec .specification .specificationTable h3 strong {
    font-weight: 500;
    color: #1D7222;
}

.specificationSec .specification .specificationTable .table-responsive .table {
    margin: 0;
}

.specificationSec .specification .specificationTable .table-responsive .table tbody tr th {
    font-weight: 600;
    font-size: 23px;
    line-height: 26px;
    color: #000000;
    border: none;
    border-bottom: solid 4px #ffffff;
    border-right: solid 4px #ffffff;
    padding: 15px 20px;
    background-color: #F8F6EA;
}

.specificationSec .specification .specificationTable .table-responsive .table tbody tr td {
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #000000;
    border: none;
    border-bottom: solid 4px #ffffff;
    padding: 15px 20px;
    background: rgba(248, 246, 234, 0.5);
}

/* Similar Products Section */
.similarProductsSec {
    width: 100%;
    padding: 90px 0;
}

.similarProductsSec h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 53px;
    line-height: 80px;
    color: #000000;
    margin-bottom: 40px;
}

.similarProductsSec h3 strong {
    font-weight: 500;
    color: #1D7122;
}

.similarProductsSec .similarProductsItem {
    width: 100%;
    padding: 55px 30px;
    border-radius: 25px;
    background-image: linear-gradient(0deg, #ffffff 0%, #e8e8e8 100%);
}

.similarProductsSec .similarProductsItem h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.similarProductsSec .similarProductsItem h2 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    margin: 0;
}

.similarProductsSec .similarProductsItem h2 a {
    text-decoration: none;
}

.similarProductsSec .similarProductsItem .productsImg {
    width: 100%;
    margin: -30px auto 0;
}

.similarProductsSec .similarProductsItem .productsImg img {
    width: 100%;
    height: auto;
}

/* ---------- Product Detail Page Request Quote Popup Inquiry Form CSS ---------- */

.inquiryForm .spu-container {
	float: left;
	width: 100%;
}
.inquiryForm  h2 {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 0 20px 0;
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    /*align-items: center;
    justify-content: center;*/
    flex-direction: column;
}
.inquiryForm h2 .wpcf7-form-control-wrap.page-title {
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.inquiryForm h2 .wpcf7-form-control-wrap.page-title .wpcf7-form-control {
    border: none;
    padding: 0;
    background-color: transparent;
    color: #1d7121;
    width: inherit;
    font-weight: 500;
    text-align: left;
    outline: none;
    text-transform: uppercase;
}
.inquiryForm .formWrap .form-group textarea.form-control {
    height: 235px;
    resize: none;
}
.inquiryForm .formWrap {
	float: left;
    width: 100%;
}
.inquiryForm .formWrap .form-group {
	position: relative;
	margin: 0 0 20px 0;
}
.inquiryForm .formWrap .form-group:last-child {
	margin: 0;
}
.inquiryForm .formWrap .form-group .form-control {
	height: 60px;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	border: 0px solid transparent;
	box-shadow: none;
	border-radius: 10px;
	padding: 14px 20px;
	background: #F8F6EA;
}
.inquiryForm .formWrap .form-group .form-control::placeholder {
	color: #000000;
}
.inquiryForm .formWrap .form-group textarea.form-control {
	height: 120px;
}

.inquiryForm .formWrap .form-group .submitBtn {
	display: inline-block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
	border: none;
	letter-spacing: 1px;
	border-radius: 16px 0;
	outline: none;
	padding: 10px 30px;
	background-color: #005899;
	cursor: pointer;
	transition: all .3s ease-in-out;
    text-transform: uppercase;
}
.inquiryForm .formWrap .form-group .submitBtn:hover {
	border-radius: 0px;
}
.inquiryForm .formWrap .form-group .wpcf7-spinner {
    margin: 15px 24px;
    position: absolute;
}

/* ---------- Gallery Page CSS ---------- */
.mediaSec {
	padding: 70px 0;
}
.mediaSec .video-wrap {
	margin-bottom: 100px;	
	margin-right: 20px;
}
.mediaSec [class*="col-"]:nth-child(even) .video-wrap {
    margin-left: 20px;
	margin-right: 0;
}
.mediaSec .video-wrap .media-video {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	border-radius: 50px 0;
	border: 1px solid #CDCDCD;
	box-shadow: 20px 20px 0px rgba(38, 144, 207, 100);
}
.mediaSec .video-wrap .media-video .media-image-video {
	position: relative;
}
.mediaSec .video-wrap .media-video .media-image-video .play-btn {
	position: absolute;
	width: 58px;
	height: 41px;
	border: 0;
	background: transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1
}
.mediaSec .video-wrap .media-video .media-image-video .play-btn img {
	width: 100% !important;
	height: auto !important;
	border-radius: 0;
}
.mediaSec .video-wrap .media-video .media-image-video img {
	height: auto !important;
	max-width: 100% !important;
	border-radius: 50px 0;
}
.mediaSec .video-wrap .title {
	display: inline-block;
	margin: 0 0 0 0;
	font-family: "Oswald", sans-serif;
	font-size: 27px;
	line-height: 37px;
    color: #272727;
}
.mediaSec .video-wrap .title a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.mediaSec .video-wrap .title a:hover {
	color: #1d7121;
}
.page-template-gallery #cboxContent iframe {
	width: 100%;
	height: 500px;
}
.page-template-gallery #cboxContent button#cboxPrevious,
.page-template-gallery #cboxContent button#cboxNext {
	width: 51px;
	height: 51px;
	border-radius: 25px;
	border: 1px solid #d4d4d4;
}
.page-template-gallery #cboxContent button#cboxNext {
	transform: translateY(-50%) rotate(180deg);
}

/* ---------- Blog Listing Page ---------- */
.pagination {
    display: block;
    width: 100%;
    padding: 0;
    margin: 40px 0px 0px 0px;
    text-align: center;
}
.pagination ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    justify-content: center;
}
.pagination ul li {
    display: inline-block;
    width: auto;
    line-height: 0px;
    padding-right: 10px;
}
.pagination ul li:last-child {
    padding-right: 0px;
}
.pagination ul li a {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 10px 0;
    background-color: #c7def0;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #005899;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
}
.pagination ul li a:hover {
    background-color: #005899;
    color: #ffffff;
}
.pagination ul li.active .current {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 10px 0;
    background-color: #005899;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}
.pagination ul li a.next {
    width: unset;
    height: unset;
    padding: 12px 20px;
}
.pagination ul li a.prev {
    width: unset;
    height: unset;
    padding: 12px 20px;
}

/* ---------- Blog Details Page  ---------- */
.blogDetails {
	padding: 90px 0;
}
.blogDetails .detailsWrap {
	display: block;
	width: 75%;
	margin: 0 auto;
}
.blogDetails .detailsWrap .blogItem {
	width: 100%;
}
.blogDetails .detailsWrap .blogItem h2 {
    margin: 0 0 25px 0;
    font-family: "Oswald", sans-serif;
    font-size: 55px;
    color: #4f9bd4;
    font-weight: 400;
    line-height: 65px;
    text-transform: uppercase;
}
.blogDetails .detailsWrap .blogItem h3 {
    margin: 0 0 25px 0;
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    color: #000000;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
}
.blogDetails .detailsWrap .blogItem h4 {
    margin: 0 0 25px 0;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    color: #000000;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}
.blogDetails .detailsWrap .blogItem h5 {
    margin: 0 0 25px 0;
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
}
.blogDetails .detailsWrap .blogItem h6 {
    margin: 0 0 25px 0;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}
.blogDetails .detailsWrap .blogItem p {
    margin: 0 0 25px 0;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}
.blogDetails .detailsWrap .blogItem p a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.blogDetails .detailsWrap .blogItem p a:hover {
	color: #4f9bd4;
}
.blogDetails .detailsWrap .blogItem a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.blogDetails .detailsWrap .blogItem a:hover {
	color: #4f9bd4;
}
.blogDetails .detailsWrap .blogItem ul {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
}
.blogDetails .detailsWrap .blogItem ul li {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
    padding-left: 30px;
}
.blogDetails .detailsWrap .blogItem ul li:last-child {
    margin: 0;
}
.blogDetails .detailsWrap .blogItem ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/check-icon.svg);
    background-repeat: no-repeat;
}
.blogDetails .detailsWrap .blogItem .post-media {
	width: 100%;
}
.blogDetails .detailsWrap .blogItem .post-media img {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	border-radius: 50px 0;
	margin: 0 0 25px 0;
}
.blogDetails .detailsWrap .blogItem .socialShare {
	display: flex;
	width: 100%;
	padding: 20px 0;
	gap: 20px;
	border-top: 1px solid #005899;
	border-bottom: 1px solid #005899;
}
.blogDetails .detailsWrap .blogItem .socialShare h4 {
	margin: 0;	
}
.blogDetails .detailsWrap .blogItem .socialShare .sfsi_wicons {
	z-index: 1 !important;
}

.user_cmt_box {
	margin-bottom: 30px;
	padding: 30px 0 30px 0;
	border-bottom: 1px dashed #cccccc;
}
.user_cmt_box h3 {
	margin: 0px;
	padding-bottom: 15px;
	font-family: "Oswald", sans-serif;
	font-size: 35px;
	color: #000000;
	font-weight: 400;
}
.user_cmt_box .media_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.user_cmt_box .media_list .blog-user-image {
	display: inline-block;
	width: 70px;
}
.user_cmt_box .media_list .blog-user-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.user_cmt_box .media_list .blog-user-comment-body {
	float: right;
	width: calc(100% - 70px);
	padding: 0px 12px;
	box-sizing: border-box;
}
.user_cmt_box .media_list .blog-user-comment-body .user_name {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}
.user_cmt_box .media_list .blog-user-comment-body .date {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #494949;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #494949;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a {
	display: inline-block;
	color: #494949;
	text-decoration: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a:hover {
	color: #005899;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply i {
	display: inline-block;
	transform: rotateY(180deg);
}
.user_cmt_box .media_list .blog-user-comment-body p {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 25px;
}
.user_cmt_box .children {
	margin: 0;
	padding-left: 40px;
}
.comment-respond {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 0px dashed #cccccc;
}
.comment-respond h3 {
    margin: 0px 0px 10px 0px;
	font-family: "Oswald", sans-serif;
    font-size: 40px;
    color: #000000;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
}
.comment-respond h3 small {
	padding-left: 10px;
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
}
.comment-respond a {
	color: #110416;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.comment-respond a:hover {
	text-decoration: underline;
}
.comment-respond p {
	display: inline-block;
	width: 100%;
	padding: 10px 0px 20px 0px;
	margin: 0px;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	line-height: normal;
}
.comment-respond p label {
	float: left;
	width: 15%;
	margin: 0;
	padding-right: 20px;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	cursor: pointer;
}
.comment-respond p textarea {
	float: left;
	width: 85%;
	height: 70px;
	padding: 10px;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 0;
	outline: 0;
	font-size: 18px;
	color: #000000;
	resize: none;
}
.comment-respond p input {
	float: left;
	width: 85%;
	height: 40px;
	padding: 10px 15px;
	background-color: transparent;
	border: 1px solid #000000;
	border-radius: 0;
	outline: 0;
	font-size: 18px;
	color: #000000;
}
.comment-respond p.comment-form-cookies-consent input {
	float: left;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0px 10px 0 15%;
	background-color: transparent;
	border: none;
}
.comment-respond p.comment-form-cookies-consent label {
	float: left;
	width: calc(70% - 30px);
	margin: 0;
	padding-right: 0px;
	font-size: 20px;
	color: #110416;
	text-align: left;
}
.comment-respond p .submit {
	display: inline-block;
	width: auto;
	height: auto;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background-color: #005899;
	border: 0px solid #ccc;
	padding: 10px 30px;
	margin-left: 15%;
	border-radius: 15px 0;
	letter-spacing: 1px;
	transition: all .3s ease-in-out;
}
.comment-respond p .submit:hover {
	border-radius: 0;
}

/* ---------- Contact Us Page CSS ---------- */
.contactSec {
	padding: 95px 0 40px 0;
}
.contactSec h3 {
	font-family: "Oswald", sans-serif;
    font-size: 53px;
    font-weight: 400;
    line-height: 63px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.contactSec h3 strong {
    color: #1d7121;
    font-weight: 500;
}
.contactSec .contact-wrap {
	display: flex;
	gap: 22px;
}
.contactSec .contact-wrap .location-col {
	max-width: 614px;
	width: 100%;
	padding: 55px 50px 55px 50px;
	background-color: #F1F1F1;
	border-radius: 50px 0;
}
.contactSec .contact-wrap .location-col .location {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
}
.contactSec .contact-wrap .location-col .location:last-child {
	padding: 0 0 0 0;
}
.contactSec .contact-wrap .location-col .location h4 {
	font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.contactSec .contact-wrap .location-col .location h4 strong {
    font-weight: 500;
}
.contactSec .contact-wrap .location-col .location ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contactSec .contact-wrap .location-col .location ul h4 {
	margin: 25px 0 25px 0;
	font-size: 30px;
	line-height: 40px;
}
.contactSec .contact-wrap .location-col .location ul li {
	position: relative;	
    padding: 0 0 25px 55px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
}
.contactSec .contact-wrap .location-col .location ul li:last-child {
	padding-bottom: 0px;
}
.contactSec .contact-wrap .location-col .location ul li:before {
	position: absolute;
    content: '';
	left: 0;
    top: 0;    
	width: 39px;
    height: 39px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.contactSec .contact-wrap .location-col .location ul li.address::before {
	width: 41px;
	height: 41px;
	background-image: url(../images/contact-location.svg);
	top: 5px;
}
.contactSec .contact-wrap .location-col .location ul li.mail {
	padding-bottom: 10px;
}
.contactSec .contact-wrap .location-col .location ul li.number::before {	
	background-image: url(../images/contact-call-icon.svg);
}
.contactSec .contact-wrap .location-col .location ul li.mail::before {	
	background-image: url(../images/contact-mail-icon.svg);
}
.contactSec .contact-wrap .location-col .location ul li a {
	display: inline-block;
	 font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.contactSec .contact-wrap .location-col .location ul li a:hover {
	color: #1d7121
}
.contactSec .contact-wrap .contact-col {
	width: calc(100% - 614px);
	padding: 53px 50px 53px 50px;
	background-color: #F8F6EA;
	border-radius: 50px 0;
}
.contactSec .contact-wrap .contact-col h4 {
	font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.contactSec .contact-wrap .contact-col h4 strong {
    font-weight: 500;
}
.contactSec .contact-wrap .contact-col .form-wrap {
	float: left;
	width: 100%;
	padding: 0 20px;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap {
	display: flex;
	gap: 8px;
	margin: 0 0 40px 0;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap:last-child {
	margin: 0 0 0 0;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap .form-group {
	width: 100%;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap .form-group .form-control {
	display: block;
	width: 100%;
	height: 42px;
	padding: 0 0 14px 0;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	background-color: transparent;
	border-radius: 0px;
	font-size: 25px;
	color: #000000;
	font-weight: 600;
	line-height: 29px;
	outline: none;
    box-shadow: none;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap .form-group .form-control::placeholder {
	color: #000000;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap .form-group .form-select {
	display: block;
	width: 100%;
	height: 42px;
	padding: 0 0 14px 0;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	background-color: transparent;
	border-radius: 0px;
	font-size: 25px;
	color: #000000;
	font-weight: 600;
	line-height: 29px;
	background-image: url(../images/form-field-select-icon.svg);
	background-size: 19px 19px;
	background-position: top 3px right;
	outline: none;
	box-shadow: none;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap .form-group textarea.form-control {
	height: auto;
	resize: none;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap .form-group .submitBtn {
	position: relative;
	display: block;
	width: 100%;
	font-size: 23px;
	font-weight: 500;
	line-height: 25px;
	color: #ffffff;
	padding: 21px 42px;
	text-decoration: none;
	background-color: #005898;
	border-radius: 25px 0;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap .form-group .submitBtn:hover {
	border-radius: 0;
}
.contactSec .contact-wrap .contact-col .form-wrap .field-wrap .form-group.select-option .wpcf7-not-valid-tip{
	right: 30px;
}
.locationSec {
	width: 100%;
}
.locationSec .title-wrap {
	width: 100%;
	padding-top: 80px;
	background-color: #005898;
}
.locationSec .title-wrap h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 90px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.locationSec .mapSec {
	position: relative;
	line-height: 0px;
}
.locationSec .mapSec iframe {
	width: 100%;
	height: 858px;
}