@font-face {
    font-family: 'SourceSansPro Regular';
    src: url('font/SourceSansPro-Regular.otf');
}
body{
    font-family: SourceSansPro Regular;
    color: #11487a;
}


#slider-container{
    background: #051d32; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1MWQzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU2YTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top,  #051d32 0%, #0056a4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#051d32), color-stop(100%,#0056a4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #051d32 0%,#0056a4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #051d32 0%,#0056a4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #051d32 0%,#0056a4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #051d32 0%,#0056a4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#051d32', endColorstr='#0056a4',GradientType=0 ); /* IE6-8 */
}
p{
    margin: 0;
}
.imgbox{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#e6e4e4;
    margin-top:25px;
}

.boximg-3{
    float:right;
}

.info{
    background-color:#124473;
    color:#ffffff;
    margin-top:5px;
    margin-left:15px;
    margin-bottom:5px;
    min-height: 10px;
}

.arrow{
    margin-top:-2px;
    margin-left:8px;
}


.navbar-inner{
    background: none;
    border: none 0;
    box-shadow: none;
}
.tel{
    overflow: auto;
}
.tel h3{
    color: #E01B1B;
    float: right;
    margin-bottom: 5px;
    font-size: 250%;
}

/*This styles from anshu*/

.main-content{
    display: inline-block;
    padding: 1.1% 0 1.1% 1.1%;
}
.main-content-data{
    display: inline-block;
    padding: 1.1%;
}
.padding-container h3{
    padding-left: 15px;
}

#boximg-3{
    width: 98%;
}

.box_content p{
    margin: 9px 0;
}
.more-info{
    padding-left: 10px;
    margin: 6px 0;
}
.more-info a{
    color: #fff;
    text-decoration: none;
}
.footer{
    padding:1%;
    background-color:#bebfc0;

}
.footer-nav {
    display: inline-block;
    list-style-type: none;
}
.footer-nav > li {
    border-right: 1px solid #FFFFFF;
    float: left;
}
.footer-nav a {
    font-size: 75%;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.5;
}
.footer-nav > .active  > a {
	font-size: 65%;
	color: #333;
}
.footer-nav > .active  > a:hover {
	font-size: 70%;
	color: #fff;
}
.office-address {
    text-align: right;
}
.copy-right {
    padding: 14px 30px;
}
.navbar{
    margin:48px 0 0 8px;
}
.navbar ul li:hover > ul {
    display: block;
}

.dropdown-menu{
    top: 95%;
}
.navbar ul ul ul{
    list-style-type: none;
}
.sidebar-nav ul ul{
    list-style-type: none;
    margin-left: 15px;

}

.sidebar-nav ul ul li a{
    text-decoration: none;
    padding: 3px 15px;
    display: block;
}
.sidebar-nav ul ul li a:hover{
    background-color: #EEEEEE;
}

.well{
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
}
ul.nav-list a, .dropdown-menu a{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=1 ); /* IE6-9 */
    border-bottom: 2px solid #FFFFFF;
    margin: 0;
}
.nav-list > li > a, .dropdown-menu > li > a{
    padding:10px 15px;
    font-weight: bold;
}

ul.nav-list li ul li a, ul.dropdown-menu li ul li a{
    border-bottom: none;
}
.nav-list a.dropdown, .dropdown-menu a.dropdown {
    border: medium none;
}
.nav-list a, .dropdown-menu a{
    color: #7a7a7b;
}
.dropdown-menu{
    border-radius: 0;
    border: medium none;
}
.content p{
    margin: 10px 0;
}
.rtl-logo{
    margin-top: 9px;
}

.copyright{
    color: #585858;

}
.footer p{
    font-weight: bold;
    font-size: 85%;
}
.createdby{
    color:#363636;
}
.office-address p{
    color: #5c5d5d;
}
.sidebar-nav {
    padding: 9px 0;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
    background: none;
    color: #0b3d67;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
    background: none;
    box-shadow: none;
    color: #0b3d67;
    font-weight: bold;
}
.navbar .nav > li > a{
    font-weight: bold;
    color: #8b8c8d;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background: #0b3d67;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
    color: #7A7A7B;
    border-right: 4px solid #0b3d67;
}

.gigantic {
    position: relative;
    top: -16px;
    height: auto;
    font-size:2.5em;
}
q:before
{
    content: '\201C';
    font-size:500%;

    color: #12ADBB
}
q:after
{
    content: '\201D';
    font-size:500%;

    color: #12ADBB
}
q {
    display: inline-block;
    margin: 30px 0 0;
}
.content-main h1 {
    background-color: #ffffff;
    border-bottom: 4px solid #CCCCCC;
    padding: 10px 20px;
    
}
.content-main {
    margin-top: -83px;
    position: relative;
}
.row-images{
display:inline-block;
}


/* Added by Gavin Neal to separate images from each other, etc in row-images blocks */
.row-images img {
	margin: 2px;
}


/* Adjusted by Gavin Neal to allow for distinct sub-section headings */

/* H3 is used for all headings */
h3 {
	color: #12ADBB;  
	text-shadow: 1px 1px 0 #18E5F7;   /* Move into sub-sec-heading to swap to using drop shadow in sub-section headings rather than in major section headings */
}
.main-content h3 {
	font-weight: normal;
}

/* sub-sec-heading and sub-sec-heading-extra are added for sub-section headings, and the extra bit at the end of some of them */
.sub-sec-heading {
	font-size: 150%;
	text-shadow: none;   /* Move into sub-sec-heading-extra to swap to using drop shadow in sub-section headings rather than in major section headings */
}
.sub-sec-heading-extra {
	color: #468847;
}


/* main-page-heading is added for headings on the default http://rtl.com.au/ page */
.main-page-heading {
	text-shadow: none;   /* Not actually required if drop shadow is only used on the sub-section headings */
}


#gallery .span3{
    margin: 10px 8px
}
.address {
    margin: 15px;
    min-height: 144px;
}
.contact-address {
    border-right: 4px solid #CCCCCC;
}
#map_canvas {
width: 100%;
height: 100%;
}
.flex-caption {
    background-color: #CB241B;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 26.5%;
}
.flex-caption h1 {
    color: #FFFFFF;
    font-size: 35px;
/*    font-weight: bold;*/
/*    line-height: 1.5;*/
  
    position: absolute;
    text-align: left;
    top: 1em;
    padding-left: 40px;
    letter-spacing: 0.5px;
    
}
.flex-caption a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 60%;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-top: 16px;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	
	border-left:7px solid #fff;
        display: inline-block;
}

@media (min-width: 320px) and (max-width: 480px) {
    /*Home Page Right block*/
    .careers-image {text-align: center;}

    .boximg-3 {float: none;}
}
/*End of Anshu Styles*/