body {
	font-family: 'Open Sans', sans-serif !important;
}
.row.row-clr {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
a, button {
	transition: all ease 0.4s;
}
a {
	text-decoration: none !important;
}
button:focus {
    outline: none !important;
}
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}
.form-control:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}
.form-control::placeholder {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ec4732 !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
}
.custom-btn {
    background-color: #eb1c24;
    color: #ffffff !important;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 16px 30px;
    display: inline-block;
}
.custom-btn.white {
    background-color: #ffffff;
    color: #eb1c24 !important;
}
.custom-btn svg {
    transition: all ease 0.4s;
    position: relative;
    right: -5px;
}
.custom-btn:hover svg {
    transition: all ease 0.4s;
    right: -12px;
}
.custom-link {
    color: #eb1c24 !important;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-block;
	cursor: pointer;
}
.custom-link svg {
    transition: all ease 0.4s;
    position: relative;
    right: -5px;
}
.custom-link:hover svg {
    transition: all ease 0.4s;
    right: -12px;
}
.v-center {
    margin: auto !important;
}
.title {
    color: #000000;
    font-size: 42px;
    font-weight: bold;
}
.title.white {
    font-size: 50px;
}
.title.white,
.title.white span {
    color: #ffffff;
}
.title.white span:after {
    background-color: #ffffff;
}
.title span {
    display: block;
    font-weight: 400;
    color: #5b5b5d;
    font-size: 15px;
    padding-left: 60px;
    margin-bottom: 10px;
    position: relative;
}
.title span:after {
    content: "";
    position: absolute;
    background-color: #eb1c24;
    width: 45px;
    height: 2px;
    top: 8px;
    left: 0;
}
.title.only-line:after {
    content: "";
    position: absolute;
    background-color: #eb1c24;
    width: 45px;
    height: 2px;
    top: -10px;
    left: 17px;
}
.sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.sub-title span {
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
}

.p120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-100 {
    padding-top: 100px;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.h-full {
    height: 100%;
}
.h-min {
    height: calc(100% - 10px);
}
.bg-gray2 {
    background-color: #f2f2f2;
}
.body-txt {
	color: #6f6f6f;
    font-size: 15px;
}
.custom-modal .modal-dialog {
    max-width: 60%;
}
.custom-modal .modal-content {
    border-radius: 0;
    outline: 0;
}
.custom-modal .close {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #ec1c24;
    opacity: 1;
    z-index: 999;
}
.custom-modal .modal-body {
    padding: 40px 60px;
}
.custom-modal .sub-title {
    margin-bottom: 20px;
}
.no-dot .slick-dots {
	display: none;
}
.arrow-main {
    position: absolute;
    bottom: 90px;
    right: 20%;
    z-index: 10;
    cursor: pointer;
}
.arrow-main>.arrow-box {
    position: relative;
    right: 0;
    display: inline-block;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #fff;
    transition: opacity .3s;
}
.arrow-main .arrow-box span:nth-of-type(1) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.arrow-main .arrow-box span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}
.arrow-main .arrow-box span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}
.arrow-main .arrow-box span:nth-of-type(4) {
    top: 48px;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.arrow-main .arrow-box span {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: arrowDown 1s infinite;
    -moz-animation: arrowDown 1s infinite;
    -ms-animation: arrowDown 1s infinite;
    -o-animation: arrowDown 1s infinite;
    animation: arrowDown 1s infinite;
    opacity: 0;
    box-sizing: border-box;
}

@-webkit-keyframes arrowDown {
    0% { opacity:0;}	
   20% { opacity:1;}	
   80% { opacity:1;}	
  100% { opacity:0;}	
}
@keyframes arrowDown {
    0% { opacity:0;}	
   20% { opacity:1;}	
   80% { opacity:1;}	
  100% { opacity:0;}	
}
.grid-style .slick-slider {
    margin: 0 -1px;
}
.grid-style .slick-slide {
    margin-right: 1px;
    margin-left: 1px;
}
.home-main-banner .slick-next {
    right: 30px;
	z-index: 9;
}
.home-main-banner .slick-prev {
    left: 30px;
    z-index: 9;
}
.home-main-banner .slick-next:before, .home-main-banner .slick-prev:before {
    display: none;
}
.home-main-banner .slick-next:after {
	content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    background: url(../img/chevron-right.svg) no-repeat;
	background-size: contain;
}
.home-main-banner .slick-prev:after {
	content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
	background: url(../img/chevron-left.svg) no-repeat;
	background-size: contain;
}


/*Header style*/
#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    padding: 10px 15%;
    transition-duration: 0.4s;
}
.header-dark #main-nav {
    background-color: #262626;
}
#main-nav.scrolled {
    background-color: #ffffff;
    box-shadow: 0 1px 10px -5px rgb(0 0 0 / 15%);
    padding: 0px 15%;
    transition-duration: 0.4s;
}
#main-nav.scrolled .navbar-nav .nav-link,
#main-nav.scrolled .navbar-nav .dropdown-item {
    color: #040707;
    font-size: 14px;
}
#main-nav.scrolled .dropdown-menu {
    background-color: #ffffff;
}
#main-nav.scrolled .navbar-nav .nav-link span {
    color: rgb(0 0 0 / 45%);
}
#main-nav .navbar-brand {
	position: relative;
}
#main-nav .navbar-brand img.scroll-logo {
    position: absolute;
    left: 0;
    transition-duration: 0.4s;
    opacity: 0;
}
#main-nav.scrolled .navbar-brand img.scroll-logo {
    transition-duration: 0.4s;
    opacity: 1;
}
#main-nav .navbar-brand img {
    width: 130px;
    height: auto;
    transition-duration: 0.4s;
}
#main-nav .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
#main-nav .navbar-nav .dropdown-item {
    font-size: 15px;
}
#main-nav .navbar-nav .nav-item {
    padding-left: 45px;
}
#main-nav .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    background-color: #eb1c24;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition-duration: 0.4s;
}
#main-nav .navbar-nav .nav-item .nav-link:hover:before {
    opacity: 1;
    transition-duration: 0.4s;
}
#main-nav .navbar-nav .nav-item.active .nav-link:before {
    opacity: 1;
    transition-duration: 0.4s;
}
#main-nav .navbar-nav .nav-link span {
    display: block;
    font-size: 12.5px;
    color: rgb(255 255 255 / 45%);
}
#main-nav .navbar-nav {
    align-items: center;
}
#main-nav .navbar-nav .nav-item.search-item {
    padding-left: 85px !important;
}
#main-nav .navbar-nav .nav-item.search-item {
    padding-left: 0;
    padding-right: 10px;
}
#main-nav .navbar-nav .nav-item.search-item .nav-link:after {
    display: none;
}
#main-nav .navbar-nav .nav-item.search-item .nav-link {
    cursor: pointer;
}
#main-nav .navbar-nav .nav-item.search-item .nav-link:hover {
    color: #f2eb19;
}
#main-nav .dropdown-item.active, #main-nav .dropdown-item:active {
    background-color: transparent;
}
#main-nav .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
	left: 18px;
}
#main-nav .dropdown-menu .dropdown-item {
    color: #ffffff;
    position: relative;
}
#main-nav .dropdown-menu .dropdown-item:after {
    content: "";
    position: absolute;
    background-color: #eb1c24;
    width: 80%;
    margin: auto;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition-duration: 0.4s;
}
#main-nav .dropdown-menu .dropdown-item:hover:after,
#main-nav .dropdown-menu .dropdown-item.active:after {
    opacity: 1;
    transition-duration: 0.4s;
}
#main-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}
#main-nav .navbar-nav .contact-nav-item .nav-link {
    padding: 0;
}
#main-nav .navbar-nav .contact-nav-item .nav-link:before {
    display: none;
}
#main-nav .navbar-nav .contact-nav-item .nav-link:hover {
    color: #eb1c24;
}
#main-nav .navbar-nav .contact-nav-item .nav-link:last-child {
    font-size: 14px;
}
#main-nav .navbar-nav .contact-nav-item {
    text-align: right;
}
/*End Header style*/

/*Page Styles*/
.inner {
    width: 70%;
    margin: auto;
}
.home-main-banner {
    position: relative;
}
.home-main-banner-box {
	position: relative;
}
.home-main-banner .slick-dots {
    bottom: 20px;
}
.home-main-banner .slick-dots li button:before {
    display: none;
}
.home-main-banner .slick-dots li button {
    background-color: #ffffff;
    padding: 0;
    width: 50px;
    height: 3px;
}
.home-main-banner .slick-dots li.slick-active button {
    background-color: #eb1c24;
}
.home-main-banner .slick-dots li {
    width: auto;
    height: auto;
	opacity: 0.6;
}
.home-main-banner .slick-dots li.slick-active {
	opacity: 1;
}
.slider-inf-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 68.5%;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
}
.slider-inf-box span {
    font-size: 14px;
    position: relative;
    padding-left: 60px;
}
.slider-inf-box span:after {
    content: "";
    position: absolute;
    background-color: #eb1c24;
    width: 340px;
    height: 2px;
    left: -300px;
    top: 10px;
}
.slider-inf-box h2 {
    font-size: 56px;
    font-weight: bold;
    margin: 10px 0 20px;
}
.slider-inf-box p {
    font-size: 15px;
    max-width: 45%;
    font-weight: 300;
    color: #dbdbdb;
}
.home-main-banner-thumb {
    padding-left: 15.7%;
    margin-top: -260px;
}
.home-main-banner-thumb .item {
    width: 410px;
    position: relative;
}
.home-main-banner-thumb .item img {
    width: 100%;
    height: auto;
}
.home-main-banner-thumb .item p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #ffffff;
    z-index: 2;
    transition-duration: 0.4s;
}
.home-main-banner-thumb .item:after {
    content: "";
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    position: absolute;
    transition-duration: 0.4s;
}
.home-main-banner-thumb .item.slick-current:after {
    background-color: rgb(255 255 255 / 40%);
    transition-duration: 0.4s;
}
.home-main-banner-thumb .item:after {
    opacity: 1;
    transition-duration: 0.4s;
}
.home-main-banner-thumb .item.slick-current p {
    color: #000000;
    transition-duration: 0.4s;
}
.home-main-banner-thumb .slick-slider {
    margin: 0 -15px;
}
.home-main-banner-thumb .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}
.grid-style .t-scroll {
    height: 150px;
}
.job-advert-scroll {
    height: 200px;
}	
.grid-style .item {
    padding-bottom: 30px;
}
.grid-style .item .box {
    padding: 0 15px;
}
.grid-style .item span {
    color: #eb1c24;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.grid-style .item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.grid-style .item p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.grid-style .item a {
    margin-top: 40px;
}
.grid-style .item.with-txt .txt-box {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    width: calc(100% - 100px);
    left: 0;
    right: 0;
    margin: auto;
}
.white-txt.item span,
.white-txt.item h3,
.white-txt.item a,
.grid-style .item .red-box span,
.grid-style .item .red-box h3,
.grid-style .item .red-box a {
    color: #ffffff !important;
}
.white-txt.item span,
.grid-style .item .red-box span {
    font-weight: 400;
}
.white-txt.item p,
.grid-style .item .red-box p {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.7;
}
.item.with-txt a {
    margin-top: 10px;
}
.grid-style .item .red-box {
    background-color: #ec1d25;
    position: relative;
    padding: 80px 40px;
    min-height: 402px;
}
.grid-style .item .red-box:after,
.top-arrow:after,
.side-arrow:after {
    content: "";
    position: absolute;
    background-color: #ec1d25;
    width: 25px;
    height: 25px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -12px;
    left: 40px;
}
.grid-style .with-white-box {
    position: relative;
    padding-bottom: 20px;
}
.grid-style .with-white-box .box {
    position: absolute;
    bottom: 60px;
    left: 45px;
    padding: 60px 40px;
    background-color: rgb(255 255 255 / 82%);
    width: 55%;
}
.grid-style .with-white-box .custom-link {
    position: absolute;
    bottom: 60px;
    right: 50px;
    margin: 0;
    font-weight: 600;
}
.grid-style .item .gray-box {
    background-color: #e5e5e5;
    min-height: 375px;
    position: relative;
}
.bg-gray2 .grid-style .item .gray-box {
    background-color: #d9d9d9;
}
.grid-style3.grid-style .item .gray-box {
    min-height: 405px;
}
.grid-style3.grid-style .item .gray-box .box-title {
    color: #000000;
    font-weight: 600;
}
.grid-style3.grid-style .grid-slider .s-item a p {
    font-size: 20px;
    margin-bottom: 20px !important;
}
.grid-style3.grid-style .grid-slider .s-item a h3 {
    font-size: 26px;
}
.grid-style3.grid-style .slick-dots {
    top: 350px;
    bottom: initial;
    text-align: right;
}
.grid-style3.grid-style .testimonials-slider .slick-dots {
    top: inherit;
    bottom: initial;
    text-align: center;
	left: 0;
}
.testimonials-slider .slick-dots li button:before {
    display: none;
}

.testimonials-slider .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    background: #ffffff;
	opacity: 0.5;
}
.testimonials-slider .slick-dots li.slick-active button {
	opacity: 1;
}
.testimonials-slider {
    padding: 100px 30px 0;
}
.testimonials-box svg {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -30px;
    left: -45px;
    color: #ffffff;
    z-index: 0;
    opacity: 0.3;
}
.testimonials-slider h3 {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 30px;
}
.testimonials-slider a img {
    width: 120px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 5px;
    display: inline-block;

	vertical-align: top;
}
.testimonials-slider a p {
    display: inline-block;
    width: 78%;
    vertical-align: top;
	padding-left: 20px;
}
.testimonials-slider .box-title {
	
}
.with-slider .gray-box {
    min-height: auto !important;
    position: absolute !important;
    top: 0;
    width: calc(100% - 30px);
    background-color: transparent !important;
}
.item.with-slider {
    padding-bottom: 20px;
}
.grid-slider.top-dot .slick-dots {
    top: 25px;
    text-align: right;
}
.grid-slider.with-rows .s-item ul {
    padding: 0;
    margin: 0;
}
.grid-slider.with-rows .s-item ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.grid-slider.with-rows .s-item ul li a {
    position: relative;
}
.grid-slider.with-rows .s-item ul li a:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 80%;
    height: 1px;
    left: 0;
    bottom: 20px;
    opacity: 0;
    transition-duration: 0.4s;
}
.grid-slider.with-rows .s-item ul li a:hover:after {
    opacity: 1;
    transition-duration: 0.4s;
}
.grid-slider.job-advert .j-title {
    margin: 0;
}
.grid-slider.job-advert .j-sector {
    margin: 0;
}

.grid-style .item .gray-box .box-title {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #5b5b5d;
    margin: 0;
    font-weight: 500;
}
.grid-style .item .gray-box .box {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.grid-style .item .gray-box .box .counter-txt,
.grid-style .item .gray-box .box .counter-txt>div {
    color: #eb1c24;
    display: inline-block;
    font-size: 72px;
}
.grid-style .item .gray-box .box .counter-txt2 {
    font-size: 16px;
}
.grid-style .grid-slider {
    padding: 120px 30px 0;
}
.grid-style .grid-slider .s-item a {
    color: #212529;
    padding-bottom: 25px;
    display: block;
    margin: 0;
	position: relative;
    z-index: 2;
}
.grid-style .grid-slider .s-item a h3 {
    margin-bottom: 5px !important;
    font-size: 18px;
    transition-duration: 0.4s;
}
.grid-style .grid-slider .s-item a:hover h3 {
    color: #ec1d25;
    transition-duration: 0.4s;
}
.grid-style .grid-slider .s-item a p {
    margin-bottom: 0px !important;
    font-size: 13px;
}
.grid-slider .slick-dots li button:before {
    display: none;
}
.grid-slider .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    background: #ffffff;
}
.grid-slider .slick-dots li.slick-active button {
    background: #ec1d25;
}
.grid-slider .slick-dots li {
    width: 12px;
    height: 2px;
}
.grid-slider .slick-dots {
    bottom: initial;
    top: 330px;
    left: 0;
    padding: 0 30px;
    text-align: left;
}
.testimonials-box {
    background-color: #ec1d25 !important;
}

.video-sec {
    background-image: url(../img/home/bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.video-sec .left {
    padding-right: 5%;
}
.video-sec .left p {
    color: #dedfe0;
    font-weight: 300;
    font-size: 15px;
}
.video-sec .left ul {
    padding: 0;
    margin: 0;
}
.video-sec .left ul li {
    list-style: none;
    padding: 12px 0;
}
.video-sec .left ul li img {
    display: inline-block;
    width: 5%;
    vertical-align: middle;
    height: auto;
}
.video-sec .left ul li p {
    display: inline-block;
    width: 92%;
    vertical-align: middle;
    margin: 0;
    padding-left: 20px;
    color: #fff;
}
.video-sec .left .custom-btn {
    margin-top: 50px;
}
.counter-box {
    display: flex;
    margin-bottom: 60px;
}
.counter-box .item {
    width: 45%;
}
.counter-box .item h2 {
    color: #ffffff;
    font-size: 70px;
}
.counter-box .item .counter-txt {
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    margin: 0;
    color: #dedfe0;
}
.client-sec .box {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 60px 10px;
    margin-bottom: 30px;
}
.client-sec .box img {
    width: 100px;
    height: auto;
}
.time-line-sec {
    background-color: #ec1d25;
    position: relative;
}
.time-line-sec p {
    color: #fbd2d3;
    font-weight: 300;
    font-size: 15px;
}
.time-line-slider {
    padding-top: 20px;
}
.time-line-slider:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: calc(100% - 44px);
    margin: auto;
    left: 0;
    right: 0;
    height: 1px;
    top: 80px;
}
.tl-txt {
    margin: 40px 0;
    font-size: 14px;
    font-weight: 300;
    color: #dddddd;
    max-width: 81.5%;
    text-align: justify;
}
span.tl-bg-line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 50%);
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 87px;
}
.time-line-slider .slick-slider {
    margin: 0 -22px;
}
.time-line-slider .slick-slide {
    margin-right: 22px;
    margin-left: 22px;
}
.time-line-slider .item {
    padding-top: 90px;
	cursor: grab;
}
.time-line-slider .item h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}
.time-line-slider .item h4 {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 12px 0 30px;
}
.time-line-slider .item p {
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    line-height: 24px;
}
.time-line-slider .item .box {
    position: relative;
}
.time-line-slider .item .box span {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    border-radius: 50%;
}
.inner-banner {
	position: relative;
}
.inner-banner .slider-inf-box {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.page-info-sec .inner.with-pr {
    padding-right: 10%;
}
.page-info-sec .inner.with-pr p {
    text-align: justify;
}
.page-info-sec h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 25px;
}
.page-info-sec p {
    color: #6f6f6f;
    font-size: 15px;
	text-align: justify;
}
.grid-style-5 .item.by-2,
.news-grid .item.by-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-style-5 .item.by-2 .img-box, .grid-style-5 .item.by-2 .content-box,
.news-grid .item.by-2 .img-box, .news-grid .item.by-2 .content-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    min-height: auto;
}
.grid-style-5.grid-style .item .red-box:after,
.side-arrow:after {
    top: 40px;
    left: -12px;
}
.grid-style-5.grid-style .item .gray-box {
    min-height: 411px;
}
.grid-style-5.grid-style .item .content-box {
    position: relative;
}
.grid-style-5.grid-style .item .content-box span,
.grid-style .txt-style2 span,
.news-grid .content-box span {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #000000;
    margin: 0;
    font-weight: 400;
}
.grid-style .txt-style2.with-txt span {
    left: 50px;
}
.grid-style .txt-style2 h3 {
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 50px;
}
.grid-style .txt-style2 p {
    font-size: 14px !important;
/*    min-height: 130px;*/
	min-height: 100px;
}
.grid-style.project-grid .txt-style2 p {
    min-height: auto !important;
}
.txt-style2 .content-box-in,
.txt-style2 .txt-box {
    position: absolute;
    top: 140px;
	bottom: initial !important;
    padding-top: 0 !important;
}
.grid-style .txt-style2 .custom-link {
    margin: 0;
}
.grid-style-5.grid-style .item .content-box .content-box-in {
	padding: 150px 30px 0;
}
.grid-style-5.grid-style .item .content-box .content-box-in p {
    font-size: 20px;
    margin-bottom: 20px !important;
}
.grid-style-5.grid-style .item .content-box .content-box-in h3,
.grid-style-5.grid-style .item .content-box .content-box-in h3 span.counter {
    font-size: 26px;
}
.grid-style-5.grid-style .item .content-box .content-box-in h3 span.counter {
    position: relative;
    display: inline-block;
    left: initial;
    top: initial;
}
.news-grid .item .content-box .content-box-in {
	padding: 120px 30px 0;
}
.news-grid .item .content-box .content-box-in a {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #000000 !important;
}
.news-grid .item .content-box.gray-box.red-bg {
    background-color: #ec1d25;
}
.news-grid .item .content-box.gray-box.red-bg a {
    color: #ffffff !important;
}
.v-height .content-box {
    min-height: 418px !important;
}
.grid-style {
    padding-bottom: 90px;
}
.page-info-sec .right .name {
    margin-bottom: 0;
}
.page-info-sec .right .name-title {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 5px;
}
.page-info-sec .right .signature-img {
    width: 160px;
    height: auto;
    margin-top: 20px;
}
.bod-slider .items .box img {
	width: 100%;
	height: auto;
}
.bod-main .items {
    padding: 0;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.bod-main .items:nth-child(3n+1) {
    border-left: 1px solid #e8e8e8;
}
.bod-main .items:nth-child(1), .bod-main .items:nth-child(2), .bod-main .items:nth-child(3) {
    border-top: 1px solid #e8e8e8;
}
.bod-main .items .box {
	position: relative;
	cursor: pointer;
}
.bod-main .items .box img {
	width: 100%;
	height: auto;
}
.bod-main .items .box a {
    position: absolute;
    bottom: 40px;
    width: 68%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    z-index: 3;
	color: #000000;
	cursor: pointer;
}
.bod-main .items .box a span {
    font-weight: 400;
    display: block;
    color: #6f6f6f;
    font-size: 15px;
}
.bod-main .items .box a svg {
    color: #ec1d25;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
}
.bod-main .items .defult-img {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 1;
    transition-duration: 0.4s;
}
.bod-main .items .defult-img img {
    width: 67%;
    height: auto;
    position: relative;
    top: 79px;
}
.bod-main .items .box:hover .defult-img {
    opacity: 0;
    transition-duration: 0.4s;
}
.bod-main .items .box:hover a,
.bod-main .items .box:hover a span,
.bod-main .items .box:hover a svg {
    color: #ffffff;
    transition-duration: 0.4s;
}
.bod-main .items .box:after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bod-main .items .box:before {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
    border: 1px solid rgb(255 255 255 / 40%);
    z-index: 2;
    top: 79px;
    left: 0;
    right: 0;
    margin: auto;
	display: none;
}
.form label {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.form .form-control {
    border: none !important;
    border-radius: 0;
    border-bottom: 1px solid rgb(236 71 50 / 30%) !important;
    padding-left: 0;
    color: #4d4d4d;
	font-weight: 300;
    font-size: 14px;
	height: calc(2.4em + 0.75rem + 2px);
    background-color: transparent;
}
.form textarea.form-control {
    height: auto;
}
.form .form-control:focus {
    border-bottom: 1px solid #eb1c24 !important;
}
.form .form-group:nth-child(odd) {
    padding-right: 5%;
}
.form .form-group:nth-child(even) {
    padding-left: 5%;
}
.form .form-group {
    margin-bottom: 25px;
}
.form .custon-fileupload {
    position: relative;
    display: block;
    margin-top: 86px;
}
.form .custon-fileupload span {
    background-color: #eb1c24;
    border: 1px solid #eb1c24;
    color: #ffffff;
    font-size: 15px;
	letter-spacing: 1px;
    padding: 13px 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    position: absolute;
    bottom: 0;
    z-index: 0;
    cursor: pointer;
    min-width: 100%;
    text-align: center;
}
.form .custon-fileupload input {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    z-index: 1;
}
.form .custom-btn {
    margin-top: 20px;
    border: 0;
    width: 30%;
}
.form .custom-btn.m2-style {
    margin-top: 35px;
}
.form.contact-form .form-group.no-spacing {
    padding-right: 5px;
    padding-left: 5px;
}
.form-sec .left p, .form-sec .left p a {
    color: #6f6f6f;
    font-size: 15px;
}
.form-sec .left p a:hover {
    color: #eb1c24;
}
.form-sec .left ul {
    padding: 0;
    margin: 0;
}
.form-sec .left ul li {
    padding-bottom: 25px;
    list-style: none;
}
.form-sec .left ul li:last-child {
    padding-bottom: 0px;
}
.form-sec .left ul li img {
    display: inline-block;
    width: 3.5%;
    height: auto;
    position: relative;
    top: -2px;
}
.form-sec .left ul li p {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 20px;
    margin: 0;
}
.form-sec .social-links {
    padding-top: 60px;
}
.form-sec .social-links a {
    color: #595959;
    font-size: 20px;
    margin-right: 25px;
}
.form-sec .social-links a:hover {
	color: #eb1c24;
}
.contact-us-map {
	line-height: 0;
}
.custom-li {
    padding: 0;
    margin: 0;
}
.custom-li li {
    list-style: none;
    padding-top: 20px;
    padding-left: 40px;
}
.custom-li li p {
	position: relative;
	margin: 0;
}
.custom-li li p:after {
    content: "";
    display: inline-block;
    background: url(../img/red-arrow.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -40px;
    top: 6px;
}
/*
.custom-li.style-1 li p:after {
    content: "";
    display: inline-block;
    background: none;
    background-color: #595959;
    background-size: contain;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 7px;
}
*/
.custom-li.style-1 li p:after {
    display: none;
}
.custom-li.style-1 li {
    padding-left: 0;
}
.content-slider-sec .item .right {
	padding-left: 4%;
}
.content-slider-sec .item .right h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: black;
}
.content-slider-sec .slick-dots li button:before {
    display: none;
}
.content-slider-sec .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    background: #cbcbcb;
}
.content-slider-sec .slick-dots li.slick-active button {
    background: #ec1d25;
}
.content-slider-sec .slick-dots li {
    width: 12px;
    height: 2px;
}
.content-slider-sec .slick-dots {
    bottom: 0;
    width: auto;
    text-align: left;
    left: 37%;
}
.content-slider-sec .slick-prev, .content-slider-sec .slick-next {
    bottom: 0px;
    top: initial;
    width: 60px;
    left: initial;
    z-index: 9;
}
.content-slider-sec .slick-prev:before, .content-slider-sec .slick-next:before {
    color: #868686 !important;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif !important;
    opacity: 1 !important;
    transition-duration: 0.4s;
}
.content-slider-sec .slick-prev:hover:before, .content-slider-sec .slick-next:hover:before {
    color: #ec1d25 !important;
    transition-duration: 0.4s;
}
.content-slider-sec .slick-prev {
    right: 50px !important;
    text-align: left;
}
.content-slider-sec .slick-next {
    right: 0px !important;
    text-align: left;
}
.with-gap .left {
    padding-right: 2%;
}
.with-gap .right {
    padding-left: 2%;
}
.news-gallery {
    padding-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-gallery .item {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    padding-bottom: 25px;
}
.blueimp-gallery>.next, .blueimp-gallery>.prev {
    font-family: initial !important;
    font-size: initial !important;
    font-weight: initial !important;
    line-height: initial !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-align: center !important;
    background: transparent !important;
    border: none !important;
}
.blueimp-gallery>.next svg, .blueimp-gallery>.prev svg {
    width: 40px;
    height: 40px;
}
.timeline-main {
    position: relative;
    background-image: url("../img/timeline/Timeline_image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}
.timeline-main .box {
    position: absolute;
    width: 65%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    color: #ffffff;
}
.timeline-main .box .content-box {
    height: 600px;
}
.timeline-main .box .content-box .item {
    padding: 20px 40% 20px 6%;
    position: relative;
}
.timeline-main .box .content-box .item h3 {
    font-size: 74px;
    font-weight: 700;
    margin-bottom: 15px;
}
.timeline-main .box .content-box .item p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: #afafaf;
}
.timeline-main .mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}
.timeline-main .mCSB_scrollTools {
    left: 0;
    right: auto;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px !important;
}
.tl-line {
    border: 1px solid #ffffff;
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 130px;
	transition-duration: 0.4s
}
.timeline-main .box .content-box .item:after {
    content: "";
    position: absolute;
    background-color: #eb1c24;
    width: 0%;
    height: 1px;
    right: 8px;
    top: 155px;
	opacity: 0;
	transition-duration: 0.4s
}
.timeline-main .box .content-box .item:hover:after {
    background-color: #eb1c24;
    width: 35%;
	opacity: 1;
	transition-duration: 0.4s
}
.timeline-main .box .content-box .item:hover .tl-line span {
    background-color: #eb1c24;
	transition-duration: 0.4s
}
.timeline-main .box .content-box .item:hover .tl-line {
    border: 1px solid #eb1c24;
	transition-duration: 0.4s
}
.tl-line span {
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    display: block;
    margin: auto;
    top: 2px;
    position: relative;
	transition-duration: 0.4s
}
.timeline-main img.arrow-icon {
    position: absolute;
    right: 9px;
    bottom: -60px;
    width: 15px;
    height: auto;
    z-index: 999;
}
.news-style-2 .item-first {
    position: relative;
    margin-bottom: 80px;
}
.news-style-2 .item-first:after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 1;
}
.news-style-2 .item-first .txt-box {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 100%;
    z-index: 2;
	background-color: transparent;
    padding: 0px;
}
.news-style-2 .txt-box {
    background-color: #e5e5e5;
    padding: 20px;
}
.news-style-2 .item {
    margin-bottom: 30px;
}
.news-style-2 .item-first .txt-box a,
.news-style-2 .item-first .txt-box span.tag {
     color: #ffffff; 
}
.news-style-2 .item-first .txt-box span.tag {
    font-weight: 500; 
}
.news-style-2 .txt-box span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #757575;
}
.news-style-2 .txt-box span.tag {
    font-weight: 600;
    color: #000000;
}
.news-style-2 .txt-box h4 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    min-height: 55px;
	transition-duration: 0.4s;
}
.news-style-2 .item-first .txt-box h4,
.news-style-2 .item-first .txt-box p {
    min-height: auto;
}
.news-style-2 .txt-box p {
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    min-height: 65px;
}
.news-style-2 .txt-box a {
    color: #000000;
}
.news-style-2 .item-first .txt-box p {
    color: #b9b9b9;
    max-width: 50%;
}
.news-style-2 .txt-box a:hover h4 {
	color: #eb1c24;
	transition-duration: 0.4s;
}
.pagination-main p, .pagination-main a {
    font-size: 15px;
    color: #777777;
    margin: 0;
}
.pagination-main p {
	text-align: right;
}
.pagination-main ul {
    padding: 0;
    margin: 0;
}
.pagination-main ul li {
    list-style: none;
    display: inline-block;
}
.pagination-main ul li a {
    padding: 4px 25px 4px 0;
}
.pagination-main ul li a:hover {
	color: #000000;
}
/*End Page Styles*/

/*Footer style*/
.main-footer {
    background-color: #f5f5f5;
    color: #5b5b5d;
}
.main-footer .footer-top {
    padding: 80px 0;
}
.main-footer p, .main-footer a {
    font-size: 14px;
	color: #787878;
}
.main-footer a, .main-footer .footer-bottom p {
    color: #787878 !important;
}
.main-footer a:hover {
    color: #ec1c24 !important;
}
.main-footer .item .footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 30px;
}
.main-footer .item .contact-info li a {
    font-weight: 600;
}
.main-footer .item .contact-info li a i {
    padding-right: 15px;
}
ul.by-2 li {
    width: 49%;
    display: inline-block;
}
.main-footer .item h3 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 700;
}
.main-footer .item ul {
    padding: 0;
}
.main-footer .item ul li {
    list-style: none;
    padding: 2px 0;
}
.main-footer .item form input {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    background-color: transparent;
    border: none;
    border-radius: 5px 0 0 5px;
    height: calc(2.8em + 0.75rem + 2px);
    color: #5b627a;
}
.main-footer .form-control:focus {
    box-shadow: none !important;
    border: none !important;
}
.main-footer form {
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
}
.main-footer .item form .btn {
    background-color: transparent;
    color: #ec1c24;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 17px 5px;
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -8px;
}
.main-footer .item:nth-child(2),
.main-footer .item:last-child {
    padding-left: 2%;
}
.main-footer .social-links {
	float: right;
}
.main-footer .social-links a {
    font-size: 17px !important;
    padding: 0 !important;
    margin-left: 10px !important;
    background-color: #ec1c24;
    width: 38px;
    height: 38px;
    border: 1px solid #ec1c24;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #ffffff !important;
    font-weight: 300 !important;
    display: inline-block;
}
.main-footer .social-links a:hover {
    background-color: transparent;
    color: #ec1c24 !important;
}
.main-footer .social-links a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.main-footer .footer-bottom p, .main-footer .footer-bottom a {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding-right: 20px;
}
.main-footer .footer-bottom p a {
    padding-right: 0;
}
.main-footer .footer-bottom {
    padding: 0px 0 40px;
}
.main-footer .footer-bottom .right {
    text-align: right;
}
.main-footer .footer-bottom .right a {
    padding-left: 20px;
}

#back-to-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 9999;
	text-align: center;
	line-height: 30px;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	border-radius: 0;
	opacity: 0;
}
#back-to-top svg {
	color: #616161;
	font-size: 22px;
}
#back-to-top:hover svg {
	color: #000000;
}
#back-to-top.show {
	opacity: 1;
}
#back-to-top {
	--animate-duration: 3s;
}
/*End Footer style*/

@media (max-width: 1679px) and (min-width: 1451px) {
#main-nav .navbar-brand img {
    width: 120px;
}
#main-nav .navbar-nav .nav-link,
#main-nav .navbar-nav .dropdown-item {
    font-size: 12px;
}
.scrolled#main-nav .navbar-brand img {
    width: 100px;
}
#main-nav.scrolled .navbar-nav .nav-link,
#main-nav.scrolled .navbar-nav .dropdown-item {
    font-size: 12px;
}
#main-nav .navbar-nav .contact-nav-item .nav-link:last-child {
    font-size: 11px;
}
.slider-inf-box span {
    font-size: 13px;
}
.slider-inf-box span:after {
    width: 275px;
    left: -240px;
}
.slider-inf-box h2 {
    font-size: 46px;
}
.slider-inf-box p {
    font-size: 14px;
    max-width: 50%;
}
.home-main-banner-thumb {
    margin-top: -230px;
}
.home-main-banner-thumb .item {
    width: 325px;
}
.custom-btn, .custom-link {
    font-size: 12px;
}
.home-main-banner-thumb .item p {
    font-size: 16px;
}
.title {
    font-size: 34px;
}
.title.white {
    font-size: 44px;
}
.title span,
.time-line-sec p,
.video-sec .left p,
.grid-style .item .gray-box .box .counter-txt2 {
    font-size: 14px;
}
.title span:after {
    height: 2px;
}
.grid-style .item span {
    font-size: 12px;
}
.grid-style .item h3 {
    font-size: 17px;
}
.grid-style .txt-style2 h3 {
    font-size: 17px !important;
}
.grid-style .item p {
    font-size: 13px;
    line-height: 22px;
}
.grid-style .txt-style2 p {
    font-size: 13px !important;
}	
.txt-style2 .content-box-in, .txt-style2 .txt-box {
    top: 90px;
}	
.p120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.grid-style.p120 {
    padding-top: 100px;
}
.counter-box .item h2 {
    font-size: 60px;
}
.counter-box .item .counter-txt {
    font-size: 16px;
}
.client-sec .box img {
    width: 90px;
}
.client-sec .box {
    padding: 45px 10px;
}
.time-line-slider .item h3 {
    font-size: 20px;
}
.time-line-slider .item h4 {
    font-size: 14px;
}
.time-line-slider .item p {
    font-size: 12px;
    line-height: 22px;
}
.time-line-slider .item {
    padding-top: 70px;
}
.time-line-slider:after {
    top: 60px;
}
span.tl-bg-line {
    top: 68px;
}
.grid-style .with-white-box .box {
    padding: 50px 35px;
    width: 60%;
}
.grid-style .item .red-box {
    padding: 38.5px 40px;
	min-height: 325px;
}
.grid-style .item .gray-box {
    min-height: 295px;
}
.grid-style3.grid-style .item .gray-box {
    min-height: 320.5px;
}	
.grid-style .item .gray-box .box .counter-txt, .grid-style .item .gray-box .box .counter-txt>div {
    font-size: 60px;
}
.grid-style .grid-slider {
    padding: 95px 30px 0;
}
.grid-slider .slick-dots {
    top: 250px;
}
.grid-style3.grid-style .slick-dots {
    top: 270px;
}
.grid-slider.top-dot .slick-dots {
    top: 25px !important;
}		
.grid-style .grid-slider .s-item a h3 {
    font-size: 16px;
}
.grid-style .grid-slider .s-item a p {
    font-size: 12px;
}
.grid-style3.grid-style .grid-slider .s-item a p,
.grid-style-5.grid-style .item .content-box .content-box-in p {
    font-size: 16px;
}	
.grid-style3.grid-style .grid-slider .s-item a h3,
.grid-style-5.grid-style .item .content-box .content-box-in h3 span.counter {
    font-size: 22px;
}	
.testimonials-slider {
    padding: 90px 30px 0;
}	
.grid-style-5.grid-style .item .content-box {
    min-height: 324px;
}	
.grid-style-5.grid-style .item .content-box .content-box-in {
    padding: 130px 30px 0;
}	
.page-info-sec h3 {
    font-size: 18px;
}	
.page-info-sec p {
    font-size: 14px;
}	
.page-info-sec .right .name {
    font-size: 17px;
}	
.page-info-sec .right .name-title {
    font-size: 15px;
}
.page-info-sec .right .signature-img {
    width: 140px;
}
.bod-main .items .box a {
    font-size: 15px;
	bottom: 30px;
}	
.bod-main .items .box a span {
    font-size: 13px;
}
.bod-main .items .defult-img img {
    width: 67%;
    top: 63px;
}	
.bod-main .items .box:before {
    width: 229px;
    height: 229px;
    top: 62px;
}	
.form label {
    font-size: 16px;
}
.body-txt {
    font-size: 14px;
}
.form .custon-fileupload {
    margin-top: 80px;
}	
.form .custon-fileupload span {
    font-size: 13px;
}
.arrow-main {
    bottom: 110px;
}	
.news-grid .item .content-box .content-box-in {
    padding: 75px 30px 0;
}
.v-height .content-box {
    min-height: 338px !important;
}
.timeline-main .box .content-box {
    height: 400px;
}	
.timeline-main .box .content-box .item h3 {
    font-size: 54px;
}	
.tl-line span {
    width: 8px;
    height: 8px;
    top: 1px;
}
.tl-line {
    top: 105px;
}
.tl-txt {
    max-width: 79.5%;
}	
.timeline-main .box .content-box .item:after {
    top: 130px;
}
.grid-style .t-scroll {
    height: 120px;
}	
.grid-style3.grid-style .testimonials-slider .slick-dots {
    bottom: -20px;
}	
.job-advert-scroll {
    height: 150px;
}
.news-style-2 .item-first .txt-box p {
    max-width: 60%;
}
.form .custom-btn.m2-style {
    margin-top: 32px;
    width: 50%;
}
.home-main-banner .slick-dots {
    bottom: 40px;
}	
.home-main-banner .slick-prev, .home-main-banner .slick-next {
    top: 46%;
}	

.main-footer .item .footer-logo {
    width: 120px;
}
.main-footer .item h3 {
    font-size: 14px;
}
.main-footer p, .main-footer a {
    font-size: 11px;
}
.main-footer .item:nth-child(2), .main-footer .item:last-child {
    padding-left: 15px;
}
.main-footer .item form .btn {
    font-size: 12px;
}
.main-footer .item ul li {
    padding: 0px;
}
.main-footer .social-links a {
    font-size: 13px !important;
    width: 32px;
    height: 32px;
}
.main-footer .footer-bottom p, .main-footer .footer-bottom a {
    font-size: 11px;
    padding-right: 15px;
}
}

@media (min-width: 1401px) and (max-width: 1450px) {
#main-nav {
    padding: 10px 10%;
}
#main-nav.scrolled {
    padding: 0px 10%;
}
#main-nav .navbar-brand img {
    width: 120px;
}
#main-nav .navbar-nav .nav-link,
#main-nav .navbar-nav .dropdown-item {
    font-size: 12px;
}
.scrolled#main-nav .navbar-brand img {
    width: 100px;
}
#main-nav.scrolled .navbar-nav .nav-link,
#main-nav.scrolled .navbar-nav .dropdown-item {
    font-size: 12px;
}
#main-nav .navbar-nav .contact-nav-item .nav-link:last-child {
    font-size: 11px;
}
.home-main-banner .item .slider-inf-box {
    width: 77.5%;
}
.slider-inf-box span {
    font-size: 13px;
}
.slider-inf-box span:after {
    width: 195px;
    left: -160px;
}
.inner-banner .slider-inf-box {
    width: 77.5%;
}	
.slider-inf-box h2 {
    font-size: 46px;
}
.slider-inf-box p {
    font-size: 14px;
    max-width: 50%;
}
.home-main-banner-thumb {
    margin-top: -195px;
    padding-left: 11.2%;
}
.home-main-banner-thumb .item {
    width: 300px;
}
.custom-btn, .custom-link {
    font-size: 12px;
}
.home-main-banner-thumb .item p {
    font-size: 16px;
}
.title {
    font-size: 34px;
}
.title.white {
    font-size: 44px;
}
.title span,
.time-line-sec p,
.video-sec .left p,
.grid-style .item .gray-box .box .counter-txt2 {
    font-size: 14px;
}
.title span:after {
    height: 2px;
}
.grid-style .item span {
    font-size: 12px;
}
.grid-style .item h3 {
    font-size: 17px;
}
.grid-style .txt-style2 h3 {
    font-size: 17px !important;
}
.grid-style .txt-style2 p {
    font-size: 13px !important;
}
.txt-style2 .content-box-in, .txt-style2 .txt-box {
    top: 100px;
}	
.grid-style .item p {
    font-size: 13px;
    line-height: 22px;
}
.p120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.grid-style.p120 {
    padding-top: 100px;
}
.counter-box .item h2 {
    font-size: 60px;
}
.counter-box .item .counter-txt {
    font-size: 16px;
}
.client-sec .box img {
    width: 90px;
}
.client-sec .box {
    padding: 45px 10px;
}
.time-line-slider .item h3 {
    font-size: 20px;
}
.time-line-slider .item h4 {
    font-size: 14px;
}
.time-line-slider .item p {
    font-size: 12px;
    line-height: 22px;
}
.time-line-slider .item {
    padding-top: 70px;
}
.time-line-slider:after {
    top: 60px;
}
span.tl-bg-line {
    top: 67px;
}
.grid-style .with-white-box .box {
    padding: 50px 35px;
    width: 60%;
}
.grid-style .item .red-box {
    padding: 38.5px 40px;
	min-height: 325px;
}
.grid-style .item .gray-box {
    min-height: 294px;
}
.grid-style .item .gray-box .box .counter-txt, .grid-style .item .gray-box .box .counter-txt>div {
    font-size: 60px;
}
.grid-style .grid-slider {
    padding: 95px 30px 0;
}
.grid-slider .slick-dots {
    top: 250px;
}
.grid-style .grid-slider .s-item a h3 {
    font-size: 16px;
}
.grid-style .grid-slider .s-item a p {
    font-size: 12px;
}
.inner {
    width: 79.7%;
}
.grid-style3.grid-style .item .gray-box {
    min-height: 340px;
}
.grid-style3.grid-style .slick-dots {
    top: 290px;
}
.grid-slider.top-dot .slick-dots {
    top: 25px !important;
}		
.grid-style3.grid-style .grid-slider .s-item a p,
.grid-style-5.grid-style .item .content-box .content-box-in p {
    font-size: 18px;
    margin-bottom: 15px !important;
}	
.grid-style3.grid-style .grid-slider .s-item a h3,
.grid-style-5.grid-style .item .content-box .content-box-in h3, .grid-style-5.grid-style .item .content-box .content-box-in h3 span.counter	{
    font-size: 22px;
}	
.grid-style-4.grid-style .item .gray-box {
    min-height: 315px;
}
.grid-style-4.grid-style .item .red-box {
    min-height: 344px;
}
.grid-style-5.grid-style .item .content-box {
    min-height: 343px;
}	
.page-info-sec h3 {
    font-size: 18px;
}	
.page-info-sec p {
    font-size: 14px;
}	
.page-info-sec .right .name {
    font-size: 17px;
}	
.page-info-sec .right .name-title {
    font-size: 15px;
}
.page-info-sec .right .signature-img {
    width: 140px;
}	
.bod-main .items .box a {
    font-size: 16px;
	bottom: 30px;
}	
.bod-main .items .box a span {
    font-size: 13px;
}
.bod-main .items .defult-img img {
    width: 66.8%;
    top: 66.5px;
}
.bod-main .items .box:before {
    width: 242px;
    height: 243px;
    top: 66px;
}	
.form label {
    font-size: 16px;
}	
.body-txt {
    font-size: 14px;
}	
.form .custon-fileupload {
    margin-top: 80px;
}	
.form .custon-fileupload span {
    font-size: 13px;
}
.arrow-main {
    bottom: 110px;
}		
.news-grid .item .content-box .content-box-in {
    padding: 75px 30px 0;
}
.v-height .content-box {
    min-height: 337px !important;
}
.timeline-main .box .content-box {
    height: 400px;
}	
.timeline-main .box .content-box .item h3 {
    font-size: 54px;
}	
.tl-line span {
    width: 7px;
    height: 7px;
    top: 2px;
}
.tl-line {
    top: 105px;
}
.timeline-main .box .content-box .item:after {
    top: 130px;
}	
.tl-txt {
    max-width: 85%;
}	
.grid-style .t-scroll {
    height: 120px;
}	
.job-advert-scroll {
    height: 180px;
}	
.news-style-2 .item-first .txt-box p {
    max-width: 60%;
}		
.news-style-2 .txt-box h4 {
    font-size: 20px;
    min-height: 50px;
}
.form .custom-btn.m2-style {
    margin-top: 33px;
    width: 50%;
}
.home-main-banner .slick-prev, .home-main-banner .slick-next {
    top: 46%;
}
.grid-style3.grid-style .testimonials-slider .slick-dots {
    bottom: -20px;
}	
	
.main-footer .item .footer-logo {
    width: 120px;
}
.main-footer .item h3 {
    font-size: 14px;
}
.main-footer p, .main-footer a {
    font-size: 11px;
}
.main-footer .item:nth-child(2), .main-footer .item:last-child {
    padding-left: 15px;
}
.main-footer .item form .btn {
    font-size: 12px;
}
.main-footer .item ul li {
    padding: 0px;
}
.main-footer .social-links a {
    font-size: 13px !important;
    width: 32px;
    height: 32px;
}
.main-footer .footer-bottom p, .main-footer .footer-bottom a {
    font-size: 11px;
    padding-right: 15px;
}
}

@media (max-width: 1400px) and (min-width: 1300px) {
#main-nav {
    padding: 10px 10%;
}
#main-nav.scrolled {
    padding: 0px 10%;
}
#main-nav .navbar-brand img {
    width: 120px;
}
#main-nav .navbar-nav .nav-link,
#main-nav .navbar-nav .dropdown-item {
    font-size: 12px;
}
.scrolled#main-nav .navbar-brand img {
    width: 100px;
}
#main-nav.scrolled .navbar-nav .nav-link,
#main-nav.scrolled .navbar-nav .dropdown-item {
    font-size: 12px;
}
#main-nav .navbar-nav .contact-nav-item .nav-link:last-child {
    font-size: 11px;
}
.home-main-banner .item .slider-inf-box {
    width: 77.5%;
}
.slider-inf-box span {
    font-size: 13px;
}
.slider-inf-box span:after {
    width: 200px;
    left: -155px;
}
.slider-inf-box h2 {
    font-size: 46px;
}
.slider-inf-box p {
    font-size: 14px;
    max-width: 50%;
}
.home-main-banner-thumb {
    margin-top: -195px;
    padding-left: 11.2%;
}
.home-main-banner-thumb .item {
    width: 300px;
}
.custom-btn, .custom-link {
    font-size: 12px;
}
.home-main-banner-thumb .item p {
    font-size: 16px;
}
.title {
    font-size: 34px;
}
.title.white {
    font-size: 44px;
}
.title span,
.time-line-sec p,
.video-sec .left p,
.grid-style .item .gray-box .box .counter-txt2 {
    font-size: 14px;
}
.title span:after {
    height: 2px;
}
.grid-style .item span {
    font-size: 12px;
}
.grid-style .item h3 {
    font-size: 17px;
}
.grid-style .item p {
    font-size: 13px;
    line-height: 22px;
}
.grid-style .txt-style2 h3 {
    font-size: 17px !important;
	min-height: 42px;
}
.grid-style .txt-style2 p {
    font-size: 13px !important;
    min-height: 100px;
}
.txt-style2 .content-box-in, .txt-style2 .txt-box {
    top: 100px;
}	
.p120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.grid-style.p120 {
    padding-top: 100px;
}
.counter-box .item h2 {
    font-size: 60px;
}
.counter-box .item .counter-txt {
    font-size: 16px;
}
.client-sec .box img {
    width: 90px;
}
.client-sec .box {
    padding: 45px 10px;
}
.time-line-slider .item h3 {
    font-size: 20px;
}
.time-line-slider .item h4 {
    font-size: 14px;
}
.time-line-slider .item p {
    font-size: 12px;
    line-height: 22px;
}
.time-line-slider .item {
    padding-top: 70px;
}
.time-line-slider:after {
    top: 60px;
}
span.tl-bg-line {
    top: 67px;
}
.grid-style .with-white-box .box {
    padding: 50px 35px;
    width: 60%;
}
.grid-style .item .red-box {
    padding: 38.5px 40px;
	min-height: 324px;
}
.grid-style .item .gray-box {
    min-height: 294px;
}
.grid-style .item .gray-box .box .counter-txt, .grid-style .item .gray-box .box .counter-txt>div {
    font-size: 60px;
}
.grid-style .grid-slider {
    padding: 95px 30px 0;
}
.grid-slider .slick-dots {
    top: 250px;
}
.grid-style .grid-slider .s-item a h3 {
    font-size: 16px;
}
.grid-style .grid-slider .s-item a p {
    font-size: 12px;
}
.inner {
    width: 79.7%;
}
.home-main-banner .custom-btn {
    margin-top: 25px !important;
}
.inner-banner .slider-inf-box {
    width: 77.5%;
}
.grid-style3.grid-style .item .gray-box {
    min-height: 324px;
}
.grid-style3.grid-style .slick-dots {
    top: 280px;
}
.grid-slider.top-dot .slick-dots {
    top: 25px !important;
}	
.testimonials-slider {
    padding: 80px 30px 0;
}
.testimonials-slider a img {
    width: 100px;
    margin-bottom: 5px;
}	
.grid-style-4.grid-style .item .gray-box {
    min-height: 315px;
}
.grid-style-4.grid-style .item .red-box {
    min-height: 344px;
}
.grid-style-5.grid-style .item .content-box {
    min-height: 328px;
}	
.grid-style-5.grid-style .item .content-box .content-box-in {
    padding: 120px 30px 0;
}
.page-info-sec h3 {
    font-size: 18px;
}	
.page-info-sec p {
    font-size: 14px;
}	
.page-info-sec .right .name {
    font-size: 17px;
}	
.page-info-sec .right .name-title {
    font-size: 14px;
}
.page-info-sec .right .signature-img {
    width: 140px;
}
.bod-main .items .box a {
    font-size: 15px;
	bottom: 30px;
}	
.bod-main .items .box a span {
    font-size: 13px;
}
.bod-main .items .defult-img img {
    width: 66.8%;
    top: 64.5px;
}
.bod-main .items .box:before {
    width: 232px;
    height: 233px;
    top: 64.5px;
}	
.form label {
    font-size: 15px;
}
.body-txt {
    font-size: 14px;
}
.form .custon-fileupload {
    margin-top: 80px;
}	
.form .custon-fileupload span {
    font-size: 13px;
}	
.arrow-main {
    bottom: 110px;
}	
.news-grid .item .content-box .content-box-in {
    padding: 75px 30px 0;
}
.v-height .content-box {
    min-height: 337px !important;
}
.timeline-main .box .content-box {
    height: 400px;
}	
.timeline-main .box .content-box .item h3 {
    font-size: 46px;
}	
.tl-line span {
    width: 7px;
    height: 7px;
    top: 2px;
}
.tl-line {
    top: 105px;
}
.timeline-main .box .content-box .item:after {
    top: 130px;
}	
.timeline-main img.arrow-icon {
    bottom: -60px;
}	
.tl-txt {
    max-width: 84%;
}
.grid-style .t-scroll {
    height: 120px;
}
.job-advert-scroll {
    height: 170px;
}
.news-style-2 .item-first .txt-box p {
    max-width: 60%;
}		
.news-style-2 .txt-box h4 {
    font-size: 20px;
    min-height: 50px;
}
.form .custom-btn.m2-style {
    margin-top: 32px;
    width: 50%;
}	
	
.main-footer .item .footer-logo {
    width: 120px;
}
.main-footer .item h3 {
    font-size: 14px;
}
.main-footer p, .main-footer a {
    font-size: 11px;
}
.main-footer .item:nth-child(2), .main-footer .item:last-child {
    padding-left: 15px;
}
.main-footer .item form .btn {
    font-size: 12px;
}
.main-footer .item ul li {
    padding: 0px;
}
.main-footer .social-links a {
    font-size: 13px !important;
    width: 32px;
    height: 32px;
}
.main-footer .footer-bottom p, .main-footer .footer-bottom a {
    font-size: 11px;
    padding-right: 15px;
}
}

@media (max-width: 1299px) and (min-width: 1200px) {
#main-nav {
    padding: 10px 2%;
}
#main-nav.scrolled {
    padding: 0px 2%;
}	
#main-nav .navbar-brand img {
    width: 100px;
}	
#main-nav .navbar-nav .nav-link,
#main-nav .navbar-nav .dropdown-item {
    font-size: 14px;
}
.slider-inf-box {
    width: 80%;
}
.slider-inf-box h2 {
    font-size: 46px;
}
.slider-inf-box p {
    max-width: 50%;
}
.p120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mt-40 {
    margin-top: 30px !important;
}	
.grid-style {
    padding-bottom: 80px;
}
.inner {
    width: 96%;
}
.title {
    font-size: 34px;
}
.title.white {
    font-size: 40px;
}	
.title span {
    font-size: 14px;
}
.grid-style .item span {
    font-size: 12px;
}
.grid-style .item h3 {
    font-size: 16px;
}
.grid-style .item p {
    font-size: 13px;
    line-height: 20px;
}
.custom-link, .custom-btn {
    font-size: 13px;
}
.video-sec .left p {
    font-size: 14px;
}
.body-txt,
.page-info-sec p {
    font-size: 14px;
}
.grid-style .item .red-box {
    min-height: 350px;
}	
.grid-style .item .gray-box {
    min-height: 320px;
}
.grid-style-5.grid-style .item .gray-box {
    min-height: 347px;
}
.grid-style-5.grid-style .item .content-box .content-box-in p {
    font-size: 17px;
}
.grid-style-5.grid-style .item .content-box .content-box-in h3, .grid-style-5.grid-style .item .content-box .content-box-in h3 span.counter {
    font-size: 22px;
}
.bod-main .items .box a {
    font-size: 16px;
}
.bod-main .items .box a span {
    font-size: 14px;
}	
.custom-modal .modal-dialog {
    max-width: 70%;
}	
.timeline-main .box {
    width: 80%;
}	
.timeline-main .box .content-box {
    height: 300px;
}	
.tl-txt {
    max-width: 84%;
}
.timeline-main .box .content-box .item h3 {
    font-size: 54px;
}	
.timeline-main .box .content-box .item {
    padding: 20px 40% 20px 4%;
}	
.news-style-2 .txt-box span {
    font-size: 13px;
}	
.news-style-2 .txt-box h4 {
    font-size: 18px;
    min-height: 45px;
}
.news-style-2 .txt-box p {
    min-height: 45px;
}	
.v-height .content-box {
    min-height: 362px !important;
}	
.txt-style2 .content-box-in, .txt-style2 .txt-box {
    top: 100px;
}
.grid-style3.grid-style .item .gray-box {
    min-height: 343px;
}	
.testimonials-slider {
    padding: 80px 30px 0;
}	
.grid-style .txt-style2 p {
    font-size: 13px !important;
}
.form label {
    font-size: 16px;
}
.job-advert-scroll {
    height: 150px;
}
.form .custom-btn.m2-style {
    margin-top: 36px;
    width: 50%;
}
.grid-style3.grid-style .testimonials-slider .slick-dots {
    bottom: -20px;
}	
	
.main-footer .item .footer-logo {
    width: 100px;
}
.main-footer .item h3 {
    font-size: 14px;
}
.main-footer p, .main-footer a {
    font-size: 11px;
}
.main-footer .item:nth-child(2), .main-footer .item:last-child {
    padding-left: 15px;
}
.main-footer .item form .btn {
    font-size: 12px;
}
.main-footer .item ul li {
    padding: 0px;
}
.main-footer .social-links a {
    font-size: 13px !important;
    width: 32px;
    height: 32px;
}
.main-footer .footer-bottom p, .main-footer .footer-bottom a {
    font-size: 11px;
    padding-right: 15px;
}
}

@media (max-width: 1199px) and (min-width: 1024px) {
#main-nav {
    padding: 10px 2%;
}
#main-nav.scrolled {
    padding: 0px 2%;
}	
#main-nav .navbar-brand img {
    width: 100px;
}	
#main-nav .navbar-nav .nav-link,
#main-nav .navbar-nav .dropdown-item {
    font-size: 14px;
}
.slider-inf-box {
    width: 80%;
}
.slider-inf-box h2 {
    font-size: 46px;
}
.slider-inf-box p {
    max-width: 50%;
}
.p120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mt-40 {
    margin-top: 30px !important;
}	
.grid-style {
    padding-bottom: 80px;
}
.inner {
    width: 96%;
}
.title {
    font-size: 30px;
}
.title.white {
    font-size: 40px;
}	
.title span {
    font-size: 14px;
}
.grid-style .item span {
    font-size: 12px;
}
.grid-style .item h3 {
    font-size: 16px;
}
.grid-style .item p {
    font-size: 13px;
    line-height: 20px;
}
.custom-link, .custom-btn {
    font-size: 13px;
}
.video-sec .left p {
    font-size: 14px;
}
.body-txt,
.page-info-sec p {
    font-size: 14px;
}
.grid-style .item .red-box {
    min-height: 350px;
}	
.grid-style .item .gray-box {
    min-height: 290px;
}
.grid-style-5.grid-style .item .gray-box {
    min-height: 294px;
}
.grid-style-5.grid-style .item .content-box .content-box-in p {
    font-size: 17px;
}
.grid-style-5.grid-style .item .content-box .content-box-in h3, .grid-style-5.grid-style .item .content-box .content-box-in h3 span.counter {
    font-size: 22px;
}
.bod-main .items .box a {
    font-size: 15px;
	width: 80%;
	bottom: 20px;
}
.bod-main .items .box a span {
    font-size: 14px;
}	
.custom-modal .modal-dialog {
    max-width: 80%;
}	
.timeline-main .box {
    width: 80%;
}	
.timeline-main .box .content-box {
    height: 300px;
}	
.tl-txt {
    max-width: 85%;
}
.timeline-main .box .content-box .item h3 {
    font-size: 54px;
}	
.timeline-main .box .content-box .item {
    padding: 20px 40% 20px 4%;
}	
.news-style-2 .txt-box span {
    font-size: 13px;
}	
.news-style-2 .txt-box h4 {
    font-size: 18px;
    min-height: 45px;
}
.news-style-2 .txt-box p {
    min-height: 65px;
}
.v-height .content-box {
    min-height: 362px !important;
}	
.txt-style2 .content-box-in, .txt-style2 .txt-box {
    top: 100px;
}
.grid-style3.grid-style .item .gray-box {
    min-height: 290px;
}	
.testimonials-slider {
    padding: 80px 30px 0;
}	
.grid-style .txt-style2 p {
    font-size: 13px !important;
}
.form label {
    font-size: 16px;
}
.grid-style .item .red-box {
    padding: 65px 40px;
	min-height: 320px;
}	
.grid-style .grid-slider {
    padding: 110px 30px 0;
}
.grid-style-5.grid-style .item .content-box .content-box-in {
    padding: 110px 30px 0;
}
.grid-style .txt-style2 h3 {
    font-size: 16px !important;
	min-height: 40px;
}
.grid-style .txt-style2 p {
    font-size: 13px !important;
    min-height: 70px;
}
.testimonials-slider a img {
    width: 115px;
}	
.grid-style .t-scroll {
    height: 100px;
}
.job-advert-scroll {
    height: 115px;
}
.form .custom-btn.m2-style {
    margin-top: 35px;
    width: 50%;
}
.grid-style3.grid-style .testimonials-slider .slick-dots {
    bottom: -20px;
}	
	
.main-footer .item .footer-logo {
    width: 100px;
}
.main-footer .item h3 {
    font-size: 14px;
}
.main-footer p, .main-footer a {
    font-size: 11px;
}
.main-footer .item:nth-child(2), .main-footer .item:last-child {
    padding-left: 15px;
}
.main-footer .item form .btn {
    font-size: 12px;
}
.main-footer .item ul li {
    padding: 0px;
}
.main-footer .social-links a {
    font-size: 13px !important;
    width: 32px;
    height: 32px;
}
.main-footer .footer-bottom p, .main-footer .footer-bottom a {
    font-size: 11px;
    padding-right: 15px;
}	
}

@media (max-width: 1023px) and (min-width: 992px) {
#main-nav {
    padding: 10px 2%;
}
#main-nav.scrolled {
    padding: 0px 2%;
}	
#main-nav .navbar-brand img {
    width: 100px;
}	
#main-nav .navbar-nav .nav-link,
#main-nav .navbar-nav .dropdown-item {
    font-size: 14px;
}
.slider-inf-box {
    width: 80%;
}
.slider-inf-box h2 {
    font-size: 46px;
}
.slider-inf-box p {
    max-width: 50%;
}
.p120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mt-40 {
    margin-top: 30px !important;
}	
.grid-style {
    padding-bottom: 80px;
}
.inner {
    width: 96%;
}
.title {
    font-size: 30px;
}
.title.white {
    font-size: 40px;
}	
.title span {
    font-size: 14px;
}
.grid-style .item span {
    font-size: 12px;
}
.grid-style .item h3 {
    font-size: 16px;
}
.grid-style .item p {
    font-size: 13px;
    line-height: 20px;
}
.custom-link, .custom-btn {
    font-size: 13px;
}
.video-sec .left p {
    font-size: 14px;
}
.body-txt,
.page-info-sec p {
    font-size: 14px;
}
.grid-style .item .red-box {
    min-height: 350px;
}	
.grid-style .item .gray-box {
    min-height: 290px;
}
.grid-style-5.grid-style .item .gray-box {
    min-height: 284px;
}
.grid-style-5.grid-style .item .content-box .content-box-in p {
    font-size: 16px;
}
.grid-style-5.grid-style .item .content-box .content-box-in h3, .grid-style-5.grid-style .item .content-box .content-box-in h3 span.counter {
    font-size: 22px;
}
.bod-main .items .box a {
    font-size: 15px;
	width: 80%;
	bottom: 20px;
}
.bod-main .items .box a span {
    font-size: 14px;
}	
.custom-modal .modal-dialog {
    max-width: 80%;
}	
.timeline-main .box {
    width: 80%;
}	
.timeline-main .box .content-box {
    height: 300px;
}	
.tl-txt {
    max-width: 85%;
}
.timeline-main .box .content-box .item h3 {
    font-size: 54px;
}	
.timeline-main .box .content-box .item {
    padding: 20px 40% 20px 4%;
}	
.news-style-2 .txt-box span {
    font-size: 13px;
}	
.news-style-2 .txt-box h4 {
    font-size: 18px;
    min-height: 45px;
}
.news-style-2 .txt-box p {
    min-height: 65px;
}
.v-height .content-box {
    min-height: 362px !important;
}	
.txt-style2 .content-box-in, .txt-style2 .txt-box {
    top: 100px;
}
.grid-style3.grid-style .item .gray-box {
    min-height: 280px;
}	
.testimonials-slider {
    padding: 80px 30px 0;
}	
.grid-style .txt-style2 p {
    font-size: 13px !important;
}
.form label {
    font-size: 16px;
}
.grid-style .item .red-box {
    padding: 65px 40px;
	min-height: 320px;
}	
.grid-style .grid-slider {
    padding: 110px 30px 0;
}
.grid-style-5.grid-style .item .content-box .content-box-in {
    padding: 110px 30px 0;
}
.grid-style .txt-style2 h3 {
    font-size: 16px !important;
	min-height: 40px;
}
.grid-style .txt-style2 p {
    font-size: 13px !important;
    min-height: 55px;
}
.testimonials-slider a img {
    width: 110px;
}	
.grid-style .t-scroll {
    height: 100px;
}
.job-advert-scroll {
    height: 115px;
}	
.grid-style .item .gray-box .box .counter-txt, .grid-style .item .gray-box .box .counter-txt>div {
    font-size: 62px;
}
.form .custom-btn.m2-style {
    margin-top: 35px;
    width: 50%;
}
.grid-style3.grid-style .testimonials-slider .slick-dots {
    bottom: -15px;
}	
	
.main-footer .item .footer-logo {
    width: 100px;
}
.main-footer .item h3 {
    font-size: 14px;
}
.main-footer p, .main-footer a {
    font-size: 11px;
}
.main-footer .item:nth-child(2), .main-footer .item:last-child {
    padding-left: 15px;
}
.main-footer .item form .btn {
    font-size: 12px;
}
.main-footer .item ul li {
    padding: 0px;
}
.main-footer .social-links a {
    font-size: 13px !important;
    width: 32px;
    height: 32px;
}
.main-footer .footer-bottom p, .main-footer .footer-bottom a {
    font-size: 11px;
    padding-right: 15px;
}		
}

@media (max-width: 991px) and (min-width: 768px) {
	
}

@media (min-width: 991px) {

}

.m-view {
	display: none !important;
}
.m-hide {
	display: block !important;
}
@media (max-width: 991px) {
	.m-view {
		display: block !important;
	}
	.m-hide {
		display: none !important;
	}

#main-nav {
	position: fixed;
    padding: 10px 15px;
	background-color: #ffffff;
}	
#main-nav.scrolled {
    padding: 0px 15px;
}
#main-nav .navbar-brand img.scroll-logo {
    opacity: 1;
}
#main-nav .navbar-nav .nav-link,
#main-nav .dropdown-menu .dropdown-item {
    color: #000000;
    padding: 12px 0;
    display: block;
    width: 100%;
    font-size: 14px;
}
#main-nav .navbar-nav .nav-item {
    padding: 0;
    display: block;
    width: 100%;
}
#main-nav .dropdown-menu .dropdown-item:after {
    width: 100%;
    right: auto;
}
#main-nav .navbar-collapse {
    padding-top: 40px;
}
.home-main-banner,
.inner-banner {
    margin-top: 115px;
}
.slider-inf-box {
    width: 85%;
}	
.slider-inf-box h2 {
    font-size: 40px;
}
.slider-inf-box p {
    max-width: 60%;
}
.p120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.grid-style {
    padding-bottom: 80px;
}	
.inner {
    width: 90%;
}
.grid-style .text-right,
.time-line-sec .text-right {
    text-align: left!important;
}
.title {
    font-size: 32px;
}
.video-sec .left {
    padding-right: 15px;
}	
.with-gap .left {
    padding-right: 15px;
}	
.mpb-40 {
	padding-bottom: 40px
}	
.time-line-slider .item {
    padding-top: 40px;
}
.time-line-slider:after {
    top: 30px;
}	
span.tl-bg-line {
    top: 37px;
}
.grid-style .item .red-box {
    min-height: auto;
}
.grid-style .item .gray-box {
    min-height: 300px;
}
.grid-style-5.grid-style .item .gray-box {
    min-height: 300px;
}
.v-height .content-box {
    min-height: 300px !important;
}
.grid-style3.grid-style .item .gray-box {
    min-height: 300px;
}	
.grid-style-5.grid-style .item .content-box .content-box-in {
    padding: 130px 30px 0;
}
.news-grid .item .content-box .content-box-in {
    padding: 100px 30px 0;
}	
.txt-style2 .content-box-in, .txt-style2 .txt-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    bottom: initial !important;
    padding-top: 0 !important;
}
.grid-style .txt-style2 p {
    min-height: auto;
}
.job-advert-scroll {
    height: auto;
}
.testimonials-slider {
    padding: 80px 30px 0;
}
.grid-style .t-scroll {
    height: 120px;
}	
.with-m-bg-img img {
    display: none;
}	
.with-m-bg-img .m-bg-img {
    background-image: url(../img/careers/2.webp);
    min-height: 400px !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative !important;
    width: 100%;
    margin-bottom: 5px;
}
.arrow-main {
    right: 6%;
}
.bod-main .items:nth-child(1), .bod-main .items:nth-child(2), .bod-main .items:nth-child(3) {
    border: none;
}	
.bod-main .items:nth-child(3n+1) {
    border: none;
}	
.bod-main .items {
    border: 1px solid #e8e8e8 !important;
    margin-bottom: 30px;
    overflow: hidden;
}
.bod-main .items:last-child {
    margin-bottom: 0px;
}
.custom-modal .modal-dialog {
    max-width: 85%;
}
.timeline-main .box {
    width: 85%;
}	
.tl-txt {
    max-width: 100%;
}	
.tl-line {
    top: 40px;
}
.timeline-main .box .content-box .item:after {
    top: 65px;
}
.custom-modal .modal-body {
    padding: 40px 15px;
}
.form-sec .left {
    padding-bottom: 80px;
}
.time-line-sec .custom-btn {
		padding: 0;
}
.form .form-group:nth-child(even) {
    padding-left: 5px;
}
.form .form-group:nth-child(odd) {
    padding-right: 5px;
}
.form .custom-btn.m2-style {
    width: 100%;
}	
.grid-style3.grid-style .testimonials-slider .slick-dots {
    bottom: -15px;
}	
	
.footer-top .item {
    margin-bottom: 40px;
}	
.footer-top .item:last-child {
    margin-bottom: 0px;
}		
.main-footer .social-links {
    float: left;
}
.main-footer .social-links a {
    margin-left: 0px !important;
    margin-right: 10px !important;
}	
}

@media (max-width: 767px) {
#main-nav .navbar-brand img {
    width: 100px;
}
.home-main-banner, .inner-banner {
    margin-top: 95px;
}
.grid-style .item.with-txt .txt-box {
    width: calc(100% - 70px);
}
.grid-style .item h3 {
    font-size: 16px;
}
.grid-style .item p {
    font-size: 12px;
    line-height: 20px;
}
.custom-link, .custom-btn {
    font-size: 12px;
}
.title {
    font-size: 26px;
}
.inner {
    width: 93%;
}
.video-sec .left .custom-btn, .mt-40 {
    margin-top: 30px;
}
.grid-style .item .gray-box .box .counter-txt, .grid-style .item .gray-box .box .counter-txt>div {
    font-size: 62px;
}
.grid-style3.grid-style .testimonials-slider .slick-dots {
    bottom: 0px;
}	
	
.main-footer .footer-bottom p {
    padding-right: 40px;
}
.slider-inf-box span:after {
    top: 8px;
}	
.slider-inf-box span {
    font-size: 12px;
}	
.slider-inf-box h2 {
    font-size: 30px;
}	
.slider-inf-box p {
    max-width: 100%;
	font-size: 14px;
}
.slider-inf-box .custom-btn {
    margin-top: 10px !important;
}
.home-news-bg img {
    display: none;
}
.home-news-bg .txt-box {
	 background-image: url(../img/careers/2.webp);
    min-height: 400px !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative !important;
    width: 100%;
    margin-bottom: 5px;
}
.arrow-main {
    bottom: 70px;
}	
.arrow-main .arrow-box span {
    width: 12px;
    height: 12px;
}
.grid-style-5 .item.by-2 .img-box, .grid-style-5 .item.by-2 .content-box, .news-grid .item.by-2 .img-box, .news-grid .item.by-2 .content-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.grid-style-5.grid-style .item .red-box:after, .side-arrow:after {
    top: -10px;
    left: 20px;
}
.grid-style-5.grid-style .item .content-box .content-box-in {
    padding: 70px 30px 15px;
}
.grid-style-5.grid-style .item .gray-box {
    min-height: 200px;
}
.custom-modal .modal-dialog {
    max-width: 90%;
    margin: auto;
}
.timeline-main .box .content-box {
    height: 500px;
}
.timeline-main .box .content-box .item h3 {
    font-size: 58px;
}	
.timeline-main .box .content-box .item {
    padding: 20px 10% 20px 0%;
}
.timeline-main .box {
    position: relative;
    top: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.timeline-main {
    margin-top: 95px;
    padding: 10px 0 80px;
    min-height: auto;
}
.news-style-2 .txt-box h4 {
    font-size: 18px;
}
.news-style-2 .item-first .txt-box {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
}
.news-style-2 .item-first .txt-box p {
    max-width: 100%;
}	
.news-style-2 .txt-box p,
.news-style-2 .txt-box span {
    font-size: 13px;
}
.news-style-2 .item-first {
    margin-bottom: 30px;
}		
.grid-style .txt-style2.with-txt span {
    left: 37px;
}
.grid-style .txt-style2 .content-box.red-box {
    min-height: 300px;
}
.grid-style.news-grid .item .gray-box {
    min-height: 300px;
}	
.testimonials-slider .s-item {
	text-align: center;
}
.testimonials-slider a p {
    width: 100%;
}
.testimonials-slider {
    padding: 80px 30px 20px;
}
.form label {
    font-size: 14px;
}
.form .form-group:nth-child(odd) {
    padding-right: 5px;
}
.form .form-group:nth-child(even) {
    padding-left: 5px;
}
.form .custom-btn {
    width: 100%;
}
.video-sec {
    background-attachment: initial;
}	
.main-footer .item .footer-logo {
    width: 120px;
}
.main-footer .item:nth-child(2), .main-footer .item:last-child {
    padding-left: 15px;
}	
}