@import url(./web/font.css);
html {
    -webkit-font-smoothing: antialiased
}

body {
    font-family: "Trebuchet MS", Arial, sans-serif!important;
    color: #999
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	width: auto;
	display: compact;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
    color: rgba(0, 180, 190, .5)
}

a:hover {
    color: #00aac8
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0;
    color: #222
}

h1 {
    font-size: 16px;
    margin: 5px 0 10px
}

h2 {
    font-size: 46px
}

h3 {
    font-size: 22px;
    margin: 5px 0 10px
}

h4 {
    font-size: 16px;
    margin: 5px 0 10px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

p {
    margin: 0 0 15px
}

.btn,
.form-control,
.navbar,
.portfolio-item-description,
a {
    -webkit-transition: all .125s ease-in-out 0s;
    -moz-transition: all .125s ease-in-out 0s;
    -ms-transition: all .125s ease-in-out 0s;
    -o-transition: all .125s ease-in-out 0s;
    transition: all .125s ease-in-out 0s
}

.portfolio-item-preview {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.btn,
.form-control,
.form-control:focus,
.form-control:hover,
.modal-content,
.panel,
.progress {
    -webkit-box-shadow: none;
    box-shadow: none
}
.backstretch-head { 
    font-family: "Trebuchet MS", Arial, sans-serif;
	background: rgba(20,35,65,0.75); 
	font-size: 18px;
	padding:15px;
	font-weight: 500;
	color: #ddd;  
}
.backstretch-caption { 
    font-family: "Trebuchet MS", Arial, sans-serif;
	background: rgba(0,165,205,0.75); 
	font-size: 15px; 
	padding:15px ;
	color: #ddd; 
}


.alert,
.btn,
.form-control,
.icons-widget li a,
.input-group-addon,
.label,
.modal-content,
.panel-group .panel,
.plan {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.form-control {
    background: #FFF;
    border: 2px solid #D8E1E4;
    height: 54px;
    font-size: 14px;
    padding: 15px
}

.form-horizontal .form-group-lg .form-control,
.input-lg {
    height: 62px
}

.form-horizontal .form-group-sm .form-control,
.input-sm {
    height: 40px;
    font-size: 12px
}

.input-group .form-control {
    z-index: auto
}

.input-group-addon {
    background: #00aac8;
    border: 2px solid #D8E1E4;
    padding: 6px 15px;
    font-weight: 700
}

.btn {
    font-weight: 700;
    font-size: 14px;
    padding: 17px 27px;
    border: 0;
    text-transform: uppercase
}

.btn.active,
.btn:active,
.btn:focus,
.btn:hover {
    outline: inherit!important
}

.btn .icon-before {
    margin-right: 6px
}

.btn .icon-after {
    margin-left: 6px
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 22px 24px;
    font-size: 14px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 11px 18px;
    font-weight: 400;
    font-size: 12px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 7px 14px;
    font-size: 10px
}

.btn-list .btn {
    margin-bottom: 5px
}

.btn-default {
    background: #EEE
}

.btn-custom-1,
.btn-custom-2 {
    background: 0 0;
    border: 2px solid #00aac8;
    padding: 15px 25px;
    color: #00aac8
}

.btn-custom-2 {
    border: 2px solid #222;
    color: #222
}

.btn-custom-1.active,
.btn-custom-1:active,
.btn-custom-1:focus,
.btn-custom-1:hover {
    background: #90C695;
    border: 2px solid #90C695;
    color: #FFF
}

.btn-custom-2.active,
.btn-custom-2:active,
.btn-custom-2:focus,
.btn-custom-2:hover {
    background: #222;
    border: 2px solid #222;
    color: #FFF
}

.btn-custom-1-inverse,
.btn-custom-2-inverse {
    background: rgba(0, 170, 200, 1);
    border: 2px rgba(0, 170, 200, 1);
    padding: 15px 25px;
    color: #FFF
}

.btn-custom-2-inverse {
    background: #222;
    border: 2px solid #222
}

.btn-custom-1-inverse.active,
.btn-custom-1-inverse:active,
.btn-custom-1-inverse:focus,
.btn-custom-1-inverse:hover {
    background: 0 0;
    border: 2px solid rgba(0, 170, 200, 1);
    color: rgba(0, 170, 200, 1)
}

.btn-custom-2-inverse.active,
.btn-custom-2-inverse:active,
.btn-custom-2-inverse:focus,
.btn-custom-2-inverse:hover {
    background: 0 0;
    border: 2px solid #222
}

.alert {
    border: 0
}

.skill-bar {
    background: #C4C4C4;
    display: table;
    height: 4px;
    width: 100%;
    margin: 10px -2px 20px
}

.skill-bar .skill-rate-on {
    background: #90C695
}

.skill-rate-off,
.skill-rate-on {
    display: table-cell;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF
}

.progress {
    background: #E5E5E5;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.progress-bar {
    background: #90C695;
    box-shadow: none;
    text-align: right;
    padding-right: 10px;
    line-height: 22px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.nav-pills,
.nav-tabs {
    margin-bottom: 20px
}

.nav-pills>li>a {
    border-radius: 3px
}

.nav-tabs>li>a {
    border-radius: 3px 3px 0 0
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: rgba(0, 180, 190, 1)
}

.panel {
    border: 0
}

.panel-body {
    background: #f5f5f5
}

.modal-content,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.label {
    padding: .2em .6em;
    font-size: 70%
}

.label-custom-1 {
    background: #90C695
}

.label-custom-2 {
    background: #222
}

.line-icon-after,
.line-icon-before {
    margin-right: 6px
}

.icons-widget {
    padding: 0;
    margin: 0
}

.icons-widget li {
    display: inline-block;
    margin-right: 5px
}

.icons-widget li a {
    background: #222;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25em;
    color: #FFF
}

.icons-widget li a:hover {
    background: #00aac8
}

.icons-widget-sm li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .8em
}

.icons-widget-sm li {
    margin-right: 3px
}

.icons-widget li:last-child {
    margin-right: 0
}

.iconList li {
    padding: 5px 0
}

.iconList li:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-align: left;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 1em
}

.owl-theme .owl-controls .owl-buttons div {
    background: #00aabe;
    font-size: 24px;
    opacity: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    color: #FFF
}

.owl-theme .owl-controls .owl-page span {
    background: #00aabe;
    margin: 5px 4px
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0
}

.scroll-up {
    border-style: solid;
    border-width: 0 0 48px 48px;
    border-color: transparent transparent rgba(27, 18, 18, .6);
    position: fixed;
    display: none;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 999;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -moz-transform .8s ease-in-out;
    -o-transition: -o-transform .8s ease-in-out;
    transition: transform .8s ease-in-out
}

.scroll-up a {
    position: relative;
    display: inline-block;
    padding: 22px;
    bottom: 0;
    left: -44px;
    font-size: 18px;
    color: #FFF
}

.scroll-up a:hover {
    color: #90C695
}

.wrapper {
    overflow: hidden
}

.section {
    position: relative;
    padding: 120px 0;
}
.section2 {
	position:relative;
	padding: 200px 0;
}
.section3 {
	position:relative;
	padding-top: 75px;
}

.color-overlay {
	background: rgba(0, 0, 0, .5);
	padding: 60px 0;
	min-width: 0px;
}

.section-header {
    text-align: center
}

.section-header2, .section-header2 h2 {
    text-align: left;
	color: #FFF;
}

.section-header,
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
    color: #FFF
}

.callout-dark,
.callout-light {
    background: #EBEFF0;
    text-align: center;
    padding: 60px 0
}

.callout-dark {
    background: #222
}

.rotate {
    text-shadow: 0 0 5px rgba(20, 35, 60, 1)!important
}

.long-down {
    margin-bottom: 40px
}

.ajax-response {
    margin-top: 15px
}

.rotate-section {
    background: #FFF;
    z-index: 99
}

.rotate-section:before {
    top: 0;
    left: -10%;
    content: '';
    z-index: -1;
    width: 120%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-border-top: 1px solid rgba(0, 0, 0, .1);
    -moz-border-top: 1px solid rgba(0, 0, 0, .1);
    -o-border-top: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.rotate-section:after {
    bottom: 0;
    left: -10%;
    content: '';
    z-index: -1;
    width: 120%;
    height: 100%;
    position: absolute;
    background-color: #FFF;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.navbar {
    background: 0 0;
    border-radius: 0;
    border: 0;
    padding: 10px 0;
    font-weight: 400;
    color: #FFF!important
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active {
    background: 0 0;
    outline: 0;
    color: #999
}

.navbar-custom {
    background: rgba(20, 35, 65, .75)
}

.navbar-brand {
    background-image: url(../images/LOG.png)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto auto
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    font-size: 26px;
    width: 200px;
    margin-left: 10px
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #142341
}

.navbar-custom .navbar-nav .dropdown-menu>li>a,
.navbar-custom .navbar-nav>li>a {
    color: #999;
    font-size: 16px
}

.custom-collapse,
.navbar-color {
    background: #142341;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 10px 0
}

.navbar-color .nav li a:focus,
.navbar-color .nav li a:hover,
.navbar-color .nav li.active,
.navbar-color .navbar-nav>li.active a {
    color: #00B4BE
}

.custom-collapse .navbar-nav .dropdown-menu>li>a,
.custom-collapse .navbar-nav>li>a,
.navbar-color .navbar-nav .dropdown-menu>li>a,
.navbar-color .navbar-nav>li>a {
    color: #888
}

.custom-collapse .navbar-nav {
    text-align: left
}

.custom-collapse .navbar-nav>li.active {
    border: 0
}

.custom-collapse .navbar-toggle .icon-bar,
.navbar-color .navbar-toggle .icon-bar {
    background: #00b4be
}

#intro {
    background: rgba(34, 34, 34, .2)!important;
    z-index: auto!important;
    padding: 260px 0 160px;
    text-align: center
}

#intro,
#intro h1,
#intro h2,
#intro h3,
#intro h4,
#intro h5,
#intro h6 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: 400;
	background-size: auto auto;
	background-position: 0% 0%;
}

.hello {
    margin: 0 0 100px;
}

#services-header {
    background: url(../images/bg/33bg.webp) no-repeat center/cover fixed;
    -webkit-background-size: cover;
}

#trendmicro, #trendmicro-header {
    background: url(../images/bg/bg7.webp) no-repeat center/cover fixed;
    -webkit-background-size: cover;
}

#cisco, #cisco-header {
    background: url(../images/bg/cisco.webp) no-repeat center/cover fixed;
    -webkit-background-size: cover;
}

#about-header {
    background: url(../images/bg/11bg.webp) no-repeat center/cover fixed;
    -webkit-background-size: cover;
}

.service {
    text-align: center;
    margin: 0 0 40px;
}

.service2 {
	font-size:14px;
	color:#142341;
}

.service2 ul {
    list-style: bullet; /* Remove list bullets */
    padding-left: 16px;
    margin: 0;
}

.service .icon {
    font-size: 32px;
    color: #00B4BE
}

.service h4 {
    text-transform: capitalize
}

.service a{
	color:#142341;
}

#portfolio-header {
    background: url(../images/bg/22bg.webp) no-repeat center/cover fixed;
    -webkit-background-size: cover
}

.portfolio-item {
    margin-bottom: 20px;
    overflow: hidden
}

.portfolio-item-preview {
    position: relative
}

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

.portfolio-item-description {
    background: rgba(255, 255, 255, .5);
    position: absolute;
    right: 0;
    bottom: -70px;
    left: 0;
    padding: 25px;
    text-align: center;
    vertical-align: text-top;
    opacity: 0;
    color: #222
}

#testimonials .owl-item {
    text-align: center
}

#testimonials .avatar img {
    height: 84px;
    width: 84px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

#testimonials blockquote {
    border: 0;
    padding: 10px 80px;
    margin: 0
}

#testimonials blockquote p {
    margin: 15px 0 5px
}

#testimonials .stars {
    margin-bottom: 5px;
    color: #00aac8
}

#testimonials .star-off {
    color: #999
}

#partner-header {
    background: url(../images/bg/55bg.webp) no-repeat center/cover fixed;
    -webkit-background-size: cover
}

#team-header {
    background: url(../images/bg/33bg.webp) no-repeat center/cover fixed;
    -webkit-background-size: cover
}

.member {
    text-align: center
}

.member-data {
    padding: 15px 0 10px
}

.member-data h3 {
    margin: 5px 0 0
}

.member-data span {
    font-size: 12px
}

#contact-header {
    background: url(../images/bg/55bg.webp) no-repeat center/cover fixed;
    -webkit-background-size: cover
}

#contact-data {
    background: #ebeff0;
    text-align: center
}

#map-section {
    position: relative;
    height: 450px;
    width: 100%
}

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

#footer {
    background: #142341;
    padding: 20px 0;
    color: #FFF
}

#footer p {
    font-size: 12px;
    margin: 5px 0
}

.mouse-icon {
    position: relative;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    margin: 0 auto;
    display: block;
    z-index: 10
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 10px;
        opacity: 1
    }
    100% {
        top: 25px;
        opacity: 0
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0
    }
    30% {
        top: 10px;
        opacity: 1
    }
    100% {
        top: 25px;
        opacity: 0
    }
}

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

#status,
.status-mes {
    background-image: url(../images/load.gif);
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 150px
}

.status-mes {
    background: 0 0;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%
}

.status-mes h4 {
    color: #222;
    margin-top: 30px
}

@media (max-width:992px) {
    .knob,
    .member {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .scroll-up {
        display: none!important
    }
}
