@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
* {
    list-style: none;
    text-decoration: none;
    outline: none;
}

body{

    background-color: #070751;
}


h1,h2,h3,h4,h5,h6{
    margin: 0;
}

.main-heading {
    color: #fff;
    font-family: 'Kaushan Script', cursive;
    font-size: 50px;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

a {
    padding: 0px;
    margin: 0px;
    transition: all 0.5s;
}

p {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.3px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;

}

span {
    letter-spacing: 0.3px;
}

dl,
ol,
ul {
    padding: 0px;
    margin: 0px;
}

.nav-link:focus {
    color: #f87823;
}

input {
    letter-spacing: 0.3px;
}
.mt_100{
    margin-top: 100px;
}
.pt_100{
    padding-top: 110px;
}
.pd0 {
    padding: 0;
}
.pt_90 {
    padding-top: 90px;
}
.pt_90 {
    padding-top: 90px;
}
.prl_0 {
    padding: 0px;
}
.pt_50{
    padding-top: 70px;
}
.mt_90{
    margin-top: 90px;
}

.mrl_0{
    margin:0px;
}
.mt_80{
    margin-top: 80px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

header.main-header {
   position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    top: 0;
	height: auto;
}
header.main-header.headerbg {
    background: #070751;
}


ul.menu-item-has-children {
    width: auto;
    padding: 1rem;
}

ul.menu-item-has-children li {
    margin-bottom: 0.5rem;
}

ul.sub-menu {
	display: none;
	position: absolute;
	width: 350px;
	padding: 1rem;
	background: #070751;
	left: 0;
}
ul.sub-menu.active {
    display: block;
}

ul.sub-menu a.nav-link {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}


.navbar-nav > li > a.nav-link {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse{
  
    justify-content: center;
}

ul.navbar-nav {
    column-gap: 20px;
}


.navbar-collapse{
	    justify-content: flex-end;
}


#menu-item-26{
    background: #FFC444;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
	
}
#menu-item-26 a{
 color:#000;	
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:after {
    content: "\25BC";
    position: absolute;
    top: 12px;
    right: -7px;
    color: #fff;
    font-size: 10px;
}



.navbar-collapse.show, .navbar-collapse.collapsing {
    background: #070751;
    padding: 1rem;
}

ul.dropdown-menu.active {
    display: block;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
ul.navbar-nav li.contact-btn{
    background: #FFC444;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
ul.navbar-nav li.contact-btn > a {
    color: #000000;
}
.lang-switcher {
    position: relative;
    margin-left: 15px;
}
.lang-switcher ul li ul.sub-menu{
    width: 160px;
}

/* Banner-section */


.banner-section {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.banner-section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/banne-overlay.svg');
    background-size: cover;
    background-position: 100% 100%;
}

.banner-section:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/dotted-after-bg.svg);
    background-size: cover;
    background-position: 100% 100%;    
    top: 0;
}*/
.banner-section .banner-video {
  position: relative;
  height: 95vh;
}

.banner-section .banner-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  position:absolute;
  height: 95vh;
}

h2.main-heading::after {
    position: absolute;
    right: -98px;
    top: -60px;
    content: '';
    background-image: url(../images/heading-icon-arrow.png);
    height: 120px;
    width: 120px;
    background-size: cover;
    display: inline-block;
}

/* Production-section */

.production-section, .featured-product, .contact-section {
    width: 100%;
    height: 100%;
    background-image: url('../images/production-bg.jpg');
    background-attachment: fixed;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: 50% 0%;
    text-align: center;
    padding: 3rem 0;
    background-repeat: no-repeat;

}

.inner-production {
    width: 100%;
    height: auto;
    margin: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}

.card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.card-box a > img {
    width: 100%;
    height: 250px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.card-box h4 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding-top: 20px;
}

.production-bottom-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin:2rem 0;
}


.production-left .main-heading {
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
}

.production-left {
    text-align: left;
    flex: 100%;
}


/* Our-client-section */




.our-client-section {
    width: 100%;
    height: 100%;
    background-image: url('../images/client.jpg');
    background-attachment: fixed;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding:3rem 0;
}

.clients-log-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* client-carousel-section */

.inner-client-carousel {
    width: 80%;
    height: auto;
    margin: 3rem auto;
}


.profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 3rem;
}

.profile-box > img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.info-profile h5 {
    font-size: 20px;
    text-align: left;
    /* color: #fff; */
    /* font-family: sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 600;
}

.inner-client-carousel .owl-nav button.owl-prev, .inner-client-carousel .owl-nav button.owl-next {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-client-carousel .owl-nav button span {
    scale: 2.1;
    transform: translateY(-1px);
}

.inner-client-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 10px;
    left: -60px;
}

.inner-client-carousel .owl-nav .owl-next{
    position: absolute;
    top: 10px;
    right: -60px;
}


.inner-client-carousel .owl-nav button.owl-prev:hover, .inner-client-carousel .owl-nav button.owl-next:hover {
    background: #ffc444;
}


.inner-featured {
    margin: 2rem 0;
}

.inner-featured img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    scale: .9;
    transition: 2s ease-in-out;
}
.inner-featured img:hover {
    scale: 1;
    transition: 2s ease-in-out;
}


.recent-work-section {
    width: 100%;
    margin: 3rem 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.recent-card-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center center;
}


/* our-team-section */

.our-team-section {
    width: 100%;
    height: 100%;
    background-image: url('../images/client.jpg');
    background-attachment: fixed;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding:3rem 0;

}

.team-box {
    width: 75%;
    margin: 5rem auto;
    background: #202062;
    padding: 1rem;
    position: relative;
    border-radius: 10px;
    margin-top: 8rem;
}

.team-box .profil-image {
    margin-top: -5rem;
    margin-bottom: 1rem;
}

.team-box .profil-image > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.team-box h3 {
    color: #ffffff;
    font-size: 25px;
}

.team-box > a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.team-box > a > i {
    margin-right: 10px;
}

.social-box {
    width: 100%;
    height: auto;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 0;
}

.social-box a {
    text-decoration: none;
    color: #202062;
}

.social-box a > span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.social-box a > span:hover {
    background: #ffc444;
}

.btn-submit {
    background: #FFA621;
    color: #fff;
    padding: 0;
    width: 138px;
    margin-top: 1rem;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    transition: .2s ease-in-out;
    border: 2px solid #FFA621;
}

.btn-submit:hover {
    background: #070751;
    color: #fff;
    transition: .2s ease-in-out;
    border: 2px solid #fff;
}

.inner-contact-section {
    width: 100%;
    margin: 3rem 0;
    display: flex;
    column-gap: 50px;
  row-gap: 50px;
    justify-content: space-between;
}

.information .info {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: nowrap;
    margin: 2rem 0;
}

.information .info:nth-child(1){
    margin-top: 0;
}

.form-row {
    display: flex;
    column-gap: 20px;
    margin-bottom: 2rem;
}

.inner-contact-section .contact-form {
    width: 60%;
}

.form-row .form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 10px;
    width: 100%;
    
}
.form-row .form-field span{
    text-align: left;
    width:100%;
}
.form-row .form-field br{
    display:none;
}

.form-row .form-field input, .form-row .form-field textarea {
    width: 100%;
    height: 45px;
    background: #070753;
    border: 0;
    color: #fff;
    padding: 10px 20px;
}

.form-row .form-field textarea {
    height: 120px;
    width:100%;
}

form label {
     color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.wpcf7-response-output {
    color: #fff;
    position: relative;
    top: -40px;
}

.information .info > span {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.information .info > p {
    font-size: 19px;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    flex: 1 0 50%;
}

.information .info > span:hover {
    background: #ffc444;
}

footer.footer {
    background: #070751;
    padding: 100px 0 10px;
    position: relative;
}

footer.footer p {
    margin: 1rem 0;
    font-size: 15px;
    line-height: 24px;
}
.footerlogo {
    text-align: center;
    z-index: 5;
    position: relative;
    margin-bottom: 4rem;
}
.footer-link h3 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 1.2rem;
}

.footer-link ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin: 5px 0px;
}
.footer-link ul li a span {
    background: rgb(255 255 255 / 20%);
    width: 40px;
    display: inherit;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.footer-link ul li a span i {
    color: #fff;
}

.adressbar-area label {
    color: rgb(255 255 255 / 60%);
    width: 100%;
    padding-bottom: 5px;
}

.adressbar-area label img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.adressbar-area a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.adressbar-area p {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
}

.adressbar-area {
    margin-bottom: 24px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding-bottom: 10px;
}
.socialmedia ul li a {
    color: #fff;
    font-size: 16px;
}
.socialmedia ul li a {
    color: #fff;
    font-size: 16px;
}

.copyright-wraper p {
    font-size: 14px;
}

.copyright-wraper ul li a {
    color: rgb(255 255 255 / 61%);
    text-decoration: none;
    font-size: 14px;
}

.copyright-wraper {
    display: flex;
    justify-content: center;
    border-top: 2px dashed rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
    padding-top: 1rem;
}

.copyright-wraper ul li {
    display: inline-block;
    margin-left: 18px;
}
.footer-shape img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.about-imgs img {
    width: 98%;
}

.address-box {
    display: flex;
    column-gap: 20px;
}
.blog-details-imgs img {
    width: 100%;
    border-radius: 10px;
    height: 270px;
    object-fit: cover;
}
.blog-content h2 {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: capitalize;
}
.blog-content p {
    color: #ffff;
    font-size: 16px;
    line-height: 25px;
}
.blog-content {
    padding-top: 20px;
}
.blog-content h2 {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: capitalize;
    height: 70px;
    line-height: 26px;
}
section.blog-wraper {
    padding: 150px 0px 100px;
    background-position: center;
    background-size: cover;
}
.blogbtn {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px 0;
    align-items: center;
}
.blog-details-box {
    margin: 25px 0px;
}
.readmorebtn a {
    color: #FFC444;
    font-weight: 500;
}
.breadcrumb li a, .breadcrumb li {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
li.breadcrumb-item.active {
    color: #FFC444;
}
.next-prev-btn a img {
    margin: 0px 5px;
}
.next-prev-btn a {
    color: #FFC444;
    font-weight: 500;
}
.next-prev-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
}
section.mini-banner-wraper {
    height: 650px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mini-banner-wraper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banne-overlay.svg);
    background-size: cover;
    background-position: 100% 100%;
}
.mini-banner-wraper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/dotted-after-bg.svg);
    background-size: cover;
    background-position: 100% 100%;
    top: 0;
}
.mini-banner-content {
    position: relative;
    z-index: 5;
}
.breadcrumb-item+.breadcrumb-item::before {
    background-image: url(../images/right-arrow-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 13px;
    height: 12px;
    top: 7px;
    position: relative;
    margin-right: 5px;
}
section.belastra-help-wraper {
    padding: 100px 0;
}
.belastra-left-ntro p {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    padding-bottom: 35px;
}

.help-you-list ul li {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: 40px 0px;
    padding-left: 75px;
    line-height: 28px;
}
.help-you-list ul li span {
    background: #FFC444;
    width: 58px;
    height: 58px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 53px;
    position: absolute;
    left: 0;
    top: -8px;
}
.help-you-imgs {
    height: 100%;
}
.help-you-imgs img {
    width: 100%;
     height: 100%;
     object-fit: cover !important;
}
.help-you-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.belastrahelp-content .all-append-title {
    margin-bottom: 3rem;
}
section.more-infosection {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
}
.moreinfo-box {
    display: inline-block;
    background: #111170;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #111170;
}
.moreinfo-box h3 {
    color: #FFFFFF;
    font-size: 24px;
    padding-bottom: 20px;
}
.moreinfo-profile h2 span {
    background: #F36F56;
    height: 55px;
    width: 55px;
    text-align: center;
    display: inline-block;
    line-height: 58px;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
}
.moreinfo-profile h2 {
    color: #fff;
    font-size: 20px;
}
.moreinfo-list ul li a {
    color: #6F7C8E;
    font-weight: 600;
    text-decoration: none;
}
.moreinfo-list ul li {
    display: inline-block;
    margin-right: 20px;
    color: #6F7C8E;
    line-height: 30px;
}
.moreinfo-profile {
    padding-bottom: 1rem;
}

.moreinfo-list ul li a img {
    margin-right: 11px;
    width: 24px;
}
.interactive-production .main-heading{
    font-size: 40px;
}
.helpslider .owl-nav button {
    background: #FFFFFF !important;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    top: 40%;
}
.interactive-production .help-you-list {
    padding-left: 2rem;
}
.helpslider .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
.infosection-text p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 3rem;
}
.editing-suites-rental-text h2 {
    color: #fff;
    text-align: center;
    font-family: 'Kaushan Script', cursive;
    width: 80%;
    margin: 55px auto;
}
section.portfolio-wraper {
    padding: 100px 0;
}
.portfoliotabs nav .nav-tabs {
    margin: 0 !important;
    border: none;
}
.portfoliotabs nav {
    background: #020237;
    padding: 10px;
    border-radius: 10px;
}
.portfoliotabs nav .nav-tabs button {
    margin: 0 10px!important;
    border-radius: 5px;
    color: #fff;
    border: none !important;
}
.portfoliotabs nav .nav-tabs button.active{
        background: #FFC444;
}
.portfoliotabs-imgs {
    margin: 15px 0px;
    position: relative;
    height: 270px;
    overflow: hidden;
    transition: 0.5s all;
}
.portfoliotabs-imgs img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: 0.5s all;
}
.portfoliotabs-imgs:hover img{
    transform: scale(1.1);
    transition: 0.5s all
}
.portfoliotabs-imgs:after {
    content: '';
    background: rgb(9 8 85 / 40%);
    backdrop-filter: blur(6px);
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.5s all;
}
.portfoliotabs-imgs .portfolio-title {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.portfoliotabs-imgs .portfolio-title h2 {
    font-size: 22px;
    background: #020237;
    padding: 15px;
    text-align: center;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 5;
}
.portfoliotabs-imgs:before {
    content: '\f144';
    font-family: 'FontAwesome';
    text-decoration: none;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #FFF;
    top: 35%;
    z-index: 9;
    transition: 0.5s all;
}
.portfoliotabs-imgs:hover:after, .portfoliotabs-imgs:hover:before{
    display: block;
    transition: 0.5s all;
}

section.contact-page-wraper {
    padding: 100px 0;
}

.form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #44444447;
    padding: 10px 15px;
}
.map-iframe iframe {
    width: 100%;
}
/*.map-iframe  {*/
/*    height: 100%;*/
/*}*/
.form-group {
    margin: 10px 0;
}
.contact-page-wraper .container {
    max-width: 1240px;
}
.form-group textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #44444447;
    padding: 10px 15px;
}
.map-iframe {
    height: 100%;
    margin-left: 2rem;
}
.form-group label {
    color: #fff;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
}
.form-check {
    padding:0;
    margin-left: -15px;
}
.form-group button {
    background: #ffc444;
    padding: 14px 34px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    border: none;
}
.form-group input[type="submit"] {
    display: inline-block;
    width: auto;
}
.reach-us {
    padding-top: 60px;
}
.reach-us-details ul li {
    margin: 12px 0;
    position: relative;
}
.reach-us-details ul li span {
    
    font-weight: 600;
    color: #fff;
    text-transform: normal;
    position: absolute;
    left: 0;
    top: 0;
}
.reach-us-details ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-left: 120px;
    line-height: 27px;
    font-weight: 500;
}
.reach-us-title h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #fff;
}
.contact-social-media ul li span{
    
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.contact-social-media ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 27px;
    font-weight: 500;
    margin-left: 11px;
}
section.newslatter-box {
    padding: 100px 0;
}
.newslatter-details {
    padding: 25px;
    border: 1px solid rgb(68 68 68 / 35%);
    text-align: center;
}
.newslatter-details h3 {
    font-size: 22px;
    padding-top: 2rem;
    color: #444;
}
.newslatter-icon img {
    width: 48px;
}
.readmorebtn {
    margin-top: 1.3rem;
}
.readmorebtn a {
    padding: 12px 25px;
    background: #444;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 2px;
}
.footer-link ul li a{
    transition: 0.5s all;
}
.footer-link ul li:hover a {
    color: #ffc444;
    padding-left: 6px;
    transition: 0.5s all;
}
.copyright-wraper a{
   color: #ffc444;
   text-decoration: none; 
}


.information .info > p a {
    color: #ffff;
    text-decoration: none;
}

section.production-section {
    padding-bottom: 0;
    padding-top: 105px;
}

section.featured-product {
    padding-top: 0;
}
.production-section .main-heading{
    text-transform: uppercase;
}
.ourconactdetails .reach-us-details ul li a {
    padding-left: 0px;
}
.ourconactdetails .reach-us-details ul li span {
    position: unset;
}
section.mini-banner-wraper {
    height: 450px;
}
.mini-banner-content{
    padding-top: 100px;
}
.help-you-list ul li span img {
    width: 22px;
    height: 28px;
    object-fit: contain;
}
.help-you-list ul li:last-child {
    margin-bottom: 0;
}
section.more-infosection .infosection-text p {
    padding-bottom: 0;
}
.infosection-text {
    padding-bottom: 50px;
}
.infosection-text {
    color: #fff;
}
section.single-blogpage {
    padding: 110px 0 ;
}
section.single-blogpage .blog-details-imgs img {
    height: 450px;
}
section.single-blogpage .blog-content h2 {
    height: auto;
    font-size: 25px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.single-blogpage {
    width: 100%;
    height: 100%;
    background-image: url(../images/new-production-bg.jpg);
    background-attachment: fixed;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


section.single-blogpage  .blog-details-box{
    margin-bottom: 0;
}
.help-you-imgs .item video {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.videoSectionBlog iframe {
    width: 100% !important;
    height: 450px;
    object-fit: cover !important;
}
.blog-content > * {
    color: #fff !important;
}