@font-face {
    font-family: 'G-SB';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'G-M';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CS-M';
    src: url('../fonts/CircularStd-Medium.woff2') format('woff2'),
    url('../fonts/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CS-B';
    src: url('../fonts/CircularStd-Bold.woff2') format('woff2'),
    url('../fonts/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'G-B';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'A-R';
    src: url('../fonts/Anton-Regular.woff2') format('woff2'),
        url('../fonts/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CR-R';
    src: url('../fonts/CeraRoundPro-Regular.woff2') format('woff2'),
    url('../fonts/CeraRoundPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CR-M';
    src: url('../fonts/CeraRoundPro-Medium.woff2') format('woff2'),
        url('../fonts/CeraRoundPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

table{
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

table th,
table caption {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

table td {
	border-width: 0 1px 1px 0;
	font-size: 16px;
	padding: 7px;
	vertical-align: baseline;
}


html{
    scroll-behavior: smooth;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    position: relative;
}

body {
    overflow-x: hidden;
}
p{
    margin: 0;
   font-family: CR-M;
}




/* navbar */

section#menu-logo {
    background-color: #1C1121;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding-right: 50px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FBAB2F;
}
div#navbarSupportedContent {
    justify-content: flex-end;
}
ul.navbar-nav.ms-auto.nav-links li a:hover {
    color: orange !important;
    /* border-bottom: 2px solid orange; */
    position: relative;
    
}

ul.navbar-nav.ms-auto.nav-links li a:hover::after{
    position: absolute;
    content: '';
    background-image: url(../images/rec.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 16px;
    bottom: -12px;
    left: 9px;
        
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#FBAB2F !important;
}
.nav-link.active{
    position: relative;
}

.nav-link.active::after {
    position: absolute;
    content: '';
    background-image: url(../images/rec.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 16px;
    bottom: -12px;
    left: 9px;
}


ul.navbar-nav.ms-auto.nav-links {
    text-transform: uppercase;
    font-size: 15px;
    font-family: G-B;
    padding-top: 10px;
}
.navbar-light .navbar-toggler {
    background-color: #ffffff!important;
}


.entry-content img{
width: 100%;
height: auto;}
/* banner */


.banner{
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0;
    position: relative;
}
.banner-txt {
    padding-bottom: 160px;
}
.banner:after {
    background-image: url(../images/texture.png);
    background-repeat: no-repeat;
    bottom: -1px;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    background-size: cover;
    height: 72px;
}
.banner-txt h1 {
    max-width: 420px;
    padding-bottom: 10px;
    color: #1C1121;
    font-family: 'A-R';
    font-size: 70px;
}
.banner-txt h4 {
    font-family: 'G-B';
    font-size: 27px;
    margin: 0 0 28px 0;
    color: #493527;
}

.cta-banner a{
    background-color: #1C1121;
    color: #ffffff;
    padding: 14.5px 34px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-family: 'G-B';
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #1c1121;
}


.cta-banner a:hover {
    background-color: transparent;
    border: 1px solid #1C1121;;
    color:#1C1121;;
}

.banner-picture{
    transform: scale(1.2) translate(30px, -50px);
}
.cta a {
    background-color: #1C1121;
    color: #ffffff;
    padding: 14.5px 34px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-family: 'G-B';
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #1c1121;
}
.cta a:hover {
    background-color: transparent;
    border: 1px solid #1C1121;;
    color:#1C1121;;
}
/* icons */

.icons {
    margin: 65px 0 91px;
    display: flex;
    justify-content: center;
}
.space {
    padding-right: 95px;
}

/* about */

.about-txt h3 {
    font-size: 36px;
    font-family: G-SB;
    margin-bottom: 17px;
    color: #3E3343;
    line-height: 52px;
}
.about-txt h5 {
    font-family: 'G-SB';
    font-size: 24px;
    color: #787E84;
    margin-bottom: 32px;
}
.about-txt p {
    font-family: 'CR-R';
    font-size: 20px;
    line-height: 32px;
    color: #7C8287;
    max-width: 956px;
}

/* statistics */

.statistics {
    display: flex;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
    padding: 58px 78px;
    margin: 44px 0 110px;
}
span.digit p {
    color: #FBAB2F;
    font-size: 46px;
    font-family: 'G-SB';
    text-align: center;
    line-height: 52px;
}
.discription p {
    font-family: 'G-SB';
    font-size: 20px;
    color: #3E3343;
}
/* expertise */


.expertise{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/expertise-background.png);
    position: relative;
    padding:0 0 100px;
}

.expertise:after{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/texture.png);
    position: absolute;
    left: -50px;
    right: 0;
    bottom: -1px;
    content: '';
    height: 75px;

}
.expertise-txt h3 {
    color: #FBAB2F;
    font-family: 'A-R';
    font-size: 40px;
    text-align: center;
    margin: 130px 0 55px;
}

/* expertise-box */

.expertise-box h6 {
    font-size: 22px;
    line-height: 28px;
    color: #3E3343;
    max-width: 211px;
    font-family: 'CS-M';
    margin: 32px 0 11px;
}
.expertise-box {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px;
}
.learn-more {
    margin-top: 27px;
}
.learn-more a {
    font-family: 'G-B';
    font-size: 16px;
    color: #fbab2f;
    text-transform: uppercase;
}
.expertise-section-2 {
    margin: 30px 0;
}
.expertise-box p {
    font-size: 16px;
    color: #7c8287;
    font-family: 'CR-M';
    line-height: 24px;
}
.expertise-box-quote {
    background-color: #FBAB2F;
    border-radius: 4px;
    padding: 107px 71px 107px 31px;
}
.expertise-box-quote h2 {
    font-family: 'A-R';
    font-size: 50px;
}
.qoute a:hover {
    background-color: transparent;
    border: 1px solid #1C1121;
    color: #1C1121;
}
.qoute a {
    color: #ffffff;
    background-color: #1c1121;
    padding: 17px 23.1px;
    border-radius: 4px;
    font-family: 'G-B';
    font-size: 16px;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    border: 1px solid #1c1121;
}
.qoute {
    margin-top: 43px;
}
.expertise-section-3 {
    padding-bottom: 87px;
}
.technology-stack {
    text-align: center;
    margin: 90px 0 28px;
}
.stack-heading h3 {
    font-size: 40px;
    font-family: 'A-R';
    max-width: 470px;
    margin: 0 auto;
}

/* portfolio */


.portfolio{
    background-color: #1C1121;
    position: relative;
    padding-bottom: 75px;
}

.portfolio:before {
    background-image: url(../images/texture.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 72px;
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    transform: rotate(180deg);
}
.portfolio-txt h3 {
    color: #ffffff;
    font-size: 36px;
    font-family: 'G-SB';
    line-height: 52px;
    padding-bottom: 15px;
}
.portfolio-dsc h5 {
    font-family: 'G-SB';
    font-size: 24px;
    color: #787E84;
}

.portfolio-dsc a {
    font-size: 22px;
    font-family: 'G-B';
    color: #fbab2f;
    text-transform: uppercase;
}
.portfolio-dsc {
    display: flex;
    justify-content: space-between;
}
.portfolio-txt {
    margin: 120px 0 36px;
}
.game h5 {
    font-family: 'A-R';
    font-size: 24px;
    color: #ffffff;
    padding-top: 12px;
}
.game-portfolio-2 {
    margin: 38px 0 0;
}




/* testimonial */

.testimonial{
    background-color: #FBAB2F;
    position: relative;
    padding-bottom: 100px;
}
.testimonial:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/texture.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 72px;
}
.reviews {
    background-image: url(../images/testimonial-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9px 54px;
}
.customer-face {
    display: block;
    text-align: right;
    padding-right: 40px;
}
.owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
}
.customer-review {
    padding: 60px 0;
}
.customer-review h5 {
    font-family: 'G-B';
    font-size: 25px;
    color: #3e3343;
    margin-bottom: 0;
}
.customer-review p {
    font-family: 'G-B';
    font-size: 16px;
    color: #787e84;
}
.review-txt p {
    font-family: 'CR-M';
    color: #7c8287;
    max-width: 400px;
    padding-top: 20px;
}
.testimonial-heading h3 {
    font-family: 'A-R';
    font-size: 40px;
}
.testimonial-heading {
    text-align: center;
    padding: 80px 0 50px 0;
}


.blog-txt h3 {
    color: #3E3343;
    font-size: 36px;
    font-family: 'G-SB';
    line-height: 52px;
    padding-bottom: 15px;
}
.blog-dsc {
    display: flex;
    justify-content: space-between;
}
.blog-dsc a {
    font-size: 22px;
    font-family: 'G-B';
    color: #fbab2f;
    text-transform: uppercase;
}
.blog-dsc h5 {
    font-family: 'G-SB';
    font-size: 24px;
    color: #787E84;
    padding-bottom: 37px;
}
section.blog {
    padding: 76px 0 90px;
}
.news h5 {
    font-family: 'G-B';
    font-size: 20px;
    color: #3E3343;
    padding-top: 12px;
    line-height: 26px;
}
.clients{
    display: flex;
}
.clients-r2{
    display: flex;
    padding: 0 0 100px;
}
.work-txt h3{
    font-family: A-R;
    font-size: 40px;
    color: #3e3343;
}
.work-txt{
    text-align: center;
    padding: 109px 0 30px;
}
.work-client {
    background-color: #F7F8FA;
}
.cta{
    background-image: url(../images/cta-banner.png);
    background-repeat: no-repeat;
    background-size: cover; 
}
.cta-txt h2 {
    font-family: 'A-R';
    font-size: 60px;
    max-width: 460px;
    color: #1c1121;
}
.cta-txt h4 {
    font-family: 'G-B';
    font-size: 30px;
    color: #493527;
    margin: 20px 0 27px;
}
.cta-txt {
    padding: 178px 0 105px;
}
.cta-image {
    margin-top: 116px;
}

section.footer {
    padding: 107px 0 113px;
}
  .logo p {
    font-size: 16px;
    font-family: G-M;
    color: #787e84;
    padding-top: 24px;
    max-width: 254px;
}
section.copyright {
    background-color: #1C1121;
    text-align: center;
}
section.copyright p {
    font-size: 16px;
    font-family: 'G-M';
    color: #ffffff;
    padding: 13px 0;
}
.company-heading p {
    padding: 0 0 38px;
    font-family: 'G-B';
    font-size: 18px;
    text-transform: uppercase;
}
.company-heading a {
    font-family: 'G-B';
    color: #787e84;
    font-size: 16px;
    padding-bottom: 35px;
}
.company-heading ul li {
    padding-bottom: 15px;
    max-width: 100px;
}
.company-heading ul li:hover {
    color: orange;
}



/* about-page */

.vision {
    background-color: #FBAB2F;
    padding: 98px 0;
}
.mission{
    background-color: #1C1121;
    padding: 98px 0;
}
section.goals .col-md-6 {
    padding: 0;
}
.vision h3 {
    font-family: 'A-R';
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 25px;
    color: #1C1121;
}
.vision .container {
    max-width: 318px;
}
.mission h3 {
    font-family: 'A-R';
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 25px;
    color: #ffffff;
}
.mission .container {
    max-width: 410px;
}
.vision h5 {
    font-family: 'CR-M';
    font-size: 24px;
    line-height: 112.2%;
    color: #1c1121;
}
.mission h5 {
    color: #ffffff;
    font-family: 'CR-M';
    font-size: 24px;
}
.goals {
    position: relative;
    margin: 100px 0 67px;
}
.goals::after{
    position: absolute;
    content: '';
    background-image: url(../images/texture.png);
    background-repeat: no-repeat;
    height: 72px;
    bottom: -1px;
    left: 0;
    right: 0;
}
.inner p {
    padding-bottom: 20px;
}
.services-txt h3 {
    font-family: 'G-SB';
    font-size: 36px;
    line-height: 52px;
    color: #3e3343;
}
.services-txt h5 {
    font-size: 24px;
    font-family: 'G-SB';
    color: #787e84;
    margin-bottom: 33px;
}
.services-txt h3 {
    font-family: 'G-SB';
    font-size: 36px;
    line-height: 52px;
    color: #3e3343;
    margin-bottom: 16px;
}
.statistics.inner {
    margin: 31px 0;
}
.approach-txt p {
    font-family: 'CR-R';
    font-size: 20px;
    color: #7c8287;
    line-height: 32px;
    padding-bottom: 33.83px;
    max-width: 970px;
}
.approach-txt h3 {
    font-size: 36px;
    font-family: 'G-SB';
    line-height: 52px;
    color: #3e3343;
}
section.team {
    background-color: #1C1121;
    margin-top: 77px;
    padding: 49px 0 106px;
    position: relative;
    text-align: center;
}
section.team::before {
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    height: 72px;
    background-image: url(../images/texture.png);
    transform: rotate(180deg);
}
.approach-txt {
    margin: 49px 0 0;
}
.team-txt h3 {
    color: #fbab2f;
    font-family: 'A-R';
    font-size: 40px;
}
.team-txt {
    margin: 60px 0 71px;
}
.team-name p {
    color: #fbab2f;
    font-size: 22px;
    font-family: 'G-SB';
    margin: 20px 0 0;
}
.designation p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'CR-M';
    margin: 7px 0 0;
}
.robot {
    margin: 120px 0;
    display: flex;
    justify-content: center;
    align-items: start;
}

.error-page{
    position: relative;
}

.error-page::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    background-color: #1C1121;
    height: 130px;
    content: '';
    z-index: -9;
}

.txt-404 h1 {
    font-size: 110px;
    font-family: 'A-R';
    color: #1c1121;
}

span.error {
    font-size: 50px;
}
.services-txt p {
    font-size: 20px;
    font-family: 'CR-R';
    line-height: 32px;
    color: #7c8287;
}

/* Media query */


@media (max-width: 1199px) {
    .banner-picture {
        transform: none;
    }
    .clients {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .clients-r2 {
        display: flex;
        padding: 0 0 100px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .clients , .clients-r2 {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }
    .clients img, .clients-r2 img {
        width: 50%;
    }
    .reviews {
        padding: 9px 64px;
    }
    
    .expertise-box-quote {
        padding: 111px 71px 67px 31px;
    }
    
}

@media (max-width: 1024px) {
    .icons {
        flex-wrap: wrap;
    }
    .space {
        padding-right: 60px;
    }
}


@media (max-width: 992px) {
    .banner-picture {
        transform: none;
    }
    .expertise-box-quote {
        padding: 72px 71px 107px 31px;
    }
    .space {
        padding-right: 15px;
    }
    .banner-txt h1 {
        font-size: 58px;
    }
    .banner-txt h4 {
        font-size: 26px;
    }
    .social-icon img {
        width: 27px;
    }
}

@media all and (max-width: 991px) {
    .qoute a {
        padding: 17px 5.1px;
        font-size: 11px;
    }
    span.digit p {
        font-size: 40px;
    }
    .discription p {
        font-size: 21px;
    }
    .discription {
        padding-bottom: 30px;
    }
    .banner-txt h4 {
        font-size: 20px;
    }
    .banner-txt h1 {
        font-size: 45px;
    }
    .statistics {
        padding: 28px 25px;
        flex-direction: column;
        text-align: center;
    }
    .banner {
        padding: 70px 0 0;
    }
    .company-heading p {
        font-size: 16px;
    }
    .mission, .vision {
        padding: 82px 0;
    }
    .goals::after {
        left: -91px;
        bottom: -2px
    }
    .mission h5, .vision h5 {
        font-size: 21px;
    }
    .customer-face {
        padding-right: 5px;
    }
    .blog-dsc h5 {
        font-size: 20px;
    }
    .blog-dsc a {
        font-size: 18px;
    }

}

@media (max-width: 767px) {

    .discription p {
        margin-bottom: 40px;
        text-align: center;
    }
    .Customers .discription {
        padding-bottom: 0;
    }
    .Customers .discription p {
        margin-bottom: 0;
    }
    .approach-txt p {
        font-size: 18px;
    }
    .services-txt p {
        font-size: 18px;
        line-height: 27px;
    }
    section.team {
        padding: 49px 0 5px;
    }
    .goals {
        margin: 0px 0 17px;
    }
    .about-txt p {
        font-size: 17px;
        line-height: 26px;
    }
    .expertise-box-quote {
        padding: 91px 71px 87px 31px;
        margin-top: 40px;
    }
    .banner-picture{
        transform: none;
    }
    .about-txt h5 {
        font-size: 20px;
    }
    .banner-txt h1 {
        font-size: 58px;
        max-width: 100%;
    }
    .expertise-txt {
        margin: 50px 0 5px;
    }
    .expertise-section-3 {
        padding-bottom: 25px;
    }
    .expertise-txt h3 {
        margin: 0;
    }
    section.blog {
        padding: 36px 0 0px;
    }
    .banner-txt {
        padding-bottom: 0px;
        text-align: center;
    }
    .work-txt{
        padding: 49px 0 30px;
    }
    .expertise {
        background-color: #1C1121;
    }
    .nav-link.active::after {
        left: 1px;
    }
    .stack-heading h3 {
        font-size: 27px;
    }
    .statistics {
        flex-direction: column;
        padding-bottom: 20px;
        margin: 44px 0 40px;
    }
    .banner-picture {
        margin: 23px 0 0px;
    }
    .expertise-box {
        margin-top: 50px;
    }
    .expertise-section-2 {
        margin: 0;
    }
    .portfolio-dsc h5 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .portfolio-dsc {
        display: block;
    }
    .portfolio-dsc h5 {
        margin-bottom: 30px;
    }
    .portfolio-dsc a, .blog-dsc a {
        font-size: 18px;
    }
    .game {
        margin-bottom: 40px;
    }
    .game-portfolio-2 {
        margin: 0;
    }
    .blog-dsc {
        display: block;
    }
    .blog-dsc h5 {
        padding-bottom: 20px;
    }
    .news h5 {
        max-width: 317px;
        margin-bottom: 50px;
        font-size: 17px;
        line-height: 21px;
    }
        .news {
        margin: 30px 0 0;
    }
.clients, .clients-r2 {
        display: block;
        text-align: center;
        width: 100%;
    }
    .cta-image {
       display: none;
    }
    .cta-txt {
        padding: 218px 0 105px;
    }
    .company-heading p {
        margin-top: 40px;
    }
    .space, .responsive {
        padding: 0px 30px 30px;
    }
    .about-txt h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .icons {
        margin: 65px 0 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .robot {
        flex-direction: column-reverse;
    }
    .team-member {
        margin-bottom: 50px;
    }
    .vision .container {
        max-width: 407px;
    }
    section.footer {
        padding: 107px 0 63px;
    }
    .qoute a {
        padding: 17px 25.1px;
        font-size: 18px;
    }
    .cta {
        background-color: #FBAB2F;
        background-image: none;
    }
    .cta-txt {
        padding: 60px 0;
    }
    .cta-txt h2 {
        font-size: 45px;
    }
    .cta-txt h4 {
        font-size: 28px;
    }

}

@media (max-width: 411px) {
    .customer-face {
        padding-right: 0px;
    }
    .cta-txt h2 {
        font-size: 35px;
    }
    .cta-txt h4 {
        font-size: 20px;
    }
    .about-txt h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .about-txt h5 {
        font-size: 20px;
    }
    .vision .container {
        max-width: 408px;
    }
    .services-txt h5 {
        font-size: 20px;
    }
    .work-txt h3 {
        font-size: 30px;
    }
    .qoute a {
        padding: 17px 35.1px;
        font-size: 18px;
    }
    .cta-image {
        display: none;
    }

}

@media (max-width: 320px) {
    .cta-txt h2 {
        font-size: 30px;
    }
    .cta-txt h4 {
        font-size: 18px;
    }
    .work-txt h3 {
        font-size: 25px;
    }
    .banner-txt h1 {
        font-size: 48px;
    }
    .banner-txt h4 {
        font-size: 20px;
    }
    .banner {
        padding: 40px 0 0;
    }
    .banner-picture {
        margin-top: 30px;
    }
    .icons {
        padding: 0 56px;
    }
    .about-txt h5 {
        font-size: 20px;
    }
    .icons {
        margin: 65px 0 31px;
    }
    .review-txt p {
        padding: 6px 0;
    }
    .expertise-box-quote h2 {
        font-size: 38px;
    }
    .qoute a {
        padding: 17px 25.1px;
        font-size: 14px;
    }
    section.copyright p {
        font-size: 11px;
    }
    .portfolio-dsc h5 {
        font-size: 20px;
    }
  
    section.blog {
        padding: 50px 0 90px;
    }
    section.blog {
        padding: 50px 0 0px;
    }
    .customer-review p {
        font-size: 13px;
    }
    .customer-review h5 {
        font-size: 22px;
    }
    .customer-face {
        margin: 20px 0;
        text-align: center;
    }
    .about-txt p {
        font-size: 18px;
        line-height: 28px;
    }
    .reviews {
        background-image: none;
            padding: 9px 4px;
        }
    .customer-review {
        background-color: #ffffff;
        padding: 10px 10px;
    }
    .testimonial-heading {
        padding: 50px 0;
    }
}
    

@media (max-width: 280px) {
    .cta a {
        padding: 14.5px 14px;
    }
    .customer-face {
        margin-top: 10px;
    }
    .qoute a {
        padding: 17px 15.1px;
    }
}


/* /css break/| */



/* portfolio page */

.banner.inner-banner {
    background-image: url(../images/inner-banner.png);
    height: 351px;
    display: flex;
    align-items: center;
    padding: 0;
}

.portfolio-outer {
    padding: 75px 0 30px;
}

.inner-banner-text h1 {
    font-family: 'A-R';
    font-size: 50px;
    text-transform: uppercase;
    color: #1C1121;
}

.pg-main-head {
    margin-bottom: 37px;
}

.pg-main-head h1 {
    font-size: 36px;
    font-family:'G-SB';
    margin-bottom: 17px;
    color: #3E3343;
    line-height: 52px;
}

.pg-main-head h5 {
    font-family: 'G-SB';
    font-size: 24px;
    color: #787E84;
    margin-bottom: 32px;
}

.pf-single {
    margin-bottom: 45px;
}

.pf-single-txt h5 {
    font-family: 'A-R';
    font-size: 28px;
    color: #3E3343;
    margin-top: 12px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pf-single-img {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 350px;
}
.pf-portfolio-img {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 250px;
}

.pf-single-img a {
    width: 100%;
    height: 100%;
}

.pf-single-img img {
    width: 100%;
    height: 100%;
}



.pf-portfolio-img a {
    width: 100%;
    height: 100%;
}

.pf-portfolio-img img {
    width: 100%;
    height: 100%;
}


/* portfolio details page */


.port-d-outer {
    padding: 75px 0 30px;
}

.pg-main-head p {
    font-family: 'CR-R';
    font-size: 20px;
    line-height: 32px;
    color: #7C8287;
    max-width: 950px;
}

.pg-main-head li {
    font-family: 'CR-R';
    font-size: 20px;
    line-height: 32px;
    color: #7C8287;
    max-width: 950px;
}
.inner-banner-text h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'G-B';
    margin-bottom: 8px;
    color: #1c1121cc;
}

.tools-used {
    margin-top: 23px;
}

.tools-used h1 {
    font-size: 36px;
    font-family: 'G-SB';
    margin-bottom: 20px;
    color: #3E3343;
    line-height: 52px;
}

.tools-used-inner {
    display: flex;
    align-items: center;
}

.tools-used-inner h5 {
    font-size: 20px;
    font-family: 'G-SB';
    color: #FBAB2F;
    margin: 0 10px 0 0;
    padding: 8px 23px;
    border: 2px solid #3E3343;
    box-sizing: border-box;
    border-radius: 4px;
}

.tools-used-inner h5:last-child {
    margin: 0;
}

/* carousel setting start */

div#sync2 .owl-prev {
    display: none;
}
div#sync2 .owl-next {
    display: none;
}
div#sync1 .owl-prev {
    display: none;
}
div#sync1 .owl-next {
    display: none;
}
div#sync1 .owl-stage {
    padding: 0 !important;
}
div#sync2 .owl-stage {
    width: 100% !important;
    margin-top: 17px;
    padding-right: 0 !important;
    /* padding-left: 80px !important; */
    display: flex;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    height: auto;
}

.project-images-outer {
    margin: 60px 0 80px;
}

.project-images-outer .slider {
    width: 100%;
    max-height: 690px;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.project-images-outer .slider img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
}

.project-images-outer .navigation-thumbs .owl-item {
    width: 217px !important;
    height: 135px;
    margin-right: 14px !important;
}

.project-images-outer .navigation-thumbs .owl-item:last-child {
    margin-right: 0 !important;
}

.project-images-outer .navigation-thumbs img {
    width: 100% !important;
    height: 100%;
    border-radius: 8px;
}

/* carousel setting end */

.pi-main-head h1 {
    font-size: 36px;
    font-family: 'G-SB';
    margin-bottom: 22px;
    color: #3E3343;
    line-height: 52px;
}

.play-url-outer {
    /* background-image: url(../images/black-bg.png); */
    /* height: 550px; */
    /* display: flex; */
    background-color: #1c1121;
    align-items: center;
    padding: 0;
    position: relative;
}

.play-url-inner {
    padding: 150px 0 80px;
}

.play-url-inner h1 {
    font-size: 36px;
    font-family: 'G-SB';
    margin: 0;
    color: #ffffff;
    line-height: 52px;
}

.url-link {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.link-img {
    margin-right: 20px;
} 

.link-txt p, .link-txt a {
    font-family: 'CS-B';
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.link-txt a:hover {
    color: #FBAB2F;
}

.play-url-outer:after {
    content: '';
    background-image: url(../images/top-texture.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 72px;
    position: absolute;
    top: -1%;
    left: 0;
    right: 0;
}


/* blog page */

.blog-outer {
    padding: 75px 0 30px;
}

.blog-single {
    margin-bottom: 45px;
}

.blog-single-img {
    height: 270px;
}

.blog-single-img img {
    width: 100%;
    height: 100%;
}

.blog-single-txt {
    margin-top: 20px;
}

.blog-single-txt a {
    font-size: 20px;
    font-family: 'G-B';
    margin: 0;
    color: #3E3343;
    line-height: 26px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.blog-single:hover a {
    color: #FBAB2F;
}

.blogs-pagi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.blogs-pagi div > a {
    font-family: 'G-SB';
    font-size: 20px;
    color: #3E3343;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F7F8FA;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.blogs-pagi div > a:hover {
    background: #FBAB2F;
    border-color: #FBAB2F;
}

.blogs-pagi div > a.active-pg {
    color: #ffffff;
    background: #FBAB2F;
    border-color: #FBAB2F;
}

.blogs-pagi div:last-child a {
    margin: 0;
}



/* blog single page */

.inner-banner-text.b-s {
    max-width: 882px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 15px;
}

.blog-single-outer {
    max-width: 880px;
    width: 100%;
    margin: 60px auto;
}

.s-blog-img {
    margin-bottom: 40px;
}

.s-blog-img img {
    width: 100%;
  height: auto;
}

.blog-single-inner .pg-main-head p {
    margin-bottom: 27px;
    max-width: 100%;
}

.app-types h1 {
    font-family: 'A-R';
    font-size: 24px;
    color: #3E3343;
    margin-bottom: 20px;
}

.app-types p {
    font-family: 'CR-R';
    font-size: 20px;
    line-height: 32px;
    color: #7C8287;
}

.apps-list {
    margin-top: 20px;
}

.apps-list li {
    font-family: 'CR-R';
    font-size: 20px;
    line-height: 32px;
    color: #7C8287;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.apps-list li:last-child {
    margin-bottom: 0;
}

.apps-list li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FBAB2F;
    position: absolute;
    top: 36%;
    left: 0;
}


/* contact page */

.contact-outer {
    padding: 75px 0 30px;
}

.contact-sec {
    padding: 10px 35px 45px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgb(0 18 65 / 10%);
}

.contact-sec .form-group {
    padding-top: 40px;
}

.contact-sec .form-group .form-control:focus {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #1C1121;
    box-shadow: none;
}

.contact-sec .form-group input, .contact-sec .form-group textarea {
    font-family: 'G-SB';
    font-size: 18px;
    color: #787E84;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(111, 126, 111, 0.2);
    padding: 0 0 15px;
}

.contact-sec .form-group input::placeholder {
    font-family: 'G-SB';
    font-size: 18px;
    color: #787E84;
}

.contact-sec .form-group textarea::placeholder {
    font-family: 'G-SB';
    font-size: 18px;
    color: #787E84;
}

.contact-sec .form-group textarea {
    resize: none;
}

.contact-btn {
    margin: 50px auto 0;
    text-align: center;
}

.contact-btn button {
    font-family: 'CS-B';
    font-size: 16px;
    border: 1px solid #1C1121;
    color: #ffffff;
    text-transform: uppercase;
    background: #1C1121;
    border-radius: 4px;
    padding: 13px 78px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.contact-btn button:hover {
    background-color: transparent;
    border: 1px solid #1C1121;
    color: #1C1121;
}

.play-url-outer.contact-pg {
    margin-top: 80px;
}

.play-url-outer.contact-pg .play-url-inner h1 {
    margin-bottom: 40px;
}

.play-url-inner {
    padding: 150px 0 80px;
}

.add-outer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-txt {
    display: flex;
    align-items: center;
}

.phone-txt {
    display: flex;
    align-items: center;
}

.mail-txt {
    display: flex;
    align-items: center;
}


/* services page */

.services-top-sec {
    margin: 75px 0;
}

/* .services-cross-sec .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
} */

.services-cross-sec .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.service-img-wrap {
    height: 600px;
    width: 100%;
}

.service-img-wrap img {
    width: 100%;
    height: 100%;
}

.service-txt-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.service-txt-wrap-inner {
    max-width: 523px;
    width: 100%;
    margin-left: 45px;
}

.orng-bg {
    background-color: #FBAB2F;
}

.blue-bg {
    background-color: #1C1121;
}

.service-txt-wrap-inner h1 {
    font-family: 'A-R';
    font-size: 36px;
    line-height: 37px;
    color: #1C1121;
    margin: 0 0 17px;
}

.service-txt-wrap-inner p {
    font-family: 'CR-M';
    font-size: 18px;
    line-height: 26px;
    color: rgba(28, 17, 33, 0.8);
    margin: 0 0 32px;
}

.service-txt-wrap-inner ul {
    margin-bottom: 40px;
}

.service-txt-wrap-inner ul li {
    display: flex;
    font-family: 'CR-R';
    font-size: 18px;
    line-height: 22px;
    color: #1C1121;
    margin: 0 0 15px;
}

.service-txt-wrap-inner ul li i {
    font-weight: 600;
    margin-right: 14px;
    padding-top: 2px;
}

.free-quote-btn a {
    font-family: 'CS-B';
    font-size: 16px;
    color: #fff;
    padding: 17px 23px;
    border: 1px solid #1C1121;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #1C1121;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.free-quote-btn a:hover {
    background-color: transparent;
    border: 1px solid #1C1121;
    color: #1C1121;
}

.service-txt-wrap.blue-bg .service-txt-wrap-inner h1, 
.service-txt-wrap.blue-bg .service-txt-wrap-inner p,
.service-txt-wrap.blue-bg .service-txt-wrap-inner ul li {
    color: #fff;
}

.service-txt-wrap.blue-bg .service-txt-wrap-inner .free-quote-btn a {
    color: #1C1121;
    border: 1px solid #FBAB2F;
    background-color: #FBAB2F;
}

.service-txt-wrap.blue-bg .service-txt-wrap-inner .free-quote-btn a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.service-txt-wrap.blue-bg .service-txt-wrap-inner ul li i {
    font-weight: 500;
}

.service-txt-wrap.blue-bg .service-txt-wrap-inner {
    margin: auto 45px auto auto;
}

/* --------- */

.service-single-sec-outer {
    margin: 100px 0;
}

.service-single-sec-inner .service-txt-wrap-inner {
    margin-left: 0;
    max-width: 910px;
    width: 100%;
}

.service-single-sec-inner .service-txt-wrap-inner ul li i {
    color: #FBAB2F;
}

.service-single-sec-inner .service-txt-wrap-inner h1 {
    margin-bottom: 34px;
}

.service-single-sec-inner .service-txt-wrap-inner p {
    font-family: 'CR-R';
    font-size: 20px;
    color: #7C8287;
    line-height: 32px;
}

.single-service-img-wrap {
    width: 100%;
}

.single-service-img-wrap img {
    width: 100%;
}


/* --------- */

.dark-bg-outer {
    background-color: #1C1121;
    padding: 120px 0;
    position: relative;
}

.dark-bg-outer::before {
    content: '';
    background-image: url(../images/top-texture.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 72px;
    position: absolute;
    top: -1%;
    left: 0;
    right: 0;
}

.dark-bg-outer::after {
    content: '';
    background-image: url(../images/bottom-texture.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 72px;
    position: absolute;
    bottom: -1%;
    left: 0;
    right: 0;
}

.dark-bg-txt {
    text-align: center;
}

.dark-bg-txt h1 {
    font-family: 'A-R';
    font-size: 40px;
    margin-bottom: 20px;
    color: #FBAB2F;
}

.dark-bg-txt p {
    font-family: 'CR-M';
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    max-width: 990px;
    width: 100%;
    margin: 0 auto 40px;
}

.dark-bg-imgs {
    display: flex;
}

.dark-bg-imgs img {
    width: 33.33%;
}

.ios-icons-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 58px;
}

.ios-single-icon {
    text-align: center;
}

.ios-single-icon img {
    margin-bottom: 12px;
}

.ios-single-icon p {
    font-family: 'CR-R';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

/* ----------- */

.services-cross-sec.cross-sec-2 .service-txt-wrap.blue-bg .service-txt-wrap-inner {
    margin-left: 45px;
}

.services-cross-sec.cross-sec-2 .service-txt-wrap.orng-bg .service-txt-wrap-inner {
    margin: auto 45px auto auto;
}




/* ///////////// */
/* media queries */

@media all and (min-width: 1921px) {
    .banner:after, .expertise:after, .testimonial:after, .goals::after,  .dark-bg-outer::after, .play-url-outer:after {
        background-repeat: no-repeat;
        height: 102px;
        bottom: -1%;
        background-size: cover;
    }

    .portfolio:before, section.team::before, .dark-bg-outer::before {
        background-repeat: no-repeat;
        height: 102px;
        top: -1%;
        background-size: cover;
    }
}

@media all and (max-width: 1200px) {
    .service-txt-wrap-inner h1 {
        font-size: 32px;
    }

    .service-txt-wrap-inner {
        max-width: 423px;
        margin-left: 35px;
    }

    .services-cross-sec.cross-sec-2 .service-txt-wrap.blue-bg .service-txt-wrap-inner {
        margin-left: 35px;
    }

    .services-cross-sec.cross-sec-2 .service-txt-wrap.orng-bg .service-txt-wrap-inner {
        margin: auto 40px auto auto;
    }

    .service-txt-wrap.blue-bg .service-txt-wrap-inner {
        margin: auto 40px auto auto;
    }

    .dark-bg-txt h1 {
        font-size: 36px;
    }

    .blog-single-img {
        height: 220px;
    }

    .blog-single-txt {
        margin-top: 10px;
    }

}

@media all and (max-width: 992px) {
    .pf-single-img {
        height: 327px;
    }
   .pf-single-img {
        height: 230px;
    }

    .project-images-outer .navigation-thumbs .owl-item {
        height: 85px;
    }

    .inner-banner-text h1 br {
        display: none;
    }

    .contact-sec {
        margin-bottom: 50px;
    }

    .add-outer-wrap {
        display: block;
    }

    .add-txt {
        margin-bottom: 10px;
    }
    
    .phone-txt {
        margin-bottom: 10px;
    }

    .service-txt-wrap-inner {
        max-width: 100%;
        padding: 30px 40px 50px;
        margin-left: 0;
    }

    .service-single-sec-inner .service-txt-wrap-inner {
        padding: 0;
    }

    .services-cross-sec.cross-sec-2 .service-txt-wrap.blue-bg .service-txt-wrap-inner {
        margin-left: 0;
    }
}

@media all and (max-width: 768px) {
    .pf-single-img {
        height: auto;
    }
    .pf-portfolio-img {
        height: auto;
    }

    .tools-used-inner h5 {
        font-size: 16px;
        padding: 8px 20px;
    }

    .inner-banner-text h4 {
        font-size: 26px;
    }

    .inner-banner-text h1 {
        font-size: 44px;
    }

    .port-d-outer {
        padding: 50px 0 0px;
    }

    .pg-main-head h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .pg-main-head h5 {
        font-size: 20px;
    }

    .pg-main-head p {
        font-size: 18px;
    }

    .tools-used h1 {
        font-size: 32px;
    }

    .pi-main-head h1 {
        font-size: 32px;
    }

    .project-images-outer {
        margin: 60px 0 30px;
    }

    /* .play-url-outer {
        height: 500px;
    } */

    .play-url-inner h1 {
        font-size: 32px;
    }

    .link-txt p, .link-txt a {
        font-size: 18px;
        line-height: 30px;
    }

    .project-images-outer .navigation-thumbs .owl-item {
        height: 65px;
    }

    .service-img-wrap {
        height: auto;
    }

    .blog-single-img {
        height: auto;
    }
}

@media all and (max-width: 510px) {
    .tools-used-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .tools-used-inner h5 {
        margin-bottom: 12px;
    }

    .url-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .link-img {
        margin-bottom: 20px;
    }

    .link-txt p, .link-txt a {
        font-size: 16px;
    }

    .project-images-outer .navigation-thumbs .owl-item {
        height: 55px;
    }

    .inner-banner-text h1 {
        font-size: 36px;
    }

    .play-url-outer.contact-pg .add-outer-wrap .link-img {
        margin-bottom: 0;
    }

    .play-url-outer.contact-pg .play-url-inner h1 {
        font-size: 24px;
    }

    .services-top-sec {
        margin: 50px 0;
    }

    .service-single-sec-outer {
        margin: 50px 0;
    }

    .ios-icons-wrap {
        flex-direction: column;
        justify-content: center;
    }

    .ios-single-icon {
        margin-bottom: 50px;
    }

    .ios-single-icon:last-child {
        margin-bottom: 0;
    }

    .service-txt-wrap-inner {
        padding: 30px 30px 50px;
        margin-left: 0;
    }

    .service-txt-wrap.blue-bg .service-txt-wrap-inner {
        margin: 0;
    }

    .services-cross-sec.cross-sec-2 .service-txt-wrap.orng-bg .service-txt-wrap-inner {
        margin: 0;
    }

    .blogs-pagi div > a {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }

}

@media all and (max-width: 360px) {
    .link-txt p, .link-txt a {
        font-size: 14px;
    }

    .project-images-outer .navigation-thumbs .owl-item {
        height: 35px;
    }
}
