@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    color: #323232;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

textarea,
input,
button,
*:focus {
    outline: none !important;
}

textarea {
    resize: vertical;
}

label {
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
}

iframe,
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

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

a {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
    cursor: pointer;
    color: #a28a41;
    text-decoration: none;
}

:active,
:focus {
    outline: none !important;
}

input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-radius: 0px;
    outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323232;
    margin: 0;
    font-weight: bold;
}

h1 {
    font-size: 64px;
    line-height: 64px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h3 {
    font-size: 30px;
    line-height: 38px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 30px;
}


/*selection*/

*::-moz-selection {
    background: #323232;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #323232;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #323232;
    color: #fff;
    text-shadow: none;
}


/*blockquote*/

blockquote {
    border-color: #d0b864;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

blockquote i.fa {
    display: block;
    margin-bottom: 20px;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.3);
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid {
    padding: 0 170px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*form-control*/

.form-control::-webkit-input-placeholder {
    color: #323232;
}

.form-control::-moz-placeholder {
    color: #323232;
}

.form-control::-o-placeholder {
    color: #323232;
}

.form-control::-ms-input-placeholder {
    color: #323232;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    font-weight: bold;
    background: #eceff7;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    height: 44px;
    padding-left: 20px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.form-control:focus {
    background: #eceff7;
    color: #323232;
    box-shadow: inset 500px 0px 0px rgba(0, 0, 0, 0.05);
}

textarea.form-control:focus {
    box-shadow: inset 1500px 0px 0px rgba(0, 0, 0, 0.05);
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}


/*btn */

.btn {
    background: #d0b864;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    white-space: inherit;
}

.btn:hover {
    background: #a28a41;
    color: #ffffff;
}

.btn-default.focus,
.btn-default:focus {
    color: #ffffff;
}

.btn i {
    font-weight: bold;
    margin-left: 10px;
}

.btn-default {
    background: #d0b864;
    color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #a28a41;
}

.btn-primary {
    background: #252933;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #a28a41;
}

.btn-info {
    background: #ffffff;
    color: #252933;
}

.btn-info:before {
    background: #31b0d5;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #252933;
    color: #fffff;
}

.btn-success {
    background: #ffffff;
    color: #ffffff;
}

.btn-success:before {
    background: #449d44;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #eceff7;
    color: #323232;
}

.btn-warning {
    background: #ffffff;
    color: #ffffff;
}

.btn-warning:before {
    background: #ec971f;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eceff7;
    color: #323232;
}

.btn-danger {
    background: #ffffff;
    color: #ffffff;
}

.btn-danger:before {
    background: #c9302c;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #eceff7;
    color: #323232;
}

.btn.btn-outline {
    background: transparent;
    color: #626262;
    border: 1px solid #d0b864;
}

.btn.btn-outline:hover {
    background: #a28a41;
    color: #ffffff;
    border-color: #d0b864;
}


/*************************
   Background overlay
************************/

.background {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-01 {
    background: url(../media/bg/small/01.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-02 {
    background: #d0b864 url(../media/bg/small/02.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.background-03 {
    background: url(../media/bg/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.background-04 {
    background: url(../media/bg/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.background-05 {
    background: url(../media/bg/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-06 {
    background: url(../media/bg/04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-07 {
    background: url(../media/bg/05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-08 {
    background: url(../media/bg/06.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-09 {
    background: url(../media/bg/07.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-10 {
    background: url(../media/bg/08.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-11 {
    background: url(../media/bg/08.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-12 {
    background: url(../media/bg/09.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-13 {
    background: url(../media/bg/10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-14 {
    background: url(../media/bg/11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-15 {
    background: #ffffff url(../media/bg/12.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.background-16 {
    background: url(../media/bg/13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-17 {
    background: url(../media/bg/14.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.pattern {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.pattern-02 {
    background: #ffffff url(../media/pattern/02.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.pattern-03 {
    background: url(../media/pattern/04.jpg);
    background-repeat: repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.pattern-04 {
    background: #252933 url(../media/pattern/03.png);
    background-repeat: repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-mockup-01 {
    background: #eceff7 url(../media/elements/02.png);
    background-repeat: no-repeat;
}

.background-mockup-02 {
    background: #252933 url(../media/elements/03.png);
    background-repeat: no-repeat;
    padding-bottom: 240px;
    background-position: center bottom;
}

.background-mockup-03 {
    background: #eceff7 url(../media/mockup/29.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}

.background-mockup-04 {
    background: #ffffff url(../media/mockup/32.png);
    background-position: center;
    background-repeat: no-repeat;
}

.background-mockup-05 {
    background: #252933 url(../media/mockup/05.png);
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.background-mockup-06 {
    background: #252933 url(../media/mockup/09.png);
    background-position: right;
    background-repeat: no-repeat;
}

.background-mockup-07 {
    background: #252933 url(../media/mockup/13.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.background-mockup-08 {
    background: #eceff7 url(../media/mockup/09.png);
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.background-mockup-09 {
    background: #eceff7 url(../media/mockup/50.png);
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.background-mockup-10 {
    background: url(../media/mockup/51.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-mockup-11 {
    background: #252933 url(../media/elements/06.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.background-mockup-12 {
    background: #d0b864 url(../media/mockup/61.png);
    background-repeat: no-repeat;
    background-position: 90%;
    position: relative;
    z-index: 1;
}

.background-mockup-13 {
    background: url(../media/about/06.jpg);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.background-mockup-14 {
    background: #ffffff url(../media/elements/06.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.background-punch-line-01 {
    background: #252933 url(../media/footer-punch-line/index.png);
    background-position: right;
    background-repeat: no-repeat;
}

.background-punch-line-02 {
    background: #252933 url(../media/footer-punch-line/about-us.png);
    background-position: 92%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-03 {
    background: #252933 url(../media/footer-punch-line/android-developer.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-04 {
    background: #252933 url(../media/footer-punch-line/asp.net.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-05 {
    background: #252933 url(../media/footer-punch-line/blog.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-06 {
    background: #252933 url(../media/footer-punch-line/contact.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-07 {
    background: #252933 url(../media/footer-punch-line/custom-ecommerce-development.png);
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-08 {
    background: #252933 url(../media/footer-punch-line/custom-PHP-development.png);
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-09 {
    background: #252933 url(../media/footer-punch-line/design-your-own-applications.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-10 {
    background: #252933 url(../media/footer-punch-line/DYO-closet.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-11 {
    background: #252933 url(../media/footer-punch-line/DYO-Photobook.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-12 {
    background: #252933 url(../media/footer-punch-line/DYO-t-shirts.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-13 {
    background: #252933 url(../media/footer-punch-line/engagement-models.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-14 {
    background: #252933 url(../media/footer-punch-line/hire-PHP-developers.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-15 {
    background: #252933 url(../media/footer-punch-line/iPhone-application-development.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-16 {
    background: #252933 url(../media/footer-punch-line/logo-print-fb.png);
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-17 {
    background: #252933 url(../media/footer-punch-line/magento.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-18 {
    background: #252933 url(../media/footer-punch-line/mobile-app.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-19 {
    background: #252933 url(../media/footer-punch-line/mobile-app-design.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-20 {
    background: #252933 url(../media/footer-punch-line/mobile-game-development.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-21 {
    background: #252933 url(../media/footer-punch-line/offshore-development-centre.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-22 {
    background: #252933 url(../media/footer-punch-line/responsive-websit-development.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-23 {
    background: #252933 url(../media/footer-punch-line/SEO-packages.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-24 {
    background: #252933 url(../media/footer-punch-line/SEO-service.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-25 {
    background: #252933 url(../media/footer-punch-line/wordpress-development.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-26 {
    background: #252933 url(../media/footer-punch-line/consulting.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-27 {
    background: #252933 url(../media/footer-punch-line/themeforest.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-28 {
    background: #252933 url(../media/footer-punch-line/html5.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-29 {
    background: #252933 url(../media/footer-punch-line/portfilio.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-30 {
    background: #252933 url(../media/footer-punch-line/joomla.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-31 {
    background: #252933 url(../media/footer-punch-line/webdesign.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-32 {
    background: #252933 url(../media/footer-punch-line/hire-mobile-developer.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-33 {
    background: #252933 url(../media/footer-punch-line/custom-cms-development.png);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: contain;
}

.background-punch-line-34 {
    background: #252933 url(../media/footer-punch-line/dotnetnuke-development.png);
    background-position: 95%;
    background-repeat: no-repeat;
}

.background-punch-line-35 {
    background: #252933 url(../media/footer-punch-line/ppc-marketing.png);
    background-position: 90% 100%;
    background-repeat: no-repeat;
}

.background-punch-line-36 {
    background: #252933 url(../media/footer-punch-line/android-game-development.png);
    background-position: 90% 100%;
    background-repeat: no-repeat;
}

.background-punch-line-37 {
    background: #252933 url(../media/footer-punch-line/iphone-game-development.png);
    background-position: 90% 100%;
    background-repeat: no-repeat;
}

.background-punch-line-38 {
    background: #252933 url(../media/footer-punch-line/social-media-marketing.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.background-punch-line-39 {
    background: #252933 url(../media/footer-punch-line/unity-game-development.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.background-punch-line-40 {
    background: #252933 url(../media/footer-punch-line/hire-HTML5-developers.png);
    background-position: 90% center;
    background-repeat: no-repeat;
}

.background-punch-line-41 {
    background: #252933 url(../media/footer-punch-line/hire-developer.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.background-punch-line-42 {
    background: #252933 url(../media/footer-punch-line/hire-ASP.NET-developers.png);
    background-position: 95% bottom;
    background-repeat: no-repeat;
}

.background-punch-line-43 {
    background: #252933 url(../media/footer-punch-line/independent-verification-and-validation.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.background-punch-line-44 {
    background: #252933 url(../media/footer-punch-line/process.png);
    background-position: 95% bottom;
    background-repeat: no-repeat;
}

.bg-overlay-black-10:before {
    background: rgba(37, 41, 51, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-20:before {
    background: rgba(37, 41, 51, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-30:before {
    background: rgba(37, 41, 51, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-40:before {
    background: rgba(37, 41, 51, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-50:before {
    background: rgba(37, 41, 51, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-60:before {
    background: rgba(37, 41, 51, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-70:before {
    background: rgba(37, 41, 51, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-80:before {
    background: rgba(37, 41, 51, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-90:before {
    background: rgba(37, 41, 51, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-10:before {
    background: rgba(236, 239, 247, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-20:before {
    background: rgba(236, 239, 247, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-30:before {
    background: rgba(236, 239, 247, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-40:before {
    background: rgba(236, 239, 247, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-50:before {
    background: rgba(236, 239, 247, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-60:before {
    background: rgba(236, 239, 247, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-70:before {
    background: rgba(236, 239, 247, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-80:before {
    background: rgba(236, 239, 247, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-90:before {
    background: rgba(236, 239, 247, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-10:before {
    background: rgba(0, 199, 177, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-20:before {
    background: rgba(0, 199, 177, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-30:before {
    background: rgba(0, 199, 177, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-40:before {
    background: rgba(0, 199, 177, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-50:before {
    background: rgba(0, 199, 177, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-60:before {
    background: rgba(0, 199, 177, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-70:before {
    background: rgba(0, 199, 177, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-80:before {
    background: rgba(0, 199, 177, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-cyan-90:before {
    background: rgba(0, 199, 177, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*************************
   Background color
************************/

.black-bg {
    background: #252933;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #eceff7;
}

.cyan-bg {
    background: #d0b864;
}


/*************************
   text color
************************/

.text-black {
    color: #252933;
}

.text-white {
    color: #ffffff;
}

.text-cyan {
    color: #d0b864;
}


/*************************
      page section
************************/

.page-section {
    padding: 60px 0;
}

.page-section-pt {
    padding-top: 60px;
}

.page-section-pb {
    padding-bottom: 60px;
}


/*************************
      margin padding
************************/

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

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

.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

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

.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}


/*************************
      sections title
************************/

.section-title {
    margin-bottom: 50px;
    padding: 0 300px;
}

.section-title h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.section-title span.subtitle {
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
}


/*************************
        social 
************************/

.social {
    padding: 0;
    margin: 0;
}

.social ul li {
    display: inline-block;
    margin: 0 2px;
}

.social ul li:last-child {
    margin-right: 0;
}

.social ul li a {
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #a28a41;
    background: #ffffff;
}

.social ul li a:hover {
    background: #d0b864;
    color: #ffffff;
}

.social.shadow ul li a {
    box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.social.shadow ul li a.facebook:hover {
    background: #4867aa;
}

.social.shadow ul li a.twitter:hover {
    background: #1da1f2;
}

.social.shadow ul li a.google-plus:hover {
    background: #dd4d40;
}

.social.shadow ul li a.linkedin:hover {
    background: #0077b5;
}

.social.shadow ul li a.behance:hover {
    background: #005cff;
}

.social.shadow ul li a.dribbble:hover {
    background: #ec4a89;
}

.social.shadow ul li a.pinterest:hover {
    background: #cb2026;
}


/*************************
        Header
************************/

.header {
    padding: 0;
    position: relative;
    clear: both;
    z-index: 9;
}

.header:before {
    content: "";
    position: absolute;
    bottom: -26px;
    background: url(../media/pattern/01.png);
    background-repeat: repeat-x;
    height: 28px;
    width: 100%;
}

.header .header-left {
    position: relative;
    clear: both;
}

.header .header-left .logo {
    position: absolute;
    top: 5px;
    left: 0;
}

.header .header-left .logo img {
    height: 70px;
}

.header .header-right .phone {
    padding: 30px 0;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}

.header .header-right .phone a {
    color: #a28a41;
    font-weight: bold;
    font-size: 16px;
}

.header .header-right .phone a:hover {
    color: #f78b8b;
}

.header .header-right .social {
    margin: 23px 0;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    border: 0px;
    border-left-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(white, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(white, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(white, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, white, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0)) 1 100%;
}

.header .header-right .social #social {
    display: none;
}


/*menu*/

.menu {
    display: inline-block;
    margin-right: 20px;
}

.primary-nav ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.primary-nav ul a {
    display: block;
    color: #0096ab;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 80px;
    padding: 0 15px;
}

.primary-nav ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.primary-nav ul li.current-menu-item {
    background: transparent;
}

.primary-nav ul li:hover {
    background: transparent;
}

.primary-nav ul li.current-menu-item>a {
    color: #f78b8b;
}

.primary-nav ul li a:hover {
    color: #f78b8b;
}

.primary-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: #fff;
    padding: 0;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

.primary-nav ul ul li {
    float: none;
    width: 230px;
}

.primary-nav ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.primary-nav ul ul li:last-child {
    border-bottom: 0px solid transparent;
}

.primary-nav ul ul li a {
    line-height: 120%;
    padding: 14px 15px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 16px;
}

.primary-nav ul ul ul {
    top: 0;
    left: 100%;
    position: absolute;
    z-index: -1;
}

.primary-nav ul li:hover>ul {
    display: block
}

.slicknav_menu {
    display: none;
}


/*************************************
          Slider 
*************************************/

.slider {
    overflow: hidden;
}

.slider .owl-carousel .owl-item {
    padding: 0;
}

.slider .slider-content {
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: left;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.slider .slider-content .slider-1 {
    width: 40%;
}

.slider .slider-content .slider-1 span {
    font-weight: 400;
    font-size: 26px;
}

.slider .slider-content .slider-1 h1 {
    font-weight: 500;
}

.slider .slider-content .slider-1 h1 strong {
    font-weight: 900;
}

.slider .slider-content .slider-1 p {
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0;
}

.slider .slider-content .slider-1 .slider-btn a img {
    display: inline-block;
    margin-left: 10px;
}

.slider .slider-content .slider-1.slider-3 h1 {
    font-size: 56px;
    margin-bottom: 15px;
}

.slider .slider-content .slider-1.slider-3 p {
    margin: 20px 0 30px;
}


/*************************
        clients
************************/

.client {
    padding: 24px 0;
}

.client .client-title {
    border-right: 2px solid #e0c677;
    position: relative;
    margin-top: 5px;
}

.client .client-title:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #d0b864;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.client .client-title .icon {
    display: table-cell;
    padding-right: 10px;
}

.client .client-title .icon i {
    font-size: 70px;
    color: #ffffff;
}

.client .client-title .icon span {
    font-size: 70px;
    color: #d0b864;
    line-height: 70px;
}

.client .client-title .title {
    display: table-cell;
    vertical-align: middle;
}

.client .owl-carousel {
    padding: 8px 0;
}

.client .owl-item img {
    display: inline-block;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.client .owl-item img:hover {
    opacity: 1;
}


/*************************
        service
************************/

.service-block a {
    line-height: 28px;
    padding: 0 20px;
    margin-top: 20px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #252933;
    text-transform: capitalize;
}

.service-block:hover a {
    color: #a28a41;
}

.service-block img {
    transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
}

.service-block:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.owl-carousel .owl-item .service-block img {
    display: inline-block;
}


/*************************
     testimonial
************************/


/*.why-choose .owl-carousel { padding: 10px 0; }
.why-choose .row.row-eq-height { box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.2); }
.testimonial-home, .employee-growth, .awards-nominees { padding: 40px; }
.testimonial-home .testimonial-title, .employee-growth .employee-growth-title, .awards-nominees .awards-nominees-title { margin-bottom: 20px; }
.awards-nominees .awards-nominees-title  { margin-bottom: 24px; }
.testimonial-block .testimonial-avtar { float: left; margin-right: 20px; }
.testimonial-block .testimonial-avtar img { width: 80px; height: 80px; border-radius: 50%; border:4px solid #ffffff; margin-bottom: 10px; }
.testimonial-block .rating li { color: #d0b864; display: inline-block; }
.testimonial-block .testimonial-content { display: table-cell; vertical-align: top; }
.testimonial-block .testimonial-content p { font-style: italic; }
.testimonial-block.white-bg { padding: 30px; }
.testimonial-block.white-bg .testimonial-avtar img { border:4px solid #d0b864; }*/

.why-choose .owl-carousel {
    padding: 30px 0 0px;
}

.why-choose .row.row-eq-height {
    box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.2);
}

.testimonial-home,
.industries-catered,
.awards-nominees {
    padding: 40px;
}

.industries-catered .industries-item h6 {
    font-weight: 500;
}

.awards-nominees {
    padding: 40px 40px 20px;
}

.testimonial-home .testimonial-title,
.employee-growth .employee-growth-title,
.awards-nominees .awards-nominees-title {
    margin-bottom: 20px;
}

.awards-nominees .awards-nominees-title {
    margin-bottom: 0px;
}

.why-choose .awards-nominees .owl-carousel {
    padding: 10px 0 0px;
}

.why-choose .industries-catered .owl-carousel {
    padding: 28px 0 0px;
}

.testimonial-block .testimonial-avtar {
    float: left;
    margin-right: 20px;
}

.testimonial-block .testimonial-avtar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-bottom: 10px;
}

.testimonial-block .rating li {
    color: #d0b864;
    display: inline-block;
}

.testimonial-block .testimonial-content {
    display: table-cell;
    vertical-align: top;
}

.testimonial-block .testimonial-content p {
    font-style: italic;
}

.testimonial-block.white-bg {
    padding: 30px;
}

.testimonial-block.white-bg .testimonial-avtar img {
    border: 4px solid #d0b864;
}


/*************************
        counter
************************/

.counter-block .icon {
    display: table-cell;
    padding-right: 20px;
}

.counter-block .info {
    display: table-cell;
    vertical-align: middle;
}

.counter-block .info b {
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px;
    display: block;
    color: #d0b864;
}

.counter-block .info h6 {
    text-transform: capitalize;
}


/*center*/

.counter-block.center .icon {
    display: block;
    padding-right: 0px;
}

.counter-block .icon span,
.feature-text .icon span {
    font-size: 80px;
    line-height: 80px;
}

.counter-block.center .info {
    display: block;
    vertical-align: inherit;
    padding: 0 60px;
}


/*************************
        list-style
************************/

.list-style {
    position: relative;
}

.list-style i {
    position: absolute;
    left: 0;
    top: 5px;
}

.list-style.text-cyan li i {
    color: #d0b864;
}

.list-style.text-cyan li {
    color: #323232;
}

.list-style li {
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
}

.list-style.round li i {
    width: 30px;
    height: 30px;
    background: #d0b864;
    color: #ffffff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.list-style.round li {
    padding-left: 50px;
    padding-bottom: 20px;
}

.list-style.round.white li i {
    background: #ffffff;
    color: #d0b864;
    font-size: 16px;
}

.list-style.number.round {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    list-style-position: inside;
    padding-left: 20px;
}

.list-style.number.round li {
    padding-left: 30px;
}

.list-style.number.round li a {
    color: #323232;
}

.list-style.number.round a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 5px;
    background: #d0b864;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

.feature-box .list-style li:last-child {
    padding-bottom: 0;
}

.php-content .list-unstyled.list-style.mt-30 {
    margin-top: 10px;
}

.php-content .feature-box .list-style li {
    padding-bottom: 4px;
}


/*************************
        feature text
************************/

.feature-text .icon {
    display: table-cell;
    padding-right: 20px;
}

.feature-text .info {
    display: table-cell;
    vertical-align: middle;
}

.feature-text .info .title {
    margin-bottom: 20px;
}

.feature-text .info b {
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px;
    display: block;
    color: #d0b864;
}

.feature-text.round .icon span {
    background: #eceff7;
    color: #d0b864;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-weight: 300;
    text-align: center;
    font-size: 34px;
    border-radius: 50%;
    display: inline-block;
}

.feature-text.round .icon i {
    background: #eceff7;
    color: #d0b864;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-weight: 600;
    text-align: center;
    font-size: 34px;
    border-radius: 50%;
    display: inline-block;
}

.feature-text.round .icon.cyan-icon span {
    background: #d0b864;
    color: #ffffff;
}

.feature-text.center .icon {
    display: inline-block;
}

.feature-text.center .icon i {
    background: #d0b864;
    color: #ffffff;
}


/*************************
        object
************************/

.object {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

.object-01 {
    position: absolute;
    left: -60px;
    top: -130px;
    width: 600px;
    height: 600px;
    background: transparent;
    border: 30px solid rgba(0, 199, 177, 0.1);
    border-radius: 50%;
}

.object-02 {
    position: absolute;
    left: 200px;
    bottom: 0px;
    width: 300px;
    height: 300px;
    background: transparent;
    border: 30px solid rgba(0, 199, 177, 0.1);
    border-radius: 50%;
}

.object-03 {
    position: absolute;
    right: -80px;
    bottom: 110px;
    width: 600px;
    height: 600px;
    background: transparent;
    border: 30px solid rgba(0, 199, 177, 0.1);
    border-radius: 50%;
}

.object-text {
    position: absolute;
    bottom: -15px;
    left: 0;
}

.object-text h2 {
    color: #a28a41;
    font-size: 120px;
    line-height: 120px;
    font-weight: 900;
}

.object-01,
.object-02,
.object-03 {
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


/*------------------------
 Animation Key
------------------------*/

v@-moz-keyframes fadebounce {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -moz-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 1
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fadebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes fadebounce {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -o-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 1
    }

    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-ms-keyframes fadebounce {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    50% {
        -ms-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 1
    }

    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadebounce {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(35px);
        opacity: 1
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}


/*************************
        blog
************************/

.blog {
    position: relative;
    overflow: hidden;
}

.blog-bg {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 9;
}

.blog-home-title h3 {
    margin-bottom: 20px;
    font-weight: 600;
    background: #ffffff;
    position: relative;
}

.blog-home-title span {
    background: #ffffff;
    position: relative;
    padding-right: 10px;
}

.blog-home-title h3:before {
    position: absolute;
    content: "";
    background: #e2f2f0;
    width: 100%;
    height: 2px;
    bottom: 0;
}

.blog-home {
    padding: 5px;
}

.blog-home .entry-image {
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

.blog-home .entry-image img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.blog-home:hover .entry-image img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.blog-home .entry-tag {
    position: relative;
    margin-bottom: 30px;
}

.blog-home .entry-tag a {
    background: #353535;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: -12px;
    left: 20px;
}

.blog-home .entry-tag a:hover {
    background: #a28a41;
    color: #ffffff;
}

.blog-home .entry-title a {
    margin: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #353535;
}

.blog-home .entry-title a:hover {
    color: #f78b8b;
}

.blog-home .entry-button a {
    font-weight: 600;
}

.blog-home .entry-button a i {
    padding-left: 10px;
}

.blog-home .entry-button a:hover {
    color: #f78b8b;
}

.blog-home hr {
    border-color: #d2d2d2;
    margin: 30px 0;
}


/*video vimeo and youtube*/

.js-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 38.1%;
    position: relative;
    overflow: hidden;
}

.js-video.widescreen {
    padding-bottom: 34.34%;
}

.js-video.vimeo {
    padding-top: 0;
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}


/*************************
         footer
************************/

.footer {
    position: relative;
}

.footer-top {
    position: relative;
    padding-bottom: 220px;
}

.footer .contact-form {
    background: #ffffff;
    padding: 50px;
    position: absolute;
    top: -80px;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.footer .contact-form h4 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}

.footer .contact-form .btn.btn-primary {
    margin-top: 20px;
}

.footer .contact-info {
    padding-left: 70px;
    padding-top: 60px;
}

.footer .info-block {
    position: relative;
}

.footer .info-block:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 25px;
    width: 2px;
    height: 86%;
    background: #a28a41;
    z-index: 0;
}

.footer .info-block .address {
    position: relative;
    z-index: 9;
}

.footer .info-block .address .icon {
    display: table-cell;
    padding-right: 20px;
}

.footer .info-block .address .icon span {
    display: block;
    width: 50px;
    height: 50px;
    color: #d0b864;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}

.footer .info-block .address .icon span img {
    padding-top: 6px;
}

.footer .info-block .address .info {
    display: table-cell;
    padding-right: 80px;
    vertical-align: top;
}

.footer .social {
    margin-top: 20px;
}

.footer .social ul li a {
    background: #a28a41;
    color: #ffffff;
}

.footer .social ul li a:hover {
    background: #ffffff;
    color: #a28a41;
}


/*************************
         footer bottom
************************/

.footer-bottom {
    background: #a28a41;
    padding: 40px 20px;
    position: relative;
}

.footer-bottom .client .owl-carousel {
    padding: 2px 0;
}

.footer-bottom .client .client-title h6 {
    line-height: 24px;
}

.footer-bottom hr {
    border-color: #d0b864;
}


/*************************
      back to top
************************/

#back-to-top .top {
    position: fixed;
    margin: 0px;
    border-radius: 50%;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: 17px;
    right: 95px;
    z-index: 9999;
    font-size: 16px;
    background: #323232;
    width: 57px;
    height: 57px;
    text-align: center;
    line-height: 57px;
}

#back-to-top .top:hover {
    background: #323232;
    color: #d0b864;
}


/*************************
      back to top
************************/

.round #tawkchat-status-text-container {
    box-shadow: none !important;
}


/*************************
      inner pages
************************/


/*thank-contact */

.thank-contact {
    margin-bottom: 100px;
}

.thank-contact strong {
    font-size: 20px;
}


/*************************
      page title
************************/

.page-title {
    padding: 90px 0 70px;
}

.page-title h1 {
    font-size: 30px;
    text-transform: capitalize;
}

.page-title .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-title .breadcrumb li i {
    padding-right: 5px;
    display: inline-block;
}

.page-title .breadcrumb li {
    color: #ffffff;
    padding: 0 5px;
}

.page-title .breadcrumb li:first-child {
    padding-right: 0;
}

.page-title .breadcrumb li a {
    color: #ffffff;
}

.page-title .breadcrumb li a:hover {
    color: #d0b864;
}

.page-title .breadcrumb>li+li:before {
    display: none;
}

.page-title .breadcrumb li span {
    text-transform: capitalize;
    color: #d0b864;
}


/*************************
      About page
************************/

.about .about-content {
    padding-right: 70px;
}

.about .about-content hr {
    margin: 40px 0;
    display: block;
}

.about .popup-video {
    box-shadow: 0px 20px 35px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}


/*************************
     popup-video
************************/

.popup-video {
    position: relative;
}

.popup-video:before {
    background: rgba(37, 41, 51, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.popup-video a i {
    color: #1a605f;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background: #d0b864;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.popup-video a i:hover {
    background: #ffffff;
}

.popup-mockup {
    position: absolute;
    left: -90px;
    bottom: -60px;
}

.popup-bg {
    background: url(../media/about/01.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.popup-bg .popup-video {
    height: 100%;
}


/*************************
    feature-box
************************/

.feature-box-main.row.row-eq-height {
    box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.2);
}

.feature-box {
    padding: 50px;
}

.feature-box .list-style li {
    padding-bottom: 24px;
}

.feature-box .icon-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.feature-box .icon-bottom i {
    font-size: 200px;
    color: rgba(255, 255, 255, 0.1);
}

.white-bg .feature-box .icon-bottom i {
    color: rgba(0, 0, 0, 0.1);
}


/*************************
    image-bottom
************************/

img.middel-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

img.center-img {
    display: inline-block;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}


/*************************
      our-history
************************/

.our-history .section-title {
    margin-bottom: 100px;
}

.history-block {
    position: relative;
}

.history-block .history-image {
    position: relative;
    z-index: 1;
    box-shadow: 10px 20px 35px 0 rgba(0, 0, 0, 0.2);
}

.history-block .history-image .history-content {
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20%;
}

.history-block .history-year {
    position: absolute;
    z-index: 0;
    bottom: -100px;
}

.history-block .history-year span {
    color: rgba(0, 0, 0, 0.1);
    font-size: 160px;
    font-weight: 900;
}

.history-block.history-02 {
    margin-top: 160px;
}

.history-block.history-02 .history-year {
    top: -60px;
    right: 0;
    left: inherit;
}

.history-block.history-02 .history-content {
    left: 0;
    right: 20%;
}

.history-block.history-03 {
    margin-top: 380px;
}

.history-block.history-03 .history-year {
    top: -60px;
    right: 0;
    left: inherit;
}

.history-block.history-04 {
    margin-top: -160px;
}

.history-block.history-04 .history-year {
    top: 120px;
    right: -60%;
    left: inherit;
}

.history-block.history-04 .history-content {
    left: 0;
    right: 20%;
}

.history-block.history-05 {
    margin-top: 140px;
}

.history-block.history-05 .history-year {
    top: 50%;
    left: -68%;
    right: inherit;
}

.history-block.history-06 {
    margin-top: 360px;
    margin-right: 100px;
}

.history-block.history-06 .history-year {
    top: -60px;
    right: 10px;
    left: inherit;
}


/*************************
     action-box
************************/

.action-box {
    padding: 100px 0 140px;
}


/*************************
     asp.net
************************/

.potenza-apart .potenza-apart-content {
    margin: 80px 0;
}

.asp-about .asp-about-content {
    padding-right: 50px;
    margin-top: 60px;
}

.asp-about .asp-about-quote {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 50px;
    font-style: italic;
}

.asp-about .feature-box {
    padding: 26px;
}

.asp-about .feature-box .list-style li {
    padding-bottom: 10px;
}

.asp-development h5 {
    margin-top: 30px;
}

.asp-technology-content {
    margin-top: 110px;
}

.asp-technology-content ul li {
    font-size: 20px;
    margin-bottom: 10px;
}

.dnn-section-content {
    margin-top: 30px;
}


/*************************
     custom-ecommerce-development 
************************/

.custom-ecommerce-development-about {
    padding: 70px 170px 0 0;
}


/*************************
     html5 page
************************/

.html-application .list-style.number.round a:before {
    top: 0;
}

.html-application .list-style.round li {
    font-size: 18px;
}

.prefer-potenza-content {
    margin-top: 120px;
}

.html-about .list-style li {
    padding-bottom: 14px;
}

.html-about-content {
    margin-top: 40px;
}

.html-about img {
    margin-bottom: 30px;
}


/*************************************
  Mobile Game Development
************************************/

.android-block {
    overflow: hidden;
    margin-left: 66px;
    margin-top: 140px;
    margin-bottom: 100px;
    width: 400px;
    height: 400px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.android-block i {
    display: block;
    font-size: 120px;
    color: #ffffff;
}

.android-block .button {
    padding: 100px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mobile-game-about-content {
    margin-top: 70px;
}

.mobile-game-developers .list-unstyled {
    margin-top: 100px;
}


/*************************************
  Mobile app Development
************************************/

.mobile-app-content {
    padding-top: 80px;
    padding-left: 50px;
}

.mobile-app-content p {
    font-size: 18px;
    line-height: 28px;
}

.engineer-mobility {
    padding-right: 100px;
}

.mobile-app-success-content {
    margin-top: 120px;
}

.mobile-app-developers .list-unstyled {
    padding: 30px 0;
}

.best-feature-service .feature-text {
    padding-right: 80px;
    margin-top: 30px;
}

.best-feature-service .feature-text p {
    font-size: 16px;
    line-height: 30px;
}

.best-feature-service .feature-text .icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}


/*************************************
            seo-package
************************************/

.seo-company h4 {
    padding-left: 90px;
}

.seo-company-content {
    margin-top: 20px;
}

.package {
    padding: 40px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}

.package .package-image {
    padding: 30px;
    display: block;
}

.seo-package-services .list-style {
    margin: 100px 0 100px;
}

.optimize-website {
    padding: 130px 0;
}


/*************************************
          off page seo package
************************************/

.off-page-package-popup .table th.cyan-bg {
    background: #d0b864;
    color: #ffffff;
}

.off-page-package-popup .table th.black-bg {
    background: #252933;
    color: #ffffff;
}

.off-page-package-popup .table th.dark-01-cyan-bg {
    background: #059f8e;
    color: #ffffff;
}

.off-page-package-popup .table th.dark-02-cyan-bg {
    background: #057b6e;
    color: #ffffff;
}

.off-page-package-popup .table th.dark-03-cyan-bg {
    background: #035a51;
    color: #ffffff;
}

.off-page-package-popup .table-bordered>thead>tr>th {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 20px;
    text-align: center;
}

.off-page-package-popup .table-bordered>thead>tr>th:first-child {
    text-align: left;
}

.off-page-package-popup .table-bordered>tbody>tr>td:first-child {
    text-align: left;
}

.off-page-package-popup .table i.fa.fa-check {
    color: #45af56;
}

.off-page-package-popup .table i.fa.fa-times {
    color: #ed443e;
}

.off-page-package-popup .modal-header {
    padding: 0;
}

.off-page-package-popup .modal-title {
    margin-bottom: 20px;
    margin-top: 0;
}

.off-page-package-popup .modal-footer {
    padding: 0;
    text-align: center;
    border: 0;
}

.off-page-package-popup .modal-header .close {
    position: relative;
    z-index: 99;
}


/*************************************
           seo service
************************************/

.why-potenza-seo .list-style {
    margin: 30px 0;
}


/*************************************
     logo-print-fb
************************************/

.logo-design-content {
    margin-top: 30px;
}

.print-logo-content {
    margin-top: 12px;
}

.facebook-text img {
    display: inline-block;
    text-align: center;
    margin-top: -50px;
}

.facebook-text h2 {
    display: inline-block;
    padding-left: 30px;
}

.facebook-service-block {
    background: #252933;
    position: relative;
}

.facebook-service-content {
    padding: 30px 0px 0 30px;
}

.facebook-service-block img {
    margin-top: 10px;
}


/*************************************
    engagement model
************************************/

.engagement-about {
    position: relative;
    margin-top: 60px;
}

.engagement-about .title {
    font-size: 18px;
    line-height: 28px;
}

.engagement-img {
    margin-top: -250px;
    margin-bottom: 50px;
    position: relative;
    z-index: 0;
}

.engagement-about-content {
    position: relative;
    z-index: 9;
}


/*************************
        owl carousel
************************/

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-item {
    /* cursor: url("../media/owl-arrow-white.png") 25 25, pointer;*/
    padding: 0 15px;
}


/*************************
       mobile ap design
************************/

.app-about-content {
    margin-top: 100px;
    padding-right: 100px;
}

.best-feature li {
    font-size: 18px;
    line-height: 32px;
}

.ux-design-content {
    margin-top: 60px;
}

.potenza-offer-content {
    margin: 40px 0 70px;
}


/*************************
     DESIGN YOUR OWN APPLICATIONS
************************/

.dyo-box {
    padding: 100px 20px;
}

.dyo-box span {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.custom-content {
    padding: 0 240px;
}


/*modal*/

.mfp-iframe-scaler {
    padding-top: 67%;
}

.mfp-container {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .modal-content {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 0px;
}

.modal .modal-content .button.red {
    border: 1px solid #e3e3e3;
    padding: 7px 20px;
}

.modal .modal-header {
    border-bottom: 0px;
}

span.modal-subtitle {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 27px;
    text-align: center;
}

.modal-title {
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.modal .form-group:last-child {
    margin-bottom: 0px;
}

.modal .close {
    color: #323232;
    opacity: 1;
}

.modal .close:hover {
    color: #d0b864;
    opacity: 1;
}

.modal .close span {
    font-size: 40px;
}

.modal-body {
    padding: 0;
}

.modal-body .form-group label {
    display: block;
}


/*************************
     dyo-t-closet 
************************/

.exclusive-features .best-feature li {
    font-size: 16px;
}


/*************************
     dyo-t-shirts 
************************/

.dyo-t-shirts-feature {
    margin-top: -30px;
}


/*************************
  Hire mobile app developers page
************************/


/*.hire-mobile-about .skew-bg { position: relative; z-index: 1; overflow: hidden; }
.hire-mobile-about .skew-bg:before { position: absolute; content: ""; background: rgba(0, 199, 177, 0.2); height: 100%; width: 200px; left: 20%; right: 0; z-index: -1; transform: rotate(20deg); }*/

.hire-mobile-about i {
    font-size: 24px;
    line-height: 38px;
    margin: 40px 0;
    display: block;
}


/*************************
  Hire php developers page
************************/

.hire-php-about .hire-php-about-content {
    margin-top: 60px;
}

.hire-php-about p {
    font-size: 18px;
    margin: 40px 0;
    line-height: 30px;
}

.hire-php-feature ul.text-cyan li i {
    font-size: 14px;
    top: 0;
}

.hire-php-feature ul.text-cyan li {
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
}

.hire-php-feature ul.list-style {
    margin-top: 100px;
}


/*************************
   Joomla DEVELOPMENT
************************/

.Joomla-about-content {
    margin-top: 60px;
}

.feature-tag i {
    font-size: 20px;
    font-weight: 400;
}


/*************************
   Joomla DEVELOPMENT
************************/

.magento-about-content {
    margin-top: 30px;
}

.magento-business img {
    margin-top: 50px;
}

.magento-feature i {
    font-size: 20px;
    font-weight: 400;
}


/*********************************************
    Responsive website development
********************************************/

.responsive-website-content {
    margin-top: 50px;
    padding-right: 50px;
}

.responsive-feature .feature-box .list-style li {
    padding-bottom: 8px;
}

.responsive-development-content {
    margin-top: 170px;
}

.responsive-website-content i {
    font-weight: bold;
}


/*********************************************
      website design
********************************************/

.why-choose-potenza {
    padding: 100px 0;
}

.website-about .website-about-content {
    padding-right: 50px;
    margin-top: 30px;
}

.website-about .feature-box {
    padding: 26px;
}

.website-about .feature-box .list-style li {
    padding-bottom: 10px;
}


/*********************************************
     iPhone Application Development
********************************************/

.iPhone-app-feature .feature-box {
    padding: 60px 40px;
}

.iPhone-app-feature .feature-box-main {
    margin: 70px 0;
}


/*********************************************
     android Application Development
********************************************/

.android-app-feature .feature-box {
    padding: 60px 40px;
}

.android-app-feature .feature-box-main {
    margin: 70px 0;
}


/*********************************************
     wordpress-development
********************************************/

.why-wordpress .list-unstyled {
    margin-top: 30px;
}

.why-wordpress .list-unstyled.list-style i {
    top: 0;
}

.why-wordpress-content {
    margin-top: 50px;
}

.why-potenza-wordpress {
    overflow: hidden;
}

.why-potenza-wordpress .container-fluid {
    padding: 0;
}

.why-potenza-wordpress-content {
    padding: 50px;
}


/*********************************************
custom-PHP-development
********************************************/

.column-4 .android-block {
    margin-left: 0;
}

.php-content img {
    margin-top: 30px;
}


/*********************************************
themeforest
********************************************/

.themeforest-portfolio {
    overflow: hidden;
}

.themeforest-portfolio-image {
    position: relative;
    z-index: 9;
    display: block;
}

.themeforest-portfolio-image img {
    position: relative;
    z-index: 9;
    padding-top: 40px;
}

.themeforest-portfolio-image:before {
    position: absolute;
    width: 100%;
    height: 74%;
    content: "";
    background: #e2e3e5;
}

.themeforest-portfolio-image:after {
    position: absolute;
    width: 100%;
    height: 74%;
    content: "";
    background: #e2e3e5;
    right: -100%;
    top: 0
}

.themeforest-portfolio-image.left-image:after {
    position: absolute;
    width: 100%;
    height: 74%;
    content: "";
    background: #e2e3e5;
    left: -100%;
    top: 0
}

.themeforest-portfolio-details {
    margin-top: 30px;
}

.themeforest-portfolio-btn .details-block.text-right .info {
    padding-left: 0;
    padding-right: 40px;
}

.themeforest-portfolio-btn .details-block .icon {
    display: table-cell;
}

.themeforest-portfolio-btn .details-block .icon i {
    font-size: 90px;
    color: #626262;
}

.themeforest-portfolio-btn .details-block .icon img {}

.themeforest-portfolio-btn .details-block .info {
    display: table-cell;
    vertical-align: top;
    padding-left: 40px;
}

.themeforest-portfolio-btn .details-block .btn {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 6px 20px;
}

.themeforest-portfolio-image.premium-solution:before,
.themeforest-portfolio-image.premium-solution:after {
    display: none;
}

.themeforest-portfolio-image.premium-solution img {
    padding-top: 0;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.themeforest-portfolio-image.premium-solution ul li {
    text-align: center;
    float: left;
    width: 50%;
    display: block;
    ;
}

.themeforest-portfolio-image.premium-solution ul li a {
    font-size: 16px;
    display: block;
    padding: 20% 0;
}

.themeforest-portfolio-image.premium-solution ul li a.text-white:hover {
    color: #fff;
}

.demo-item {
    position: relative;
    margin-bottom: 15px;
}

.demo-item.cupid {
    padding-bottom: 0;
}

.demo-detail {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.demo-detail h6 {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 100;
}

.text-content {
    background: rgba(0, 0, 0, .6);
}

.ribbon.left {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon.left span {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #F79E05;
    background: linear-gradient(#db8b01 0%, #F79E05 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon.left span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ffbc05;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffbc05;
}

.ribbon.left span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ffbc05;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffbc05;
}

.ribbon.right {
    position: absolute;
    right: -5px;
    top: -5px;
    left: inherit;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon.right span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #F79E05;
    background: linear-gradient(#db8b01 0%, #F79E05 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon.right span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #F79E05;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F79E05;
}

.ribbon.right span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #F79E05;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #F79E05;
}

.cupid {
    height: 480px;
    width: 100%;
}

.height {
    /*height: 232px;*/
    width: 100%;
}

.btn-area.right {
    position: absolute;
    right: 10px;
    top: 80px;
    width: 35%;
}

.btn-area.left {
    position: absolute;
    left: 10px;
    top: 80px;
    width: 35%;
}

.btn-area a {
    display: block;
    margin-bottom: 5px;
}

.btn-area a+a {
    margin-bottom: 0;
}

.red-text {
    color: red;
}

.themeforest-portfolio .pr-0 {
    padding-right: 0;
}

.love-destiny,
.lovedove {
    height: 232px;
}

.love-destiny .height,
.lovedove .height {
    display: none;
}


/*awards-nominees*/

.awards-nominees-section .award-image {
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin-bottom: -1px;
    margin-left: -1px;
}

.awards-nominees-section .award-image:nth-child(1) {
    border-left: 0;
    border-top: 0;
}

.awards-nominees-section .award-image:nth-child(2) {
    border-left: 0;
    border-top: 0;
}

.awards-nominees-section .award-image:nth-child(3) {
    border-left: 0;
    border-top: 0;
}

.awards-nominees-section .award-image:nth-child(4) {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.awards-nominees-section .award-image:nth-child(5) {
    border-left: 0;
}

.awards-nominees-section .award-image:nth-child(8) {
    border-right: 0;
}

.awards-nominees-section .award-image:nth-child(9) {
    border-left: 0;
    border-bottom: 0;
}

.awards-nominees-section .award-image:nth-child(10) {
    border-left: 0;
    border-bottom: 0;
}

.awards-nominees-section .award-image:nth-child(11) {
    border-left: 0;
    border-bottom: 0;
}

.awards-nominees-section .award-image:nth-child(12) {
    border-right: 0;
    border-bottom: 0;
}

.awards-nominees-section .award-image img {
    display: block;
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.awards-nominees-section .award-image:hover img {
    filter: grayscale(0%);
}


/*customers-block*/

.customers-block {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.customers-block .customers-star li {
    color: #d0b864;
    display: inline-block;
}


/*why-choose-products*/

.why-choose-products .feature-text {
    padding: 0 40px;
}


/*********************************************
consulting
********************************************/

.business-consulting-content {
    margin-top: 10px;
}

.ux-consulting-content {
    margin-top: 20px;
}

.image-consulting-content {
    margin-top: 50px;
}

.ux-consulting-content {
    margin-top: 30px;
}


/*********************************************
portfolio
********************************************/

.portfolio {
    position: relative;
}

.isotope-filters {
    width: 100%;
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0;
    margin-bottom: 40px;
}

.isotope-filters button {
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 18px;
    padding: 0 20px;
    font-weight: 600;
    color: #626262;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.isotope-filters button:focus {
    outline: none;
    outline-style: none;
    outline-offset: 0;
}

.isotope-filters button.active,
.isotope-filters button:hover {
    color: #d0b864;
}

.grid-item {
    padding: 10px;
    width: 25%;
    float: left;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-item .portfolio-title {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.portfolio-item .portfolio-title a {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 10px;
    text-transform: capitalize;
}

.portfolio-item .portfolio-title a:hover {
    color: #d0b864;
}

.portfolio-item .portfolio-bottom span {
    font-size: 30px;
    color: #ffffff;
}

.portfolio-item .portfolio-bottom a {
    font-size: 30px;
    color: #ffffff;
    padding-right: 10px;
}

.portfolio-item .portfolio-bottom a:hover {
    color: #323232;
}

.portfolio-item .portfolio-bottom {
    position: absolute;
    bottom: -68px;
    z-index: 9;
    width: 100%;
    background: #d0b864;
    padding: 14px 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.portfolio-item .portfolio-image img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.portfolio-item:hover .portfolio-title {
    opacity: 1;
    top: 37%;
}

.portfolio-item:hover .portfolio-bottom {
    opacity: 1;
    bottom: 0;
}

.portfolio-item:hover .portfolio-image img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*********************************************
contact us
********************************************/

.contact-us .gray-bg {
    margin: 0 15px;
}

.contact-box {
    padding: 30px 15px;
}

.contact-box a {
    color: #626262;
}

.contact-box a:hover {
    color: #d0b864;
}

.contact-box .icon i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #d0b864;
    color: #ffffff;
    border-radius: 50%;
    font-size: 40px;
}

.contact-box p {
    word-break: break-all;
}

.contact-Office .contact-Office-icon {
    display: table-cell;
    padding-right: 100px;
}

.contact-Office .contact-Office-address {
    display: table-cell;
    vertical-align: top;
}

.our-office-address .contact-Office-address {
    padding-right: 260px;
}

.contact-Office-icon span {
    font-size: 200px;
    line-height: 200px;
    color: #eceff7;
}

.contact-hiring {
    padding: 60px 400px 70px 40px;
    background: #d0b864 url(../media/about/05.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}


/*********************************************
blog inner page
********************************************/

.blog-page .blog-inner .entry-image img {
    display: none;
}

.blog-inner {
    margin-bottom: 40px;
}

.blog-inner .entry-title a {
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
    display: block;
    color: #626262;
}

.blog-inner .entry-title a:hover {
    color: #d0b864;
}

.blog-inner .entry-meta {
    margin: 20px 0;
}

.blog-inner .entry-meta ul li {
    display: inline-block;
    color: #626262;
    padding-right: 10px;
}

.blog-inner .entry-meta ul li a {
    color: #626262;
    padding-right: 10px;
}

.blog-inner .entry-meta ul li a i {
    padding-right: 6px;
    color: #d0b864;
}

.blog-inner .entry-tag span {
    background: #eceff7;
    padding: 3px 16px;
    color: #d0b864;
    position: relative;
    margin-right: 20px;
    float: left;
}

.blog-inner .entry-tag span:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #eceff7;
    position: absolute;
    right: -8px;
    content: "";
    top: 10px;
}

.blog-inner .entry-tag {
    margin: 20px 0;
}

.blog-inner .entry-tag ul {
    padding-left: 100px;
}

.blog-inner .entry-tag ul li {
    display: inline-block;
}

.blog-inner .entry-tag ul li a {
    color: #626262;
}

.blog-inner .entry-tag ul li a:hover {
    color: #d0b864;
}

.blog-inner .entry-button a.link {
    background: #d0b864;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 14px;
}

.blog-inner .entry-button a.link:hover {
    background: #252933;
}

.blog-inner .entry-button a.comment {
    background: #eceff7;
    color: #323232;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 14px;
}

.blog-inner .entry-button a.comment i {
    padding-right: 10px;
}

.blog-inner .entry-button a.comment:hover {
    background: #d0b864;
    color: #ffffff;
}


/*masonry*/

.masonry {
    position: relative;
}

.masonry .masonry-item {
    float: left;
}

.masonry.columns-2 .masonry-item {
    width: 50%;
    padding: 0 15px 0px;
}


/*blog sidebar*/

.widget-category ul li a {
    color: #626262;
    padding: 8px 0;
    display: inline-block;
}

.widget-category ul li a i {
    padding-right: 10px;
    font-size: 18px;
}

.widget-category ul li a:hover {
    color: #d0b864;
}

.widget-tag ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.widget-tag ul li a {
    background: transparent;
    border: 1px solid #d2d2d2;
    padding: 6px 20px;
    display: block;
    font-size: 13px;
    color: #626262;
    border-radius: 3px;
}

.widget-tag ul li a:hover {
    color: #ffffff;
    background: #d0b864;
}

a.back-to-blog {
    background: #eceff7;
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

a.back-to-blog i {
    padding-right: 8px;
}

.widget.widget-tag .list-unstyled {
    height: 1034px;
}


/*********************************************
blog single
********************************************/

.blog-single .entry-meta {
    margin: 20px 0;
}

.blog-single .entry-meta ul li {
    display: inline-block;
    color: #626262;
    padding-right: 10px;
}

.blog-single .entry-meta ul li a {
    color: #626262;
    padding-right: 10px;
}

.blog-single .entry-meta ul li a i {
    padding-right: 6px;
    color: #d0b864;
}

.blog-single .entry-content i {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    line-height: 28px;
}

.blog-single .entry-content h6 {
    font-weight: 600;
}

.blog-single .entry-share {
    margin: 30px 0;
}

.blog-single .entry-share span {
    background: #eceff7;
    font-size: 20px;
    display: inline-block;
    padding-right: 40px;
    font-weight: 600;
    padding: 12px;
}

.blog-single .entry-share ul {
    display: inline-block;
}

.blog-single .entry-share ul li {
    display: inline-block;
}

.blog-single .entry-share ul li a {
    padding: 12px 24px;
    display: block;
    color: #ffffff;
    font-size: 20px;
}

.blog-single .entry-content span {
    color: #d0b864 !important;
}

.blog-single .entry-content p {
    margin-left: 0px !important;
}

.blog-single .entry-share ul li a.facebook {
    background: #4867aa;
}

.blog-single .entry-share ul li a.twitter {
    background: #1da1f2;
}

.blog-single .entry-share ul li a.google-plus {
    background: #dd4d40;
}

.blog-single .entry-share ul li a.linkedin {
    background: #0077b5;
}

.blog-single .entry-share ul li a.rss {
    background: #ff7d01;
}

.blog-single .entry-comment-form {
    margin-top: 30px;
}

.blog-single .entry-comment-form .form-group {
    width: calc(100% / 3 - 0px);
    float: left;
    padding-right: 15px;
}

.blog-single .entry-comment-form .form-group:nth-child(4) {
    padding-right: 0px;
}

.blog-single .entry-comment-form .form-group.comment {
    width: 100%;
    padding-right: 0;
}

.blog-single .post-navigation {
    clear: both;
}

.blog-single .post-navigation .nav-next {
    float: right;
}

.blog-single .post-navigation .nav-previous {
    display: inline-block;
}

.blog-single .post-navigation a {
    background: #eceff7;
    padding: 4px 20px;
    display: inline-block;
}

.blog-single .post-navigation .nav-previous a i {
    padding-right: 10px;
}

.blog-single .post-navigation .nav-next a i {
    padding-left: 10px;
}

.blog-single .post-navigation a:hover {
    background: #d0b864;
    color: #ffffff;
}


/*blog-comments*/

.blog-single .entry-comment {
    margin-top: 30px;
}

.blog-single .entry-comment .comments-1 .comments-photo {
    width: 106px;
    height: auto;
    float: left;
    border: 5px solid #eceff7;
    margin-right: 20px;
}

.blog-single .entry-comment .comments-1 .comments-photo img {
    width: 100%;
}

.blog-single .entry-comment .comments-1 .comments-info {
    display: table;
    background: #eceff7;
    padding: 20px;
    margin-bottom: 20px;
}

.blog-single .entry-comment .comments-1 .comments-info h4 {
    display: inline-block;
}

.blog-single .entry-comment .comments-1 .comments-info span {
    font-size: 13px;
    color: #626262;
}

.blog-single .entry-comment .comments-1 .comments-info a {
    color: #d0b864;
}

.blog-single .entry-comment .comments-1 .comments-info a:hover {
    color: #363636;
}

.blog-single .entry-comment .comments-1.comments-2 {
    padding-left: 127px;
}

.blog-single .recent-post {
    margin-top: 80px;
}

.blog-single .recent-post .blog-home {
    padding: 0;
}

.blog-single .recent-post .owl-carousel .owl-item {
    padding: 0;
}

.blog-single .recent-post .owl-carousel .entry-image {
    display: none;
}

.blog-single .recent-post .owl-carousel .entry-tag {
    display: none;
}

.owl-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: 20px;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: 20px;
    width: auto;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

.owl-carousel .owl-nav .owl-prev i {
    padding-left: 0px;
}

.owl-carousel .owl-nav i {
    font-size: 20px;
    width: 44px;
    border-radius: 3px;
    height: 44px;
    line-height: 42px;
    padding-left: 2px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.58);
    color: #fff;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-carousel .owl-nav i:hover {
    background: rgba(0, 0, 0, 0.88);
    color: #d0b864;
}


/*********************************************
custom-link
********************************************/

.custom-link-block {
    overflow: hidden;
}

.custom-link {
    padding: 50px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.custom-link span {
    color: #d0b864;
}

.custom-link span i {
    padding-left: 10px;
    font-size: 14px;
}

.custom-link .content {
    position: relative;
    z-index: 9;
}

.custom-link .icon i,
.custom-link .icon img {
    position: absolute;
    font-size: 250px;
    z-index: 0;
    color: rgba(255, 255, 255, 0.1);
    line-height: 250px;
    bottom: -5%;
    right: -5%;
}

.custom-link .icon img {
    opacity: 0.1;
    width: 50%;
}

.custom-link:hover {
    background: #d0b864;
}

.custom-link:hover .btn {
    background: #ffffff;
    color: #252933;
}

.custom-link:hover .btn:hover {
    background: #252933;
    color: #ffffff;
}

.custom-link-02 {
    position: relative;
    padding: 30px 30px 90px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.custom-link-02 .link-title {
    margin-top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.custom-link-02 .link-title a {
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 600;
}

.custom-link-02 .link-title a:hover {
    color: #252933;
}

.custom-link-02 .link-content {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.custom-link-02 .link-content .btn {
    margin-top: 10px;
}

.custom-link-02 .link-content .btn.btn-primary,
.custom-link-02 .link-content .btn.btn-default {
    padding: 10px 30px;
}

.custom-link-02 .link-content .btn.btn-primary:hover {
    background: #ffffff;
    color: #d0b864;
}

.custom-link-02 .link-image img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.custom-link-02:hover .link-content {
    opacity: 1;
    bottom: 50px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.custom-link-02:hover .link-image img {
    transform: translate(0%, -40%) scale(0.80);
    left: 50%;
}

.custom-link-02:hover .link-title {
    margin-top: -70px;
}

.custom-link-02.black-bg .link-title a:hover {
    color: #d0b864;
}


/*.owl-item { transform: translateZ(0); -webkit-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); -moz-transform: translateZ(0); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 45%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; opacity: 0; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-indent: inherit; left: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-indent: inherit; right: 0px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-prev i { padding-left: 0px; }
.owl-carousel .owl-nav i { font-size: 20px; border-radius: 3px; width: 44px; height: 44px; line-height: 42px; padding-left: 2px; display: inline-block; color: #db2d2e; background: #ffffff; border: 1px solid #e3e3e3; font-weight: normal; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #db2d2e; color: #fff; border-color: #db2d2e; }
.owl-carousel:hover .owl-nav { opacity: 1; }
.owl-carousel:hover .owl-nav .owl-prev { left: -4%; }
.owl-carousel:hover .owl-nav .owl-next { right: -4%; }
.owl-theme .owl-controls { margin-top: 0px; }
.owl-carousel .owl-controls .owl-dot { display: inline-block; }
.owl-carousel .owl-dots { display: inline-block; position: relative; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; margin-top: 20px; }
.owl-carousel.owl-theme .owl-dots .owl-dot span { background: #1e2327; border-radius: 30px; display: inline-block; width: 10px; height: 10px; margin: 0px 3px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #e93e21; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #e93e21; width: 24px; }
.owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot span { background: #fff; }
.owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot.active span, .owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot span:hover { background: #e93e21; }
.our-clients .owl-carousel .owl-item img { width: auto; }
.center-block { display: block; margin-left: auto; margin-right: auto; }
.our-clients .owl-item { cursor: url("../media/client-arrow.png") 25 25, pointer; padding: 0 15px; }

/*************************
     phase 2 css
************************/


/***********************************
     custom-cms-development
************************************/

.cms-benefit-content {
    margin-top: 40px;
}

.cms-custom-content {
    padding-right: 30px;
    margin-top: 70px;
}


/***********************************
     dotnetnuke-development
************************************/

.dnn-company i {
    font-size: 20px;
    display: block;
    font-weight: 600;
}

.dotnetnuke-about-content {
    margin-top: 60px;
}

.dnn-development-content {
    margin-top: 50px;
}

.dnn-globally-content {
    margin-top: 30px;
}


/***********************************
    PPC marketing
************************************/

.ppc-about-content p {
    font-size: 20px;
    line-height: 34px;
}

.ppc-about-content {
    margin-top: 70px;
}

.ppc-advertising strong {
    font-size: 20px;
    display: block;
    line-height: 30px;
}

.ppc-advertising-content {
    margin-top: 60px;
}

.ppc-benefits-content {
    margin-top: 20px;
}


/***********************************
         process
************************************/

.process {
    margin: 0px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 50px;
    padding-top: 50px;
    min-height: inherit;
}

.process.left {
    border-right: 0;
    border-top: 0;
}

.process.right {
    border-left: 0;
    border-top: 0;
}

.process .border-area.left-bottom {
    position: absolute;
    bottom: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    left: -2px;
    z-index: 99;
}

.process .border-area.left-bottom:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    top: 0;
    border-bottom-left-radius: 70px;
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
    border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.right-top {
    position: absolute;
    top: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    right: -2px;
}

.process .border-area.right-top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    top: 0;
    border-top-right-radius: 70px;
    border-right: 2px dashed rgba(0, 0, 0, 0.3);
    border-top: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.right-bottom {
    position: absolute;
    bottom: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    right: -2px;
}

.process .border-area.right-bottom:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    top: 0;
    border-bottom-right-radius: 70px;
    border-right: 2px dashed rgba(0, 0, 0, 0.3);
    border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}

.process .border-area.left-top {
    position: absolute;
    top: -2px;
    background: #fff;
    height: 110px;
    width: 110px;
    left: -2px;
}

.process .border-area.left-top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    top: 0;
    border-top-left-radius: 70px;
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
    border-top: 2px dashed rgba(0, 0, 0, 0.3);
}

.process:first-child {
    padding-top: 0;
}

.process.left:first-child .process-step {
    top: 0;
}

.process:last-child {
    border-bottom: 0;
}

.process:last-child .border-area.left-bottom {
    bottom: 0;
}

.process:last-child .border-area.left-bottom:before {
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.process.left .process-step {
    position: absolute;
    top: 50px;
    left: -35px;
    z-index: 999;
}

.process.right .process-step {
    position: absolute;
    top: 50px;
    right: -35px;
    z-index: 999;
}

.process.left .process-content {
    padding-left: 80px;
}

.process.right .process-content {
    padding-right: 80px;
}

.process .process-step strong {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #d0b864;
    border-radius: 100%;
    display: inline-block;
    z-index: 99;
    font-size: 20px;
    color: #fff;
}

.process .process-content {
    position: relative;
    z-index: 999;
}

.process .process-content span {
    font-size: 80px;
    line-height: 80px;
    color: #d0b864;
}

.process.left .process-content .process-icon {
    display: table-cell;
    padding-right: 30px;
}

.process.left .process-content .process-info {
    display: table-cell;
    vertical-align: top;
}

.process.right .process-content .process-icon {
    float: right;
    padding-left: 30px;
}

.process.right .process-content .process-info {
    display: table-cell;
    vertical-align: top;
}


/***********************************
     android-game-development
************************************/

.android-game-about-content {
    margin-top: 40px;
}

.android-game-expertise-content {
    margin-top: 50px;
}

.android-game-why-content {
    margin-top: 30px;
}


/***********************************
    iphone-game-development
************************************/

.iphone-game-why-content {
    margin-top: 10px;
}

.iphone-game-about-content {
    margin-top: 70px;
}

.iphone-game-developer-content {
    margin-top: 30px;
}


/***********************************
    social-media-marketing
************************************/

.social-marketing-about-content {
    margin-top: 30px;
}

.social-marketing-about-content p {
    font-size: 18px;
    line-height: 28px;
}

.social-marketing-benefits-content {
    margin-top: 40px;
}


/***********************************
    unity game development
************************************/

.unity-game-why-content {
    margin-top: 80px;
}

.unity-game-development-content {
    margin-top: 20px;
}


/***********************************
     Hire HTML5 Developers
************************************/

.hire-member i {
    font-size: 70px;
    color: #d0b864;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border: 2px solid #c7c7c7;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

.hire-member span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
}

.hire-member:hover i {
    background: #d0b864;
    color: #ffffff;
    border-color: #d0b864;
}


/***********************************
     Hire Developers
************************************/

.hire-developer-about-content {
    padding-left: 200px;
    margin-top: 100px;
}

.hire-developer-about-content p {
    font-size: 22px;
    line-height: 34px;
}

.hire-excellence-content strong {
    font-size: 22px;
    display: block;
    margin: 15px 0 40px;
}

.hire-service {
    background: url(../media/about/07.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 30px;
    position: relative;
    z-index: 9;
}

.hire-excellence {
    padding: 100px 0;
}

.hire-developer-processes img {
    position: relative;
    z-index: 9;
    margin-bottom: -130px;
}

.custom-link-block.hire-excellence-mt {
    margin-top: 130px;
}


/***********************************
     Hire Developers
************************************/

.independent-content {
    padding: 160px 0;
}


/***********************************
     independent-verification-and-validation
************************************/

.independent-testing-company {
    padding: 120px 0;
}

.independent-about-content {
    margin-top: 80px;
}

.independent-about-content p {
    font-size: 18px;
    line-height: 28px;
}

.potenza-services-include h6 {
    padding-left: 40px;
}


/***********************************
     home page project-type
************************************/

.project-type h5 {
    margin: 20px 0;
}

.project-type .btn {
    margin-top: 20px;
}


/*************************
     phase 3 css
************************/

.portfolio-home-item {
    width: 517px;
    display: block;
    height: 370px;
}

.portfolio img.mobile-img {
    display: none;
}


/*zayka*/

.zayka-main {
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}

.zayka .logo {
    padding: 20px;
    position: relative;
    z-index: 9;
}

.zayka img {
    width: 100%;
    height: 100%;
    display: block;
}

.zayka .bg-01 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/zayka/backbg.png);
    background-clip: initial;
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.zayka .bg-01>div {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
}

.z-item-01 {
    bottom: -155px;
    z-index: 09;
    left: -20px;
}

.z-item-02 {
    top: 52%;
    z-index: 2;
    left: 2%;
}

.z-item-03 {
    top: 26%;
    z-index: 2;
    left: 15%;
}

.z-item-04 {
    top: 19%;
    z-index: 2;
    left: 38%;
}

.z-item-05 {
    top: 30%;
    z-index: 2;
    right: 15%;
}

.z-item-06 {
    top: 59%;
    z-index: 2;
    right: 4%;
}

.z-item-07 {
    bottom: -200px;
    z-index: 2;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out 0s;
    -moz-transition: all 0.9s ease-in-out 0s;
    -ms-transition: all 0.9s ease-in-out 0s;
    -o-transition: all 0.9s ease-in-out 0s;
    transition: all 0.9s ease-out 0s;
}

.zayka:hover .z-item-01 {
    bottom: -145px;
    z-index: 09;
    left: -20px;
}

.zayka:hover .z-item-02 {
    top: 43%;
    z-index: 2;
    left: -4%;
}

.zayka:hover .z-item-03 {
    top: 20%;
    z-index: 2;
    left: 14%;
}

.zayka:hover .z-item-04 {
    top: 10%;
    z-index: 2;
    left: 39%;
}

.zayka:hover .z-item-05 {
    top: 20%;
    z-index: 2;
    right: 11%;
}

.zayka:hover .z-item-06 {
    top: 53%;
    z-index: 2;
    right: 2%;
}

.zayka:hover .z-item-07 {
    opacity: 1;
    bottom: 0;
}


/*love*/

.love-main {
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}

.love .logo {
    padding: 20px;
    position: relative;
    z-index: 9;
}

.love .bg-01 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/cupid-love/backbg.png);
    background-clip: initial;
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.love .bg-02 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/cupid-love/06.png);
    background-clip: initial;
    background-origin: initial;
    background-position: 100% 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 0;
    transition: all 0.5s;
}

.love .bg-01>div {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
}

.love-item-01 {
    top: -12px;
    z-index: 02;
    right: 60px;
}

.love-item-02 {
    top: 128px;
    z-index: 03;
    right: 90px;
}

.love-item-03 {
    top: 120px;
    z-index: 04;
    right: 190px;
}

.love-item-04 {
    top: 118px;
    z-index: 03;
    right: 30px;
}

.love-item-05 {
    top: 170px;
    z-index: 02;
    right: 0;
}

.love-item-06 {
    top: 220px;
    z-index: 01;
    right: 0;
}

.love .love-item-01 .img-02 {
    display: none;
}

.love:hover .love-item-01 .img-01 {
    display: none;
}

.love:hover .love-item-01 .img-02 {
    display: block;
}

.love:hover .love-item-03 {
    right: 179px;
}

.love:hover .love-item-04 {
    right: 51px;
}

.love:hover .bg-02 {
    background-position: 100% -80px;
}


/*love*/

.car-dealer-main {
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}

.car-dealer .logo {
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.car-dealer .bg-01 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/cardealer/backbg.png);
    background-clip: initial;
    background-origin: initial;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
}

.car-dealer .bg-01>div {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
}

.car-item-01 {
    bottom: 60px;
    z-index: 02;
    left: 0;
    right: 0;
}

.car-item-02 {
    top: -20px;
    z-index: 01;
    right: 50px;
}

.car-item-03 {
    top: -20px;
    z-index: 01;
    left: 50px;
}

.car-item-04 {
    bottom: -50px;
    z-index: 05;
    right: -40px;
}

.car-item-05 {
    bottom: -30px;
    z-index: 06;
    right: 30px;
}

.car-item-06 {
    top: 100px;
    z-index: 09;
    left: 0;
    right: 0;
    display: none;
}

.car-dealer:hover .car-item-02 {
    top: 90px;
    transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    -o-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
}

.car-dealer:hover .car-item-03 {
    top: 80px;
    transform: rotate(-65deg);
    -moz-transform: rotate(-65deg);
    -webkit-transform: rotate(-65deg);
    -o-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
}

.car-dealer:hover .car-item-04 {
    bottom: -40px;
    right: -30px;
}

.car-dealer:hover .car-item-05 {
    bottom: -40px;
    right: 10px;
}

.car-dealer:hover .car-item-06 {
    display: block;
}


/*corps*/

.corps-main {
    padding-top: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.corps .logo {
    padding: 20px;
    position: relative;
    z-index: 9;
}

.corps .bg-01 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/the-corps/backbg.png);
    background-clip: initial;
    background-origin: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
}

.corps .bg-01>div {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
}

.corps-item-01 {
    bottom: -20px;
    z-index: 02;
    left: -40px;
}

.corps-item-02 {
    top: 125px;
    z-index: 02;
    left: 172px;
}

.corps-item-03 {
    top: 70px;
    z-index: 02;
    left: 220px;
}

.corps-item-04 {
    top: -26px;
    z-index: 02;
    right: 40px;
}

.corps:hover .bg-01 {
    background-position: 50% 100%;
}

.corps:hover .corps-item-01 {
    left: -20px;
}

.corps:hover .corps-item-02 {
    top: 115px;
    left: 162px;
}

.corps:hover .corps-item-03 {
    top: 70px;
    z-index: 02;
    left: 191px;
}

.corps:hover .corps-item-04 {
    top: -16px;
    z-index: 02;
    right: 90px;
}


/*constro*/

.constro-main {
    padding-top: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.constro .logo {
    padding: 20px;
    position: relative;
    z-index: 9;
    text-align: right;
    right: 0;
}

.constro .bg-01 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/constro/backbg.png);
    background-clip: initial;
    background-origin: initial;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
}

.constro .bg-01>div {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
}

.constro .bg-02 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/constro/03.png);
    background-clip: initial;
    background-origin: initial;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 0;
    transition: all 0.5s;
}

.constro-item-01 {
    bottom: 10px;
    z-index: 9;
    left: 50px;
}

.constro-item-02 {
    bottom: 10px;
    z-index: 8;
    right: -40px;
}

.constro:hover .bg-01 {
    background-position: -80px 100%;
}

.constro:hover .constro-item-01 {
    bottom: 12px;
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
}

.constro:hover .constro-item-02 {
    right: -50px;
}


/*martin*/

.martin-main {
    padding-top: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.martin .logo {
    padding: 20px;
    position: relative;
    z-index: 99;
}

.martin .bg-01 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/sam-martin/backbg.png);
    background-clip: initial;
    background-origin: initial;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
}

.martin .bg-01>div {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
}

.martin .bg-02 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/sam-martin/04.png);
    background-clip: initial;
    background-origin: initial;
    background-position: -60px 120%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 5;
    transition: all 0.5s;
}

.martin-item-01 {
    bottom: 20px;
    z-index: 9;
    right: 0px;
}

.martin-item-02 {
    top: 121px;
    z-index: 10;
    right: 188px;
}

.martin-item-03 {
    top: -31px;
    z-index: 02;
    right: 224px;
}

.martin-item-04 {
    top: -26px;
    z-index: 02;
    right: 40px;
}

.martin:hover .martin-item-01 {
    bottom: 25px;
}

.martin:hover .martin-item-02 {
    right: 188px;
    top: 114px;
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
}

.martin:hover .martin-item-03 {
    top: -35px;
    right: 224px;
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
}

.martin:hover .bg-01 {
    background-size: 120% 120%;
}

.martin:hover .bg-02 {
    background-position: -50px 120%;
}


/************************************
	 microsoft-case-studies page	
************************************/

.background-18 {
    background: url(../media/bg/15.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.microsoft-case-studie-about-content {
    padding: 100px 0;
}

.microsoft-case-studie-about-content h3 {
    font-style: italic;
    font-weight: 400;
}

.microsoft-case-studie-about-content h2 {
    font-size: 70px;
    line-height: 60px;
    font-weight: 900;
    padding-left: 10px;
    border-left: 8px solid #323232;
    color: #d0b864;
    margin-top: 20px;
}


/*microsoft-case-studie-site*/

.microsoft-case-studie-site {
    position: relative;
}

.address-bar {
    padding: 5px 10px;
    background: #eceff7;
}

.address-bar .dots {
    display: inline-block;
    margin-right: 10px;
}

.address-bar .dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: #d0b864;
    border-radius: 50%;
}

.address-bar .link-bar {
    padding: 1px 6px;
    background: #ffffff;
    display: inline-block;
    width: 87%;
    border-radius: 3px;
}

.address-bar .icon {
    display: inline-block;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
}


/*site-screenshot*/

.microsoft-case-studie-site .site-screenshot {
    border: 3px solid #eceff7;
    position: relative;
    clear: both;
}

.microsoft-case-studie-site .site-screenshot .item {
    text-align: center;
    position: relative;
}

.microsoft-case-studie-site .site-screenshot .item .item-box {
    height: 600px;
    overflow: hidden;
    z-index: 1;
}

.microsoft-case-studie-site .site-screenshot .item .item-box .item-inside {
    width: 100%;
    line-height: 0;
}

.microsoft-case-studie-site .site-screenshot .item img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}

.microsoft-case-studie-site .site-screenshot .item .item-box .item-inside img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
    margin-top: 0px;
    -webkit-transition-duration: 6s;
    -moz-transition-duration: 6s;
    -ms-transition-duration: 6s;
    -o-transition-duration: 6s;
    transition-duration: 6s;
}

.microsoft-case-studie-site .site-info .site-detail {
    position: relative;
    margin-bottom: 40px;
}

.microsoft-case-studie-site .site-info .site-detail:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #eceff7 transparent transparent;
    position: absolute;
    left: -10px;
    top: 15px;
    z-index: 9;
    content: "";
}

.microsoft-case-studie-site .site-info .site-detail strong {
    color: #969696;
}

.microsoft-case-studie-site .site-info .site-detail {
    padding: 30px;
    background: #eceff7;
    border-radius: 5px;
}

.microsoft-case-studie-site .site-info .site-detail .name {
    margin-bottom: 20px;
}

.microsoft-case-studie-site .site-info .site-detail .technology strong {
    margin-bottom: 10px;
    display: block;
}

.microsoft-case-studie-site .site-info .site-detail .technology {
    display: block;
    margin-bottom: 30px;
}

.microsoft-case-studie-site .site-info .site-detail .technology ul li i {
    padding-right: 10px;
    color: #d0b864;
}

.microsoft-case-studie-site .site-info .site-detail .technology ul li {
    font-weight: bold;
    font-size: 16px;
}

.microsoft-case-studie-site .site-info .site-detail .button a {
    margin-right: 5px;
}

.microsoft-case-studie-site .site-info .site-detail.left:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #eceff7;
    position: absolute;
    right: -10px;
    left: inherit;
    top: 15px;
    z-index: 9;
    content: "";
}


/************************************
	open-source-casestudies page
************************************/

.open-source-case-studie .column {
    width: 50%;
}

.os-case-studie-info ul li {
    font-weight: bold;
    font-size: 16px;
}

.os-case-studie-info ul li span {
    font-weight: normal;
    color: #969696;
}

.os-case-studie-info .page-block {
    padding: 180px 100px;
    border-bottom: 4px solid #d0b864;
}

.os-case-studie-info .page-block:last-child {
    border-bottom: 0px;
}

.os-case-studie-info img.mobile-mockup {
    display: none;
}

.laptop-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3% 14.3% 14.0% 16.0%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.os-case-studie-slide {
    position: relative;
    margin: 10% 0;
    overflow: hidden;
}

.slide-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-container>div {
    position: relative;
    -webkit-transition: top 1s ease;
    -o-transition: top 1s ease;
    -ms-transition: top 1s ease;
    -moz-transition: top 1s ease;
    transition: top 1s ease;
}

@media (max-width: 1700px) {

    /*open-source-casestudies page*/
    .laptop-container {
        padding: 3% 10.3% 15.4% 12%;
    }
}

@media (max-width: 1500px) {

    /*open-source-casestudies page*/
    .laptop-container {
        padding: 3% 9.3% 16.4% 11%;
    }
}

@media (max-width: 1400px) {

    /*microsoft-case-studies page*/
    .microsoft-case-studie-site .site-info .site-detail .button a.btn {
        padding: 12px 12px;
    }

    /*open-source-casestudies page*/
    .laptop-container {
        padding: 3% 6.3% 18.4% 8%;
    }

    .os-case-studie-info .page-block {
        padding: 100px 60px;
    }

    /*index*/
    .sammartin-item-01 {
        left: 30px;
    }

    .sammartin:hover .sammartin-item-01 {
        left: 39px;
    }

    .sammartin-item-02 {
        right: 21px;
    }

    .sammartin:hover .sammartin-item-02 {
        right: 31px;
    }

    .thecorps-item-01 {
        left: -150px;
    }

    .thecorps:hover .thecorps-item-01 {
        left: -20px;
    }
}

@media (max-width: 1024px) {

    /* microsoft-case-studies page*/
    .microsoft-case-studie-site .site-info .site-detail .button a.btn {
        margin-bottom: 5px;
    }

    .portfolio-single-share {
        display: none;
    }
}

@media (max-width: 992px) {

    /*microsoft-case-studies page*/
    .microsoft-case-studie-site .site-info {
        margin-top: 50px;
    }

    /*open-source-casestudies page*/
    .os-case-studie-info .page-block {
        padding: 40px 30px;
    }

    .primary-nav ul li a:hover {
        color: #333;
    }
}

@media (max-width: 767px) {

    /*microsoft-case-studies page*/
    .microsoft-case-studie-about-content h2 {
        font-size: 40px;
        line-height: 40px;
    }

    /*open-source-casestudies page*/
    .open-source-case-studie .column {
        width: 100%;
    }

    .os-case-studie-slide {
        display: none;
    }

    .os-case-studie-info img.mobile-mockup {
        display: block;
        margin-top: 40px;
    }

    .address-bar .link-bar {
        width: 80%;
    }
}

@media (max-width: 600px) {

    /*microsoft-case-studies page*/
    .microsoft-case-studie-site .site-screenshot .item .item-box {
        height: auto;
    }

    .microsoft-case-studie-about-content h2 {
        font-size: 30px;
        line-height: 30px;
    }

}


/*************************
     phase 4 css
************************/


/*constro*/

.thecorps-main {
    padding-top: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.thecorps .logo {
    padding: 20px;
    position: relative;
    z-index: 9;
    text-align: right;
    left: 20px;
}

.thecorps .bg-01 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/thecorps/backbg.png);
    background-clip: initial;
    background-origin: initial;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
}

.thecorps .bg-01>div {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
}

.thecorps-item-01 {
    bottom: -80px;
    z-index: 9;
    left: -100px;
}

.thecorps:hover .bg-01 {
    background-position: -80px 100%;
}

.thecorps:hover .thecorps-item-01 {
    left: -50px
}


/*constro*/

.sammartin-main {
    padding-top: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.sammartin .logo {
    padding: 20px;
    position: relative;
    z-index: 9;
    text-align: right;
    right: 10px;
    top: 50%;
    transform: translate(-50);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.sammartin .bg-01 {
    width: 100%;
    height: 100%;
    background: url(../media/portfolio/sammartin/backbg.png);
    background-clip: initial;
    background-origin: initial;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
}

.sammartin .bg-01>div {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
}

.sammartin-item-01 {
    bottom: -80px;
    z-index: 9;
    left: 0;
}

.sammartin-item-02 {
    top: 32px;
    z-index: 8;
    right: 140px;
    z-index: 9;
}

.sammartin:hover .bg-01 {
    background-position: -80px 100%;
}

.sammartin:hover .sammartin-item-01 {
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    left: 20px;
}

.sammartin:hover .sammartin-item-02 {
    transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    right: 147px;
    top: 37px;
}


/*************************
       media quarry
************************/

@media (max-width: 1700px) {
    .container-fluid {
        padding: 0 40px;
    }

    .primary-nav ul a {
        padding: 0 10px;
    }

    /*footer*/
    .footer-top {
        padding-bottom: 180px;
    }

    .object-text h2 {
        font-size: 80px;
        line-height: 80px;
    }

    /*asp.net*/
    .asp-about .asp-about-content {
        margin-top: 70px;
    }

    /*mobile app development page*/
    .android-block {
        width: 300px;
        height: 300px;
    }

    .android-block .button {
        padding: 50px;
    }

    /*hire-PHP-developers page*/
    .hire-php-about .hire-php-about-content {
        margin-top: 50px;
    }

    /*logo print fb*/
    .logo-design-content {
        margin-top: 30px;
    }

    .android-block {
        margin-top: 100px;
    }

    /*mobile-game-development*/
    .mobile-game-about-content {
        margin-top: 70px;
    }

    .android-block {
        width: 390px;
        height: 390px;
    }

    .android-block .button {
        padding: 100px;
    }

    /*responsive-website-development*/
    .responsive-website-content {
        margin-top: 40px;
    }

    /*seo-packages*/
    .seo-company-content {
        margin-top: 20px;
    }

    /*wordpress-development*/
    .why-wordpress .list-unstyled {
        margin-top: 50px;
    }

    /*magento development*/
    .magento-about-content {
        margin-top: 30px;
    }

    .magento-business img {
        margin-top: 40px;
    }

    /*html*/
    .html-about-content {
        margin-top: 30px;
    }

    /*wordpress-development*/
    .why-wordpress-content {
        margin-top: 30px;
    }

    /*custom-PHP-development*/
    .column-4 .android-block {
        width: 300px;
        height: 300px;
        margin-left: 50px;
    }

    .column-4 .android-block .button {
        padding: 60px;
    }

    /*consulting*/
    .image-consulting img {
        margin-top: 30px;
    }

    .marketing-consulting-content {
        margin-bottom: 40px;
    }

    /*************************
     phase 2 css
************************/
    /*custom-cms-development*/
    .cms-benefit-content {
        margin-top: 20px;
    }

    /*iphone-game-development*/
    .iphone-game-why-content {
        margin-top: 30px;
    }

    .iphone-game-about-content {
        margin-top: 80px;
    }

    .iphone-game-developer-content {
        margin-top: 30px;
    }
}

@media (max-width: 1600px) {

    /*************************
     phase 3 css
************************/
    /*portfolio*/
    .portfolio-home-item {
        width: 487px;
    }

    .constro-item-01 {
        left: 20px;
    }

    .corps-item-04 {
        right: 10px;
    }

    .corps:hover .corps-item-04 {
        right: 60px;
    }

    /*************************
     phase 4 css
************************/
    /*index*/
    .sammartin-item-02 {
        right: 113px;
    }

    .sammartin:hover .sammartin-item-02 {
        right: 115px;
    }
}

@media (max-width: 1550px) {

    /*slider*/
    .slider .owl-carousel .owl-nav .owl-prev {
        left: 0
    }

    .slider .owl-carousel .owl-nav .owl-next {
        right: 0
    }

    .slider .owl-carousel .owl-nav i {
        width: 24px;
    }

    .custom-ecommerce-development-about {
        padding: 40px 170px 0 0;
    }

    /*custom php development */
    .php-content img {
        margin-top: 60px;
    }

    /*asp.net*/
    .asp-about .asp-about-content {
        margin-top: 30px;
    }

    .asp-about-content-image img {
        margin-top: 20px;
    }

    .dnn-section-content {
        margin-top: 0;
    }

    /*footer*/
    .object-text br {
        display: none;
    }

    .footer-top {
        padding-bottom: 200px;
    }

    .object-text h2 {
        font-size: 100px;
        line-height: 100px;
    }

    /*hire-mobile mobile app development */
    .hire-mobile-about i {
        margin: 20px 0;
    }

    /*logo print fb*/
    .logo-design-content {
        margin-top: 0px;
    }

    .logo-design img {
        margin-top: 30px;
    }

    /*mobile-app-design*/
    .app-about-content {
        margin-top: 70px;
    }

    .ux-design-content {
        margin-top: 40px;
    }

    .potenza-offer-content {
        margin: 30px 0 70px;
    }

    /*mobile-game-development*/
    .mobile-game-about-content {
        margin-top: 70px;
    }

    .android-block {
        width: 340px;
        height: 340px;
    }

    .android-block .button {
        padding: 70px;
    }

    /*responsive-website-development*/
    .responsive-website-content {
        margin-top: 20px;
        padding-right: 30px;
    }

    .responsive-development-content {
        margin-top: 160px;
    }

    /*seo service*/
    .why-potenza-seo .list-style {
        margin: 0;
    }

    /*custom-php-development */
    .php-content img {
        margin-top: 100px;
    }

    /*wordpress-development*/
    .why-wordpress .list-unstyled {
        margin-top: 30px;
    }

    /*magento-development*/
    .magento-about-content {
        margin-top: 10px;
    }

    .magento-business img {
        margin-top: 80px;
    }

    /*html*/
    .html-about-content {
        margin-top: 10px;
    }

    /*contact us*/
    .our-office-address .contact-Office-address {
        padding-right: 180px;
    }

    /*dyo closet*/
    .exclusive-features .best-feature li {
        padding-bottom: 10px;
    }

    /*************************
     phase 2 css
************************/
    /*ppc-marketing*/
    .ppc-advertising-content {
        margin-top: 40px;
    }

    /*android-game-development  */
    .android-game-about-content {
        margin-top: 20px;
    }

    .android-game-expertise-content {
        margin-top: 20px;
    }

    .android-game-why-content {
        margin-top: 20px;
    }

    /*iphone-game-development*/
    .iphone-game-why-content {
        margin-top: 20px;
    }

    .iphone-game-about-content {
        margin-top: 60px;
    }

    .iphone-game-developer-content {
        margin-top: 30px;
    }

    /*social-media-marketing*/
    .social-marketing-about-content {
        margin-top: 0px;
    }

    .social-marketing-service img {
        margin-top: 60px;
    }

    /*unity game development*/
    .unity-game-why-content {
        margin-top: 40px;
    }

    .unity-game-development-content {
        margin-top: 0px;
    }

    .unity-game-development img {
        margin-top: 30px;
    }

    /*hire-developer*/
    .hire-developer-about-content {
        margin-top: 90px;
    }

    /*Tf pages*/
    .themeforest-portfolio-btn .details-block .icon i {
        font-size: 90px;
    }
}

@media (max-width: 1450px) {
    .primary-nav ul a {
        padding: 0 6px;
    }

    /*slider*/
    .slider .slider-content .slider-1.slider-3 h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .slider .slider-content .slider-1.slider-3 h3 {
        font-size: 20px;
        line-height: 28px;
    }

    /*About page*/
    .popup-mockup {
        bottom: -100px;
    }

    /*.net page*/
    .potenza-apart .potenza-apart-content {
        margin: 60px 0;
    }

    .asp-about-content-image img {
        margin-top: 50px;
    }

    /*custom-ecommerce-development page*/
    .custom-ecommerce-development-about {
        padding: 0px 170px 0 0;
    }

    /*custom php development */
    .php-content img {
        margin-top: 80px;
    }

    /*DYO-closet page*/
    .list-style.round.best-feature li {
        font-size: 14px;
        padding-bottom: 10px;
    }

    /*DYO photobook*/
    .photo-book-feature .list-style.round.best-feature li {
        padding-bottom: 20px;
        line-height: 24px;
    }

    .photo-book-feature .list-style.round.best-feature li:last-child {
        padding-bottom: 0;
    }

    /*DYO t-shirts*/
    .dyo-t-shirts-feature .list-style.round.best-feature li {
        padding-bottom: 20px;
        line-height: 24px;
    }

    .dyo-t-shirts-feature .list-style.round.best-feature li:last-child {
        padding-bottom: 0;
    }

    /*engagement-models page*/
    .engagement-about {
        margin-top: 40px;
    }

    .engagement-img {
        margin-top: -210px;
    }

    /*hire-PHP-developers page*/
    .hire-php-about .hire-php-about-content {
        margin-top: 0px;
    }

    /*html5*/
    .prefer-potenza-content {
        margin-top: 110px;
    }

    /*logo print fb*/
    .logo-design img {
        margin-top: 50px;
    }

    .print-logo img {
        margin-top: 30px;
    }

    .facebook-service-block img {
        margin-top: 40px;
    }

    /*mobile-app-design*/
    .app-about-content {
        margin-top: 60px;
    }

    .ux-design-content {
        margin-top: 0px;
    }

    .ux-design-content .mb-30 {
        margin-bottom: 24px;
    }

    .potenza-offer-content {
        margin: 30px 0 70px;
    }

    /*mobile-app-development*/
    .mobile-app-content {
        padding-top: 70px;
    }

    .background-mockup-09 {
        background-position: 160% center;
    }

    .mobile-app-success-content {
        margin-top: 110px;
    }

    .best-feature-service-image {
        margin-top: 40px;
    }

    .mobile-app-developers .list-unstyled {
        padding: 0;
    }

    /*mobile-game-development*/
    .mobile-game-about-content {
        margin-top: 60px;
    }

    .mobile-game-about img {
        margin-top: 60px;
    }

    .android-block {
        width: 340px;
        height: 340px;
        margin-left: 56px;
    }

    .android-block .button {
        padding: 74px;
    }

    /*responsive-website-development*/
    .responsive-development-content {
        margin-top: 130px;
    }

    .responsive-website-content {
        margin-top: 0;
    }

    .responsive-website img {
        margin-top: 20px;
    }

    /*website-design*/
    .website-designing-feature .mb-20 {
        margin-bottom: 5px;
    }

    .website-about .website-about-content {
        margin-top: 10px;
    }

    /*iPhone Application Development*/
    .iPhone-app-feature .feature-box {
        padding: 40px 40px;
    }

    /*wordpress-development*/
    .why-wordpress-content {
        margin-top: 40px;
    }

    /*contact us*/
    .our-office-address .contact-Office-address {
        padding-right: 130px;
    }

    /*Joomla-development*/
    .Joomla-about-content {
        margin-top: 50px;
    }

    .Joomla-business img {
        margin-top: 50px;
    }

    /*html*/
    .html-about-content {
        margin-top: 0px;
    }

    /*consulting*/
    .business-consulting-content {
        margin-top: 0;
    }

    .business-consulting img {
        margin-top: 30px;
    }

    .image-consulting-content {
        margin-top: 40px;
    }

    .marketing-consulting img {
        margin-top: 100px;
    }

    /*************************
     phase 2 css
************************/
    /*custom-cms-development*/
    .cms-benefit-content {
        margin-top: 0px;
    }

    .cms-custom-content {
        margin-top: 50px;
    }

    /*dotnetnuke-development*/
    .dotnetnuke-about-content {
        margin-top: 30px;
    }

    /*android-game-development  */
    .android-game-about-content {
        margin-top: 0px;
    }

    .android-game-expertise-content {
        margin-top: 0px;
    }

    .android-game-why-content {
        margin-top: 0px;
    }

    .android-game-about img {
        margin-top: 30px;
    }

    .android-game-expertise img {
        margin-top: 20px;
    }

    .android-game-why img {
        margin-top: 0px;
    }

    /*social-media-marketing*/
    .social-marketing-service img {
        margin-top: 80px;
    }

    .social-marketing-benefits-content {
        margin-top: 20px;
    }

    /*unity game development*/
    .unity-game-why-content {
        margin-top: 40px;
    }

    .unity-game-development img {
        margin-top: 60px;
    }

    /*hire-developer*/
    .hire-developer-about-content {
        margin-top: 70px;
    }

    .custom-link-block.link-fore .custom-link-02 .link-title a {
        line-height: 20px;
        font-size: 20px;
    }

    .custom-link-02:hover .link-title {
        margin-top: -50px;
    }

    .potenza-services-include h6 {
        padding-left: 20px;
    }

    /*independent-verification-and-validation*/
    .independent-about-content {
        margin-top: 60px;
    }

    /*************************
     phase 3 css
************************/
    /*portfolio*/
    .portfolio-home-item {
        width: 420px;
    }

    .constro-item-02 {
        right: -110px;
    }

    .constro:hover .constro-item-02 {
        right: -120px;
    }

    .corps-item-04 {
        right: -20px;
    }

    .corps-item-03 {
        top: 70px;
        left: 202px;
    }

    .corps:hover .corps-item-04 {
        right: 0;
    }

    .car-dealer:hover .car-item-06 {
        display: none;
    }

    .car-item-02 {
        right: 0;
    }

    .car-item-03 {
        left: 0;
    }

    .z-item-02 {
        top: 56%;
    }

    .z-item-03 {
        top: 36%;
    }

    .z-item-04 {
        top: 31%;
    }

    .z-item-05 {
        top: 41%;
        right: 10%;
    }

    .zayka:hover .z-item-02 {
        top: 50%;
        left: 0%;
    }

    .zayka:hover .z-item-03 {
        top: 28%;
    }

    .zayka:hover .z-item-04 {
        top: 21%;
    }

    .zayka:hover .z-item-05 {
        top: 31%;
        right: 10%;
    }

    /*************************
     phase 4 css
************************/
    /*index*/
    .sammartin:hover .sammartin-item-01 {
        left: 10px;
    }

    .sammartin-item-02 {
        right: 47px;
    }

    .sammartin:hover .sammartin-item-02 {
        right: 56px;
    }

    .thecorps-item-01 {
        left: -150px;
    }

    .thecorps:hover .thecorps-item-01 {
        left: -20px;
    }
}

@media (max-width: 1366px) {
    .header .header-right .phone {
        padding: 23px 20px 0 0px;
    }

    .header .header-right .phone span {
        display: none;
    }

    .header .header-right .phone i {
        background: #d0b864;
        color: #ffffff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
    }

    .header .header-right .social {
        padding-left: 14px;
    }

    .header .header-right .social {
        position: relative;
    }

    .header .header-right .social #social {
        display: block;
    }

    .header .header-right .social .social-icon {
        display: none;
        position: absolute;
    }

    .header .header-right .social ul.social-icon li {
        display: block;
    }

    .header .header-right #social i {
        background: #d0b864;
        color: #ffffff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
    }

    .header .header-right .phone {
        padding-right: 14px;
    }

    .slider .slider-content .slider-1 {
        width: 40%;
    }

    .slider .slider-content .slider-1 h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .slider .slider-content .slider-1 p {
        font-size: 16px;
        margin: 20px 0;
    }

    .industries-catered .industries-item h6 {
        font-size: 15px;
        font-weight: 600;
    }

    .section-title {
        padding: 0 150px;
    }

    .custom-content {
        padding: 0 100px;
    }

    .js-video {
        padding-bottom: 35.1%;
    }

    .client .client-title .icon i {
        font-size: 50px;
        margin-right: 10px;
        line-height: 50px;
    }

    .client .client-title .icon span {
        font-size: 50px;
        margin-right: 10px;
    }

    .why-choose h2 {
        font-size: 30px;
    }

    .feature-box {
        padding: 30px;
    }

    .footer .contact-form {
        top: -40px;
    }

    .footer-top {
        padding-bottom: 240px;
    }

    .object-text h2 {
        font-size: 100px;
        line-height: 100px;
    }

    /*mobile app development page*/
    .android-block {
        width: 220px;
        height: 220px;
        margin-top: 100px;
    }

    .android-block .button {
        padding: 40px;
    }

    .android-block i {
        font-size: 80px;
    }

    .android-block h2 {
        margin-top: 10px;
        font-size: 26px;
    }

    /*custom-PHP-development*/
    .column-4 .android-block img {
        width: 50%;
    }

    .column-4 .android-block .button {
        padding: 80px;
    }

    /*asp.net */
    .asp-about .asp-about-content {
        margin-top: 0;
    }

    .asp-about .feature-box .list-style li {
        padding-bottom: 4px;
    }

    .asp-about-content-image img {
        margin-top: 30px;
    }

    .asp-technology-content {
        margin-top: 100px;
    }

    .dnn-section-content {
        margin-top: 0;
    }

    .dnn-section img {
        margin-top: 30px;
    }

    /*website design*/
    .website-about .website-about-content {
        margin-top: 0px;
    }

    /*html5*/
    .facebook-text h2 {
        padding-left: 0;
        margin-top: 20px;
    }

    .history-block .history-year span {
        font-size: 130px;
    }

    .history-block.history-03 {
        margin-top: 340px;
    }

    .history-block.history-05 {
        margin-top: 80px;
    }

    /*custom-ecommerce-development page*/
    .custom-ecommerce-development-about {
        padding: 0;
    }

    /*custom php development */
    .php-content img {
        margin-top: 90px;
    }

    /*DYO-closet page*/
    .list-style.round.best-feature li {
        line-height: 24px;
    }

    /*engagement-models page*/
    .engagement-about {
        margin-top: 20px;
    }

    .engagement-img {
        margin-top: -180px;
    }

    /*hire-PHP-developers page*/
    .hire-php-about p {
        margin: 30px 0;
    }

    .hire-php-feature ul.list-style {
        margin-top: 90px;
    }

    /*html5*/
    .html-application-content h2 {
        font-size: 26px;
    }

    .prefer-potenza-content {
        margin-top: 80px;
    }

    .html-application .list-style.round li {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    /*Joomla-development*/
    .custom-block p {
        font-size: 16px;
    }

    /*print-logo*/
    .print-logo-content .mb-30 {
        margin-bottom: 10px;
    }

    .print-logo-content {
        margin-top: 0;
    }

    .print-logo img {
        margin-top: 0px;
    }

    .facebook-service-block img {
        margin-top: 70px;
    }

    .best-feature-content li {
        line-height: 30px;
        font-size: 16px;
    }

    /*mobile-app-design*/
    .app-about-content {
        margin-top: 20px;
    }

    .ux-design-content .mb-30 {
        margin-bottom: 24px;
    }

    .ux-design img {
        margin-top: 50px;
    }

    .potenza-offer-content {
        margin: 0px 0 54px;
    }

    /*mobile-app-development*/
    .mobile-app-content {
        padding-top: 50px;
    }

    .background-mockup-09 {
        background-position: 180% center;
    }

    .mobile-app-success-content {
        margin-top: 100px;
    }

    .mobile-app-developers .list-unstyled {
        margin: 40px 0;
    }

    .mobile-application-service .mt-40.mb-40 {
        margin: 10px 0;
    }

    .mobile-application-service h6 {
        line-height: 24px;
    }

    .best-feature-service .feature-text {
        padding-right: 10px;
    }

    .best-feature-service .feature-text p {
        font-size: 18px;
        line-height: 24px;
    }

    /*mobile-game-development*/
    .mobile-game-about-content {
        margin-top: 40px;
    }

    .mobile-game-about img {
        margin-top: 100px;
    }

    .android-block {
        width: 320px;
        height: 320px;
        margin-left: 56px;
    }

    .android-block .button {
        padding: 90px;
    }

    /*responsive-website-development*/
    .responsive-development-content {
        margin-top: 80px;
    }

    .responsive-website img {
        margin-top: 60px;
    }

    /*seo-packages*/
    .optimize-website {
        padding: 90px 0;
    }

    /*seo service*/
    .why-potenza-seo .list-style.round li {
        padding-bottom: 10px;
    }

    .seo-business img {
        margin-top: 50px;
    }

    /*wordpress-development*/
    .why-wordpress .list-unstyled {
        margin-top: 0px;
    }

    .why-potenza-wordpress.background-12 {
        background-position: left;
    }

    .why-potenza-wordpress-content {
        padding: 30px;
    }

    /*themeforest*/
    .themeforest-portfolio-details {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .themeforest-portfolio-details p {
        font-size: 13px;
    }

    .why-choose-products .col-md-4:nth-child(4) {
        clear: both;
    }

    /*contact us*/
    .contact-hiring {
        padding: 50px 340px 50px 40px;
    }

    .our-office-address .contact-Office-address {
        padding-right: 100px;
    }

    /*blog*/
    .blog-inner .entry-title a {
        font-size: 26px;
        line-height: 30px;
    }

    /*Joomla development*/
    .Joomla-about-content {
        margin-top: 40px;
    }

    .Joomla-business img {
        margin-top: 70px;
    }

    /*magento development*/
    .magento-business img {
        margin-top: 120px;
    }

    .themeforest-portfolio-btn .details-block .icon i {
        font-size: 70px;
    }

    /*html*/
    .html-about-content {
        margin-bottom: 60px;
    }

    /*custom-link*/
    .custom-link {
        padding: 40px 20px;
    }

    /*consulting*/
    .image-consulting-content {
        margin-top: 10px;
    }

    .marketing-consulting img {
        margin-top: 150px;
    }

    /*************************
     phase 2 css
************************/
    /* cms-custom */
    .cms-custom-content {
        margin-top: 40px;
    }

    /*dotnetnuke-development*/
    .dotnetnuke-about-content {
        margin-top: 0px;
    }

    .dnn-globally img {
        margin-top: 50px;
    }

    /*ppc-marketing*/
    .ppc-about-content {
        margin-top: 40px;
    }

    .ppc-advertising-content {
        margin-top: 20px;
    }

    .ppc-benefits-content {
        margin-top: 0;
    }

    /*iphone-game-development*/
    .iphone-game-why-content {
        margin-top: 0px;
    }

    .iphone-game-about-content {
        margin-top: 50px;
    }

    .iphone-game-developer-content {
        margin-top: 30px;
    }

    .iphone-game-why img {
        margin-top: 60px;
    }

    /*social-media-marketing*/
    .social-marketing-about-content p {
        font-size: 16px;
    }

    .social-marketing-about img {
        margin-top: 30px;
    }

    /*unity game development*/
    .unity-game-why-content {
        margin-top: 20px;
    }

    .unity-game-development img {
        margin-top: 100px;
    }

    /*hire-developer*/
    .hire-developer-about-content {
        margin-top: 100px;
        padding-left: 60px;
    }

    /*independent-verification-and-validation*/
    .potenza-services-include h6 {
        padding-left: 0px;
    }

    .independent-about-content {
        margin-top: 64px;
    }

    /*************************
     phase 4 css
************************/
    /*index*/
    .sammartin-item-01 {
        left: 10px;
    }

    .sammartin:hover .sammartin-item-01 {
        left: 19px;
    }

    .sammartin-item-02 {
        right: 70px;
        top: 82px;
    }

    .sammartin:hover .sammartin-item-02 {
        right: 80px;
        top: 82px;
    }

    .sammartin-item-01 img {
        width: 88%;
    }

    .sammartin-item-02 img {
        width: 88%;
    }
}

@media (max-width: 1300px) {

    /*************************
     phase 3 css
************************/
    /*portfolio*/
    .portfolio-home-item {
        width: 390px;
    }

    .martin .bg-02 {
        background-position: -130px 120%;
    }

    .martin:hover .bg-02 {
        background-position: -110px 120%;
    }

    .corps-item-03 {
        top: 74px;
        left: 193px;
    }

    .corps:hover .corps-item-03 {
        top: 80px;
        left: 181px;
    }

    .corps:hover .corps-item-02 {
        top: 125px;
        left: 172px;
    }

    .corps:hover .corps-item-01 {
        left: -30px;
    }

    .constro-item-01 img,
    .constro-item-02 img {
        width: 80%;
    }

    .constro-item-02 {
        right: -145px;
    }

    .constro-item-01 {
        left: 40px;
    }

    .constro:hover .constro-item-02 {
        right: -156px;
    }

    .car-item-02 {
        top: -10px;
    }

    .car-item-03 {
        top: -10px;
    }

    .car-dealer:hover .car-item-03 {
        transform: rotate(-54deg);
        -moz-transform: rotate(-54deg);
        -webkit-transform: rotate(-54deg);
        -o-transform: rotate(-54deg);
        -ms-transform: rotate(-54deg);
    }

    .car-dealer:hover .car-item-02 {
        top: 90px;
        transform: rotate(54deg);
        -moz-transform: rotate(54deg);
        -webkit-transform: rotate(54deg);
        -o-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
    }

    .car-dealer:hover .car-item-03 {
        top: 90px;
    }

    .zayka:hover .z-item-01 {
        left: -45px;
    }

    .zayka:hover .z-item-04 {
        top: 24%;
    }

    .portfolio-home-item .logo img {
        width: 60%;
        margin-left: 0;
    }

    .project-type .project-type-title {
        margin-bottom: 20px;
    }

    /*************************
     phase 4 css
************************/
    /*index*/
    .sammartin-item-02 {
        right: 36px;
        top: 82px;
    }

    .sammartin:hover .sammartin-item-02 {
        right: 48px;
        top: 82px;
    }
}

@media (max-width: 1250px) {
    .slider .slider-content .slider-1 {
        width: 50%;
    }

    .why-choose .awards-nominees .owl-carousel {
        padding: 34px 0 0px;
    }

    /*DYO-closet page*/
    .list-style.round.best-feature li {
        line-height: 24px;
        padding-bottom: 10px;
    }

    /*mobile app development page*/
    .hire-mobile-about i {
        font-size: 18px;
        margin: 40px 0;
    }

    /*hire-PHP-developers page*/
    .hire-php-about p {
        margin: 20px 0;
    }

    .hire-php-feature ul.list-style {
        margin-top: 60px;
    }

    /*html5*/
    .prefer-potenza-content {
        margin-top: 40px;
    }

    /*logo-design*/
    .logo-design img {
        margin-top: 30px;
    }

    .facebook-service-block img {
        margin-top: 90px;
    }

    /*mobile-app-design*/
    .app-about-content {
        margin-top: 10px;
    }

    .ux-design-content .mb-30 {
        margin-bottom: 20px;
    }

    .ux-design img {
        margin-top: 70px;
    }

    /*mobile-app-development*/
    .mobile-app-content {
        padding-top: 40px;
    }

    .background-mockup-09 {
        background-position: 260% center;
    }

    .engineer-mobility {
        padding-right: 0;
    }

    .mobile-app-success-content {
        margin-top: 90px;
    }

    .mobile-app-developers .list-unstyled {
        margin-top: 40px;
    }

    .best-feature-service .feature-text {
        padding-right: 0px;
    }

    .best-feature-service .feature-text p {
        font-size: 16px;
        line-height: 22px;
    }

    /*mobile-game-development*/
    .mobile-game-about img {
        margin-top: 120px;
    }

    .android-block {
        width: 300px;
        height: 300px;
        margin-left: 44px;
    }

    .android-block .button {
        padding: 70px;
    }

    .mobile-game-developers .list-unstyled {
        margin-top: 60px;
    }

    .responsive-development-content {
        margin-top: 50px;
    }

    .responsive-website img {
        margin-top: 70px;
    }

    /*seo-packages*/
    .seo-company h4 {
        padding-left: 40px;
    }

    .seo-company-content {
        margin-top: 0;
    }

    .seo-company img {
        margin-top: 50px;
    }

    /*themeforest*/
    .themeforest-portfolio-details {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .why-choose-products .col-md-4:nth-child(4) {
        clear: both;
    }

    .asp-about .asp-about-content {
        padding-right: 0;
    }

    .asp-about .asp-about-content-image {
        margin-top: 30px;
    }

    /*Joomla development*/
    .Joomla-about-content {
        margin-top: 30px;
    }

    .magento-about-content {
        margin-top: 0;
    }

    .magento-about img {
        margin-top: 50px;
    }

    .magento-business img {
        margin-top: 150px;
    }

    /*logo print fb*/
    .logo-design img {
        margin-top: 80px;
    }

    .print-logo img {
        margin-top: 30px;
    }

    .themeforest-portfolio-btn .details-block .icon i {
        font-size: 70px;
    }

    .themeforest-portfolio-btn .details-block .info {
        display: block;
        text-align: center;
        margin: 10px 0;
        padding: 0;
    }

    .themeforest-portfolio-btn .details-block .icon {
        display: block;
        text-align: center;
        margin: 10px 0;
        padding: 0;
    }

    .themeforest-portfolio-btn .details-block.text-left img {
        display: inline-block;
        width: 60px;
    }

    .row.themeforest-portfolio-btn.mt-40 {
        margin-top: 20px;
    }

    /*html*/
    .html-about-content {
        margin-bottom: 40px;
    }

    .why-wordpress-content {
        margin-top: 0;
    }

    /*offshore */
    .Offshore-model-potenza img {
        margin-top: 70px;
    }

    /*ecommerce*/
    .why-most-potenza img {
        margin-top: 50px;
    }

    .counter-block.center .info {
        padding: 0;
    }

    /*Contact us*/
    .our-office-address .contact-Office-address {
        padding-right: 0;
    }

    .contact-Office .contact-Office-icon {
        padding-right: 60px;
    }

    .contact-hiring {
        padding: 50px 150px 50px 40px;
    }

    /*consulting*/
    .business-consulting img {
        margin-top: 60px;
    }

    .ux-consulting img {
        margin-top: 20px;
    }

    .image-consulting img {
        margin-top: 40px;
    }

    .marketing-consulting img {
        margin-top: 130px;
    }

    .ux-consulting-content {
        margin-top: 0;
    }

    /*custom-php-development */
    .php-content img {
        margin-top: 130px;
    }

    .custom-link-02:hover .link-title {
        margin-top: -50px;
    }

    .custom-link-02:hover .link-content {
        bottom: 40px;
    }

    /*************************
     phase 2 css
************************/
    /*custom-cms-development*/
    .cms-benefit img {
        margin-top: 40px;
    }

    .cms-exclusive-benefit img {
        margin-top: 40px;
    }

    .cms-custom-content {
        margin-top: 30px;
    }

    /*dotnetnuke-development*/
    .dnn-development-content {
        margin-top: 0;
    }

    /*ppc-marketing*/
    .ppc-about-content {
        margin-top: 30px;
    }

    .ppc-advertising-content {
        margin-top: 0;
    }

    /*iphone-game-development*/
    .iphone-game-why-content {
        margin-top: 0px;
    }

    .iphone-game-about-content {
        margin-top: 30px;
    }

    .iphone-game-developer-content {
        margin-top: 10px;
    }

    .iphone-game-why img {
        margin-top: 60px;
    }

    /*social-media-marketing*/
    .social-marketing-about-content {
        margin-top: 0;
    }

    .social-marketing-about img {
        margin-top: 20px;
    }

    .social-marketing-service img {
        margin-top: 130px;
    }

    .social-marketing-benefits img {
        margin-top: 50px;
    }

    .social-marketing-about img {
        margin-top: 60px;
    }

    /*unity game development*/
    .unity-game-why-content {
        margin-top: 0px;
    }

    .unity-game-why img {
        margin-top: 20px;
    }

    .unity-game-development img {
        margin-top: 130px;
    }

    /*hire-developer*/
    .hire-service h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .hire-excellence {
        padding: 60px 0;
    }

    .custom-link-block.link-fore .custom-link-02 {
        padding-bottom: 100px;
    }

    /*independent-verification-and-validation*/
    .independent-about-content {
        margin-top: 50px;
    }

    /*************************
     phase 3 css
************************/
    /*portfolio*/
    .portfolio-home-item {
        width: 360px;
    }

    .martin .bg-02 {
        background-position: -190px 120%;
    }

    .martin:hover .bg-02 {
        background-position: -180px 120%;
    }

    .constro-item-01 img,
    .constro-item-02 img {
        width: 70%;
    }

    .constro-item-01 {
        left: 30px;
    }

    .constro-item-02 {
        right: -159px;
    }

    .constro:hover .constro-item-02 {
        right: -170px;
    }

    .corps-item-02 {
        top: 135px;
        left: 162px;
    }

    .corps-item-03 {
        top: 84px;
        left: 180px;
    }

    .car-item-02 {
        top: 0px;
        top
    }

    .car-item-03 {
        top: 0px;
    }

    .car-dealer:hover .car-item-03 {
        transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -webkit-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
    }

    .car-dealer:hover .car-item-02 {
        top: 90px;
        transform: rotate(44deg);
        -moz-transform: rotate(44deg);
        -webkit-transform: rotate(44deg);
        -o-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
    }

    .car-dealer:hover .car-item-02 {
        top: 100px;
    }

    .car-dealer:hover .car-item-03 {
        top: 100px;
    }

    .car-item-04 img {
        width: 80%;
    }

    .car-item-05 img {
        width: 80%;
    }

    .z-item-01 {
        bottom: -135px;
    }

    .zayka:hover .z-item-01 {
        bottom: -125px;
    }

    /*************************
     phase 4 css
************************/
    /*index*/
    .sammartin-item-01 {
        left: 10px;
    }

    .sammartin:hover .sammartin-item-01 {
        left: 19px;
    }

    .sammartin-item-02 {
        right: 2px;
        top: 82px;
    }

    .sammartin:hover .sammartin-item-02 {
        right: 21px;
        top: 82px;
    }

    .sammartin-item-01 img {
        width: 88%;
    }

    .sammartin-item-02 img {
        width: 88%;
    }
}

@media (max-width: 1199px) {
    .page-section {
        padding: 40px 0;
    }

    .page-section-pt {
        padding-top: 40px;
    }

    .page-section-pb {
        padding-bottom: 40px;
    }

    .why-choose .row-eq-height {
        display: inherit;
    }

    .employee-growth-content {
        margin-top: 0;
    }

    .why-choose .row .row.no-gutter {
        margin: 0;
    }

    .feature-text .icon {
        display: block;
        margin-bottom: 12px;
    }

    .counter .feature-text .icon {
        display: table-cell;
    }

    .counter-block .icon span,
    .feature-text .icon span {
        font-size: 50px;
        line-height: 70px;
    }

    .feature-text .info b,
    .counter-block .info b {
        font-size: 36px;
    }

    .footer-top {
        padding-bottom: 190px;
    }

    /*action box*/
    .action-box {
        padding: 70px 0 110px;
    }

    /*about page */
    .popup-mockup {
        display: none;
    }

    .about .popup-video {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .about .popup-video img {
        width: 100%;
    }

    .about .about-content {
        padding-right: 0;
    }

    .about .popup-video {
        height: 200px;
        overflow: hidden;
    }

    /*history */
    .history-block .history-image .history-content {
        left: 0;
    }

    .history-block.history-04 .history-content {
        right: 0;
    }

    .history-content h4 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .history-block .history-year span {
        font-size: 100px;
    }

    .history-block.history-03 {
        margin-top: 320px;
    }

    .android-app-feature .feature-box-main {
        margin: 0;
    }

    .iPhone-app-feature .feature-box-main {
        margin: 0;
    }

    .row-eq-height.feature-box-main.feature-center-image {
        display: flex;
    }

    .row-eq-height.feature-box-main.feature-center-image .hidden-img {
        display: none;
    }

    /* net page*/
    .potenza-apart .potenza-apart-content {
        margin: 40px 0;
    }

    .asp-development h5 {
        margin-top: 0;
    }

    /*custom php development */
    .php-content img {
        margin-top: 150px;
    }

    /*DYO-closet page*/
    .list-style.round.best-feature li {
        line-height: 28px;
    }

    /*engagement-models page*/
    .engagement-about {
        margin-top: 0px;
    }

    .engagement-img {
        margin-top: -150px;
    }

    /*asp.net*/
    .asp-about .asp-about-content-image {
        margin-top: 60px;
    }

    .asp-about .hidden-img {
        display: none;
    }

    .dnn-section img {
        margin-top: 80px;
    }

    /*website design*/
    .website-about .hidden-img {
        display: none;
    }

    .website-designing-feature .background-03 {
        display: none;
    }

    .website-about .website-about-image {
        margin-top: 80px;
    }

    /*mobile app development page*/
    .hire-mobile-about i {
        line-height: 28px;
    }

    .mobile-game-developers .list-unstyled {
        margin-top: 0px;
    }

    /*hire-PHP-developers page*/
    .hire-php-about p {
        font-size: 16px;
    }

    .hire-php-feature ul.text-cyan li {
        font-size: 16px;
        line-height: 28px;
    }

    /*html5*/
    .prefer-potenza-content {
        margin-top: 30px;
    }

    /*logo print fb*/
    .logo-design-content .mb-30 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .logo-design img {
        margin-top: 60px;
    }

    .print-logo img {
        margin-top: 50px;
    }

    /*mobile-app-design*/
    .app-about-content {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    /*mobile-app-development*/
    .mobile-app-content {
        padding-top: 10px;
    }

    .mobile-application-service .black-bg {
        display: none;
    }

    .background-mockup-09 {
        background: #eceff7;
    }

    .mobile-app-success-content {
        margin-top: 80px;
    }

    .mobile-app-developers .list-unstyled {
        margin-top: 20px;
    }

    .testimonial-clients h2 {
        font-size: 30px;
        line-height: 34px;
    }

    /*mobile-game-development*/
    .mobile-game-about img {
        display: none;
    }

    .android-block {
        width: 270px;
        height: 270px;
        margin-bottom: 80px;
    }

    .android-block .button {
        padding: 60px;
    }

    /*custom-PHP-development*/
    .column-4 .android-block {
        width: 200px;
        height: 200px;
        margin-left: 30px;
    }

    .column-4 .android-block img {
        width: 50%;
    }

    .column-4 .android-block .button {
        padding: 30px;
    }

    /*responsive-website-development*/
    .responsive-development img {
        margin-top: 20px;
    }

    .responsive-development-content {
        margin: 40px 0;
    }

    .responsive-feature .feature-box .list-style li {
        padding-bottom: 2px;
    }

    /*seo-package*/
    .seo-package-services .list-style {
        margin: 30px 0 70px;
    }

    .seo-company img {
        margin-top: 70px;
    }

    /*iPhone Application Development*/
    .iPhone-app-feature .feature-box {
        margin-top: 0px;
    }

    /*themeforest*/
    .themeforest-portfolio-details {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .why-choose-products .feature-text {
        padding: 0 10px;
    }

    .themeforest-portfolio-image img {
        padding-top: 70px;
    }

    .themeforest-portfolio-details .btn {
        padding: 14px 20px;
    }

    /*.height{height: auto;}*/
    /*contact us*/
    .our-office-address .contact-Office-address {
        padding-right: 30px;
    }

    .contact-hiring {
        background: #d0b864;
        padding-right: 40px;
    }

    .contact-Office .contact-Office-icon {
        padding-right: 20px;
    }

    /*Joomla Development */
    .Joomla-business img {
        margin-top: 90px;
    }

    /*html*/
    .html-about-content {
        margin-bottom: 40px;
    }

    .html-about img {
        margin-bottom: 0;
        margin-top: 80px;
    }

    /*wordpress Development*/
    .why-wordpress img {
        margin-top: 40px;
    }

    /*ecommerce*/
    .why-most-potenza img {
        margin-top: 100px;
    }

    .android-block {
        margin-top: 60px;
    }

    /*custom-link*/
    .custom-link .icon i {
        font-size: 150px;
        bottom: -20%;
    }

    /*************************
     phase 2 css
************************/
    /*custom-cms-development*/
    .cms-benefit img {
        margin-top: 40px;
    }

    .cms-exclusive-benefit img {
        margin-top: 70px;
    }

    /*dotnetnuke-development*/
    .dnn-development img {
        margin-top: 50px;
    }

    /*ppc-marketing*/
    .ppc-about-content {
        margin-top: 0;
    }

    .ppc-benefits img {
        margin-top: 70px;
    }

    /*android game development*/
    .android-game-about img {
        margin-top: 60px;
    }

    .android-game-expertise img {
        margin-top: 40px;
    }

    .android-game-why img {
        margin-top: 40px;
    }

    /*iphone-game-development*/
    .iphone-game-about-content {
        margin-top: 20px;
    }

    .iphone-game-developer-content {
        margin-top: 10px;
    }

    .iphone-game-why img {
        margin-top: 60px;
    }

    .iphone-game-developer img {
        margin-top: 50px;
    }

    /*unity game development*/
    .unity-game-why img {
        margin-top: 30px;
    }

    .unity-game-development img {
        margin-top: 200px;
    }

    /*hire-developer*/
    .hire-developer-about-content {
        padding-left: 0;
        margin-top: 90px;
    }

    .hire-service .feature-text .icon {
        display: table-cell;
    }

    /*independent-verification-and-validation*/
    .independent-about-content {
        margin-top: 40px;
    }

    .off-page-package-popup .modal-lg {
        width: 96% !important;
    }

    /*************************
     phase 3 css
************************/
    /*portfolio*/
    .portfolio.black-bg .section-title {
        margin-bottom: 0px;
    }

    .portfolio-home-item {
        width: 493px;
        margin-top: 30px;
    }

    .constro-main,
    .corps-main,
    .martin-main {
        margin-top: 0;
    }

    .corps-item-01 {
        bottom: -20px;
        left: -40px;
    }

    .corps-item-02 {
        top: 125px;
        left: 172px;
    }

    .corps-item-03 {
        top: 80px;
        left: 210px;
    }

    .corps-item-04 {
        top: -26px;
        right: 40px;
    }

    .corps:hover .corps-item-01 {
        left: -20px;
    }

    .corps:hover .corps-item-02 {
        top: 115px;
        left: 162px;
    }

    .corps:hover .corps-item-03 {
        top: 70px;
        left: 191px;
    }

    .corps:hover .corps-item-04 {
        top: -16px;
        right: 90px;
    }

    .constro-item-01 {
        bottom: 10px;
        z-index: 9;
        left: 50px;
    }

    .constro-item-02 {
        bottom: 10px;
        z-index: 8;
        right: -40px;
    }

    .constro:hover .constro-item-02 {
        right: -57px;
    }

    .martin-item-01 {
        bottom: 20px;
        z-index: 9;
        right: 0px;
    }

    .martin-item-02 {
        top: 121px;
        z-index: 10;
        right: 188px;
    }

    .martin-item-03 {
        top: -31px;
        z-index: 02;
        right: 224px;
    }

    .martin-item-04 {
        top: -26px;
        z-index: 02;
        right: 40px;
    }

    .martin:hover .martin-item-01 {
        bottom: 25px;
    }

    .martin:hover .martin-item-02 {
        right: 188px;
        top: 114px;
    }

    .martin:hover .martin-item-03 {
        top: -35px;
        right: 224px;
    }

    .martin:hover .bg-01 {
        background-size: 120% 120%;
    }

    .martin:hover .bg-02 {
        background-position: -50px 120%;
    }

    .z-item-01 {
        bottom: -155px;
        z-index: 09;
        left: -20px;
    }

    .z-item-02 {
        top: 52%;
        z-index: 2;
        left: 2%;
    }

    .z-item-03 {
        top: 26%;
        z-index: 2;
        left: 15%;
    }

    .z-item-04 {
        top: 19%;
        z-index: 2;
        left: 38%;
    }

    .z-item-05 {
        top: 30%;
        z-index: 2;
        right: 15%;
    }

    .z-item-06 {
        top: 59%;
        z-index: 2;
        right: 4%;
    }

    .zayka:hover .z-item-01 {
        bottom: -145px;
        z-index: 09;
        left: -20px;
    }

    .zayka:hover .z-item-02 {
        top: 43%;
        z-index: 2;
        left: -4%;
    }

    .zayka:hover .z-item-03 {
        top: 20%;
        z-index: 2;
        left: 14%;
    }

    .zayka:hover .z-item-04 {
        top: 10%;
        z-index: 2;
        left: 39%;
    }

    .zayka:hover .z-item-05 {
        top: 20%;
        z-index: 2;
        right: 11%;
    }

    .zayka:hover .z-item-06 {
        top: 53%;
        z-index: 2;
        right: 2%;
    }

    .car-dealer:hover .car-item-03 {
        transform: rotate(-70deg);
        -moz-transform: rotate(-70deg);
        -webkit-transform: rotate(-70deg);
        -o-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
    }

    .car-dealer:hover .car-item-02 {
        top: 90px;
        transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        -o-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
    }

    .car-dealer:hover .car-item-02 {
        right: 40px;
    }

    .car-dealer:hover .car-item-03 {
        top: 90px;
        left: 30px;
    }

    .martin .bg-02 {
        background-position: -60px 120%;
    }

    .portfolio-home-item.car-dealer {
        overflow: hidden;
    }

    /*************************
     phase 4 css
************************/
    /*index*/
    .portfolio-home-item {
        overflow: hidden;
    }

    .thecorps .logo {
        text-align: left
    }

    .sammartin-item-01 {
        bottom: -80px;
        z-index: 9;
        left: 50px;
    }

    .sammartin-item-02 {
        top: 32px;
        z-index: 8;
        right: 71px;
        z-index: 9;
    }

    .sammartin:hover .sammartin-item-01 {
        left: 60px;
    }

    .sammartin:hover .sammartin-item-02 {
        right: 77px;
        top: 37px;
    }

    .sammartin-item-01 img {
        width: auto;
    }

    .sammartin-item-02 img {
        width: auto;
    }

    .sammartin-main,
    .thecorps-main {
        margin-top: 0;
    }
}

@media (max-width: 1025px) {
    .header .header-left .logo img {
        height: 70px;
    }

    .section-title {
        padding: 0 80px;
    }

    .custom-content {
        padding: 0 50px;
    }

    /*footer*/
    .footer-top {
        padding-bottom: 180px;
    }

    /*about page*/
    .history-block .history-image .history-content {
        padding: 13px;
        left: 0;
    }

    .history-block.history-03 {
        margin-top: 290px;
    }

    .history-block.history-05 {
        margin-top: 30px;
    }

    .feature-box .icon-bottom i {
        font-size: 120px
    }

    .our-history .section-title {
        margin-bottom: 40px;
    }

    /* net page*/
    .potenza-apart .potenza-apart-content {
        margin: 20px;
    }

    /*hire-PHP-developers page*/
    .hire-php-about p {
        font-size: 14px;
        margin: 10px 0;
        line-height: 26px;
    }

    .hire-php-feature ul.text-cyan li {
        font-size: 14px;
        line-height: 24px;
    }

    /*html5*/
    .html-application h2 {
        line-height: 30px;
    }

    .html-application img {
        margin-top: 100px;
    }

    .prefer-potenza-content {
        margin-top: 0;
    }

    /*logo print fb*/
    .logo-design-content .mb-30 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .logo-design img {
        margin-top: 80px;
    }

    .print-logo img {
        margin-top: 80px;
    }

    .facebook-service-block img {
        margin-top: 100px;
    }

    /*mobile-app-design*/
    .app-about img {
        margin-top: 30px;
    }

    .ux-design img {
        margin-top: 120px;
    }

    .ux-design-content .mb-30 {
        margin-bottom: 10px;
    }

    .ux-design-content h2 {
        font-size: 32px;
    }

    .app-about-content {
        padding-right: 60px;
    }

    /*mobile-game-development*/
    .mobile-game-about img {
        display: none;
    }

    .android-block {
        width: 240px;
        height: 240px;
        margin-bottom: 80px;
    }

    .android-block .button {
        padding: 50px;
    }

    .best-feature-service .feature-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .best-feature-service-image {
        margin-top: 60px;
    }

    /*responsive-website-development*/
    .responsive-website img {
        margin-top: 130px;
    }

    .responsive-development img {
        margin-top: 70px;
    }

    /*seo-package*/
    .package {
        padding: 20px;
    }

    .seo-business img {
        margin-top: 80px;
    }

    /*iPhone-application-development*/
    .iPhone-app-feature .app-feature-image {
        margin-top: 30px;
    }

    /*android-application-development*/
    .android-app-feature .feature-box {
        margin-top: 0px;
    }

    .android-app-feature .app-feature-image {
        margin-top: 20px;
    }

    /*Joomla development*/
    .Joomla-about img {
        margin-top: 40px;
    }

    .Joomla-business img {
        margin-top: 130px;
    }

    .Joomla-about-content {
        margin-top: 0;
    }

    /*magento development*/
    .magento-business img {
        margin-top: 220px;
    }

    .magento-about img {
        margin-top: 100px;
    }

    /*logo print fb*/
    .logo-design img {
        margin-top: 100px;
    }

    .print-logo img {
        margin-top: 90px;
    }

    /*consulting*/
    .business-consulting img {
        margin-top: 100px;
    }

    .ux-consulting img {
        margin-top: 130px;
    }

    .image-consulting img {
        margin-top: 120px;
    }

    .marketing-consulting img {
        margin-top: 200px;
    }

    /*custom-php-development */
    .php-content img {
        margin-top: 160px;
    }

    /*************************
     phase 2 css
************************/
    /*custom-cms-development*/
    .cms-benefit img {
        margin-top: 60px;
    }

    .cms-exclusive-benefit img {
        margin-top: 120px;
    }

    .cms-custom-content {
        margin-top: 0;
    }

    /*dotnetnuke-development*/
    .dnn-about img {
        margin-top: 40px;
    }

    .dnn-globally img {
        margin-top: 100px;
    }

    /*ppc-marketing*/
    .ppc-advertising img {
        margin-top: 40px;
    }

    .ppc-benefits img {
        margin-top: 120px;
    }

    /*process*/
    .process-list {
        padding: 0 10px;
    }

    /*android game development*/
    .android-game-about img {
        margin-top: 80px;
    }

    .android-game-expertise img {
        margin-top: 100px;
    }

    .android-game-why img {
        margin-top: 80px;
    }

    /*iphone-game-development*/
    .iphone-game-about-content {
        margin-top: 0px;
    }

    .iphone-game-developer-content {
        margin-top: 0px;
    }

    .iphone-game-why img {
        margin-top: 80px;
    }

    .iphone-game-developer img {
        margin-top: 80px;
    }

    /*social-media-marketing*/
    .social-marketing-about img {
        margin-top: 40px;
    }

    .social-marketing-service img {
        margin-top: 180px;
    }

    .social-marketing-benefits img {
        margin-top: 70px;
    }

    .social-marketing-about img {
        margin-top: 90px;
    }

    /*unity game development*/
    .unity-game-why img {
        margin-top: 60px;
    }

    .unity-game-development img {
        margin-top: 200px;
    }

    /*Hire HTML5 Developers*/
    .hire-member i {
        width: 140px;
        height: 140px;
        line-height: 140px;
    }

    /*hire-developer*/
    .hire-developer-about-content {
        margin-top: 60px;
    }

    /*independent-verification-and-validation*/
    .independent-about-content {
        margin-top: 30px;
    }

    .independent-content {
        padding: 60px 0;
    }

    /*************************
     phase 4 css
************************/
    .sammartin .logo {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .container {
        width: 97%;
    }
}

@media (min-width: 992px) {
    .off-page-package-popup .modal-lg {
        width: 1200px;
    }
}

@media (max-width: 992px) {
    .header .header-left .logo img {
        height: 70px;
    }

    .slicknav_menu {
        display: block;
        position: absolute;
        right: 0;
        top: 16px;
        width: 100%;
    }

    .menu {
        display: none;
    }

    .header-right {
        margin-right: 50px;
    }

    .header .header-right .social {
        border-left: 0;
    }

    .header .header-right .social {
        padding-left: 0;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_btn {
        background: transparent;
        position: relative;
        z-index: 99;
    }

    .primary-nav ul li {
        float: none;
        display: block;
    }

    .slicknav_nav {
        background: #ffffff;
        margin-top: 62px;
        position: relative;
        z-index: 999;
        box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.1);
    }

    .primary-nav ul {
        float: none;
    }

    .primary-nav ul a {
        line-height: 40px;
    }

    .primary-nav ul ul {
        position: inherit;
        padding-left: 20px;
        box-shadow: none;
    }

    .primary-nav ul ul li a {
        padding: 8px 15px;
    }

    .primary-nav ul ul li {
        width: 100%;
    }

    .slicknav_nav .slicknav_row:hover {
        color: #333;
    }

    .section-title {
        padding: 0;
    }

    .custom-content {
        padding: 0;
    }

    .counter-block {
        margin-bottom: 30px;
    }

    .background-02 {
        background-size: cover;
    }

    .row-eq-height.feature-box-main {
        display: block;
    }

    .list-style i {
        top: 0;
    }

    #back-to-top .top {
        left: 20px;
        right: 0;
        width: 45px;
        height: 45px;
        line-height: 40px;
    }

    /*slider*/
    .slider .slider-content .slider-1 {
        width: 80%;
    }

    .slider .slider-content .slider-1 span {
        font-size: 20px;
    }

    .slider .slider-content .slider-1 h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .slider .slider-content .slider-1 p {
        font-size: 14px;
        margin: 10px 0;
    }

    .slider .slider-content .slider-1 .btn {
        padding: 8px 20px;
    }

    .slider .slider-content .slider-1 a img {
        width: 18%;
    }

    .slider .slider-content .slider-1.slider-3 h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .slider .slider-content .slider-1.slider-3 h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .slider .slider-content .slider-1.slider-3 p {
        margin: 0px 0 10px;
    }

    .slider .owl-carousel .owl-nav .owl-prev {
        left: 0
    }

    .slider .owl-carousel .owl-nav .owl-next {
        right: 0
    }

    .slider .owl-carousel .owl-nav i {
        width: 24px;
    }

    /*blog*/
    .blog-home .blog-home-more-button.mt-50 {
        margin-top: 30px;
    }

    .blog-home-title {
        margin-top: 30px;
    }

    .blog-bg {
        padding-top: 0;
    }

    /*clients*/
    .client {
        text-align: center;
        padding-top: 40px;
    }

    .footer .client {
        text-align: center;
        padding: 5px 0 10px;
    }

    .client .client-title {
        border-right: inherit;
        border-bottom: 2px solid #d0b864;
        padding-bottom: 10px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .client .client-title:before {
        border-width: 10px 5px 0 5px;
        border-color: #d0b864 transparent transparent transparent;
        left: 50%;
        bottom: -16px;
        top: inherit;
    }

    /*service*/
    .service-block {
        margin-bottom: 30px;
    }

    .counter-block .info b,
    .feature-text .info b {
        font-size: 32px;
    }

    /*footer*/
    .footer .contact-form {
        position: relative;
        top: inherit;
    }

    .footer .contact-form {
        padding: 25px;
        margin-top: 50px;
    }

    .footer-top {
        padding-bottom: 0;
    }

    .object-text {
        top: 0;
        bottom: inherit;
        position: relative;
        text-align: center;
        padding-top: 40px;
    }

    .object-text h2 {
        font-size: 80px;
        line-height: 55px;
    }

    .footer .contact-info {
        margin-bottom: 40px;
        padding-left: 0;
        padding-top: 30px;
    }

    .footer .social {
        margin-top: 20px;
    }

    .footer .info-block {
        margin-top: 20px;
    }

    .footer .info-block .address.mb-40 {
        margin-bottom: 10px;
    }

    .action-box {
        background: #252933
    }

    /*our-history*/
    .our-history {
        padding: 40px 0 100px;
    }

    .history-block .history-year {
        position: absolute;
        z-index: 0;
        bottom: inherit;
    }

    .history-block.history-02 {
        margin-top: 100px;
    }

    .history-block.history-02 .history-year {
        top: inherit;
        right: inherit;
        left: inherit;
    }

    .history-block.history-02 .history-content {
        left: inherit;
        right: inherit;
    }

    .history-block.history-03 {
        margin-top: 100px;
    }

    .history-block.history-03 .history-year {
        top: inherit;
        right: inherit;
        left: inherit;
    }

    .history-block.history-04 {
        margin-top: 100px;
    }

    .history-block.history-04 .history-year {
        top: inherit;
        right: inherit;
        left: inherit;
    }

    .history-block.history-04 .history-content {
        left: inherit;
        right: inherit;
    }

    .history-block.history-05 {
        margin-top: 100px;
    }

    .history-block.history-05 .history-year {
        top: inherit;
        left: inherit;
        right: inherit;
    }

    .history-block.history-06 {
        margin-top: 100px;
        margin-right: inherit;
    }

    .history-block.history-06 .history-year {
        top: inherit;
        right: inherit;
        left: inherit;
    }

    .history-image img {
        width: 100%;
    }

    .action-box {
        padding: 40px 0;
    }

    /*.net page*/
    .potenza-apart .potenza-apart-content {
        margin: 20px 0;
    }

    .asp-about .asp-about-content-image {
        margin-top: 30px;
    }

    .asp-about .mt-50 {
        margin-top: 30px;
    }

    .asp-about-content-image img {
        margin-top: 0;
    }

    .asp-development-content-image {
        margin-bottom: 40px;
    }

    .asp-technology-content {
        margin-bottom: 40px;
    }

    .asp-technology-image {
        margin-bottom: 30px;
    }

    .asp-technology-content {
        margin: 0;
    }

    .dnn-section img {
        margin-top: 30px;
    }

    /*custom php development */
    .php-content img {
        margin-top: 20px;
    }

    /*DYO-closet page*/
    .exclusive-features .popup-video {
        height: 200px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    /*DYO photobook*/
    .photo-book-feature .popup-bg .popup-video {
        height: 200px;
    }

    /*DYO t-shirts*/
    .dyo-t-shirts-feature .popup-bg .popup-video {
        height: 200px;
    }

    /*website design*/
    .website-designing-feature .mb-20 {
        margin-bottom: 10px;
    }

    .website-about .website-about-content {
        padding-right: 0;
    }

    /*engagement-models page*/
    .engagement-img {
        display: none;
    }

    .engagement-about .text-center p {
        margin-bottom: 30px;
    }

    .engagement-about .text-center p.title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    /*mobile app development page*/
    .hire-mobile-about i {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .mobile-game-developers img {
        display: none;
    }

    /*hire-PHP-developers page*/
    .hire-php-feature img {
        display: none;
    }

    .hire-php-feature ul.list-style {
        margin-top: 0;
    }

    .hire-php-about img {
        margin-top: 30px;
    }

    /*html5*/
    .html-application img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .prefer-potenza img {
        margin-top: 30px;
    }

    /*Joomla-development*/
    .custom-block p {
        font-size: 14px;
    }

    /*logo print fb*/
    .logo-design img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .print-logo img {
        margin-top: 30px;
    }

    .facebook-service-block img {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .facebook-service-content {
        padding: 0;
    }

    /*mobile-app-design*/
    .ux-design img {
        margin-top: 0;
    }

    .potenza-offer img {
        display: none;
    }

    .potenza-offer-content {
        margin: 0px 0 40px;
    }

    .app-about-content {
        padding-right: 0px;
    }

    .mobile-app-about img {
        margin-bottom: 30px;
    }

    .mobile-app-content {
        padding-left: 0;
    }

    .mobile-app-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .mobile-app-success-content {
        margin-top: 40px;
    }

    .mobile-app-developers img {
        display: none;
    }

    .mobile-app-developers .list-unstyled {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .best-feature-service-image {
        margin-top: 0;
        margin-bottom: 30px;
    }

    /*mobile-game-development*/
    .android-block {
        width: 300px;
        height: 300px;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .android-block .button {
        padding: 80px;
    }

    .background-mockup-04 {
        display: none;
    }

    /*custom-PHP-development*/
    .column-4 .android-block {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .column-4 .android-block img {
        width: 50%;
    }

    .column-4 .android-block .button {
        padding: 80px;
    }

    /*responsive-website-development*/
    .responsive-website img {
        margin-top: 40px;
    }

    .responsive-development img {
        margin-top: 30px;
    }

    .responsive-development-content {
        margin-top: 0;
    }

    .responsive-feature .cyan-bg {
        display: none;
    }

    /*seo-package*/
    .seo-package-services .list-style {
        margin: 0px 0 30px;
    }

    .seo-company img {
        margin-top: 30px;
    }

    .seo-company h4 {
        padding-left: 180px;
    }

    .seo-package-services img.middel-img {
        display: none;
    }

    /*seo service*/
    .why-potenza-seo img.middel-img {
        display: none;
    }

    .seo-business img {
        margin-top: 30px;
    }

    /*website-design*/
    .website-designing-feature .background-03 {
        display: none;
    }

    .website-about .website-about-image {
        margin-top: 40px;
    }

    /*iPhone Application Development*/
    .iPhone-app-feature .feature-box {
        margin-top: 0px;
        padding: 30px 20px;
    }

    .iPhone-app-feature .app-feature-image {
        display: none;
    }

    .iPhone-app-feature .feature-box .list-style li {
        padding-bottom: 14px;
    }

    /*android-application-development*/
    .android-app-feature .feature-box {
        margin-top: 0px;
        padding: 30px 20px
    }

    .android-app-feature .app-feature-image {
        display: none;
    }

    /*wordpress-development*/
    .why-wordpress img {
        margin-top: 30px;
    }

    /*themeforest*/
    .themeforest-portfolio-details.text-right {
        text-align: center;
        margin-bottom: 40px;
    }

    .themeforest-portfolio-details.text-left {
        text-align: center;
        margin-top: 20px;
    }

    .themeforest-portfolio-image:after,
    .themeforest-portfolio-image.left-image:after {
        left: 0;
        right: 0;
    }

    .why-choose-products .col-md-4:nth-child(4) {
        clear: inherit;
    }

    .why-choose-products .col-sm-6:nth-child(5) {
        clear: both;
    }

    .you-business.background-mockup-12 {
        background: #d0b864;
    }

    .themeforest-portfolio-image.premium-solution {
        margin-top: 30px;
    }

    /*.height{height: 179px;}*/
    /*portfolio*/
    .Joomla-feature img.middel-img {
        display: none;
    }

    .grid-item {
        padding: 10px;
        width: 50%;
    }

    /*contact us*/
    .contact-us .row-eq-height {
        display: block;
    }

    .contact-us .gray-bg {
        margin: 10px 0;
    }

    .our-office-address .col-sm-6:nth-child(3) {
        clear: both;
    }

    .our-office-address .contact-Office-icon {
        margin: 30px 0;
    }

    /*Joomla development*/
    .Joomla-business img {
        margin-top: 0;
        margin-bottom: 20px;
    }

    /*magento development*/
    .magento-business img {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .magento-feature img.middel-img {
        display: none;
    }

    .magento-about img {
        margin-top: 30px;
    }

    /*themeforest*/
    .themeforest-portfolio-btn .details-block.text-right {
        margin-bottom: 30px;
    }

    .themeforest-portfolio-btn .details-block.text-left {
        margin-bottom: 30px;
    }

    .themeforest-portfolio .mt-40 {
        margin-top: 20px;
    }

    .themeforest-portfolio-btn .details-block.text-right .info {
        padding: 0
    }

    /*html*/
    .html-about-content {
        margin-bottom: 20px;
    }

    .html-about img {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    /*blog single*/
    .blog-single .recent-post {
        margin-top: 40px;
    }

    .blog-sidebar {
        margin-top: 40px;
    }

    /*offshore-development-centre*/
    .Offshore-model-potenza img {
        margin-top: 30px;
    }

    /*text-center*/
    .hire-php-about .hire-php-about-content,
    .Joomla-about-content,
    .magento-about-content {
        text-align: center;
    }

    .why-most-potenza img {
        margin-top: 30px;
    }

    /*contact us*/
    .contact-Office {
        margin-bottom: 30px;
    }

    .contact-us .col-md-3:nth-child(3) {
        clear: both;
    }

    /*consulting*/
    .business-consulting img {
        margin-top: 20px;
    }

    .ux-consulting img {
        margin-top: 30px;
    }

    .image-consulting img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .marketing-consulting img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    /*.custom-link */
    .custom-link {
        margin-bottom: 30px;
    }

    .custom-link .icon img {
        width: 20%;
    }

    /*popup form*/
    .mfp-iframe-scaler {
        padding-top: 77%;
    }

    .custom-link-02:hover .link-title {
        margin-top: -20px;
    }

    .custom-link-02 .link-title a {
        font-size: 18px;
    }

    .custom-link-02:hover .link-content {
        bottom: 20px;
    }

    .custom-link-02 .link-content .btn.btn-primary,
    .custom-link-02 .link-content .btn.btn-default {
        padding: 7px 22px;
    }

    /*************************
     phase 2 css
************************/
    /*custom-cms-development*/
    .cms-benefit img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .cms-exclusive-benefit img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .cms-custom img {
        margin-top: 30px;
    }

    /*dotnetnuke-development*/
    .dnn-development img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .dnn-globally img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .dotnetnuke-about-content {
        text-align: center;
    }

    /*ppc-marketing*/
    .ppc-about img {
        margin-top: 30px;
    }

    .ppc-advertising img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .ppc-benefits img {
        margin-top: 30px;
    }

    /*process*/
    .process.left .process-content {
        padding-left: 50px;
    }

    /*android game development*/
    .android-game-about img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .android-game-expertise img {
        margin-top: 40px;
    }

    .android-game-why img {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    /*iphone-game-development*/
    .iphone-game-why img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .iphone-game-developer img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .iphone-game-about img {
        margin-top: 40px;
    }

    /*social-media-marketing*/
    .social-marketing-about img {
        margin-top: 30px;
    }

    .social-marketing-service img {
        margin-top: 40px;
    }

    .social-marketing-benefits img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    /*unity game development*/
    .unity-game-why img {
        margin-top: 30px;
    }

    .unity-game-development img {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    /*Hire HTML5 Developers*/
    .hire-member span {
        margin-top: 10px;
    }

    .hire-member {
        margin-bottom: 40px;
    }

    /*hire-developer*/
    .hire-developer-about img {
        display: none;
    }

    .hire-developer-about-content {
        margin-top: 0;
    }

    .hire-developer-about-content p {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .hire-excellence-content .list-style {
        margin-bottom: 30px;
    }

    .custom-link-block.link-fore .custom-link-02 {
        margin-bottom: 30px;
    }

    .custom-link-block.link-fore .custom-link-02:hover .link-content {
        bottom: 40px;
    }

    .hire-developer-about {
        padding: 40px 0;
    }

    /*independent-verification-and-validation*/
    .independent-about-content {
        margin-top: 0px;
    }

    .independent-about img {
        margin-top: 30px;
    }

    .independent-about-content p {
        font-size: 14px;
        text-align: center;
    }

    .independent-content {
        padding: 60px 0;
    }

    /*portfolio*/
    .slider-slick {
        margin-bottom: 30px;
    }

    /*************************
     phase 3 css
************************/
    /*portfolio*/
    .portfolio-home-item {
        margin: 15px auto 0 auto;
    }

    .corps-item-01 {
        left: -10px;
    }

    /*************************
     update
************************/
    .asp-about .asp-about-quote {
        padding: 0;
    }

    /*************************
     phase 4 css
************************/
    .sammartin .logo {
        right: 10px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 34px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .slicknav_btn {
        margin: 4px 11px 0px 20px;
    }

    .header .header-right .phone {
        padding-right: 6px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .row-eq-height {
        display: block;
    }

    .row.row-eq-height,
    .row.blog-bg {
        margin: 0;
    }

    .blog-home-title {
        margin-top: 30px;
    }

    .footer .contact-info {
        padding-left: 20px;
        padding-top: 40px;
    }

    .footer .info-block .address {
        margin-bottom: 20px;
    }

    .footer-bottom {
        padding: 20px 20px 30px;
    }

    .footer .client {
        padding: 15px 0 10px;
    }

    .why-choose .owl-carousel {
        padding: 10px 0 0;
    }

    .row-eq-height.feature-box-main.feature-center-image {
        display: block;
    }

    /*about page*/
    .page-title h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .feature-box {
        padding: 30px 20px;
    }

    .feature-text.round.mb-60 {
        margin-bottom: 20px;
    }

    .counter-block .info b,
    .feature-text .info b {
        line-height: 28px;
    }

    .about .feature-text.round {
        margin-bottom: 20px;
    }

    .about .popup-video {
        margin-top: 20px;
    }

    /*custom php development */
    .php-content img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*asp.net*/
    .asp-about .asp-about-content-image {
        margin-bottom: 30px;
    }

    .asp-about .feature-box {
        padding: 16px 20px;
    }

    /*logo print fb*/
    .facebook-text img {
        margin-top: -20px;
    }

    .facebook-service-block {
        padding: 15px 5px;
    }

    .app-about img {
        margin-top: 0px;
    }

    .app-about-content {
        margin-bottom: 30px;
    }

    .ux-design-content h2 {
        font-size: 28px;
    }

    .row.row-eq-height [class*='col-'] {
        padding: 0;
    }

    /*mobile-app-development*/
    .testimonial-clients .client.border {
        margin-bottom: 30px;
    }

    .testimonial-clients .col-xs-6:nth-child(5) {
        clear: both;
    }

    .testimonial-clients h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .best-feature-service .feature-text {
        margin-bottom: 30px;
        text-align: center;
    }

    .best-feature-service .feature-text .info {
        display: block;
        text-align: center;
    }

    .best-feature-service {
        text-align: center;
    }

    /*mobile-game-development*/
    .android-block {
        width: 200px;
        height: 200px;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .android-block .button {
        padding: 30px;
    }

    .mobile-app-developers .list-unstyled {
        margin-bottom: 0;
    }

    /*custom-PHP-development*/
    .column-4 .android-block {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .column-4 .android-block img {
        width: 50%;
    }

    .column-4 .android-block .button {
        padding: 30px;
    }

    /*Offshore*/
    .model-Offshore .background-mockup-10 {
        display: none;
    }

    /*seo-package*/
    .seo-company h4 {
        padding-left: 120px;
    }

    .package {
        margin: 10px 0;
    }

    /*themeforest */
    .why-choose-products .feature-text.mb-40 {
        margin-bottom: 30px;
    }

    .love-destiny,
    .lovedove {
        height: auto;
        background: none !important;
    }

    .love-destiny .height,
    .lovedove .height {
        display: block;
    }

    .themeforest-portfolio .pr-0 {
        padding-right: 15px;
    }

    .cupid {
        height: 370px;
    }

    /*contact us*/
    .our-office-address .contact-Office-address {
        padding: 0;
    }

    .our-office-address .contact-Office-icon {
        display: block;
    }

    .contact-hiring {
        padding: 20px;
    }

    /*blog*/
    .blog-inner .entry-title a {
        font-size: 20px;
        line-height: 24px;
    }

    .masonry.columns-2 .masonry-item {
        width: 100%;
    }

    /*website design*/
    .website-about .feature-box {
        padding: 10px 20px;
    }

    /*magento development*/
    .exclusive-features .best-feature li {
        font-size: 14px;
    }

    .html-about .feature-box {
        padding: 30px 30px;
    }

    .portfolio-item {
        margin-bottom: 20px;
    }

    .portfolio .btn.mt-50 {
        margin-top: 20px;
    }

    /*popup form*/
    .mfp-iframe-scaler {
        padding-top: 100%;
    }

    /*custom-link-02*/
    .custom-link-02:hover .link-title {
        margin-top: -50px;
    }

    .custom-link-02:hover .link-content {
        bottom: 40px;
    }

    .custom-link-02 {
        margin-bottom: 50px;
    }

    .custom-link-block {
        padding-bottom: 0;
    }

    /*************************
     phase 2 css
************************/
    .process.left .process-content .process-icon {
        display: block;
        margin-bottom: 20px;
    }

    .process.left .process-content {
        padding-left: 40px;
    }

    .process.right .process-content {
        padding-right: 40px;
    }

    .process.right .process-content .process-icon {
        float: none;
        margin-bottom: 20px;
    }

    .process.left .process-step {
        top: 30px;
    }

    .process .process-step strong {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .process.left .process-step {
        left: -20px;
    }

    .process.right .process-step {
        right: -20px;
    }

    .hire-excellence-content .list-style {
        margin-bottom: 0;
    }

    .hire-service {
        margin-top: 30px;
    }

    .hire-excellence {
        background: #ffffff;
        padding: 40px 0;
    }

    .background-17 h2 {
        text-align: center;
    }

    .height {
        height: auto;
    }

    .btn-area.right {
        top: 120px;
        width: 120px;
    }

    .btn-area.left {
        top: 120px;
        width: 120px;
    }
}

@media (max-width: 600px) {
    h3 {
        font-size: 22px;
    }

    .testimonial-block .testimonial-avtar {
        float: none;
        margin-bottom: 20px;
    }

    .object-text h2 {
        font-size: 60px;
        line-height: 40px;
    }

    .footer .contact-form {
        margin-top: 40px;
    }

    .footer .contact-info {
        margin-bottom: 30px;
    }

    .footer .address p.email {
        word-break: break-all;
    }

    .footer .info-block .address .info {
        padding-right: 0;
    }

    .list-style.round li {
        padding-top: 0;
    }

    /*slider*/
    .slider .slider-content .slider-1 {
        width: 100%;
    }

    .slider .slider-content .slider-1 h1 {
        margin-bottom: 20px;
    }

    .slider .slider-content .slider-1 p {
        display: none;
    }

    .slider .slider-content .slider-1.slider-1 h3 {
        display: none;
    }

    .prefer-potenza h3 {
        line-height: 28px;
    }

    .owl-carousel .owl-item {
        padding: 0;
    }

    /*seo-package*/
    .seo-company h4 {
        padding-left: 60px;
    }

    /*themeforest*/
    .themeforest-portfolio-details .btn {
        margin-bottom: 10px;
    }

    /*portfolio*/
    .grid-item {
        padding: 10px 0;
        width: 100%;
    }

    /*blog-single*/
    .blog-single .entry-comment .comments-1.comments-2 {
        padding-left: 30px;
    }

    /*popup form*/
    .mfp-iframe-scaler {
        padding-top: 160%;
    }

    /*************************
     phase 2 css
************************/
    /*dotnetnuke-development  */
    .dnn-company i {
        font-size: 18px;
    }

    .ppc-advertising strong {
        font-size: 16px;
    }

    .ppc-about-content p {
        font-size: 16px;
        line-height: 26px
    }

    .custom-link-block.link-fore .custom-link-02:hover .link-title {
        margin-top: -30px;
    }

    /*************************
     update
************************/
    .asp-about .asp-about-quote {
        font-size: 18px;
    }
}

@media (max-width: 480px) {

    /*footer*/
    .object-text h2 {
        font-size: 40px;
        line-height: 30px;
    }

    .footer .contact-form {
        margin-top: 40px;
    }

    .footer .social ul li {
        margin: -2px;
    }

    /*slider*/
    .slider .slider-content .slider-1 .slider-btn {
        display: none;
    }

    .slider .slider-content .slider-1 h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .slider .slider-content .slider-1.slider-3 h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .slider .slider-content .slider-1 span {
        font-size: 14px;
    }

    /*seo-package*/
    .seo-company h4 {
        padding-left: 20px;
    }

    .customers-say .customers-block {
        padding: 15px;
    }

    /*blog-single */
    .blog-single .entry-share span {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .blog-single .entry-share ul li {
        margin-bottom: 4px;
    }

    .blog-single .entry-comment-form .form-group {
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .blog-single .entry-comment .comments-1 .comments-photo {
        width: 60px;
        margin-right: 5px;
    }

    .blog-single .entry-comment .comments-1.comments-2 {
        padding-left: 10px;
    }

    .blog-single .entry-content i {
        font-size: 14px;
        line-height: 22px;
    }

    /*hire-developer*/
    .hire-developer-processes img {
        margin-bottom: -80px;
    }

    .custom-link-block.hire-excellence-mt {
        margin-top: 80px;
    }

    /*************************
     phase 2 css
************************/
    /*dotnetnuke-development  */
    .dnn-company i {
        font-size: 14px;
    }

    /*************************
     phase 3 css
************************/
    /*portfolio*/
    .portfolio img.mobile-img {
        display: block;
    }

    .portfolio .portfolio-home-item {
        display: none;
    }

    /*themeforest */
    .themeforest-portfolio-image.premium-solution ul li {
        width: 100%;
    }

    .btn-area.right {
        top: 80px;
    }

    .btn-area.left {
        top: 80px;
    }

    /*.height {height: 179px;}*/

    /*address-bar*/
    .address-bar .dots span {
        width: 6px;
        height: 6px;
        line-height: 6px;
        margin-left: 1px;
    }

    .address-bar .link-bar {
        width: 77%;
    }

    .address-bar .icon {
        padding-left: 10px;
    }

    .microsoft-case-studie-site .site-info .site-detail .button a.btn {
        margin-bottom: 10px;
    }

    .portfolio-single-share {
        top: 30px;
        right: 20px;
    }
}


/*----------------Loader--------------------*/

.img-loader {
    margin: 0px auto 0px;
    width: 68px;
    text-align: center;
}


/*********************************************
portfolio single
********************************************/

.portfolio-single {
    position: relative;
}

.portfolio-single-info .testimonial-content {
    background: #eceff7;
    padding: 30px;
    position: relative;
    border-radius: 3px;
}

.portfolio-single-info .testimonial-content:before {
    position: absolute;
    bottom: -10px;
    left: 40px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eceff7 transparent transparent transparent;
}

.portfolio-single-info .testimonial-name strong {
    display: block;
    margin-top: 20px;
}

.portfolio-single-compatible-with li {
    display: inline-block;
}

.portfolio-single-compatible-with li a {
    display: block;
    background: #d0b864;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 3px;
    margin-bottom: 3px;
}

.portfolio-single-compatible-with li a:hover {
    background: #252933;
    color: #ffffff;
}

.portfolio-single-share ul li {
    display: inline-block;
}

.portfolio-single-share ul li a {
    display: block;
    padding: 8px 20px;
    text-align: center;
    color: #ffffff;
    margin-right: 2px;
}

.portfolio-single-share ul li a.facebook {
    background: #4867aa;
}

.portfolio-single-share ul li a.twitter {
    background: #1da1f2;
}

.portfolio-single-share ul li a.google-plus {
    background: #dd4d40;
}

.portfolio-single-share ul li a.linkedin {
    background: #0077b5;
}

.portfolio-single-share ul li a.rss {
    background: #ff7d01;
}

.portfolio-single-share ul li a:hover {
    background: #d0b864;
    color: #ffffff;
}

.portfolio-single .slick-next {
    right: 25px;
}

.portfolio-single .slick-prev {
    left: 25px;
}

.portfolio-single .slider-for .slick-prev,
.slider-for .slick-next {
    opacity: 0;
    background: #d0b864;
    border-radius: 3px;
}

.portfolio-single .slider-for .slick-prev:hover,
.slider-for .slick-prev:focus,
.slider-for .slick-next:hover,
.slider-for .slick-next:focus {
    background: #252933;
    color: #ffffff;
}

.portfolio-single .slider-for .slick-next:before {
    content: '\f105';
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.portfolio-single .slider-for .slick-prev:before {
    content: '\f104';
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.portfolio-single .slider-slick:hover .slider-for .slick-next {
    right: 0px;
    opacity: 1;
}

.portfolio-single .slider-slick:hover .slider-for .slick-prev {
    left: 0px;
    opacity: 1;
}

.portfolio-single .slider-nav .slick-next,
.slider-nav .slick-prev {
    display: none !important;
}

.portfolio-single-share {
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: 99;
}

.portfolio-single-share {
    padding-left: 14px;
}

.portfolio-single-share #social-2 {
    display: block;
}

.portfolio-single-share .social-icon-2 {
    display: none;
    position: absolute;
}

.portfolio-single-share ul.social-icon-2 li {
    display: block;
}

#social-2>i {
    background: #d0b864;
    cursor: pointer;
    color: #ffffff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
}

#social-2.stick {
    position: fixed;
    top: 60px;
    right: 50px;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}

.slick-slide img {
    width: 100%;
}

.slider-slick .slider-for {
    margin-bottom: 30px;
}

.slider-slick .slick-list {
    padding: 0 !important;
}

.slick-initialized .slick-slide {
    cursor: pointer;
}


.portfolio-wrapper {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.portfolio-wrapper h4 {
    margin-bottom: 15px;
}

.portfolio-wrapper p {
    color: #969696;
}

.portfolio-wrapper .sales-wrapper .sales-figure {
    margin-top: 30px;
}

.portfolio-wrapper .sales-wrapper .sales-figure .d-inline-block {
    display: flex;
    align-items: center;
}

.portfolio-wrapper .sales-wrapper .sales-figure i {
    color: #d0b864;
    font-size: 40px;
    margin-right: 10px;
}

.portfolio-wrapper a {
    margin-top: 15px;
}

.text-primary {
    color: #d0b864;
}

/*----------------------------
    Slick slider active image
-------------------------------*/
img.img-responsive.slick-slide.slick-current.slick-center {
    border-bottom: 4px solid #d0b864;
    opacity: 1;
    transition: 0.005s;
}

.slick-initialized .slick-slide {
    padding: 6px;
}

.slick-slide.slick-current.slick-active img {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.slider.slider-nav.slick-initialized.slick-slider {
    display: none;
}