@charset "UTF-8";
 
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
  	font-family: 'NotoSans-Regular', sans-serif;
   scroll-behavior: smooth;
}
html, body {
	height: 100%;
}

/*
================
Banner CSS Start
================
*/

.portfolio_banner{
	background-image: url(../images/banner-1.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner_info{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background-color: #0000008f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 1rem 1rem 0.75rem;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
}
.banner_info h3{
    font-family: 'Oswald-Regular', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 1rem;
}
.banner_info ul {
    padding: 0;
    margin: 0;
}
.banner_info ul li{
    list-style: none;
    display: inline-block;
    padding: 0 0.5rem;
}
.banner_info ul li a{
    text-decoration: none;
}
.banner_info ul li a i{
    color: #fff;
    font-size: 20px;
    transition: all .4s;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px double white;
    text-decoration: none;
}

.banner_info ul li a i:hover{
     background-color: #ff0030;
    border:2px double #ff0030;
    opacity: .9;
    transform: rotate(360deg);
    box-shadow: 2px 2px 24px #fff;
}

/*
===============
About CSS Start
===============
*/
.about_index{
	background-color: #000;
	padding: 60px 0px;
}
.about_index .about_info{
	display: table-cell;
	vertical-align: middle;
}
.about_index .about_info h2{
	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Oswald-Bold', sans-serif;
    position: relative;
    color: #fff;
    padding-left: 70px;
    margin-bottom: 2rem;
}
.about_index .about_info h2:after{
	content: '';
	 width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 45%;
    background-color: #FFFFFF;
}
.about_index .about_info p{
	color: #fff;
	font-family: 'NotoSans-Regular', sans-serif;
	line-height: 2;
}
.about_info_img{
	position: relative;
}
.about_info_img .img_abt_1 {
    width: 55%;
    position: relative;
    bottom: -80px;
    margin-bottom: 80px;
    border-radius: 4px;
    border: 5px solid #0e0e0e;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    overflow: hidden;
}
.about_info_img .img_abt_2 {
    width: 55%;
    position: absolute;
    right: 0;
    border-radius: 4px;
    border: 5px solid #0e0e0e;
    -webkit-box-shadow: -15px 10px 30px rgba(0,0,0,.05);
    box-shadow: -15px 10px 30px rgba(0,0,0,.05);
    overflow: hidden;
    z-index: 2;
    top: 0;
}
.about_info_img img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.about_info ul{
	padding: 0;
	margin: 0;
}
.about_info ul li{
	list-style: none;
	display: block;
	margin-top: 25px;
    padding-left: 25px;
    position: relative;
    color: #fff;
}
.about_info ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.about_info ul li span{
	color: #ff0030;
}
.about_index .about_info_img{
	position: relative;
}
.about_index .about_info_img .award_count {
    position: absolute;
    right: 0;
    bottom: -90px;
}
.about_index .about_info_img .award_count h2 {
    font-size: 40px;
    font-family: 'Oswald-Bold',sans-serif;
    color: #fff;
}
.about_index .about_info_img .award_count h6 {
    font-size: 14px;
    font-family: 'Oswald-Regular',sans-serif;
    color: #fff;
    position: relative;
    color: #ff0030;
}
.about_index .about_info_img .award_count h6:after{
	content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 45%;
    background-color: #ff0030;
    margin-left: -45px;
}

/*--- btn ---*/
.hover-border{
    border: 2px solid #ddd;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    margin-top: 2rem;
    background-color: transparent;
    transition: .3s;
    font-size: 14px;
}
.hover-border:hover{
    border: 2px solid #ff0030;
    color: #ff0030;
    animation: pulse 1s infinite;
    transition: .3s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(.9);
  }
    100% {
    transform: scale(1);
  }
}

.about_info_img .icon {
    width: 85px;
    height: 85px;
    line-height: 135px;
    text-align: center;
    border-radius: 50%;
    background: #111;
    position: absolute;
    bottom: -2%;
    left: 40%;
    z-index: 3;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_info_img .icon:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    z-index: -1;
}
.about_info_img .icon svg {
    fill: #24d5b4;
    width: 80px;
}


/*
======================
Award Slider CSS Start
======================
*/
.award_slider{
    background-color: #000;
    position: relative;
    padding: 20px 0px 20px;
}
.award_slider .award_info{
    position: relative;
}
.award_slider .award_info .award_text{
    position: absolute;
    bottom: 0;
    background-color: #00000080;
    width: 100%;
    padding: 0.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.award_slider .award_info .award_text .awardsame_line{
    display: block;
}
.award_slider .award_info .award_text h2{
    font-family: 'Oswald-Regular', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.5px;
}
.award_slider .award_info .award_text h4{
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.award_slider .award_info .award_text .hover-border{
    margin: 0;
    font-family: 'Oswald-Regular', sans-serif;
}
.award_slider .owl-theme .owl-dots .owl-dot.active span, .award_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff0030;
}
.award_slider .owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 1px;
}

/*
======================
Blog Slider CSS Start
======================
*/

.blog_slider{
    background-color: #000;
    position: relative;
    padding: 60px 0px;
}
.blog_slider .blog_carousel .award_info{
    position: relative;
}
.blog_slider .blog_carousel .award_info .award_text{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    padding: 0.5rem 0.85rem;
}
.blog_slider .blog_carousel .award_info .award_text h3{
    background-color: #ff0030;
    width: fit-content;
    padding: 0.5rem;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}
.blog_slider .blog_carousel .award_info .award_text p{
    font-family: 'NotoSans-Regular', sans-serif;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}
.blog_slider .blog_carousel .award_info .award_text h4{
    font-family: 'NotoSans-Regular', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.blog_slider .blog_carousel .award_info img{
    border-radius: 30px;
}
.blog_slider .blog_carousel .award_info{
    position: relative;
}
.blog_slider .blog_carousel .award_info:after{
    display: block;
    content: "";
    background-image: linear-gradient(0deg,rgba(0,0,0,.41),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: all .3s ease-out;
}

.blog_slider .award_info a{
    cursor: pointer;
    display: block;
}
.blog_title{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}
.blog_title h4{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Oswald-Bold', sans-serif;
    position: relative;
    color: #fff;
    padding-left: 70px;
    margin-bottom: 1rem;
}
.blog_title h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Oswald-Bold', sans-serif;
    color: #fff;
}
.blog_title .hover-border{
    margin-top: 0;
}
.blog_title h4:after {
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 45%;
    background-color: #ff0030;
}

/*
======================
Social Media CSS Start
======================
*/
.social_media{
    background-color: #000;
    position: relative;
}
.social_media .social_media_title h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Oswald-Bold', sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 2rem;
}
.social_media_title h2:after {
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    left: auto;
    right: 25%;
    background-color: #ff0030;
    top: 20px;
}
.social_media_title h2:before {
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    background-color: #ff0030;
    right: auto;
    left: 25%;
    top: 20px;  
}
.socialmedia_info{
    display: table-cell;
    vertical-align: middle;
}
.socialmedia_info p{
    font-family: 'NotoSans-Bold', sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.socialmedia_mobile{
    position: relative;
}
.media_images ul li{
    list-style: none;
}
.media_images ul li a{
    transition: .6s;
    display: block;
}
.media_images ul li a:hover{
    transform: translate(0, -10%);
}
.media_images ul li:first-child{
    position: absolute;
    top: 27%;
    left: 8%;
}
.media_images ul li:nth-child(2){
    position: absolute;
    top: 28%;
    left: 29%;
}
.media_images ul li:nth-child(3){
    position: absolute;
    bottom: 18%;
    left: 6%;
}
.media_images ul li:nth-child(4){
    position: absolute;
    bottom: 19%;
    left: 30%;
}
.copy_rights{
    border-top: 1px solid #4a4a4a;
}
.copy_rights p {
    color: #ffffff;
    font-size: 13px;
    margin: 1rem auto;
    text-align: center;
}