/* fonts */@font-face {  font-family: 'arial';  src: url(../fonts/arial.ttf) format('truetype');}/* common styles */body {    overflow-x: hidden;    font-family: arial;}a {    cursor: pointer;    -webkit-transition: all .5s ease-in-out;    -moz-transition: all .5s ease-in-out;    -o-transition: all .5s ease-in-out;    transition: all .5s ease-in-out;}a:hover, a:focus {    outline: none!important;    text-decoration: none;}.img-centered {    margin-left: auto!important;    margin-right: auto!important;}.no-border-bottom {    border-bottom: none!important;}@media only screen and (max-width: 767px) {    .img-centered-mobile {        margin-left: auto!important;        margin-right: auto!important;    }}.display-flex-center {    display: -webkit-flex;    display: flex;    -webkit-align-items: center;    align-items: center;}@media only screen and (min-width: 992px) and (max-width: 1199px) {    .p-r-0-md {        padding-right: 0;    }}/*Header section*/.header {    background: #000066;    border-bottom: 1px solid #3333ff;    position: fixed;    top: 0;    width: 100%;    z-index: 10;}.header .list-inline {    margin: 0;}.header .list-inline > li {    vertical-align: middle;}.header .logo {    margin: 0 30px;}.header h1 {    color: #fff;    margin: 0;    font-family: arial;    font-size: 32px;}.header .dropdown-toggle {    border: none;    background: transparent;    color: #fff;}.header .dropdown-toggle .fa {    font-size: 20px;}.header .dropdown-menu {    margin: 0;    padding: 11px 0 0 0;    box-shadow: none;    border-color: transparent;    border-radius: 0;    background: transparent;    overflow-y: auto;}@-moz-document url-prefix() {    .header .dropdown-menu {        padding-top: 12px;    }}.header .dropdown-menu li {    padding: 0;    border-bottom: 1px solid #33F;    background: #000066;}.header .dropdown-menu li a {/*    color: #0000ee;*/    color: #fff;    font-size: 16px;    font-family: arial;    padding: 10px 25px 10px 15px;}.header .dropdown-menu li a:hover, .header .dropdown-menu li a:focus {    text-decoration: none;    background: #6C6C6C;    color: #fff;}@media only screen and (max-width: 500px) {    .header {        padding: 7px 0 8px 0;    }    .header .logo {        width: 50px;        margin: 0 8px;    }    .header h1 {        font-size: 18px;    }}@media only screen and (max-width: 767px) {    .header .dropdown-menu {        margin-left: -21px;        margin-top: 11px;        padding: 0;        overflow-y: auto;    }}@media only screen and (min-width: 768px) {    .header .dropdown.not-ios:hover .dropdown-menu {        display: block;    }}@media only screen and (min-width:768px) and (max-width:768px) {    .header .dropdown-menu {        margin-left: -30px;    }}/*Contents section style*/.content {    padding: 75px 0 15px 0;    background: #f3f3ff;}.content h3 {    font-family: arial;    color: #000;    margin: 20px 0;    font-size: 26px;}.content p {    font-family: arial;    color: #000;    margin-bottom: 15px;    font-size: 16px;}.content a {    font-family: arial;    color: #0000ee;}.content a:hover, .content a:focus {    text-decoration: underline;}.blue-bg {	background: #3333FF;	color: #fff;	padding: 7px 15px;	font-weight: bold;	font-family: arial;	font-size: 32px;}/*Footer section*/.footer {    padding: 25px 0 15px 0;    background: #000066;}.footer .list-inline li {    padding: 0 20px;}.footer p {    font-family: arial;    font-size: 16px;    color: #ccc;    margin: 0 0 10px 0;}.footer a {    font-family: arial;    color: #00ff00;    font-size: 16px;}@media only screen and (max-width: 767px) {    .footer .list-inline li {        display: block;        padding: 4px 20px;    }}.anchor{  display: block;  position: relative;  top: -100px; /*same height as header*/  visibility: hidden;}.gsc-search-box-tools .gsc-search-box .gsc-input {    line-height: 0;}.google-search * {    box-sizing: content-box;}/*Navbar at bottom*//*.navbar-default {    margin: 0;    border-radius: 0;    box-shadow: none;    background-image: none;    background: #000;    border: none;}.navbar-default .navbar-nav>li>a {    font-family: arial;    font-size: 16px;    color: #fff;    text-shadow: none;    padding: 15px 30px;}.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {    color: #fff;    background-image: none;    background: #000;}.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {    color: #fff;}.navbar-default .dropdown-menu {    margin: 0;    padding: 0;    border: none;    box-shadow: none;    border-radius: 0;}.navbar-default .dropdown-menu li {    border-bottom: 1px solid #6B6B6B;}.navbar-default .navbar-nav .open .dropdown-menu li a,.navbar-default .navbar-nav .dropdown-menu li a {    background: #4A4A4A;    color: #ccc;    text-shadow: none;    padding: 8px 18px;    font-family: arial;}.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .dropdown-menu > li > a:hover{    background: #6C6C6C;    color: #fff;}@media only screen and (max-width: 767px) {    .navbar-default .navbar-nav>li>a {        padding: 10px 15px;    }    .navbar-default .navbar-nav .open .dropdown-menu li a,.navbar-default .navbar-nav .dropdown-menu li a {        padding: 6px 25px;    }    .navbar-default .navbar-toggle {        border-color: #fff;        color: #fff;        background: transparent;        display: block;        float: none;        margin-left: auto;        margin-right: auto;    }    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {        color: #fff;        background: transparent;        border-color: #fff;    }}@media only screen and (min-width: 768px) {    .navbar-default .dropup.not-ios:hover .dropdown-menu {        display: block;    }}*/