@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;
	padding: 0px;
}
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: 1.5;
	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: 85px;
}
.space-small {
	height: 50px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol, ul {
	margin-top: 0;
	list-style-type: none;
	padding: 0px;
}
h3{
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.3em;
	padding-bottom:12px;
	line-height:28px;
}
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';
}
.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;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1000px;
	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%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
}
@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.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    background: #15173d;
}
.header-inner {padding: 0;}
.fixed-header.header-fixed .logo {
    position: relative;
    top: auto;
    float: left;
}
.logo a {
    background: none;
    height: auto;
    margin: 0;
}
.logo img {
    width: 260px;
}
.page-overlay{padding-bottom: 120px;}
.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;}
.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 a {
    color: #fff;
    font-size: 1em;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #fec04c;
    text-decoration: none;
    border-bottom: 2px solid #fec04c;
}
#banner{color:#fff; background:url(../images/cybersec-bg.jpg);background-size:cover; background-repeat: no-repeat;
   padding:50px 0;min-height:950px;position:relative; margin-bottom: 220px;}
.stone-bg{padding-top: 100px;}
.stone-bg:after{
	content: '';
    background: url(../images/cybersec-stone-bg.png) bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    width:100%;
	height: 900px;
    position: absolute;
    left:0px;
    bottom:70px;
    z-index: 9;
}
.cyber-name{color:#0099EA;}
.pt35{padding-top:35px;}
.p10{padding: 10px;}
.section-title{
	font-weight:600;
}
.uscountry select#country_state, .uscountry select#ukcountry_region{
	    height: 60px;
    background: url(https://cdn.manageengine.com/government/images/arrow.png) no-repeat #fff !important;
    background-position: 95% !important;
    margin-top: 15px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #3754ff;
}
.ban-sec{padding: 90px 0px;}
.ban-sec1{padding: 30px 15px;}
.container{position:relative;}
.ebook-align{display: flex; align-items: center;}
.brand-logo {
    display: block;
    width: 200px;
}
.brand-logo img{height:auto;}
.page-title {
    font-size: 3.4em;
    font-family: 'Zoho_Puvi_Medium';
    line-height: 1.3;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
	animation: moveLeft .7s linear;
	left:0px;
}
@-webkit-keyframes moveLeft {
	0% {left:-300px;}
	100% {left:0px;}
}
@-webkit-keyframes moveTop {
	0% {bottom:-400px;}
	100% {bottom:0px;}
}
.title-sub{color:#fff; font-family: 'Zoho_Puvi_Regular'; padding:60px 0; width: 350px; position: relative; bottom:0px; animation: moveTop .8s linear;}

.page-title b {
    color: #FFC04C;
}
.tc{
	text-align: center;
}
.box-descr{
	width: 415px; font-size: 20px;
}
.page-desc {
    padding: 20px 172px;
    font-size: 1.2em;
}
.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;
}
.pos-rel{position: relative;}
.ban-img{
	width:100%;
}
.btn-arrow{
	border: 1px solid #444;
    border-radius: 50%;
    padding:19px 15px;
    background: #f6d24c;
    position: relative;
    right: 28px;
	top:-1px;
	-webkit-transition-duration:0.5s;
   -webkit-transition-timing-function:linear;
   -webkit-transition-delay:0s;
}
.btn-arrow img{width: 26px; height: 14px;}
.btn-submits{
	z-index: 9;
}
.btn-submits:hover .btn-arrow{
	right:22px;
}
.spkr-qute{padding-top: 118px; padding-bottom: 72px;}
.ban-img1{
	width: 470px;
}
.lock-icon{width: 310px; position: relative; top: 30px; 
	    animation: bounce 2s;
    animation-direction: alternate;
	    animation-iteration-count: infinite;

}
 @keyframes bounce { 
            from { 
                transform: translate3d(0, 0, 0); 
            } 
            to { 
                transform: translate3d(0, 10px, 0); 
            } 
        } 
.ebook-map-image{display: flex; justify-content: center;}
.top-pos1{vertical-align: top !important;}
.top-pos2{position: relative; top:-200px;}
.top-pos3{position: relative; top:-240px;}
#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;}
#section1{background:#0062AF;padding:60px 0;color:#fff;}
#section1 img{padding: 40px 0;}
.qa_list{padding: 0 0 35px 20px;position:relative;}
.qa_list ul{margin-left: 15px;}
.qa_list li{list-style: disc;line-height: 30px;}
.qa_list:before {
    content: "1.";
    font-size: 5em;
    position: absolute;
    color: #4388c0;
    z-index: -1;
    left: -52px;
    top: -15px;
}
.qa_list:nth-child(1):before{left: -44px;}
.qa_list:nth-child(2):before{content: "2.";}
.qa_list:nth-child(3):before{content: "3.";}
#section3 {
    background:#001089;
    padding: 60px 0;
    text-align: center;
    color: #fff;
	overflow:hidden;
}
#section3:before{bottom: -2%;left: 0;}
#section2{padding-top: 0px; z-index: 0;}
#section2 .cols-6{width:49%;display:inline-block;vertical-align:middle;float:none; padding: 10px;}
/*
#section2:after{    
	content: "";
    background: url(../images/ebook-maagtic-design-crtve2.svg) 0 0 no-repeat;
    width: 500px;
    bottom: 0;
    right: -5%;
    position: absolute;
    height: 325px;
    background-size: 100%;
    filter: grayscale(100%);
}
*/
#section4{padding:50px 0;}
#section4 a:hover{text-decoration:underline;}
#section4 h3 a:hover{text-decoration:none;}
.reg-frm-btn{    color: #000;
    background: #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 25px;
    margin: 25px 0 0 0;
	border: 1px solid #fff;
	font-size: 1.1em;
    font-family: 'Zoho_Puvi_Bold', sans-serif;}
.reg-frm-btn:hover{background: #f00;border: 1px solid #f00;color:#fff;}
.ebook-img{   
    width: 80%;
    margin: auto;
    display: block;}
footer{background:#222;}
/*----------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: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
    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 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;
    opacity: 0.5;
    resize: none;
}
.form-control select
{
	opacity: 0;
	    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 98% center;
}
.form-control.active-row select
{
	    opacity: 1;
    color: #ababab;
}
.btn-submits button {
      border-radius: 2px;
    border: 1px solid #F6D24B;
    background:#F6D24B;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 30px;
    margin: 10px 0 0;
    transition: .3s all ease;
    font-size: 1.4em;
    font-family: 'Zoho_Puvi_SemiBold';
	text-transform:uppercase;
}
#contact_form .rows{margin: 0 -15px;}
#meGDPRMessage, .privacy-policy{position: relative; z-index: 9;}
.privacy-policy a:hover, footer p a:hover{text-decoration: none;}
.btn-submits.inactive button{pointer-events: none;}
.active-row.form-control::before {
        border-top-color:#3882f5;
    border-right-color:#3882f5;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color:#3882f5;
    border-left-color:#3882f5;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.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: 20px;
}
h2.popup-title {
    font-family: 'Zoho_Puvi_SemiBold';
        font-size: 1.2em;
    color: #fff;
	line-height:1.3;
}p.privacy-policy {
    line-height: 1.4;
    margin: 0;
    color: #fff;
    font-size: 1em;
}
.privacy-policy a{color:#fff; text-decoration: underline;}
#meGDPRMessage, #meGDPRMessage a{
    color:#e0d2a8;
    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-mid-img {
	position: absolute;
}
.overlay {
	background:url(../images/cybersec-bg.jpg);background-size:cover; background-repeat: no-repeat;
    max-width: 100%;
    padding: 20px 15px;
    border-radius: 10px;
	display: flex;
}
.overlay:after{
	content: '';
	border:1px solid #000;
	width: 96%;
    position: absolute;
    height:92%;
    border-radius: 10px;
    left:0px;
    padding: 0px 26px 0px;
}
img.banner-img {
    opacity: 0.7;
    width: 80%;
    margin: 0 auto;
    display: block;
}
.sub-pop-title{
	color: #000;
	text-align: center;
}
.stone-m-bg{display: none;}
/*------------------- 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 p {
   line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size:0.85em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.ad-success-msg p 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;	
}
.zsiq_theme1.zsiq_floatmain{display: none !important;}
@media only screen and (max-width: 1200px){
	.container{width:90%;}
	
}

@media only screen and (max-width: 1100px){
	.ban-sec1{padding: 0px 15px;}
	.overlay{position:static;margin:0 auto;}
	#about{margin-top:0;}
	#banner .cols-8{width:60%;}
	#banner .cols-4{width:40%;}
	.cols-md-pro{width:100%; padding-bottom: 0px;}
	.cols-md-pro1{width:100%;}
	.cols-md-pro1{margin:0 auto;}
	#banner{text-align:left; height: 840px;margin-bottom:120px;}
	.page-title br{display:none;}
	header{padding:35px 0 0;}
	.page-title{font-size:2.2em;}
	.page-overlay{background-size:13%, cover;}
	
	.spkr-qute{padding-top: 100px;}
	.stone-bg:after{bottom: 82px;}
}
@media only screen and (max-width: 1000px){
	.page-overlay{background-size:140px, cover;}
}
@media only screen and (max-width: 900px){
	.title-sub br{display: none;}
	.page-desc{padding: 20px 0px;}
	.spkr-qute{padding-top: 128px;}
	
	.box-descr{font-size: 15px;}
	.overlay:after{display: none;}
	.box-descr{padding-right: 80px;}
	#banner{margin-bottom:50px;}
	
}
@media only screen and (max-width: 750px){
	#banner{height: 850px;}
	.stone-bg{padding-top:30px;}
	.ad-success-msg{max-width:85%;}
	.cols-md-pro1{width:100%; text-align:left;}
	#about img{display:block;margin:0 auto 26px auto;width:80%;}
	h2{text-align:center;}
	#section1 img{display:block;margin:auto;}
	#section2 .cols-6{width:100%;}
	.qa_list:before {left:-24px;top:-4px;font-size:3em;}
	.qa_list:nth-child(1):before{left:-22px;}
	.boxes{
		text-align: center;
	}
	.overlay{display: block;}
	.col-md-min{height: 240px;}
	.page-desc{padding: 20px 0px;}
	.page-desc{padding: 20px 0px;}
	.spkr-qute{padding-top: 128px;}
	
	.box-descr{font-size: 15px; padding-right: 68px;}
	.ban-img1{width: 350px;}
	.ebook-align{justify-content: center;}
	h2.popup-title{padding-bottom: 15px;}
	
}
@media only screen and (max-width: 700px){
	
	.ad-success-msg{max-width:85%;}
	.cols-md-pro1{width:100%; text-align:left;}
	#about img{display:block;margin:0 auto 26px auto;width:80%;}
	h2{text-align:center;}
	#section1 img{display:block;margin:auto;}
	#section2 .cols-6{width:100%;}
	.qa_list:before {left:-24px;top:-4px;font-size:3em;}
	.qa_list:nth-child(1):before{left:-22px;}
	.boxes{
		text-align: center;
	}
	.overlay{display: block;}
	.col-md-min{height: 240px;}
	.page-desc{padding: 20px 0px;}
	.page-desc{padding: 20px 0px;}
	.spkr-qute{padding-top: 68px;}
	.ban-img1{width: 350px;}
	.ebook-align{justify-content: center;}
	h2.popup-title{padding-bottom: 15px;}
	.stone-bg:after{bottom:76px;}
	.space-medium{height: 25px;}
}
@media only screen and (max-width: 600px){
	.ebook-box{display:block;}
	.space-small{height:370px;}
	.btn-submits button{padding: 13px 45px; font-size: 1em;}
	h2.popup-title{padding-bottom: 12px;}
	.cols-md-pro1{text-align: center;}
	.ban-sec{padding: 90px 0px;}
	#banner{height: 605px; min-height: 820px; padding: 0; margin-bottom: 0px;}
	.box-descr{text-align: center; padding:30px 20px; font-size: 24px; width: 100%;}
	.title-sub{width: auto; padding: 15px 0 60px;}
	#banner .cols-8{width: 90%;}
	.ebook-map-image{display: none;}
	#banner .cols-8{width: 100%; padding:0 20px}
	.stone-bg{padding-top: 0px;}
	.stone-m-bg{display: block;}
	.stone-bg:after{display: none}
	#banner .cols-4{width: 100%;}
	.spkr-qute{display: none;}
	.lock-icon{width: 210px;}
	.logo{text-align: center;}
	.pt35{padding: 10px;}
	
	
#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;}
}
@media only screen and (max-width: 480px){
	.page-overlay{padding-bottom: 40px;}
	.popup-content{padding:35px 20px;}
	.page-title{font-size: 2em;}
	.title-sub{width:auto;}
	.spkr-qute{display: none;}
	.space-small{height:270px;}
	.btn-submits button{padding: 13px 38px; font-size: 1em;}
	h2.popup-title{padding-bottom: 12px;}
	.cols-md-pro1{text-align: center;}
	.ban-sec{padding: 68px 0px;}
	#banner{height: 605px;}
	.box-descr{text-align: center; padding:30px 10px; font-size: 15px; }
	#banner .cols-4{width: 100%;}
	.lock-icon{top:0px;}
	.space-medium{height: 10px;}
	.stone-m-bg{top:190px;}
}
@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;}
	
	.space-small{height:140px;}
	.btn-submits button{padding: 13px 30px; font-size: 12px;}
	h2.popup-title{padding-bottom: 12px;}
	.cols-md-pro1{text-align: center;}
	.ban-sec{padding: 68px 0px 0px;}
	#banner{height: 605px;}
	.box-descr{text-align: center; padding:30px 10px; font-size: 16px; }
	.stone-m-bg{top:198px;}
	.btn-arrow{padding: 15px 11px;}
}
@media only screen and (min-height: 900px) and (min-width:1300px){
	.ebook-sec {
	  min-height: calc(100vh - 606px);
	}
}