@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,300italic,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,400italic,600,700,900,300italic);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, form, input {
    margin: 0;
    padding: 0;
    background: transparent;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #585858;
    font-weight: 300;
    background: #fff;
}

img {
    max-width: 100%;
}

p {
    line-height: 23px;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Titillium Web', sans-serif;
}

h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 19px;
}

a, .btn, button, input[type="button"] {
	text-decoration: none;
	transition: all 300ms;
}

a {
    color: #18a5f4;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0089d6;
}

#header {
    position: absolute;
    z-index: 1000; padding: 0;
}

.logo-holder{
    float: left;
}

.logo-holder img {
    width:266px;
}

.nav-icon {
    background:url(../img/nav-icon.png) no-repeat;
    background-size: 100%;
    border: none;
    width: 30px;
    height: 30px;
    float: right;
    margin: 18px 0 0 0;
}

#header, #banner {
    width: 100%;
    float: left;
    clear: both;
}

#banner {
    position: relative;
}

.banner-caption { 
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.banner-caption span {
    padding: 15px 55px;
    background: #FFF;
    color: #333333;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}

.banner-caption .view-porfolio {
    background: #0eac3e;
    border-radius: 3px;
    color: #FFF;
    padding: 15px 48px;
    border: none;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}

.overlay-box {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #262732;
    background: rgba(38, 39, 50, 0.86);
    z-index: 1;
}

.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {
    z-index: 100000 !important;
}

/* margin */
.m-0{margin:0 !important;}
.m-2{margin:2px !important;}
.m-5{margin:5px !important;}
.m-8{margin:8px !important;}
.m-10{margin:10px !important;}
.m-15{margin:15px !important;}
.m-16{margin:16px !important;}
.m-20{margin:20px !important;}
.m-24{margin:24px !important;}
.m-25{margin:25px !important;}
.m-30{margin:30px !important;}
.m-32{margin:32px !important;}
.mh-0{margin-left:0 !important;margin-right:0 !important;}
.mh-2{margin-left:2px !important;margin-right:2px !important;}
.mh-5{margin-left:5px !important;margin-right:5px !important;}
.mh-8{margin-left:8px !important;margin-right:8px !important;}
.mh-10{margin-left:10px !important;margin-right:10px !important;}
.mh-15{margin-left:15px !important;margin-right:15px !important;}
.mh-16{margin-left:16px !important;margin-right:16px !important;}
.mh-20{margin-left:20px !important;margin-right:20px !important;}
.mh-24{margin-left:24px !important;margin-right:24px !important;}
.mh-25{margin-left:25px !important;margin-right:25px !important;}
.mh-30{margin-left:30px !important;margin-right:30px !important;}
.mh-32{margin-left:32px !important;margin-right:32px !important;}
.mv-0{margin-top:0 !important;margin-bottom:0 !important;}
.mv-2{margin-top:2px !important;margin-bottom:2px !important;}
.mv-5{margin-top:5px !important;margin-bottom:5px !important;}
.mv-8{margin-top:8px !important;margin-bottom:8px !important;}
.mv-10{margin-top:10px !important;margin-bottom:10px !important;}
.mv-15{margin-top:15px !important;margin-bottom:15px !important;}
.mv-16{margin-top:16px !important;margin-bottom:16px !important;}
.mv-20{margin-top:20px !important;margin-bottom:20px !important;}
.mv-24{margin-top:24px !important;margin-bottom:24px !important;}
.mv-25{margin-top:25px !important;margin-bottom:25px !important;}
.mv-30{margin-top:30px !important;margin-bottom:30px !important;}
.mv-32{margin-top:32px !important;margin-bottom:32px !important;}
.mt-0{margin-top:0 !important;}
.mt-2{margin-top:2px !important;}
.mt-5{margin-top:5px !important;}
.mt-8{margin-top:8px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-16{margin-top:16px !important;}
.mt-20{margin-top:20px !important;}
.mt-24{margin-top:24px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-32{margin-top:32px !important;}
.mr-0{margin-right:0 !important;}
.mr-5{margin-right:5px !important;}
.mr-8{margin-right:8px !important;}
.mr-10{margin-right:10px !important;}
.mr-15{margin-right:15px !important;}
.mr-16{margin-right:16px !important;}
.mr-20{margin-right:20px !important;}
.mr-24{margin-right:24px !important;}
.mr-25{margin-right:25px !important;}
.mr-30{margin-right:30px !important;}
.mr-32{margin-right:32px !important;}
.mb-0{margin-bottom:0 !important;}
.mb-2{margin-bottom:2px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-8{margin-bottom:8px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-16{margin-bottom:16px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-24{margin-bottom:24px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-32{margin-bottom:32px !important;}
.ml-0{margin-left:0 !important;}
.ml-2{margin-left:2px !important;}
.ml-5{margin-left:5px !important;}
.ml-8{margin-left:8px !important;}
.ml-10{margin-left:10px !important;}
.ml-15{margin-left:15px !important;}
.ml-16{margin-left:16px !important;}
.ml-20{margin-left:20px !important;}
.ml-24{margin-left:24px !important;}
.ml-25{margin-left:25px !important;}
.ml-30{margin-left:30px !important;}
.ml-32{margin-left:32px !important;}
.mt-n10{margin-top:-10px !important;}
.mt-n15{margin-top:-15px !important;}
.mt-n20{margin-top:-20px !important;}

/* padding */
.p-0{padding:0 !important;}
.p-2{padding:2px !important;}
.p-5{padding:5px !important;}
.p-8{padding:8px !important;}
.p-10{padding:10px !important;}
.p-15{padding:15px !important;}
.p-16{padding:16px !important;}
.p-20{padding:20px !important;}
.p-24{padding:24px !important;}
.p-25{padding:25px !important;}
.p-30{padding:30px !important;}
.p-32{padding:32px !important;}
.ph-0{padding-left:0 !important;padding-right:0 !important;}
.ph-2{padding-left:2px !important;padding-right:2px !important;}
.ph-5{padding-left:5px !important;padding-right:5px !important;}
.ph-8{padding-left:8px !important;padding-right:8px !important;}
.ph-10{padding-left:10px !important;padding-right:10px !important;}
.ph-15{padding-left:15px !important;padding-right:15px !important;}
.ph-16{padding-left:16px !important;padding-right:16px !important;}
.ph-20{padding-left:20px !important;padding-right:20px !important;}
.ph-24{padding-left:24px !important;padding-right:24px !important;}
.ph-25{padding-left:25px !important;padding-right:25px !important;}
.ph-30{padding-left:30px !important;padding-right:30px !important;}
.ph-32{padding-left:32px !important;padding-right:32px !important;}
.pv-0{padding-top:0 !important;padding-bottom:0 !important;}
.pv-2{padding-top:2px !important;padding-bottom:2px !important;}
.pv-5{padding-top:5px !important;padding-bottom:5px !important;}
.pv-8{padding-top:8px !important;padding-bottom:8px !important;}
.pv-10{padding-top:10px !important;padding-bottom:10px !important;}
.pv-15{padding-top:15px !important;padding-bottom:15px !important;}
.pv-16{padding-top:16px !important;padding-bottom:16px !important;}
.pv-20{padding-top:20px !important;padding-bottom:20px !important;}
.pv-24{padding-top:24px !important;padding-bottom:24px !important;}
.pv-25{padding-top:25px !important;padding-bottom:25px !important;}
.pv-30{padding-top:30px !important;padding-bottom:30px !important;}
.pv-32{padding-top:32px !important;padding-bottom:32px !important;}
.pt-0{padding-top:0 !important;}
.pt-2{padding-top:2px !important;}
.pt-5{padding-top:5px !important;}
.pt-8{padding-top:8px !important;}
.pt-10{padding-top:10px !important;}
.pt-15{padding-top:15px !important;}
.pt-16{padding-top:16px !important;}
.pt-20{padding-top:20px !important;}
.pt-24{padding-top:24px !important;}
.pt-25{padding-top:25px !important;}
.pt-30{padding-top:30px !important;}
.pt-32{padding-top:32px !important;}
.pr-0{padding-right:0 !important;}
.pr-2{padding-right:2px !important;}
.pr-5{padding-right:5px !important;}
.pr-8{padding-right:8px !important;}
.pr-10{padding-right:10px !important;}
.pr-15{padding-right:15px !important;}
.pr-16{padding-right:16px !important;}
.pr-20{padding-right:20px !important;}
.pr-24{padding-right:24px !important;}
.pr-25{padding-right:25px !important;}
.pr-30{padding-right:30px !important;}
.pr-32{padding-right:32px !important;}
.pb-0{padding-bottom:0 !important;}
.pb-2{padding-bottom:2px !important;}
.pb-5{padding-bottom:5px !important;}
.pb-8{padding-bottom:8px !important;}
.pb-10{padding-bottom:10px !important;}
.pb-15{padding-bottom:15px !important;}
.pb-16{padding-bottom:16px !important;}
.pb-20{padding-bottom:20px !important;}
.pb-24{padding-bottom:24px !important;}
.pb-25{padding-bottom:25px !important;}
.pb-30{padding-bottom:30px !important;}
.pb-32{padding-bottom:32px !important;}
.pl-0{padding-left:0 !important;}
.pl-2{padding-left:2px !important;}
.pl-5{padding-left:5px !important;}
.pl-8{padding-left:8px !important;}
.pl-10{padding-left:10px !important;}
.pl-15{padding-left:15px !important;}
.pl-16{padding-left:16px !important;}
.pl-20{padding-left:20px !important;}
.pl-24{padding-left:24px !important;}
.pl-25{padding-left:25px !important;}
.pl-30{padding-left:30px !important;}
.pl-32{padding-left:32px !important;}

/* font size */
.fs-10{font-size:10px !important;}
.fs-11{font-size:11px !important;}
.fs-12{font-size:12px !important;}
.fs-13{font-size:13px !important;}
.fs-14{font-size:14px !important;}
.fs-15{font-size:15px !important;}
.fs-16{font-size:16px !important;}
.fs-17{font-size:17px !important;}
.fs-18{font-size:18px !important;}
.fs-19{font-size:19px !important;}
.fs-20{font-size:20px !important;}
.fs-22{font-size:22px !important;}
.fs-24{font-size:24px !important;}
.fs-25{font-size:25px !important;}
.fs-26{font-size:26px !important;}
.fs-28{font-size:28px !important;}
.fs-30{font-size:30px !important;}
.fs-32{font-size:32px !important;}
.fs-34{font-size:34px !important;}
.fs-35{font-size:35px !important;}
.fs-40{font-size:40px !important;}
.fs-45{font-size:45px !important;}
.fs-50{font-size:50px !important;}
.fs-55{font-size:55px !important;}
.fs-60{font-size:60px !important;}

/* font weight */
.fw-100{font-weight:100 !important;}
.fw-200{font-weight:200 !important;}
.fw-300{font-weight:300 !important;}
.fw-400{font-weight:400 !important;}
.fw-500{font-weight:500 !important;}
.fw-600{font-weight:600 !important;}
.fw-700{font-weight:700 !important;}
.fw-800{font-weight:800 !important;}
.fw-900{font-weight:900 !important;}

.flt-lt {
    float: left !important;
}

.flt-rt {
    float: right !important;
}

.flt-n {
    float: none !important;
}

section.section,
.site-header,
.site-content,
.site-footer,
.header-top,
.header-bottom,
.site-banner,
.content-one,
.content-two,
.content-three,
.content-four,
.content-five,
.content-six,
.content-seven,
.content-eight,
.content-nine,
.content-ten,
.cnt-holder {
	width: 100%;
	float: left;
}

/* preloader start */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(38,39,50,0.95);
}

.preloader p {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 190px;
    text-align: center;
    margin-top: -45px;
    margin-left: -95px;
    display: inline-block;
}

.preloader p span {
	display: inline-block;
    text-transform: uppercase;
	color: #eee;
	padding-bottom: 15px;
}

.preloader i {
    display: inline-block;
    color: #fff;
}

.loader-5 {
	height: 24px;
	width: 24px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
			animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-5-1 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes loader-5-1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.loader-5::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: auto;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
			animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-5-2 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(20px, 0, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes loader-5-2 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(20px, 0, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}

.loader-5::after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: auto;
	bottom: 0; right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
			animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-5-3 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(-20px, 0, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes loader-5-3 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(-20px, 0, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}

.loader-5 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 24px;
	width: 24px;
}

.loader-5 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: auto; right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
			animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-5-4 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(0, 20px, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes loader-5-4 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(0, 20px, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}

.loader-5 span::after {
	content: "";
	display: block;
	position: absolute;
	top: auto; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
			animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
	0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
	50%  { -webkit-transform: translate3d(0, -20px, 0) scale(.5); }
	100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
	0%   { transform: translate3d(0, 0, 0) scale(1); }
	50%  { transform: translate3d(0, -20px, 0) scale(.5); }
	100% { transform: translate3d(0, 0, 0) scale(1); }
}
/* preloader end */

.inline-link {
    font-size: 90%;
    color: #fff;
    background-color: #18a5f4;
    border-radius: 3px;
    padding: 1px 5px;
}

.inline-link:hover, .inline-link:focus {
    color: #fff;
    background-color: #0089d6;
}

#header-sticky-wrapper {
    background-color: #262732;
}

.site-header {
    background-color: #262732;
	z-index: 991;
}

.is-sticky .site-header {
	box-shadow: 0 0 2px rgba(0,0,0,0.25)
}

.site-header * {
    transition: all 300ms;
}

.header-top {
	background-color: #45464f;
}

.header-top-left p {
	font-size: 12px;
	margin-bottom: 0;
}

.header-top-left a {
	display: inline-block;
	color: #d5e1e6;
	margin: 3px 20px 2px 0;
}

.header-top-left a:hover {
    color: #4dc9ff;
}

.header-top .social-icons {
	float: right;
	list-style: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.header-top .social-icons li {
	display: inline-block;
}

.header-top .social-icons i {
	font-size: 16px;
}

.header-top .social-icons a {
    display: inline-block;
    color: #d5e1e6;
    text-align: center;
    margin: 4px 4px 2px 18px;
}

.header-top .social-icons a:hover {
    color: #4dc9ff;
}

.header-bottom .logo-holder {
	padding-top: 14px;
	padding-bottom: 12px;
}

.is-sticky .header-bottom .logo-holder {
    padding-top: 0;
    padding-bottom: 8px;
}

.header-bottom .logo-holder a img {
}

.is-sticky .header-bottom .logo-holder a img {
    width: 180px;
}

.header-bottom .navbar {
    width: 100%;
    float: right;
	padding-top: 38px;
    margin-bottom: 5px;
}

.is-sticky .header-bottom .navbar {
    padding-top: 20px;
}

.header-bottom .navbar a {
	font-size: 14px;
    letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 5px;
}

.header-bottom .navbar li a:hover, .header-bottom .navbar li.active a:hover, .header-bottom .navbar li.active a:hover:before {
	color: #4dc9ff;
}

.site-banner {
	position: relative;
	overflow: hidden;
	color: #fff;
    text-align: center;
    min-height: 550px;
    background-size: cover;
}

.site-banner .bxslider li {
    min-height: 550px;
    background: url(../img/banner-01.jpg) no-repeat center 0;
    background-size: cover;
}

.site-banner .container {
	position: relative;
	z-index: 6;
}

.site-banner h2 {
	font-size: 58px;
	line-height: 1.4;
    padding: 14px 0;
	margin: 7% 0 10px;
}

.site-banner h2 span {
	display:inline-block;
	background-color: rgba(0,0,0,0.45);
    padding: 25px 35px;
}

.site-banner p {
    font-size: 18px;
    line-height: 1.5;
}

.site-banner .form-control {
    width: 35%;
    min-width: 250px;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: rgba(255,255,255,0.85);
    padding: 10px 20px !important;
    margin: 10px 0;
}

.site-banner .btn {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
    background-color: #18a5f4;
    padding: 15px 35px !important;
    margin: 15px 5px;
}

.site-banner .btn.btn-one {
	color: #fff;
	border: 1px solid #18a5f4;
    background-color: transparent !important;
    box-shadow: none;
}

.site-banner .btn.btn-one:hover {
	color: #222;
    border-color: #18a5f4;
    background-color: #18a5f4 !important;
    box-shadow: none;
}

.site-banner .btn.btn-primary {
	color: #fff;
	border: 1px solid #18a5f4;
    background-color: #18a5f4 !important;
    box-shadow: none;
}

.site-banner .btn.btn-primary:hover {
	color: #222;
    background-color: #18a5f4 !important;
}

.left-control, .right-control {
    position: absolute;
    top: 44%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border:1px solid rgba(255,255,255,0.45);  
    z-index: 20;
    font-size: 22px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-control {
    left: -51px
} 

.right-control {
    right: -51px;
}

@keyframes bobble {
	0% {
		transform: translate3d(0, 0, 0px);
		animation-timing-function: ease-in;
	}
	50% {
		transform: translate3d(0, 10px, 0px);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translate3d(0, 0, 0px);
	}
}

.content-holder .container {
	position: relative;
}

.common-list {
    margin-bottom: 10px;
}

.common-list li {
    font-size: 17px;
    line-height: 1.5;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.common-list li:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #03b05d;
    position: absolute;
    top: 4px;
    left: 5px;
}

.about, .common-sec, .services, .contact, .works, .technology {
    width: 100%;
    float: left;
    padding: 78px 0 40px;
}

.common-sec {
    padding: 68px 0 30px;
}

.common-sec p {
    color: #494949;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
}

.about center p,  .technology p, .common-sec center p {
    color: #494949;
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5;
}

.common-sec center p {
    text-align: center;
}

.about  h1, .works h1, .technology h1, .common-sec h1 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 35px;
    border-bottom: 1px solid #d0d0d0;
    display: table;
    padding: 0 39px 21px;
}

.common-sec h1 .icon {
    color: #18a5f4;
    opacity: 0.75;
    padding-right: 5px;
}

.common-sec h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    padding-bottom: 10px;
}

.about  h3, .works h3, .common-sec h3 {
    font-family: 'Roboto', sans-serif;
    color: #0686ce;
}

.common-sec h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.common-sec p .sd-img {
    border: 2px solid rgba(0,68,105,0.2);
    border-radius: 1px;
}

.image-holder {
    float: left;
    margin-right: 5%;
}

.image-holder span {
    display: table-cell;
    vertical-align: middle;
    background: url(../img/green-bg.png) no-repeat center;
    width: 123px;
    height: 141px;
    text-align: center;
}

.about h6 {
    color: #333333;
    font-weight: 700;
    margin-bottom: 11px;
}

.about center, .common-sec center {
    margin-bottom: 63px;
    display: block;
}

.services {
    background: #0686ce url(../img/map-bg.png) repeat-x center;
    color: #fff;
    padding-bottom: 90px;
    overflow-x: hidden;
}

.services h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.services p {
    font-weight: 300;
    font-size: 16px;
}

.more-btn {
    background: #e3e3e3;
    color: #3d3d3d;
    padding: 11px 18px;
    font-weight: 400;
    border-radius: 3px;
}

.contact h2 {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 300;
    line-height: 43px; font-size:20px;
}

.contact-items-holder {
    list-style: none;
    text-align: center;
    margin: 73px auto 12px;
    width: 100%;
    display: table;
}

.contact-items-holder li {
    background: url(../img/divider.png) no-repeat right center;
    min-height: 85px;
    width: 33%;
    float: left;
    text-align: center;
}
.contact-items-holder > li:last-child {
    background:none;
}

.contact-items-holder strong {
    color: #333;
}

.contact-items-holder a:hover strong {
    color: #0089d6;
}

.social-holder li {
    background: none;
    display: inline-block;
    text-align: center;
    width: auto;
    min-height: auto;
    margin: 0 4px;
    float: none;
}

.social-holder li a {
    color: #fff;
}

.social-holder li a:hover {
    color: #18a5f4;
}

.social-holder li span {
    background: url(../img/social-bg.png) no-repeat center;
    width: 28px;
    height: 33px;
    display: table-cell;
    vertical-align: middle;
}

section.works {
    padding: 70px 0 0;
}

.work-item {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.work-item img{
    width: 100%;
}

.works h1 {
    border-bottom: none;
}

.work-item .overbox {
    background:rgba(0, 0, 0, 0.83);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 9;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.work-item:hover .overbox {
    opacity: 1;
}

.work-item .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.work-item .title {
    font-size: 20px;
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    font-weight: bold;
    padding: 10px 25px;
}

.work-item .overbox h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}

.work-item .overbox p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 5px;
}

.work-item .title a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    background-color: #18a5f4;
    padding: 5px 15px;
    margin-top: 5px;
}

.work-item .title a:hover, .work-item .title a:focus {
    background-color: #0089d6;
}

.work-item:hover .title,
.work-item:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.work-item .tagline {
    font-size: 0.8em;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.work-item:hover .tagline,
.work-item:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.technology {
/*
    background-color: #e5e7f5;
*/
}

.tech-holder {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.tech-holder ul {
    text-align: center;
}

.tech-holder ul li {
    display: inline-block;
    padding-bottom: 15px;
    margin: 0 5px;
}

.tech-holder ul li img {
/*
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
*/
}

/* Footer start */
.footer {
	width: 100%;
	float: left;
	background: #262732;
}

.footer-inner {
	width: 100%;
	display: inline-block;
	padding: 45px 0;
}

.footer-inner p {
	color: #9899a4;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.footer-inner a {
	color: #9899a4;
}

.footer-inner hr {
	border-color: #3b3d4a;
	width: 100%;
	float: left;
}

.footer-nav h3 {
	margin: 0;
	padding: 25px 0 15px;
	font-size: 22px;
    font-weight: 300;
	color: #18a5f4;
}

.footer-nav p {
    padding-bottom: 5px;
}

.footer-nav a {
	color: #bdbfd4;
}

.footer-nav a:hover {
	color: #18a5f4;
}

.footer-loc h3 {
	margin: 0;
	padding: 25px 0 15px;
	font-size: 22px;
    font-weight: 300;
	color: #18a5f4;
}

.footer-loc i.fa {
	font-size: 24px;
	color: #03b05d;
	position: absolute;
	left: 18px;
	top: 0;
}

.footer-loc p {
	color: #9899a4;
	font-size: 14px;
    font-weight: 300;
    line-height: 22px;
	padding-left: 26px;
}

.footer-loc .blue-fg {
	color: #d9dade;
}

.footer-news h3 {
	margin: 0;
	padding: 25px 0 15px;
	font-size: 22px;
    font-weight: 300;
	color: #18a5f4;
}

.footer-news p {
	margin: 0;
	padding: 0;
	color: #9899a4;
	font-size: 15px;
}

.footer-news-form input {
	width: 72% !important;
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	float: left;
	padding: 14px 10px !important;
	height: auto !important;
	font-size: 13px !important;
	background: #2c2d38 !important;
	border: none !important;
}

.footer-news-form input[type="button"] {
	border-radius: 0 !important;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	border: none;
	color: #fff;
	background: #0686ce !important;
	padding: 14px 18px !important;
	width: auto !important;
}

.footer .footer-social {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.footer .social-icons {
    width: 100%;
    display: inline-block;
}

.footer .social-icons li {
    display: inline-block;
    padding: 0 15px 10px 2px;
}

.footer .social-icons i {
    font-size: 18px;
}

.footer .social-icons a:hover {
    color: #18a5f4;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.9s ease-in-out top;
     -moz-transition: 0.9s ease-in-out top;
      -ms-transition: 0.9s ease-in-out top;
       -o-transition: 0.9s ease-in-out top;
          transition: 0.9s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 130px;
}

.carousel.vertical .prev {
  top: -130px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -130px;
}

.carousel.vertical .active.right {
  top: 130px;
}

.carousel.vertical .item {
    left: 0;
}

.footer-copy {
    width: 100%;
    float: left;
    padding: 30px 0 10px;
    background: #23242e;
}

.footer-copy .container {
    padding: 0;
}

.footer-copy a {
    color: #848590;
}

.footer-copy a:hover {
	color: #18a5f4;
}
/* Footer end */

/* for header fixed start */
#menufix {
	width: 100%;
	padding:15px 80px;
	top:0;
	background:#262732;
	moz-transition: all 1s ease-in-out;
	o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	webkit-transition: all 1s ease-in-out;
	position:fixed;
	overflow: auto;
	opacity:0;
}

#menufix .back {
	color:#fff;
	text-decoration:none;
	height:20px;
	width:200px;
	background-color:#2FC192;
	padding:10px;
	margin-top:10px;
	display:black;
}

#menufix.active_more {
	z-index:1;
	position:fixed;
	opacity:100;
	padding-top:10px;
	padding-bottom:10px;
}

#menufix.active {
	z-index:99;
	position:fixed;
	opacity:100;
}
	
.menu {
	width: 260px;
	float: left;
	text-align: right;
	padding:5px;
	list-style-type:none;
}

.menu img {width:100%;}

.menu li { display:inline; }

.menu a {
	padding:10px;
	color:#fff; 
	text-shadow:1px 1px #5E8BC5;
	padding:0 0 0 10px;
}
/* for header fixed end */


/* Sector section area start */
.sector-area {
    width: 100%;
    display: inline-block;
    float: left;
	padding: 10px 0 40px;
}

.sector-area .single-sector {
	padding-bottom: 45px;
}

.sector-area .single-sector .box .pull-left {
	margin-right: 16px;
}

.sector-area .single-sector .box .pull-left a span {
	font-size: 48px;
	color: #0089d6;
	line-height: 0;
}

.sector-area .single-sector .box .box-body {
    display: table-cell;
    vertical-align: top;
}

.sector-area .single-sector .box .box-body h4.box-heading a {
	font-size: 20px;
	line-height: 1.5;
	color: #222222;
	margin-bottom: 20px;
	display: block;
	transition: all 0.5s ease 0s;
	font-weight: 700;
}

.sector-area .single-sector .box .box-body h4.box-heading a:hover {
	color: #0686ce;
}

.sector-area .single-sector .box .box-body p {
	margin-bottom: 15px;
}

.sector-area .single-sector .box .box-body .read-more a:hover {
	color: #0686ce;
}

.sector-area .single-sector .box .box-body .read-more a {
	text-decoration: none;
	display: inline-block;
	color: #111;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 2px solid #0686ce;
	transition: all 0.5s ease 0s;
}

.sector-area .single-sector .box .box-body .read-more a i {
	color: #0686ce;
	margin-left: 5px;
}

.sector-area .single-sector .box .box-body .read-more a:hover {
	border-bottom: 2px solid #0686ce;
}
/* Sector section area end */

/* Home Page Counter Down start */
.home-experiences {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 60px 0 !important;
    background: url(../img/count.jpg) no-repeat center center;
    background-size: cover;
}

.home-experiences .home-counter-down-title h2 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 25px;
}

.home-experiences .home-counter-down-title h2 span {
    color: #18a5f4;
    font-size: 60px;
    font-weight: 500;
}

.home-experiences .home-counter-down-title h2 em {
  color: #18a5f4;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
}

.home-experiences .home-counter-down-title p {
    letter-spacing: 14.7px;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
}

.home-experiences .about-counter-list {
    color: #ffffff;
    text-align: left;
    border-right: 1px solid #ffffff;
    display: block;
    text-align: center;
    padding-right: 30px;
}

.home-experiences .about-counter-list.last-child {
    border: 0px solid #ffffff;
}

.home-experiences .about-counter-list h2.about-counter {
    font-weight: 800;
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.home-experiences .about-counter-list p {
    font-weight: 800;
    font-size: 14px;
    color: #18a5f4;
    margin-bottom: 0;
}
/* Home Page Counter Down end */

/* Request for call back area start */
.home-request-callback {
    width: 100%;
    display: inline-block;
    float: left;
    background: url(../img/callback-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    padding: 70px 0 50px; 
}

.home-request-callback .call-back-content h2 {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    position: relative;
    margin-bottom: 50px;
}

.home-request-callback .call-back-content h2:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    background: #0089d6;
    width: 60px;
    height: 3px;
}

.home-request-callback .call-back-content p {
    color: #ffffff;
    margin-right: 80px;
}

.home-request-callback .call-back-form {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    padding: 40px 20px 20px;
    border: 1px solid #dddddd;
}

.home-request-callback .call-back-form h3 {
    margin-left: 15px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: normal;
}

.home-request-callback .call-back-form .form-group select {
    border-bottom: 1px solid #dddddd !important;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    border: 0px solid #ffffff;
    box-shadow: none;
    margin-bottom: 30px;
    font-size: 16px;
    color: #6a6a6a;
}

.home-request-callback .call-back-form .form-group input.form-control {
    border-bottom: 1px solid #dddddd !important;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    border: 0px solid #ffffff;
    box-shadow: none;
    margin-bottom: 30px;
    font-size: 16px;
    color: #6a6a6a;
}

.home-request-callback .call-back-form .form-group .btn-send {
    height: auto;
    display: block;
    background: #18a5f4;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    border: 0px solid #ffffff;
    box-shadow: none;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
    width: 100%;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.home-request-callback .call-back-form .form-group .btn-send:hover {
    background: #0089d6;
}
/* Request for call back area end */

/* Home team area start */
.home-team-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #f9f9f9;
    padding: 70px 0 40px;
}

.home-team-area h3 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    padding: 0 0 25px;
    position: relative;
}

.home-team-area h3 span {
    display: inline-block;
    padding: 0 39px 15px;
/*
    border-bottom: 1px solid #d0d0d0;
*/
}

.home-team-area .team-mem {
    padding-bottom: 30px;
}

.home-team-area .team-mem img {
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
    margin-bottom: 10px;
}

.home-team-area .team-mem p {
    font-weight: 500;
    margin: 0;
}

.home-team-area .social-icons {
	list-style: none;
	font-size: 16px;
	margin: 0;
	padding: 6px 0 0;
}

.home-team-area .social-icons li {
	display: inline-block;
}

.home-team-area .social-icons i {
	font-size: 16px;
}

.home-team-area .social-icons a {
    display: inline-block;
    text-align: center;
    margin: 4px;
}
/* Home team area end */

/*inner pages*/
.inner-head{ width:100%; float:left; background:#23242e;}
.inner-head .logo-holder{ padding:10px 0;}
.inner-head .logo-holder img{max-width:200px;}
.inner-head .navbar-default{background:none; float:right; margin:0;}
.inner-head .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus{background-color:#323441;}
.inner-title{ width:100%; float:left; padding:30px 0; text-align:center;}
.inner-title h1{ font-size:36px; color:#161d27; padding:0 0 10px; margin:0; font-weight:bold;}
.inner-title h2{ font-size:20px; margin:0; padding:0; color:#161d27; display:inline-block;}
.inner-title h3{ font-size:20px; margin:0; padding:0; color:#0eac3e; display:inline-block;}
.inner-title p{ font-size:14px; margin:5px 0; padding:0; color:#161d27; display:inline-block;}
.blog-list{ width:100%; float:left; padding:20px 0;}
.blog-list ul{margin:0; padding:0; list-style:none;}
.blog-list ul li{ width:272px; float:left; min-height:300px; margin:0 12px 20px 0;}
.blog-list ul li img{ width:100%; margin:0 0 10px;}
.blog-list ul li span{ font-size:12px; color:#161d27; padding:0 10px;}
.blog-list ul li span strong{ font-weight:400;}
.blog-list ul li h1{ margin:0; padding:6px 10px; font-size:20px; font-weight:bold; color:#161d27;}
.blog-list ul li p{ margin:0; padding:0 10px 8px; font-size:14px; color:#666666;}
.blog-list ul li a{ color:#0eac3e; padding:0 10px;}
.contact-form{ width:100%; float:left; margin:0 0 20px; text-align:center;}
.contact-form .row{ padding:0; margin:0 0 10px; color:#161d27; font-size:14px;}
.contact-form .row h1{font-size:20px; color:#0eac3e; padding:0; margin:0; font-weight:bold; display:inline-block;}
.contact-form .row h2{ font-size:16px; margin:0; padding:0; color:#0eac3e; display:inline-block;}
.contact-fld{ width:373px; float:left; margin:0 10px 0 0;}
.contact-fld input{ width:94% !important; float:left; background:#FFF; border:#9e9e9e 1px solid !important; outline:none; padding:0 10px !important; margin:0 !important;}
.row .contact-fld:last-child{margin:0;}
.contact-form .row textarea{ width:100%; padding:10px; border:#9e9e9e 1px solid; height:180px; resize:none;}
.contact-form .row input[type="button"]{ background:#0686ce; float:right; padding:10px 8px; width:100px; color:#FFF; border-radius:3px; border:none;}
.contact-form .row input[type="button"]:hover{ background:#0eac3e;}
.contact-address{ width:100%; float:left;}
.contact-address p{ text-align:left;}
.work-wrap{ width:100%; float:left; }
.about-left{ width:50%; float:left; padding:0 5% 0 0; margin:0 0 20px;}
.about-left p{ font-size:14px; margin:0 0 10px 0; padding:0; color:#161d27; }
.about-right{width:50%; float:right; padding:0 10% 0 0; margin:0 0 20px;}
.about-right img{width:100%;}
.clients-wrap{width:100%; float:left; margin:20px 0;}
.clients-wrap ul{ margin:0; padding:0; list-style:none;}
.clients-wrap ul li{ width:270px; float:left; margin:0 0 15px 15px; border:solid #e7e7e7 1px; padding:0 0 10px;}
.clients-wrap ul li img{width:100%;}
.clients-wrap ul li h1{ color:#0eac3e; margin:0; padding:10px 10px 5px; font-size:20px;}
.clients-wrap ul li p{margin:0; padding:0 10px; font-size:14px; color:#666666;}
.services-wrap{width:100%; float:left;}
.services-wrap .row{ margin:0; padding:0;}
.services-wrap ul{ margin:0; padding:0; list-style:none;}
.services-wrap ul li{  width:48%; float:left; margin:0 0 15px; padding:10px 12px;}
.services-wrap ul li img{ margin:0 10px 0 0; float:left;}
.services-wrap ul li h1{color:#004469; margin:0; padding:8px 0 0; font-size:20px;}
.services-wrap ul li .heading{ width:100%; float:left; min-height:62px;}
.services-wrap ul li p{margin:0; padding:10px 0 0 0; font-size:14px; color:#666666;}
.blog-detail{ width:100%; float:left; margin:0 0 20px 0;}
.blog-detail img{ width:100%; margin:0 0 10px;}
.blog-detail span{ font-size:13px; color:#c5c5c5;}
.blog-detail h1{ color:#161d27; font-size:20px; font-weight:bold; margin:0; padding:10px 0;}
.blog-detail p{ color:#666666; margin:0; padding:0 0 10x;}
/*inner pages*/


    /*END*/


/*media start here*/
@media (max-width: 1280px) {
    .flexslider .slides img{width:100% !important;}
}

@media (max-width: 1024px) {
    .flex-direction-nav .flex-prev{ left:0 !important;}
    .flex-direction-nav .flex-next{ right:0 !important;}
    /*.work-item .overbox{padding:72px 20px;}*/
    .work-item .overbox h3 { font-size: 15px;}
    .work-item .overbox p { font-size: 13px;}
    .work-item .title{font-size:13px;}
    .flexslider .pull-right{ width:100%; text-align:center; margin:10px 0 0 0;}
    .flexslider .slides img{width:80% !important; display:inline-block !important;}
    .contact-fld{ width:306px;}
    .work-item{width:50%;}
}

@media (max-width: 768px) {
    .banner-h2{ font-size:20px !important; line-height:normal !important;}
    .banner-h1{ font-size:20px !important; line-height:normal !important;}
    .about .col-xs-4{ width:100%; margin:0 0 15px;}
    .contact-items-holder{width:100%;}
    .blog-list ul li{width:48%;}
    .contact-fld{margin:0 10px 10px 0;}
    .services-wrap ul li{ width:100%; margin:0 0 10px;}
}

@media (max-width: 767px) {
    .logo-holder{ width:100%; text-align:center;}
    .logo-holder img{width:300px;}
    .flexslider .row{ margin:0 !important;}
    #header{padding:0 0 0 0;}
    .footer-copy{text-align:center;}
    #menufix{padding:15px 0 0 0;}
    .menu{width:38%; text-align:center; padding:0;}
    .nav-icon{display:table-caption; margin:5px 10px 0 0; }
    .overlay .overlay-close{right:10px !important; top:15px !important;}
    .inner-head .navbar-default{ width:100%;}
    .inner-head .navbar-nav{margin:0;}
    .inner-head .navbar-collapse{padding:0;}
    .inner-head .navbar-toggle{ margin:6px auto; float:none; display:flex;}
    .contact-fld{ width:100%; margin:0 0 10px;}
}

@media (max-width: 640px) {
    .clients-wrap ul li{ width:48%; margin-left:5px;}
    .work-item{width:100%;}
}
	
@media (max-width: 530px) {
    .about{text-align:center;}
    .about h1, .works h1, .technology h1, .common-sec h1, .common-list {display:table-cell; padding:10px 0;}
    .about center p, .technology p, .common-sec p{padding:10px 0;}
    .about .col-xs-4{text-align:center;}
    .image-holder{margin:0; width:100%; text-align:center;}
    .image-holder span{margin:0 auto; display:inline-block;}
    .image-holder span img{ margin:30% 0 0 0;}
    .flexslider .slides > li{text-align:center;}
    .flex-direction-nav .flex-next{ display:none !important;}
    .flex-direction-nav .flex-prev{display:none !important;}
    .contact{ padding:78px 10px 100px;}
    .contact-items-holder li{ width:100%; background:none; border-bottom:solid #999 1px; margin:0 0 10px;}
    .social-holder li{ width:auto; border-bottom:none; margin: 0 4px 10px;}
    .tech-holder ul li{margin:0 15px 15px;}
    .blog-list ul li{width:100%;}
}

@media (max-width: 360px) {
    .clients-wrap ul li{ width:100%; margin-left:0px;}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 1600px) {
}

@media only screen and (max-width: 880px) {
    .navbar{clear:both;}
}

@media (min-width: 1201px) {
}

@media (max-width: 1200px) {
    body .container {
        padding: 0 15px 0 15px;
    }
    .site-header .container {
        width: 100%;
    }
    .services .flex-direction-nav {
        display: none;
    }
    .services .flex-direction-nav {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .work-item .title {
        top: 15%;
    }
    .work-item .overbox h3 {
        font-size: 15px;
    }
    .work-item .overbox p {
        font-size: 13px;
    }
    .work-item .title a {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .navbar-collapse { padding:0;}
    .navbar-nav { float:right;}
    .navbar .nav > { position:relative;}
    .navbar .nav > li { padding-left: 24px;}
    .navbar .nav > li.last { margin-left:18px; position:relative;}
    .navbar .nav > li.last:after { width:1px; height:14px; content:''; background-color:#999; position:absolute; left:2px; top:9px;}
    .navbar .nav > li > a{ color:#fff; background-color:transparent !important;padding-bottom:0;padding-top:0;}
    .navbar .nav > li > a:focus{ background-color:rgba(100,100,100,0.05);}
    .navbar .nav > .active > a,
    .navbar .nav > .active > a:focus {
        color: #4dc9ff;
    }
    /*--COMMON SITE NAVIGATION DROPMENU--*/
    ul.nav li a:hover{z-index:999;}
    ul.nav li:hover{z-index:999;}
    ul.nav li:hover > a{ background:none;}
    ul.nav :hover ul{left:auto;top:59px;margin:0;padding:0;}
    ul.nav ul, ul.nav:hover ul ul{position:absolute;left:-9999px;top:-9999px;height:0;text-align:right;margin:0;padding:0;list-style:none;}
    ul.nav :hover ul{ width:200px; left:0; padding:0; margin:0; height:auto; display:inline-block; background:url(../images/white_bg.png) repeat 0 0; z-index:999;}
    ul.nav :hover ul li { width:100%; display:inline-block; height:auto!important; line-height:normal; border:none; padding:0; margin:0;}
    ul.nav :hover ul li:first-child {}
    ul.nav :hover ul li:last-child {}
    ul.nav :hover ul li a { text-transform:none; text-align:left; color:#000; float:left; padding:3px 8px 5px; height:auto!important; line-height:22px!Important; display:block !important; letter-spacing:0.5px; border:none;
        -webkit-transition:all 0.2s ease-in-out;
        -moz-transition:all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;
        transition:all 0.2s ease-in-out;
        filter:none !important;
    }
    ul.nav :hover ul li a:hover, ul.nav :hover ul li a:focus {text-decoration:none; color:#000; background:none; box-shadow:none;}
}

@media (max-width: 991px) {
    .navbar-toggle{ background:#fff; border-radius:0; padding:6px 10px; margin-top:-56px; margin-right:2px; margin-bottom:10px;}
    .navbar-toggle:hover, .navbar-toggle:focus{ background:#4dc9ff;}
    .navbar-toggle .fa-bars{ font-size:21px; line-height:26px; color:#3f3f3f;}
    .navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{ color:#fff;}
    .navbar{float:right; padding:0; margin: 0 !important;}
    .navbar-collapse{ border:none; box-shadow:none; padding-left:0; padding-right:0;}
    .navbar .nav{ padding:0;}
    .navbar .nav ul{ margin:0 10px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .nav{ margin: 0;}
    .navbar .nav > li { padding-left: 18px; margin-left:0;}
    .navbar .nav > li.last { margin-left:11px;}
    .navbar .nav > li.last:after { top:7px;}
    .header-bottom .navbar{ min-height: 45px; margin-bottom: 10px;}
    .navbar .nav > li > a{ font-size:14px;}
    ul.nav :hover ul li a { font-size:12px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-bottom .navbar {padding-top: 34px;}
    .navbar .nav{ margin: 0 0 10px;}
    .navbar .nav > li { padding-left: 11px; margin-left:0;}
    .navbar .nav > li.last { margin-left:6px;}
    .navbar .nav > li.last:after { top:8px;}
    .navbar .nav > li > a{ font-size:12px;}
    ul.nav :hover ul li a { font-size:12px;}
    .site-banner h2 span {
        padding: 22px 40px;
    }
    .home-experiences .home-counter-down-title h2 em {
        font-size: 46px;
    }
    .home-experiences .home-counter-down-title p {
        font-size: 22px;
        letter-spacing: 13px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .logo-holder a {
        width: auto;
        display: inline-block;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
    }
    .logo-holder a img {
        max-width: 190px;
    }
	.header-bottom .navbar {
		width: 100%;
		min-height: 0;
		padding-top: 0;
	}
    .header-bottom .logo-holder {
        padding-top: 5px;
        padding-bottom: 1px;
    }
    .is-sticky .header-bottom .logo-holder {
        padding-bottom: 1px;
    }
    .is-sticky .header-bottom .navbar {
		padding-top: 0;
    }
    .navbar-toggle{ margin-top:-45px;}
    .is-sticky .navbar-toggle{ margin-top:-45px;}
    .collapse.navbar-collapse ul {
        z-index:99;
    }
    .navbar .nav, .collapse.in ul{
        width: 100%;
        margin: 6px 0 !important;
    }
    .navbar .nav li a { 
        padding:8px 10px 5px;
        border-top:1px solid #45464f !important;
    }
    .navbar .nav li a:hover {
		color: #fff;
        border-top:1px solid #45464f !important;
		background-color: #0686ce;
    }
    .navbar .nav li{ background:none; border:none; margin:0;}
    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover {
    }
    .navbar .nav > .active > a,
    .navbar .nav > .active > a:focus {
		background-color: rgba(255,255,255,0.05);
    }
    .navbar .nav > .active > a:hover {
		background-color: #0686ce;
		color: #fff !important;
    }
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{ color:#fff;}
    .collapse.in ul.dropdown-menu a{ font-size:10px; border-radius:2px;}
    .navbar .nav ul li a{ display:block; text-decoration:none; color:#fff; padding:3px 8px 5px;}
    .navbar .nav ul li a:hover{ background:#f26535; border-radius:5px; box-shadow:0 1px 1px #334c56 inset;}
    .header-top-left p {
        text-align: right;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .header-top-left p a {
        margin: 2px 8px 0;
    }
    .header-top .social-icons {
        display: none;
    }
    .site-banner h2 {
        font-size: 40px;
        margin-top: 70px;
    }
    .home-experiences {
        padding: 40px 0 30px !important;
    }
    .home-request-callback .call-back-content p {
        margin-right: 0;
    }
    .home-experiences .home-counter-down-title {
        text-align: center;
        padding-bottom: 40px;
    }
    .home-experiences .about-counter-list {
        border-right: none;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .home-experiences .about-counter-list h2.about-counter {
        margin-bottom: 5px;
    }
}

/* Landscape phones and down */
@media (max-width: 640px) {
    .site-banner h2 {
        font-size: 34px;
        margin-top: 60px;
    }
    .site-banner p {
        font-size: 16px;
    }
    .site-banner .btn {
        font-size: 14px;
        padding: 8px 18px !important;
    }
    .sector-area .single-sector {
        text-align: left;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
}

@media (max-width: 568px) {
}

@media (min-width: 480px) and (max-width: 567px) {
}

@media (max-width: 480px) {
    .logo-holder a img {
        width: 150px !important;
    }
    .home-experiences .home-counter-down-title p {
        font-family: 18px;
        letter-spacing: 7px;
    }
}

@media (max-width: 479px) {
    .header-top-left p {
        text-align: center;
    }
    .preloader p {
        width: 250px;
        margin-left: -125px;
    }
}

@media (min-width: 321px) and (max-width: 479px) {
}

@media (max-width: 380px) {
    .site-banner h2 {
        font-size: 25px;
        margin-top: 35px;
    }
    .site-banner p {
        font-size: 15px;
    }
    .site-banner .btn {
        font-size: 12px;
        padding: 2px 15px !important;
        margin-bottom: 6px;
    }
}

@media (max-width: 320px) {
}

/*media end here*/