/* About Section */

.about-section-update {
	position: relative;
	padding-bottom: 90px;
}

.about-section-update .image-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.about-section-update .image-wrapper .image-one {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 30px;
}

.about-section-update .image-wrapper .image-one .image {
	position: relative;
	overflow: hidden;
}

.about-section-update .image-wrapper .image-one img {
	position: relative;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.about-section-update .image-wrapper .image-one:hover img {
	transform: scale(1.1);
}

.about-section-update .image-wrapper .image-one .image:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.about-section-update .image-wrapper .image-one .image:hover:before {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

.about-section-update .image-wrapper .image-one p {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 99;
    background-image: -webkit-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    box-shadow: 0px 8px 16px 0px rgba(255, 100, 0, 0.3);
    border-radius: 50%;
}

.about-section-update .image-wrapper .image-one:after {
    position: absolute;
    content: '';
    border: 5px solid #fff;
    background-image: -webkit-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    width: 100px;
    height: 108px;
    left: -30px;
    top: -40px;
    z-index: 9;
}

.about-section-update .image-wrapper .image-one:before {
    position: absolute;
    content: '';
    right: -40px;
    top: -40px;
    width: 200px;
    height: 200px;
    background-image: url(../images/resource2/shape-3.png);
}

.about-section-update .content-box {
	margin-left: 10px;
}

.about-section-update .content-box .sec-title {
	margin-bottom: 50px;
}

.about-section-update .content-box .icon-box {
	position: relative;
	box-shadow: 11px 0px 20px 3px rgba(0, 0, 0, 0.08);
	padding: 30px;
}

.about-section-update .content-box .icon-box .icon {
	margin-bottom: 20px;
}

.about-section-update .content-box .icon-box h5 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

.about-section-update .content-box .icon-box h2 {
	font-size: 20px;
	font-weight: 700;
}

.about-section-update .content-box .info-column {
	position: relative;
	margin-bottom: 30px;
}


.about-section-update .content-box .info-column:last-child {
}




/* Why Choose us Section */

.why-chooseus-section-update {
	position: relative;
	padding: 120px 0 90px;
}

/* Tab style one */

.tab-btn-style-one {
	position: relative;
	margin-bottom: 30px;
	border: 0px;
	border-bottom: 2px solid #e9e9e9;
}

.tab-btn-style-one li {
	display: inline-block;
}

.tab-btn-style-one .nav-item .nav-link {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #282828;
	border: 0px;
	padding: 12px 20px;
}

.tab-btn-style-one .nav-item .nav-link:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background-color: #e9e9e9;
	opacity: 0;
}

.tab-btn-style-one .nav-item .nav-link.active:before {
	opacity: 1;
}

.why-chooseus-section-update .content-box {
	position: relative;
}

.why-chooseus-section-update .content-box .image {
	float: left;
	margin-right: 30px;
	margin-top: 6px;
}

.why-chooseus-section-update .content-box .text p {
	margin-bottom: 20px;
	font-size: 18px;
}

.why-chooseus-section-update .image-wrapper .image-one {
	position: relative;
	margin-left: 70px;
	overflow: hidden;
}

.why-chooseus-section-update .image-wrapper .image-two {
	position: relative;
	overflow: hidden;
	border: 10px solid #fff;
	margin-top: -67px;
	display: inline-block;
	margin-bottom: 30px;
	z-index: 9;
	float: right;
}

.why-chooseus-section-update .image-wrapper .image-two img {
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.why-chooseus-section-update .image-wrapper .image-two:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.why-chooseus-section-update .tab-btn-style-one .nav-item .nav-link {
    background: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 17px 25px;
    border-radius: 0;
}

.why-chooseus-section-update .tab-btn-style-one .nav-item .nav-link.active {
	-webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #fff;
}

.why-chooseus-section-update .tab-btn-style-one li.nav-item {
    margin-right: 30px;
}

.why-chooseus-section-update .tab-btn-style-one {
    border-bottom: 0;
}

.why-chooseus-section-update .tab-btn-style-one .nav-item .nav-link.active:before {
    opacity: 0;
}

.why-chooseus-section-update .list {
    position: relative;
}

.why-chooseus-section-update .list li {
    position: relative;
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.why-chooseus-section-update .list li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    color: #282828;
    background: #fff;
    font-size: 16px;
}

/* News Section */

.news-section-update {
	position: relative;
	padding: 120px 0 90px;
	background-color: #f8f8f8;
}

.news-section-update .sec-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 605px;
	background-size: cover;
}

.news-section-update .sec-bg:before {
	position: absolute;
	content: '';
	background-color: #282828;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}

.news-block-one-update {
	position: relative;
}

.news-block-one-update .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.news-block-one-update .image {
	position: relative;
	overflow: hidden;
}

.news-block-one-update .image img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.news-block-one-update .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.news-block-one-update .lower-content {
	position: relative;
	padding: 30px 40px 20px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(40, 40, 40, 0.1);
	box-shadow: 0px 8px 16px 0px rgba(40, 40, 40, 0.1);
	background-color: #fff;
}

.news-block-one-update .category {
	position: absolute;
	font-size: 14px;
	font-weight: 700;
	padding: 6.5px 20px;
	color: #fff;
	border-radius: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	margin-right: 0;
	top: 30px;
	right: 0;
}

.news-block-one-update .post-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.news-block-one-update .post-meta li a {
	font-size: 14px;
	font-weight: 700;
	color: #282828;
}

.news-block-one-update .post-meta li {
	margin-right: 20px;
}

.news-block-one-update .post-meta li a i {
	position: relative;
	margin-right: 5px;
}

.news-block-one-update h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.news-block-one-update h3 a {
	color: #282828;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.award-section .year {
    top: 100px !important;
}

.award-section {
    padding-top: 220px !important;
}

.award-section .feature-image .image-two {
    top: 140px !important;
}

.contact-section .icon-box {
    position: relative!important;
    margin: 0 auto!important;
    text-align: left!important;
    padding: 30px 29px!important;
    margin-bottom: 30px!important;
    box-shadow: 11px 0px 20px 3px rgba(0, 0, 0, 0.08) !important;
    background-color: #fff;
    width: 100% !important;
}

.contact-section .contact-info {
	margin: 0 !important;
}


/* Main Footer */

.main-footer-update {
    position: relative;
    padding: 80px 0 0;
    background: #14212b;
}

.main-footer-update .top-content {
	position: relative;
	margin-bottom: 50px;
}

.main-footer-update .widgets-section {
    margin-bottom: 40px;
}

.main-footer-update .logo-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer-update .logo-widget .footer-logo {
	position: relative;
	margin-bottom: 20px;
}

.main-footer-update .logo-widget .text {
	color: #7d91a0;
	font-size: 18px;
	font-weight: 300;
}

.main-footer-update .logo-widget .social-links {
	position: relative;
}

.main-footer-update .logo-widget .social-links li {
	display: inline-block;
	font-size: 15px;
	margin-right: 15px;
}

.main-footer-update .logo-widget .social-links a {
	color: #7d91a0;
	transition: .5s;
}

.main-footer-update .newsletter {
	position: relative;
	border: 2px solid #1d2d3a;
	padding: 50px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.main-footer-update .newsletter h4 {
	position: relative;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}

.main-footer-update .newsletter input {
	width: 100%;
	border-bottom: 3px solid #33495b;
	height: 72px;
	color: #7d91a0;
	background-color: transparent;
	margin-bottom: 20px;
	vertical-align: middle;
}

.main-footer-update .newsletter button {
	margin-bottom: 20px;
	border-radius: 0;
}

.main-footer-update .newsletter .btn-style-one .btn-title {
	padding: 21px 50px;
	border-radius: 0;
}

@media only screen and (min-width: 992px) {
	.main-footer-update .newsletter input {
		width: calc(100% - 41%);
	}
	.main-footer-update .newsletter button {
		margin-left: 60px;
	}
}

.main-footer-update .footer-widget h3 {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.main-footer-update .links-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer-update .links-widget li {
	font-size: 18px;
	font-weight: 300;
	color: #7d91a0;
	margin-bottom: 13px;
}

.main-footer-update .links-widget li a {
	color: #7d91a0;
	transition: .5s;
}

.main-footer-update .contact-widget {
	position: relative;
}

.main-footer-update .contact-widget .text {
	font-size: 18px;
	font-weight: 300;
	color: #7d91a0;
	margin-bottom: 20px;
}

.main-footer-update .contact-widget ul li {
    font-size: 18px;
    font-weight: 300;
    color: #7d91a0;
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-footer-update .contact-widget ul li a {
	color: #7d91a0;
	transition: .5s;
}

.main-footer-update .contact-widget ul li a:hover {
	color: #fff;
}

.main-footer-update .contact-widget ul li i {
	margin-right: 10px;
	width: 20px;
}

.main-footer-update .contact-widget ul li .text {
	margin-bottom: 0;
}

.main-footer-update .instagram-widget {
	margin-bottom: 30px;
}

.main-footer-update .instagram-widget .wrapper-box .image .overlay-link a {
	font-size: 22px;
}

.main-footer-update .instagram-widget .wrapper-box {
	margin: 0 -5px;
}

.main-footer-update .instagram-widget .wrapper-box .image {
	margin: 0 5px 10px;
}

@media only screen and (min-width: 992px) {
	.main-footer-update .contact-widget {
		margin-left: -50px;
	}
	.main-footer-update .instagram-widget {
	    margin-left: -70px;
	}
}

.main-footer-update .footer-bottom {
	border-top: 2px solid #1d2d3a;
	padding: 30px 0 15px;

}

.main-footer-update .footer-bottom .copyright {
	position: relative;
	font-size: 18px;
	color: #7d91a0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.main-footer-update .footer-bottom .copyright div {
	margin-bottom: 15px;
}


/* Team Block Two */

.team-block-two {
    position: relative;
}

.team-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    display: inline-block;
}

.team-block-two .image {
    position: relative;
    overflow: hidden;
}

.team-block-two .image img {
    width: 100%;
    transition: .5s;
}

.team-block-two .inner-box:hover .image img {
    transform: scale(1.1);
}

.team-block-two .content {
    position: relative;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    bottom: 0;
    padding: 29px 0;
}

.team-block-two h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    transition: .5s;
}

.team-block-two .designation {
    font-size: 14px;
    font-weight: 700;
    transition: .5s;
    position: relative;
}

.team-block-two .overlay-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.team-block-two .inner-box:hover .overlay-box{
    opacity: 1;
    visibility: visible;
}

.team-block-two .overlay-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .9;
}

.team-block-two .social-links{
    position: relative;
    text-align:center;
    opacity:0;
    visibility:hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    transition: 1s;
}

.team-block-two .inner-box:hover .social-links{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-block-two .social-links li{
    position: relative;
    margin: 0;
}

.team-block-two .social-links li a{
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .search-box .form-group input[type="text"], 
.sidebar .search-box .form-group input[type="search"] {
    border-radius: 0 !important;
}

.sidebar .search-box .form-group button {
    border-radius: 0 !important;
}

.sidebar .categories.update ul li a {
    background: #f4f4f4;
    border-radius: 0px;
    color: #666;
    transition: .5s;
}

.sidebar .categories.update ul li:hover a {
	color: #fff;
}

.sidebar .categories.update ul li .total-post {
    background: transparent;
    color: #444;
    transition: .5s;
}

.sidebar .categories.update ul li:hover .total-post {
	color: #fff;
}

.news-block-two.update .category {
	position: absolute;
    top: 30px;
    right: 0;
    border-radius: 0;
}

.blog-single-post.update .image {
	margin-bottom: 15px;
}

.news-block-two.update .post-meta {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.blog-single-post.update blockquote {
    text-align: left;
    color: #555555;
    font-size: 20px;
    font-weight: 500;
    background: #f4f4f4;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.13);
    border-radius: 0;
    padding: 35px 30px;
}

.blog-single-post.update blockquote:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
}

.blog-single-post.update blockquote .text {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    line-height: 33px;
    margin-left: 20px;
}

.blog-single-post.update .text-block {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.blog-single-post.update .post-share .left-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-single-post.update .post-share .left-column h4 {
    margin-right: 10px;
}

.blog-single-post.update .post-share .right-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-single-post.update .post-share h4 {
    margin-bottom: 5px;
}

.blog-single-post.update .post-share {
    background: #f4f4f4;
    border: 0;
    padding: 16px 0;
    margin: 55px 0 70px;
}

.blog-single-post.update .post-share:before {
    position: absolute;
    content: '';
    left: -45px;
    right: -45px;
    top: 0;
    bottom: 0;
    background: #f4f4f4;
}

.blog-single-post.update .post-share .tag-list li a {
    border-radius: 0;
    background: #fff;
}

.blog-single-post.update .post-share .tag-list li a:before {
    border-radius: 0;
}

.blog-single-post.update .blog-post-pagination .wrapper-box .column>* {
    padding: 48px 30px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.13);
    width: 100%;
    margin-bottom: 15px;
}

.blog-single-post.update .blog-post-pagination h4 {
    font-size: 24px;
}

.blog-single-post.update .blog-post-pagination .next-post {
	text-align: left;
}

.blog-single-post.update .blog-post-pagination .next-post i {
	float: right;
}

.blog-single-post.update .blog-post-pagination .prev-post i {
	margin-right: 15px;
}

.blog-single-post.update .blog-post-pagination i {
	font-weight: normal;
}

.blog-single-post.update .post-share .tag-list li {
	margin-bottom: 0;
}

.sidebar-widget {
    border: 0 !important;
    box-shadow: none!important;
}

.news-block-two .lower-content {
    border: 0px !important;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
}

.blog-single-post.update .related-post .lower-content {
	padding-bottom: 30px;
	box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}

.blog-single-post.update .related-post {
	margin-bottom: 100px;
}

.blog-single-post.update .related-post h3 {
	margin-bottom: 10px;
}

.news-block-two.update .related-post .post-meta {
	border-bottom: 0;
	padding-bottom: 0;
	color: #666666;
}

.news-block-two.update .related-post .post-meta li a i,
.news-block-two.update .related-post .post-meta li a {
	-webkit-text-fill-color: #444;
}

.blog-single-post.update .related-post .group-title {
	margin-bottom: 30px;
}


.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}

.why-chooseus-section-update .tab-btn-style-one .nav-item .nav-link.active {
    background-image: -moz-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
}

.contact-section.update .right_pas {
    padding-top: 55px;
}
.contact-section.update .contact-info .border-box .border_top {
    display: none;
}
.contact-section.update .contact-info .border-box .border_middile {
    display: none;
}
.news-block-one-update .category a {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    padding: 6.5px 20px;
    color: #fff;
    border-radius: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-right: 0;
    top: 30px;
    right: 0;
	background-image: -moz-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
}
section.sponsors-section.pt-0.left.tt {
    padding-top: 120px !important;
}