@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-family: 'Zoho_Puvi_RegularItalic';font-style: oblique}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
/*
html, body
{
	overflow-x: hidden;
}
*/
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'ZohoPuvi';
    font-weight: 300;
	overflow-x:hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
section{position:relative;}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
h2{font-size:1.8em;line-height:40px;}
h4{font-family: 'Zoho_Puvi_SemiBold';}
img {
	vertical-align: middle;
	max-width: 100%;
	height:auto;
}
p {
	margin: 0;
    line-height:28px;
	padding:10px 0;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.top-margin {
	margin-top: 25px !important;
}
.bottom-margin {
	margin-bottom: 25px !important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 45px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
.container-row{width: 50%;}
ol, ul {
	margin-top: 0;
	list-style-type: none;
	padding: 0px;
}
h3{
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.5em;
	padding-bottom:12px;
	line-height:32px;
}
h4{color: #2860A9;line-height: 26px;}
ol{padding-left: 22px;}
ol li{line-height: 32px;list-style:decimal;}
strong,
b {
	font-family: 'Zoho_Puvi_SemiBold';
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	z-index: 9;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	min-height: 1px;
	padding:0px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 40%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 60%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;text-align:left;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-3 {
	width: 25%;
}
.content-row{width: 90%;}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
}
.row:before,.row:after{display:table;clear:both;content:'';}
/* header */
header {
	    padding:35px 0;
}
.fixed-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 30px 0px;
	position: fixed;
}
.fixed-header.header-fixed {
    transition: all ease 0.1s;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    background:#11167f;
}
.header-inner {padding: 0;}
.logo{float: left;margin-top: 0;}
.fixed-header.header-fixed .logo {
    position: relative;
    top: auto;
    float: left;
}
.logo a {
    background: none;
    height: auto;
    margin: 0;
}
.logo img {
    width: 200px;
}
.res-menu {
    background: url(https://www.manageengine.com/events/images/mob-menu-icon-white.svg) no-repeat 0 0;
    width: 25px;
    height: auto;
    text-indent: -999999em;
    margin: 13px 10px 0 0;
    border: none;
    display: none;
}
.home{padding-top: 50px;
     /* border:4px solid magenta */
    }
.main-menu {
    margin: 10px 0;
}
.main-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 5px 0 0 0;
}
.main-menu li span {
    color: #fff;
    font-size: 1em;
    cursor: pointer;
}
.main-menu li:hover span, .main-menu li.active span {
    color: #fec04c;
    text-decoration: none;
    border-bottom: 2px solid #fec04c;
    cursor: pointer;
}
.pt25{padding-top: 25px;}
#banner{color:#fff; background:url(../images/conassif-banner.jpg);background-size:cover; background-repeat: no-repeat;
   padding:50px 0;min-height:500px;position:relative; z-index: 99;}
.ebook-forrester{padding:10px 0; position:relative; display: block;width:35px; height:35px; float: left;}
.box-icon1{background:url(../images/ebook-risk-management-icon.png);background-repeat: no-repeat; background-size:64%; position: relative; top:9px;}
.box-icon2{background:url(../images/ebook-exposure-management-icon.png);background-repeat: no-repeat; background-size: 72%;}
.box-icon3{background:url(../images/ebook-sustainable-icon.png);background-repeat: no-repeat; background-size: 74%;}
.box-icon4{background:url(../images/ebook-platform-report-icon.png);background-repeat: no-repeat; background-size: 60%;}
.box-icon5{background:url(../images/ebook-ai-asset-icon.png);background-repeat: no-repeat; background-size: 64%;}
.box-icon6{background:url(../images/ebook-cloud-read-icon.png);background-repeat: no-repeat; background-size:78%;}
.box-icon7{background:url(../images/ebook-solution-find-icon.png);background-repeat: no-repeat; background-size: 62%;}
.box-icon8{background:url(../images/ebook-artificial-mind-icon.png);background-repeat: no-repeat; background-size: 60%;}
.box-icon9{background:url(../images/ebook-augmented-connect-icon.png);background-repeat: no-repeat; background-size: 60%;}
.box-icon10{background:url(../images/ebook-client-setting-icon.png);background-repeat: no-repeat; background-size: 68%;}
.boxes{
    display: block;
    width: 80%;
    padding: 10px 0;
}
.section-title{
	font-weight:600;font-family: 'Zoho_Puvi_Medium';font-size: 1.8em; line-height: 42px;
}
.zsiq_theme1.zsiq_floatmain{display: none !important;}
.uscountry select#country_state, .uscountry select#ukcountry_region{
	    height: 60px;
    border-radius: 4px;
    opacity: 1;
}
.ban-sec{padding:60px 15px 15px;}
.container{position:relative;}
.brand-logo {
    display: block;
    width: 200px;
}
.brand-logo img{height:auto;}
section{padding:60px 0;}
.page-title {
	font-size: 2.6em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.3;
    color: #fff;
}
.page-desc {
    padding: 50px 0 0;
    font-size:1.4em;width: 50%;
}
.ebook-box {
    display: flex;
    background:url("../images/ebook-bg-img.png") no-repeat;
	background-size:cover;
    border-radius: 10px;
    padding: 30px;
    justify-content: center;
    align-items: center;
}
.ebook-box1{width: 30%;margin-right:5%;}
.ebook-box2{width: 65%;}
.ebook-desc {
    line-height: 1.6;
    color: #000;
    font-family: 'Zoho_Puvi_Medium';
	margin: 0 0 25px;
}
span.ebook-btn {
    background: #2D3875;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 15px 30px;
    color: #fff;
    font-size: 1em;
    display: inline-block;
	cursor:pointer;
	    transition: .3s all ease;
}
span.ebook-btn:hover {
    background: #fff;
    color: #000;
}
.ban-img{
    position: absolute;
    top: -70px;
    right: 20%;
    width: 75%;
    left: 50%;
    transform: translate(-50%);
}
.box-descr{padding: 16px 0;line-height: 2;}
#about img{width:450px;}
#backToTop{display:none!important;}
.sub-heading{font-size: 1.2em;padding: 0 0 10px 0;margin: 0;}
h3 a{color: #1F288D;text-decoration: underline;}
.home-wrapper{
    border:1px solid yellow;
    position: relative;
}
#section1{background:#0062AF;padding:60px 0;color:#fff;}
#section1 img{padding: 40px 0;}
#section3 {
    background: url(../images/conassif-banner.jpg) 0 0 no-repeat;
    color: #fff;
    background-size: cover;
}
#section3 img{
	width: 300px;
    margin: auto;
    display: block;
}
#section3 span{
    margin: 25px 0 0 0;
    color: #FFC423;
}
#section3 h2{
	margin: 25px 0 0 0;
}
#section3 .cta-btn{
    background: #D00100;border: 1px solid #D00100;color:#fff;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding:12px 24px;
    margin: 25px 0 0 0;
    transition: .3s all ease;
    font-size: 1em;
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: center;
    width: fit-content;
    border-radius: 4px;
}
#section3 .cta-btn:hover {
    background: #E92020;border: 1px solid #E92020;
}
#section2 h2{
	margin: 28px 0 0 0;
    font-size: 1.3em;
    font-family: 'Zoho_Puvi_SemiBold';
    display: none;
}
#section2 li{padding:10px 0;}
#section4{padding:50px 0;}
#section4 p{    
	width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
#section4 a:hover{text-decoration:underline;}
.reg-frm-btn{ color: #000;
    background:#FFC423;
    padding: 15px 30px;
    display: inline-block;
    margin: 25px 0 0 0;
	border: 1px solid #fff;
	font-size: 1.1em;
    font-family: 'Zoho_Puvi_Bold', sans-serif;}
.reg-frm-btn:hover, .btn-submits button:hover{background: #ffbb00;border: 1px solid #ffbb00;}
.ebook-img{   
    width: 80%;
    margin: auto;
    display: block;}
footer{background:#222;}
footer a:hover{text-decoration:none;}
/*----------Animation-------------*/
@media only screen and (max-width: 1700px) {
	.animation {
    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
	}
	.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
	}
}
/*------------- form css --------------------*/
.form-control {
    display: block;
    width: 100%;
     height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
   box-shadow: none;
	position: relative;
	margin-bottom: 15px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.dropdown-control
{
	background: url(https://www.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}
.form-control.dropdown-control.uscountry, .form-control.dropdown-control.ukcountry {
    background: #fff;
}
.form-control.active-row {
    border:2px solid #FFC423;
}
.form-control.btn-submits {
    border: none;
    text-align: center;
    background: none;
    margin: 0;
    height: auto;
    padding: 0;
}
.form-control.form-comments {
    height:100px;
	display:inline-block;
}
.form-control textarea {
   font-family: 'ZohoPuvi';
}
.form-control:after, .form-control:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}
.form-control:before {
    top: 0px;
    left: 0px;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size:15px;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control .state-label {
    top: 65px !important;
z-index: 11;
background: #fff !important;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    resize: none;
   
}
.form-control select
{
	opacity: 0;
	    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 95% center;
}
.form-control.active-row select
{
	    opacity: 1;
    color: #000;
}
.btn-submits button {
    border: 1px solid transparent;
    background:#FFC423;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 30px;
    margin: 10px 0 0;
    transition: .3s all ease;
    font-size: 1em;
    font-family: 'Zoho_Puvi_SemiBold';
    width: 100%;
    border-radius: 2px;
}
.btn-submits.inactive button{pointer-events: none;}
.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control, .ukcountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#country, .ukcountry select#contact_country, .ukcountry select#country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state, .ukcountry select.ukcountry_region {
    height: 60px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	line-height: 1.5;
}
.success-msg span
{
	display: block
}
.popup-content{
	margin: 0 auto;
    padding:190px 25px 20px;
}
h2.popup-title {
    text-align: left;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.2em;
    color: #fff;
	line-height:1.5;
}
p.privacy-policy {
    line-height: 1.4;
    margin: 0;
    color: #fff;
    font-size: 1em;
}
.privacy-policy a{
    color: #fff;
    text-decoration: underline;
}
 #meGDPRMessage a{color:#ffbf41;}
.privacy-policy a:hover, #meGDPRMessage a:hover{color:#FFC423;cursor: pointer; text-decoration: none;}
#meGDPRMessage {
    color: #fff;
    font-family: 'Zoho_Puvi_Regular';
    font-size: 1em;
    text-align: left;
    margin: 0 0 10px;
    line-height: 1.4;
    width: auto;
}
footer p{
	 margin: 0;
    font-size: 0.9em;
    color:#fff;
	padding: 10px 0;
	text-align:center;
}
footer p a{color:#fff;text-decoration:underline;}
.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 60px;
}
.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}
.clicks {
    display: block;
    width: 100%;
    height: 100%;
}
.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 18px;
    padding-left: 30px;
    font-size: 15px;
    color: #a09a9a;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
}
.multiSel1 {
    padding: 5px 10px;
    height: 57px;
    overflow: scroll;
    display: none;
}
.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div.dropdownsearch1 {
    width: 100%;
        background: #3982f5;
    display: none;
    z-index: 9999;
    position: relative;
}
.dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #CCC;
    background: #fff;
    box-sizing: border-box;
    opacity: 1;
}
.dropdown1 .dropdd1 ul {
    color: #fff;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 175px;
    background:#3982f5;
    text-align: left;
    overflow: scroll!important;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
}
.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    line-height: 20px;
	display:inline-block;
}
.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}
.success-down-msg, .success-inq-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.msgcon{
	position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 30%;
    background:#0c002a;
    padding: 60px;
    text-align: center;
    color:#fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #004b88;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.datepicker > .datepicker_header > .icon-close {
    width: 30px!important;
    height: 30px!important;
}
.overlay {
    position: absolute;
    z-index: 99;
    right: 0;
    background: #0042BB;
    width: 450px;
    max-width: 100%;
    padding: 20px 15px;
    top: 150px;
    text-align: left;
}
img.banner-img {
    opacity: 0.7;
    width: 80%;
    margin: 0 auto;
    display: block;
}
.sub-pop-title{
	color: #000;
	text-align: center;
}
/*------------------- Success msg css----------*/
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 58%);
  display: none;
}

.ad-success-msg {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 999999;
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  color: #000000;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 10px;
}

.ad-success-msg h3 {
   line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size:0.85em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.ad-success-msg h3 b {
    display: block;
}
span.tick-icon {
    display: block;
    width: 80px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.ad-success-msg span.close {
  position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

.ad-success-msg span.close:hover {
  color: #000;	
}
@media only screen and (max-width: 1250px){
    .container{width:90%;}

}
@media only screen and (max-width: 1170px){
    .page-title br{display: none}
}
@media only screen and (max-width: 1100px){
	#about{margin-top:0;}
	header{padding:35px 0 0;}
	.page-title{font-size:2em; display: inline-block;}
	.page-overlay{background-size:13%, cover;}
	.page-desc{padding: 28px 0; font-size: 20px;}
    .box-descr br{display: none;}
}
@media only screen and (max-width: 1000px){
	#banner{padding-bottom:0;background: linear-gradient(180deg, #002381 0%, #002381 47%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);text-align:center;}
	.page-overlay{background-size:140px, cover;}
	.res-menu {margin: 13px 0 0 0;display: inline-block;float: right;}
	.main-menu{display:none;transition:.5s;}
	.main-menu.active{background: #fff;position: absolute;width: 100%;z-index: 9;top: 50px;left:0;display:block;}
	nav .fr{float:none;}
	.main-menu li{width:100%;}
	.main-menu li span{color:#000;padding: 15px 5px;border-bottom:1px solid #dfdfdf;display:block;}
	.main-menu li span:hover{border-bottom:1px solid #dfdfdf; cursor: pointer;}
	.container-row{width: 100%; text-align: center;}
	.cols-md-pro{width:100%; position: relative}
	.ban-sec{padding:20px 15px;width: 100%}
	.ban-img{top: 28px;width: 400px;}
	.overlay{top:35px; left:0;margin:160px auto 0px; position: static;}
	.page-desc{text-align: center; width: 100%;}
	.boxes{width: 100%}
	#section3 img{display:none;}
	#section3 h2{font-size:1.6em;}
	#section4 p{width:80%;}
}
@media only screen and (max-width: 750px){
	.ad-success-msg{max-width:85%;}
	.cols-md-pro1{width:100%;float:none;}
	#about img{display:block;margin:0 auto 26px auto;width:80%;}
	#section1 img{display:block;margin:auto;}
	#section2 .cols-6{width:100%;}
	.btn-submits button{width: 100%}
	.rows{margin:0;}
    #section3 h2 br{display: none;}
}
@media only screen and (max-width: 600px){
	.ebook-box{display:block;}
	.ebook-box1,.ebook-box2{width: 100%;margin:0;text-align: center;}
	.ebook-box1 img{width:170px;}
	.ebook-box1{margin-bottom:15px;}
	.page-title{font-size:1.8em; width: 100%;}
	.page-desc{font-size: 20px; padding: 4px 0;}
    #section3 .cta-btn{width: 100%;}

	
#section3:before{    
	content: "";
    background: none;
    width:0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 0;}
#section3:after{    
	content: "";
    background: none;
    width: 0;
    bottom:0;
    right: -4%;
    position: absolute;
    height: 0;}
    #section3 h2{font-size:1.4em;}
}
@media only screen and (max-width: 450px){
	.overlay{width: 100%;}
}
@media only screen and (max-width: 400px){
	span.ebook-btn{width:100%;line-height:1.3;padding:12px 10px;}
	.page-overlay{background-size:110px, cover;}
}
@media only screen and (min-height: 900px) and (min-width:1300px){
	.ebook-sec {
	  min-height: calc(100vh - 606px);
	}
}