@charset "utf-8";
/* CSS Document */

/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */

html,
body {
    overflow-x: hidden;
}

*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */
/* end Clearfix */

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

.container {
    position: relative;
    margin: auto;
}

.col-1_2 {
    width: 45%;
    margin-bottom: 24px;
    float: left;
    margin-right: 20px;
}

.col-1_21 {
    width: 48%;
    margin-bottom: 24px;
    float: left;
    margin-right: 37px;
}

.col-1_22 {
    width: 48%;
    margin-bottom: 24px;
    float: left;
    margin-right: 0px;
}

@media screen and (max-width: 400px) {
    .col-1_21 {
        width: 100% !important;
    }

    .col-1_22 {
        width: 100% !important;
    }
}

.col-1_2:first-child {
    float: left;
}

.col-1_3 {
    width: 31.13%;
    padding-left: 3.3%;
    float: left;
}

.col-1_3:first-child {
    padding-left: 0;
}

img.alignright {
    float: right;
    margin: 0 0 0.75em 0.75em;
}

img.alignleft {
    float: left;
    margin: 0 0.75em 0.75em 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto 0.75em auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

a.img-responsive:hover,
a.img-responsive:active {
    opacity: 0.8;
}

/* elements with borders styling */
.wBorders {
    position: relative;
    display: block;
}

.wBorders .border {
    display: block;
    background-color: #00bff3;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.wBorders .border.top {
    position: absolute;
    top: -1px;
    left: -6px;
    right: -8px;
    height: 1px;
}

.wBorders .border.bottom {
    position: absolute;
    bottom: -1px;
    right: -5px;
    left: -14px;
    height: 1px;
}

.wBorders .border.left {
    position: absolute;
    left: -1px;
    top: -5px;
    bottom: -9px;
    width: 1px;
}

.wBorders .border.right {
    position: absolute;
    right: -1px;
    bottom: -5px;
    top: -10px;
    width: 1px;
}

.btn {
    padding: 0px;
}

.blue.btn {}

.blue.btn .wrapper {
    display: block;
    padding: 12px 24px;
    background-color: #00bff3;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 1.0s ease;
    -moz-transition: 1.0s ease;
    -o-transition: 1.0s ease;
    transition: 1.0s ease;
}

.transp.btn {
    -webkit-transition: 1.0s ease;
    -moz-transition: 1.0s ease;
    -o-transition: 1.0s ease;
    transition: 1.0s ease;
}

.transp.btn .wrapper {
    display: block;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}


.transp.btn.hover span.border {
    display: none;
    opacity: 0;
    -webkit-transition: 1.0s ease;
    -moz-transition: 1.0s ease;
    -o-transition: 1.0s ease;
    transition: 1.0s ease;
}

.blue.btn:hover .wrapper,
.blue.btn:active .wrapper {
    background-color: #34ccff;
    color: #fff;
}

.transp.btn:hover,
.transp.btn:active {
    background-color: #34ccff;
    color: #fff;
}

/* end elements with borders styling */



/* DEFAULT FORM */
form.default .col-1_2 {
    width: 48%;
    padding-left: 4%;
    float: left;
}

form.default .col-1_2:first-child {
    padding-left: 0;
}

.default label {
    display: block;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
}

.default input,
.default textarea {
    position: relative;
    display: block;
    width: 95%;
    padding: 12px 2.5%;
    margin-bottom: 33px;
    border: 1px solid #00bff3;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.default textarea {
    height: auto;
}

.default input:focus,
.default textarea:focus {
    color: #000;
    border-color: #fff;
}

a.checkbox {
    display: block;
    padding: 0 0 11px 30px;
}

/* end DEFAULT FORM */

.alt-font {
    font-family: 'Pontano Sans', sans-serif;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* HEADER */
/* ////////////////////////////// */
/* ////////////////////////////// */
/* ////////////////////////////// */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 12px;
    color: #fff;
    z-index: 999;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header .container {
    width: 95%;
}

#header h1.logo {
    display: table;
    padding: 0;
    float: left;
}

#header h1.logo a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 36px;
    /*font-size: 36px;
					line-height: 36px;
					font-weight: 800;
					text-transform: uppercase;
					color: #fff;*/
}

#header nav {
    float: right;
    position: relative;
    margin-top: 20px;
}

#header .info {
    position: relative;
    float: right;
    margin-left: 12px;
}

/* Menu */
#header nav li {
    position: relative;
    display: inline-block;
}

#header nav a {
    display: block;
    line-height: 24px;
    padding: 6px 12px;
    text-transform: uppercase;
}

/* Submenu */
.submenu {
    position: absolute;
    top: 48px;
    left: -24px;
    width: 168px;
    display: none;
}

#header nav .submenu li {
    position: absolute;
}

#header nav .submenu a {
    width: 144px;
    height: 24px;
    padding: 12px;
    background-color: #fff;
    color: #00bff3;
    text-align: center;
    box-sizing: content-box;
}

#header nav .submenu a:hover {
    background-color: #00bff3;
    color: #fff;
    box-shadow: 0 0 4px 1px white;
}

#header nav a.sub-arrow {
    display: none
}

/* end Submenu */

#header .info {
    line-height: 36px;
}

#header .info .icon-Phone {
    padding-left: 18px;
    background-position: left center;
}

#header a.icon-Menu {
    display: none;
}

/*.cd-dropdown,
.cd-select
{
					position: relative;
					display: block;
}

.cd-dropdown ul
{
					position: absolute;
					top: 0;
					width: 100%;
}

.cd-dropdown ul li
{
					position: absolute;
					width: 100%;
					pointer-events: none;
					text-align: center;
}

.cd-active.cd-dropdown ul li
{
					pointer-events: auto;
}

.cd-active.cd-dropdown ul li span
{
					-webkit-transition: all 0.2s ease-out 0s;
					-moz-transition: all 0.2s ease-out 0s;
					-ms-transition: all 0.2s ease-out 0s;
					-o-transition: all 0.2s ease-out 0s;
					transition: all 0.2s ease-out 0s;
}

.cd-active.cd-dropdown ul li span:hover
{
					background: rgba(255,255,255,0.9);
					color: #000;
}

.cd-dropdown > span
{
					position: relative;
					display: block;
					width: 100%;
					padding: 6px 12px;
					cursor: pointer;
					text-transform: uppercase;
}

.cd-dropdown ul li span
{
					width: 100%;
					background: #fff;
					display: block;
					color: #00bff3;
					cursor: pointer;
					padding: 12px 24px;
					text-transform: uppercase;
}

.cd-dropdown > span,
.cd-dropdown ul li span
{
					-webkit-backface-visibility: hidden;
					-webkit-touch-callout: none;
					-webkit-user-select: none;
					-khtml-user-select: none;
					-moz-user-select: none;
					-ms-user-select: none;
					user-select: none;
}

.cd-dropdown span span.sub-arrow-big
{
					position: absolute;
					right: 18px;
					top: 12px;
					height: 12px;
					width: 12px;
					background-image: url(../images/Nav-Arrow-Down.png);
					background-repeat: no-repeat;
					background-position: center center;
					z-index: 20000;
}

.cd-dropdown span span.sub-arrow-big.active
{
					background-image: url(../images/Nav-Arrow-Up.png);
}*/
/* end Menu */

/* Shrink */
.shrink#header {
    background-color: rgba(0, 191, 243, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 18px;
    padding-bottom: 18px;
}

/* end Shrink */

#header a {
    color: #fff;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#header a:hover,
#header a:active {
    opacity: 0.8;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* end HEADER */
/* ////////////////////////////// */
/* ////////////////////////////// */
/* ////////////////////////////// */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* MAIN CONTENT */
/* ////////////////////////////// */
/* ////////////////////////////// */
/* ////////////////////////////// */
/* 	--------------------------------
++ 	FEAT.AREA
	-------------------------------- */
.home #feat-area {
    background: #66D8F8;
}

#feat-area {
    position: relative;
    padding-top: 96px;
    background-color: #00bff3;
}

#feat-area .fwrapper {
    display: table;
    width: 100%;
}

#feat-area .textbox {
    text-align: center;
}

#feat-area .textbox h2 strong {
    display: block;
    font-size: 96px;
    font-weight: 800;
}

#feat-area .icon-Page-ArrowDown {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-left: -21px;
}

#feat-area .container {
    padding-top: 66px;
    padding-bottom: 80px;
}

#blog-post #feat-area .container {
    padding-top: 96px;
    padding-bottom: 36px;
}

#contact-page #feat-area .container {
    padding-bottom: 44px;
}

#feat-area h2.title {
    padding-bottom: 0;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
}

#contact-page #feat-area p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#contact-page #feat-area p span.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
    display: block;
    text-transform: uppercase;
}

#blog-post #feat-area h2.title {
    text-align: left;
}

.ft-options .row {
    display: table;
    width: 100%;
}

.ft-options .col,
.ft-options .col2 {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 24px;
}

.ft-options .col {
    width: 50%;
}

.ft-options .col2 {
    width: 100%;
}

#feat-area a.transp.btn.wBorders {
    color: #fff;
}

#feat-area a.transp.btn.wBorders .border {
    background-color: #84eefc;
}

#feat-area a.transp.btn:hover .border,
#feat-area a.transp.btn:active .border {
    background-color: #fff;
}

#plugitin {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -160px;
    opacity: 0;
}

#team-page #feat-area h2.title {
    padding-bottom: 12px;
    font-size: 40px;
}

#team-page #feat-area p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

/* HOMEPAGE Top Banner */

.ip-slideshow-wrapper,
.ip-slideshow {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#feat-area.homepage .row {
    display: block;
    width: 100%;
}

#feat-area.homepage .wrapper.home-wrapper {
    position: relative;
    top: -24px;
}

#banner-slogans h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

#banner-slogans .top,
#banner-slogans .bottom,
#banner-slogans .text-slider,
#banner-slogans .slide {
    display: block;
}

#banner-slogans .text-slider {
    position: relative;
    width: 100%;
    height: 60px;
}

#banner-slogans .slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 58px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: 0;
}

#feat-area.homepage .button {
    text-align: center;
}

#feat-area.homepage .button a.transp.btn.wBorders {
    display: inline-block;
    margin-top: 42px;
}

#feat-area.homepage a.transp.btn.wBorders .border {
    background-color: #fff;
}

#feat-area.homepage .button a.transp.btn .wrapper {
    padding: 3px 48px;
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

#feat-area.homepage .services-buttons {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 84px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#feat-area.homepage .services-buttons a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    content: ''
}

#feat-area.homepage .services-buttons a:last-child:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    content: ''
}

#feat-area.homepage .services-buttons a {
    position: relative;
    left: -18px;
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -2px;
    margin-left: -2px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

#feat-area.homepage .button a.transp.btn.wBorders .border.top,
#feat-area.homepage .button a.transp.btn.wBorders .border.bottom {
    left: 0;
    right: 0;
}

#feat-area.homepage .services-buttons a:hover,
#feat-area.homepage .services-buttons a:active {
    background-color: rgba(0, 191, 243, 0.3);
}

/* end HOMEPAGE Top Banner */
/* 	--------------------------------
++ 	end FEAT.AREA
	-------------------------------- */
#feat-area.homepage .services-buttons1 {
    bottom: 84px;
}

#feat-area.homepage .services-buttons2 {
    bottom: 140px;
}


h1.main-title {
    padding-bottom: 60px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

h3.main-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase
}

h3.main-title:after {
    display: block;
    width: 96px;
    height: 3px;
    margin: 12px auto 24px auto;
    background-color: #00bff3;
    content: "";
}

.section {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.section.bg-white {
    position: relative;
    /*padding-top: 120px;*/
    padding-top: 66px;
    padding-bottom: 60px;
    /* background: #fff url(../../images/bg-Shapes-top.jpg) no-repeat top center; */
}

.section.bg-white#latest-entries {
    padding-top: 56px;
}

.section.bg-white:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 276px;
    /* background: url(../../images/bg-Shapes-bottom.jpg) no-repeat top center; */
    z-index: 1;
}

.section.bg-white .container {
    z-index: 9;
}

.section.bg-blue {
    background-color: #00bff3;
    color: #fff;
}

.section.bg-blue h2,
.section.bg-blue h3 {
    color: #fff;
}

.section.bg-blue#clients h2 {
    padding-bottom: 0
}

.section.padding220 {
    padding-top: 161px;
}

/* Droplets */
.wave-nav {
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    z-index: 1;
}

.wave-nav.blue {
    background: #00bff3;
}

.wave-nav.white {
    background: #fff;
}

.wave-nav #navigation {
    display: inline-block;
    list-style: none;
}

.wave-nav #navigation li {
    height: 70px;
    width: 70px;
    display: inline-block;
}

.wave-nav #navigation li i {
    font-size: 3em;
    color: #fff;
}

.blue #wave {
    background: #00bff3;
}

.white #wave {
    background: #fff;
}

.left #wave {
    left: 50px;
}

.right #wave {
    right: 50px;
}

.wave-svg {
    position: absolute;
    bottom: 0;
}

#wave {
    height: 20px;
    width: 80px;
    position: absolute;
    bottom: 0px;
    margin: 0px auto;
    text-align: center;
}

#wave li {
    position: absolute;
    display: inline-block;
    list-style: none;
    height: 20px;
    width: 20px;
    border-radius: 200%;
}

.blue #wave li {
    background: #00bff3;
}

.white #wave li {
    background: #fff;
}

#wave li:nth-child(1) {
    -webkit-animation: water 1.2s infinite;
    animation: water 1.2s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    left: 0px;
}

#wave li:nth-child(2) {
    -webkit-animation: water 1.2s infinite;
    animation: water 1.2s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    left: 50%;
    margin-left: -10px;
}

#wave li:nth-child(3) {
    -webkit-animation: water 1.2s infinite;
    animation: water 1.2s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    right: 0px;
}

@-webkit-keyframes water {
    0% {
        -webkit-transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateY(-45px);
    }

    100% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes water {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

/* end Droplets */

/* Homepage */
#partners {
    padding-top: 120px;
    padding-bottom: 192px;
    text-align: center;
    margin-top: 3vh;
}

#partners h3.subtitle {
    padding-bottom: 48px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

ul.logos {
    list-style-type: none;
    padding-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ul.logos li {
    width: 50%;
    margin: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
}

ul.logos li img {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

ul.logos li:first-child img,
ul.logos li:nth-child(3n+4) img {
    display: block;
    max-width: 100%;
}

ul.logos li img:hover {
    opacity: 1;
}

#latest-entries .more {
    text-align: center;
}

#latest-entries .more .btn {
    display: inline-block;
}

.blog-entries {
    padding-top: 36px;
    padding-bottom: 48px;
}

.blog-entry {
    width: 31.8%;
    margin-left: 0;
    padding-left: 1.5%;
    padding-bottom: 24px;
    float: left;
    color: #4b4b4b;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.blog-entry:first-child {
    margin-left: 0px;
}

.blog-entry img {
    width: 100%;
    /*margin-bottom: 18px;*/
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.blog-entry a h3 {
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.blog-entry .label {
    padding: 4px;
    margin-bottom: 18px;
    color: #00bff3;
}

.blog-entry .label .border {
    background-color: #e6e6e6;
}

/*.blog-entry .label:hover,
.blog-entry .label:active
{
					color: #000;
}*/

.blog-entry .label:hover .border,
.blog-entry .label:active .border {
    background-color: #00bff3;
}

.blog-entry .label.wBorders .border.top {
    left: -4px;
    right: -5px;
}

.blog-entry .label.wBorders .border.bottom {
    right: -6px;
    left: -5px;
}

.blog-entry .label.wBorders .border.left {
    top: -3px;
    bottom: -3px;
}

.blog-entry .label.wBorders .border.right {
    bottom: -3px;
    top: -4px;
}

.blog-entry a:hover h3,
.blog-entry a:active h3 {
    color: #00bff3;
}

.blog-entry a img {
    opacity: 0.8;
}

.blog-entry a:hover img,
.blog-entry a:hover img {
    opacity: 0.8;
}

.blog-entry figure {
    position: relative;
    width: 100%;
    padding-top: 71.6%;
    margin-bottom: 18px;
}

.blog-entry a.blog-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-entry a.blog-image img {
    display: block;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.blog-entry a.blog-image:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

#feat-projects h2.main-title {
    padding-bottom: 36px;
}

.feat-proj {
    /*padding-top: 22px;*/
    padding-top: 42px;
    padding-bottom: 22px;
}

.feat-proj a.image {
    position: relative;
    display: block;
    margin-left: 8%;
    padding: 6px 6px 80px 6px;
    float: left;
}

.feat-proj.even a.image {
    margin-left: 0;
    margin-right: 8%;
    float: right;
}

.feat-proj figure {
    position: relative;
    display: block;
    width: 330px;
    height: 195px;
    overflow: hidden
}

.feat-proj a.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    border: 1px solid #777;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.feat-proj a.image .border {
    position: absolute;
    background-color: #00bff3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.feat-proj a.image .border.top {
    top: -1px;
    left: -7px;
    right: -8px;
    height: 1px;
}

.feat-proj a.image .border.bottom {
    position: absolute;
    bottom: 73px;
    right: -9px;
    left: -13px;
    height: 1px;
}

.feat-proj a.image .border.bottom2 {
    position: absolute;
    bottom: 50px;
    right: -8px;
    left: -10px;
    height: 1px;
}

.feat-proj a.image .border.bottom3 {
    position: absolute;
    bottom: 3px;
    right: 100px;
    left: 100px;
    height: 1px;
}

.feat-proj a.image .border.left {
    position: absolute;
    left: -1px;
    top: -5px;
    bottom: 41px;
    width: 1px;
}

.feat-proj a.image .border.left2 {
    position: absolute;
    left: 108px !important;
    top: 228px;
    bottom: -3px;
    width: 1px;
}

.feat-proj a.image .border.right {
    position: absolute;
    right: -1px;
    bottom: 38px;
    top: -10px;
    width: 1px;
}

.feat-proj a.image .border.right2 {
    position: absolute;
    right: 108px;
    bottom: 1px;
    top: 230px;
    width: 1px;
}

.feat-proj a.image:hover img,
.feat-proj a.image:active img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.feat-proj a.image:hover .border,
.feat-proj a.image:active .border {
    background-color: #4b4b4b;
}

.feat-proj .content {
    width: 50%;
    float: right;
    color: #4b4b4b;
    text-align: center;
}

.feat-proj.even .content {
    float: left;
}

.feat-proj h3 {
    /*padding-top: 24px;*/
    padding-top: 0px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.feat-proj .read-more,
#feat-projects .more {
    text-align: center;
}

#feat-projects .more {
    margin-top: 48px;
}

.feat-proj .read-more .btn,
#feat-projects .more .btn {
    display: inline-block;
}

.feat-proj .read-more {
    margin-top: 12px;
    margin-bottom: 12px;
}

#clients {
    padding-top: 144px;
    padding-bottom: 168px;
    text-align: center;
}

#clients h3 {
    font-weight: 300;
}

#countries {
    height: 48px;
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

#countries {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: type 15s steps(2000, end);
    animation: type 15s steps(2000, end);
}

#countries ul {
    width: 100%;
    list-style-type: none;
}

#services-section h2.main-title {
    padding-bottom: 12px;
}

#services-section .services {
    position: relative;
    width: 100%;
    height: 357px;
    display: inline-block;
    padding-top: 206px;
}

#services-section .icon-W-Shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 554px;
    background-position: center center;
}

.services .btn {
    background-color: #fff;
    width: 250px;
    float: left;
    margin: 5px 30px;
}

.services .selected.btn {
    top: 124px;
}

.services .btn .wrapper {
    height: 29px;
    padding: 0px;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #00bff3;
    background-color: transparent;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

/*.services .transp.btn:hover,*/
.services .transp.btn:active {
    color: #34ccff;
}

.services .btn:hover .wrapper,
.services .btn:active .wrapper {
    /*background-color: #00bff3;*/
    color: #fff;
}

.services .selected .wrapper {
    background-color: #00bff3;
    color: #fff;
}

.services .selected .border {
    background-color: #00bff3;
}

.services .btn .box {
    position: absolute;
    top: 39px;
    left: -20px;
    border: 2px solid #00bff3;
    background-color: #fff;
    z-index: 9999;
}

.services .btn .box .arrow {
    position: absolute;
    top: 0;
    left: 136px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #00bff3 transparent transparent transparent;
}

.services .btn .content {
    width: 258px;
    padding: 22px 11px 50px 11px;
    border: 7px solid #fff;
}

.services .btn .content p {
    color: #4b4b4b;
    text-align: center;
}

.services .btn .box .more {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    height: 48px;
    padding-top: 0;
    border-top: 1px solid #fff;
    background-color: #00bff3;
    font-size: 18px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.services .btn .box .more:hover,
.services .btn .box .more:active {
    background-color: #fff;
    color: #4b4b4b;
}

/*.services .btn.active
{
					background-color: #00bff3;
}*/

.services .btn.active .border {
    display: none
}

/*.services .btn.active .wrapper
{
					background-color: #00bff3;
					color: #fff;
}*/
/* end Homepage */

/* Portfolio */
#portfolio .section.bg-white {
    padding-top: 0;
    padding-bottom: 0;
    background: #d4f1f9;
}

#portfolio .section.bg-white:before {
    display: none;
}

.portfolio-grid figure {
    position: relative;
    display: block;
    width: 25%;
    padding-top: 25%;
    float: left;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

/*.no-csstransforms3d #portfolio .portfolio-grid figure {
	perspective:none;
	}*/

#portfolio .portfolio-grid figure {
    width: 33.333%;
}

.portfolio-grid .object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(-50px);
    -moz-transform: translateZ(-50px);
    -ms-transform: translateZ(-50px);
    transform: translateZ(-50px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -moz-transition: -moz-transform 0.8s ease-in-out;
    -ms-transition: -ms-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;

}

.portfolio-grid .object img

/* 24-6 */
    {
    width: 100%;
}

.portfolio-grid .parte {
    display: block;
    overflow: hidden;
    position: absolute;
    background-color: #00bff3;
}

.portfolio-grid .front,
.portfolio-grid .back {
    width: 100%;
    height: 100%;
}

.portfolio-grid .right,
.portfolio-grid .left {
    width: 100px;
    height: 100%;
}

.portfolio-grid .right {
    right: 57px;
}

.portfolio-grid .left {
    left: 57px;
}

.portfolio-grid .front {
    -webkit-transform: rotateY(0deg) translateZ(50px);
    -moz-transform: rotateY(0deg) translateZ(50px);
    -ms-transform: rotateY(0deg) translateZ(50px);
    transform: rotateY(0deg) translateZ(50px);
}

.portfolio-grid .back {
    -webkit-transform: rotateY(180deg) translateZ(50px);
    -moz-transform: rotateY(180deg) translateZ(50px);
    -ms-transform: rotateY(180deg) translateZ(50px);
    transform: rotateY(180deg) translateZ(50px);
}

.portfolio-grid .right {
    -webkit-transform: rotateY(90deg) translateZ(107px);
    -moz-transform: rotateY(90deg) translateZ(107px);
    -ms-transform: rotateY(90deg) translateZ(107px);
    transform: rotateY(90deg) translateZ(107px);
}

.portfolio-grid .left {
    -webkit-transform: rotateY(-90deg) translateZ(107px);
    -moz-transform: rotateY(-90deg) translateZ(107px);
    -ms-transform: rotateY(-90deg) translateZ(107px);
    transform: rotateY(-90deg) translateZ(107px);
}

.portfolio-grid .object:hover,
.portfolio-grid .object:focus,
.portfolio-grid .object:active {
    -webkit-transform: translateZ(-50px) rotateY(180deg);
    -moz-transform: translateZ(-50px) rotateY(180deg);
    -ms-transform: translateZ(-50px) rotateY(180deg);
    transform: translateZ(-50px) rotateY(180deg);
}

.portfolio-grid figcaption.parte {
    width: 100%;
}

.portfolio-grid .overlay-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.portfolio-grid .object h2 {
    padding-bottom: 6px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: #fff;
}

.portfolio-grid .object h2 a {
    color: #fff;
}

.portfolio-grid .object h2 a:hover {
    color: #fff;
}

.portfolio-grid .object .project-cat {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.portfolio-grid .object .read-more {
    display: block;
    padding-top: 11px;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.portfolio-grid .object .read-more .btn {
    display: inline-block;
}

.portfolio-grid .object .transp.btn .wrapper {
    padding: 3px 6px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.portfolio-grid .object .wBorders .border {
    background-color: #fff;
}

.portfolio-grid .object .wBorders .border.left,
.portfolio-grid .object .wBorders .border.right {
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.portfolio-grid .object .wBorders .border.right {
    left: auto;
}

.portfolio-grid .object .read-more:hover {
    opacity: 0.8;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* 29-6 */
    /* IE10+ CSS styles go here */
    .portfolio-grid figure {
        -ms-perspective: 800px;
        perspective: 800px;
    }

    .portfolio-grid .object {
        -ms-transform: none;
        transform: none;
    }

    .portfolio-grid .object:hover {
        -ms-transform: none;
        transform: none;
    }

    .portfolio-grid figure:hover .back {
        -ms-transform: rotateY(0);
        transform: rotateY(0);
    }

    .portfolio-grid figure:hover .front {
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .portfolio-grid .front,
    .portfolio-grid .back {
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform 0.8s ease-in-out;
        -moz-transition: -moz-transform 0.8s ease-in-out;
        -ms-transition: -ms-transform 0.8s ease-in-out;
        transition: transform 0.8s ease-in-out;
    }

    .portfolio-grid .front {
        z-index: 2;
        backface-visibility: hidden;
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .portfolio-grid .back {
        backface-visibility: hidden;
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .portfolio-grid .parte.right,
    .portfolio-grid .parte.left {
        display: none;
    }
}

/* end Portfolio */


/* Contact page */
#contact-page form.default {
    padding-top: 66px;
}

#contact-page .default input,
#contact-page .default textarea {
    margin-bottom: 0;
}

.project-inquiry#contact-page form.default {
    padding-bottom: 0;
}

#contact-page #feat-area h2.title {
    padding-bottom: 12px;
    font-size: 40px;
}

#contact-page .phone {
    padding-top: 12px;
    padding-bottom: 24px;
    color: #fff;
    text-align: center;
}

#contact-page .phone img,
#contact-page .phone span {
    vertical-align: middle
}

#contact-page .phone img

/* 20-12 */
    {
    padding-right: 12px;
}

#contact-page .ft-options {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 66px;
    color: #fff;
}

#contact-page .ft-options a {
    padding-bottom: 6px;
    margin-left: 12px;
    margin-right: 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#contact-page .ft-options strong a {
    border-bottom-width: 3px;
}

#contact-page .ft-options a:hover,
#contact-page .ft-options a:active {
    opacity: 0.9;
    border-bottom: none;
}

#contact-page .button {
    text-align: center;
    padding-top: 0;
    padding-bottom: 55px;
}

#contact-page .button a.btn {
    display: block;
    padding: 11px;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
}

#contact-page .button a.btn:hover,
#contact-page .button a.btn:active {
    color: #00bff3;
    background-color: #fff;
}

#contact-page .button a.btn .border {
    background-color: #fff;
}

#contact-page .button p {
    padding-top: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

#contact-page .map {
    max-width: 100%;
    margin-top: 44px;
    margin-bottom: 187px;
    border: 1px solid #00bff3;
}

.project-inquiry#contact-page h3.label {
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
}

/* end Contact page */



/* Pagination */
.pagination {
    position: relative;
    margin-top: 48px;
    margin-bottom: 24px;
    text-align: center;
}

.pagination .btn {
    display: inline-block;
    margin: 12px;
}

/*.pagination .btn:nth-child(2n+2) .border.top
{
					left: -8px;
					right: -6px;
}

.pagination .btn:nth-child(2n+2) .border.bottom
{
					left: -6px;
					right: -10px;
}

.pagination .btn:nth-child(2n+2) .border.left
{
					bottom: -6px;
					top: -9px;
}

.pagination .btn:nth-child(2n+2) .border.right
{
					bottom: -6px;
					top: -9px;
}*/
#blog-post .pagination .prev {
    float: left;
}

#blog-post .pagination .next {
    float: right;
}

.pagination .prev .wrapper {
    padding-left: 18px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228.06px%22%20height%3D%2214px%22%20viewBox%3D%220%200%208.06%2014%22%20enable-background%3D%22new%200%200%208.06%2014%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300BFF3%22%20d%3D%22M7.06%2C14c-0.256%2C0-0.512-0.098-0.707-0.293l-6.06-6.062C0.104%2C7.457-0.001%2C7.2%2C0%2C6.933%0D%0A%09%09c0.001-0.267%2C0.109-0.522%2C0.3-0.709l6.06-5.938c0.395-0.385%2C1.027-0.382%2C1.414%2C0.015C8.16%2C0.695%2C8.154%2C1.328%2C7.76%2C1.715%0D%0A%09%09L2.421%2C6.946l5.346%2C5.348c0.391%2C0.391%2C0.391%2C1.023%2C0%2C1.414C7.571%2C13.903%2C7.315%2C14%2C7.06%2C14z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}

.pagination .prev:hover .wrapper,
.pagination .prev:active .wrapper {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228.06px%22%20height%3D%2214px%22%20viewBox%3D%220%200%208.06%2014%22%20enable-background%3D%22new%200%200%208.06%2014%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M7.06%2C14c-0.256%2C0-0.512-0.098-0.707-0.293l-6.06-6.062C0.104%2C7.457-0.001%2C7.2%2C0%2C6.933%0D%0A%09%09c0.001-0.267%2C0.109-0.522%2C0.3-0.709l6.06-5.938c0.395-0.385%2C1.027-0.382%2C1.414%2C0.015C8.16%2C0.695%2C8.154%2C1.328%2C7.76%2C1.715%0D%0A%09%09L2.421%2C6.946l5.346%2C5.348c0.391%2C0.391%2C0.391%2C1.023%2C0%2C1.414C7.571%2C13.903%2C7.315%2C14%2C7.06%2C14z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}

.pagination .next .wrapper {
    padding-right: 18px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228.06px%22%20height%3D%2214px%22%20viewBox%3D%220%200%208.06%2014%22%20enable-background%3D%22new%200%200%208.06%2014%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%2300BFF3%22%20d%3D%22M0.999%2C14c0.256%2C0%2C0.512-0.098%2C0.707-0.293l6.06-6.062C7.954%2C7.457%2C8.06%2C7.2%2C8.059%2C6.933%0D%0A%09%09c-0.001-0.267-0.109-0.522-0.3-0.709l-6.06-5.938C1.305-0.099%2C0.672-0.096%2C0.285%2C0.301c-0.387%2C0.394-0.381%2C1.027%2C0.014%2C1.414%0D%0A%09%09l5.339%2C5.231l-5.346%2C5.348c-0.391%2C0.391-0.391%2C1.023%2C0%2C1.414C0.487%2C13.903%2C0.743%2C14%2C0.999%2C14z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}

.pagination .next:hover .wrapper,
.pagination .next:active .wrapper {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%228.06px%22%20height%3D%2214px%22%20viewBox%3D%220%200%208.06%2014%22%20enable-background%3D%22new%200%200%208.06%2014%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0.999%2C14c0.256%2C0%2C0.512-0.098%2C0.707-0.293l6.06-6.062C7.954%2C7.457%2C8.06%2C7.2%2C8.059%2C6.933%0D%0A%09%09c-0.001-0.267-0.109-0.522-0.3-0.709l-6.06-5.938C1.305-0.099%2C0.672-0.096%2C0.285%2C0.301c-0.387%2C0.394-0.381%2C1.027%2C0.014%2C1.414%0D%0A%09%09l5.339%2C5.231l-5.346%2C5.348c-0.391%2C0.391-0.391%2C1.023%2C0%2C1.414C0.487%2C13.903%2C0.743%2C14%2C0.999%2C14z%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A");
}

.pagination .current.btn {
    color: #4b4b4b;
}

.pagination .current.btn:hover,
.pagination .current.btn:active {
    background-color: transparent;
}

.pagination .current.btn .border {
    background-color: #4b4b4b;
}

.pagination select

/* NEW */
    {
    display: none
}

/* end Pagination */

/* Services */
.featbox {
    padding: 48px 0;
}

.featbox .col-1_2 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    float: left;
}

.featbox .col-1_2:first-child {
    float: right;
}

.featbox.even .col-1_2 {
    float: right;

}

.featbox.even .col-1_2:first-child {
    float: left;
}

#services-page .featbox .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#services-page .more {
    padding-bottom: 0px;
}

/* end Services */

/* Post */
#main-content {
    width: 71.64%;
    float: left;
}

#blog-post .section.bg-white {
    padding-top: 60px;
}

.meta {
    padding-bottom: 48px;
}

.meta a {
    color: #fff;
    text-transform: uppercase;
}

.meta a:hover,
.meta a:active {
    color: #000;
}

.meta .item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 24px;
    color: #fff;
}

.meta .icon {
    position: relative;
    top: 15px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 9px;
    background-position: center center;
    cursor: auto;
}

.share-options {
    padding-top: 24px;
    padding-bottom: 48px;
    margin-bottom: 48px;
    color: #00bff3;
    border-bottom: 1px solid #e6e6e6;
}

.share-options .icon {
    position: relative;
    top: 15px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 18px;
    background-position: center center;
    background-size: auto 50%;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.share-options a.icon:hover,
.share-options a.icon:active {
    background-color: transparent;
    opacity: 0.6;
}

/* end Post */

/* Project */
#project-post #feat-area .container {
    padding-bottom: 0;
}

#project-post #feat-area figure {
    position: relative;
    padding-top: 48px;
    height: 408px;
}

#project-post .desktop-screen {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -271px;
}

#project-post .mobile-screen {
    position: absolute;
    top: 138px;
    left: 134px;
}

#project-post .tablet-screen {
    position: absolute;
    top: 43px;
    right: 34px;
}

#feat-area figure .border {
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

#feat-area figure .desktop-top {
    top: -6px;
    left: 210px;
    right: 214px;
    height: 1px;
}

#feat-area figure .desktop-bottom {
    top: 329px;
    left: 210px;
    right: 214px;
    height: 1px;
}

#feat-area figure .desktop-left {
    left: 221px;
    top: -14px;
    bottom: 110px;
    width: 1px;
}

#feat-area figure .desktop-right {
    left: 777px;
    top: -11px;
    bottom: 118px;
    width: 1px;
}

#feat-area figure .base-bottom {
    top: 380px;
    left: 436px;
    right: 442px;
    height: 1px;
}

#feat-area figure .base-left {
    left: 451px;
    top: 312px;
    bottom: 68px;
    width: 1px;
}

#feat-area figure .base-right {
    left: 547px;
    top: 321px;
    bottom: 72px;
    width: 1px;
}

#feat-area figure .tablet-top {
    top: 37px;
    left: 732px;
    right: 26px;
    height: 1px;
}

#feat-area figure .tablet-bottom {
    top: 357px;
    left: 729px;
    right: 23px;
    height: 1px;
}

#feat-area figure .tablet-left {
    left: 742px;
    top: 32px;
    bottom: 88px;
    width: 1px;
}

#feat-area figure .tablet-right {
    left: 969px;
    top: 28px;
    bottom: 92px;
    width: 1px;
}

#feat-area figure .mobile-top {
    top: 130px;
    left: 122px;
    right: 735px;
    height: 1px;
}

#feat-area figure .mobile-bottom {
    top: 366px;
    left: 116px;
    right: 735px;
    height: 1px;
}

#feat-area figure .mobile-left {
    left: 127px;
    top: 121px;
    bottom: 82px;
    width: 1px;
}

#feat-area figure .mobile-right {
    left: 256px;
    top: 122px;
    bottom: 85px;
    width: 1px;
}

#project-post #feat-area h2.title {
    padding-bottom: 12px;
}

#project-post #feat-area h2.title {
    padding-bottom: 12px;
}

#feat-area h3.brand {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

#feat-area h3.brand a {
    color: #fff;
}

#feat-area h3.brand a:hover,
#feat-area h3.brand a:active {
    color: rgba(255, 255, 255, 0.8);
}

.project-nav {
    display: table;
    width: 100%;
    margin-top: 48px;
    padding-top: 36px;
    padding-bottom: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.project-nav .col-1_3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    width: 33.333%;
    float: none;
    text-align: center;
}

.project-nav .col-1_3:first-child {
    text-align: left;
}

.project-nav .col-1_3:last-child {
    text-align: right;
}

.project-nav a.btn {
    display: inline-block;
}

.project-nav .wrapper.icon-Arrow-left {
    /* margin-left: 6px; */
    padding-left: 18px;
    background-position: left center;
    font-weight: 400;
    font-size: 16px;
    color: #00bff3;
    background-color: #fff;
    background-image: none;
}

.project-nav .wrapper.icon-Arrow-right {
    /* margin-right: 6px; */
    padding-right: 18px;
    background-position: right center;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
    color: #00bff3;
    background-image: none;
}

.project-nav a.btn.launch .wrapper {
    padding: 12px 24px;
    font-size: 24px;
    line-height: 36px;
    text-transform: none;
    background: #fff;
    color: #00bff3;
}

.fw-2-equal {
    margin-top: 48px;
    margin-bottom: 48px;
}

.fw-2-equal .col {
    width: 50%;
    float: left;
}

.project-banner {
    margin-top: 12px;
}

.bg-blue blockquote {
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: center;
    color: #fff;
}

.bg-blue blockquote q {
    display: block;
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.bg-blue blockquote cite {
    font-style: normal;
}

.portfolio-grid h2.main-title {
    margin-top: 68px;
    margin-bottom: 48px;
}

.get-in-touch {
    margin-top: 72px;
    margin-bottom: 48px;
    text-align: center;
}

.get-in-touch h2.main-title {
    text-align: center;
    color: #00bff3;
    font-weight: 400;
    padding-bottom: 0;
}

.get-in-touch h3.subtitle {
    font-size: 24px;
    line-height: 36px;
}

.get-in-touch img {
    margin-top: 24px;
    margin-bottom: 36px;
}

.get-in-touch a.btn {
    display: inline-block;
    margin-top: 24px;
    padding: 12px;
    font-size: 24px;
    line-height: 36px;
}

/* end Project */

/* Team */
.team-member {
    width: 26.45%;
    padding: 1.72% 3.44%;
    float: left;
}

.team-member figure {
    position: relative;
    width: 91.68%;
    padding: 4.16%;
    margin-bottom: 12px;
}

.team-member .image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.team-member .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
}

.team-member .image:hover img,
.team-member .image:active img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.team-member figure .border {
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.team-member figure .border.top {
    top: 0;
    left: -7px;
    right: -8px;
    height: 1px;
}

.team-member figure .border.bottom {
    position: absolute;
    bottom: 0;
    right: -9px;
    left: -13px;
    height: 1px;
}

.team-member figure .border.left {
    position: absolute;
    left: 0;
    top: -5px;
    bottom: -8px;
    width: 1px;
}

.team-member figure .border.right {
    position: absolute;
    right: 0;
    bottom: -6px;
    top: -10px;
    width: 1px;
}

.team-member .title {
    min-height: 90px;
}

.team-member .title h3 {
    padding-bottom: 0;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
}

.team-member .title p {
    padding-bottom: 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}

/* end Team */

/* Sidebar */
#sidebar {
    width: 23.45%;
    float: right;
}

#sidebar .widget {
    padding-bottom: 24px;
}

#sidebar .widget-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #00bff3;
    text-transform: uppercase;
}

a.blog-entry-sd {
    display: block;
    min-height: 60px;
    padding-bottom: 24px;
    color: #4b4b4b;
    position: relative;
    padding-left: 84px;
}

a.blog-entry-sd figure {
    position: absolute;
    top: 3px;
    left: 0;
    width: 70px;
}

a.blog-entry-sd img {
    margin-bottom: 12px;
}

a.blog-entry-sd h3 {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #111;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

a.blog-entry-sd:hover,
a.blog-entry-sd:hover h3,
a.blog-entry-sd:active,
a.blog-entry-sd:active h3 {
    color: #00bff3;
}

a.blog-entry-sd:hover img,
a.blog-entry-sd:active img {
    opacity: 0.8;
}

.categories-wdg ul {
    list-style-type: none;
}

.categories-wdg li {
    margin-left: 0;
}

.categories-wdg li a {
    display: block;
}

.categories-wdg li a .name {
    color: #000;
}

/* end Sidebar */

/* Popup */
.main_popup:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(16, 61, 99, 0.6);
    z-index: 1;
    content: ''
}

.main_popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1000rem;
    z-index: 999;
    color: #133d63;
}

.main_popup * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main_popup .outer_box {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 1800px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main_popup .box {
    position: relative;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: #eafaff;
    padding: 12px 5% 12px 7%;
    z-index: 2;
    box-shadow: 1rem 1rem 12rem rgba(16, 61, 99, 0.3);
}

.main_popup .box .col:first-of-type {
    width: 45%;
}

.main_popup .box .col:last-of-type {
    width: 45%;
}

.main_popup .logos_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    width: 100%;
    padding-bottom: 10%;
}

.main_popup .logos_list li {
    margin-left: 0;
    padding: 6px 12px;
}

.main_popup h1 {
    padding-bottom: 1.5rem;
    font-size: 4.5em;
    line-height: 1em;
    font-weight: 900;
    text-transform: uppercase;
    color: #133d63;
    letter-spacing: 0;
}

.outlined_title {
    font-size: 0.864em;
    color: #eafaff;
    letter-spacing: 0.02em;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.56),
        1px 1px 1px rgba(0, 0, 0, 0.56),
        1px -1px 0 rgba(0, 0, 0, 0.56),
        -1px -1px 0 rgba(0, 0, 0, 0.56);
    -webkit-font-smoothing: antialiased;
}

.main_popup h2 {
    padding-bottom: 1.5rem;
    margin-bottom: 5%;
    font-size: 2.222em;
    line-height: 1.525em;
    font-weight: 300;
    color: #133d63;
    text-transform: none;
    letter-spacing: 0;
}

.main_popup p {
    font-size: 1.667em;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.main_popup p.cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
    margin-bottom: 2.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 690px;
}

.main_popup p.cols span {
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}

.main_popup a.btn {
    display: inline-block;
    min-width: 294px;
    padding: 22px 18px;
    background-color: #133d63;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main_popup a.btn:hover,
.main_popup a.btn:active {
    background-color: #93989c;
}

.main_popup .closeBtn {
    position: absolute;
    top: 18px;
    right: 24px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.main_popup .closeBtn:before,
.main_popup .closeBtn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 1px;
    background-color: #5b6163;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main_popup .closeBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.main_popup .closeBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.main_popup .closeBtn:hover:before,
.main_popup .closeBtn:hover:after {
    background-color: #000;
}

/* end Popup */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* FOOTER */
/* ////////////////////////////// */
/* ////////////////////////////// */
/* ////////////////////////////// */
#footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 48px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background-color: #00bff3;
    margin-top: 100px;
}

.page-id-11 #footer,
.page-id-15 #footer {
    background-color: #00bff3;
    /*padding-top: 12px;*/
    margin-top: 0px;
}

#footer *,
#footer *:before,
#footer *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .container {
    text-align: center;
    z-index: 9
}

#footer .info {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-top: 60px;
    padding-bottom: 24px;
}

.page-id-11 #footer .info,
.page-id-15 #footer .info {
    padding-top: 0;
}

#footer .col-1_3 {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
    padding: 12px 48px;
    border-left: 1px solid #fff;
    float: none;
    letter-spacing: 0.03em;
}

#footer .col-1_3:first-child {
    padding: 12px 48px;
    border-color: transparent;
}

#footer .title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 3px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
}

#footer .social-media {
    padding-top: 30px;
    margin-top: 12px;
    border-top: 1px solid #fff;
    text-align: center;
}

#footer .social-media .icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-position: center center;
}

#footer .social-media .facebook {
    /*background-image: url('. ../images/icon-Footer-Facebook.png')*/
    background-image: url(../../images/static/icon-Footer-Facebook.png);
}

#footer .social-media .twitter {
    background-image: url(../../images/static/icon-Footer-Twitter.png)
}

#footer .social-media .googleplus {
    background-image: url(../../images/static/icon-Footer-GooglePlus.png)
}

#footer .social-media .linkedin {
    background-image: url(../../images/static/icon-Footer-LinkedIn.png)
}

#copyright {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

#footer a {
    color: #fff;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#footer a:hover,
#footer a:active {
    opacity: 0.8
}

/*#footer .col
{
					width: 50%;
					float: left;
}

#footer .address
{
					padding-bottom: 12px;
					font-size: 16px;
					line-height: 20px
}

#copyright
{
					font-size: 12px;
					line-height: 18px;
}

#footer .social-media
{
					float: right
}

#footer .social-media .icon
{
					width: 48px;
					height: 48px;
					margin-left: 12px;
					background-position: center center;
					float: left;
					-webkit-transition: opacity 0.3s ease-out;
					   -moz-transition: opacity 0.3s ease-out;
					     -o-transition: opacity 0.3s ease-out;
					        transition: opacity 0.3s ease-out;
}

#footer .social-media .icon .border
{
					background-color: #fff;
}

#footer .social-media .wBorders .border.bottom
{
					left: -4px;
					right: -4px;
}

#footer .social-media .wBorders .border.top
{
					left: -4px;
					right: -3px;
}

#footer .social-media .wBorders .border.left
{
					top: -3px;
					bottom: -9px;
}

#footer .social-media .wBorders .border.right
{
					top: -5px;
					bottom: -4px;
}

#footer .social-media a.icon:hover,
#footer .social-media a.icon:active
{
					opacity: 0.8
}*/

/* water effect */
#water-effect * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#water-spring {
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 100% !important;
    height: 110% !important;
    z-index: 1
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* end FOOTER */
/* ////////////////////////////// */
/* ////////////////////////////// */
/* ////////////////////////////// */


/* Comment Form */
.single-comment {
    padding-bottom: 12px;
}

#comments,
#respond {
    padding-top: 24px;
}

.comment-text .author {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.comment-text p:last-child {
    padding-bottom: 6px;
}

#commentform input,
#commentform textarea {
    margin-bottom: 0;
}

#blog-post .send-comment {
    margin-top: 12px;
}

.page-template-tpl-blog #preloader,
.category #preloader {
    display: none !important;
}

/* ENd Comment Form */

.icon-Linkedin {
    background: none;
    color: #fff !important;
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    line-height: 46px;
}

#header nav li.only-mobile {
    display: none;
}

/* #header nav > ul > li:last-child{display:none;} */

#Vidd {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 540px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#owl1,
#owl2 {
    position: absolute;
}

#owl1 {
    width: 216px;
    height: 309px;
    top: 43px;
    right: 34px;
}

#owl2 {
    width: 117px;
    height: 224px;
    top: 138px;
    left: 134px;
}


/*************************************/
/*************************************/
/*************************************/
/* Social Media Page Added By Gopal */
.social-media-template * {
    box-sizing: border-box;
}

.full-width {
    width: 100%;
}

.container11 {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.container11:before,
.container11:after,
.full-width:before,
.full-width:after {
    content: "";
    clear: both;
    display: table;
}

.col-2 {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
}


#social-feat {
    box-sizing: border-box;
    background: url(../../images/social/social-banner.jpg) no-repeat 50% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    height: 100%;
    min-height: 650px;
    position: relative;
    text-align: center;
}

#social-feat:before {
    content: "";
    background-color: rgba(40, 198, 242, 0.56);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#social-feat .arrow11 {
    width: 2px;
    height: 100px;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    z-index: 3;
    transition: 0.3s ease;
}

#social-feat .container11 {
    position: relative;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}

#social-feat h1 {
    font-size: 4.31em;
    line-height: 1.1;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

#social-feat h5 {
    font-size: 1.750em;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

#social-feat .down-arrow-1 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 72px;
    background-color: #fff;
    display: inline-block;
    margin: 70px 0 13px 0;
}

#topfeatures .left-featured {
    padding: 40px 40px 25px 40px;
    background: #fff url(../../images/social/chat-iconn.png) no-repeat right bottom;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: relative;
    z-index: 4;
    margin-top: -100px;
}

#topfeatures .right-featured {
    position: relative;
    height: 100%;
    background: url(../../images/social/google-image.jpg) no-repeat;
    background-size: cover;
    padding: 40px 40px 25px 40px;
    margin-top: -30px;
    z-index: 4;
    height: 460px;
}


.left-featured h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 1.593em;
    color: #20c2ee;
    font-weight: 900;
}

.left-featured h5,
.right-featured h5 {
    font-size: 1.150em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 3.000em;
    color: #20c2ee;
}

.left-featured h5 span,
.right-featured h5 span {
    font-size: 3.00em;
    display: inline-block;
    vertical-align: middle;
    font-family: "arial", helvetica, sans-serif;
}

.right-featured h5 {
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 40px;
}

.left-featured p {
    line-height: 2.150em;
    font-size: 1.025em;
    color: #37474f;
    margin-bottom: 25px;
}

#wht-we-do-social {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
}

#wht-we-do-social h2 {
    margin-bottom: 50px;
    color: #1eb8e2;
}

#wht-we-do-social p {
    color: #37474f;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 35px;
}

a.btn-blue,
button.btn-blue {
    background-color: #00bff3;
    color: #fff;
    display: inline-block;
    padding: 18px 45px;
    line-height: 1.1;
    font-size: 1em;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease;
}

a.btn-blue:hover,
button.btn-blue:hover,
a.btn-blue:focus,
button.btn-blue:focus {
    background-color: #0299c2;
}

#what-you-get-social {
    background: rgba(0, 0, 0, 0) url(../../images/social/what-we-do-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    position: relative;
}

#what-you-get-social:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 191, 243, 0.95);
    display: block;
}

#what-you-get-social .container11 {
    position: relative;
    z-index: 3;
}

#what-you-get-social h2 {
    color: #fff;
    padding-bottom: 25px;
}

#what-you-get-social p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
}

#what-you-get-social .left-ul-1 ul {
    margin-right: 26px;
    margin-top: 30px;
    text-align: right;
    list-style: none;
    padding: 0;
}

#what-you-get-social .left-ul-1 li {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 70px;
}

#what-you-get-social .left-ul-1 li:before {
    content: " ";
    width: 51px;
    height: 51px;
    display: inline-block;
    background: transparent url(../../images/social/star-round.png) no-repeat center;
    background-size: 51px auto;
    margin-left: 15px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#what-you-get-social .right-ul-1 ul {
    margin-left: 26px;
    margin-top: 30px;
    text-align: left;
    list-style: none;
    padding: 0;
}

#what-you-get-social .right-ul-1 li {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 70px;
}

#what-you-get-social .right-ul-1 li:before {
    content: " ";
    width: 34px;
    height: 32px;
    display: inline-block;
    background: transparent url(../../images/social/tick-mark.png) no-repeat center;
    background-size: 34px auto;
    margin-right: 15px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#what-you-get-social .social-icons-wrap {
    position: relative;
    z-index: 5;
    margin-top: 90px;
}

#what-you-get-social .social-icons-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#what-you-get-social .social-icons-wrap li {
    float: left;
    width: 12.5%;
    height: 100px;
    margin: 0;
    padding: 0;
}

#what-you-get-social .social-icons-wrap a {
    display: block;
    height: 100px;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 100px;
    text-indent: -5000px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

#what-you-get-social .social-icons-wrap a:hover,
#what-you-get-social .social-icons-wrap a:focus {
    background-color: #fff;
    box-shadow: -2px -2px 18px rgba(0, 0, 0, 0.3);
}

.social-icons-wrap a.fB {
    background-image: url(../../images/social/facebook-logo.png);
    background-size: 135px auto;
}

.social-icons-wrap a.fB:hover {
    background-image: url(../../images/social/facebook-logo-hover.png);
}

.social-icons-wrap a.tW {
    background-image: url(../../images/social/twitter-logo.png);
    background-size: 119px auto;
}

.social-icons-wrap a.tW:hover {
    background-image: url(../../images/social/twitter-logo-hover.png);
}

.social-icons-wrap a.gO {
    background-image: url(../../images/social/google-logo.png);
    background-size: 106px auto;
}

.social-icons-wrap a.gO:hover {
    background-image: url(../../images/social/google-logo-hover.png);
}

.social-icons-wrap a.gO {
    background-image: url(../../images/social/google-logo.png);
    background-size: 106px auto;
}

.social-icons-wrap a.gO:hover {
    background-image: url(../../images/social/google-logo-hover.png);
}

.social-icons-wrap a.iN {
    background-image: url(../../images/social/instagram-logo.png);
    background-size: 189px auto;
}

.social-icons-wrap a.iN:hover {
    background-image: url(../../images/social/instagram-logo-hover.png);
}

.social-icons-wrap a.lI {
    background-image: url(../../images/social/linked-in-logo.png);
    background-size: 124px auto;
}

.social-icons-wrap a.lI:hover {
    background-image: url(../../images/social/linked-in-logo-hover.png);
}

.social-icons-wrap a.yA {
    background-image: url(../../images/social/yahoo-logo.png);
    background-size: 139px auto;
}

.social-icons-wrap a.yA:hover {
    background-image: url(../../images/social/yahoo-logo-hover.png);
}

.social-icons-wrap a.fO {
    background-image: url(../../images/social/foursquare-wordmark.png);
    background-size: 143px auto;
}

.social-icons-wrap a.fO:hover {
    background-image: url(../../images/social/foursquare-wordmark-hover.png);
}

.social-icons-wrap a.pI {
    background-image: url(../../images/social/pinterest-logo.png);
    background-size: 154px auto;
}

.social-icons-wrap a.pI:hover {
    background-image: url(../../images/social/pinterest-logo-hover.png);
}

#get-plan-form {
    position: relative;
    z-index: 6;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#get-plan-form p {
    font-size: 23.45px;
    line-height: 37.53px;
    color: #37474f;
}

#get-plan-form h2 {
    padding-bottom: 30px;
    color: #1eb8e2;
    font-size: 2.8125em;
}

#get-plan-form .email-link {
    padding-bottom: 12px;
}

#get-plan-form .email-link a {
    color: #37474f;
    font-size: 23.45px;
}

#get-plan-form .email-link i {
    color: #00bff3;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 6px;
}

#get-plan-form .phone-link a {
    font-size: 25.48px;
    font-family: "arial", sans-serif;
    color: #37474f;
}

#get-plan-form .phone-link i {
    color: #00bff3;
    font-size: 35px;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -4px;
}

input.form-control-soc {
    width: 100%;
    display: block;
    border: 1px solid #00bff3;
    background-color: #f7f7f7;
    font-weight: 600;
    font-size: 18px;
    height: 75px;
    padding: 12px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

input.form-control-soc.success,
textarea.form-control-soc.success {
    background-color: #00bff3;
    color: #fff;
}

input.form-control-soc.successL:after,
textarea.form-control-soc.success:after {
    content: "&check;";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

textarea.form-control-soc {
    width: 100%;
    display: block;
    border: 1px solid #00bff3;
    background-color: #f7f7f7;
    font-weight: 600;
    font-size: 18px;
    padding: 12px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 205px;
    resize: none;
    position: relative;
}

#get-plan-form form {
    margin-top: 20px;
    margin-bottom: 20px;
}

#get-plan-form form .full-width {
    margin-bottom: 10px;
}

#get-plan-form .col-2 {
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#get-plan-form .full-width.textarea_wrap {
    padding: 0 4px;
}

#get-plan-form button {
    border: none;
    width: 100%;
    max-width: 520px;
    font-size: 20px;
    font-weight: 900;
    padding: 22px 20px;
    cursor: pointer;
}

/* Styles for Home page Portfolio */
.mySlider {
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
}

.mySlider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mySlider li {
    width: 20%;
    height: 480px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    background-size: cover;
    box-shadow: 0 28px 14px rgba(0, 0, 0, 0.5), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;

}

.mySlider li:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 191, 243, 0.6);
    z-index: 2;
    opacity: 1;
}


.mySlider li>div {
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 4;
    position: absolute;
    bottom: 10%;
    transition: 0.7s ease;
    top: 80%;
}

.mySlider li>div a.btn {
    opacity: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.mySlider li:hover::after {
    opacity: 0;
}

/*.mySlider li:hover{transform:scale(1.2);}*/
.mySlider li:hover>div a.btn {
    opacity: 1;
}

.mySlider li:hover>div {
    top: 40%;
}

.mySlider .port-logo h2 img {
    text-align: center;
    max-width: 100%;
    display: block;
}

.mySlider a.btn {
    color: #fff;
}

.mySlider .wBorders .border {
    background-color: #fff;
}


.swiper-container {
    width: 400px;
    height: 400px;
    position: relative;
    margin: 50px auto;
}

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

.swiper-container .port-logo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.swiper-container .inner_mobile-port {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.swiper-container .inner_mobile-port a {
    max-width: 95%;
    margin: 15px auto;
    color: #fff;
}

.swiper-container .wBorders .border {
    background-color: #fff;
}

.swiper-container .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(0, 191, 243, 0.7);
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 191, 243, 0.8);
}



.accordion._create .accordion__li {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 5;
}

.accordion._create .accordion__li:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 191, 243, 0.4);
    z-index: 2;
    opacity: 0;
}

.accordion._create li>div {
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.8s ease;
    transform: translate(-50%, -50%);
}

.accordion._create li:hover>div {
    top: 50%;
    max-width: 300px;
}

.accordion._create li>div a.btn {
    opacity: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    transition: 0.5s linear;
}

.accordion._create .wBorders .border {
    background-color: #fff;
}

.accordion._create li:hover::after {
    opacity: 1;
}

.accordion._create li:hover>div a.btn {
    opacity: 1;
}

.accordion._create .port-logo {
    transform: translate(-50%, -50%);
    position: absolute;
    transition: 0.5s linear;
    top: 50%;
    left: 50%;
}


.accordion._create li:hover .port-logo {
    /*transform:translate(-50%, -280%);*/
    opacity: 0;
}


.accordion._create .port-logo img {
    text-align: center;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.accordion__li p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.accordion__li:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#feat-projects {
    padding-top: 50px;
    padding-bottom: 0;
}

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


@media only screen and (max-width: 768px) {
    .transp.btn:active {
        /*background-color: #34ccff;*/
        background-color: #fff !important;
        color: #fff;
    }

    .transp.btn:hover {
        /*background-color: #34ccff;*/
        background-color: #fff !important;
        color: #fff;
    }
}
