/*
 Theme Name:   Infoage Technologies Pvt. Ltd.
 Theme URI:    http://gurubusiness.in/infoage/
 Description:  Twenty Twelve Child Theme
 Author:       Infoage Technologies Pvt. Ltd.
 Author URI:   http://gurubusiness.in/infoage/
 Template:     twentytwelve
 Version:      1.0.0
*/

@import url(../twentytwelve/style.css);
html {
   overflow-y: none; 
}
body {
    background-color: #fff;
	font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #444;
}
body.custom-font-enabled{
	font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #444;
	background-color: #fff;
}
.site {
    max-width: 81.571429rem;
}
body .site {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
	background: transparent;
}
a{
	color: #000;
	text-decoration:none;
}
a:focus {
	outline: none;
}
.entry-content a:visited, .comment-content a:visited {
    color: #000;
}
h1 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    letter-spacing: 5px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    text-align: center;
}
h1:after {
    background-color: #1193d4;
    content: "";
    height: 2px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: relative;
    display: block;
    margin-top: 18px;
    width: 40px;
}
h2 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    text-align: center;
}
h3 {
    font-size: 20px;
    font-weight: normal;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
}
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    color: #fff;
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 20px;
}
.Logo {
	line-height: 0;
    padding: 15px 0;
	float: left;
}
.main-navigation {
    border-top: 1px solid #ccc;
    padding: 15px 0;
	margin:0;
}
.main-navigation .site{
	overflow: visible;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0;
    border-top: 0;
}
.main-navigation li {
    margin: 0;
    position: relative;
	font-size: 14px;
}
.main-navigation li a {
    border-bottom: 0;
   text-transform: none;
    white-space: nowrap;
    line-height: 35px;
	padding: 0 15px;
    letter-spacing: 1px;
    color: #000;
    border-radius: 2px;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
		color: #fff;
		background: #1B75BC
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
		color: #fff;
		background: #1B75BC;
		font-weight: normal;
}
.main-navigation li ul {
    z-index: 999;
}
.main-navigation li ul li a{
	border-radius: 0;
	border-bottom: 1px solid #1B75BC;
	    font-size: 12px;
}
.cycloneslider-template-standard .cycloneslider-caption {
    width: 80% !important;
    background: transparent !important;
    color: #fff;
    opacity: 1 !important;
    text-align: center !important;
    margin: auto;
    right: 0;
    top: 0;
    height: 122px;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 64px !important;
}
.cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 26px !important;
}
.Small-Box {
    width: 80% !important;
    margin: 0 auto;
}
.Txt-CTN{
	text-align: center;
}
.overlay a {
    color: #fff;
    text-decoration: none;
}
.Our-Solutions-Home {
    background: #202427;
    color: #fff;
    padding: 50px 0 0;
}
.Our-Solutions-Home ul {
    padding: 0;
    margin: 50px 0;
}
.Our-Solutions-Home ul li {
    float: left;
    width: 24.93%;
    margin-bottom: 0;
    line-height: 0;
    margin-right: 1px;
    margin-bottom: 1px;
	line-height: 0;
}
.Our-Solutions-Home ul li:nth-child(3n+3) {
    float: right;
	margin-right: 0;
}
.Our-Solutions-Home ul li .projects-home-Image{
	position :relative;
	overflow: hidden;
}
.Our-Solutions-Home ul li .projects-home-Image img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.Our-Solutions-Home ul li .projects-home-Image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.Our-Solutions-Home ul li .projects-home-Image .overlay {
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(17, 147, 212, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.Our-Solutions-Home ul li .projects-home-Image:hover .overlay {
    opacity: 1;
}
.Our-Solutions-Home ul li .projects-home-Image .vertical-middle {
    display: table;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
	line-height: 1;
}

.Product-Home ul {
    padding: 0;
    margin: 50px 0;
}
.Product-Home ul li {
    float: left;
    width: 24.93%;
    margin-bottom: 0;
    line-height: 0;
    margin-right: 1px;
    margin-bottom: 1px;
	line-height: 0;
}
.Product-Home ul li:nth-child(3n+3) {
    float: right;
	margin-right: 0;
}
.Product-Home ul li .projects-home-Image{
	position :relative;
	overflow: hidden;
}
.Product-Home ul li .projects-home-Image img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.Product-Home ul li .projects-home-Image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.Product-Home ul li .projects-home-Image .overlay {
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(17, 147, 212, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.Product-Home ul li .projects-home-Image:hover .overlay {
    opacity: 1;
}
.Product-Home ul li .projects-home-Image .vertical-middle {
    display: table;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
}

.Services-Home ul {
    padding: 0;
    margin: 50px 0;
}
.Services-Home ul li {
    float: left;
    width: 33.25%;
    margin-bottom: 0;
    line-height: 0;
    margin-right: 1px;
    margin-bottom: 1px;
	line-height: 0;
}
.Services-Home ul li:nth-child(3n+3) {
    float: right;
	margin-right: 0;
}
.Services-Home ul li .projects-home-Image{
	position :relative;
	overflow: hidden;
}
.Services-Home ul li .projects-home-Image img {
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.Services-Home ul li .projects-home-Image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.Services-Home ul li .projects-home-Image .overlay {
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(17, 147, 212, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.Services-Home ul li .projects-home-Image:hover .overlay {
    opacity: 1;
}
.Services-Home ul li .projects-home-Image .vertical-middle {
    display: table;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
}
.Why-Choose-Us {
    background: #1193d4;
    padding: 50px 0;
	color: #fff;
}
.Why-Choose-Us h1{
	color: #fff;
}
.Why-Choose-Us h2{
	color: #fff;
}
.Why-Choose-Us-Columns {
    width: 33.33%;
    float: left;
	margin: 0px 0 0;
}
.Why-Choose-Title {
    margin: 0px 0 0;
}
.Phase-Columns {
    width: 28%;
    float: left;
}
.Phase-Image {
    text-align: center;
}
.Phase-title {
    text-align: center;
}
.Second-Phase-Column {
    margin: 0 7.5%;
}
.Third-Phase-Column {
    float: right;
}
.su-spoiler-style-fancy {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.Careers-Main .su-accordion .su-spoiler, .Main-Resources-downloaded-link .su-accordion .su-spoiler{
	margin-bottom: 0 !important;
	border: 0px solid #ccc !important;
}
.Careers-Main .su-accordion .su-spoiler, .Main-Resources-downloaded-link .su-accordion .su-spoiler{
	background: #707070 !important;
}
.Careers-Main .su-accordion .su-spoiler:nth-child(2n), .Main-Resources-downloaded-link .su-accordion .su-spoiler:nth-child(2n){
	background: #464646 !important;
}
.su-spoiler-style-fancy > .su-spoiler-title {
    border-bottom: 0px solid #ccc !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: transparent !important;
    font-size: 28px !important;
	font-weight: normal !important;
	padding-top: 62px;
	padding-bottom: 62px;
	color: #fff;
	max-width: 81.571429rem;
    margin: 0 auto;
}
.su-spoiler-style-fancy > .su-spoiler-content {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #D4D1D1;
}
.su-spoiler-icon {
    right: 7px;
    top: 53px !important;
    left: auto !important;
    width: 38px !important;
    height: 38px !important;
}
.su-spoiler-icon-plus .su-spoiler-icon:before {
    content: url('images/arrow-closedd.html') !important;
}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before{
    content: url('images/arrow-opened.html') !important;
}
.Contact-Form-Left {
    width: 49.5%;
    float: left;
}
.Contact-Form-Right {
    width: 49.5%;
    float: right;
}
.Contact-Form-Left input {
    width: 98%;
    background: #202427;
    border: 0;
    border-radius: 0;
    height: 48px;
    margin-bottom: 7px;
	color: #fff;
}
.Contact-Form-Right textarea {
    width: 98%;
	background: #202427;
    border: 0;
    border-radius: 0;
    height: 183px;
    margin-bottom: 7px;
	color: #fff;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #1193D4;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
}
.Contact-Form p {
    margin: 0;
}
.Slide img {
    height: 80px !important;
	height: 56px !important;
    width: auto !important;
}
.site-content article {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
.nav-previous, .previous-image {
    float: right;
    width: 50%;
    text-align: right;
}
.nav-next, .next-image {
    float: left;
    text-align: left;
    width: 50%;
}
span.nav-previous span.meta-nav, span.nav-next span.meta-nav {
    background: #707070;
    padding: 10px 22px;
}
span.nav-previous a, span.nav-next a {
    text-decoration: none;
    color: #fff;
}
.Header-Contact-DEtails {
    float: right;
    padding: 46px 0;
    width: 800px;
    height: 79px;
    overflow: hidden;
	text-align: center;
}
.Header-Contact-DEtails h3.widget-title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
	line-height: 1.4;
}
.Header-Contact-DEtails .textwidget {
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
}
.Contact-Time {
    background: url(images/contact-time-icon.png) no-repeat;
	padding: 0 0 0 50px;
	float: left;
	margin: 0 0 0 15px;
		
}
.Phone-Number {
    background: url(images/phone-number-icon.png) no-repeat;
	padding: 0 0 0 50px;
	float: left;
	margin: 0 0 0 15px;
}
.Contact-Mail {
    background: url(images/contact-mail-icon.png) no-repeat;
	padding: 0 0 0 50px;
	float: left;
	margin: 0 0 0 15px;
}
.Footer-Main-Bar {
    background-image: url("images/world-map-dark.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-color: #202427;
    color: #999;
    padding: 70px 0px;
	line-height: 2;
}
.Footer-Main-Bar a {
    color: #999;
    text-decoration: none;
}
.Footer-Columns {
    width: 21%;
    float: left;
    margin: 0 4% 0 0;
}
.Footer-Columns:last-child {
    float: right;
    margin: 0;
}
.Footer-Columns ul li {
    line-height: 2;
}
.CopyRight-Designed {
    padding: 20px 0;
    background: #1e2124;
    color: #fff;
	font-size: 14px;
    line-height: 1.2;
}
.CopyRight {
    float: left;
}
.Designed-By {
    float: right;
}
.Our-Solutions-Home h1 {
    color: #fff;
}
.CopyRight-Designed a {
    color: #fff;
}
@media screen and (min-width: 1301px) and (max-width: 1350px) {
	.Footer-Columns {
    margin: 0 4% 0 0;
}
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
.Footer-Columns:nth-child(1) {
    display: none;
}
.Footer-Columns {
    width: 28%;
}
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
	.Header-Contact-DEtails {
    width: 524px;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 36px !important;
}
.Product-Home ul li, .Our-Solutions-Home ul li {
    width: 24.92%;
}
.Services-Home ul li {
    width: 33.2%;
}
h3 {
    font-size: 15px;
}
.Footer-Columns:nth-child(1) {
    display: none;
}
.Footer-Columns {
    width: 28%;
}
.Phase-Image img {
    width: 135px;
}
.su-spoiler-style-fancy > .su-spoiler-title {
    font-size: 20px !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
}
@media screen and (min-width: 1001px) and (max-width: 1100px) {
	.Header-Contact-DEtails {
    width: 524px;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 36px !important;
}
.Product-Home ul li, .Our-Solutions-Home ul li {
    width: 24.9%;
}
.Services-Home ul li {
    width: 33.2%;
}
h3 {
    font-size: 15px;
}
.Footer-Columns:nth-child(1) {
    display: none;
}
.Footer-Columns {
    width: 28%;
}
.Phase-Image img {
    width: 135px;
}
.su-spoiler-style-fancy > .su-spoiler-title {
    font-size: 20px !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
	.Header-Contact-DEtails {
    width: 524px;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 36px !important;
}
.Product-Home ul li, .Our-Solutions-Home ul li {
    width: 24.9%;
}
.Services-Home ul li {
    width: 33.2%;
}
h3 {
    font-size: 15px;
}
.Footer-Columns:nth-child(1) {
    display: none;
}
.Footer-Columns {
    width: 28%;
}
.Phase-Image img {
    width: 135px;
}
.su-spoiler-style-fancy > .su-spoiler-title {
    font-size: 20px !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
}
@media screen and (min-width: 801px) and (max-width: 900px) {
	.Header-Contact-DEtails {
    width: 524px;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 36px !important;
}
.Product-Home ul li, .Our-Solutions-Home ul li {
    width: 24.9%;
}
.Services-Home ul li {
    width: 33.2%;
}
h3 {
    font-size: 15px;
}
.Footer-Columns:nth-child(1) {
    display: none;
}
.Footer-Columns {
    width: 28%;
}
.Phase-Image img {
    width: 135px;
}
.su-spoiler-style-fancy > .su-spoiler-title {
    font-size: 20px !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
}
@media screen and (min-width: 769px) and (max-width: 800px) {
	.Header-Contact-DEtails {
    width: 375px;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 35px !important;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
    font-size: 14px;
    line-height: 1.6;
}
.entry-header .entry-title, h1 {
    font-size: 1.371428571rem;
}
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    font-size: 18px;
}
.Product-Home ul li, .Our-Solutions-Home ul li {
    width: 24.89%;
}
.Services-Home ul li {
    width: 33.24%;
}
.Footer-Columns:nth-child(1) {
    display: none;
}
.Footer-Columns {
    width: 28%;
}
.Small-Box {
    width: 90% !important;
}
h3 {
    font-size: 14px;
}
.Phase-Image img {
    width: 135px;
}
.su-spoiler-style-fancy > .su-spoiler-title {
    font-size: 20px !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
}
@media screen and (max-width: 768px) {
	.cycloneslider-template-standard {
    margin-bottom: 0 !important;
	}
	.main-navigation li {
    	font-size: 12px;
	}
	.main-navigation li a {
    padding: 0 10px;
	}
	.Header-Contact-DEtails {
    width: 265px;
	}
	.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 27px !important;
	}
	.cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 20px !important;
}
	.cycloneslider-template-standard .cycloneslider-caption {
    height: 75px;
}
	.entry-header .entry-title {
    font-size: 18px;
}
	.entry-content h2, .comment-content h2, .mu_register h2 {
    font-size: 16px;
}
h1 {
    font-size: 18px;
}
h3 {
    font-size: 11px;
}
.Product-Home ul li, .Our-Solutions-Home ul li {
    width: 49.9%;
}
.Product-Home ul li:nth-child(2n), .Our-Solutions-Home ul li:nth-child(2n) {
    float: right;
    margin-right: 0;
}
.Product-Home ul li:nth-child(2n+1), .Our-Solutions-Home ul li:nth-child(2n+1) {
    float: left;
    clear:both;
}
.Services-Home ul, .Our-Solutions-Home ul, .Product-Home ul, .Why-Choose-Us {
    margin: 20px 0;
}
.Services-Home ul li {
    width: 33.21%;
}
.Our-Solutions-Home {
    padding: 20px 0 0;
}
.Footer-Columns:nth-child(1) {
    display: none;
}
.Footer-Columns {
    width: 32%;
	margin: 0 1% 0 0;
}
.widget-title{
    font-size: 20px;
}
.Footer-Main-Bar {
    padding: 25px 0px;
}
.CopyRight-Designed {
    font-size: 12px;
}
.Why-Choose-Us-Columns {
    width: 100%;
}
.Why-Choose-Title {
    margin: 20px 0 0;
}
.Phase-Columns {
    width: 100%;
    float: left;
	margin: 0 0 20px;
}
.Second-Phase-Column {
   margin: 0 0 20px;
}
.Phase-Image img {
    width: 100px;
}
.su-spoiler-style-fancy > .su-spoiler-title {
	font-size: 16px !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
.Contact-Form-Left {
    width: 100%;
}
.Contact-Form-Right {
    width: 100%;
}
.Contact-Form-Left input {
    height: 30px;
}
.Contact-Form-Right textarea {
    height: 100px;
}
}
@media screen and (max-width: 599px) {
	.Logo img {
    	width: 170px;
	}
	.Product-Home ul li .projects-home-Image img, .Our-Solutions-Home ul li .projects-home-Image img, .Services-Home ul li .projects-home-Image img {
    width: 100%;
}
	.Header-Contact-DEtails {
		width: 260px;
		font-size: 12px;
	}
	.cycloneslider-template-standard .cycloneslider-caption-title {
    	font-size: 20px !important;
	}
	.cycloneslider-template-standard .cycloneslider-caption-description {
		font-size: 18px !important;
	}
	.Product-Home ul li, .Our-Solutions-Home ul li, .Services-Home ul li {
    	width: 100%;
	}
	.Footer-Columns{
		width: auto;
		margin-right: 0;
	}
	.Footer-Columns:nth-child(3){
		float: right;
	}
	.Footer-Columns:last-child, .Footer-Columns:nth-child(4){
		display: none;
	}
	.main-navigation .site {
    max-width: 100%;
    padding: 0;
	}
	.main-navigation {
    padding: 0;
	position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
	}	
	.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
    width: 100%;
	}
.menu-toggle{
	padding: 0.428571429rem 0.714285714rem;
	font-size: 16px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #fff;
	background-color: #0060af;
	background-image: -moz-linear-gradient(top, #0060af, #0060af);
	background-image: -ms-linear-gradient(top, #0060af, #0060af);
	background-image: -webkit-linear-gradient(top, #0060af, #0060af);
	background-image: -o-linear-gradient(top, #0060af, #0060af);
	background-image: linear-gradient(top, #0060af, #0060af);
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.menu-toggle:hover,
.menu-toggle:focus{
	color: #fff;
	background-color: #0060af;
	background-image: -moz-linear-gradient(top, #0060af, #0060af);
	background-image: -ms-linear-gradient(top, #0060af, #0060af);
	background-image: -webkit-linear-gradient(top, #0060af, #0060af);
	background-image: -o-linear-gradient(top, #0060af, #0060af);
	background-image: linear-gradient(top, #0060af, #0060af);
}
.menu-toggle:active,
.menu-toggle.toggled-on{
	color: #fff;
	background-color: #0060af;
	background-image: -moz-linear-gradient(top, #0060af, #0060af);
	background-image: -ms-linear-gradient(top, #0060af, #0060af);
	background-image: -webkit-linear-gradient(top, #0060af, #0060af);
	background-image: -o-linear-gradient(top, #0060af, #0060af);
	background-image: linear-gradient(top, #0060af, #0060af);
	box-shadow: none;
}
.main-navigation li {
    font-size: 14px;
    border-bottom: 1px solid #0060af;
}
.main-navigation li a:hover, .main-navigation li a:focus {
    color: #0060af;
    background: transparent;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #0060af;
    background: transparent;
}
.main-navigation li ul.sub-menu {
    display: none;
}
.Why-Choose-Us {
    padding: 30px 0;
}
.Why-Choose-Us h1 {
    margin: 0;
}
.Slider, div#page, footer, .SLider-Thumb, .CopyRight-Designed {
    position: relative;
    top: 35px;
}
}
@media screen and (max-width: 499px) {
.Logo {
    width: 100%;
    text-align: center;
}
.Header-Contact-DEtails {
    display: none;
}
.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 16px !important;
}
.cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 14px !important;
}
.su-spoiler-style-fancy > .su-spoiler-title {
    font-size: 14px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.CopyRight, .Designed-By {
    float: none;
    width: 100%;
    text-align: center;
	line-height: 1.5;
}
}
@media screen and (max-width: 399px) {
	.Footer-Columns:nth-child(3) {
    display: none;
}
.entry-header .entry-title, .widget-title {
    font-size: 13px;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
    font-size: 13px;
}
h1, h2 {
    font-size: 13px;
}
h3 {
    font-size: 13px;
}
}
