@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@font-face {
    font-family: 'Helvetica 65';
    src: url('../fonts/helvetica/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/helvetica/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/Helvetica.woff2') format('woff2'),
        url('../fonts/helvetica/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/Helvetica-Compressed.woff2') format('woff2'),
        url('../fonts/helvetica/Helvetica-Compressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/helvetica/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/Helvetica-Heavy.woff2') format('woff2'),
        url('../fonts/helvetica/Helvetica-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/Helvetica-BoldOblique.woff2') format('woff2'),
        url('../fonts/helvetica/Helvetica-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/helvetica/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/HelveticaRounded-Bold.woff2') format('woff2'),
        url('../fonts/helvetica/HelveticaRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/Helvetica-Oblique.woff2') format('woff2'),
        url('../fonts/helvetica/Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    color: #938f90;
}

html {
    width: 100%;
    height: 100%;
}

* {
    outline-color: var(--transparent-color) !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

button {
    border: none;
    outline: none;
}

.logo img {
    width: 250px;
    padding: 8px 0;
}

img {
    max-width: 100%;
    height: auto;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

:root {
    --transparent-color: transparent;
    --primary-color: #000;
    --white-color: white;
    --green-color: #1bb321;
    --yellow-color: #f7952b;
    --black-color: #000;
    --p-color: #444444;
    --fw-500: 500;
    --footer-bg: #000000e0;
}


.title-s1 {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    grid-gap: 20px;
    color: var(--black-color);
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1.4;
	margin: 0;
}

.text-center {
    text-align: center;
}

.container, .title-container, .shaonmd-slider-wraper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .container {
        padding: 0 15px;
    }
}


/*---------------------------- navigation -----------------------*/
.main-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s;
    padding: 0px;
}
.navigation-section {
    background-color: rgba(000,000,0,0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navigation-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(40px, auto);
    position: relative;
    z-index: 2;
}



.navigation-section .logo-nav {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto 1fr;
    grid-auto-rows: minmax(40px, auto);
    align-items: center;
	padding: 0 0 8px;
}
@media (max-width: 767.98px){

.navigation-section .logo-nav {
	padding: 0;
}
}

/*---------------  */

.logo {
    /* grid-column: 1 /span 1; */
}

.nav-class-div {
    /* grid-column: 2 /span 3; */
    justify-self: center;
}

.menu-toggle {
    grid-column: 1/ span 3;
    display: none;
}

.nav-class-div ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none
}

.nav-class-div ul li {
    padding: 0;
    margin: 0 2px;
    display: inline-block;
    transition: 500ms left cubic-bezier(.57, .21, .69, 1.25);
}

.nav-class-div ul li {
    position: relative;
    list-style-type: none
}

.nav-class-div ul li.menu-item-has-children:before {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    right: -5px;
    margin-top: 15px;
}


.nav-class-div ul li.active.menu-item-has-children:before {
    content: '\f0d7';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: var(--primary-color);
}

.nav-class-div ul li ul {
    position: absolute;
    left: 0;
    background-color: var(--white-color);
    display: none;
    min-width: 200px;
}




.nav-class-div ul li ul a {
    color: var(--primary-color);
    margin: 10px 1px;
    font-weight: var(--fw-500);
}

.nav-class-div ul li ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.nav-class-div ul li ul li:not(:last-child) {
    border-bottom: 1px solid #c0c0c061;
}

.nav-class-div ul li ul li a {
    margin: 0 10px;
    padding: 3px 0;
    text-transform: capitalize;
}

.nav-class-div ul li a {
    display: block;
    padding: 0 10px;
    margin: 25px 1px 0;;
    text-decoration: none;
    color: var(--white-color);
    font-weight: var(--fw-500);
    text-transform: capitalize;
	font-size: 15px;
	-webkit-transition: color 450ms;
    transition: color 450ms;
}
.nav-class-div ul li a:hover {
    color: #fac130;
}

.nav-social-icon {
    justify-self: right;
}

@media (max-width: 1199px) {
    .navigation-container .sticky {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .logo {
        display: block;
        color: var(--primary-color);
     /* grid-column: 1 /span 3; */
    }


    .nav-class-div {
        grid-column: 1 / span 4;
        justify-self: stretch;
    }

    .menu-toggle {
        grid-column: span 1 / -1;
        grid-row: 1/span 1;
        display: block;
        font-size: 30px;
        justify-self: end;
        cursor: pointer;
    }

    .menu-toggle:before {
        content: "\f0c9";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: var(--white-color);
    }


    .menu-toggle.active:before {
        content: "\f00d";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        color: var(--white-color);
    }

    .nav-class-div {
        display: none;
    }

    .nav-class-div.active {
        display: block
    }

    .nav-class-div.active ul li {
        display: block
    }

    .nav-class-div ul li.menu-item-has-children:before {
        margin-top: 2px;
    }

    .nav-class-div ul {
        display: block
    }

    .nav-class-div ul li ul {
        position: static
    }
	.nav-social-icon {
    display: none;
}
}

@media (max-width: 767px) {
    .nav-class-div ul li.active ul {
        display: block
    }
}

@media (min-width: 768px) {
    .nav-class-div ul li:hover ul {
        display: block
    }
}



/* -----------------------Main-Slider----------------------------- */
#main-slider .item-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
}

#main-slider .item-wrapper .slideimg {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
	position: relative;
	height: 100vh;
}
#main-slider .item-wrapper .slideimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main-slider .item-wrapper .slideimg .image-bgoverlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#main-slider .item-wrapper .caption-wrapper {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    display: grid;
    justify-items: start;
    align-content: end;
    font-size: 2.2vw;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 130px;
}
#main-slider .caption-wrapper .btn {
    font-size: 1.2vw;
    font-weight: 700;
    border: 2px solid #fff;
    color: #fff;
    padding: .6rem 2rem;
    text-decoration: none;
    margin-top: 1rem;
}

#main-slider .owl-item.active .slider-title {
    animation: 1s .2s zoomIn both;
}

#main-slider .owl-item.active .slider-dec {
    animation: 1s .6s zoomIn both;
}

#main-slider .owl-item.active .btn {
    animation: 1s .9s zoomIn both;
}

#main-slider.owl-carousel .owl-next,
#main-slider.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    font-size: 30px !important;
    border: 1px solid #ddd;
    text-align: center;
    background-color: var(--transparent-color) !important;
    color: #ffffff !important;
    border-color: var(--transparent-color) !important;
    outline-color: var(--transparent-color) !important;
    transition: all 200ms ease-out;
    opacity: 0;
}

#main-slider.owl-carousel .owl-next:hover,
#main-slider.owl-carousel .owl-prev:hover {
    border: 1px solid #ddd;
    background-color: var(--transparent-color) !important;
    color: #ffffff !important;
    border-color: var(--transparent-color) !important;
    outline-color: var(--transparent-color);
}

#main-slider.owl-carousel .owl-prev {
    left: 70px;
}

#main-slider.owl-carousel .owl-next {
    right: 70px;
}

#main-slider.owl-carousel:hover .owl-next,
#main-slider.owl-carousel:hover .owl-prev {
    opacity: 1;
    outline-color: var(--transparent-color) !important;
}
@media (max-width: 767.98px){
#main-slider .item-wrapper .slideimg {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
	position: relative;
	height: auto;
}
#main-slider .item-wrapper .slideimg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: unset;
}
#main-slider .item-wrapper .caption-wrapper {
    grid-column: unset;
    grid-row: unset;
	justify-items: center;
    align-content: center;
    padding-bottom: 0px;
	background: black;
}	
}
/* -------------------Banner Fluid------------------------ */


/* ------------------------------------------------------ */






/* -----------service title--------------------------- */

.service .title-container {
    margin-top: 55px;
    margin-bottom: 190px;
}
.service .new-title {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    grid-gap: 20px;
    color: #f9d022cc;
    font-family: 'Helvetica';
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 1;
    margin: 0;
}
.service h3.new-title-small {
    font-family: 'Helvetica';
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: black;
    font-size: 35px;
    text-align: center;
    margin: -25px 0 90px;
    padding: 0;
}
.service .small-title-border {
    position: relative;
}

.service .small-title-border:after {
    content: "";
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #f9d022;
    left:50%;
    transform: translateX(-50%);  
}
@media (max-width: 991px){
.service .title-container {
    margin-bottom: 120px;
}
}
/* ----------------------------------------- */

.service {
    background-color: white;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: initial;
    width: 100%;
    height: auto;
    padding: 30px 0 230px;
    color: var(--white-color);

}

.service .container {
    display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.service-child {
   flex: 1 1 210px;
}

.service-box {
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #4A4A4A;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-box div:first-child {
    text-align: center;
}

.service-box div:nth-of-type(2) {
    text-align: center;
}

.service-box div:first-child i {
    color: #f45f47;
    font-size: 3rem;
}

.service-box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.service-box h4 {
    margin-bottom: 15px;
    font-size: 1.13rem;
    margin-top: 15px;
    color: var(--black-color);
    font-weight: 600;
    text-transform: uppercase;
}
.service-box p {
    margin-bottom: 14px;
    color: #938f90;
}
@media (max-width: 991px){
.service {
    padding: 30px 0 150px;
}
}
@media (max-width: 575px) {
    .service > div {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

.service-box div div {
    background-color: var(--transparent-color);
    display: block;
    text-decoration: none;
    color: #f45f47;
    font-weight: 400;
    width: 130px;
    margin: 0 auto;
	cursor: pointer;
}

/* -------------------------our-work---------------------- */
.our-work .title-container {
	padding: 130px 0 60px;
}
.our-work {
    background-color: white;
    background-repeat: no-repeat;
    background-position: center -20px;
    background-size: initial;
    width: 100%;
    height: auto;
}
.our-work h3.new-title-small {
    color: black;
}

.our-work .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 40px;
}

.our-work-child {
    display: -ms-grid;
    display: grid;
    align-items: stretch;
}

.our-work-box {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: white;
    color: #4A4A4A;
    display: -ms-grid;
    display: flex;
	flex-direction: column;

}

.our-work-box > div:first-child {
    position: relative;
	height: 300px;
}


.our-work-box > div:first-child img {
    width: 100%;
	height: 100%;
    border-radius: 5px 5px 0 0;
    filter: grayscale(1);
    transition: all .5s;
    object-fit: cover;
}

.our-work-box:hover > div:first-child img {
    filter: grayscale(0);
}

.our-work-box .hover-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0)), to(#111));
    background: linear-gradient(180deg, rgba(39, 39, 39, 0) 0%, #111 100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.our-work-box:hover .hover-button {
    opacity: 1;
}

.hover-button .hover-button-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.our-work-box > div:first-child a {
    text-decoration: none;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.our-work-box:hover > div:first-child a {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
}

.hover-button .hover-button-link a span {
    background-color: var(--yellow-color);
    color: var(--black-color);
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 2px;
}


.our-work-box > div:last-child {
    padding: 2rem;
}

.our-work-box > div:last-child h4 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 5px;
    color: var(--black-color);
    font-weight: 600;
    line-height: 1.3;
}

.our-work-box > div:last-child p {
    color: #938f90;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
.our-work .container {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}	
.our-work-box > div:first-child {
	height: auto;
}	
	
}
/* @media (max-width: 575px) {
    .our-work .container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
 */

/* ----------load more button---------------- */
a#showcase-load-more {
	 display: block;
	 text-align: center;
     margin: 40px 0;
     text-decoration: none;
     color: var(--black-color);
     padding: 10px 20px;
}
a#showcase-load-more h2{
    font-weight: 500;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
a#showcase-load-more h2 span {
     background-color: #f8cf22;
     padding: 10px 15px;
     border-radius: 3px
}
/*----------------------------------------------------*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* -----------------------blur background Effect--------------------------------*/

* {
    -webkit-transition: -webkit-filter .25s ease;
    transition: -webkit-filter .25s ease;
    transition: filter .25s ease;
    transition: filter .25s ease, -webkit-filter .25s ease;
}

.mfp-wrap ~ * {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

/* ------------------------About------------------------------- */


/* -----------------------testimonials---------------------- */

.shaonmd-slider-wraper .owl-carousel .item {
    height: auto;
    padding: 1rem;
}

.testimonial-child {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: justify;
    color: var(--p-color);
}

.testimonial-wrapper .nested-child {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 10px;
    justify-items: center;
    text-align: center;
}

.testimonial-wrapper .nested-child-div {
    margin: 0;
    padding: 0;
}

.testimonial-wrapper .nested-child-div:nth-of-type(1) img {
    border-radius: 50%;
    width: 110px;
    height: auto;
}

.testimonial-wrapper .nested-child-div:nth-of-type(1) {
    grid-column: 1 / -1;
}

.testimonial-wrapper .nested-child-div:nth-of-type(2) {
    grid-column: 1 /-1;
    align-self: center;
}

.testimonial-wrapper h1 {
    font-size: 17px;
    color: var(--black-color);
}

.testimonial-wrapper h4 {
    font-size: 14px;
}

.testimonial-wrapper h1, .testimonial-wrapper h4 {
    padding: 0;
    margin: 0;
    font-weight: 100;
    line-height: 1.4;
}

#testimonial-slider.owl-carousel {
    position: relative;
}

#testimonial-slider.owl-carousel .owl-next,
#testimonial-slider.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    font-size: 30px !important;
    border: 1px solid #ddd;
    text-align: center;
    background-color: var(--transparent-color) !important;
    color: var(--yellow-color) !important;
    border-color: var(--transparent-color) !important;
    outline-color: var(--transparent-color);
    opacity: 0;
}

#testimonial-slider.owl-carousel:hover .owl-next,
#testimonial-slider.owl-carousel:hover .owl-prev {
    opacity: 1;
}

#testimonial-slider.owl-carousel .owl-prev {
    left: -35px;
}

#testimonial-slider.owl-carousel .owl-next {
    right: -35px;
}

/* -----------------our-client------------- */
section.our-client {
    margin: 90px 0 0;
}
section.our-client h3.new-title-small {
    color: black;
}
.our-client .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 40px;
}
.our-client .client-logo img {
    cursor: pointer;
    filter: grayscale(1);
}
.our-client .client-logo:hover img {
    filter: grayscale(0);
}

@media (max-width: 998.98px) {
    .our-client .container {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

}

.blank-space{
	display: inline-block;
}
/* ----------load more button---------------- */
a#client-load-more {
	 display: block;
	 text-align: center;
     margin: 60px 0 40px;
     text-decoration: none;
     color: var(--black-color);
     padding: 10px 20px;
}
a#client-load-more h2{
    font-weight: 500;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
a#client-load-more h2 span {
     background-color: #f8cf22;
     padding: 10px 15px;
     border-radius: 3px
}
/* -------------------------team---------------------- */

.team {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 55px 0;
}
.team .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 40px 50px;
    justify-content: center;
} 
.team-child {
    position: relative;
	overflow: hidden;
}
.team-box {
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -ms-grid;
    display: grid;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-box-info {
 -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
    opacity: 0;
	visibility: hidden;
    position: absolute;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: var(--yellow-color);
	color: var(--black-color);
    padding: 10px 30px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team-box-info > div:nth-of-type(1) {
    text-align: center;
    position: relative;
	line-height: 1.4;
}

.team-box-info > div:nth-of-type(1):after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -4px;
    width: 100px;
    border-bottom: 0px solid var(--black-color);
    transform: translateX(-50%);
}
.team-box-info > div:nth-of-type(2) {
    font-size: 15px;
    line-height: 1.4;
    text-align: justify;
	margin: 15px 0;
}
.team-box-info > div:nth-of-type(3) {
    text-align: center;
}
.team-child:hover .team-box-info {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
}

.team-child:hover .team-box {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-box img {
    display: block;
    margin: 0 auto;
}

.team-box div:first-child {
    text-align: center;
    position: relative;
}

.team-box div:nth-of-type(2) {
    padding: 10px 15px;
    justify-self: center;
    text-align: center;
}


.team-box div:first-child i {
    color: #f45f47;
    font-size: 3rem;
}

.team-box:hover .hover-button {
    opacity: 1;
}

.team-box h4 {
    margin: 15px 0 0;
    font-size: 1.3rem;
    color: var(--black-color);
    font-weight: 600;
}

.team-box p {
    color: #938f90;
    margin: 0;
    padding: 0;
}

@media (max-width: 575px) {
    .team > div {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

.team-box a {
    background-color: var(--transparent-color);
    display: block;
    text-decoration: none;
    color: #f45f47;
    font-weight: 400;
    text-align: center;
}



/* -------------Extra add 16-08-2020----------- */
.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 750px;
    margin: 0 auto;
}
/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/*-------------------- blog ---------------------------*/
.blog {
    padding: 0 0 5%;
}

.blog >.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 30px;
}

.blog-wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 3px 6px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 3px 6px 0 rgba(10, 31, 68, 0.1);
    transition: all .5s;
    border-radius: 5px;
}

.blog-wrapper:hover {
    -webkit-box-shadow: 0 5px 26px 0 rgba(10, 31, 68, 0.12);
    box-shadow: 0 5px 26px 0 rgba(10, 31, 68, 0.12);
}

.blog-wrapper > div:nth-child(2) {
    padding: 1.5rem 2.5rem 1rem;
    color: var(--p-color);
}

.blog-wrapper > div:nth-child(3) {
    padding: 0 2.5rem 1rem;
    line-height: 1.65;
    color: var(--black-color);
    font-weight: 500;
    height: 100%;
}

.blog-wrapper > div:nth-child(4) {
    padding: .5rem 2.5rem 2.5rem;
    margin-top: auto;
    width: 100%;
}

.blog-images img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.author img {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 60px !important;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 10px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 10px 0 rgba(10, 31, 68, 0.1);
}

.author-img {
    position: relative;
    display: grid;
    justify-items: end;
}

.author-img::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 90px;
    border-bottom: 2px solid #f2f2f2;
}
.author .date {
    color: var(--p-color);
}
.blog-wrapper .catagory-name a{
    color: var(--p-color)
}
.blog-wrapper .title a{
    color: var(--black-color);
}

/* 
=================================================================================
[ Pagination Section ]
====================================================================================
 */

.pagination-section {
	text-align: center;
	padding: 40px 0 20px;
}

.pagination-section ul li:not(:first-child):not(:last-child) {
	display: inline-grid;
	justify-items: center;
	margin: 0 5px
}

.pagination-section ul li.pag-prev {
	float: left;
}

.pagination-section ul li.pag-next {
	float: right;
}

.pagination-section ul li.pag-prev a,
.pagination-section ul li.pag-next a {
	border-bottom: 4px solid #ff671f;
	padding-bottom: 4px;
}

.pagination-section ul li a {
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	display: block;
	text-decoration: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.pagination-section ul li a:hover {
	color: #4c4c4c;
}

.pagination-section ul li a i {
	color: #231f20;
	font-size: 1.6rem;
	margin: 0 0.5rem;
}

.pagination-section ul li.active a {
	color: #4c4c4c;
}

/* 
------------------------ 
 Extra Pagination
------------------------
*/

.nav-links {
	text-align: center;
}

.nav-links a:not(:first-child):not(:last-child) {
	display: inline-grid;
	justify-items: center;
	margin: 0 5px
}

.nav-links .prev {
	float: left;
}

.nav-links .next {
	float: right;
}

.nav-links a.prev,
.nav-links a.next {
	border-bottom: 4px solid #ff671f;
	padding-bottom: 4px;
}

.nav-links a {
	font-size: 1.4rem;
	font-weight: 600;
	color: black;
	text-decoration: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.nav-links a:hover {
	color: #4c4c4c;
}

.nav-links ul li a i {
	color: #231f20;
	font-size: 1.6rem;
	margin: 0 0.5rem;
}

.nav-links .current {
	color: #4c4c4c;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 5px;
}
/* 
------------------------------------
  others page title 
--------------------------------------
*/
section.others-page-title {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
section.others-page-title > div:first-child {
  grid-area: 1 / 1 / 2 / -1;
}
section.others-page-title > div:last-child {
  grid-area: 1 / 1 / 2 / -1;
  z-index: 9;
}
.bgimage-wrapper {
  position: relative;
}
.bg-only-images {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
/*   filter: blur(1px); */
}
.bgimages-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgb(0 0 0 / 0.2);
}

.title-section-h1 {
  width: 100%;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 180px 0;
}
.text-center {
  text-align: center;
}

/* ------------before-footer------------------- */
section.before-footer {
    background-color: #f6f6f6;
	padding: 80px 0;
}
.before-footer > div {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(100px, auto);
	grid-gap: 40px;
}

.before-footer > div > div:first-child {
    grid-column: 1 / 2;
}

.before-footer > div > div:last-child {
    grid-column: 2 / -1;
	padding-left: 70px;
}
.bfooter-child:nth-child(2) .bf-child-child:first-child {
    padding: 0 0 30px 0;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: var(--black-color);
    text-transform: uppercase;
    font-weight: 700;
}
.bfooter-child:nth-child(2) {
    align-self: center;
	padding: 70px 0 70px 70px;
}
.form-box-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
}
.form-box-child {
    border-bottom: 2px solid #ccc;
}
.form-box-child:nth-child(5) {
    grid-column: 1 / -1;
}
.form-box-child:nth-child(6) {
    grid-column: 1 / -1;
	border: none;
}
.form-box-child:nth-child(6) input[type="submit"] {
    cursor: pointer;
    background-color: var(--yellow-color);
    border-color: var(--transparent-color);
	padding: 12px;
	font-weight: 500;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	height: 100%;
	width: 100%;
	color: #737373;
	font-size: 15px;
	padding: 8px;
	border: 0px solid #dadee2;
	outline: none !important;
	background-color: var(--transparent-color);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #000000;
	border: 0px solid #d0d0d0;
}

.from-button {
	background: white;
	color: black;
	padding: 10px 15px;
	border-radius: 2px;
}
@media(max-width: 991.98px){
	
.bfooter-child:nth-child(2) {
	padding: 0;
}
.before-footer > div > div:last-child {
	padding-left: 0;
}
}

@media(max-width: 767.98px){
	.before-footer > div {
		grid-template-columns: 1fr;
	}
	.before-footer > div > div:first-child {
		grid-column: 1 / -1;
	}

	.before-footer > div > div:last-child {
		grid-column: 1 / -1;
	}
}
/* ------------------------------------------------------ */

.address-wrap {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 10px;
	margin: 30px 0;
	color: var(--p-color);
}
.address-wrap .address-child:nth-child(odd) {
    grid-column: 2 / -1;
}

.address-wrap .address-child:nth-child(even) {
    grid-column: 1 / 2;
}

.address-wrap .address-child:nth-child(1) {
    grid-column: 1 / -1;
}

/* ------------------------Footer------------------------ */

footer {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--white-color);
    background: var(--footer-bg);
    font-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

footer > section.main-footer {
    padding: 55px 0 5px;
}

.main-footer div.container .footer-child h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-bottom: 0;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    text-transform: unset;
    color: white;
}

.main-footer ul {
    margin: 0;
    padding: 0 0 0 0;
	list-style-type: none;
}

.main-footer ul li {
    padding: 0;
    margin: 4px 0;
    line-height: 28px;
}
.main-footer > div.container > div:nth-child(2) ul li,
.main-footer > div.container > div:nth-child(4) ul li {
    line-height: 1;
    background: url(../images/list-img.png) no-repeat left center;
    padding: 5px 1px 5px 15px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
}
.main-footer ul li a,
.main-footer a {
    text-decoration: none;
    color: var(--white-color);
    transition: all .5s;
    font-size: 14px;
}

.main-footer ul li a:hover {
    color: var(--yellow-color);
}

.main-footer > div.container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px
}

.main-footer > div.container > div:nth-child(1) {
    grid-column: 1 / 5;
}

.main-footer > div.container > div:nth-child(2) {
    grid-column: 5 / 8;
}

.main-footer > div.container > div:nth-child(3) {
    grid-column: 8 / 11;
    justify-self: center;
}

.main-footer > div.container > div:nth-child(4) {
    grid-column: 11 / 14;
    justify-self: end;
}

@media (max-width: 991.98px) {
    .main-footer > div.container > div:nth-child(1) {
        grid-area: 1 / 1 / span 1 / span 6;
    }

    .main-footer > div.container > div:nth-child(2) {
        grid-area: 1 / 7 / span 1 / span 6;
    }

    .main-footer > div.container > div:nth-child(3) {
        grid-area: 2 / 1 / span 1 / span 6;
        justify-self: start;
    }

    .main-footer > div.container > div:nth-child(4) {
        grid-area: 2 / 7 /span 1 / span 6;
        justify-self: start;
    }
}

@media (max-width: 575.98px) {
    .main-footer > div.container {
        grid-column-gap: 0px;
    }

    .main-footer > div.container > div:nth-child(1) {
        grid-area: 1 / 1 / span 1 / -1;
    }

    .main-footer > div.container > div:nth-child(2) {
        grid-area: 2 / 1 / span 1 / -1;
    }

    .main-footer > div.container > div:nth-child(3) {
        grid-area: 3 / 1 / span 1 / -1;
    }

    .main-footer > div.container > div:nth-child(4) {
        grid-area: 4 / 1 /span 1 / -1;
    }
}


.copyright {
    padding: 0 0 40px;
    color: #fff;
}

.copyright > div {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(20px, auto);
    align-items: center;
    border-top: 1px solid white;
    padding-top: 40px;
}

.copyright > div div:last-child {
    justify-self: end;
}
a.frcopyright-link {
    color: #f68b2c;
}
@media (max-width: 991.98px) {
    .copyright > div {
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
        text-align: center;
    }

    .copyright > div div:last-child {
        justify-self: center;
    }
}


/* ------------------------Footer------------------------ */
.footer-child.child:not(:first-child) {
    margin-top: 35px;
}
.footer-logo img {
    width: 255px;
}


/* ----Footer Social---- */

.footer-addres {
    display: grid;
    grid-auto-rows: minmax(20px, auto);
}

.footer-addres > div:nth-child(1) {
    margin-top: 15px;
	font-size: 20px;
}
.footer-addres-child:nth-child(2) {
    line-height: 1.3;
	font-size: 15px;
	margin-bottom: 5px;
}
span.find-us {
    margin-bottom: -3px;
    display: block;
}

.incon-info-wrap {
    display: flex;
}
.incon-info-child {
    display: grid;
    align-content: center;
}
.incon-info-child:nth-child(1) {
    margin-right: 8px;
}
.incon-info-child img {
    width: 20px;
    vertical-align: middle;
}

span.footer-mobile-number {
    display: block;
    line-height: 1.3;
}

.social-icons li {
    display: inline-block;
    margin: 0 10px 5px 0 !important;
    position: relative;
    vertical-align: middle;
}

.social-icons li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*--
    - Social Color
------------------------------------------*/

.facebook {
    background-color: #3B5997;
    color: #ffffff;
}

.facebook:hover {
    background-color: #3B5997;
    color: #ffffff;
}

.twitter {
    background-color: #1DA1F2;
    color: #ffffff;
}

.twitter:hover {
    background-color: #1DA1F2;
    color: #ffffff;
}

.linkedin {
    background-color: #0077B5;
    color: #ffffff;
}

.linkedin:hover {
    background-color: #0077B5;
    color: #ffffff;
}

.pinterest {
    background-color: #BD081C;
    color: #ffffff;
}

.pinterest:hover {
    background-color: #BD081C;
    color: #ffffff;
}

.google-plus {
    background-color: #D11718;
    color: #ffffff;
}

.google-plus:hover {
    background-color: #D11718;
    color: #ffffff;
}

.behance {
    background-color: #005CFF;
    color: #ffffff;
}

.behance:hover {
    background-color: #005CFF;
    color: #ffffff;
}

.dribbble {
    background-color: #E84C88;
    color: #ffffff;
}

.dribbble:hover {
    background-color: #E84C88;
    color: #ffffff;
}

.github {
    background-color: #323131;
    color: #ffffff;
}

.github:hover {
    background-color: #323131;
    color: #ffffff;
}

.instagram {
    background-color: #DC3472;
    color: #ffffff;
}

.instagram:hover {
    background-color: #DC3472;
    color: #ffffff;
}

.medium {
    background-color: #00AB6C;
    color: #ffffff;
}

.medium:hover {
    background-color: #00AB6C;
    color: #ffffff;
}

.reddit {
    background-color: #FF4501;
    color: #ffffff;
}

.reddit:hover {
    background-color: #FF4501;
    color: #ffffff;
}

.skype {
    background-color: #00AFF0;
    color: #ffffff;
}

.skype:hover {
    background-color: #00AFF0;
    color: #ffffff;
}

.slack {
    background-color: #63C1A0;
    color: #ffffff;
}

.slack:hover {
    background-color: #63C1A0;
    color: #ffffff;
}

.snapchat {
    background-color: #FFFC00;
    color: #ffffff;
}

.snapchat:hover {
    background-color: #FFFC00;
    color: #ffffff;
}

.tumblr {
    background-color: #01273A;
    color: #ffffff;
}

.tumblr:hover {
    background-color: #01273A;
    color: #ffffff;
}

.vimeo {
    background-color: #00ADEF;
    color: #ffffff;
}

.vimeo:hover {
    background-color: #00ADEF;
    color: #ffffff;
}

.youtube {
    background-color: #FE0002;
    color: #ffffff;
}

.youtube:hover {
    background-color: #FE0002;
    color: #ffffff;
}

.rss {
    background-color: #eb8314;
    color: #ffffff;
}

.rss:hover {
    background-color: #eb8314;
    color: #ffffff;
}















/* ------------------------------------------------------- */

.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: var(--yellow-color);
    border-radius: 5px;
    padding: 0;
    display: inline-block;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.scrollTop:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    background-color: var(--black-color);
    opacity: 1;
}

.scrollTop a {
    font-size: 25px;
    color: #fff;
}

section.client-testimonial {
    padding-top: 100px;
	display: none;
}

/* -------------------------------------------- */

.main-header .logo {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main-header .logo-normal {
	display: block;
}

.main-header .logo-sticky {
	display: none;
}

.main-header .sticky .logo-normal {
	display: none;
}

.main-header .sticky .logo-sticky {
	display: block;
}

@media (max-width: 767.98px){
.nav-class-div ul {
	background-color: white;
	padding: 10px 0;
}
.nav-class-div ul li a {
	color: var(--black-color);
	margin: 0 0 5px;
}	
.nav-class-div ul li:last-child a {
	margin-bottom: 0;
}
}

@media (min-width: 1070px){
	.nav-class-div ul{
		margin-left: 58px;
	}
}
@media (min-width: 1170px){
	.nav-class-div ul{
		margin-left: 85px;
	}
}
/* ---------15-01-2021----------- */







/* about-us */

.aboutus-firedrumstudios {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 60px 0 110px;
    margin: 0;
    color: var(--white-color);
    position: relative;
}

.aboutus-firedrumstudios .about-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.wrapper-counter {
    text-align: center;
    font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .09rem;
}
.borofont{    
	font-size: 38px;
    color: #f9d022;
}
.aboutus-child-left {
	margin-top: 25px;
}
.aboutus-child-left > div.left-child:first-child {
	text-align: justify;
}
.aboutus-child-left > div.left-child:last-child {
    display: flex;
    justify-content: space-between;
	margin: 50px 0 25px;
	padding: 0 50px 0 20px;
}
.wrapper-counter:last-child .des-cription{
/* 	word-spacing: 5px; */
}
/* -----------about us title--------------------------- */
.new-title {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    grid-gap: 20px;
    color: #f9d022cc;
    font-family: 'Helvetica';
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 1;
    margin: 0;
}
h3.new-title-small {
    font-family: 'Helvetica';
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    font-size: 35px;
    text-align: center;
    margin: -25px 0 90px;
    padding: 0;
}
.small-title-border {
    position: relative;
}

.small-title-border:after {
    content: "";
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #f9d022;
    left:50%;
    transform: translateX(-50%);  
}
/* ----------------------------------------- */
.aboutus-child-right {
    display: grid;
    grid-template-columns: 220px 220px;
    justify-content: end;
    grid-gap: 5px;
}

.child-right-wrap {
    background: white;
    color: #fac130;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-transition: background 900ms ease;
    transition: background 450ms ease;
    -webkit-transition: color 900ms;
    transition: color 450ms;
    min-height: 175px;
	cursor: grab;
	border-radius: 8px;
	font-family: 'Helvetica';
    font-weight: normal;
    font-style: normal; 
	font-size: 30px;
	padding: 25px;
	text-align: center;
	letter-spacing: .13rem;
}

.child-right-wrap:hover {
    background: #fac130;
    color: white;
}

/* ------------------------------------------------------------------------------------- */


@media (max-width: 991.98px) {
.aboutus-firedrumstudios .about-container {
	grid-template-columns: 1fr;
	grid-gap: 0;
}
.aboutus-child-right {
	display: grid;
    grid-template-columns: 160px 160px;
    justify-content: center;
}
.aboutus-child-left > div.left-child:last-child {
	margin: 50px 0;
	padding: 0 15px;
}	
.child-right-wrap {
    min-height: 165px;
    font-size: 25px;
    padding: 5px;
}	
}
	
/* --------------------------------------------- */

.welcome-sms {
    z-index: 9;
    font-family: 'Helvetica 65';
    font-weight: 500;
    font-style: normal;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
	padding: 0 15px;
}

.welcome-sms > div:nth-of-type(1) {
    font-size: 30px;
    text-transform: capitalize;
}
.welcome-sms > div:nth-of-type(2) {
    font-family: 'Helvetica';
    font-weight: 900;
    font-style: normal;
    font-size: 54px;
    text-transform: capitalize;
    margin: 5px 0px;
	line-height: 1;
}

.welcome-sms > div:nth-of-type(3) {
    font-family: 'Helvetica 65';
    font-weight: 500;
    font-style: normal;
    font-size: 23px;
    text-transform: capitalize;
    border-bottom: 3px solid #f9d022;
	padding-bottom: 3px;
}
ul.welcome-sms-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

ul.welcome-sms-ul li {
    margin: 0 10px;
}
ul.welcome-sms-ul li:first-child {
    margin-left: 0 ;
}

ul.welcome-sms-ul span {
    border-right: 3px solid white;
    height: 16px;
    display: inline-block;
    margin-left: 15px;
}

ul.welcome-sms-ul li:last-child span {
    border-right: none;
}
.welcome-sms > div:nth-of-type(4){
	margin-top: 20px;
}
.welcome-sms > div:nth-of-type(2) img,.welcome-sms > div:nth-of-type(4) a span img {
    width: unset;
}

@media(max-width: 767.98px){
.welcome-sms {
	padding: 15px;
}
section#image-slider {
    margin-top: 85px;
}
.navigation-section {
    background-color: black;
}
}
/* -------------------Top menu---------------- */
.nav-social-icon ul {
    margin: 30px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.nav-social-icon ul li {
    margin-right: 25px;
    }
.nav-social-icon ul li:last-child {
    margin-right: 0;
    }
.nav-social-icon ul li a {
    color: white;
    font-size: 18px;
	-webkit-transition: color 450ms;
    transition: color 450ms;
}
.nav-social-icon ul li a:hover {
    color: #fac130;
}

/* -----------------adobe-creative-studio------------- */
section.adobe-creative-studio {
    margin: 90px 0;
}
section.adobe-creative-studio h3.new-title-small {
    color: black;
}
.img-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: minmax(350px, auto);
    grid-gap: 10px;
    grid-auto-flow: dense;
}
.img-group-child{
  display: grid;
  place-items: center;
  background: #eaeaea;
  cursor: pointer;
}
.img-group-child img{
	border-radius: 0;
}
.img-width-span-2{
	grid-column: span 2;
}
.img-width-span-3{
	grid-column: span 3;
}
.img-width-span-4{
	grid-column: span 4;
}
.img-width-span-5{
	grid-column: span 5;
}
.img-width-span-6{
	grid-column: span 6;
}
.img-width-span-7{
	grid-column: span 7;
}
.img-width-span-8{
	grid-column: span 8;
}
.img-width-span-9{
	grid-column: span 9;
}
.img-width-span-10{
	grid-column: span 10;
}
.img-height-span-2{
	grid-row: span 2;
}
/* 
.img-group-child:nth-of-type(1), .img-width-span-2{
	grid-column: span 2;
}
.img-group-child:nth-of-type(2){

}
.img-group-child:nth-of-type(3), .img-height-span-2{
	grid-row: span 2;
}
.img-group-child:nth-of-type(4){
	
}
.img-group-child:nth-of-type(5){
	grid-column: span 2;
}
*/
.img-group-child img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
@media (max-width: 991.98px){
.img-group {
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
}
.img-width-span-2,.img-width-span-3,.img-width-span-4,.img-width-span-5,.img-width-span-6,.img-width-span-7,.img-width-span-8,.img-width-span-9,.img-width-span-10{
	grid-column: auto;
}
	
.img-height-span-2{
	grid-row: auto;
}
}
@media (max-width: 767px){
.new-title {
    font-size: 4rem;
}
}


/* ------------------------------------------------- */
section.shaonmd-contact-form {
    padding: 50px 0 0px;
}
.contact-wrap-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(35px, auto);
	grid-gap: 0px 160px;
}

.contact-form-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(35px, auto);
    grid-column-gap: 40px;
	align-items: baseline;
	font-family: 'Open Sans';
}
.contact-form-wrap:nth-child(2) {
align-self: start;
}
.contact-form-wrap input[type="text"],.contact-form-wrap input[type="email"],.contact-form-wrap textarea,.contact-form-wrap input[type="tel"] {
    background: transparent;
    width: 100%;
    height: auto;
    line-height: 1.5;
    font-size: 13px;
    padding: 0;
}
.contact-form-child:nth-child(even) {
    border-bottom: 1px solid #b7b7b7;
}

.contact-form-child:nth-child(odd) {
	margin-top:10px
}
.submitbutton {
    display: grid;
    grid-template-columns: 100px;
    grid-auto-rows: minmax(35px, auto);
    margin: 30px 0 0;
}

.submitbutton-child {
    border: 2px solid #a2a2a2;
	display: block;
    text-align: center;
}

.submitbutton-child a {
    padding: 5px 20px;
    text-decoration: none;
    color: #676767;
    display: block;
    font-size: 15px;
    text-align: center;
}
.page-template-page-career .submitbutton-child{
height: 42px;
}
.page-template-page-career .submitbutton-child input[type="submit"] {
    cursor: pointer;
    background-color: var(--transparent-color);
    border-color: var(--transparent-color);
	padding: 10px 15px;
	font-weight: 500;
}
h2.write-to-us {
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
.contact-child:first-child {
    margin-right: 0px;
    grid-area: 1 / 1 / 2 / -1;
}
.contact-child:last-child {
   padding: 50px;
   grid-area: 1 / 1 / 2 / -1;
   background-color: rgba(000, 000, 000, 0.5);
   backdrop-filter: blur(6px);
   color: white;
}
	
.contact-wrap-two {
    grid-template-columns: 1fr;
	grid-gap: 0;
}
	
	
}







/* -----------------Download------------- */

section.download-section {
    margin: 60px 0 80px;
}
.download-section .container {
    display: flex;
    place-content: center;
}
.fireds-download-images {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .09);
    padding: 5px;
	flex: 0 1 530px;
}
.fireds-download-images a:last-child {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px 15px;
}

.fireds-download-images img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}
@media (max-width: 767.98px) {
.fireds-download-images {
	flex: 1 1 530px;
}
.fireds-download-images img {
    min-height: auto;
}
}

