/*
Theme Name: leadershipwatch child
Template: leadershipwatch
*/


@font-face {
    font-family: 'Circular Black';
    src: url('fonts/CircularStd-Black.eot');
    src: local('fonts/Circular Std Black'), local('CircularStd-Black'),
        url('fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/fonts/CircularStd-Black.woff2') format('woff2'),
        url('fonts/CircularStd-Black.woff') format('woff'),
        url('fonts/CircularStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Circular Light';
    src: url('fonts/CircularSpotifyText-Light.eot');
    src: url('fonts/CircularSpotifyText-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularSpotifyText-Light.woff2') format('woff2'),
        url('fonts/CircularSpotifyText-Light.woff') format('woff'),
        url('fonts/CircularSpotifyText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


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

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

@font-face {
    font-family: 'Circular Std Book';
    src: url('fonts/CircularStd-Book.eot');
    src: local('fonts/Circular Std Book'), local('CircularStd-Book'),
        url('fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/CircularStd-Book.woff2') format('woff2'),
        url('fonts/CircularStd-Book.woff') format('woff'),
        url('fonts/CircularStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
     background:#ffffff !important;
     font-family: 'Circular Std Book';
}
 a:hover{
     text-decoration:none !important;
}
 .entry-content h1, .entry-content h2, .entry-content h3{
     margin:0;
}
 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
     max-width: 100%;
     width:100%;
}
 .section-inner{
     max-width:1280px;
}
 .e-con.e-flex>.e-con-inner{
     max-width:1280px;
}
 .elementor-element {
     --widgets-spacing: 0;
}
.copyright {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    float: left;
    text-align: right;
    border-top: 1px solid #c4c4c4;
    padding-top: 25px;
    font-family: 'Circular Std Book';
    letter-spacing: 0;
    color: #1e1e1e;
    line-height: 20px;
}
 header.entry-header.has-text-align-center.header-footer-group {
     display: none;
}
 #site-header .header-inner.section-inner {
     padding: 0;
}
.site-logo img {
    max-height: inherit;
    width: 115px;
}
 #site-header {
     background: transparent;
     position: absolute;
     width: 100%;
	 padding:15px 0 !important;
}
 .post-inner {
     padding-top: 0;
}
.main_banner {
    padding-top: 145px;
	background:#f0f2ed;
}
.banner-detail {
    position: relative;
    width: 50%;
}
.main_banner .owl-carousel.owl-drag .owl-item .item{
	display:flex;
	align-items:center;
	gap:30px;
}
.main_banner .owl-carousel .owl-item img {
    width: 50%;
    height: 500px;
    object-fit: contain;
    object-position: right;
}
.main_banner::after{
	height:100px; 
	bottom:0;
	width:100%;
	content:"";
	left:0;
	content:"";
	position:absolute;
	background: linear-gradient(0deg, rgba(255,255,255,1) 19%, rgba(255,255,255,0) 100%);
	z-index:1;
} 
.main_banner .banner-detail .banner-container h2{
	font-size:50px;
	line-height:56px; 
	color:#0E3755;
	font-family: "Cinzel", serif;
	margin-bottom:20px;
}
.main_banner .banner-detail .banner-container p{
	color:#505050;
	font-size:18px; 
	line-height:26px;
	font-family: 'Circular Std Book';
	margin-bottom:50px;
	display:inline-block;
}
.main_banner .banner-detail .banner-container a{
	color:#0E3755;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-family: 'Circular Medium';
	border-radius:10px; 
	padding:15px 20px;
	background:#9A3422;
	padding-right:60px;
	display:inline-block;
	position:relative;
	z-index:unset;
	overflow:hidden;
	z-index:1;
}
.main_banner .banner-detail .banner-container a::after{
	height: 100%;
	width: 0;
	content: "";
	background: #0E3755;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.3s;
}
.main_banner .banner-detail .banner-container a::before {
    height: 100%;
    width: 30px;
    content: "";
    background: url(/wp-content/uploads/2025/01/white-arrow.png) no-repeat;
	background-position:center;
    background-size: 25px;
    position: absolute;
    right: 5%;
    top: 0;
    z-index:1;
    transition: 0.3s;
    transform: inherit;
}
.main_banner .banner-detail .banner-container a:hover::after{
	width:100%;
}
.main_banner .owl-carousel.owl-loaded{
	position:initial
}
.main_banner .e-con.e-flex>.e-con-inner, .main_banner .e-con .elementor-widget.elementor-widget, .main_banner .e-con.elementor-element .elementor-widget-container{
	position:initial
}
ul.primary-menu {
    align-items: center;
}
 ul.primary-menu li a {
     color: #1E1E1E !important;
     text-decoration: none;
     font-size: 16px;
     font-weight: 500;
     letter-spacing:0;
     position: relative;
	 margin:0 !important;
	 text-decoration:none !important;
	 position:relative;
}
ul.primary-menu li a::after{
	width:100%;
	transform:scale(0);
	bottom:-5px;
	left:0;
	height:2px;
	background:#9A3422;
	content:"";
	position:absolute;
	transition:0.3s;
}
ul.primary-menu li a:hover::after{
	transform:scale(1);
}
ul.primary-menu li.header-button a {
    background: #0E3755;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff !important;
	display: flex;
    align-items: center;
    gap: 15px;
	text-decoration:none !important;
	margin:0 !important;
	position:relative;
	overflow:hidden;
	transition:0.3s;
	z-index:2;
}
ul.primary-menu li.header-button a::after{
	height:100%;
	width:0;
	content:"";
	background:#9A3422;
	position:absolute;
	left:0; 
	top:0;
	z-index:-1;
	transition:0.3s;
	transform:inherit;
}
ul.primary-menu li.header-button a:hover::after{
	width:100%;
}
ul.primary-menu li.header-button a img{
    width: 33px;
    filter: grayscale(1) invert(1);
}
ul.primary-menu li.header-button a:hover{
	color:#fff !important;
}

 .home_about {
     padding: 50px 0 0 0;
}
 ul.primary-menu {
     margin: -2.4rem 0 0 -2.5rem;
}
 .primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
     text-decoration: none;
}
.home .primary-menu li.current-menu-item:first-child > a, .home .primary-menu li.current-menu-item:first-child > .link-icon-wrapper > a {
     color: #9A3422 !important;
}
 ul.primary-menu li a:hover {
     color: #9A3422 !important;
}
 .primary-menu > li {
     margin:0 0 0 25px !important;
}
 
 li#menu-item-25 {
     position: relative;
     margin-left: 6rem;
}
.primary-head.elementor-widget-heading .elementor-heading-title{
     font-family: "Cinzel", serif;
     font-size: 50x;
	 line-height:56px;
     color: #c9aa71;
	 font-weight:400;
	 letter-spacing:0;
}
 .primary-text.elementor-widget-text-editor .elementor-widget-container {
     font-size: 18px;
     letter-spacing: 0;
     font-weight: 400;
     font-family: 'Circular Std Book';
     color: #505050;
}
.home_about .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#0E3755;
	font-size:50px;
	line-height:56px;
	font-weight:400;
}

 .about_image img {
     border-bottom: 5px solid rgb(201 170 113);
     box-shadow: rgba(201, 170, 113, 0.1) 0px 0px 7px;
     border-radius: 20px;
}
 .home_linkedin {
     padding: 80px 0;
     background: #F0F1F3;
}
.secondry-text.elementor-widget-text-editor .elementor-widget-container{
	font-size:28px;
	line-height:38px;
	color:#9A3422;
	 font-family: 'Circular Light'; 
	font-weight:200;
}
 /*.tb_sp_image, .tb_sp_image_wrap_ img {
     object-fit: cover;
     object-position: center;
     padding: 15px;
     background: #fff;
     background: #fff;
     box-shadow: 6px 6px 10px #eee;
     margin: 10px;
     border-top: 1px solid #f1f1f2;
     border-left: 1px solid #f1f1f2;
}*/
 .home_linkedin .elementor-heading-title.elementor-size-default {
     font-family: "Cinzel", serif;
     font-size: 46px;
     color: #c9aa71;
}
 .home_linkedin .elementor-widget-text-editor .elementor-widget-container {
     font-size: 17px;
     letter-spacing: 0;
     font-weight: 400;
    font-family: 'Circular Std Book';
     color: #000;
     width: 70%;
     margin: auto;
}
 .home_linkedin.common_section {
     background: transparent;
     padding:100px 0;
}
 .small_font .elementor-widget-container {
     color: #fff;
     font-size: 16px;
     letter-spacing: 0;
     font-weight: 400;
     font-family: 'Circular Std Book';
}
 .block.block1 {
     background: #358ca2;
     padding: 3.5em;
}
 .block.block2 {
     background: #a556a2;
     padding: 3.5em;
}
 .block.block3 {
     background: #2f5f95;
     padding: 3.5em;
}
 .big_font .elementor-heading-title.elementor-size-default {
     font-family: "Cinzel", serif;
     font-size: 36px;
     color: #fff;
}
 .para_font .elementor-widget-container {
     color: #fff;
     font-size: 17px;
     letter-spacing: 0;
     font-weight: 400;
     font-family: 'Circular Std Book';
}
 .three_block {
     padding: 0;
}
 .block.block2 {
     background: #a556a2;
     padding: 3.5em;
     border-right: 5px solid #fff;
     border-left: 5px solid #fff;
}
 .block {
     background: #c9aa71 !important;
}

.block:hover {
    background: #a1895e !important;
}

.ft_logo a img {
    width: 115px;
}
#site-footer .section-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
	gap:80px;
}
.ft_email  a {
    color: #0E3755;
    font-size: 26px;
    font-weight: 300;
}
.ft_right {
    text-align: right;
    width: calc(100% - 280px);
}
.ft_links ul li a {
    font-weight: 500;
    color: #1E1E1E;
    font-size: 16px;
	transition:0.3s;
}
.ft_links ul li a:hover{
	color:#9A3422 !important;
}
.ft_links ul li {
    list-style: none;
    width: auto;
    float: left;
    margin-left: 40px;
}
.copyright ul li {
    float: left;
    width: auto;
    list-style: none;
}

.copyright ul li a, .copyright ul li {
    font-weight: 400;
    color: #1E1E1E;
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
	margin-left:10px;
}
.copyright ul li a {
    margin-left: 0;
	position:relative;
}
.copyright ul li a::after{
    width: 100%;
    transform: scale(0);
    bottom: -5px;
    left: 0;
    height: 2px;
    background: #9A3422;
    content: "";
    position: absolute;
    transition: 0.3s;
}
.copyright ul li a:hover{
	color: #9A3422 !important;
}
.copyright ul {
    float: right;
    width: auto;
    margin: 0;
}

 .ft_links{
    float: left;
    width: 100%;
}
.ft_email {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.ft_links ul {
    float: right;
    width: auto;
    text-align: right;
    margin-bottom: 25px;
	margin-left:0;
}
.ft_logo {
    float: left;
    width: 150px;
}
footer#site-footer {
    background: #F4F4F4;
    padding: 8rem 0;
}

.sponser_left .elementor-heading-title.elementor-size-default {
    color: #fff;
    font-family: "Cinzel", serif;
    font-size: 46px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 50px;
}
.sponser_left .elementor-widget-text-editor .elementor-widget-container {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Circular Std Book';
    color: #fff;
}
.sponser_left {
    padding: 50px 0 50px 70px;
}
.sponser_link .elementor-widget-container {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Circular Std Book';
    color: #fff;
}
.sponser_link .elementor-widget-container a {
    display: table;
    color: #fff;
    font-size: 22px;
}
.sponser_link .elementor-widget-container {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Circular Std Book';
    color: #A3A3A3;
    line-height: 32px;
    padding-right: 60px;
    padding-bottom: 35px;
    float: right;
}

.sponser .e-con-inner {
    background: #0E3755 url(/wp-content/uploads/2025/01/pattern.png)  no-repeat;
    border-radius: 16px;
    background-position: right 0;
    background-size: 300px;
}
.custom_title .elementor-heading-title.elementor-size-default {
    color: #0E3755;
    font-family: "Cinzel", serif;
    font-size: 50x;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 56px;
}
.custom_para.elementor-widget-text-editor .elementor-widget-container {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: 'Circular Std Book';
    color: #505050;
}
.highlight_font.elementor-widget-text-editor .elementor-widget-container {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: 'Circular Light';
	color:#7e2110;
}

.CLW_Section {padding:80px 0;}

.CLW_Section.pb0 { padding-bottom:0;}

.counter-section{
	padding:100px 0;
}
.counter-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#0E3755;
}
.counter-section .elementor-widget-counter .elementor-counter-number-wrapper{
	font-family: 'Circular Light';
	font-weight:300;
	font-size:52px;
	line-height:52px; 
	color:#fff;
	letter-spacing:0;
	margin-bottom:10px;
}
.counter-section .elementor-widget-counter .elementor-counter-title{
	font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
	line-height:28px;
    font-family: 'Circular Light';
	font-weight:300;
	color:#fff;
	display:inline-block;
}
.counter-two span.elementor-counter-number{
	display:none;
}
.counter-three .elementor-counter .elementor-counter-number-prefix{
	font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Circular Light';
    font-weight: 300;
    color: #fff;
    display: inline-block;
	width:100%;
	margin-bottom:10px;
}
.elementor-counter .elementor-counter-number-prefix {
    text-align: start;
}
.counter-section .elementor-widget-counter .elementor-counter-number-wrapper{
	display:inline-block;
	text-align:left;
}
.counter-three .elementor-widget-counter .elementor-counter-number-wrapper{
	margin-top:-25px;
}
.home-story{
	padding:100px 0 50px 0;
}
.home-story .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#0e3755;
}
.home-story .secondry-text.elementor-widget-text-editor .elementor-widget-container {
    font-size: 24px;
    line-height: 32px;
    color: #7e2110;
    font-family: 'Circular Light';
    font-weight: 300;
    max-width: 85%;
}
.home-story .primary-button.elementor-widget-button .elementor-button{
	padding: 12px 30px;
	position:relative;
}

.primary-button.elementor-widget-button .elementor-button{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Circular Medium';
    border: 1px solid #0E3755;
    border-radius: 10px;
    padding: 15px 25px;
	background:#0E3755 !important;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.primary-button.elementor-widget-button .elementor-button::after{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	content:"";
	background:#9A3422;
	z-index:-1;
	transition:0.3s;
}
.primary-button.elementor-widget-button .elementor-button svg path {
    fill: #fff;
}
.primary-button.elementor-widget-button .elementor-button:hover{
	color:#fff;
	border:1px solid #9A3422;
}
.primary-button.elementor-widget-button .elementor-button:hover .elementor-button-icon svg path{
	fill:#fff !important;
}
.primary-button.elementor-widget-button .elementor-button:hover::after{
	width:100%;
}
.primary-button .elementor-button-icon svg {
    height: auto;
    width: 1.5em;
}
.primary-button.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	 align-items: center;
}
.Initiatives-section .primary-button.elementor-widget-button .elementor-button::after{
	background:#fff;
}
.Initiatives-section .primary-button.elementor-widget-button .elementor-button:hover{
	color:#0E3755;
}
.Initiatives-section .primary-button.elementor-widget-button .elementor-button:hover .elementor-button-icon svg path {
    fill: #0E3755 !important;
}
.achievement-section{
	padding:100px 0;
}
.achievement-section .primary-head.elementor-widget-heading .elementor-heading-title {
    color: #0E3755;
}
.achievement-section .elementor-widget-heading h3.elementor-heading-title{
	color:#7e2110;
	font-size:24px;
	line-height:34px;
	font-family: 'Circular Light';
    font-weight: 300;
	letter-spacing:0;
}
.solution-section-home{
	padding:100px 0;
}
.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#0E3755;
	margin-bottom:30px;
}
.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title span{
	font-size:22px;
}
.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title{
	line-height:35px;
}
.solution-section-home .elementor-widget-heading h3.elementor-heading-title{
	color:#505050;
	font-size:24px;
	line-height:30px;
	font-family: 'Circular Std Book';
	letter-spacing:0;
	font-weight:400;
	margin:0 0 15px 0;
}
.solution-section-home .elementor-widget-heading h4.elementor-heading-title{
	color:#7e2110;
	font-size:24px;
	line-height:30px;
	font-family: 'Circular Std Book';
	letter-spacing:0;
	font-weight:400;
	margin:0 0 15px 0;
}
.solution-section-home .elementor-widget-icon-box{
	margin-bottom:0 !important;
}
.icon-box-home.elementor-widget-icon-box .elementor-icon-box-title{
	color:#0E3755;
	font-size:26px; 
	line-height:32px;
	font-family: 'Circular Light';
    font-weight: 300;
	letter-spacing:0;
	margin:0 0 10px 0;
	letter-spacing:0;
}
.icon-box-home.elementor-widget-icon-box .elementor-icon-box-description{
	font-family: 'Circular Light';
    font-weight: 300;
	letter-spacing:0;
	color:#505050;
	font-size:16px;
	line-height:22px;
}

.solution-section-home .elementor-widget-image img{
	border-radius:15px;
}

.Initiatives-section{
	padding:100px 0 20px 0;
}
.Initiatives-section .primary-head.elementor-widget-heading .elementor-heading-title{
	color:#0E3755;
	margin-bottom:20px;
}
.Initiatives-section .elementor-widget-image-box .elementor-image-box-title {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0,0,0,0.9);
    font-family: 'Circular Std Book';
    font-weight: 200;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.Initiatives-section .elementor-widget-image-box .elementor-image-box-description{
	color:#505050;
	font-family: 'Circular Std Book';
    font-weight: 200;
	letter-spacing:0;
	font-size: 16px;
    line-height: 22px;
}
.canada-cols .primary-head.elementor-widget-heading .elementor-heading-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
}
.canada-cols .primary-button.elementor-widget-button .elementor-button {
    padding: 12px 25px;
    color: #fff;
    border: 1px solid #fff;
}
.abs-number.elementor-widget-heading{
	position:absolute;
	top:0;
	left:-10px;
	z-index:0;
}
.abs-number.elementor-widget-heading .elementor-heading-title{
	font-size:100px; 
	line-height:68px; 
	color:#fff;
	font-family: 'Circular Medium'; 
	font-weight:500;
	margin:0;
}
.Initiatives-section .elementor-widget-image-box{
	position:relative;
	z-index:2;
}
.home-contact{
	padding:80px 0 60px 0;
}
.home-contact .elementor-widget-heading .elementor-heading-title{
	color:#0E3755;
}
.home-contact input, .home-contact textarea{
	border:none;
	border-radius:0;
	background:#F4F4F4;
	padding:12px 20px;
	font-size:14px; 
	line-height:36px;
	color:#1E1E1E;
	border-radius:3px;
	margin-bottom:25px;
}
.home-contact input[type="submit"] {
    color: #ffffff;
    background-size: 22px;
    background-position: 85% center;
    padding: 15px 60px 15px 30px;
    border-radius: 10px;
    font-family: 'Circular Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
	text-decoration:none !important;
	margin-top:20px !important;
	background: #0E3755 url(/wp-content/uploads/2025/01/white-arrow.png) no-repeat;
    background-position: 90% center;
    background-size: 25px;;
	background-repeat:no-repeat;
    transition: all .25s ease-in;
}
.home-contact input[type="submit"]:hover{
	background: #9A3422 url(/wp-content/uploads/2025/01/white-arrow.png) no-repeat;
    background-position: 90% center;
    background-size: 25px;;
	background-repeat:no-repeat;
}
.wpcf7-spinner{
	display:none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 14px;
    line-height: 18px;
	font-family: 'Circular Light';
    font-weight: 200;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    padding: 0;
    border: none;
    margin: 0;
	font-family: 'Circular Light';
	font-size:16px;
	line-height:22px;
}
.home-contact textarea {
    height: 60px;
    resize: none;
}
::-webkit-input-placeholder {
	 color:#BFBFBF;
	text-transform:capitalize;
}
::-moz-placeholder { 
  	color:#BFBFBF;
	text-transform:capitalize;
}
:-ms-input-placeholder {
	color:#BFBFBF;
	text-transform:capitalize;
}
:-moz-placeholder {
 	text-transform:capitalize;
	color:#BFBFBF;
}
.home-contact .secondry-text.elementor-widget-text-editor .elementor-widget-container{
	color:#505050;
	font-size:22px; 
	line-height:28px;
}
.left-cols-f{
	width:49%;
	float:left;
}
.right-cols-f{
	width:49%;
	float:right;
}
form.wpcf7-form p {
    margin: 0;
}
.home-story{
	position:relative;
}
.home-story::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(0deg, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.home-story.e-con.e-flex>.e-con-inner{
	position: relative;
    z-index: 2
}
.main_banner .owl-carousel .owl-dot {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 100px;
    float: left;
    padding: 8px;
    margin: 0 4px;
	float:left;
	opacity:0.5;
}
.main_banner .owl-carousel .owl-dots{
    position: absolute;
    z-index: 2;
    width: auto;
    left: 0;
    bottom: 30px;
}
.main_banner .owl-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #0E3755;
    float:left;
}
.main_banner .owl-carousel .owl-dot.active{
	 border: 1px solid #0E3755;
	 opacity:1;
}
#site-header {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 4;
    transition: 0.3s;
}
#site-header.header-footer-group.show, #site-header.header-footer-group.hide {
    transform: translateY(0);
    background: rgba(255,255,255,0.98);
    backdrop-filter: inherit;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
    padding-top: 12px;
}
#site-header.header-footer-group.show{
  padding-top:20px;
}
#site-header.header-footer-group.show .header-navigation-wrapper {
    margin-top: -10px;
}

#site-header.header-footer-group.show .site-logo img.logo-icon, #site-header.header-footer-group.hide .site-logo img.logo-icon{
    width: 45px;
}
#site-header.header-footer-group.show .site-logo img.logo-text, #site-header.header-footer-group.hide .site-logo img.logo-text{
  display:none;
}

#site-header.header-footer-group.show .world-wide, #site-header.header-footer-group.hide .world-wide{
  display:none;
}
#site-header.header-footer-group.show .search-toggle-wrapper, #site-header.header-footer-group.hide .search-toggle-wrapper{
  display:none;
}
#site-header.header-footer-group.show .nav-toggle .toggle-icon, #site-header.header-footer-group.hide .nav-toggle .toggle-icon{
  filter: inherit;
}
#site-header.header-footer-group.show .header-top , #site-header.header-footer-group.hide .header-top{
  display:none;
}

#site-header.header-footer-group.show, #site-header.header-footer-group.hide{
  opacity:1;
  visibility:visible;
  transform: translateY(0);
}
#site-header.header-footer-group.show .site-logo img, #site-header.header-footer-group.hide .site-logo img{
    width: 80px;
}
.tb_see_more_btn_wrap .tb_see_more_btn {
    background: #0E3755;
    border-radius: 10px;
    padding: 12px 60px 12px 25px;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 15px;
	border:none;
    text-decoration: none !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    z-index: 2;
}
.tb_see_more_btn_wrap .tb_see_more_btn::after {
    height: 100%;
    width: 0;
    content: "";
    background: #9A3422;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s;
    transform: inherit;
}
.tb_see_more_btn_wrap .tb_see_more_btn::before {
    height: 100%;
    width: 30px;
    content: "";
    background: url(/wp-content/uploads/2025/01/white-arrow.png) no-repeat;
	background-position:center;
    background-size: 25px;
    position: absolute;
    right: 5%;
    top: 0;
    z-index:1;
    transition: 0.3s;
    transform: inherit;
}
.tb_see_more_btn_wrap .tb_see_more_btn:hover::after{
	width:100%;
}
.tb_see_more_btn_wrap .tb_see_more_btn:hover { 
	background:#9A3422;
}
.tb_see_more_btn_wrap {
    padding-top:50px !important;
}
.header-inner .toggle {
    padding: 0;
    margin-top: -8px;
    width: 40px;
	right:5%;
}
.nav-toggle .toggle-inner {
    background: #0E3755;
    position: relative;
    height: 3px !important;
    width: 40px;
	top:5px;
    border-radius: 3px;
	padding:0;
}
.nav-toggle .toggle-inner::after{
	width:100%;
	position:absolute;
	content:"";
	left:0;
	top:-10px;
	background: #0E3755;
	height: 3px !important;
	border-radius: 3px;
}
.nav-toggle .toggle-inner::before{
	width:100%;
	position:absolute;
	content:"";
	left:0;
	bottom:-10px;
	background: #0E3755;
	height: 3px !important;
	border-radius: 3px;
}
.menu-modal-inner {
    background: #0E3755 url(/wp-content/uploads/2025/01/pattern.png)  no-repeat;
    border-radius: 0;
    background-position: right bottom;
    background-size: 300px;
}
.modal-menu li {
   border:none;
}
.modal-menu li a {
    font-family: "Cinzel", serif;
    font-size: 28px !important;
    line-height: 28px;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}
.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: none;
}
.fill-children-current-color, .fill-children-current-color * {
    fill: #fff;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    right: 0;
    top: 5%;
}
.mobile-menu{
	padding-top:100px;
}
.inner-banner {
    padding: 250px 0 60px 0;
}
.inner-banner .elementor-widget-heading .elementor-heading-title{
    font-size: 52px;
    line-height: 58px;
    color: #0E3755;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
    margin: 0;
}
.home_about.career-text .primary-head.elementor-widget-heading .elementor-heading-title {
    color: #0E3755;
    font-size: 38px;
    line-height: 46px;
    font-weight: 400;
    margin: 0 0 10px 0 !important;
}
.opening_position {
    float: left;
    width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 7px;
    padding: 30px;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
	display:flex;
	align-items:center;
	gap:10px;
	
}
.opening_position .job_block {
    width: 33.33%;
    float: left;
}

.opening_position .job_block {
    width: 33.33%;
    float: left;
   font-family: 'Circular Medium';
    font-size: 16px;
    color: #9A3422;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
}
.opening_position .job_block strong {
    float: left;
    width: 100%;
    font-weight: 400;
    color: #0E3755;
    font-size: 18px;
    font-family: 'Circular Std Book';
    line-height: 22px;
    margin-top: 5px;
}
.job_block a {
    float: right;
    width: auto;
    background: #0E3755;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    z-index: 2;
	font-family: 'Circular Medium';
	font-weight:500;
}
.job_block a img{
    width: 33px;
    filter: grayscale(1) invert(1);
}
.job_block a::after {
    width: 0;
    content: "";
    position: absolute;
    top: 0;
    background: #9A3422;
    z-index: -1;
    transition: 0.3s;
    height: 100%;
  left:0;
}
.job_block a:hover::after{
  width:100%;
}
.job_block a:hover{
  color:#fff;
}
.position-listing .elementor-widget-heading.primary-head .elementor-heading-title {
    color: #0E3755;
    font-size: 38px;
    line-height: 46px;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
	font-family: "Cinzel", serif;
}
.secondry-text.elementor-widget-text-editor .elementor-widget-container {
    font-size: 28px;
    line-height: 38px;
    color: #7e2110;
    font-family: 'Circular Light';
    font-weight: 200;
}
.secondry-text.elementor-widget-text-editor .elementor-widget-container p{
	margin-bottom:0 !important;
}
.contact-head{
	margin-top:80px;
}
.career-form {
	padding-top:0 !important;
}
.elementor-widget-heading.primary-head.contact-head .elementor-heading-title{
	margin-bottom:0 !important;
}
.home-contact select {
    border: none;
    border-radius: 0;
    background: #F4F4F4;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 36px;
    color: #1E1E1E;
    border-radius: 3px;
    margin-bottom: 25px;
    width: 100%;
    height: 60px;
}
.full-cols .contact-strong p {
    font-weight: 300;
    line-height: 1.13;
    color: #000;
    font-size: 22px;
    font-family: 'Circular Light';
    margin: 0 10px 0 0;
}
.full-cols input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 12px 20px !important;
    border-radius: 10px;
    margin-bottom: 0;
    font-size: 14px !important;
    color: #1d3d55 !important;
    font-weight: 500 !important;
    font-family: 'Circular Medium';
    background: transparent;
    padding: 0 !important;
}
.full-cols input[type=file]::file-selector-button {
	margin-right: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	color: #000;
	border:1px solid #000 !important;
	background:transparent;
	cursor: pointer;
	transition: background .2s ease-in-out;
	height: 32px;
	line-height: 10px !important;
	font-family: 'Circular Medium';
	font-size:16px;
	font-weight:500;
}
.upload-row {
    display: flex;
    width: 100%;
    align-items: center;
}
.full-cols p.resume-button {
    font-weight: 500;
    line-height: 1.13;
    color: #0E3755;
    font-size: 16px;
    font-family: 'Circular Medium';
    margin: 0 10px 0 0;
}
.job_section2_right {
    background: #fff;
    border-radius: 7px;
    padding: 30px 30px 0 30px;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
	height:320px;
}
.job_section2 {
    padding: 0 0 100px 0;
}
.job_section2_right .elementor-widget-image-box .elementor-image-box-title {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    color: #0E3755;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 2px 0;
    letter-spacing: 0;
}


.job_section2_right .elementor-widget-image-box p.elementor-image-box-description a {
     font-family: 'Circular Bold';
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
}
.job_section2_right .elementor-image-box-wrapper {
    margin-bottom: 30px;
}
.job_section2_left {
    padding: 0 60px 0 0;
}
.job_section2_left .elementor-heading-title.elementor-size-default {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.13;
    color: #fff;
    font-family: 'Circular Bold';
    margin: 0;
    background: #0E3755;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
}
.job_section2_left ul li {
     font-family: 'Circular Std Book';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    padding: 0;
    margin: 0 0 8px 0;
}
.job_section2_left ul {
    margin: 0 0 30px 0;
    background: #fff;
    width: 100%;
    padding: 30px 40px;
    border-radius: 0 0 5px 5px;
}
.job_section2_right .elementor-widget-image-box p.elementor-image-box-description {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    padding: 0;
    margin: 0;
}
.job_section2_left .e-con-inner{
	padding:0;
}
.job_section2_left .elementor-widget-text-editor{
	background:#fff;
	margin-bottom:30px !important; 
	box-shadow:0.1em 0.6em 3em rgb(0 0 0 / 10%);
	border-radius: 0 0 5px 5px;
}
.position-detail-text .primary-text .elementor-widget-container{
	padding:80px 0 20px 0 !important;
}

#site-header.header-footer-group.hide ul.primary-menu, #site-header.header-footer-group.show ul.primary-menu{
    margin: 0;
}
#site-header.header-footer-group.show .header-navigation-wrapper {
    margin-top: 0;
}
.upcoming-cols .e-con-full.e-flex{
	width:33.3%;
}
.tb_sp_image_wrap_in img.tb_sp_image {
    padding: 5px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
}
.site-logo img {
    border-radius: 5px;
}
.ft_logo a img {
    border-radius: 5px;
}
.home-story .primary-head.blackfont.elementor-widget-heading .elementor-heading-title {
    color: rgba(0,0,0,0.9);
}
.achievement-section .primary-head.blackfont.elementor-widget-heading .elementor-heading-title {
    color: rgba(0,0,0,0.9);
}
.custom_title.blackfont .elementor-heading-title.elementor-size-default {
   color: rgba(0,0,0,0.9);
   
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border: none;
    padding: 0;
    margin: 0;
	 font-family: 'Circular Std Book';
    font-size: 14px;
    font-weight: 400;
}
.thankyou-main{
	padding:250px 0 200px 0;
}
.thankyou-main .primary-head.elementor-widget-heading .elementor-heading-title {
    font-size: 68px;
    line-height: 68px;
}
.icon-box-home.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{
	flex-direction:column;
}
.icon-box-home.elementor-widget-icon-box .elementor-icon-box-icon{
	margin-bottom:20px;
	margin-right:0 !important;
}
.main_banner.e-con.e-flex>.e-con-inner{
	z-index:2;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: inline-block;
}
.wpcf7-not-valid-tip {
	bottom: 5px;
	width: 100%;
	max-width: 100%;
	display: inline-block;
}
/*new linkedin plugin css*/
.kQzfDi {
    font-family: 'Circular Std Book' !important;
}
.ciCnpO:after {
    position: absolute;
    bottom: 7px;
    width: 200px;
    height: 40px;
    content: "";
    background: #fff;
    z-index: 9999999999;
    left: 50%;
    transform: translateX(-50%);
}
.LoadMoreButton__Container-sc-99duct-0.iZfSoz.es-load-more-button-container button {
    background: #0E3755 !important;
    border-radius: 10px !important;
    padding: 12px 40px 12px 40px;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 15px;
    border: none;
    text-decoration: none !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    z-index: 2;
    height: auto !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-transform: inherit;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Circular Medium' !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

.LoadMoreButton__Container-sc-99duct-0.iZfSoz.es-load-more-button-container button span {
    width: auto !important;
    padding: 0 !important;
}

.LoadMoreButton__Container-sc-99duct-0.iZfSoz.es-load-more-button-container button:hover { background:#a12b21 !important;}
.cNpaPk img {
    border: 1px solid #ddd !important;
    border-radius: 16px !important;
}

.copyright span {
    float: right;
    margin-left: 30px;
}
.copyright span a {
    color: #1e1e1e;
}
/*new linkedin plugin css*/
@media only screen and (max-width: 1350px) {
	.e-con.e-flex>.e-con-inner {
		max-width: 90%;
	}
	ul.primary-menu li.header-button a {
		padding: 10px 12px;
	}
	.primary-menu > li {
		margin: 0 0 0 20px !important;
	}
	ul.primary-menu li.header-button a img {
		width: 26px;
	}
	.main_banner .owl-carousel .owl-item .item {
		height:100%;
	}
	
	.main_banner .banner-detail .banner-container h2 {
		font-size: 42px;
		line-height: 50px;
	}
	.section-inner {
		max-width: 90%;
	}
	#site-footer .section-inner {
		gap: 30px;
	}
	.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title{
		font-size: 42px;
	}
	.ft_right {
		width: calc(100% - 180px);
	}
}

@media only screen and (max-width: 1280px) {
	ul.primary-menu li.header-button a {
		padding: 10px 12px;
	}
	ul.primary-menu li a {
		font-size: 15px;
	}
	ul.primary-menu li.header-button a {
		padding: 10px 12px;
	}
	ul.primary-menu li.header-button a img {
		width: 20px;
	}
	.site-logo img {
		max-height: inherit;
		width: 100px;
	}
	.header-titles-wrapper {
		margin-right: 0;
	}
	.job_section2_right {
		padding: 20px;
	}
	.job_section2_right .elementor-widget-image-box p.elementor-image-box-description a {
		font-size: 18px;
		line-height: 22px;
	}
	.ft_links ul li {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 1200px) {
	.primary-menu > li {
		margin: 0 0 0 18px !important;
	}
	.primary-head.elementor-widget-heading .elementor-heading-title, .home_about .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 42px;
		line-height: 50px;
	}
	.home-story .secondry-text.elementor-widget-text-editor .elementor-widget-container {
		max-width: 100%;
	}
}
@media only screen and (max-width: 1100px) {
	.primary-menu > li {
		margin: 0 0 0px 18px !important;
	}
	ul.primary-menu li a {
		font-size: 13px;
	}
	ul.primary-menu li.header-button a {
		padding: 10px 12px;
	}
	ul.primary-menu li.header-button a img {
		width: 20px;
	}
	.site-logo img {
		max-height: inherit;
		width: 90px;
	}
	.header-titles-wrapper {
		margin-right: 0;
	}
	.ft_links ul li {
   		 margin-left: 15px;
	}
}
@media only screen and (max-width: 1080px) {
	.counter-section .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 40px;
		line-height: 42px;
	}
	.canada-cols .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 30px;
		line-height: 40px;
	}
	.abs-number.elementor-widget-heading .elementor-heading-title {
		font-size: 82px;
		line-height: 56px;
	}
	.sponser_left .elementor-heading-title.elementor-size-default {
		font-size: 32px;
		line-height: 42px;
	}
	.sponser_left {
		padding: 35px 0px 35px 50px;
	}
	.inner-banner .elementor-widget-heading .elementor-heading-title {
		font-size: 42px;
		line-height: 42px;
	}
	.opening_position .job_block:first-child {
		width: 40%;
	}
	.opening_position .job_block:nth-child(2) {
		width: 20%;
	}
	.primary-menu > li {
		margin: 0 0 0px 18px !important;
	}
	.achievement-section .primary-head.blackfont.elementor-widget-heading .elementor-heading-title {
		font-size: 34px;
		line-height: 42px;
	}
	.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title span {
		font-size: 20px;
		line-height: 22px;
		display: inline-block;
		margin-top: 8px;
	}
	.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 36px;
	}
	.custom_title .elementor-heading-title.elementor-size-default {
		font-size: 36px;
		line-height: 40px;
	}
	.highlight_font.elementor-widget-text-editor .elementor-widget-container {
		font-size: 22px;
		line-height: 28px;
	}
	.Initiatives-section .primary-head.elementor-widget-heading .elementor-heading-title {
		margin-bottom: 0;
		font-size:34px; 
		line-height:42px;
	}
/* 	.home-contact input, .home-contact textarea {
		margin-bottom: 10px;
	} */
	.full-cols p.resume-button {
		width: 95px;
	}
	.home-contact.career-form .full-cols p.resume-button {
		width: 115px;
	}
	.full-cols input[type=file] {
		font-size: 14px !important;
	}
	.full-cols input[type=file]::file-selector-button {
		margin-right: 10px;
	}
	.home-contact select{
		margin-bottom: 10px;
	}
	.job_section2_left {
		padding: 0 30px 0 0;
	}
	.job_section2_right{
		width: 40%;	
	} 
	.ft_links ul li {
		margin-left: 13px;
	}
	.ft_links ul li a {
		font-size: 14px;
	}
	.main_banner .owl-carousel .owl-dots {
		bottom: 0;
	}
	.upcoming-cols .e-con-full.e-flex {
		padding: 30px !important;
	}
	.Initiatives-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 20px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 999px) {
	#site-header {
		z-index: 6;
	}
	.header-titles-wrapper {
		justify-content: space-between;
		padding: 0;
	}
	.toggle-inner .toggle-text{
		display:none;
	}
	.main_banner .banner-detail .banner-container h2 {
		font-size: 38px;
		line-height: 46px;
	}
	.primary-head.elementor-widget-heading .elementor-heading-title, .home_about .primary-head.elementor-widget-heading .elementor-heading-title, .custom_title .elementor-heading-title.elementor-size-default, .solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title, .achievement-section .primary-head.blackfont.elementor-widget-heading .elementor-heading-title {
		font-size: 36px;
		line-height: 40px;
	}
	.secondry-text.elementor-widget-text-editor .elementor-widget-container {
		font-size: 22px;
		line-height: 32px;
	}
	.counter-section,.home-story, .achievement-section, .solution-section-home{
		padding:80px 0;
	}
	.secondry-text.elementor-widget-text-editor .elementor-widget-container {
		font-size: 22px;
		line-height: 26px;
	}
	.home-story .secondry-text.elementor-widget-text-editor .elementor-widget-container{
		max-width:100%;
	}
	.counter-section .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 32px;
		line-height: 38px;
	}
	.Initiatives-section {
		padding: 80px 0 20px 0;
	}
	#site-footer .section-inner {	
		gap: 30px;
	}
	.ft_links ul li {
		margin-left: 12px;
	}
	.ft_links ul li a {
		font-size: 15px;
	}
	.ft_logo {
		float: left;
		width: 100px;
	}
	.ft_right {
		text-align: right;
		width: calc(100% - 100px);
	}
	span.toggle-text {
		display: none;
	}
	.inner-banner {
		padding: 180px 0 60px 0;
	}
	.home_about.career-text .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 32px;
		line-height: 36px;
	}
	.position-listing .elementor-widget-heading.primary-head .elementor-heading-title {
		font-size: 30px;
		line-height: 38px;
	}
	.position-listing .e-con-inner{
		padding-top:80px;
	}
	.position-listing .e-con-inner {
		padding-bottom: 0;
	}
	.upcoming-cols .e-con-full.e-flex {
		padding: 20px;
	}
	.main_banner .banner-detail .banner-container h2 {
		font-size: 32px;
		line-height: 36px;
	}
	.main_banner {
		padding-top: 80px;
	}
	.main_banner .banner-detail .banner-container a {
		padding: 15px 60px 15px 15px;
	}
	.modal-menu li.header-button  a img{
		display:none;
	}
	.job_section2_right {
		padding: 15px;
	}
	.job_section2_right .elementor-widget-image-box p.elementor-image-box-description a {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.main_banner .owl-carousel .owl-item{
		z-index:1;
	}
	.banner-container {
		width: 100%;
	}	
	.main_banner .banner-detail .banner-container h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.main_banner .banner-detail .banner-container p {
		font-size: 16px;
		line-height: 22px;
	}
	.main_banner .owl-carousel .owl-dots {
		bottom: 5px;
	}
	.primary-head.elementor-widget-heading .elementor-heading-title, .home_about .primary-head.elementor-widget-heading .elementor-heading-title, .custom_title .elementor-heading-title.elementor-size-default, .solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title, .achievement-section .primary-head.blackfont.elementor-widget-heading .elementor-heading-title {
		font-size: 32px;
		line-height: 40px;
	}
	.secondry-text.elementor-widget-text-editor .elementor-widget-container {
		font-size: 20px;
		line-height: 28px;
	}
	.counter-section, .home-story, .achievement-section, .solution-section-home{
		padding:50px 0;
	}
	.secondry-text.elementor-widget-text-editor .elementor-widget-container, .home-story .secondry-text.elementor-widget-text-editor .elementor-widget-container {
		font-size: 18px;
		line-height: 24px;
	}
	.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title {
		margin-bottom: 20px !important;
	}
	.achievement-section .primary-head.elementor-widget-heading .elementor-heading-title br{
		display:none;
	}
	.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title {
		line-height: 32px;
	}
	.solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title span {
		font-size: 20px;
		line-height: 22px !important;
		width: 100%;
        display: inline-block;
	}
	.CLW_Section {
		padding: 50px 0;
	}
	.highlight_font.elementor-widget-text-editor .elementor-widget-container {
		font-size: 20px;
	}
	.highlight_font.elementor-widget-text-editor .elementor-widget-container br{
		display:none;
	}
	.primary-head.elementor-widget-heading .elementor-heading-title br{
		display:none;
	}
	.Initiatives-section {
		padding: 50px 0 20px 0;
	}	
	.CLW_Section {
		padding: 50px 0;
	}
	.home-contact {
		padding: 50px 0;
	}
	#site-footer .section-inner {
		gap: 20px;
		flex-direction: column;
	}
	.ft_email, .copyright {
		text-align: center;
	}
	.ft_links ul{
		width:100%;  
		text-align:center;
	}
	.ft_links ul li {
		float: none;
		display: inline-block;
		margin:0 8px;
	}
	.ft_right {
		width: 100%;
	}
	.copyright ul {
		float: left;
		display: flex;
		width: 100%;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	footer#site-footer {
		padding: 50px 0;
	}
	.sponser_left {
		padding: 20px !important;
	}
	.sponser_link .elementor-widget-container {
		padding: 0 20px 20px 20px !important;
		float: left !important;
	}
	.sponser_left .elementor-heading-title.elementor-size-default br{
		display:none;
	}
	.sponser_left .elementor-heading-title.elementor-size-default {
		font-size: 24px;
		line-height: 32px;
	}
	.home-story.e-con {
		position: relative;
		display: inline-block !important;
	}
	.home-story.e-con.e-flex>.e-con-inner {
    	width: 100% !important;
		display: inline-block !important;
		position: relative;
		z-index: 2;
		max-width: 100%;
		padding: 0 5%;
	}
	.home-story.e-con.e-flex .tb_sp_post_wrapper{
		width:100% !important;
		margin-bottom:15px !important;
		padding:0 !important;
	}
	.home-story .primary-button.elementor-align-center.elementor-widget.elementor-widget-button {
		margin-top: 20px;
	}
	.inner-banner .elementor-widget-heading .elementor-heading-title {
		font-size: 32px;
		line-height: 32px;
	}
	.home_about.career-text .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 28px;
		line-height: 34px;
	}
	.opening_position .job_block {
		width: 100%;
		margin-bottom:20px;
	}
	.job_block a {
		float: left;
	}
	.opening_position {
		padding: 20px;
	}
	.position-listing .e-con-inner {
		padding-top: 50px;
	}
	.contact-head {
		margin-top: 50px;
	}
	.left-cols-f {
		width: 100%;
		float: left;
	}
	.right-cols-f {
		width: 100%;
		float: left;
	}
	.upload-row {
		display: flex;
		width: 100%;
		align-items: flex-center;
		flex-direction: row;
	}
	.full-cols p.resume-button {
		font-size: 16px;
		margin: 0 10px 5px 0;
	}
	.opening_position .job_block:first-child {
		width: 100%;
	}
	.opening_position .job_block:nth-child(2) {
		width: 100%;
	}
	.job_section2_left {
		padding: 0 !important;
	}
	.job_section2_right {
		height: auto;
		gap: 0;
	}
	.position-detail-text .primary-text .elementor-widget-container {
		padding: 50px 0 20px 0 !important;
	}
	.job_section2_left .elementor-widget-text-editor {
		margin-bottom: 20px !important;
	}
	.counter-three .elementor-widget-counter .elementor-counter-number-wrapper {
		margin-top: 0;
	}
	.achievement-section .elementor-widget-heading h3.elementor-heading-title br{
		display:none;
	}
	.primary-head.elementor-widget-heading .elementor-heading-title, .home_about .primary-head.elementor-widget-heading .elementor-heading-title, .custom_title .elementor-heading-title.elementor-size-default, .achievement-section .primary-head.blackfont.elementor-widget-heading .elementor-heading-title, .Initiatives-section .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	.achievement-section .elementor-widget-heading h3.elementor-heading-title {
		font-size: 22px;
		line-height: 26px;
	}
	.solution-section-home .elementor-widget-heading h4.elementor-heading-title {
		font-size: 22px;
		line-height: 28px;
	}
	.opening_position {
		flex-direction:column;
	}
	.upcoming-cols .e-con-full.e-flex{
		width:100%;
	}
	.main_banner .owl-carousel.owl-drag .owl-item .item {
		gap: 0;
		flex-direction: column;
	}
	.banner-detail {
		width: 100%;
	}
	.main_banner .owl-carousel .owl-item img {
		width: 50%;
		height: auto;
		object-fit: inherit;
		object-position: inherit;
		width: 100%;
	}
	.main_banner {
		padding-top: 145px;
	}
	.main_banner .banner-detail .banner-container p{
		margin-bottom:30px;
	}
	.banner-detail {
		margin-bottom: 30px;
	}
	.main_banner .banner-detail .banner-container a {
		font-size: 14px;
		line-height: 22px;
	}
	.main_banner .owl-carousel .owl-dots {
		bottom: -35px;
	}
	.Initiatives-section .elementor-widget-image-box .elementor-image-box-title {
		font-size: 20px;
		line-height: 26px;
	}
	.main_banner .owl-carousel .owl-dots {
		display: none;
	}
	.tb_see_more_btn_wrap {
		padding-top: 20px !important;
	}
	.solution-section-home .elementor-widget-icon-box{
		margin-bottom:15px !important;
	}
	.full-cols p.resume-button {
		width: 95px;
		margin-right: 0 !important;
	}
	.ft_logo a img {
		width: 80px;
	}
	.home-contact.career-form .full-cols p.resume-button {
		width: 120px;
	}
}
@media only screen and (max-width: 430px) {
	.ft_links ul li {
		margin-left: 0;
		width: 45%;
		text-align: center;
	}
	.ft_email  a {
		font-size: 22px;
	}
}
@media only screen and (max-width: 450px) {
	.upload-row {
		align-items: flex-start;
		flex-direction: column;
	}
}
@media only screen and (max-width: 400px) {
	.modal-menu li a {
		font-size: 22px !important;
		line-height: 22px;
	}
	.home_about.career-text .primary-head.elementor-widget-heading .elementor-heading-title, .position-listing .elementor-widget-heading.primary-head .elementor-heading-title, .solution-section-home .primary-head.elementor-widget-heading .elementor-heading-title, .Initiatives-section .primary-head.elementor-widget-heading .elementor-heading-title {
		font-size: 24px;
		line-height: 30px;
	}
	.main_banner .banner-detail .banner-container h2 {
		font-size: 28px;
		line-height: 33px;
		letter-spacing: 0;
	}
	.main_banner::after {
		height: 150px;
		bottom: -5px;
	}
	.upload-row {
		display: flex;
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
	}
	.ft_links ul li {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.inner-banner .elementor-widget-heading .elementor-heading-title {
		font-size: 28px;
		line-height: 32px;
	}
}