@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

@font-face {
    font-family: Roboto;
    src:url(../fonts/Roboto-Regular.ttf)
}

@font-face {
    font-family: Merienda One;
    src:url(../fonts/MeriendaOne-Regular.ttf)
}

@font-face {
    font-family: Montserrat;
    src:url(../fonts/Montserrat-Regular.ttf)
}

@font-face {
    font-family: SourceSans Pro;
    src:url(../fonts/SourceSansPro-Regular.ttf)
}

@font-face {
    font-family: AlegreyaSans;
    src:url(../fonts/AlegreyaSans-Regular.ttf)
}

@font-face {
    font-family: Raleway;
    src:url(../fonts/Raleway-Bold.ttf)
}

@font-face {
    font-family: Raleway;
    src:url(../fonts/Raleway-Medium.ttf)
}

@font-face {
    font-family: Raleway;
    src:url(../fonts/Raleway-Regular.ttf)
}

@font-face {
    font-family: Raleway;
    src:url(../fonts/Raleway-SemiBold.ttf)
}


body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
}
a{ color: #FF6600;}
a:hover,
a:focus{
	text-decoration: none;
	color: #FCAC45;
}

.section-title hr{
	border-color: #fcac45;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
#gvt-menu {
	padding: 10px;
	transition: all 0.8s;
}
#gvt-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#gvt-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
}

#gvt-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: 0.5px;
}
/*.on {
	background-color: #222222 !important;
	padding: 0 !important;
}*/
.on 
{
	background-color: #FFFFFF !important;
    padding: 0 !important;
    box-shadow: 0 5px 10px #ccc;
}
	
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
    background-color: transparent;
    border-bottom: 4px solid #FF8E01;
    border-top: 4px solid #FF8E01;
    transition: linear 2s ease;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 14px #fff;}
.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #FCAC45;
	border-color: #FCAC45;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
/* Home Style */
#gvt-home{
	/*background: url(../img/7.jpg);*/
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}

#gvt-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
}
#gvt-home p.lead{
	color: #e3e3e3;
}

.content{
	position: relative;
	padding: 4% 0 0;
	z-index: 3;
}

.color{
	color: #fcac45;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;
}
/* About Section */
#gvt-about{
	padding: 80px 0;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Team Section */
/*#gvt-team{
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}*/
#gvt-team{
	padding: 80px 0;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-size:contain;
}
/*#team::after 
{
	background-image: url(../img/after-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px;
    width: 100%;
	background-position:bottom;
}*/
/*#gvt-team .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}*/
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
    text-transform: uppercase;
    color: #131313;
    letter-spacing: .15em;
    -webkit-text-shadow: #c0c0c0 -1px 1px 0,#c2c2c2 -2px 2px 0,#c3c3c3 -3px 3px 0,#c5c5c5 -4px 4px 0,#c6c6c6 -5px 5px 0,#c8c8c8 -6px 6px 0,#c9c9c9 -7px 7px 0,#cbcbcb -8px 8px 0,#ccc -9px 9px 0,#cecece -10px 10px 0,#cfcfcf -11px 11px 0,#d1d1d1 -12px 12px 0,#d2d2d2 -13px 13px 0,#d4d4d4 -14px 14px 0,#d5d5d5 -15px 15px 0,#d7d7d7 -16px 16px 0,#d8d8d8 -17px 17px 0,#dadada -18px 18px 0,#dbdbdb -19px 19px 0,#ddd -20px 20px 0,#dfdfdf -21px 21px 0,#e0e0e0 -22px 22px 0,#e2e2e2 -23px 23px 0,#e3e3e3 -24px 24px 0,#e5e5e5 -25px 25px 0,#e6e6e6 -26px 26px 0,#e8e8e8 -27px 27px 0,#e9e9e9 -28px 28px 0,#ebebeb -29px 29px 0,#ececec -30px 30px 0,#eee -31px 31px 0,#efefef -32px 32px 0,#f1f1f1 -33px 33px 0,#f2f2f2 -34px 34px 0,#f4f4f4 -35px 35px 0,#f5f5f5 -36px 36px 0,#f7f7f7 -37px 37px 0,#f8f8f8 -38px 38px 0,#fafafa -39px 39px 0,#fbfbfb -40px 40px 0,#fdfdfd -41px 41px 0,#fff -42px 42px 0;
    text-shadow: #c0c0c0 -1px 1px 0,#c2c2c2 -2px 2px 0,#c3c3c3 -3px 3px 0,#c5c5c5 -4px 4px 0,#c6c6c6 -5px 5px 0,#c8c8c8 -6px 6px 0,#c9c9c9 -7px 7px 0,#cbcbcb -8px 8px 0,#ccc -9px 9px 0,#cecece -10px 10px 0,#cfcfcf -11px 11px 0,#d1d1d1 -12px 12px 0,#d2d2d2 -13px 13px 0,#d4d4d4 -14px 14px 0,#d5d5d5 -15px 15px 0,#d7d7d7 -16px 16px 0,#d8d8d8 -17px 17px 0,#dadada -18px 18px 0,#dbdbdb -19px 19px 0,#ddd -20px 20px 0,#dfdfdf -21px 21px 0,#e0e0e0 -22px 22px 0,#e2e2e2 -23px 23px 0,#e3e3e3 -24px 24px 0,#e5e5e5 -25px 25px 0,#e6e6e6 -26px 26px 0,#e8e8e8 -27px 27px 0,#e9e9e9 -28px 28px 0,#ebebeb -29px 29px 0,#ececec -30px 30px 0,#eee -31px 31px 0,#efefef -32px 32px 0,#f1f1f1 -33px 33px 0,#f2f2f2 -34px 34px 0,#f4f4f4 -35px 35px 0,#f5f5f5 -36px 36px 0,#f7f7f7 -37px 37px 0,#f8f8f8 -38px 38px 0,#fafafa -39px 39px 0,#fbfbfb -40px 40px 0,#fdfdfd -41px 41px 0,#fff -42px 42px 0;
	line-height: 30px;
}
.section-title.center .line{
	border-top: 4px solid #0099CC;
	height: 10px;
	width: 100px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}

.section-title.center hr {
	border-top: 4px solid rgba(0, 153, 204, 0.44);;
	width: 60px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 0px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
	box-shadow: #cecece -3px 4px 0,#e2e2e2 -2px 2px 0,#dfdfdf -3px 3px 0,#d3d3d3 -4px 4px 0,#d6d6d6 -5px 5px 0,#ddd -6px 6px 0,#dfdfdf -7px 7px 0,#e2e1e1 -8px 8px 0,#e6e6e6 -9px 9px 0,#e9e9e9 -10px 10px 0,#e9e9e9 -11px 11px 0,#e9e9e9 -12px 12px 0,#eaeaea -13px 13px 0,#eaeaea -14px 14px 0,#eaeaea -15px 15px 0,#ebebeb -16px 16px 0,#ebebeb -17px 17px 0,#ebebeb -18px 18px 0,#ececec -19px 19px 0,#ececec -20px 20px 0,#ececec -21px 21px 0,#ededed -22px 22px 0,#ededed -23px 23px 0,#ededed -24px 24px 0,#eee -25px 25px 0,#eee -26px 26px 0,#eee -27px 27px 0,#efefef -28px 28px 0,#efefef -29px 29px 0,#efefef -30px 30px 0,#f0f0f0 -31px 31px 0,#f0f0f0 -32px 32px 0,#f0f0f0 -33px 33px 0,#f1f1f1 -34px 34px 0,#f1f1f1 -35px 35px 0,#f1f1f1 -36px 36px 0,#f2f2f2 -37px 37px 0,#f2f2f2 -38px 38px 0,#f2f2f2 -39px 39px 0,#f3f3f3 -40px 40px 0,#f3f3f3 -41px 41px 0,#f3f3f3 -42px 42px 0,#f4f4f4 -43px 43px 0,#f4f4f4 -44px 44px 0,#f4f4f4 -45px 45px 0,#f5f5f5 -46px 46px 0,#f5f5f5 -47px 47px 0,#f5f5f5 -48px 48px 0,#f6f6f6 -49px 49px 0,#f6f6f6 -50px 50px 0,#f6f6f6 -51px 51px 0,#f7f7f7 -52px 52px 0,#f7f7f7 -53px 53px 0,#f7f7f7 -54px 54px 0,#f8f8f8 -55px 55px 0,#f8f8f8 -56px 56px 0,#f8f8f8 -57px 57px 0,#f9f9f9 -58px 58px 0,#f9f9f9 -59px 59px 0,#f9f9f9 -60px 60px 0,#fafafa -61px 61px 0,#fafafa -62px 62px 0,#fafafa -63px 63px 0,#fbfbfb -64px 64px 0,#fbfbfb -65px 65px 0,#fbfbfb -66px 66px 0,#fcfcfc -67px 67px 0,#fcfcfc -68px 68px 0,#fcfcfc -69px 69px 0,#fdfdfd -70px 70px 0,#fdfdfd -71px 71px 0,#fdfdfd -72px 72px 0,#fefefe -73px 73px 0,#fefefe -74px 74px 0,#fefefe -75px 75px 0,#fff -76px 76px 0;
}
#gvt-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #12a89e;
}
#gvt-team .thumbnail {
	background: transparent;
	border: 0;
}

#gvt-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}
#gvt-team h3
{
    color: #131313;
    letter-spacing: .015em;
    -webkit-text-shadow: #dbdbdb -1px 1px 0,#ddd -2px 2px 0,#dfdfdf -3px 3px 0,#e0e0e0 -4px 4px 0,#e2e2e2 -5px 5px 0,#e3e3e3 -6px 6px 0,#e5e5e5 -7px 7px 0,#e6e6e6 -8px 8px 0,#e8e8e8 -9px 9px 0,#e9e9e9 -10px 10px 0,#ebebeb -11px 11px 0,#ececec -12px 12px 0,#eee -13px 13px 0,#efefef -14px 14px 0,#f1f1f1 -15px 15px 0,#f2f2f2 -16px 16px 0,#f4f4f4 -17px 17px 0,#f5f5f5 -18px 18px 0,#f7f7f7 -19px 19px 0,#f8f8f8 -20px 20px 0,#fafafa -21px 21px 0,#fbfbfb -22px 22px 0,#fdfdfd -23px 23px 0,#fff -24px 24px 0;
	
    text-shadow: #dbdbdb -1px 1px 0,#ddd -2px 2px 0,#dfdfdf -3px 3px 0,#e0e0e0 -4px 4px 0,#e2e2e2 -5px 5px 0,#e3e3e3 -6px 6px 0,#e5e5e5 -7px 7px 0,#e6e6e6 -8px 8px 0,#e8e8e8 -9px 9px 0,#e9e9e9 -10px 10px 0,#ebebeb -11px 11px 0,#ececec -12px 12px 0,#eee -13px 13px 0,#efefef -14px 14px 0,#f1f1f1 -15px 15px 0,#f2f2f2 -16px 16px 0,#f4f4f4 -17px 17px 0,#f5f5f5 -18px 18px 0,#f7f7f7 -19px 19px 0,#f8f8f8 -20px 20px 0,#fafafa -21px 21px 0,#fbfbfb -22px 22px 0,#fdfdfd -23px 23px 0,#fff -24px 24px 0;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #000;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #FCAC45;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #0099CC;
}

/* Services Section */
#gvt-services{
	padding: 80px 0;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-size:contain;
}
/*.services::after 
{
	background-image: url(../img/after-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px;
    width: 100%;
	background-position:bottom;
}*/

#gvt-services h4
{
	color: #131313;
    letter-spacing: .015em;
    -webkit-text-shadow: #dbdbdb -1px 1px 0,#ddd -2px 2px 0,#dfdfdf -3px 3px 0,#e0e0e0 -4px 4px 0,#e2e2e2 -5px 5px 0,#e3e3e3 -6px 6px 0,#e5e5e5 -7px 7px 0,#e6e6e6 -8px 8px 0,#e8e8e8 -9px 9px 0,#e9e9e9 -10px 10px 0,#ebebeb -11px 11px 0,#ececec -12px 12px 0,#eee -13px 13px 0,#efefef -14px 14px 0,#f1f1f1 -15px 15px 0,#f2f2f2 -16px 16px 0,#f4f4f4 -17px 17px 0,#f5f5f5 -18px 18px 0,#f7f7f7 -19px 19px 0,#f8f8f8 -20px 20px 0,#fafafa -21px 21px 0,#fbfbfb -22px 22px 0,#fdfdfd -23px 23px 0,#fff -24px 24px 0;
	
    text-shadow: #dbdbdb -1px 1px 0,#ddd -2px 2px 0,#dfdfdf -3px 3px 0,#e0e0e0 -4px 4px 0,#e2e2e2 -5px 5px 0,#e3e3e3 -6px 6px 0,#e5e5e5 -7px 7px 0,#e6e6e6 -8px 8px 0,#e8e8e8 -9px 9px 0,#e9e9e9 -10px 10px 0,#ebebeb -11px 11px 0,#ececec -12px 12px 0,#eee -13px 13px 0,#efefef -14px 14px 0,#f1f1f1 -15px 15px 0,#f2f2f2 -16px 16px 0,#f4f4f4 -17px 17px 0,#f5f5f5 -18px 18px 0,#f7f7f7 -19px 19px 0,#f8f8f8 -20px 20px 0,#fafafa -21px 21px 0,#fbfbfb -22px 22px 0,#fdfdfd -23px 23px 0,#fff -24px 24px 0;
}
.space{
	margin-top: 40px;
}

#gvt-services i.fa {
	font-size: 40px;
	border: 4px solid #12a89e;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#gvt-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#gvt-services .service:hover>i.fa{
	background: #12a89e;
	color: #ffffff;
}


/* Clients Section */
#gvt-clients{
	/*background: url(../img/04.jpg);*/
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

/*#gvt-clients .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 
	padding: 80px 0;
	background-attachment: fixed;
}*/

#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}
/* Gallery Section 
==============================*/
#gvt-works{
	padding: 80px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#gvt-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	height: 150px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#gvt-works{
	padding: 80px 0;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-size:contain;
}
#gvt-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #FCAC45;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FCAC45;
}
/* Testimonials Section */
/*#gvt-testimonials{
	background: url(../img/05.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000;
}*/
/* Services Section */
#gvt-testimonials{
	padding: 80px 0;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-size:contain;
}
/*#gvt-testimonials .overlay 
{
	background-image: url(../img/after-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px;
    width: 100%;
	background-position:bottom;
}*/
/*#gvt-testimonials .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 
	padding: 80px 0;
	background-attachment: fixed;
}*/
#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
	color: #d1d1d1;
}
/* Contact Section */


label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#gvt-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#gvt-contact{
	padding: 80px 0;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-size:contain;
}
#gvt-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.gvt-btn.btn-default {
	float: right;
	background: #0099CC;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #FCAC45;
	border-color: #FCAC45;
	color: #ffffff;

}

.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
	border-bottom: 1px solid #F66;
	border-top: 1px solid #F66; 
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid rgba(109, 109, 109, 0.66);
}
.logo
{
	width: 185px;
}
.logo2
{
	width: 75px;
	    margin: 0px 30px;
}
.navbar-brand {
    float: left;
    height: 70px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-right {
    /*float: right !important;*/
    margin-right: -15px;
    margin-top: 20px;
}

/*#gvt-home {
    background: url('../img/background.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    perspective: 2000px;
}*/
.wireframe1 {
    width: 90%;
    height: 100%;
    background: url('../img/wireframe.png') 0 0 repeat;
    position: absolute;
    top: 0;
    z-index: 2;
    transform: scale(1.2, 1.2);
    -webkit-animation: mymove 60s infinite linear;
    animation: mymove 60s infinite linear;
    backface-visibility: hidden;
}


@-webkit-keyframes mymove {
    0% {background-position: 0% 0%;}
    48% {background-position: 950px -530px;}
    50% {background-position: 960px -540px;}
    50% {background-position: 970px -530px;}
    100% {background-position: 1920px 0%;}
} 

@keyframes mymove {
    0% {background-position: 0% 0%;}
    48% {background-position: 950px -530px;}
    50% {background-position: 960px -540px;}
    50% {background-position: 970px -530px;}
    100% {background-position: 1920px 0%;}
} 

.services .col-md-2
{
	width: 20%;
}
.services h6
{
	font-weight:bold;
	color:#F60;
}


@media screen and (max-width: 768px)
{
.services .col-md-2
{
	width: 100%;
	padding-bottom: 20px;
}
#gvt-counter .item
{
	padding-bottom: 40px;
}

}


/* logo rotation style  */

.image-rotate-horizontal{
    -moz-animation: spin-horizontal 4s infinite linear;
    -o-animation: spin-horizontal 4s infinite linear;    
    -webkit-animation: spin-horizontal 4s infinite linear;
    animation: spin-horizontal 4s infinite linear;
}

@-moz-keyframes spin-horizontal {
    0% {
        -moz-transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes spin-horizontal {
	0% { 
        transform: rotateY(0deg); 
	}
    100% {
        transform: rotateY(360deg);
    }
}


@-ms-keyframes spin-horizontal {
	0% { 
        -ms-transform: rotateY(0deg); 
	}
    100% {
        -ms-transform: rotateY(360deg);
    }
}

@-o-keyframes spin-horizontal {
	0% { 
        -o-transform: rotateY(0deg); 
	}
	100% { 
        -o-transform: rotateY(360deg); 
	}
}

@-webkit-keyframes spin-horizontal {
	0% { 
        -webkit-transform: rotateY(0deg); 
	}
	100% { 
        -webkit-transform: rotateY(360deg); 
	}
}
.timer {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
	color: #F60;
}
.counter
{
	font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
	color: #F60;
}
/* gvt-counter style */

/* counter Section */
#gvt-counter{
	background: url(../img/07.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#gvt-counter .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 120px;
}
#gvt-counter .fa 
{ 
	color:#F60;
}
#gvt-counter h5 
{ 
	letter-spacing: 1px;
}

.title {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 3%;
}
.title h1
{
background: #fff;
    z-index: 1;
    position: relative;
    display: inline-block;
    font: 400 650%/130% 'Open Sans';
    padding: 0 3% 40px 8%;
    margin: 2% 0;
    text-transform: uppercase;
    color: #131313;
    letter-spacing: .15em;
    -webkit-text-shadow: #c0c0c0 -1px 1px 0,#c2c2c2 -2px 2px 0,#c3c3c3 -3px 3px 0,#c5c5c5 -4px 4px 0,#c6c6c6 -5px 5px 0,#c8c8c8 -6px 6px 0,#c9c9c9 -7px 7px 0,#cbcbcb -8px 8px 0,#ccc -9px 9px 0,#cecece -10px 10px 0,#cfcfcf -11px 11px 0,#d1d1d1 -12px 12px 0,#d2d2d2 -13px 13px 0,#d4d4d4 -14px 14px 0,#d5d5d5 -15px 15px 0,#d7d7d7 -16px 16px 0,#d8d8d8 -17px 17px 0,#dadada -18px 18px 0,#dbdbdb -19px 19px 0,#ddd -20px 20px 0,#dfdfdf -21px 21px 0,#e0e0e0 -22px 22px 0,#e2e2e2 -23px 23px 0,#e3e3e3 -24px 24px 0,#e5e5e5 -25px 25px 0,#e6e6e6 -26px 26px 0,#e8e8e8 -27px 27px 0,#e9e9e9 -28px 28px 0,#ebebeb -29px 29px 0,#ececec -30px 30px 0,#eee -31px 31px 0,#efefef -32px 32px 0,#f1f1f1 -33px 33px 0,#f2f2f2 -34px 34px 0,#f4f4f4 -35px 35px 0,#f5f5f5 -36px 36px 0,#f7f7f7 -37px 37px 0,#f8f8f8 -38px 38px 0,#fafafa -39px 39px 0,#fbfbfb -40px 40px 0,#fdfdfd -41px 41px 0,#fff -42px 42px 0;
    text-shadow: #c0c0c0 -1px 1px 0,#c2c2c2 -2px 2px 0,#c3c3c3 -3px 3px 0,#c5c5c5 -4px 4px 0,#c6c6c6 -5px 5px 0,#c8c8c8 -6px 6px 0,#c9c9c9 -7px 7px 0,#cbcbcb -8px 8px 0,#ccc -9px 9px 0,#cecece -10px 10px 0,#cfcfcf -11px 11px 0,#d1d1d1 -12px 12px 0,#d2d2d2 -13px 13px 0,#d4d4d4 -14px 14px 0,#d5d5d5 -15px 15px 0,#d7d7d7 -16px 16px 0,#d8d8d8 -17px 17px 0,#dadada -18px 18px 0,#dbdbdb -19px 19px 0,#ddd -20px 20px 0,#dfdfdf -21px 21px 0,#e0e0e0 -22px 22px 0,#e2e2e2 -23px 23px 0,#e3e3e3 -24px 24px 0,#e5e5e5 -25px 25px 0,#e6e6e6 -26px 26px 0,#e8e8e8 -27px 27px 0,#e9e9e9 -28px 28px 0,#ebebeb -29px 29px 0,#ececec -30px 30px 0,#eee -31px 31px 0,#efefef -32px 32px 0,#f1f1f1 -33px 33px 0,#f2f2f2 -34px 34px 0,#f4f4f4 -35px 35px 0,#f5f5f5 -36px 36px 0,#f7f7f7 -37px 37px 0,#f8f8f8 -38px 38px 0,#fafafa -39px 39px 0,#fbfbfb -40px 40px 0,#fdfdfd -41px 41px 0,#fff -42px 42px 0;
}


* { box-sizing:border-box; }




/* Meterialised input style */



.group { 
	position: relative; 
	margin-bottom: 35px; 
}

input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

input:focus { outline: none; }
textarea:focus { outline: none; }

/* Label */

label {
	color: #999; 
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 5px;
	transition: all 0.2s ease;
	text-transform:uppercase;
}


/* active */

input:focus ~ label, input.used ~ label {
	top: -32px;
  transform: scale(.75); left: -14px;
	/* font-size: 14px; */
	color: #4a89dc;
}
textarea:focus ~ label, textarea.used ~ label {
	top: -20px;
  transform: scale(.75); left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}


/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #4a89dc; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }
textarea:focus ~ .bar:before, textarea:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}
textarea:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 -1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  transition: all 0.15s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.buttonBlue:hover { background: #357bd8; margin-top:20px;transition: all 0.5s ease; }


/* Ripples container */

.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}


.login_modal_footer{margin-top:5px;}
.login_modal_header .modal-title {text-align: center;font-family:'Philosopher',sans-serif; color: white;}
.form-group{position: relative;}
.form-group .login-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 3px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
}
.login-modal{
    width:100%;
	text-align: -webkit-center;
	background: url(../img/login-bg-1.jpg);
}
.login_modal_header, .login_modal_footer {background: #008EC8  !important;color:#fff;}
.modal-register-btn{margin: 4% 33% 2% 33% ;width:100%;}
/*.login-modal input{height:40px; box-shadow: none; border:1px solid #ddd;}*/
.modal-body-left{float:left; width:50%; padding-right:4%; border-right:4px solid #ddd;}
.modal-body-right{float:right; width:47%;}
.login-link{padding:0 20%;}
.modal-social-icons{padding:0 10%;}
.facebook, .twitter, .google, .linkedin {width:100%;height:40px; padding-top:2%; margin-top:2%;}
.modal-icons{margin-left: -10px; margin-right: 20px;}
.google, .google:hover{background-color:#dd4b39;border:2px solid #dd4b39;color:#fff;}
.twitter, .twitter:hover{ background-color: #00aced; border:2px solid #00aced;color: #fff;}
.facebook, .facebook:hover{background-color: #3b5999; border:2px solid #3b5999;color:#fff;}
.linkedin, .linkedin:hover{background-color: #007bb6; border: 2px solid #007bb6; color:#fff;}
#social-icons-conatainer{position: relative;}
#center-line{position: absolute;  right: 265.7px;top: 80px;background:#ddd;  border: 4px solid #DDDDDD;border-radius: 20px;}
.modal-login-btn{width:100%;height:40px; margin-bottom:10px;}
/*h1{border-bottom:5px solid #00BB64;}
*/
.banner img
{
	margin-top: 10px;
}
.banner h4
{padding-top: 35px;color:#FFF;}
.banner h5
{padding: 35px 35px; color: #FFF}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
    border-bottom: 1px solid #000;
	border-top:1px solid #000;
	border-left:none;
	border-right:none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#gmailTab .nav-pills > li {
    width: 33%;
    font-weight: bold;
	border-bottom: 3px solid #12a89e;
	border-radius: 100px;
}

#gmailTab .nav-pills > li.active {
	border-bottom: none;
}

#gmailTab .nav-pills > li.active > a, #gmailTab .nav-pills > li.active > a:focus, #gmailTab .nav-pills > li.active > a:hover {
    border-top: 3px solid #12a89e;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #0098D7;
}
#gmailTab .nav-pills > li.active > a, #gmailTab .nav-pills > li.active > a:focus, #gmailTab .nav-pills > li.active > a:hover {
    border-top: 3px solid #12a89e;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #004A77;
}
homeLinkAct.actionmedia="screen"
#gmailTab .nav-pills > li > a {
    background-color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #0098D7;
}
#gmailTab .nav-pills > li > a {
    border-radius: 0;
    background-color: #ccc;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    color: #004A77;
    text-align: left;
	border-radius: 60px;
}
#gmailTab .fa {
    color: #0098D7;
}
#gmailTab .fa {
    padding-right: 10px;
}


#gmailTab .tab-content {
}

#gmailTab .tab-content {
    padding: 4px;
    /*border-top: 3px solid #0084CF;*/
	text-align: justify;
    padding-top: 25px;
	color: #000;
	font-size:16px;
}

.tab-pane ul {
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: Calibri;
    font-size: 16px;
    line-height: 34px;
    text-align: justify;
	padding-right: 20px;
}

@media only screen and (max-width:320px){
.banner h5
{padding: 0px 0px; color: #FFF}
.banner img
{
	height: 50px;
	margin-top: 12px;
}

}

@media only screen and (max-width: 480px)
{
	#gvt-counter .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px;
}
.timer {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
	color: #F60;
}
#gvt-contact{
	padding: 0px 0;
}
#gvt-testimonials{
	padding: 0px 0;
}
#gvt-works{
	padding: 0px 0;
}
}


@media only screen and (max-width:768px){
.modal-body-right{ display:none;}
.modal-body-left{ padding-right:4%; width:100%;border:none}
#center-line{position: absolute;  right: 265.7px;top: 80px;background:#ddd;  border: 4px solid #DDDDDD;border-radius: 20px;display:none;}
#gvtNav
{
	background-color:#fff;
}
.navbar-toggle {
    margin-top: 32px;
}
#gmailTab .nav-pills > li {
    width: 100%;
    font-weight: bold;
}
.ems_title{text-align:center;width: 130%;margin: 0 auto;font-family: Merienda One;}

.ems_title h4{background-color:#06F;padding:10px 20px;color:#FFF;margin:20px;border-radius:10px;font-size:100%;} 
}


.carousel-caption 
{
    position: initial;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
	font-weight:bold;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background:none;
}
.carousel-control.left {
    background:none;
}
.carousel-indicators {
    bottom: 20px;
    top: 220px;
}

@media screen and (min-width: 768px)
{
	
.carousel-indicators 
{
    bottom: 20px;
    top: 220px;
}

}

.gvt-banner
{
	padding: 100px 0;
}
.bnr
{
	height: 100px;
	background: url(../img/banner-bg.jpg) center;
	/*background-attachment:fixed;*/
	background-size:cover;
	color:#FFF;
	font-family: Calibri;
	font-weight:bold;
}
.banner-inner
{
	padding: 40px 40px;
}

#lightbox img
{
	width: 200px;
	height:150px;
}

.modal-login
{
	width: 65%;
	text-align: -webkit-
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 90%;
  height: 90%;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}

	/* COMMON PRICING STYLES */
		.panel.price,
		.panel.price>.panel-heading{
			border-radius:0px;
			 -moz-transition: all .3s ease;
			-o-transition:  all .3s ease;
			-webkit-transition:  all .3s ease;
		}
		.panel.price:hover{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2);
		}
		.panel.price:hover>.panel-heading{
			box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
		}
		
				
		.panel.price>.panel-heading{
			box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
			text-shadow:0px 3px 0px rgba(50,50,50, .6);
		}
			
		.price .list-group-item{
			border-bottom-:1px solid rgba(250,250,250, .5);
		}
		
		.panel.price .list-group-item:last-child {
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		.panel.price .list-group-item:first-child {
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
		}
		
		.price .panel-footer {
			color: #fff;
			border-bottom:0px;
			background-color:  rgba(0,0,0, .1);
			box-shadow: 0px 3px 0px rgba(0,0,0, .3);
		}
		
		
		.panel.price .btn{
			box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
			border:0px;
		}
		
	/* green panel */
	
		
		.price.panel-green>.panel-heading {
			color: #fff;
			background-color: #57AC57;
			border-color: #71DF71;
			border-bottom: 1px solid #71DF71;
		}
		
			
		.price.panel-green>.panel-body {
			color: #fff;
			background-color: #65C965;
		}
				
		
		.price.panel-green>.panel-body .lead{
				text-shadow: 0px 3px 0px rgba(50,50,50, .3);
		}
		
		.price.panel-green .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}
		
		/* blue panel */
	
		
		.price.panel-blue>.panel-heading {
			color: #fff;
			background-color: #608BB4;
			border-color: #78AEE1;
			border-bottom: 1px solid #78AEE1;
		}
		
			
		.price.panel-blue>.panel-body {
			color: #fff;
			background-color: #73A3D4;
		}
				
		
		.price.panel-blue>.panel-body .lead{
				text-shadow: 0px 3px 0px rgba(50,50,50, .3);
		}
		
		.price.panel-blue .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}
		
		/* gold panel */
	
		
		.price.panel-gold>.panel-heading {
			color: #fff;
			background-color: #b78a0c;
			border-color: #cab241;
			border-bottom: 1px solid #cab241;
		}
		
			
		.price.panel-gold>.panel-body {
			color: #fff;
			background-color: #cab241;
		}
				
		
		.price.panel-gold>.panel-body .lead{
				text-shadow: 0px 3px 0px rgba(50,50,50, .3);
		}
		
		.price.panel-gold .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
			text-shadow: 0px 1px 0px rgba(250,250,250, .75);
		}
		.panel .list-group-item {
			padding: 7px 15px;
		}
		
.ems_title{text-align:center;width: 40%;margin: 0 auto;font-family: Merienda One;}

.ems_title h4{background-color:#06F;padding:10px 20px;color:#FFF;margin:20px;border-radius:10px;font-size:175%;}

.success-tog {
  background-color: #43ac6a;
  position: fixed;
  z-index: 9999;
  top:0px;
  width:50%; margin: auto;
  border-color: #3a945b;
  color: white;
  text-align: center;
  font-size: 20px;
  padding:10px 10px;
  margin-left: 24%;
  border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    font-family: 'Merienda One', cursive;
}
.error-tog {
  background-color: #DF0101;
  position: fixed;
  z-index: 9999;
  top:0px;
  width:50%; margin: auto;
  border-color: #3a945b;
  color: white;
  text-align: center;
  font-size: 20px;
  padding:10px 10px;
  margin-left: 24%;
  border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    font-family: 'Merienda One', cursive;
}
.success-tog a{color: #fff;}
.error-tog a{color: #fff;}
.suc-msg {
	width: 95%;
	clear: both;
	padding: 90px 0px;
	text-align: center;
	margin: auto;
	font-weight: bold;
	font-size: 120%;
	color: #1f8888;
	font-family: 'Merienda One', cursive;
}
.contact_form label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    position: static;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.contact_form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.embed-responsive{height:380px;margin-top:30px;left:-30px;}
.stellarnav>ul>li>a { padding: 20px 25px !important;}
.stellarnav>ul>li>ul>li>a {padding-left:30px;}
/*.stellarnav>ul>li>ul>li>a:hover{ border-left:3px solid  #F63; border-right:3px solid  #F63; transition:0.5s linear}*/
.stellarnav>ul>li>ul>li>a:before{
	content: "\f0a4";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
	font-size:16px;
    left: 4px;
    position: absolute;
    top: 15px;
    color: black;
}
.stellarnav>ul>li>ul>li>a:hover:before{left: 10px;transition:0.5s linear; color:#06F;}
.stellarnav>ul>li>ul>li>a:hover{transition:0.5s linear; color:#F30; border-right: 2px solid #F60; border-top-right-radius:20px;border-bottom-right-radius:20px; border-left: 2px solid #000; border-top-left-radius:20px;border-bottom-left-radius:20px; padding-left: 35px;}
.menu-toggle{display:none !important;}
.nav{display: block !important;}



.img_blink{ width: 22%;
    position: absolute;
    /* top: 12px; */
    right: 30%;
    transform: skew;
    transform: rotate(360deg);
    bottom: 12px;}
	
.do-blink 
{
    text-align: center;
    color: #313131;
    font-weight: bold;
    -webkit-animation: colorchange 3s infinite alternate;
    font-weight: bold !important;
	font-size:16px !important;
}

    @-webkit-keyframes colorchange {
      0% {
        
        color: blue;
      }
      
      10% {
        
        color: #8e44ad;
      }
      
      20% {
        
        color: #1abc9c;
      }
      
      30% {
        
        color: #d35400;
      }
      
      40% {
        
        color: blue;
      }
      
      50% {
        
        color: #34495e;
      }
      
      60% {
        
        color: blue;
      }
      
      70% {
        
        color: #2980b9;
      }
      80% {
     
        color: #f1c40f;
      }
      
      90% {
     
        color: #2980b9;
      }
      
      100% {
        
        color: pink;
      }
    }
@media screen and (max-width: 768px)
{
		.embed-responsive{height:auto;margin-top:30px;left:0px;}
		.stellarnav>ul>li>a {padding: 12px 25px !important;}
}