<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--

Name: style.css
Version: 1.0

----------------

[Table of contents]

    1. Google Font
    2. Typrography
    3. Preloader
    4. Margin and Padding
    5. Background
    6. Button
    7. Background Color
    8. Header
    9. Welcome Area Style
    10. Welcome Hero
    11. Mouse Pointer Animation
    12. Services
    13. Counter
    14. Portfolio
        Wide 4 Col
        Wide 3 Col
        Caption Style
    15. Portfolio Details
    16. Fun Fact
    17. Team Member
    18. Skill
    19. Process
    20. Client
    21. Partners
    22. Blog and News
    23. Contact Form
    24. Google Map
    25. Blog Menu
    26. Footer

-------------------------------------------------------------------*/

/* google font */

@import url('https://fonts.googleapis.com/css?family=Raleway:300|Roboto:300,400');

/* reset */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #222;
}

a {
    text-decoration: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    text-transform: uppercase;
    font-family: roboto, sans-serif;
}

a:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
}

a:active {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
}

a:focus {
    text-decoration-line: none !important;
}

a:visited {
    text-decoration-line: none !important;
}

.table {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

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


/* font face */

p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: raleway, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: white;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 24px;
    line-height: 40px
}

h3 {
    font-size: 21px;
    line-height: 36px
}

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

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 20px
}

.text-80 {
    font-size: 80px;
    line-height: 110px;
}

.text-70 {
    font-size: 70px;
    line-height: 100px;
}

.text-60 {
    font-size: 60px;
    line-height: 85px;
}

.text-50 {
    font-size: 48px;
    line-height: 70px;
}

.text-40 {
    font-size: 40px;
    line-height: 50px;
}

.txt-16 {
    font-size: 16px;
    line-height: 20px;
}


/*Preloader Style*/

.preloader {
    width: 100%;
    height: 100%;
    background-color: #333;
    position: relative;
    z-index: 980;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 990;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #99cc66;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/* margin and padding style */

.no-padding {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.no-margin {
    margin: 0;
}


.pd-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pd-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pd-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pd-t-70 {
    padding-top: 70px;
}

.pd-t-50 {
    padding-top: 50px;
}

.pd-t-30 {
    padding-top: 30px;
}

.pd-b-70 {
    padding-bottom: 70px;
}

.pd-b-50 {
    padding-bottom: 50px;
}

.pd-b-30 {
    padding-bottom: 30px;
}

.margin-50 {
    margin: 50px 0;
}

.margin-40 {
    margin: 40px 0;
}

.margin-30 {
    margin: 30px 0;
}

.margin-20 {
    margin: 20px 0;
}

.margin-10 {
    margin: 10px 0;
}

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

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

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

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

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

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

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

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

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

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

.margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

/*Background*/

.width-800 {
    max-width: 800px;
    padding-left: 50px;
    padding-right: 50px;
    align-content: center;
}

.height-700 {
    height: 700px;
}

.height-300 {
    height: 300px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-right-imp {
    float: right;
}

.float-left-imp {
    float: left;
}

.single-slide {
    background-size: cover;
    background-position: center;
}
.single-slide h1 {
	font-size: 60px;
    line-height: 85px;
}
.single-slide p {
	font-family: raleway, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: white;
	font-size: 36px;
    line-height: 48px;
}

.side-img {
    width: 100%;
    height: 620px;
    background-size: cover;
    background-position: center;
}

.side-img2 {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}
.prlx {
    background-attachment: fixed;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: black;
    opacity: 0.8;
    z-index: -1;
}


/* all button */

.btn-aqua {
    color: #333;
    padding: 10px 30px;
    width: 150px;
    background-color: #33ccff;
    margin: 50px 25px 50px 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
}

.btn-aqua:hover {
    color: #333;
    background-color: #99cc66;
    margin-right: 25px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn-green {
    color: #333;
    padding: 10px 30px;
    width: 150px;
    background-color: #99cc66;
    margin: 50px 25px 50px 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
}

.btn-green:hover {
    color: #333;
    background-color: #33ccff;
    margin-right: 25px;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}



.btn-wht {
    color: #333;
    padding: 10px 30px;
    width: 150px;
    background-color: white;
    margin: 50px 25px 50px 25px;
    transition: 0.5s ease;
    display: inline-block;
}

.btn-wht:hover {
    color: white;
    background-color: #333;
    transition: 0.5s ease;

}

.btn-blk {
    color: white;
    padding: 10px 30px;
    width: 150px;
    background-color: #333;
    margin: 50px 25px 50px 25px;
    transition: 0.5s ease;
    display: inline-block;
}

.btn-blk:hover {
    color: #333;
    background-color: white;
    transition: 0.5s ease;

}

.btn-blk-2 {
    color: white;
    padding: 10px 30px;
    width: 150px;
    background-color: #333;
    margin: 0 25px 50px 25px;
    transition: 0.5s ease;
    display: inline-block;
}

.btn-blk-2:hover {
    color: #333;
    background-color: white;
    transition: 0.5s ease;

}

.btn-large {
    color: white;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: black;
    margin: 25px 25px 50px 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
}

.btn-large:hover {
    color: black;
    background-color: white;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

/* Background Style */

.bg-aqua {
    background-color: #33ccff;
    transition: 0.5s ease;
}

.bg-green {
    background-color: #99cc66;
    transition: 0.5s ease;
}

.bg-aqua:hover {
    background-color: #99cc66;
    transition: 0.5s ease;
}

.bg-green:hover {
    background-color: #33ccff;
    transition: 0.5s ease;
}

.clr-white {
    color: white;
}

.clr-black {
    color: #333;
}

.clr-aqua {
    color: #33ccff;
    transition: 0.5s ease;
}

.clr-aqua:hover {
    color: #99cc66;
    transition: 0.5s ease;
    letter-spacing: 2px;
}

.clr-green {
    color: #99cc66;
    transition: 0.5s ease;
}

.clr-green:hover {
    color: #33ccff;
    transition: 0.5s ease;
    letter-spacing: 2px;
}

/* header start */

.sticky-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    transition: 0.5s ease;
}

.header-area {
    width: 100%;
    height: 80px;
    z-index: 999;
    transition: 0.5s ease;
}

.is-sticky {
    z-index: 999;
}

.is-sticky .header-area {
    background-color: black;
    height: 70px;
    transition: 0.5s ease;
    z-index: 999;
}

.header-area img {
    height: 40px;
    display: inline;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    transition: 0.5s ease;
}

.is-sticky .header-area img {
    height: 40px;
    display: inline;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 20px;
    transition: 0.5s ease,
}

.header-area a {
    color: white;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-area a h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    padding: 25px 0;
    color: white;
    font-family: raleway, sans-serif;
    letter-spacing: 1px;
   
}



.is-sticky .header-area a h2 {
    margin: 0;
    line-height: 33px;
    padding: 20px 0;
    text-transform: uppercase;
    color: white;
    font-family: raleway, sans-serif;
    letter-spacing: 1px;
    transition: 0.5s ease,
}

.mobile-menu {
    display: none;
}

.mobile-menu .slicknav_menu {
    background-color: black;
    position: absolute;
    right: 0;
    top: 10px;
    transition: 0.3s ease;
}

.mobile-menu .slicknav_btn {
    border-radius: 0;
    transition: 0.3s ease;
}

.mobile-menu a {
    letter-spacing: 1px;
}

.mobile-menu .slicknav_nav a:hover {
    border-radius: 0;
    color: #33ccff;
    transition: 0.5s ease;
    background-color: black;
    transition: 0.3s ease;
}

.mobile-menu .slicknav_nav a:active {
    color: #99cc66;
    transition: 0.3s ease;
}

.mobile-menu .slicknav_nav .slicknav_parent .drp-menu a {
    text-transform: none;
}

.main-menu {
    list-style: none;
}

.main-menu li {
    list-style: none;
    display: inline-block;
    position: relative;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.main-menu li a {
    color: white;
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 80px;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    letter-spacing: 1px;
    transition: 0.5s ease;
}

.is-sticky .main-menu li a {
    color: white;
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 70px;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    letter-spacing: 1px;
    transition: 0.5s ease;
}

.main-menu li a:hover {
    color: #33ccff;
    transition: 0.5s ease;
}

.main-menu li &gt; a.active {
    color: #33ccff;
    transition: 0.5s ease;
}

a.active-clr {
    color: #99cc66;
    transition: 0.5s ease;
}

.main-menu li a .drop-menu {
    display: none;
}

.main-menu li a: hover .drop-menu {
    display: block;
}

.main-menu .drp-menu {
    position: absolute;
    width: 150px;
    top: 80px;
    left: 0;
    background-color: #111;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.main-menu .drp-menu li {
    display: block;
}

.main-menu .drp-menu li a {
    padding: 0 10px;
    display: block;
    text-align: left;
    line-height: 50px;
    text-transform: capitalize;
    border-bottom: 1px solid black;
}

.main-menu li:hover .drp-menu {
    top: 70px;
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

/* welcome area style */

#home {
    width: 100%;
    height: 100%;
    position: relative;
}

.welcome {
    width: 100%;
    height: 400px;
}

.welcome-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* welcome hero */

.single-slide {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 480px;
}

.single-slide::after {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

/* Mouse Pinter Animation */

.pointer {
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: 3px;
    z-index: 950;
    transform-origin: center center;
    transform: scale(1.2)
}

.m_scroll_arrows {
    border-bottom-color: #99cc66;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-color: #99cc66;
    border-right-style: solid;
    border-right-width: 2px;
    display: block;
    height: 16px;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-right: 0;
    margin-top: 0;
    transform: rotate(45deg);
    width: 16px;
}

.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: mouse-scroll;
    animation-play-state: running;
    animation-timing-function: ease;
}

.unu {
    animation-delay: 0.1s;
    animation-direction: alternate;
}

.doi {
    animation-delay: 0.2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    animation-delay: 0.3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #33ccff;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #33ccff;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #33ccff;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #33ccff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-top-style: solid;
    border-top-width: 2px;
    height: 42px;
    top: 170px;
    width: 24px;
}

.wheel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #33ccff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #33ccff;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #33ccff;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: #33ccff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 2px;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    position: relative;
    width: 4px;
}

.wheel {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.6s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: mouse-wheel;
    animation-play-state: running;
    animation-timing-function: linear;
}

@keyframes mouse-wheel {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(6px);
    }
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* service */

.service-txt {
    display: inline-block;
    width: 50%;
    padding:0 15px;
    margin-bottom: 30px;
    float: left;
}

.ico-fnt-1 {
    font-size: 40px;
    color: #99cc66;
}

.ico-fnt-1:hover {
    color: #33ccff;
}

.ico-fnt-2 {
    font-size: 40px;
    color: #33ccff;
}

.ico-fnt-2:hover {
    color: #99cc66;
}

.inline-ico {
    display: inline-block;
    width: 30%;
    padding: 0 10px;
    margin: 20px 0;
}

/* counter */

#counter,
h2 {
    font-family: roboto, sans-serif;
    font-weight: 300;
}

/* Portfolio*/

.port-filter li {
    color: #ddd;
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
    padding: 5px;
    margin: 0 0 10px 10px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    -webkit-text-decoration-color: none;
    transition: 0.3s ease, text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    list-style: none;
    display: inline-block;
    text-decoration-line: none;
    cursor: pointer;
}

.port-filter li:hover {
    background-color: #33ccff;
    color: #333;
    text-decoration: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    transition: 0.3s ease;
}

/* Wide 4 Column*/

.port-wraper {
    width: 25%;
    display: block;
    position: relative;
    overflow: hidden;
}

.port-wraper img {
    width: 100%;
    height: 100%;
    transform-origin: center center;
    transform: scale(1);
    transition: 0.5s ease;
}

.port-wraper:hover img {
    transform-origin: center center;
    transform: scale(1.2);
    transition: 0.5s ease;
}

/* Wide 3 Column*/

.port-wraper-3c {
    width: 33%;
    display: block;
    position: relative;
    overflow: hidden;
}

.port-wraper-3c img {
    width: 100%;
    height: 100%;
    transform-origin: center center;
    transform: scale(1);
    transition: 0.5s ease;
}

.port-wraper-3c:hover img {
    transform-origin: center center;
    transform: scale(1.2);
    transition: 0.5s ease;
}

/* Caption Style*/

.port-caption {
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(51, 204, 255, 0);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 2;
}

.port-caption:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.port-caption h3 {
    transform: scale(0.8);
    transition: 0.5s ease;
}

.port-caption p {
    transform: scale(0.8);
    transition: 0.5s ease;
}

.port-caption:hover h3 {
    transform: scale(1);
    transition: 0.5s ease;
}

.port-caption:hover p {
    transform: scale(1);
    transition: 0.5s ease;
}

.port-caption .port-link-1 {
    color: #99cc66;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-top: 100px;
    margin-right: 10px;
    border-radius: 150px;
    border: 1px solid #99cc66;
    display: inline-block;
    transform: scale(0.8);
    transition: 0.5s ease;
}


@media (max-width:480px){
.port-caption .port-link-1 {
    margin-top: 5px!important;
}
}

@media (max-width:380px){
.port-caption .port-link-1 {
    margin-top: 5px!important;
}
}

.port-caption:hover .port-link-1 {
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #99cc66;
    display: inline-block;
    transform: scale(1);
    transition: 0.5s ease;
}

.port-link-1:hover {
    transition: 0.5s ease;
    background: #99cc66;
    color: white;
}

.port-caption .port-link-2 {
    color: #33ccff;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 50px;
    border: 1px solid #33ccff;
    display: inline-block;
    transform: scale(0.8);
    transition: 0.5s ease;
}

.port-caption:hover .port-link-2 {
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 150px;
    border: 1px solid #33ccff;
    display: inline-block;
    transform: scale(1);
    transition: 0.5s ease;
}

.port-link-2:hover {
    transition: 0.5s ease;
    background: #33ccff;
    color: white;
}

/*Portfolio Details*/

.port-details-img {
    width: 100%;
    height: auto;
}

/* fun fact */

.counter-txt {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    float: left;
}

.counter {
    font-size: 36px;
    line-height: 48px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

/* team member section */

.team-member-img {
    width: 100%;
    max-width: 270px;
    height: 400px;
    background-size: cover;
    position: relative;
    display: inline-block;
}

.team-member-text {
    color: white;
    width: 100%;
    height: 170px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.team-member-img:hover .team-member-text {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    width: 100%;
    height: 200px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: 0.5s ease;
}

.pop-link {
    color: white;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 10px 5px;
    border-radius: 150px;
    border: 1px solid white;
    display: inline-block;
    transform: scale(1);
    transition: 0.5s ease;
}

.pop-link:hover {
    color: white;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 10px 5px;
    border-radius: 150px;
    border: 1px solid white;
    display: inline-block;
    transform: scale(1.1);
    transition: 0.5s ease;
}

/* skill area */

.skill {
    margin-bottom: 30px;
    padding: 0 30px;
}

.skill p {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.skill span {
    font-size: 13px;
    margin: 30px;
    color: #ccc;
}

.skill-bar {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 2555, 255, 0.7));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
    /* Standard syntax (must be last) */
    ;
}

.skill-data {
    position: relative;
    height: 20px;
    border-radius: 20px;
    -webkit-transition: width 5000ms linear;
    -moz-transition: width 5000ms linear;
    transition: width 5000ms linear;
}

.green-bar {
    background-color: 99cc66;
}

.skill-data::after {
    position: absolute;
    right: 3%;
    top: 0;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    content: attr(data-percent);
    z-index: 5;
}

/* process-area */

.process-ring-1 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    display: inline-block;
    transition: 0.5s ease;
}

.process-ring-1:hover {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #33ccff;
    border-radius: 50px;
    background-color: #33ccff;
    font-family: roboto, sans-serif;
    font-weight: 300;
    display: inline-block;
    transition: 0.5s ease;
}

.process-ring-2 {
    width: 100px;
    height: 100px;
    padding: 25px;
    border: 1px solid white;
    border-radius: 50px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    display: inline-block;
    transition: 0.5s ease;
}

.process-ring-2:hover {
    width: 100px;
    height: 100px;
    padding: 25px;
    border: 1px solid #99cc66;
    border-radius: 50px;
    background-color: #99cc66;
    font-family: roboto, sans-serif;
    font-weight: 300;
    display: inline-block;
    transition: 0.5s ease;
}

/* client area */

.reviewer-img {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50px;
    display: inline-block;
}

#review-area .owl-page {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    opacity: 0.3;
}

#review-area .owl-pagination {
    bottom: 30px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
}

#review-area .owl-controls.clickable {
    position: relative;
}

#review-area .owl-page.active {
    background-color: #99cc66;
    opacity: 0.7;
}

/* Partenr */

.partner {
    width: 200px;
    height: 150px;
    float: left;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Blog &amp; News */

.blog {
    max-width: 400px;
    display: inline-block;
    text-align: left;
    padding: 0 10px;
}

.blog-img {
    width: 100%;
    max-width: 400px;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.blog-link {
    text-transform: none;
    color: white;
    text-decoration-color: none;
}

.blog-link:hover {
    color: white;
    text-decoration-line: none;
}

/* contact form */
.wpcf7 .ajax-loader {background-image:url(../img/ajax-loader.gif)!important;}
.wpcf7 div.wpcf7-response-output {background:#FFF;}
.wpcf7 span.wpcf7-not-valid-tip {margin-top:-20px;}
.width-585 {
    width: 100%;
    max-width: 585px;
    padding: 0 30px;
}

.c-frm {
    display: block;
    width: 100%;
    height: 50px;
    margin: 20px 0;
    background: #333;
    border: 2px solid #222;
    opacity: 0.5;
    transition: 0.4s ease;
    text-align: center;
}

.c-frm:focus {
    display: block;
    width: 100%;
    height: 50px;
    margin: 20px 0;
    background: #333;
    border: 1px solid #33ccff;
    border-radius: 0;
    opacity: 0.8;
    transition: 0.4s ease;
}

.c-msg {
    display: block;
    width: 100%;
    height: 100px;
    margin: 20px 0;
    background: #333;
    border: 2px solid #222;
    opacity: 0.5;
    transition: 0.4s ease;
    text-align: center;
}

.c-msg:focus {
    display: block;
    width: 100%;
    height: 100px;
    margin: 20px 0;
    background: #333;
    border: 1px solid aqua;
    opacity: 0.8;
    transition: 0.4s ease;
}

.c-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #99cc66;
    color: #333;
    border: none;
    text-transform: uppercase;
}

/* Google Map */

#map {
    width: 100%;
    height: 613px;
}

/*Contact Info*/

.ico {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin: 15px 0;
    opacity: 0.7;
}

#contact-no p {
    font-size: 16px;
    line-height: 20px;
}

/*Blog Menu*/

.blog-sidebar {
    padding-left: 30px;
}

.blog-sidebar h4 {
    color: #33ccff;
    transition: 0.4s ease;
    margin: 30px 0 15px 0;
}

.blog-sidebar h4:hover {
    color: #99cc66;
    transition: 0.4s ease;
}

.blog-sidebar a {
    color: #ddd;
}

.blog-sidebar a:hover {
    color: #99cc66;
}

.archive-bar a,
.blog-catagory a {
    border-bottom: 1px solid #666;
    padding-bottom: 3px;
    line-height: 22px;
}

.blog-thumb {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.blog-tagline ul li a {
    border: 1px solid;
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #ddd;
}

.blog-tagline ul li a:hover {
    color: #99cc66;
    border-color: #99cc66;
}

.pager li a {
    border-radius: 0;
    border: none;
    color: #333;
}

.pager li a:hover {
    background-color: #99cc66;
}


/*Blog Details*/

.blog-area img {
    width: 100%;
}

/* footer */

.ftr {
    color: white;
    background-color: black;
    padding: 30px 10px;
}

.social-nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.social-nav li a {
    color: white;
    font-size: 20px;
    padding: 25px 15px;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    transition: 0.5s ease;
}

.social-nav li a:hover {
    color: #99cc66;
    text-decoration: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    transition: 0.5s ease;
}

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

.ftr a {
    color: white;
    text-transform: none;
}

.ftr a:hover {
    color: white;
}         

.centro {
    text-align: center!important;
}                                          </pre></body></html>