@font-face
{
	font-family:Lato-Semibold;
	src: url(../css/font/Lato-Semibold.ttf);
}

@font-face
{
	font-family:pt-sans-regular;
	src: url(../css/font/pt-sans-regular.ttf);
}

@font-face
{
	font-family:Arizona-Regular;
	src: url(../css/font/Arizona-Regular.ttf);
}

@font-face
{
	font-family:oswald;
	src: url(../css/font/oswald.ttf);
}

@font-face
{
	font-family:WebRupee;
	src: url(../css/font/WebRupee.V2.0.ttf);
}

@font-face
{
	font-family:MedulaOne-Regular;
	src: url(../css/font/MedulaOne-Regular.ttf);
}

@font-face
{
	font-family:pt-sans;
	src: url(../css/font/pt-sans.ttf);
}

@font-face
{
	font-family:BebasNeue;
	src: url(../css/font/BebasNeue.otf);
}
@font-face
{
	font-family:Courgette-Regular;
	src: url(../css/font/Courgette-Regular.ttf);
}

body {
    margin: 0;
    padding: 0;
}
.gbtt_wrapper {
    width: 100%;
    height:100%;
}
.header-outer {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo:after {
    border-color: #629D2A rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 11px 11px 0;
    bottom: -17px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0;
}

.logo {
    background: url(../images/all-pages/zoom-bg.png);
    border-bottom: 6px solid #629D2A;
    float: left;
    left: 50%;
    margin-left: -195px;
    padding: 3px 60px;
    position: absolute;
    width: auto;
    z-index: 99;
    
}

.logo-inner {
    height: 100px;
    width: 285px;
}

.all_outer {
	width:100%;
        display: table;
}

.all_inner {
	width:1100px;
	margin:0 auto;
}

p,h3,h4,h5 {
    margin: 0;
    padding: 0;
}

.flL {
    float: left;
}

.flR {
    float: right;
}

.justify {
    text-align: justify;
}

.mr {
    margin-right: 10px;
}

.bdr-right {
    border-right: 1px solid #E5E5E5;
}

.outer-bg-color {
            background-color: #E9ECED;
        }
.all_outer:after, .all_inner:after {
        clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.footer-bg {
    background-color: #1C91B2;
    border-top: 5px solid #629D2A;
}

.footer-bootom-bg {
    background-color: #E5E5E5;
}

.footerMenu {
    height: 30px;
    margin: 0 0 12px;
}

.footerMenu > span {
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0 32px 0 0;
    padding: 10px 0 0;
    width: 120px;
}

.footerCntnt > div {
    float: left;
    margin-right: 32px;
    width: 120px;
}

.footerCntnt {
    overflow: auto;
}

.footerCntnt > div > ul > li {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    list-style: none outside none;
    outline: 0 none;
}

.footerCntnt ul li a {
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: pt-sans-regular;
}

.footerCntnt ul li a:hover {
    text-decoration: none;
}

.footer-content-margin {
    margin: 0 !important;
    padding: 1px !important;
}

#social {
    height: 70px;
    width: 400px;
}

.socialLi {
}
.social-icon {
    float: left;
    height: 32px;
    margin: 10px;
    width: 32px;
}
.ft1
{
    float: left;
    width: 600px;
    text-align: left;
    font-family: oswald;
    font-size: 14px;
}
.ft2
{
    float: left;
    width: 500px;
    float: left;
    text-align: right;
     font-family: oswald;
     font-size: 14px;
}
.ft2 a {
    text-decoration: none;
    font-family: oswald;
    color: #1C91B2;
}

.ft2 a:hover {
    color: #FF6C00;
    text-decoration: none;
}

.other-page-header-outer {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: inline-table;
    
}

#gb-header-wrapper {
    width: 100%;
    position: relative;
    
}

.fixed-image {
    height: 400px;
    width: 100%;
    position: relative;
}
.fixed-image img{
    height: 400px;
    width: 100%;
   
}

.ca-icon >img{
    height: 150px;
    width: 180px;
}
 
.absoluteCenter
{
    display: block;
    height: 64px;
    width: 64px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
   // background: none repeat scroll 0 0 #c3c3c3;
}