@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800');
html {
    //background:#505D6E url(../images/body4.jpg) no-repeat center center fixed;
    /*  min-height:100%;  */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}

body {
    background: transparent;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    line-height: 1.5em;
    color: #333;
    //color:rgba(255,255,255,.8);
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

@font-face {
    font-family: copperplate-regular;
    src: url(../fonts/copperplate-regular.ttf);
}

@font-face {
    font-family: Copperplate-Gothic-Light-Regular;
    src: url(../fonts/Copperplate-Gothic-Light-Regular.ttf);
}


/*---23-08-208--*/

.carousel-inner div {
    margin-bottom: 15px;
}
.vertical-alignment-helper .modal-content{
    background-color: transparent !important;
    box-shadow: none;
    margin:25px 0;
    margin-top: 175px;
}
.vertical-alignment-helper .carousel-control{
    display: none;
}
.modal-fixed-sec{
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 999;
    background: #1b0808;
    padding-top: 10px;
}
.modal-fixed-sec h1{
    color: #fff;
    font-family: "Copperplate-Gothic-Light-Regular";
    text-transform: uppercase;
    font-weight: bold;
    margin: 35px 0;
    font-size: 30px;
    letter-spacing: 4px;
}
.modal-fixed-sec .btn-default {
    color:#fff;
    background-color:  #1792a0;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0px !important;
    letter-spacing: 2px;
    font-family: "Copperplate-Gothic-Light-Regular";
    width: 300px;
    text-align: center;
}
.modal-content .btn-default {
    color:#fff;
    background-color:  #1792a0;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0px !important;
    letter-spacing: 2px;
    font-family: "Copperplate-Gothic-Light-Regular";
    width: 300px;
    text-align: center;
}
.service {
    background-color: #038594!important;
    border-color: #8bc9d0!important;
}

.service h4.heading {
    color: #fff;
}

.service p.description {
    color: #aae2e8;
    line-height: 26px;
}

.mail-list {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.mail-list h3 {
    font-weight: bold;
    text-align: center;
    color: #1b0808;
    letter-spacing: 4px;
    font-size: 30px;
    margin-bottom: 26px;
    font-family: copperplate-regular;
}

input.mail-list.news-mail {
    width: 35%;
}

.wht-about {
    padding: 0 3% 0 11%;
}

.wht-about-r {
    padding: 0px 11% 0 3%;
}

.style-inner h2.style-page {
    color: black!important;
}

h2.app {
    color: black !important;
}

.pro-project h2.wow,
.press-inner h2 {
    color: black!important;
}

.pro-project p.text-center,
.style-inner p.text-center,
.pro-innr p.text-center,
.press-inner p.text-center {
    color: black;
}


/********************************************************/


/*                    Navigation bar                    */


/********************************************************/

#top {
    background-color: #1b0808;
    width: 100% !important;
    height: 90px;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-bottom: 2px solid #fff;
}

#sidebar-button {
    width: 30px;
    height: 29px;
    /*background: url(../images/menu-icon.png) no-repeat;*/
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}

.fa-bars:before {
    color: rgb(0, 163, 223);
    font-size: 28px;
}

#logo {
    text-align: center;
    position: absolute;
    top: 50%;
    // left: 50%;
    right: 15%;
    text-transform: uppercase;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img {
    max-width: 100%;
}

#nav-arrows {
    position: absolute;
    right: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#nav-arrows a.nav-left-inter {
    font-size: 18px;
    //font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
    border-left: 2px solid #493939;
    padding-left: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#nav-arrows a:hover {
    text-decoration: none;
}

#main-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 90px;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

#process-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
}

#content {
    position: relative;
    left: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    background-color: #e1e1e1;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#sidebar {
    position: absolute;
    /*position: fixed;*/
    /*  top: 67px; */
    top: 88px;
    left: 0;
    visibility: hidden;
    width: 300px;
    height: auto;
    background: rgba(49, 31, 29, 0.9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    /*z-index: 10002;*/
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    padding-top: 82px;
}

#home #sidebar {
    /* position: absolute; */
    width: 300px;
    /* height: 61.6%;*/
    z-index: 99999;
}

#widgets {
    max-height: 100%;
    position: relative;
    //overflow: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    bottom: 60px;
    //bottom: 10px;
}

#mainmenu ul {
    margin: 0;
    padding: 0;
}

#mainmenu ul li a {
    padding: 0 40px;
    width: 100%;
    line-height: 45px;
    text-align: left;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Copperplate-Gothic-Light-Regular";
    font-weight: bold;
}

#mainmenu ul li a:hover,
#mainmenu ul li a.active {
    //background: #e1e1e1;
    background-color: rgb(0, 163, 223);
}

#sidebar-button.open {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-open #sidebar {
    visibility: visible;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s;
}

.sidebar-open #content {
    -ms-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.sidebar-open #overlay {
    width: 100%;
    height: 100%;
    top: 90px;
    left: 300px;
    //opacity: 1;
    z-index: 9999;
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: initial;
    transition: initial;
}

a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.swiper-container {
    overflow: hidden;
    background: #000000;
}

section#call-to-action {
    float: left;
    width: 100%
}

@media only screen and (min-width: 640px) {
    .mycontainer-padding hr.hr-orange-upper.for-mobile-orange {
        width: 32%;
    }
    hr.hr-orange-upper.hr-orange-upper-width.border-top-color.for-mobile-orange {
        width: 44%;
    }
    .mycontainer-padding .hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three.for-mobile-orange {
        width: 25%;
    }
}

@media screen and (min-width:320px) and (max-width:730px) {
    #nav-arrows {
        text-align: center;
        top: 78%;
        /*display: inline-block;*/
        display: none;
    }
    .col-xs-6 {
        width: 100%;
    }
    #sidebar {
        width: 100%;
        /*  height:100%;*/
        position: absolute;
    }
    #home #sidebar {
        width: 100%;
        /*  height:100%;*/
        position: absolute;
    }
    #mainmenu ul li a {
        font-weight: bold;
        font-size: 18px;
    }
    #nav-arrows a.nav-left-inter {
        padding: 0;
        border: 0px;
        font-size: 10px;
    }
    .col-xs-12.col-sm-5.col-md-7 a.get-know {
        width: auto;
        margin-bottom: 35px;
        line-height: 1.36;
        font-size: 18px;
    }
    .sidebar-open #overlay {
        left: 100%;
        z-index: 1111;
    }
    .container.mycontainer-padding {
        padding: 0;
    }
    .mycontainer-padding h3.text-center {
        min-height: 142px;
        line-height: 120px;
        margin-bottom: 0;
    }
    .parallax.parallax-container {
        padding-top: 0px;
    }
    /* .mycontainer-padding hr.hr-orange-upper{
        width: 56%;
        left: -1%;
    }
    .mycontainer-padding .hr-orange-upper.hr-orange-upper-width{
        width: 80%;
    }
    .mycontainer-padding .hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three{
        width: 46%;
    } */
    .mycontainer-padding .inspi_text span {
        padding: 10px 10px 20px 15px;
        font-size: 14px;
    }
    .mycontainer-padding .inspi_text {
        margin-top: 0px;
        min-height: 340px;
    }
    section.main-section.paddind {
        padding-bottom: 10px;
    }
    div#main-wrapper #serviceswrapprocess_meet {
        background-position: 33%;
    }
    /* .pull-right-new{
    display: none;
    } */
    section.main-section.paddind.main-section-meet-me {
        padding-bottom: 50px;
        background-color: unset;
    }
    p.about_me {
        text-align: center;
    }
    .my-mobile-about_me {
        padding-top: 15px;
    }
    #blockquote blockquote label {
        left: 6%;
    }
    #blockquote blockquote label img {
        max-width: 50%;
    }
    .services_main blockquote em {
        color: #00a3df;
        padding-top: 0.5rem !important;
    }
    .mycontainer-padding .for-mobile-image.col-md-5.col-sm-12.col-xs-12.text-right.text-white.mobile-centering.paddin-right {
        display: block;
    }
    #blockquote .services_main .nav-line {
        float: none!important;
        width: 50%;
        display: block;
    }
    #blockquote .pull-left.nav-line-left {
        float: none!important;
        width: 50%;
    }
    .blockquote label.new-down-quotes img {
        max-width: 50%;
    }
    #blockquote label.new-down-quotes {
        right: -11%;
        bottom: 1.5em;
    }
    .main-section.paddind h2.meet-me {
        display: block !important;
    }
    #grid.grid li {
        /* width: 300px; */
        width: auto;
        height: auto;
        /* margin-top:25px; */
        padding: 2px;
    }
    #grid.grid {
        margin: 365px 0px auto;
    }
    .services_main-mobile blockquote.for-mobile-qut {
        display: block;
    }
    .services_main blockquote p.about_me-left {
        text-align: center!important;
    }
    .services_main-mobile blockquote.for-mobile-qut label.mobile-img-text {
        top: 85%;
        left: 8%;
    }
    .services_main-mobile blockquote.for-mobile-qut label.mobile-img-text img {
        max-width: 30%;
    }
    .services_main-mobile blockquote.for-mobile-qut p.mobile-text-quotes {
        width: 80%;
        display: inline-block;
        text-align: center;
        margin-left: 9%;
        color: #00a3df;
        /* font-size: 17px; */
        font-size: 14px;
        text-transform: uppercase;
        margin-top: -1%;
        font-weight: 800;
        line-height: 2;
    }
    .services_main-mobile blockquote.for-mobile-qut p.mobile-text-quotes img {
        margin-left: -13%;
        width: 78px !important;
    }
    .services_main-mobile blockquote.for-mobile-qut span.pull-right-client {
        text-align: right;
        width: 85%;
        display: inline-block;
        padding-bottom: 25px;
    }
    .services_main blockquote p.about_me-right {
        text-align: center!important;
    }
    .mycontainer-padding .for-desktop-image.col-md-5.col-sm-12.col-xs-12.text-right.text-white.mobile-centering.paddin-right {
        display: none;
    }
    .col-xs-offset-4 {
        margin-left: 8.33333333%;
    }
}

@media screen and (min-width: 731px) and (max-width:767px) {
    .allgames-info .for-mobile-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
        display: block;
        padding: 0;
    }
    .contact-us-call ul.class-call li.call-number.call-insta {
        font-size: 15px!important;
    }
    .contact-us-call ul.class-call li.call-number.call-email {
        font-size: 13px!important;
    }
    #blockquote blockquote label {
        left: 6%;
    }
    #blockquote blockquote label img {
        max-width: 80%;
    }
    .services_main blockquote em {
        color: #00a3df;
        padding-top: 0.5rem !important;
    }
    #blockquote label.new-down-quotes {
        right: -0%;
        bottom: 1.5em;
    }
    .blockquote label.new-down-quotes img {
        max-width: 80%;
    }
    #blockquote .pull-left.nav-line-left {
        float: none!important;
        width: 23%;
    }
    #blockquote .services_main .nav-line {
        float: none!important;
        width: 23%;
    }
    #sidebar {
        width: 100%;
        /* height:100%;*/
    }
    /* .pull-right-new{
    display: none!important;
    } */
    .services_main blockquote p.about_me-left {
        text-align: center!important;
        width: 33%;
    }
    .services_main-mobile blockquote.for-mobile-qut label.mobile-img-text {
        top: 85%;
        left: 8%;
    }
    .services_main-mobile blockquote.for-mobile-qut label.mobile-img-text img {
        max-width: 30%;
    }
    .services_main-mobile blockquote.for-mobile-qut p.mobile-text-quotes {
        width: 80%;
        display: inline-block;
        text-align: center;
        margin-left: 9%;
        color: #00a3df;
        font-size: 17px;
        text-transform: uppercase;
        margin-top: -1%;
        font-weight: 800;
    }
    .services_main-mobile blockquote.for-mobile-qut span.pull-right-client {
        text-align: right;
        width: 85%;
        display: inline-block;
        padding-bottom: 25px;
    }
    .services_main blockquote p.about_me-right {
        text-align: center!important;
        width: 33%;
    }
    blockquote.for-mobile-qut {
        display: block !important;
    }
    .col-xs-6 {
        width: 100%;
    }
    .container.mycontainer-padding {
        padding: 0;
    }
    .parallax.parallax-container {
        padding-top: 0px;
    }
    .mycontainer-padding hr.hr-orange-upper {
        width: 52%;
    }
    .mycontainer-padding .hr-orange-upper.hr-orange-upper-width {
        width: 70%;
    }
    .mycontainer-padding .hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
        width: 42%;
    }
    .mycontainer-padding .inspi_text span {
        padding: 10px 10px 20px 15px;
        font-size: 14px;
    }
    .mycontainer-padding .inspi_text {
        margin-top: 0px;
        min-height: 340px;
    }
    .mycontainer-padding h3.text-center {
        min-height: 142px;
        line-height: 120px;
        margin-bottom: 0;
    }
    .for-desktop-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
        display: none;
    }
    .allgames-info {
        padding: 0 !important;
    }
    .padding-lt-rt {
        padding: 0;
    }
    img.matth-meet.pull-right.img-fluid {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
        margin-top: 30px;
    }
    .allgames-info-title {
        margin-top: 30px !important;
    }
    p.allgames-blurb {
        display: inline-block;
        padding: 20px 20px;
        /* width: 90%; */
        margin: 0;
    }
    .padding-lt-rt a.get-know {
        width: 40%;
    }
    .jumbotron {
        margin-bottom: 0px;
        padding: 10px;
    }
    .services_main .service {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        /* margin: 20px 0 10px; */
    }
    .services_main .service .icon-holder {
        margin: 0;
    }
    .text-center a.get-know {
        margin-bottom: 10px;
        display: inline-block;
        margin-top: 10px
    }
    .service .description {
        width: 88%;
    }
    #Portfolio.main-section.paddind h2 {
        font-size: 30px;
        margin: 10px 0 30px 0;
    }
    .main-section.paddind .portfolio-item-desc {
        top: 41%;
    }
    .btn.btn-primary {
        width: 90%;
        top: 20px;
    }
    .main-section.paddind a.get-know-project {
        width: 76%;
        margin: 0;
    }
    .main-section.paddind {
        padding-bottom: 30px;
    }
    nav#nav-arrows {
        text-align: center;
        top: 54%;
        display: inline-block;
    }
    body,
    html {
        overflow-x: hidden;
        min-height: auto;
    }
    #Portfolio .services_main h3.text-center {
        min-height: 140px;
        line-height: 120px;
    }
    #Portfolio hr.hr-orange-upper {
        width: 24%;
    }
    #Portfolio .inspi_text {
        background-color: #e8e6e6;
        padding: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 258px;
    }
    #Portfolio .inspi_text span {
        padding: 20px 20px 20px 20px;
    }
    .for-desktop-image.col-md-5.col-sm-12.col-xs-12.text-right.text-white.mobile-centering.paddin-right {
        display: none;
    }
    .for-mobile-image.col-md-5.col-sm-12.col-xs-12.text-right.text-white.mobile-centering.paddin-right {
        display: block !important;
    }
    .main-section.blockquote .services_main blockquote::before {
        left: 14px;
        top: 30px;
        font-size: 15em;
        text-align: left;
        width: 100%;
        display: inline-block;
    }
    .main-section.blockquote .services_main blockquote::after {
        left: 14px;
        bottom: 30px;
        font-size: 15em;
        text-align: left;
        width: 100%;
        display: inline-block;
    }
    .main-section.blockquote .services_main blockquote em {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding-top: 4.5rem;
        font-size: 1.9em;
        font-style: normal;
    }
    p.about_me {
        padding-top: 15px;
    }
    section.main-section.paddind.paddind-contact {
        padding-bottom: 50px;
    }
    .main-section.paddind.paddind-press {
        padding-bottom: 200px;
    }
    #grid.grid.effect-2 {
        /* margin: 140px auto; */
        margin: 360px auto;
        /*sarwan 11-01-2017*/
    }
    #logo {
        right: 18%;
    }
}

.allgames-info {
    padding: 0 80px 0 80px;
    text-align: center;
}

.allgames-game {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.allgames-info-title {
    position: relative;
    margin-top: 100px;
    margin-bottom: 30px;
}

.allgames-info h3 {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    //font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.bg-color {
    background-color: #e9e9e9;
}

p.allgames-blurb {
    font-size: 18px;
    //font-family: 'Raleway', sans-serif;
    //font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1.553;
    margin-bottom: 35px;
    font-weight: 400;
}

.padd-right {
    padding-right: 0px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 2570px) {
    #logo {
        right: 13%;
    }
}


a.get-know {
    font-size: 16px;
    font-family: "Copperplate-Gothic-Light-Regular";
    //font-family: 'Open Sans', sans-serif;
    color: #1792a0;
    /* line-height: 1.36; */
    border: 1px solid rgb(0, 163, 223);
    text-align: center;
    -moz-transform: matrix( 0.91482731316444, 0, 0, 0.91777777777779, 0, 0);
    -webkit-transform: matrix( 0.91482731316444, 0, 0, 0.91777777777779, 0, 0);
    -ms-transform: matrix( 0.91482731316444, 0, 0, 0.91777777777779, 0, 0);
    display: inline-block;
    width: 460px;
    -moz-box-sizing: border-box;
    font-weight: bold;
    word-spacing: 3px;
    background-color: #fff;
    padding: 15px 15px;
    letter-spacing: 1px;
}

a.get-know:hover {
    text-decoration: none;
}

.matth_buyer {
    background: #1792a0;
    padding: 25px 0;
    text-align: center;
    margin: 5px 0px;
}

.matth_buyer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.matth_buyer ul li {
    display: inline;
    margin: 0 15px;
}

.matth_buyer ul a {
    display: inline-block;
    margin: 0 20px;
}

.matth_buyer img {
    max-width: 100%;
}

.contact-us-call .bounceInRight a span.my-email-contact-text {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: normal;
    display: inline-block;
    text-transform: none;
}

@media screen and (max-width: 1280px) {
    #home #Portfolio div.portfolioContainer {
        width: 100% !important;
    }
    body #Portfolio div.portfolioContainer {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    /* .container {

        padding-left: 0px !important;
        padding-right: 0px !important;
        margin:0px
        } */
    .matth_buyer ul li {
        margin: 0 15px;
    }
}

.service:hover {
    border-color: #e4e4e4;
}

.service {
    width: 100%;
    height: 340px;
    margin: 0px 0px 40px;
    text-align: center;
    border: 2px solid #e4e4e4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f8f8f8;
    padding: 15px;
}

.service .icon-holder {
    //position: relative;
    //top: 100px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f8f8f8;
}

.service .icon-holder>img.icon {
    width: 40px;
}

.service .heading {
    //position: relative;
    //top: 80px;
    color: #1b0808;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    text-transform: uppercase;
    //font-family: 'Open Sans', sans-serif;
    letter-spacing: 3px;
    font-weight: bold;
    padding-top: 40px;
}

.service .description {
    width: 80%;
    margin: 0 auto;
    //opacity: 0;
    // -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    // transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    // -webkit-transform: scale(0);
    // -ms-transform: scale(0);
    // transform: scale(0);
    color: #807676;
    font-size: 18px;
    //font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}


/* .service:hover .icon-holder {
    top: -30px;
    } */

.service:hover .heading {
    top: -30px;
}

.service:hover .description {
    opacity: 1;
    transform: scale(1);
}

.services {
    margin: 30px 0;
}

.services_main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: left;
    margin: 5px 0px;
}

.services_main h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.s-main-bg {
    padding: 30px 30px;
    background-color: #1792a0;
}

.main-section.paddind {
    padding-bottom: 30px;
    background-color: #dbd6d6;
}

.main-section.paddind.main-section-meet-me {
    padding-bottom: 80px;
}

.main-section.paddind.paddind-press {
    padding: 66px 0 40px;
    background-color: #ffffff;
}

.main-section {
    padding: 73px 0 110px;
}

.services_main h2.cont-heading {
    color: black!important;
}

.main-section.paddind h2 {
    font-size: 37px;
    font-family: "copperplate-regular";
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
}

.main-section.paddind h2.style-page {
    width: 100%;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.portfolioContainer {
    max-width: 1266px;
}

.portfolioContainer {
    margin: 0 auto;
    //padding-left: 15px;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.Portfolio-box {
    text-align: center;
    overflow: hidden;
    float: left;
    padding: 0px 0px 0 0px;
    position: relative;
}

.Portfolio-box img {
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 94%;
    height: 94%;
}

.Portfolio-box:hover {
    opacity: 0.6 !important;
    z-index: 99
}

#grid li a:hover img {
    opacity: 0.9;
}

#grid li a:hover {
    background: rgba(0,0,0,0.5);
}

.arrow_home {
    display: inline-block;
}

.portfolio-item-desc {
    position: absolute;
    text-align: center;
    padding: 11px;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* top: 47%; */
    top: 41%;
    margin: 1px;
    font-family: 'Raleway', sans-serif;
}

.main-section.paddind.main-section-porject {
    background-color: #fff;
}

hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
    width: 30%;
    left: -1%;
}

.pull-right-new {
    margin: 0 43% auto;
}


/*.signature .pull-right-new
{
    margin:0 12% auto; 
}*/

.portfolio-item-desc a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

a.get-know-project {
    font-size: 18px;
    font-family: "Copperplate-Gothic-Light-Regular";
    //font-family: 'Open Sans', sans-serif;
    color: #1792a0;
    /* line-height: 1.36; */
    border: 1px solid #1792a0;
    text-align: center;
    -moz-transform: matrix( 0.91482731316444, 0, 0, 0.91777777777779, 0, 0);
    -webkit-transform: matrix( 0.91482731316444, 0, 0, 0.91777777777779, 0, 0);
    -ms-transform: matrix( 0.91482731316444, 0, 0, 0.91777777777779, 0, 0);
    display: inline-block;
    padding: 15px 15px;
    width: 460px;
    //margin-left: -4%;
    font-weight: bold;
    word-spacing: 4px;
    background: #fff;
}

a.get-know.for-desktop-get-know {
    /*width: 42%;*/
}

a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 479px) {
    .portfolioContainer {
        /* width: 280px !important; */
        width: 100% !important;
        /* margin: 21px 46px 0px 34px; */
        height: auto !important;
    }
    .container h1 {
        font-size: 12px !important;
    }
    /* .parallax.parallax-container input.mail-list {
            width: 100% !important;
          } */
    /* .btn.btn-primary {
            width: 100%;
          } */
    .Portfolio-box {
        max-width: 300px !important;
        /* width: 96.4% !important; */
        width: 50%;
        margin: 0 !important;
        height: 10%;
    }
    .Portfolio-box img {
        max-width: 100%;
        margin-bottom: 5px;
        width: 100%;
        padding: 0px 3px 0px 3px;
    }
    #contact-section {
        width: 100%;
    }
    /* #Portfolio .portfolioContainer{
            height: 1541px !important;
            } */
}

@media screen and (max-width: 650px) {
    #logo {
        left: 50%;
    }
    .pull-right {
        float: none !important;
    }
}

@media screen and (min-width: 320px) and (max-width:442px) {
    #contact-section {
        width: 100%;
    }
    .jumbotron {
        padding-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .allgames-info {
        //padding: 0 20px 0 24px;
        padding: 0;
    }
    .allgames-info .allgames-info-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #sidebar-button {
        left: 16px;
    }
    .padding-lt-rt {
        padding: 0;
    }
    .Portfolio-box {
        /* height:250px; */
        height: 10%;
    }
    #main-wrapper #serviceswrapprocess_meet {
        // background-position: top;
        // height: 80px;
        // margin-top: 0px;
        background-position: 33%;
    }
    #logo {
        /* top: 55%;
         left: 50%;
         right:0; */
        top: 50%;
        left: 56%;
        right: 0;
        width: 63%;
    }
    .services_main .service {
        margin: 30px 0 25px;
    }
    .services_main .inspi_text span {
        padding: 10px;
    }
    .services_main hr.hr-orange-upper {
        width: 67%;
    }
    .allgames-info .for-mobile-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }
    p.allgames-blurb {
        font-size: 15px;
    }
    .for-desktop-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
        display: none;
    }
}

@media only screen and (min-width: 1124px) {
    /*.text-center a.get-know.for-desktop-get-know{
     padding: 20px 30px;
     width: auto;*/
}


}
@media only screen and (min-width: 1237px) {
    a.get-know.for-desktop-get-know {
        width: 27%;
    }
    
    .grid.effect-2.demo-gallery.list.for-1237 {
        margin: 80px 160px auto;
    }
}
@media only screen and (min-width: 1799px) {
    ul.grid.effect-2.demo-gallery.list.for-1799 {
        margin: 260px 373px auto !important;
        /* margin: 270px 375px auto !important;  */
    }
}
@media only screen and (min-width: 2024px) {
    ul.grid.effect-2.demo-gallery.list.for-2024 {
        margin: 80px 465px auto !important;
    }
}
@media screen and (min-width: 1003px) and (max-width:1024px) {
    .contact-us-call {
        margin-left: 17%;
    }
}
@media screen and (min-width: 768px) and (max-width:1023px) {
    .grid {
        margin: 313px 4% auto!important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 75%;
    }
    
    .grid li {
        width: 350px!important;
        margin: 0 0 auto;
    }
}
@media screen and (min-width: 768px) and (max-width:933px) {
    .grid li {
        width: 50% !important;
        margin: 0 0 auto;
    }
    
    .grid {
        margin: 313px 4% auto!important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 65%;
    }
}
@media screen and (min-width: 768px) and (max-width:1002px) {
    .services_main {
        width: 100%;
    }
    
    .s-main-bg {
        padding: 0px 0px 30px;
    }
    
    .my-mobile-centering h3.text-center {
        min-height: 153px;
        line-height: 135px;
    }
    
    .my-mobile-centering hr.hr-orange-upper {
        width: 29%;
    }
    
    section#photos {
        width: 100%;
    }
    
    .hr-orange-upper.hr-orange-upper-width.border-top-color {
        width: 40%;
    }
    
    hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
        width: 22%;
    }
    
    #blockquote blockquote label {
        left: 0%;
    }
    
    .blockquote label.new-down-quotes {
        right: 0% !important;
    }
    
    .nav-line.for-nav-line-mobile {
        display: block!important;
    }
    
    a.get-know.for-desktop-get-know {
        display: none;
    }
    
    a.get-know {
        width: 86%;
        /* margin-bottom: 50px;
 margin-top: 50px; */
        display: inline-block;
    }
    
    .services {
        margin: 0px auto;
    }
    
    .services>div:nth-child(1) .service {
        margin-bottom: 30px;
        height: auto;
    }
    
    .services>div:nth-child(2) .service {
        margin-bottom: 30px;
        height: auto;
    }
    
    .services>div:nth-child(3) .service {
        margin-bottom: 30px;
        height: auto;
    }
    
    .allgames-info-title {
        margin-top: 15px;
    }
    
    .for-desktop-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
        margin: 15px 0;
    }
    
    a.get-know-project {
        /*width: 50%;*/
        padding: 15px 30px;
    }
    
    #main-wrapper #serviceswrapprocess_meet {
        background-position: top;
        height: 173px;
        margin-top: 0px;
    }
    
    #Portfolio p.about_me {
        //display: inline-block;
        padding: 0 25px;
    }
    
    #Portfolio div.margin-left {
        margin-left: 0px;
    }
    
    .services_main blockquote em {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding-top: 4.5rem;
        font-size: 1.5em;
    }
    
    .services_main blockquote span {
        padding: 0;
    }
    
    .services_main blockquote::before {
        left: 0;
        top: 30px;
        font-size: 9em;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    
    .services_main blockquote::after {
        left: 0;
        bottom: 50px;
        font-size: 9em;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    
    .services_main blockquote p.about_me-right {
        text-align: left;
    }
    
    #blockquote blockquote p.about_me-left {
        line-height: 2.0;
        font-size: 20px;
        margin-bottom: 11px;
    }
    
    .services_main .nav-line {
        width: 70%;
        float: left!important;
    }
    
    .services_main .nav-line-left {
        width: 70%;
        float: left!important;
    }
    
    #blockquote div.margin-left {
        margin-left: 0;
        margin-top: 30px;
    }
    
    #blockquote.main-section.blockquote {
        padding: 0px 20px 100px 20px
    }
    
    #logo {
        right: 0%;
        //right:7%;
    }
    
    #nav-arrows a.nav-left-inter {
        border-left: 0px solid #493939;
    }
    
    #nav-arrows {
        right: 17px;
        top: 53%;
        display: none;
    }
    
    .row {
        margin: 0;
    }
    
    .container {
        width: 100%;
        padding: 0;
    }
    
    .allgames-info {
        padding: 0 30px 0 0px;
    }
    
    .jumbotron {
        padding-top: 0px;
    }
    
    .mobile-centering {
        margin-left: 32%;
    }
    
    .mobile-centering.my-mobile-centering {
        /*sarwan*/
        margin-left: 0;
    }
    
    div.margin-left p.about_me {
        margin-top: 50px;
    }
    
    .contact-us-call {
        margin-left: 0%;
    }
    
    body,
    html {
        overflow-x: hidden;
    }
}
@media screen and (min-width: 1226px) {
    .text-center a.get-know.for-desktop-get-know,
    a.get-know-project {
        /* font-size: 16px;
                width: auto;
                padding: 15px 50px;
                    display: inline;*/
    }
    
    .grid.effect-2.demo-gallery.list.for-1226 {
        margin: 80px 140px auto;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    #logo {
        right: 24%;
    }
    
    .row {
        margin: 0;
    }
    
    .allgames-info-title {
        margin-top: 50px;
    }
    
    a.get-know {
        margin-bottom: 20px;
        display: inline-block;
        /*   width: auto;*/
    }
    
    .matth-meet.pull-right.img-fluid {
        margin-top: 2%;
        margin-bottom: 2%;
    }
    /*---24-8-2018--*/
    
    .service .description {
        font-size: 14px;
        margin-top: 0px;
    }
    
    .service .heading {
        padding-top: 20px;
    }
    
    .services>div:nth-child(1) .service {
        margin: 0px 0 20px;
    }
    
    .services>div:nth-child(2) .service {
        margin: 0px 0 20px;
    }
    
    .get-know.for-desktop-get-know {
        width: 69%;
    }
    
    div.inspi_text {
        padding: 0px;
    }
    
    .services>div:nth-child(3) .service {
        margin: 0px 0 20px;
    }
    
    .get-know.for-desktop-get-know {
        width: 68%;
        margin-bottom: 25px;
        margin-top: 0px;
        display: inline-block;
    }
    
    .get-know.for-mobile-get-know {
        display: none;
    }
    
    a.get-know,
    .text-center a.get-know.for-desktop-get-know {
        width: 342px;
        padding: 12px;
        font-size: 13px;
    }
    /* .Portfolio-box{
        width: 255px;
        height: 282px;
        } */
    
    #home #sidebar {
        /*   height: 90.6%;*/
    }
    
    .portfolioContainer {
        /* margin: 0 165px auto; */
        margin: 0 auto;
    }
    
    #blockquote blockquote p.about_me-right {
        /*line-height: 2.0;*/
    }
    
    ul.grid li {
        width: 360px;
    }
    
    ul.grid {
        /* margin: 100px 150px auto; */
        margin: 360px 150px auto;
        /*sarwan 11-01-2017*/
    }
    
    div#serviceswrap-press {
        min-height: 354px;
    }
    
    div#serviceswrapprocess_contact {
        min-height: 354px;
    }
    
    div#serviceswrap_mystyle {
        min-height: 354px;
    }
    
    div#serviceswrapprocess_meet {
        min-height: 354px;
        background-position: 62% center;
    }
    
    div#serviceswrapprocess {
        min-height: 354px;
    }
    
    div#serviceswrap {
        min-height: 354px;
    }
    
    #blockquote div.margin-left {
        margin-left: 0;
        margin-top: 0px;
    }
    
    .services_main .inspi_text span {
        padding: 6px 70px 50px 40px;
    }
    
    .mobile-centering {
        margin-left: 0;
    }
    
    div.margin-left p.about_me {
        margin-top: 0px;
    }
    
    body,
    html {
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 767px) {
    body,
    html {
        overflow-x: hidden;
    }
    
    .main-section.paddind h2 {
        font-size: 20px;
        margin: 0 0 30px 0;
    }
    
    .h3,
    h3 {
        font-size: 22px;
    }
    
    .allgames-info h3 {
        font-size: 20px;
    }
    /*  section.main-section.paddind.paddind-contact{
         padding-bottom: 350px;
         } */
    
    div.margin-left p.about_me {
        /* padding-top:50px; */
        padding-top: 22px;
    }
    
    .contact-us-call ul.class-call li.call-number.call-email {
        font-size: 8px;
        min-width: 140px;
    }
    
    .contact-us-call ul.class-call li.call-number.call-insta {
        min-width: 140px;
        font-size: 11px;
    }
    
    .services_main {
        width: 100%;
    }
    
    .services_main h3.text-center {
        min-height: 236px;
        line-height: 236px;
    }
    
    .services_main .service .icon-holder {
        padding: 0px;
    }
    
    a.get-know {
        /*width: 85%;*/
        font-size: 13px;
        margin-bottom: 30px;
        display: inline-block;
        background-color: #fff;
    }
    
    a.get-know-project {
        /* width: 85%;*/
        margin: 0;
    }
    
    #contact-section {
        width: 100%;
    }
    
    .main-section {
        padding: 30px 0 110px;
    }
    
    #call-to-action .parallax.parallax-container h1 {
        font-size: 13px;
    }
    
    .parallax.parallax-container input.mail-list {
        width: 90%;
        padding-left: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    
    #mainmenu ul li a {
        padding: 0 15px;
    }
    
    .portfolio-item-desc {
        top: 37%;
    }
    
    .row {
        margin: 0px;
    }
    
    .parallax.parallax-container .client-info {
        margin-top: 50px;
        width: 55%;
        margin: 40px auto 18px;
    }
    
    #contact-section .call {
        margin-right: 10px;
    }
    
    #contact-section .fax {
        margin-right: 12px;
        display: inline-block;
        width: 100%;
        padding-top: 6px;
        padding-bottom: 10px;
    }
    
    #main-wrapper #serviceswrapprocess_meet {
        // background-position: top;
        // height: 80px;
        // margin-top: 0px;
        background-position: 10%;
    }
    /*  #nav-arrows{
           top: 52%;
           } */
    
    #nav-arrows a.nav-left-inter {
        font-size: 12px;
    }
    
    #Portfolio div.margin-left {
        margin-left: 0px;
    }
    
    .services_main blockquote em {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding-top: 4.5rem;
        font-size: 22px;
        margin-top: 0;
        font-weight: bold;
    }
    
    blockquote p.about_me-right {
        font-size: 13px !important;
    }
    
    .pull-right-new {
        margin: 0 auto;
    }
    
    .services_main blockquote span {
        padding: 0;
    }
    
    .services_main blockquote::before {
        left: 0;
        top: 30px;
        font-size: 9em;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    
    .services_main blockquote::after {
        left: 0;
        bottom: 50px;
        font-size: 9em;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    
    .services_main blockquote p.about_me-right {
        text-align: left;
    }
    
    .services_main .nav-line {
        width: 70%;
        float: left!important;
    }
    
    .services_main .nav-line-left {
        width: 70%;
        float: left!important;
    }
    
    #blockquote div.margin-left {
        margin-left: 0;
        margin-top: 30px;
    }
    
    #blockquote.main-section.blockquote {
        padding: 0px 20px 100px 20px
    }
    
    .portfolioContainer .Portfolio-box {
        height: auto;
        width: 50%;
    }
}
.parallax {
    position: relative;
    background-size: 100% auto !important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-mask-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    //background: #000;
    opacity: 0.9;
    z-index: 1;
}
.parallax.parallax-container h1 {
    font-size: 30px;
    //font-family: "copperplate-regular";
    //font-family: 'Montserrat', sans-serif;
    color: rgb(32, 10, 10);
    line-height: 1.28;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 4px;
    font-weight: bold;
}
.parallax.parallax-container h1.matthew-yee {
    margin-bottom: 0px;
}

/*..................21 nov .............................*/
input.mail-list {
    background-color: #f2f2f2;
    border: 2px solid #dedede;
    height: 50px;
    width: 50%;
    color: #000;
    padding-left: 5px;
    //font-family: 'Open Sans', sans-serif;
}
.mail-section {
    text-align: center;
    //font-family: copperplate-regular;
    //font-family: 'Open Sans', sans-serif;
}
.client-info {
    //font-family: 'Open Sans', sans-serif;
    margin-top: 80px;
}
.client-info.home-client-info {
    margin-top: 80px;
}
.client-info>span {
    color: #999;
    display: block;
    text-align: center;
    text-transform: lowercase !important;
    //font-family: 'Open Sans', sans-serif;
}
#contact-section {
    color: #f66300;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
#contact-section>div {
    display: inline;
    font-size: 18px;
    margin-right: 30px;
    //font-family: 'Open Sans', sans-serif;
}
#contact-section>div.mail {
    margin-right: 0px;
    //font-family: 'Open Sans', sans-serif;
}
hr.orange-line {
    width: 80%;
    height: 1px;
    color: #f66300;
    background-color: #f66300;
}
.bottom-links ol.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: center;
    margin-bottom: 0;
    //font-family: 'Open Sans', sans-serif;
}
#call-to-action .parallax {
    padding-top: 80px;
}
.bottom-links .breadcrumb-item>a {
    color: #333;
    border-bottom: 1px solid #6f6f6f;
    //font-family: 'Open Sans', sans-serif;
}
.bottom-links .address {
    color: #333;
    display: block;
    text-align: center;
    padding-bottom: 20px;
    //font-family: 'Open Sans', sans-serif;
}
#serviceswrap {
    background: url(../images/project-banner.png) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    //min-height: 500px;
    min-height: 358px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#serviceswrap_mystyle {
    background: url(../images/mystyle-banner.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    //min-height: 500px;
    min-height: 358px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#serviceswrapprocess {
    background: url(../images/process-banner.png) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    //min-height: 500px;
    min-height: 354px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#serviceswrapprocess_meet {
    background: url(../images/meet_me.png) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    //min-height: 500px;
    min-height: 358px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */
}
#serviceswrapprocess_meet_mobile {
    background: url(../images/metth-image.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    //min-height: 500px;
    min-height: 358px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */
}
#serviceswrapprocess_contact {
    background: url(../images/contact_banner.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    //min-height: 500px;
    min-height: 358px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#serviceswrap-press {
    background: url(../images/press-banner.png) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    //min-height: 500px;
    min-height: 358px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.text-white {
    color: #f66300;
}
h3.text-center {
    background-color: #1b0808;
    padding: 0px;
    letter-spacing: 5px;
    min-height: 400px;
    vertical-align: middle;
    line-height: 400px;
    position: relative;
    margin-top: 0px;
    //font-family: 'Montserrat', sans-serif;
}
hr.hr-orange-upper {
    /* width: 38%; */
    
    width: 213px;
    border-top: 1px solid #f66300;
    position: absolute;
    top: 54%;
    left: -1%;
    right: 0%;
}
hr.hr-orange-upper.hr-orange-upper-width {
    width: 290px;
}
hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
    width: 170px;
}
span.zoomInDown {
    letter-spacing: 4px;
}
.inspi_text {
    background-color: #e8e6e6;
    padding: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 400px;
}
.inspi_text span {
    color: #3e3434;
    padding: 50px 70px 50px 40px;
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    //font-family: 'Open Sans', sans-serif;
}
.paddin-right {
    padding: 0px;
}
strong {
    color: #f47e3c;
    font-weight: normal;
}

/* hr.hr-orange-upper.hr-orange-upper-width{
    width: 53%;
} */
p.about_me {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px;
    padding: 0px 8%;
    font-weight: 300;
}
.main-section.paddind.main-section-meet-me.about-outr {
    background-color: #1792a0;
    margin-top: 5px;
}
@media (min-width: 1200px) {
    .container.my-container {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .col-md-myoffset.col-md-offset-2 {
        margin-left: 15.66666667%
    }
}
@media (min-width: 1686px) {
    /* #blockquote blockquote p.about_me-right{
    text-align: right;
    text-transform: uppercase;
    color: #8d8484;
    line-height:  2.3;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;*/
}

/* a.get-know-project {
    
    width: 26%;
    
    } */
#blockquote blockquote p.about_me-left {
    line-height: 1.5;
    font-size: 22px;
    margin-bottom: 11px;
    font-family: "Copperplate-Gothic-Light-Regular" !important;
    font-weight: lighter;
}
.left-quotes img{
    margin-top: -20px;
    opacity: 0.5;
}
ul.grid.effect-2.demo-gallery.list.for-1686 {
    margin: 80px 312px auto !important;
}
ul.grid.effect-2.demo-gallery.list li {
    width: 350px !important;
}

/* div.width-expand {
        max-width: 100%;
        margin: 0 auto;
    } */
hr.hr-orange-upper.for-hr-new3 {
    /* width: 31%; */
}
hr.hr-orange-upper.hr-orange-upper-width.for-hr-orange.for-hr-new3 {
    /* width: 42%; */
}
hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three.for-hr-orange.for-hr-new3 {
    /* width: 24%; */
    /* left: -1%; */
}
#Portfolio div.portfolioContainer {
    /* width: 280px !important; */
    
    width: 1266px !important;
    /* margin: 35px 60px 0px 68px; */
    
    height: auto !important;
}
#Portfolio div.Portfolio-box {
    max-width: 459px !important;
    /* width: 96.4% !important; */
    /* width: 33.3%; */
    
    margin: 0 !important;
    height: 10%;
}

/*div.width-expand {
    max-width: 100%;
    margin: 0 auto;
    }*/

}
@media (min-width: 2049px) {
    ul.grid.effect-2.demo-gallery.list {
        /*margin: 80px 480px auto !important; */
        
        margin: 6% 41% auto !important;
    }
    ul.grid.effect-2.demo-gallery.list li {
        width: 350px !important;
    }
}
@media (min-width: 1499px) {
    .hr-orange-upper.border-top-color.for-hr-new2 {
        /*  width: 35%; */
    }
    .hr-orange-upper.hr-orange-upper-width.border-top-color.for-hr-new2 {
        /* width: 47%; */
    }
    .hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three.border-top-color.for-hr-new2 {
        /* width: 27%; */
    }
}
@media (min-width: 1226px) {
    .hr-orange-upper.border-top-color.for-hr {
        /* width: 31%; */
        
        position: absolute;
        top: 54%;
        left: -1%;
        right: 0%;
    }
    .hr-orange-upper.hr-orange-upper-width.border-top-color.for-hr {
        /* width: 42%; */
    }
    .hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three.border-top-color.for-hr {
        /* width: 25%; */
    }
}

/*  @media (min-width: 1079px){
  .hr-orange-upper.border-top-color.for-hr {
   width: 49%;
   border-top: 1px solid #f66300;
   position: absolute;
   top: 54%;
   left: -1%;
   right: 0%;
 } 
 .hr-orange-upper.hr-orange-upper-width.border-top-color.for-hr{
    width: 67%;
 }
 .hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three.border-top-color.for-hr{
       width: 39%;
 }
 } */
@media (min-width: 1349px) {
    /* ul.grid {
       margin: 80px 210px auto !important;
       margin: 20% 229px auto !important; sarwan 10-01-2017
   } */
    hr.hr-orange-upper {
        /* width: 38%; */
        
        width: 213px;
        border-top: 1px solid #f66300;
        position: absolute;
        top: 54%;
        left: -1%;
        right: 0%;
    }
    /* .hr-orange-upper.hr-orange-upper-width{
width: 290px;
} */
    /* hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
    width: 30%;
    left: -1%;
} */
}
@media (min-width: 1499px) {
    /*     ul.grid.effect-2.demo-gallery.list.for-1499 {
    margin: 80px 200px auto !important;
}
ul.grid.effect-2.demo-gallery.list li {
    width: 350px !important;
} */
}
@media (min-width: 1799px) {
    /* hr.hr-orange-upper {
            width: 30%;
        }
        hr.hr-orange-upper.hr-orange-upper-width {
            width: 39%;
        }
        hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
            width: 22%;
            left: -1%;
        } */
    #serviceswrap-press {
        background: url(../images/press-banner.png) no-repeat center top;
        margin-top: -10px;
        padding-top: 20px;
        text-align: center;
        background-attachment: relative;
        background-position: center center;
        min-height: 350px;
        width: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #serviceswrapprocess_contact {
        background: url(../images/contact_banner.jpg) no-repeat center top;
        margin-top: -10px;
        padding-top: 20px;
        text-align: center;
        background-attachment: relative;
        background-position: center center;
        min-height: 350px;
        width: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #serviceswrap_mystyle {
        background: url(../images/mystyle-banner.jpg) no-repeat center top;
        margin-top: -10px;
        padding-top: 20px;
        text-align: center;
        background-attachment: relative;
        background-position: center center;
        min-height: 350px;
        width: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #serviceswrapprocess_meet {
        background: url(../images/meet_me.png) no-repeat center top;
        margin-top: -10px;
        padding-top: 20px;
        text-align: center;
        background-attachment: relative;
        background-position: center center;
        min-height: 350px;
        width: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #serviceswrapprocess {
        background: url(../images/process-banner.png) no-repeat center top;
        margin-top: -10px;
        padding-top: 20px;
        text-align: center;
        background-attachment: relative;
        background-position: center center;
        min-height: 350px;
        width: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #serviceswrap {
        background: url(../images/project-banner.png) no-repeat center top;
        margin-top: -10px;
        padding-top: 20px;
        text-align: center;
        background-attachment: relative;
        background-position: center center;
        min-height: 350px;
        width: 100%;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
@media (min-width: 1226px) {
    div.portfolioContainer {
        /* width: 280px !important; */
        
        width: 74% !important;
        /* margin: 35px 60px 0px 68px; */
        
        height: auto !important;
    }
    /* hr.hr-orange-upper {
    width: 42%;
    border-top: 1px solid #f66300;
    position: absolute;
    top: 54%;
    left: -1%;
    right: 0%;
}
hr.hr-orange-upper.hr-orange-upper-width {
    width: 58%;
}
hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
    width: 34%;
    left: -1%;
    } */
    blockquote p.about_me-left {
        text-align: left;
        text-transform: uppercase;
        color: #8d8484;
        line-height: 1.55;
        font-size: 14px;
        width: 100%;
        display: inline-block;
    }
    ul.grid.effect-2.demo-gallery.list li {
        width: 297px;
    }
    /* ul.grid.effect-2.demo-gallery.list {
    margin: 100px 150px auto !important;
    } */
}
.main-section.blockquote {
    background-color: #1b0808;
    padding: 0px 45px 100px 65px;
    margin: 0 0 20px;
    position: relative;
    float:left;
    width: 100%;
}
blockquote::before,
blockquote::after {
    /*pullquote color+formatting*/
    //font-family: arial;
}
blockquote label {
    position: relative;
    left: 15%;
    color: #301e1e;
    z-index: 0;
    margin-top: 0%;
    //background: url(../images/up.png) no-repeat center top;
}
.blockquote label.new-down-quotes {
    position: absolute;
    right: 12%;
    /* bottom: 0.12em; */
    bottom: 1%;
    margin-bottom: -0.22em;
    z-index: 0;
}

/*Main quote copy*/
blockquote span {
    position:relative;
    /*z-index:99;*/
    padding:0 1em;
}

/*Quote headling - optional*/
blockquote em {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 2.2em;
    font-style: normal;
    font-family: "Copperplate-Gothic-Light-Regular";
    margin-top:-45px;
}
blockquote {
    padding: 0px 0px;
    margin: 0 0 0px;
    font-size: 17.5px;
    border-left: 0px solid #eee;
}
blockquote p.about_me-right {
    text-align: right;
    text-transform: uppercase;
    color: #8d8484;
    line-height: 1.5;
    font-size: 22px;
    width: 100%;
    display: inline-block;
    font-family: "Copperplate-Gothic-Light-Regular";
    word-spacing: 4px;
    letter-spacing: 2px;
    font-weight: lighter;
}
div.margin-left {
    margin-left: 25px;
}
blockquote p.about_me-left {
    text-align: left;
    text-transform: uppercase;
    color: #8d8484;
    line-height: 2.0;
    font-size: 20px;
    width: 100%;
    display: inline-block;
    /* font-family: 'Open Sans', sans-serif;*/
    word-spacing: 4px;
    letter-spacing: 1px;
    font-weight: bold;
}
.nav-line {
    width: 40%;
    float: right;
    border-top: 1px solid #493939;
}
.nav-line-left {
    width: 40%;
    float: left;
    border-top: 1px solid #493939;
}
.contact-us-call {
    background-color: #403131;
    padding: 30px;
    margin-bottom: 5px;
    /* z-index: -1;*/
}
.main-section.paddind.paddind-contact {
    background-color: #ffffff;
    padding-bottom: 40px;
}
ul.class-call {
    padding:0px;
    list-style:none;
    position: relative;
}
ul.class-call li.class-color {
    //font-family: 'Montserrat', sans-serif;
    color: #00a3df;
    display: inline-block;
    font-size: 22px;
    width: 100%;
    padding: 5px 0 10px;
    font-weight: bold;
    letter-spacing: 4px;
}
ul.class-call li.call-number {
    //font-family: 'Open Sans', sans-serif;
    color: #1b0808;
    display: inline-block;
    font-size: 22px;
    width: 100%;
    font-weight: bold;
    letter-spacing: 3px;
}
.contact-new-color {
    background-color: #1f0d0d;
}
ul.class-call li.call-number.call-email {
    font-size: 16px;
}
@media (min-width: 1499px) {
    div.portfolioContainer {
        /* width: 280px !important; */
        
        width: 1266px !important;
        /* margin: 35px 60px 0px 68px; */
        
        height: auto !important;
    }
    div.Portfolio-box {
        max-width: 459px !important;
        /* width: 96.4% !important; */
        /* width: 33.3%; */
        
        margin: 0 !important;
        height: 10%;
    }
}
@media (min-width: 1686px) {}
@media (min-width: 1349px) {
    div.portfolioContainer {
        /* width: 280px !important; */
        
        width: 1266px !important;
        /* margin: 35px 60px 0px 68px; */
        
        height: auto !important;
    }
    div.Portfolio-box {
        max-width: 459px !important;
        /* width: 96.4% !important; */
        /* width: 33.3%; */
        
        margin: 0 !important;
        height: 10%;
    }
    .width-expand a.get-know-project {
        /* padding:15px 13px;
        font-weight: bold;
        width: 25%;*/
    }
}
@media (min-width: 1087px) {
    .portfolioContainer {
        /* width: 280px !important; */
        
        width: 83% !important;
        /* margin: 35px 60px 0px 68px; */
        
        height: auto !important;
    }
    .Portfolio-box {
        max-width: 300px !important;
        /* width: 96.4% !important; */
        
        width: 33.3%;
        margin: 0 !important;
        height: 10%;
    }
}
@media (min-width: 2114px) {
    .Portfolio-box {
        max-width: 422px !important;
        /* width: 96.4% !important; */
        /* width: auto; */
        
        margin: 0 !important;
        height: 10%;
    }
    ul.grid.effect-2.demo-gallery.list {
        margin: 80px 452px auto;
    }
}
@media (min-width: 2379px) {
    hr.hr-orange-upper {
        width: 22%;
    }
    hr.hr-orange-upper.hr-orange-upper-width {
        width: 27%;
    }
    hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
        width: 16%;
        left: -1%;
    }
    #blockquote blockquote p.about_me-right {
        text-align: right;
        text-transform: uppercase;
        color: #8d8484;
        line-height: 1.5;
        font-size: 30px;
        width: 100%;
        display: inline-block;
        font-family: Copperplate-Gothic-Light-Regular;
    }
    #blockquote blockquote p.about_me-left {
        line-height: 1.5;
        font-size: 30px;
        font-family: Copperplate-Gothic-Light-Regular;
    }
    .col-md-offset-4 {
        margin-left: 40.333333%;
    }
    ul.grid li {
        width: 400px;
    }
    ul.grid.effect-2.demo-gallery.list {
        margin: 80px 582px auto;
    }
}
@media (min-width: 3808px) {
    hr.hr-orange-upper {
        width: 14%;
    }
    hr.hr-orange-upper.hr-orange-upper-width {
        width: 19%;
    }
    hr.hr-orange-upper.hr-orange-upper-width.hr-orange-upper-width-three {
        width: 11%;
        left: -1%;
    }
    .col-md-offset-4 {
        margin-left: 44.333333%;
    }
    .col-md-1 {
        width: 4.333333%;
    }
    ul.grid li {
        width: 500px;
    }
}
@media (min-width: 1903px) {
    .portfolioContainer {
        /* width: 280px !important; */
        
        width: 47% !important;
        /* margin: 35px 60px 0px 68px; */
        
        height: auto !important;
    }
}
@media screen and (min-width: 1205px) and (max-width:1507px) {
    div.swiper-container {
        width: 100%;
        height: 377px;
        background-size: cover;
    }
    #home #sidebar {
        /* position: absolute; */
        
        width: 300px;
        /*height: 90.1%;*/
        
        z-index: 99999;
    }
    .get-know.for-mobile-get-know {
        display: none;
    }
    ul.grid {
        /*margin: 80px 60px auto;*/
        
        margin: 320px 16% auto;
        /*sarwan 10-01-2017*/
    }
    ul.grid li {
        width: 408px;
    }
    .matth-meet.pull-right.img-fluid {
        margin-top: 3%;
        margin-bottom: 3%;
    }
    #logo {
        right: 20%;
    }
}
@media screen and (min-width: 1508px) and (max-width:5000px) {
    a.get-know {
        font-size: 17px;
    }
    a.get-know.get-know-app.wow.slideInUp.delay-05s.animated {
        font-size: 16px;
    }
    .grid li {
        width: 375px;
    }
    ul.grid {
        /*margin: 80px 182px auto;*/
        
        margin: 250px 340px auto;
    }
    .matth-meet.pull-right.img-fluid {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    blockquote p.about_me-left {
        line-height: 1.8;
    }
    .mobile-fullscreen-slider {
        display: none;
    }
    .mobile-view-meet_me-section {
        display: none;
    }
    .mobile-middle-banner-section {
        display: none;
    }
    a.get-know.for-mobile-get-know {
        display: none;
    }
    .mobile-hr-section {
        display: none;
    }
    .mobile-contact-section {
        display: none;
    }
    #serviceswrapprocess_meet_mobile {
        display: none;
    }
    /*  a.get-know.get-know-app{
       width: auto;
       padding: 20px 30px;
   }*/
    .width-expand {
        max-width: 100%;
        margin: 0 auto;
    }
    div.swiper-container {
        width: 100%;
        height: 577px;
        background-size: cover;
    }
    #home #sidebar {
        /* position: absolute; */
        
        width: 300px;
        /*  height: 92.6%;*/
        
        z-index: 99999;
        padding-top: 82px;
    }
}
p.allgames-blurb.for-mobile-text {
    display: none;
}
.for-mobile-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
    display: none;
}
.for-mobile-image.col-md-5.col-sm-12.col-xs-12.text-right.text-white.mobile-centering.paddin-right {
    display: none;
}

/* .for-mobile-image.col-md-5.col-sm-12.col-xs-12.text-right.text-white.mobile-centering.paddin-right{
    display: none;
    } */
#photos {
    /* Prevent vertical gaps */
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
    width: 100%;
    margin: 30px auto;
    height: auto;
}
#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}
@media (max-width: 1000px) {
    #photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 800px) {
    #photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        width: 94%;
        height: auto;
    }
    .vertical-alignment-helper .modal-content{
        margin-top: 210px;
    }
}
@media (max-width: 400px) {
    #photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
.btn {
    padding: 14px 30px;
    border-radius: 0px;
    text-transform: uppercase;
    position: relative;
    top: -1px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery .demo-gallery-poster>img {
    left: 45%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 1;
    position: absolute;
    top: 45%;
    //display: none;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .demo-gallery-poster {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.padding-lt-rt {
    padding:0;
}
blockquote.for-mobile-qut {
    display: none;
    margin-top:-20px;
}
.main-section.paddind h2.meet-me {
    display: none;
}

/* edit by sarwan */
@media screen and (min-width:443px) and (max-width:730px) {
    .mobile-view-meet_me-section {
        display: block;
        background-color: #1b0808;
        width: 100%;
        float: left;
    }
    .jumbotron {
        padding-bottom: 0px;
    }
    .methew-meet-image {
        width: 100%;
    }
    .desktop-view-meet_me-section {
        display: none;
    }
    .s-main-bg {
        padding: 0px 0px;
    }
    .wht-about,
    .wht-about-r {
        padding-right: 0px;
    }
}

/*24-8-2016*/
@media screen and (max-width: 990px) {
    .bounceInLeft {
        text-align: left!important;
        margin-bottom: 15px;
    }
    .services_main h2 {
        font-size: 26px;
    }
    .allgames-info h3 {
        margin-top: 25px;
        font-size: 26px;
    }
    .main-section.paddind h2 {
        font-size: 26px;
    }
    p.allgames-blurb {
        font-size: 14px;
        /*  margin-bottom: 10px;*/
    }
    .signature {
        text-align: center;
    }
    .wht-about {
        padding-right: 50px;
    }
}
@media screen and (min-width:320px) and (max-width:442px) {
    .desktop-view-meet_me-section {
        display: block;
    }
    .mobile-view-meet_me-section {
        display: none;
    }
}
@media screen and (min-width:731px) and (max-width:1024px) {
    .mobile-view-meet_me-section {
        display: none;
    }
}
@media screen and (min-width:280px) and (max-width:1024px) {
    /*  #contact-section{
                   display: none !important;
                   } */
    .mobile-middle-banner-section {
        display: block;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    .mobile-contact-section {
        display: block;
    }
    #contact-section {
        display: none !important;
    }
    .allgames-blurb.desktop-allgames-blurb {
        display: none;
    }
    #mainmenu ul li a {
        text-align: center;
    }
    p.allgames-blurb.for-mobile-text {
        display: block;
        text-align: center;
    }
    a.get-know.for-desktop-get-know {
        display: none;
    }
    .mobile-hr-section {
        display: block;
    }
    .desktop-hr-section {
        display: none;
    }
    .demo-gallery .demo-gallery-poster>img {
        margin-left: -20px;
        top: 30%;
    }
    #photos {
        width: 100%;
    }
    #photos img {
        width: 50% !important;
        height: 105px !important;
    }
    .mobile-tab-mail-section {
        background: #F1F1F1;
        height: 221px;
        padding: 12px;
    }
    .no-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-us-call {
        padding: 30px 10px;
    }
    .btn.btn-primary {
        width: 90%;
        top: 20px;
        background: #fff;
        color: rgb(0, 163, 223);
        font-weight: bold;
        border: solid 1px rgb(0, 163, 223);
        font-family: "Copperplate-Gothic-Light-Regular";
        letter-spacing: 2px;
        font-size: 13px;
    }
    a.get-know-project {
        font-size: 16px;
        width: auto;
        padding: 15px;
    }
    .mail-section.mobile-tab-mail-section.meet-me-mail {
        margin-top: -20px;
    }
}
@media screen and (min-width:768px) and (max-width:1500px) {
    .mobile-contact-section {
        display: none;
    }
    .desktop-contact-section {
        display: block;
    }
    .mobile-hr-section {
        display: none;
    }
    .desktop-hr-section {
        display: block;
    }
    /*.get-know.for-mobile-get-know{
        display: none;
        }*/
}
@media screen and (min-width:320px) and (max-width:1024px) {
    .desktop-middle-banner-section {
        display: none;
    }
    .mobile-tab-section {
        display: block;
    }
    #serviceswrapprocess {
        display: none;
    }
    #serviceswrapprocess_meet_mobile {
        display: block;
    }
    #serviceswrapprocess_meet {
        display: none;
    }
    .mobile-contact-section .col-sm-6.col-xs-6 {
        width: 50% !important;
    }
    hr.orange-line {
        width: 90%;
    }
    .bottom-ul-navigation {
        font-size: 11px !important;
    }
    .bottom-links .address {
        font-size: 12px;
    }
    .services_main.my-service-main {
        /*background:#E9E9E9;*/
        
        display: inline-block;
        padding-top: 40px;
        margin-bottom: 35px;
    }
    .services_main.my-service-main.my-service-main-process {
        margin-bottom: -10px;
    }
    .main-section.paddind.main-section-porject {
        margin-top: -22px;
    }
    .my-container .col-md-12.col-xs-12.col-sm-12 {
        padding: 0;
    }
    /*.main-section.paddind.mobile-main-background-color{
            background-color: #fff !important;
        }*/
}
@media screen and (min-width:320px) and (max-width:480px) {
    .mobile-contact-section {
        clear: both;
    }
    .my-buckets {
        display: none;
    }
    .mobile-fullscreen-slider {
        display: block;
    }
    .desktop-fullscreen-slider {
        display: none;
    }
    .bounceInLeft img {
        width: 50px;
    }
    .my-contact-headings {
        margin-left: 0px;
    }
    .my-contact-font-text {
        margin-left: 0px;
    }
    .contact-us-call .bounceInRight a span.my-email-contact-text,
    .my-contact-font-text {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .s-main-bg {
        padding: 0px 0px;
    }
}
@media screen and (min-width:481px) and (max-width:1024px) {
    .desktop-fullscreen-slider {
        display: block;
    }
    .mobile-fullscreen-slider {
        display: none;
    }
    .row.services {
        margin-top: 30px;
    }
    .my-row-column {
        /*padding-right: 1px;
            padding-left: 1px;*/
    }
    .my-buckets {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
    h4.heading {
        font-size: 10px !important;
        padding-top: 20px !important;
    }
    .service .description {
        width: 100%;
        margin: 0 auto;
        color: #807676;
        font-size: 11px;
    }
    .service .icon-holder {
        margin-bottom: 0;
    }
    .service {
        padding-bottom: 20px;
        height: auto;
    }
    .service.my-last-service {
        margin-top: 0 !important;
        height: auto;
    }
    a.get-know {
        width: 350px !important;
    }
}
@media screen and (min-width:581px) and (max-width:700px) {
    h4.heading {
        font-size: 14px !important;
        padding-top: 20px !important;
    }
    .service .description {
        font-size: 14px !important;
    }
    a.get-know {
        width: 355px !important;
        font-size: 13px;
    }
}
@media screen and (min-width:700px) and (max-width:1024px) {
    h4.heading {
        font-size: 18px !important;
        padding-top: 20px !important;
    }
    .service .description {
        font-size: 14px !important;
    }
    a.get-know {
        width: 340px!important;
        padding: 13px;
        font-size: 12px;
    }
}
@media screen and (min-width:1025px) and (max-width:1500px) {
    .mobile-view-meet_me-section {
        display: none;
    }
    .mobile-middle-banner-section {
        display: none;
    }
    .desktop-middle-banner-section {
        display: block;
    }
    .mobile-tab-section {
        display: none;
    }
    .client-info.project-client-info {
        margin-top: 0;
    }
    .mobile-fullscreen-slider {
        display: none;
    }
    .desktop-fullscreen-slider {
        display: block;
    }
    #serviceswrapprocess_meet_mobile {
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .portfolio-item-desc {
        margin: -14px 1px 0px 0px;
    }
    .main-section.paddind.main-section-porject {
        margin-top: -64px;
    }
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .Portfolio-box {
        max-width: 33% !important;
        /* width: 96.4% !important; */
        
        width: 33.3%;
        margin: 0 !important;
        height: 10%;
    }
    .Portfolio-box img {
        max-width: 100%;
        margin-bottom: 5px;
        width: 100%;
        padding: 0px 3px 0px 3px;
    }
    .portfolioContainer {
        /* width: 280px !important; */
        
        width: 100% !important;
        /* margin: 35px 60px 0px 68px; */
        
        height: auto !important;
    }
}
@media screen and (min-width:601px) and (max-width:730px) {
    .Portfolio-box {
        max-width: 300px !important;
        /* width: 96.4% !important; */
        
        width: 50%;
        margin: 0 !important;
        height: 10%;
    }
    .Portfolio-box img {
        max-width: 100%;
        margin-bottom: 14px;
        width: 100%;
        padding: 1px 11px 0px 6px;
    }
    .portfolioContainer {
        /* width: 280px !important; */
        
        width: 86% !important;
        height: auto !important;
    }
}
@media screen and (min-width:480px) and (max-width:600px) {
    .Portfolio-box {
        max-width: 300px !important;
        /* width: 96.4% !important; */
        
        width: 50%;
        margin: 0 !important;
        height: 10%;
    }
    .Portfolio-box img {
        max-width: 100%;
        margin-bottom: 5px;
        padding: 0px 3px 0px 3px;
        width: 100%;
    }
    .portfolioContainer {
        /* width: 280px !important; */
        
        width: 100% !important;
        /*  margin: 35px 50px 0px 50px; */
        
        height: auto !important;
    }
}
@media screen and (min-width:320px) and (max-width:400px) {
    .main-section.paddind h2,
    .allgames-info h3 {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .col-sm-8.my-small-column {
        width: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .for-mobile-image.col-md-5.col-sm-12.col-xs-12.text-right.text-white.mobile-centering.paddin-right {
        display: block;
    }
    .for-desktop-image.col-md-5.col-sm-12.col-xs-12.text-right.text-white.mobile-centering.paddin-right.my-mobile-centering {
        display: none;
    }
    .container.my-container-process-page {
        padding: 0;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Copperplate-Gothic-Light-Regular";
}
.my-buckets {
    padding-left: 60px;
    padding-right: 60px;
}

/*. {
    max-width: 1400px;
    margin: 0 auto;
    }*/
.text-color {
    color:green;
}
.border-top-color {
    border-top:solid 1px green !important;
}
.bottom-ul-navigation {
    list-style-type: none;
    font-size: 14px;
    padding-left: 0;
}
.bottom-ul-navigation li {
    display: inline-block;
    padding: 0 7px 0 7px;
    border-right: solid 1px grey;
    line-height: 10px;
    text-decoration: underline;
}
ul.bottom-ul-navigation li:last-child {
    border-right: none;
}
ul.bottom-ul-navigation li a {
    color: black;
}
.my-contact-us-call {
    background-color: #e8e6e6;
    margin-bottom: 5px;
}
.my-contact-icon-png {
    text-align: right;
}

/* edit by sarwan */
.nav-line.for-nav-line-mobile {
    display: none;
}
@media (min-width: 992px) {
    .container {
        width: 100%;
        padding: 0;
    }
}

/*sarwan 09-01-2017*/
@media (min-width: 1980px) {
    .inspi_text span {
        width: 1091px;
    }
}
@media screen and (min-width:5001px) and (max-width:9000px) {
    #home #sidebar {
        height: 92.6%;
    }
    .portfolioContainer.wow.fadeInUp.delay-04s.isotope.animated.animated {
        overflow: visible !important;
    }
    .mobile-fullscreen-slider {
        display: none;
    }
    .services_main {
        margin: 0 auto;
        max-width: 1400px;
    }
    .row.mobile-view-meet_me-section {
        display: none;
    }
    a.get-know.for-mobile-get-know {
        display: none;
    }
    .row.mobile-middle-banner-section {
        display: none;
    }
    .service {
        height: 550px;
    }
    a.get-know-project {
        width: 10%;
    }
    .container.jumbotron.width-expand {
        margin: 0 auto;
        max-width: 1920px;
    }
    .mobile-contact-section {
        display: none;
    }
    .mobile-hr-section {
        display: none;
    }
}
@media (min-width: 7600px) {
    ul.grid.effect-2.demo-gallery.list {
        margin: 6% 43% auto !important;
    }
    .for-desktop-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
        margin: 15px 0px;
    }
}
@media (min-width: 5301px) and (max-width:6000px) {
    ul.grid.effect-2.demo-gallery.list {
        margin: 8% 40% auto !important;
    }
    .for-desktop-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
        margin: 15px 0px;
    }
}
@media (min-width: 4000px) and (max-width:5300px) {
    ul.grid.effect-2.demo-gallery.list {
        margin: 7% 36% auto !important;
    }
}
@media (min-width: 3501px) and (max-width:3900px) {
    ul.grid.effect-2.demo-gallery.list {
        margin: 7% 36% auto !important;
    }
}
@media (min-width: 2601px) and (max-width:3500px) {
    ul.grid.effect-2.demo-gallery.list {
        margin: 10% 30% auto !important;
    }
}
@media (min-width: 2401px) and (max-width:2600px) {
    ul.grid.effect-2.demo-gallery.list {
        margin: 13% 29% auto !important;
    }
}
@media (min-width: 2301px) and (max-width:2400px) {
    ul.grid.effect-2.demo-gallery.list {
        margin: 13% 27% auto !important;
    }
}
@media (min-width: 2101px) and (max-width:2300px) {
    ul.grid.effect-2.demo-gallery.list {
        margin: 13% 25% auto !important;
    }
}
@media (min-width: 2001px) and (max-width:2100px) {
    ul.grid.effect-2.demo-gallery.list.for-2024 {
        margin: 15% 28% auto !important;
    }
}
@media (min-width: 1901px) and (max-width:2000px) {
    ul.grid {
        margin: 15% 28% auto !important;
    }
}
@media (min-width: 1701px) and (max-width:1900px) {
    ul.grid {
        margin: 15% 18% auto !important;
    }
}
@media (min-width: 1600px) and (max-width:1799px) {
    ul.grid.effect-2.demo-gallery.list.for-1686 {
        margin: 16% 318px auto !important;
    }
}
@media (min-width: 1501px) and (max-width:1599px) {
    ul.grid {
        margin: 18% 20.2% auto !important;
    }
}
@media (min-width: 1400px) and (max-width:1500px) {
    ul.grid.effect-2.demo-gallery.list.for-1499 {
        margin: 360px 224px auto !important;
    }
}
@media screen and (max-width:1550px) {  
    .wht-about-r {
        padding: 0 2%;
    }
    .wht-about {
        padding: 0 3%;
    }
}
@media (min-width: 1201px) and (max-width:1300px) {
    ul.grid {
        margin: 25% 12% auto !important;
    }
}
@media (min-width: 1025px) and (max-width:1050px) {
    .service .icon-holder {
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .Portfolio-box {
        max-width: 100%;
    }
    .portfolio-item-desc a {
        font-size: 24px !important;
    }
}
@media (min-width: 1003px) and (max-width:1023px) {
    .for-desktop-image.col-xs-12.col-sm-5.col-md-5.padd-right.wow.fadeInLeft.animated.animated {
        margin: 15px 0;
    }
    .allgames-info.animated.fadeInDown.delay-10s {
        margin-top: -73px;
    }
    a.get-know.for-mobile-get-know {
        display: none;
    }
}
section#Portfolio {
    float: left;
    width: 100%;
}
#fullscreen-slider-desktop,
#serviceswrap,
#serviceswrapprocess,
#serviceswrapprocess_meet,
#serviceswrap_mystyle,
#serviceswrap-press,
#serviceswrapprocess_contact {
    width: 1950px;
    max-width: 100%;
    margin: 0 auto;
}
.row.desktop-view-meet_me-section {
    background-color: #1b0808;
    float: left;
}
.main-section.blockquote {
    float:left;
    width:100%;
}
.bounceInLeft {
    text-align: right;
}
.my-contact-headings {
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    padding: 5px 0 10px;
    letter-spacing: 3px;
    font-family: "Copperplate-Gothic-Light-Regular";
}
.my-contact-font-text {
    font-size: 15px;
    color: #ffffff;
    /*font-weight: bold;*/
    letter-spacing: 1px;
}
@media (max-width: 420px) {
    .Portfolio-box {
        max-width: 308px !important;
        margin: 0 auto !important;
        width: 100%;
        float: none;
    }
    .Portfolio-box img {
        max-width: 100%;
        margin-bottom: 5px;
        width: 100%;
        padding: 0px 3px 11px;
    }
    .my-mobile-press-page-image {
        display: block;
    }
    .my-desktop-press-page-image {
        display: none;
    }
    .col-xs-12.my-column-press-image {
        padding-bottom: 10px;
    }
}
@media(min-width: 421px) {
    .my-mobile-press-page-image {
        display: none;
    }
}
@media screen and (min-width: 320px) and (max-width:767px) {
    .services_main blockquote p.about_me-right,
    .services_main blockquote p.about_me-left {
        width: 100%;
        font-size: 15px !important;
    }
    blockquote .col-md-3.col-sm-3.col-xs-12 {
        text-align: center;
    }
    
}
@media screen and (min-width: 1004px) and (max-width:1024px) {
    #logo {
        right: 23%;
    }
}
.carousel-control:focus,
.carousel-control:hover {
    opacity: .5 !important;
}
.my-header-fixed-class {
    position: fixed !important;
}
span.my-text-qoute-image img {
    width: 80%;
}

/* Makes images fully responsive */
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline-block;
    width: auto;
    height: auto;
}

/* ------------------- Carousel Styling ------------------- */
.carousel-inner {
    border-radius: 0;
}
.carousel-caption {
    background-color: rgba(0,
    0,
    0,
    .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/*29-08-2018*/
.c-inner-overlay {
    position: absolute;
    z-index: 9999;
    display: block;
    width: 100%;
    bottom: 0;
    top: 0px;
}
.c-inner-overlay img {
    width: 100%;
}
.carousel-control.right,
.carousel-control.left {
    z-index: 99999;
}

/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

/* .section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }

}

@media screen and (min-width: 992px) {

  .my-modal-container {
    max-width: 930px;
  }

} */
.my-modal-dialog {
    /*width: 73%;*/
    width:1100px;
    text-align: center;
}
div.press-modal-body {
    padding: 0;
}
div.press-modal-body img.my-modal-image {
    width: 100%;
}
.portfolioContainer.wow.fadeInUp.delay-04s.isotope.animated.animated {
    cursor: pointer;
}
.my-modal-body {
    padding: 0 !important;
}

/*sarwan 09-01-2017*/

/* Emploee id 80 */
@media screen and (min-width: 1518px) {
    ul#grid.grid.effect-2.demo-gallery.list.for-1499 {
        margin: 300px 200px auto !important;
    }
}
.mail a {
    color: #f66300;
    text-decoration: none;
}
.mail a:hover {
    color: #f66300;
    text-decoration: none;
}
.modal-open div.modal.fade.in {
    background-color: #1b0808;
}
@media screen and (min-width: 1240px) {
    .portfolio-item-desc a {
        font-size: 25px;
    }
}
@media screen and (max-width: 1024px) {
    body#process #main-wrapper #content .mobile-fullscreen-slider {
        display: block;
    }
}
#contact-section>div.call {
    font-family: Helvetica;
    font-weight: normal;
}
#contact-section>div.fax {
    font-family: Helvetica;
    font-weight: normal;
}
.my-phone-text {
    font-family: "Copperplate-Gothic-Light-Regular";
    font-size: 23px;
    letter-spacing: 3px;
    margin-top: 8px;
    display: inline-block;
}
.services_main.contact-text {
    color: #1b0808;
}
.services_main.contact-text p {
    color: #818181;
}

/* sarwan 18-04-2017  */
.modal {}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 54%;
    margin:0 auto;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}


/* sarwan 18-04-2017  */
@media screen and (max-width: 1700px) {
    ul.grid.effect-2.demo-gallery.list li {
        width: 300px !important;
    }
}
@media screen and (max-width: 1520px) {
	.service{
		height: 360px;
	}
}
@media screen and (max-width: 1382px) {
	.service{
		height: 390px;
	}
}
@media screen and (max-width: 1300px) {
	.service{
		height: 290px;
	}
}
@media screen and (max-width: 1270px) {
	.service{
		height: 315px;
	}
}
@media (max-width: 1200px) {
    #photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    ul.grid.effect-2.demo-gallery.list li {
        width: 280px !important;
    }
}
@media screen and (max-width: 1160px) {
	.service{
		height: 340px;
	}
}
@media (max-width: 1140px) {
    ul.grid.effect-2.demo-gallery.list li {
        width: 230px !important;
    }
    .my-modal-dialog{
        width: 800px;
    }
}
@media screen and (max-width: 1081px) {
	.service{
		height: 360px;
	}
}
@media screen and (max-width: 1024px) {
	.service{
		height: 281px !important;
	}
}

@media screen and (max-width: 991px) {
    .service {
	    height: auto !important;
	    padding-bottom: 30px;
	}
}
@media (max-width: 940px) {
    ul.grid.effect-2.demo-gallery.list li {
        width: 150px !important;
    }
    .my-modal-container h1{font-size:20px;}

}
@media (min-width: 768px) {
    ul.grid.effect-2.demo-gallery.list li {
        width: 33% !important;
    }
}
@media (max-width: 767px) {
    ul.grid.effect-2.demo-gallery.list li {
        width: 50% !important;
    }
    div.my-modal-dialog {
        margin: 40% auto 0;
        width: 100%;
    }
    .modal .vertical-alignment-helper{
    	width: 100% !important;
    	height: auto !important;
    	margin: 0% auto !important;
    }
}
@media screen and (max-width: 480px) {
    a.get-know {
        width: 250px;
    }
     .my-modal-container h1{font-size:18px;letter-spacing: 2px;}
     
    .portfolioContainer .Portfolio-box {
        width: 100%;
    }
    .portfolio-item-desc {
        top: 43%;
    }
    .modal .vertical-alignment-helper{
    	/*margin: 50% auto !important;*/
    }
}