.red {
border: 1px solid red;
}
.blue {
border: 1px solid blue;
}
.white {
color: #ffffff;
}
.green {
border: 1px solid green;
}
.pink {
border: 1px solid pink;
}
.yellow {
border: 1px solid yellow;
}
.violet {
  border: 1px solid violet;
}
::selection {
    color: #fc4f4f;
    background-color: #8e8e8e;
}
::-moz-selection {
    color: #fc4f4f;
    background-color: #fff;
}
/* scroll donw anchor effects*/
html {
    scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
/* nav effects*/
.navhover {
    padding: 0;
    color: #4f4f4f;
    text-decoration: none;
   transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
}
.navhover:hover {
  color: #fc4f4f !important;
}
/* scroll nav */
.navbar {
    transition:500ms ease;
    background:transparent;
}
.navbar.scrolled {
    background-color: #0d0d0d;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.05);
    padding: 10px 0;
}
/* slider */
.bannerbg .container {
    padding: 0;
}
.bannerbg .mainslider .master-slider-parent {
    background: transparent;
    top: 105px;
}
.msp-cn-156-45 span {
    display: block;
    font-size: 15px;
    letter-spacing: normal;
    font-family: 'Open Sans';
    font-weight: normal;
    text-indent: 6px;
}
.msp-cn-156-45:before {
    content: '';
    background-color: #f74d4d;
    height: 1px;
    width: 150px;
    position: absolute;
    top: 0;
    left: -30px;
}
.msp-preset-32:after {
    content: '';
    background-color: #f74d4d;
    height: 300px;
    width: 1px;
    position: absolute;
    left: 12px;
    top: 34px;
}
/* scrolldown vertical text */
.verticaltext {
    position: relative;
    bottom: -40px;
}
.verticaltext a {
    text-transform: uppercase;
    font-family: 'Open sans';
    font-size: 12px;
    font-weight: 100;
    color: rgba(144, 144, 144, 0.75);
    writing-mode: vertical-rl;
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
.verticaltext a:hover {
    text-decoration: none;
}
.verticaltext a svg {
    font-size: 25px;
    position: relative;
    right: 2px;
    -o-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
}
.verticaltext .navhover:hover {
    color: #fff !important;
}
/* scrollbar */
body {
    background: #080808;
}
body::-webkit-scrollbar {
    width: 15px;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fc4f4f;
}
body::-webkit-scrollbar-track {
    background-color: #1b1b1b;
    border-radius: 10px;
    height: 15px
}
.scrollbar {
    float: left;
    background: #F5F5F5;
    overflow-y: hidden !important;
    margin: 0;
}
.force-overflow {
    min-height: 450px;
}
.scrollstyle::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.scrollstyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fc4f4f;
}
.scrollstyle::-webkit-scrollbar-track {
    background-color: #1b1b1b;
    border-radius: 10px;
    height: 15px
}
/* customize*/
body {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #c3c3c3;
    line-height: 25px;
}
.mainwrapper {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
}
.bannerbg {
    background-image: url('/img/banner-bg-venmel.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 968px;
    background-size: cover;
}
header .navbar .container {
    padding: 0;
}
header nav .offcanvas-collapse .navbar-nav {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
header nav .offcanvas-collapse .navbar-nav li {
    margin: 0 10px;
}
header nav .offcanvas-collapse .navbar-nav li:last-child {
    margin-right: 0;
}
header nav .offcanvas-collapse .navbar-nav li:last-child a {
    padding-right: 0;
}
header .navbar {
    padding: 1.4rem 1rem;
}
header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.mid-first {
    background-color: #080808;
    min-height: 968px;
    display: flex;
}
.flexwrap {
    display: flex;
    align-items: center;
}
.primaryhead1 {
    font-family: 'Oswald';
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 35px;
    color: #fff;
}
.btn-primary {
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #fc4f4f;
    padding: 20px 34px;
    min-width: 200px;
    border: none;
}
.btn-primary:hover , .btn-primary:active, .btn-primary:focus {
    background-color: #fff !important;
    color: #060606 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.primarymargin {
    margin-left: 11%;
}
.about-venmel-bg img.img-fluid {
    position: relative;
}
.mid-second {
    background-image: url('/img/mid-second-bg.jpg');
    min-height: 722px;
    display: flex;
}
.mid-second .skillwrap {
    padding: 0;
}
.skillbox {
    background-color: rgba(0,0,0,0.4);
    padding: 45px;
    margin-right: 20px;
    min-width: 432px;
    min-height: 514px;
}
.skillbox:last-child {
    margin: 0;
}
.skillbox h3 {
    font-family: 'Oswald';
    font-size: 25px;
    font-weight: 700;
    text-indent: 80px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 15px 0 40px 0;
    padding-bottom: 53px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.skillbox:first-child h3:before {
    content: url(/img/design-icon.png);
    position: absolute;
    left: -35px;
    top: 45px;
}
.skillbox:last-child h3:before  {
    content: url('/img/code-icon.png');
    position: absolute;
    left: -35px;
    top: 45px;
}
.skillbox p {
    color: #fff;
}
.skillbox p span {
    display: block;
    text-indent: 10px;
    color: #c3c3c3;
}
.skillbox ul {
    padding: 0;
    margin: 0;
    text-indent: 10px;
}
.mid-third {
    background-color: #080808;
    min-height: 880px;
    padding-right: 0;
    display: flex;
}
.portfoliomenu {
    padding: 0; 
    display: inline-table;
}
.portfoliobox {
    float: right;
}
.portfoliobox .tab-content {
    margin: 105px 0;
    width: 94%;
    max-width: 1200px;
}
.portfoliobox .nav-tabs {
    border: 0;
    display: inline-block;
}
.portfoliobox .nav-tabs li {
    float: left;
}
.portfoliobox .nav-tabs li.nav-item a {
    padding: 0;
    border: none;
    background-color: #fc4f4f;
    font-family: 'Oswald';
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.portfolio .modal.fade {
    padding: 0 !important;
}
#portfoliomodal .modal-body a {
    display: flex;
    flex-direction: column;
    margin: 5px 0;
}
#portfoliomodal .modal-body a:hover {
    text-decoration: none;
}
#portfoliomodalTitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    color: #fc4f4f
}
.hovereffect {
    position: relative;
    display: block;
}
.hovereffect {
    color: #fff;
}
.overlay {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(252, 79, 79, 0.8);
    padding: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.hovereffect h3 {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.hovereffect:hover .overlay {
    opacity: 1
}
/* fancy */
.portfoliobox .tab-pane .jumbotron {
    padding: 0;
    background-color: transparent;
    height: 355px;
    overflow: auto;
    white-space: nowrap;
}
.portfoliobox .tab-pane .jumbotron a.d-block.mb-4 {
    margin: 0 !important;
    display: inline !important;
}
.portfoliobox .tab-pane .jumbotron figure {
    display: inline-block;
    margin: 0 26px;
    max-width: 240px;
}
.portfoliobox .tab-pane .jumbotron figure:last-child {
    margin-right: 0;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
.mid-fourth {
    background-color: #0d0d0d;
    min-height: 635px;
    display: flex;
    padding-right: 0;
}
.formQuestion {
    margin-top: 60px;
}
.formQuestion .form-group {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 40px;
}
.formQuestion .form-group .form-control {
    width: 384px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #252525;
    border-radius: 0;
    padding: .375rem 0;
}
.formQuestion .form-textarea {
    display: block;
}
.formQuestion .form-textarea textarea {
    width: 100% !important;
    resize: none;
}
.formQuestion .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.formQuestion input[type=text], .formQuestion input[type=email], .formQuestion textarea[id=textarea1] {
    color: #fff;
}
footer {
    background-color: #080808;
    padding: 25px 0;
}
footer p {
    margin: 0;
    font-size: 14px;
}

/* humburger to close icon */

.icon {
top: -38px;
}
.icon span {
display: block;
height: 3px;
width: 25px;
background-color: #ffffff;
border-radius: 2px;
position: absolute;
left: -30px;
-webkit-transition: -webkit-transform 0.3s;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.icon span:first-child {
top: 31px;
}
.icon span:nth-child(2) {
top: 37px;
}
.icon span:last-child {
top: 43px;
}
.icon--active span:first-child {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 37px;
}
.icon--active span:last-child {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 37px;
}
.icon--active span:nth-child(2) {
opacity: 0;
}
.icon--button {
border-radius: 10px;
}
.icon--square {
border-radius: 0;
}
.icon--transparent {
background-color: transparent;
}
.icon--transparent span {
background-color: #ff3000;
}
.icon-transition {
-webkit-transition: -webkit-transform 0.3s;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
header .navbar .container button:focus {
    outline: none;
}
.modal-open {
    padding: 0 !important;
}

/*resources*/
.resources h1 {
    margin: 75px 0;
}
.htmlcont {
    display: flex;
}
.htmlcont .flexwrap img {
    max-width: 60px;
}
.htmlcont .flexwrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 0;
}

/* offcanvas */

@media (max-width: 991px) and (min-width: 300px) {
    header .navbar .offcanvas-collapse {
        width: 30%;
        top: 0;
        background-color: #101010;
    }
    header .navbar .offcanvas-collapse ul li {
        margin: 4px 0;
        text-align: center;
    }
    header .navbar .offcanvas-collapse ul {
        position: absolute;
        top: 15px;
        left: 35px;
    }
    header .navbar .container button {
        position: relative;
        z-index: 9999;
    }
}

/* start mobile */

@media (max-width: 1914px) and (min-width: 1800px) {
    .portfoliobox .nav-tabs {
        display: flex;
    }
    .portfoliobox .tab-content {
        max-width: 1155px;
    }
    .portfoliobox .nav-tabs li {
        width: 25%;
    }
    .formQuestion .form-group {
        width: 100%;
    }
    .formQuestion .form-group .form-control {
        width: 100%;
    }
    .mid-fourth .googlemaplocation iframe {
        width: 887px;
    }
}

@media (max-width: 1799px) and (min-width: 1600px) {
    .portfoliobox .nav-tabs {
        display: flex;
    }
    .portfoliobox .nav-tabs li {
        width: 25%;
    }
    .portfoliobox .tab-content {
        max-width: 1000px;
        margin: 105px auto;
    }
    .mid-fourth .googlemaplocation iframe {
        width: 830px;
    }
    .formQuestion .form-group {
        display: block;
    }
    .formQuestion .form-group .form-control {
        width: 100%;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .skillbox {
        min-width: 408px;
    }
    .portfoliobox .tab-content {
        max-width: 855px;
        margin: 130px auto;
    }
    .portfoliobox .nav-tabs {
        display: flex;
    }
    .portfoliobox .nav-tabs li {
        width: 25%;
    }
    .portfoliobox .tab-pane .jumbotron .force-overflow figure {
        max-width: 200px;
    }
    .formQuestion .form-group {
        display: block;
    }
    .formQuestion .form-group .form-control {
        width: 100%;
    }
    .mid-fourth .googlemaplocation iframe {
        width: 735px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .about-venmel-bg {
        margin-left: 20%;
    }
    .skillbox {
        min-width: 375px;
    }
    .skillbox h3 {
        font-size: 23px;
    }  
    .portfoliobox .nav-tabs {
        display: flex;
    }
    .portfoliobox .nav-tabs li {
        width: 25%;
    } 
    .portfoliobox .tab-content {
        max-width: 730px;
        margin: 190px auto;
    }
    .portfoliobox .tab-content .force-overflow figure {
        max-width: 150px;
    }
    .formQuestion .form-group {
        display: block;
    }
    .formQuestion .form-group .form-control {
        width: 100%;
    }
    .mid-fourth .googlemaplocation iframe {
        width: 585px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .skillbox {
        min-width: 326px;
    }
    .portfoliobox .nav-tabs {
        display: flex;
    }
    .portfoliobox .nav-tabs li {
        width: 25%;
    }
    .portfoliobox .tab-content {
        max-width: 635px;
        margin: 175px auto;
    }
    .portfoliobox .tab-pane .jumbotron figure {
        max-width: 150px;
    }
    .hovereffect h3 {
        font-size: 20px;
    }
    .formQuestion .form-group {
        display: block;
    }
    .formQuestion .form-group .form-control {
        width: 100%;
    }
    .mid-fourth .googlemaplocation iframe {
        width: 495px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .bannerbg {
        min-height: 715px;
    }
    .msp-cn-156-45:before {
        top: -97px;
        left: -19px;
    }
    .msp-preset-32 {
        font-size: 14px !important;
        width: 200px !important;
    }
    .msp-preset-32:after {
        top: 21px;
    }
    .msp-cn-156-45 {
        font-size: 100px !important;
    }
    .msp-cn-156-45 span {
        font-size: 12px;
    }
    .verticaltext {
        bottom: -90px;
    }
    .mid-second .skillwrap {
        display: block;
        padding: 0 15px;
        margin: 90px 0;
    }
    .skillbox, .skillbox:last-child {
        min-height: 460px;
        min-width: auto;
        margin: 25px auto;
    }
    .btn-primary {
        min-width: 170px;
        padding: 20px 15px;
    }
    .primarymargin {
        margin-left: 9%;
    }
    .portfoliobox .nav-tabs li {
        width: 50%;
    }
    .portfoliobox .tab-content {
        max-width: 346px;
        margin: 80px auto;
    }
    .portfoliobox .tab-pane .jumbotron {
        margin: 0 auto;
        height: 210px;
    }
    .portfoliobox .tab-pane .jumbotron figure {
        max-width: 126px;
    }
    .mid-fourth {
        display: block;
        padding: 85px 0 0;
    }
    .mid-fourth .primarymargin {
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .mid-fourth form.formQuestion .form-group input {
        width: 100%;
    }
    .mid-fourth .googlemaplocation iframe {
        margin: 0 auto;
        display: block;
    }
    .locationwrapper {
        margin: 0 auto;
    }
    .formQuestion .form-group {
        display: block;
        margin-right: 0;
    }
    .mid-fourth .flexwrap.col.col-md-12 {
        margin-bottom: 50px;
    }
    .mid-fourth .flexwrap.col.col-md-12:last-child {
        margin: 0;
    }
    .locationwrapper {
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: 500px;
    }
    .googlemaplocation {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    header .navbar .offcanvas-collapse {
        width: 40%;
    }
    .navbar.scrolled {
        padding: 10px 15px;
    }
    .msp-preset-32 {
        font-size: 12px !important;
        width: 200px !important;
        top: 90px !important;
    }
    .msp-cn-156-45:before {
        top: -94px;
        left: -18px;
    }
    .msp-cn-156-45 {
        font-size: 90px !important;
        letter-spacing: -5px !important;
        top: 135px !important;
        left: 37px !important;
    }
    .msp-preset-32:after {
        top: 27px;
        left: 8px;
    }
    .msp-cn-156-45 span {
        font-size: 12px;
    }
    .bannerbg .mainslider .master-slider-parent {
        top: 85px;
    }
    .mainslider .master-slider .ms-view {
        height: 370px !important;
    }
    .bannerbg .mainslider .master-slider-parent img.ms-layer {
        top: 85px !important;
    }
    .verticaltext {
        bottom: -113px;
    }
    .verticaltext a {
        letter-spacing: 0;
        font-size: 11px;
    }
    .primarymargin {
        margin: 0;
    }
    .bannerbg {
        min-height: 610px;
    }
    .mid-first, .mid-second {
        min-height: 625px;
    }
    .mid-second, .mid-third, .mid-fourth  {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mid-second {
        background-position: center top !important;
        background-attachment: fixed;
    }
    .skills, .portfolio {
        margin-bottom: 50px;
    }
    .skillbox {
        min-width: auto;
        padding: 13px;
        margin: 0;
        min-height: 450px;
    }
    .skillbox h3 {
        font-size: 23px;
        margin: 35px 0 40px 0;
    }
    .skillbox:first-child h3:before, .skillbox:last-child h3:before {
        left: -58px;
        top: 28px;
    }
    .portfoliomenu {
        display: flex;
    }
    .portfoliobox .nav-tabs li {
        width: 25%;
    }
    .mid-third {
        padding-right: 15px;
    }
    .portfoliobox .tab-content {
        width: 100%;
        max-width: 530px;
        margin: 80px auto;
    }
    .hovereffect h3 {
        font-size: 21px;
    }
    .portfoliobox .tab-pane .jumbotron {
        height: 220px;
    }
    .portfoliobox .tab-pane .jumbotron figure {
        max-width: 122px;
    }
    .mid-fourth {
        display: block;
        padding-bottom: 0;
        padding-right: 15px;
    }
    .formQuestion .form-group {
        display: block;
        margin-right: 0;
    }
    .formQuestion .form-group .form-control {
        width: 100%;
    }
    .contactme {
        margin-bottom: 50px;
    }
    .locationwrapper {
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: 500px;
    }
    .googlemaplocation {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 575px) and (min-width: 320px) {
    .bannerbg {
        background-position: center top !important;
    }
    .mid-first, .mid-second, .mid-third {
        min-height: 600px;  
    }
    .mid-second, .mid-third, .mid-fourth {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mid-third, .mid-fourth {
        padding-right: 15px;
    }
    .mid-second {
        background-position: center top !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .mid-second .flexwrap {
        margin-bottom: 40px;
        display: block;
    }
    .mid-fourth .flexwrap:first-child {
        margin-bottom: 40px;
    }
    .mid-fourth {
        padding-bottom: 0;
    }
    .skillbox {
        min-width: 100%;
        min-height: auto;
    }
    .skillbox:first-child {
        margin-bottom: 25px;
    }
    .skillbox h3 {
        font-size: 20px;
    }
    .portfolio {
        margin-bottom: 40px;
    }
    .portfoliobox .nav-tabs li {
        width: 25%;
    }
    .portfoliobox .tab-content {
        margin: 35px auto;
        width: 100%;
        max-width: 290px;
    }
    .portfoliobox .tab-pane .jumbotron figure {
        max-width: 89px;
        margin: 0 2px;
    }
    .portfoliobox .tab-pane .jumbotron {
        height: 148px;
    }
    .hovereffect h3 {
        font-size: 16px;
    }
    .formQuestion {
        margin-top: 20px;
    }
    .formQuestion .form-group {
        display: block;
        margin-right: 0;
    }
    .formQuestion .form-group .form-control {
        width: 100%;
    }
    .locationwrapper {
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: 200px;
    }
    .googlemaplocation {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

/* customize specific res */

@media (max-width: 1140px) and (min-width: 1070px) {
    .msp-cn-156-45:before {
        top: -120px;
    }
}

@media (max-width: 1069px) and (min-width: 992px) {
    .msp-cn-156-45:before {
        top: -108px; 
    }
    .bannerbg {
        min-height: 890px;
    }
    .verticaltext {
        bottom: -60px;
    }
    .skillbox {
        min-width: 310px;
        padding: 35px;
    }
    .skillbox:first-child h3:before, .skillbox:last-child h3:before {
        top: 35px;
    }
}


@media (max-width: 575px) and (min-width: 421px) {
    header .navbar .offcanvas-collapse {
        width: 40%;
    }
    .navbar.scrolled {
        padding: 10px 15px;
    }
    .msp-preset-32 {
        font-size: 12px !important;
        width: 200px !important;
        top: 70px !important;
    }
    .msp-cn-156-45:before {
        top: -60px;
        left: -22px;
    }
    .msp-cn-156-45 {
        font-size: 58px !important;
        letter-spacing: -5px !important;
        top: 100px !important;
        left: 34px !important;
    }
    .msp-preset-32:after {
        top: 27px;
        left: 8px;
    }
    .msp-cn-156-45 span {
        font-size: 12px;
    }
    .bannerbg .mainslider .master-slider-parent {
        top: 85px;
    }
    .mainslider .master-slider .ms-view {
        height: 250px !important;
    }
    .bannerbg .mainslider .master-slider-parent img.ms-layer {
        top: 54px !important;
    }
    .verticaltext {
        bottom: -113px;
    }
    .verticaltext a {
        letter-spacing: 0;
        font-size: 11px;
    }
    .primarymargin {
        margin: 0;
    }
    .bannerbg {
        min-height: 510px;
    }
}

@media (max-width: 420px) and (min-width: 320px) {
    header .navbar .offcanvas-collapse {
        width: 50%;
    }
    .navbar.scrolled {
        padding: 10px 15px;
    }
    .msp-preset-32 {
        font-size: 12px !important;
        width: 200px !important;
        top: 90px !important;
    }
    .msp-cn-156-45:before {
        top: -38px;
        left: -18px;
    }
    .msp-cn-156-45 {
        font-size: 36px !important;
        letter-spacing: -2px !important;
        top: 114px !important;
        left: 26px !important;
    }
    .msp-preset-32:after {
        top: 18px;
        left: 8px;
    }
    .msp-cn-156-45 span {
        font-size: 12px;
    }
    .bannerbg .mainslider .master-slider-parent {
        top: 85px;
    }
    .mainslider .master-slider .ms-view {
        height: 270px !important;
    }
    .bannerbg .mainslider .master-slider-parent img.ms-layer {
        top: 85px !important;
    }
    .verticaltext {
        bottom: -90px;
    }
    .verticaltext a {
        letter-spacing: 0;
        font-size: 11px;
    }
    .primarymargin {
        margin: 0;
    }
    .bannerbg {
        min-height: 500px;
    }
    .mid-first {
        text-align: center;
    }
    .mid-second .flexwrap:first-child {
        text-align: center;
    }
    .mid-first .flexwrap:last-child {
        display: none;
    }
    .portfolio {
        text-align: center;
    }
    .mid-fourth .contactme {
        text-align: center;
    }
}