@charset "utf-8";
/* CSS Document */
/* General Style Start */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/omdayal/fonts/Poppins-Bold.eot');
    src: url('/wp-content/themes/omdayal/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Bold.woff2') format('woff2'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Bold.woff') format('woff'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Bold.ttf') format('truetype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/omdayal/fonts/Poppins-Italic.eot');
    src: url('/wp-content/themes/omdayal/fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Italic.woff2') format('woff2'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Italic.woff') format('woff'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Italic.ttf') format('truetype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Italic.svg#Poppins-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/omdayal/fonts/Poppins-SemiBold.eot');
    src: url('/wp-content/themes/omdayal/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/omdayal/fonts/Poppins-SemiBold.woff') format('woff'),
        url('/wp-content/themes/omdayal/fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/omdayal/fonts/Poppins-SemiBoldItalic.eot');
    src: url('/wp-content/themes/omdayal/fonts/Poppins-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/omdayal/fonts/Poppins-SemiBoldItalic.woff') format('woff'),
        url('/wp-content/themes/omdayal/fonts/Poppins-SemiBoldItalic.ttf') format('truetype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/omdayal/fonts/Poppins-Regular.eot');
    src: url('/wp-content/themes/omdayal/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Regular.woff2') format('woff2'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Regular.woff') format('woff'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Regular.ttf') format('truetype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/omdayal/fonts/Poppins-BoldItalic.eot');
    src: url('/wp-content/themes/omdayal/fonts/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/omdayal/fonts/Poppins-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/omdayal/fonts/Poppins-BoldItalic.ttf') format('truetype'),
        url('/wp-content/themes/omdayal/fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family:'millerdisplay';
    src:/*local('sans-serif'), local('Arial'),*/
		url('/wp-content/themes/omdayal/fonts/miller-display_30501-webfont.woff2') format('woff2'),
        url('/wp-content/themes/omdayal/fonts/miller-display_30501-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
@font-face {
    font-family:'millertext_bold';
    src:/*local('sans-serif'), local('Arial'),*/
		url('/wp-content/themes/omdayal/fonts/miller-text-bold_30503-webfont.woff2') format('woff2'),
		url('/wp-content/themes/omdayal/fonts/miller-text-bold_30503-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
/*fontface end*/
*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
html{
	font-size:62.5%;
}
body{
	font: normal 1.2rem/1.8rem 'Poppins', serif;
	background-color:#f6f9ff;
	color:#333;
	/*overflow-x: hidden;*/
}
.clearfix:after{
	content:"";
	clear:both;
	display:table
}
ul{
	list-style-type:none;
	margin:0 0 14px;
}
ul:last-child{
	margin-bottom:0;
}
ul li{
	padding:0 0 0 14px;
	margin:0 0 7px 0;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.4 27.3' fill='%23eb7b20'%3E%3Cpath d='M6.4 12.9c.9 2.7-1.6 5.1-4.2 4.2-.9-.3-1.7-1.1-2-2-.9-2.7 1.6-5.1 4.2-4.2.9.3 1.7 1.1 2 2zm16.1-1.2L7.1.5C5-1.1 2.3 1.4 3.6 3.7l6.3 8.7a2.27 2.27 0 0 1 0 2.5l-6.3 8.7c-1.4 2.3 1.4 4.8 3.5 3.2l15.4-11.2c1.3-.9 1.3-2.9 0-3.9z'/%3E%3C/svg%3E") 0 4px no-repeat;
	background-size: 9px auto;
}
p{
	margin-bottom:14px;
}
p:empty{
	display:none !important;
}
p:last-child{
	margin-bottom:0;
}
a{
	color:#0046ff;
	text-decoration:none;
	-webkit-transition:all .5s;
	-khtml-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
a, img{
	outline:none;
}
img{
	border:none;
	max-width:100%;
	height:auto;
}
strong{
	font-family: 'Poppins', serif;
	font-weight: 600;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block
}
sup{
	font-size:1rem;
    line-height:1rem;
    padding:0;
    color:#525252;
    margin:0;
}
.wrap{
	margin:0 auto;
	width:100%;
	background: #fff;
	box-shadow: 0 0 4px 1px #c9d1e1;
}
.container{
	padding:0 5%;
	width:100%;
}

/* General Style Start */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family:'millerdisplay', sans-serif;
	font-weight:normal;
	color:#243a42;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong{
	font-family:'millertext_bold', sans-serif;
	font-weight:normal;
}
h1, .h1{
	font-size:2.2rem;
	line-height:2.8rem;
	margin:0 0 19px;
	color:#222;
}
h2, .h2{
	font-size:2.0rem;
	line-height:2.6rem;
	margin:0 0 8px 0;
	color:#001a5c;
}
h3, .h3{
	font-size:1.9rem;
	line-height:2.5rem;
	margin:0 0 8px;
	color:#206fc1;
}
h4, .h4{
	font-size:1.8rem;
	line-height:2.4rem;
	margin:0 0 7px;
	color:#4c4c4c;
}
h5, .h5{
	font-size:1.7rem;
	line-height:2.3rem;
	text-decoration:underline;
	margin:0 0 7px;
	color:#363636;
}
a.btn{
	/*font-weight:600;*/
	padding:4px 10px;
	border:none;
	font-size:13px;
	line-height:21px;
	border-radius:4px;
}
a.green{
	color:#fff;
	background-color:#4ca126;
}
.link-btn{
	color: #fff;
    background: #0cc305;
   	padding: 6px 12px 6px 12px;
    display: inline-block;
    font: 600 1.2rem / 1.8rem 'Poppins', serif;
	text-align:center;
}
.link-btn:After{
	content: "";
	display: inline-block;
	width: 13px;
	height: 10px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.1 12.4'%3E%3Cpath fill='%23fdfdfe' d='M15.6 2.7h0l-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1s-.1 0-.1-.1c-.1 0-.1-.1-.2-.1L7.7.1c-.8-.3-1.6.2-1.9.9-.2.8.2 1.6 1 1.9L10.6 4 .8 9.3c-.8.4-1 1.3-.6 2s1.3 1 2 .6L12 6.7l-1.1 3.8c-.2.8.2 1.6 1 1.9.4.1.8.1 1.1-.1a2.36 2.36 0 0 0 .8-.9L16 4.1s0-.1.1-.1v-.1h0v-.1h0v-.1h0v-.1h0v-.1-.1h0v-.1l-.2-.2V3l-.3-.3z'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% auto;
    background-position: 0 0;
	margin-left: 10px;
	margin-top: -4px;
	vertical-align: middle;
}
iframe{
	display:block;
}
.page-title, .page-title h1, .page-title .h1{
	font-size:2.4rem;
	line-height:3.2rem;
	color:#fff;
	margin:0 0 24px;
}
.page-title:last-child{
	margin-bottom:0 !important;
}
.page-title h1, .page-title .h1{
	margin-bottom:0 !important;
}
.no-mar-pad{
	padding:0!important;
	margin:0!important;
}
.no-mar{
	margin:0!important;
}
.no-pad{
	padding:0!important;
}
.no-bot-mar{
	margin-bottom:0!important;
}
.no-bot-pad{
	padding-bottom:0!important
}
.no-top-mar-pad{
	margin-top:0!important;
	padding-top:0!important;
}
.no-top-mar{
	margin-top:0!important
}
.no-top-pad{
	padding-top:0!important
}
.left-align{
	text-align:left !important;	
}
.right-align{
	text-align:right !important;	
}
.center-align{
	text-align:center !important;	
}
.bdr-top{
	border-top:1px solid #ddd;
}
.bdr-bot{
	border-top:1px solid #ddd;
}
label{
	font-weight:600;
	margin-bottom:2px;
	display:inline-block;
    font-size:1.3rem;
    line-height:1.7rem;
	color:#63656b;
}
input[type="text"], select, textarea, input[type="tel"], input[type="email"], input[type="password"], input[type="search"]{
	font:normal 1.2rem/1.8rem 'Poppins', serif; 
    color:#041635;
    background-color:#fff;
    outline:none;
    border:#d0d0d0 solid 1px;
    padding:6px 12px;
    margin-bottom:9px;
    border-radius:1px;
}
select{
    padding:7px 12px;
}
#verify{
    width:84px;
}
textarea{
    color:#777;
    background-color:#fff;
	font:normal 1.4rem/2rem 'Poppins', serif;
	height:130px;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
	padding:6px 14px;
    border:none;
    cursor:pointer;
    border-radius:5px;
    font:600 1.4rem/2rem 'Poppins', serif;
    background-color:#25c31f;
    color:#fff;
	margin-top:4px;
}
input[type=radio]{
	width:14px;
	height:14px;
	position:relative;
	top:2px;
	margin-left:4px;
	margin-right:4px;
}
input[type="submit"].search-submit:hover{
	background-color:transparent;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus{
	border:#a4a5a3 solid 1px;
    /*box-shadow:0 0 8px 2px #dadada;*/
	color:#041635;	
}
::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
	color:#041635; 
}
:-ms-input-placeholder{ /* Internet Explorer 10-11 */
	color:#041635;
}
::-ms-input-placeholder{ /* Microsoft Edge */
	color:#041635;
}
.personalEmail-field{
	display:none;
}
.element-wrap{
	margin-bottom:8px;
}
.element-wrap input[type="text"],
.element-wrap select,
.element-wrap textarea,
.element-wrap input[type="tel"],
.element-wrap input[type="email"],
.element-wrap input[type="password"],
.element-wrap input[type="search"]
{
	margin-bottom:0;
}
.error{
	display:none;
	color:#dc3232;
    font-size:1.3rem;
    line-height:1.9rem;
}
.error-e .error{
    display:block;
}
.error_warning{
    border:1px solid red!important;
}
.email-error{
    color:red;
    font-size:1.3rem;
    line-height:1.6rem;
    text-align:left;
    margin:10px 0;
    display:none;
}
.error-message{
    background:red;
    color:#fff;
    font-size:1.3rem;
    line-height:1.6rem;
    /*font-weight:400;*/

    padding:10px;
    margin:10px 0;
    text-align:left;
    display:none;
}
.success-message{
    background:#569009;
    color:#fff;
    font-size:1.3rem;
    line-height:1.6rem;
    /*font-weight:400;*/
    padding:10px;
    margin:10px 0;
    text-align:left;
    display:none;
}
.error-message p, .success-message p{
    margin:0;
}
.error-message i, .success-message i{
	float:left;
	width:15px;
	margin:1px 8px 0 0;
}
input[type=reset]{
	color:#fff;
	background-color:#d40000;
}
/*table*/
.res-table, .resTable, .tabular-wrap{
	width:100%;
	max-width: 100% !important;
	overflow:auto;	
}
.res-table table, .resTable table, .tabular-wrap table{
	max-width:100% !important;	
}
table{
	font-size:13px;
	line-height:17px;
	border:0;
	margin:0 0 16px 0;
	border-left:1px solid #a0c0f9;
	border-top:1px solid #b0cbfe;
	border-collapse:collapse;
    border-spacing:0;	
}
table tbody tr:nth-of-type(odd){
    background-color:#cfe0ff;
}
/*.table-bordered{
	border-left:1px solid #d4dbe4;
	border-top:1px solid #d4dbe4;	
}
.table-bordered td{
	border-right:1px solid #d4dbe4;
	border-bottom:1px solid #d4dbe4;	
}*/
table thead th, table th{
    background:#2063dc;
    color:#fff;
    padding:10px 12px;
	border-right:1px solid #b0cbfe;
	border-bottom:1px solid #b0cbfe;
	font-size:13px;
    line-height:17px;
    font-weight:600;
	text-align:left;
	vertical-align:bottom;
}
table td{
	padding:6px 12px;
	color:#19366c;
	text-align:left;
	vertical-align:top;
	border-right:1px solid #a0c0f9;
	border-bottom:1px solid #a0c0f9;	
}	
/*table end*/
.sec-wrap{
	padding:20px 0;
	margin:15px 0;
}
.width-40-60{
	width: 100%;
	margin-bottom: 20px;
}
.width-60-40{
	width: 100%;
	padding: 10px 10px;
}
.width-70-30{
	width: 100%;
	margin-bottom: 20px;
}
.width-30-70{
	width: 100%;
	padding: 10px 10px;
}
.light-bg{
	background:#e9e9e9 !important;
	color:#333 !important;
}
.dark-bg{
	background:#011956 !important;
	color:#e9e9e9 !important;
}
.dark-bg h1, .dark-bg .h1{
	color:#fff !important;
}
.play-btn{
	width:30px;
	height:30px;
	position:absolute;
	right: 12px;
    bottom: 12px;
	margin:-13px 0 0 -13px;
	display:block;	
	background-color:#0da107;
	border: 3px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.2 30'%3E%3Cpath d='M1.1 29.9c-.6.3-1.1 0-1.1-.6V.8c0-.7.5-1 1.1-.6l25.7 14.3c.6.3.6.9 0 1.2L1.1 29.9z' fill='%23fff'/%3E%3C/svg%3E") 63% 50% no-repeat #ff0000;
	background-size: 15px 10px;
}
.display-flex-for-mob{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* General Style End */
@media only screen and (min-width:480px){
	/* General Style Start */
	.container{
		padding:0 3%;
	}
	/* General Style End */
}
@media only screen and (min-width:500px){
	/* General Style Start */
	.display-flex-for-500 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	ul,ol,p {
		margin: 0 0 20px;
	}
	ul li{
		margin:0 0 8px 0;
	}
	/* General Style End */
}
@media only screen and (min-width:768px){
	/* General Style Start */
	h1, .h1{
		font-size:2.6rem;
		line-height:3.2rem;
		margin:0 0 14px;
	}
	h2, .h2{
		font-size:2.2rem;
		line-height:2.8rem;
		margin:0 0 15px;
	}
	h3, .h3{
		font-size: 2rem;
		line-height: 2.6rem;
		margin: 0 0 14px;
	}
	h4, .h4{
		font-size:1.7rem;
		line-height:2.3rem;
		margin:0 0 10px;
	}
	h5, .h5{
		font-size:1.5rem;
		line-height:2.1rem;
		margin:0 0 8px;
	}
	.page-title, .page-title h1, .page-title .h1{
		font-size:3rem;
		line-height:3.6rem;
		margin:0 0 30px;
	}
	label{
		font-size:1.4rem;
		line-height:2rem;
		margin-bottom:6px;
	}
	input[type="text"], select, textarea, input[type="tel"], input[type="email"], input[type="password"], input[type="search"]{
		padding:7px 11px;
		margin-bottom:12px;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"]{
		padding:9px 15px;
		margin-top:6px;
	}
	.element-wrap{
		margin-bottom:12px;
	}
	.sec-wrap{
		padding:30px 0;
		margin:25px 0;
	}
	.display-flex-for-768 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 2px solid #fff;
    }
	.link-btn{
		padding: 10px 12px 10px 12px;
	}
	/* General Style End */
}
@media only screen and (min-width:921px){
	/* General Style */
	/*h1, .h1{
		font-size:2.8rem;
		line-height:3.4rem;
		margin:0 0 16px;
	}*/
	.page-title, .page-title h1, .page-title .h1{
		font-size:3.2rem;
		line-height:3.6rem;
		margin:0 0 28px;
	}
	button, input[type="text"], select, textarea, input[type="tel"], input[type="email"], input[type="password"], input[type="search"]{
		padding:6px 16px
	}
	.element-wrap{
		margin-bottom:16px;
	}
	.sec-wrap{
		padding:40px 0;
		margin:30px 0;
	}
	/* General Style End */
}
@media only screen and (min-width:1024px){
	/* General Style*/
	.wrap{
		max-width: 2000px;
		position: relative;
	}
	/* General Style End */
}
@media only screen and (min-width:1025px){
	/* General Style Start */
	body{
		font-size:1.4rem;
		line-height:2.1rem;
	}
	h1, .h1{
		font-size:3rem;
		line-height:3.6rem;
		margin:0 0 18px;
	}
	h2, .h2{
		font-size:2.4rem;
		line-height:2.8rem;
		margin:0 0 16px;
	}
	h3, .h3{
		font-size:2.2rem;
		line-height:2.8rem;
		margin:0 0 12px;
	}
	h4, .h4{
		font-size:1.9rem;
		line-height:2.5rem;
		margin:0 0 10px;
	}
	h5, .h5{
		font-size:1.7rem;
		line-height:2.3rem;
		margin:0 0 8px;
	}
	.page-title, .page-title h1, .page-title .h1{
		font-size:3.8rem;
		line-height:5.2rem;
		margin:0 0 40px;
	}
	input[type="text"], select, textarea, input[type="tel"], input[type="email"], input[type="password"], input[type="search"]{
		font-size:1.3rem;
		line-height:1.9rem;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"]{
		font-size:1.6rem;
		line-height:2.2rem;
		margin-top:8px;
	}
	button, input[type="text"], select, textarea, input[type="tel"], input[type="email"], input[type="password"], input[type="search"]{
		padding:6px 12px;
		margin-bottom:10px
	}
	 input[type=submit]{
		padding:6px 17px;
	}
	select{
		padding:7px 10px
	}
	input[type=submit]:hover{
		background-color:#192f59;
		color:#fff
	}
	a:hover{
		color:#1bc200;
	}
	.link-btn:hover{
		background-color: #ef7f00;
		color: #fff;
	}
	.link-btn:after{
		webkit-transition: all .3s;
    	-khtml-transition: all .3s;
    	-moz-transition: all .3s;
    	-ms-transition: all .3s;
    	-o-transition: all .3s;
    	transition: all .3s;
	}
	.link-btn:hover:after{
		transform: rotate(26deg);
	}
	/*.ticker a:hover{
		color:#343434;
	}*/
	.sec-wrap{
		/*padding:50px 0;
		margin:40px 0;*/
	}
	.container{
		padding:0 1.5%;
	}
	.width-40-60{
		width: 39%;
	}
	.width-60-40{
		width: 59%;
	}
	.width-70-30{
		width: 68%;
		margin-bottom: 0;
	}
	.width-30-70{
		width: 30%;
	}
	.display-flex-for-1025{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.play-btn{
		width:40px;
		height:40px;
		margin:-20px 0 0 -20px;
		background-size: 20px 15px;
		opacity: 1;
		webkit-transition: all .3s;
        -khtml-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
	}
	.pix-video-gallery ul li:hover .play-btn{
		opacity: 0.7;
	}
	/* General Style End */
}
@media only screen and (min-width:1200px){
	/* General Style Start */
	.container{
		margin:0 auto;
		max-width:1330px;
	}
	/*h1, .h1{
		font-size:3.2rem;
		line-height:3.8rem;
		margin:0 0 20px;
	}*/
	.page-title, .page-title h1, .page-title .h1{
		font-size:3.8rem;
		line-height:4.2rem;
		margin:0 0 24px;
	}
	/* General Style End */
}
@media only screen and (min-width:1370px){
	/* General Style Start */
	.container{
		max-width:1600px !important;
		padding:0 1.5% !important;
	}
	/* General Style End */
}
@media only screen and (min-width:1500px) {
	/*general style start*/
	/*h3, .h3 {
		font-size: 2.4rem;
		line-height: 3.0rem;
		margin: 0 0 36px;
	}*/
	.width-70-30{
		width: 72.5%;
		margin-bottom: 0;
	}
	.width-30-70{
		width: 25%;
	}
	/*general style start*/
}
@media only screen and (min-width:1601px){
	/* General Style Start */
	.container{
		max-width:2000px !important;
	}
	/* General Style End */
}