/*
Theme Name: Evenly 
Theme URI: https://aonetheme.com/evenlywp/
Description: Evenly - Conference & Event WordPress Theme
Author: aonetheme
Author URI: https://themeforest.net/user/aonetheme
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
Tags: custom-menu, editor-style, featured-images
Text Domain: evenly
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{

  --ao-primary: #4461ef;
  --ao-secondary: #c7efb3;
  --ao-primary-dark: #041633;
	
  --ao-primary-link: #4461ef;
  --ao-primary-link-hover: #c7efb3;
	
  --ao-primary-btn: #4461ef;
  --ao-primary-btn-hover: #c7efb3;
	
  --ao-secondary-btn: #c7efb3;
  --ao-secondary-btn-hover: #4461ef;
	
  --ao-site-radius: 5px;
    
	--ao-title-color:#041633;
	--ao-title-family:"Raleway", serif;
	--ao-body-family:"Open Sans", serif;
	--ao-btn-family:"Raleway", serif;

}


/*===GENERAL===*/
.site-text-primary {
  color:#022279;
}
.site-text-secondary {
  color:#c7efb3;
}
.site-text-black {
  color: #000;
}
.site-text-gray {
  color: #e7e7e7;
}
.site-text-gray-light {
  color: #f9f9f9;
}
.site-text-white {
  color: #fff;
}
.site-bg-primary {
  background-color: #E3D270;
}
.site-bg-black {
  background-color: #000;
}
.site-bg-dark {
  background-color: #000;
}
.site-bg-gray {
  background-color: #eff3f6;
}
.site-bg-gray-light {
  background-color: #f9f9f9;
}
.site-bg-light {
  background-color: #fff9f0;
}
.site-bg-white {
  background-color: #fff;
}
body {
  color: #616161;
  font-family: 'Open Sans', sans-serif;
  line-height:1.8;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 16px;
 background-color: #FFF;
}
a {
  color: #000;
  outline: 0px none;
  text-decoration: none;
}
a:hover, a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  color:var(--ao-primary);
}
.overflow-hide {
  overflow: hidden;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/*Float clearfix*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.shadow-bx {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
ol.commentlist li:after {
  content: "";
  display: table;
  clear: both;
}
section, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, summary {
  display: block;
}
ul {
  padding: 0px;
}
::selection {
  background: #484848;
  color: #fff;
}
.form-select option { font-size: 14px; }

/*===Heading & Title====*/
h1, h2, h3, h4, h5, h6 {
  font-family:Raleway;
  line-height: 1.2;
  color: #000222;
}
h1 {
  font-size: 70px;
  font-weight:700;
}
h2 {
  font-size: 46px;
  font-weight:700;
}
h3 {
  font-size:36px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight:700;
}

@media only screen and (max-width:991px){
h1 {
  font-size: 48px;
  font-weight:700;
}
h2 {
  font-size: 36px;
  font-weight:700;
}
h3 {
  font-size:28px;
  font-weight: 700;
}
}

@media only screen and (max-width:767px){
h1 {
  font-size:36px;
}
h2 {
  font-size:28px;
}
h3 {
  font-size:22px;
}
}

@media only screen and (max-width:575px){
h2 {
  font-size:26px;
}
h3 {
  font-size:22px;
}
}



/*---Text align--- */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/*===Listing Style===*/
dl, ul, ol {
  list-style-position: outside;
  padding: 0px;
}
ul, ol {
  margin-bottom: 24px;
}
ul li {
  padding: 0px;
}
ol li {
  padding: 0px;
}
.list-simple li {
  margin-bottom: 10px;
}
.list-simple li ul {
  margin-left: 15px;
  margin-top: 10px;
}
.list-simple.list-unstyled li ul {
  margin-left: 30px;
  margin-top: 10px;
}
.list-circle, 
.list-angle-right, 
.list-arrow, 
.list-check, 
.list-checked, 
.list-check-circle, 
.list-chevron-circle, 
.list-arrow-circle, 
.list-times-circle {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
  font-weight: 600;
}
.list-circle li, 
.list-angle-right li, 
.list-arrow li, 
.list-check li, 
.list-checked li, 
.list-check-circle li, 
.list-chevron-circle li, 
.list-arrow-circle li, 
.list-times-circle li {
  padding: 5px 5px 5px 20px;
  position: relative;
}
.list-circle li:before, 
.list-angle-right li:before, 
.list-arrow li:before, 
.list-check li:before, 
.list-checked li:before, 
.list-check-circle li:before, 
.list-chevron-circle li:before, 
.list-arrow-circle li:before, 
.list-times-circle li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  font-size: 15px;
  color: #000;
}
.list-circle li:before {
  top: 6px;
  font-size: 10px;
  content: "\f111";
}
.list-angle-right li:before {
  content: "\f105";
}
.list-arrow li:before {
  content: "\f0da";
}
.list-check li:before {
  content: "\f00c";
}
.list-checked li:before {
  content: "\f046";
}
.list-check-circle li:before {
  content: "\f058";
}
.list-chevron-circle li:before {
  content: "\f138";
}
.list-arrow-circle li:before {
  content: "\f0a9";
}
.list-times-circle li:before {
  content: "\f057";
}



.list-arrow-circle2 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
  font-weight:600;
}
.list-arrow-circle2 li {
  padding: 5px 5px 5px 25px;
  position: relative;
}
.list-arrow-circle2 li:before {
	font-family:feather !important;
	position: absolute;
	left: 0px;
	top:12px;
	display: block;
	font-size: 16px;
	color:var(--primary);
	 font-weight: normal;
	line-height:1;
}
.list-arrow-circle2 li:before {
  content:"\e92c";
}




.form-select { height:60px; border-color:#e8edf1; border-width:2px; background-color:#fff; }
.form-select:focus { border-color: #e8edf1; outline: 0; box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 0.02); }
.form-select.gradi-line-1 { background: linear-gradient( #fff, #fff ) padding-box, linear-gradient(to bottom, var(--primary-one), var(--primary-two)) border-box;  border-radius:5px;  border:2px solid transparent; }

.form-select.select-gray-bg { background-color:#F3F7FA; }
.form-control.gradi-line-1 {background: linear-gradient( #fff, #fff ) padding-box, linear-gradient(to bottom, var(--primary-one), var(--primary-two)) border-box;  border-radius:5px;  border:2px solid transparent; }

.form-select.form-no-bg { background-color:transparent; color:#fff; border: 2px solid rgba(255,255,255,0.4); background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23ffffff" d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>') right 1rem center/8px 10px no-repeat; }
.form-select.form-no-bg option { color:#222; }

.form-control.form-no-bg {background:none; color:#fff; border: 2px solid rgba(255,255,255,0.4); }
.form-control.form-no-bg::placeholder { color:#fff; opacity: 1; }
.form-control.form-no-bg:-ms-input-placeholder {  color: #fff;}
.form-control.form-no-bg::-ms-input-placeholder {  color: #fff; }
.form-control.form-no-bg:focus { background:none; border: 2px solid rgba(255,255,255,0.8); }


.select-box { display:flex; }
.select-box select { border:none; height: 56px; }
.gradi-line-1 { background: linear-gradient( #fff, #fff ) padding-box, linear-gradient(to bottom, var(--primary-one), var(--primary-two)) border-box;  border-radius:5px;  border:2px solid transparent; }
.datepicker table tr td, 
.datepicker table tr th { padding:0px; font-size:13px; }

/*---Padding (around)---*/
.p-a0 {
  padding: 0px;
}
.p-a5 {
  padding: 5px;
}
.p-a10 {
  padding: 10px;
}
.p-a15 {
  padding: 15px;
}
.p-a20 {
  padding: 20px;
}
.p-a25 {
  padding: 25px;
}
.p-a30 {
  padding: 30px;
}
.p-a40 {
  padding: 40px;
}
.p-a50 {
  padding: 50px;
}
.p-a60 {
  padding: 60px;
}
.p-a70 {
  padding: 70px;
}
.p-a80 {
  padding: 80px;
}
.p-a90 {
  padding: 90px;
}
.p-a100 {
  padding: 100px;
}
.p-a110 {
  padding: 110px;
}
.p-a120 {
  padding: 120px;
}
.p-a130 {
  padding: 130px;
}
.p-a140 {
  padding: 140px;
}
.p-a150 {
  padding: 150px;
}
/*---Padding (top)---*/
.p-t0 {
  padding-top: 0px;
}
.p-t5 {
  padding-top: 5px;
}
.p-t10 {
  padding-top: 10px;
}
.p-t15 {
  padding-top: 15px;
}
.p-t20 {
  padding-top: 20px;
}
.p-t30 {
  padding-top: 30px;
}
.p-t40 {
  padding-top: 40px;
}
.p-t50 {
  padding-top: 50px;
}
.p-t60 {
  padding-top: 60px;
}
.p-t70 {
  padding-top: 70px;
}
.p-t80 {
  padding-top: 80px;
}
.p-t90 {
  padding-top: 90px;
}
.p-t100 {
  padding-top: 100px;
}
.p-t110 {
  padding-top: 110px;
}
.p-t120 {
  padding-top: 120px;
}
.p-t130 {
  padding-top: 130px;
}
.p-t140 {
  padding-top: 140px;
}
.p-t150 {
  padding-top: 150px;
}
.p-t160 {
  padding-top: 160px;
}
.p-t170 {
  padding-top: 170px;
}
.p-t180 {
  padding-top: 180px;
}
.p-t190 {
  padding-top: 190px;
}
.p-t200{
  padding-top: 200px;
}

/*---Padding (bottom)---*/
.p-b0 {
  padding-bottom: 0px;
}
.p-b5 {
  padding-bottom: 5px;
}
.p-b10 {
  padding-bottom: 10px;
}
.p-b15 {
  padding-bottom: 15px;
}
.p-b20 {
  padding-bottom: 20px;
}
.p-b30 {
  padding-bottom: 30px;
}
.p-b40 {
  padding-bottom: 40px;
}
.p-b50 {
  padding-bottom: 50px;
}
.p-b60 {
  padding-bottom: 60px;
}
.p-b70 {
  padding-bottom: 70px;
}
.p-b80 {
  padding-bottom: 80px;
}
.p-b90 {
  padding-bottom: 90px;
}
.p-b100 {
  padding-bottom: 100px;
}
.p-b110 {
  padding-bottom: 110px;
}
.p-b120 {
  padding-bottom: 120px;
}
.p-b130 {
  padding-bottom: 130px;
}
.p-b140 {
  padding-bottom: 140px;
}
.p-b150 {
  padding-bottom: 150px;
}
.p-b160 {
  padding-bottom: 160px;
}
.p-b170 {
  padding-bottom: 170px;
}
.p-b180 {
  padding-bottom: 180px;
}
.p-b190 {
  padding-bottom: 190px;
}
.p-b200 {
  padding-bottom: 200px;
}
.p-b210 {
  padding-bottom: 210px;
}
.p-b220 {
  padding-bottom: 220px;
}
.p-b230 {
  padding-bottom: 230px;
}
.p-b240 {
  padding-bottom: 240px;
}
.p-b250 {
  padding-bottom:250px;
}
/*---Padding (left)---*/
.p-l0 {
  padding-left: 0px;
}
.p-l5 {
  padding-left: 5px;
}
.p-l10 {
  padding-left: 10px;
}
.p-l15 {
  padding-left: 15px;
}
.p-l20 {
  padding-left: 20px;
}
.p-l30 {
  padding-left: 30px;
}
.p-l40 {
  padding-left: 40px;
}
.p-l50 {
  padding-left: 50px;
}
.p-l60 {
  padding-left: 60px;
}
.p-l70 {
  padding-left: 70px;
}
.p-l80 {
  padding-left: 80px;
}
.p-l90 {
  padding-left: 90px;
}
.p-l100 {
  padding-left: 100px;
}
.p-l110 {
  padding-left: 110px;
}
.p-l120 {
  padding-left: 120px;
}
.p-l130 {
  padding-left: 130px;
}
.p-l140 {
  padding-left: 140px;
}
.p-l150 {
  padding-left: 150px;
}
/*---Padding (right)---*/
.p-r0 {
  padding-right: 0px;
}
.p-r5 {
  padding-right: 5px;
}
.p-r10 {
  padding-right: 10px;
}
.p-r15 {
  padding-right: 15px;
}
.p-r20 {
  padding-right: 20px;
}
.p-r30 {
  padding-right: 30px;
}
.p-r40 {
  padding-right: 40px;
}
.p-r50 {
  padding-right: 50px;
}
.p-r60 {
  padding-right: 60px;
}
.p-r70 {
  padding-right: 70px;
}
.p-r80 {
  padding-right: 80px;
}
.p-r90 {
  padding-right: 90px;
}
.p-r100 {
  padding-right: 100px;
}
.p-r110 {
  padding-right: 110px;
}
.p-r120 {
  padding-right: 120px;
}
.p-r130 {
  padding-right: 130px;
}
.p-r140 {
  padding-right: 140px;
}
.p-r150 {
  padding-right: 150px;
}
/*---Padding (left right)---*/
.p-lr0 {
  padding-left: 0px;
  padding-right: 0px;
}
.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}
.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}
.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}
.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}
.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}
.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p-lr120 {
  padding-left: 120px;
  padding-right: 120px;
}
.p-lr150 {
  padding-left: 150px;
  padding-right: 150px;
}
/*---Padding (top bottom)---*/
.p-tb0 {
  padding-bottom: 0px;
  padding-top: 0px;
}
.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}
.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.p-tb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}
.p-tb150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
/*----Margin (around)----*/
.m-a-1 {
  margin: -1px;
}
.m-a0 {
  margin: 0px;
}
.m-a5 {
  margin: 5px;
}
.m-a10 {
  margin: 10px;
}
.m-a15 {
  margin: 15px;
}
.m-a20 {
  margin: 20px;
}
.m-a30 {
  margin: 30px;
}
.m-a40 {
  margin: 40px;
}
.m-a50 {
  margin: 50px;
}
.m-a60 {
  margin: 60px;
}
.m-a70 {
  margin: 70px;
}
.m-a80 {
  margin: 80px;
}
.m-a90 {
  margin: 90px;
}
.m-a100 {
  margin: 100px;
}
.m-a110 {
  margin: 110px;
}
.m-a120 {
  margin: 120px;
}
.m-a130 {
  margin: 130px;
}
.m-a140 {
  margin: 140px;
}
.m-a150 {
  margin: 150px;
}
/*---Marging (top)----*/
.m-t0 {
  margin-top: 0px;
}
.m-t5 {
  margin-top: 5px;
}
.m-t10 {
  margin-top: 10px;
}
.m-t15 {
  margin-top: 15px;
}
.m-t20 {
  margin-top: 20px;
}
.m-t30 {
  margin-top: 30px;
}
.m-t40 {
  margin-top: 40px;
}
.m-t50 {
  margin-top: 50px;
}
.m-t60 {
  margin-top: 60px;
}
.m-t70 {
  margin-top: 70px;
}
.m-t80 {
  margin-top: 80px;
}
.m-t90 {
  margin-top: 90px;
}
.m-t100 {
  margin-top: 100px;
}
.m-t110 {
  margin-top: 110px;
}
.m-t120 {
  margin-top: 120px;
}
.m-t130 {
  margin-top: 130px;
}
.m-t140 {
  margin-top: 140px;
}
.m-t150 {
  margin-top: 150px;
}
/*---Marging (bottom)---*/
.m-b0 {
  margin-bottom: 0px;
}
.m-b5 {
  margin-bottom: 5px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-b30:last-child {
  margin-bottom: 0px;
}
.m-b40 {
  margin-bottom: 40px;
}
.m-b50 {
  margin-bottom: 50px;
}
.m-b60 {
  margin-bottom: 60px;
}
.m-b70 {
  margin-bottom: 70px;
}
.m-b80 {
  margin-bottom: 80px;
}
.m-b90 {
  margin-bottom: 90px;
}
.m-b100 {
  margin-bottom: 100px;
}
.m-b110 {
  margin-bottom: 110px;
}
.m-b120 {
  margin-bottom: 120px;
}
.m-b130 {
  margin-bottom: 130px;
}
.m-b140 {
  margin-bottom: 140px;
}
.m-b150 {
  margin-bottom: 150px;
}
/*---Marging (left)---*/
.m-l0 {
  margin-left: 0px;
}
.m-l5 {
  margin-left: 5px;
}
.m-l10 {
  margin-left: 10px;
}
.m-l15 {
  margin-left: 15px;
}
.m-l20 {
  margin-left: 20px;
}
.m-l30 {
  margin-left: 30px;
}
.m-l40 {
  margin-left: 40px;
}
.m-l50 {
  margin-left: 50px;
}
.m-l60 {
  margin-left: 60px;
}
.m-l70 {
  margin-left: 70px;
}
.m-l80 {
  margin-left: 80px;
}
.m-l90 {
  margin-left: 90px;
}
.m-l100 {
  margin-left: 100px;
}
.m-l110 {
  margin-left: 110px;
}
.m-l120 {
  margin-left: 120px;
}
.m-l130 {
  margin-left: 130px;
}
.m-l140 {
  margin-left: 140px;
}
.m-l150 {
  margin-left: 150px;
}
/*---Marging (right)---*/
.m-r0 {
  margin-right: 0px;
}
.m-r5 {
  margin-right: 5px;
}
.m-r10 {
  margin-right: 10px;
}
.m-r15 {
  margin-right: 15px;
}
.m-r20 {
  margin-right: 20px;
}
.m-r30 {
  margin-right: 30px;
}
.m-r40 {
  margin-right: 40px;
}
.m-r50 {
  margin-right: 50px;
}
.m-r60 {
  margin-right: 60px;
}
.m-r70 {
  margin-right: 70px;
}
.m-r80 {
  margin-right: 80px;
}
.m-r90 {
  margin-right: 90px;
}
.m-r100 {
  margin-right: 100px;
}
.m-r110 {
  margin-right: 110px;
}
.m-r120 {
  margin-right: 120px;
}
.m-r130 {
  margin-right: 130px;
}
.m-r140 {
  margin-right: 140px;
}
.m-r150 {
  margin-right: 150px;
}
/*---Marging (left right)---*/
.m-lr0 {
  margin-left: 0px;
  margin-right: 0px;
}
.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}
.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}
.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}
.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}
.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}
.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}
.m-lr120 {
  margin-left: 120px;
  margin-right: 120px;
}
.m-lr150 {
  margin-left: 150px;
  margin-right: 150px;
}
/*---Marging (top bottom)---*/
.m-tb0 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}
.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}
.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}
.m-tb120 {
  margin-bottom: 120px;
  margin-top: 120px;
}
.m-tb150 {
  margin-bottom: 150px;
  margin-top: 150px;
}
/*---Colum gap less---*/
.no-col-gap [class*="col-xs-"], .no-col-gap [class*="col-sm-"], .no-col-gap [class*="col-md-"], .no-col-gap [class*="col-lg-"] {
  padding-left: 0px;
  padding-right: 0px;
}
/*===Background Effect===*/
.bg-center {
  background-position: center;
}
.bg-top-left {
  background-position: top left;
}
.bg-top-right {
  background-position: top right;
}
.bg-top-center {
  background-position: top center;
}
.bg-bottom-left {
  background-position: bottom left;
}
.bg-bottom-right {
  background-position: bottom right;
}
.bg-bottom-center {
  background-position: bottom center;
}
.bg-left-center {
  background-position: left;
}
.bg-right-center {
  background-position: right;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-full-width {
  background-size: 100% auto;
}
.bg-full-height {
  background-size: auto 100%;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-scroll {
  background-attachment: scroll;
}
/*===Overlay ( transparient box style)===*/
.overlay-wraper {
  position: relative;
}
.overlay-main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.opacity-01 {
  opacity: 0.1;
}
.opacity-02 {
  opacity: 0.2;
}
.opacity-03 {
  opacity: 0.3;
}
.opacity-04 {
  opacity: 0.4;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-06 {
  opacity: 0.6;
}
.opacity-07 {
  opacity: 0.7;
}
.opacity-08 {
  opacity: 0.8;
}
.opacity-09 {
  opacity: 0.9;
}
.overlay-light .overlay-main {
  opacity: 0.3;
}
.overlay-dark .overlay-main {
  opacity: 0.9;
}
.overlay-wraper > .container, .overlay-wraper > .container-fluid, .overlay-wraper > .wt-icon-box-wraper, .overlay-wraper > .wt-left-part, .overlay-wraper > .wt-right-part {
  position: relative;
  z-index: 1;
}
/*===Boxes Css===*/
.rounded-bx, .wt-box, .wt-icon-box, .wt-icon-box-small, .wt-thum-bx, .wt-post-thum {
  position: relative;
}
/*---Box content----*/
.wt-box {
  position: relative;
}
.wt-box.no-margin {
  margin-bottom: 0;
}
/*---For icons with box---*/
.wt-icon-box-xld {
  width: 180px;
  height: 180px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xld i {
  font-size: 100px;
}
.wt-icon-box-xld img {
  height: 90px;
}
.wt-icon-box-xl {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xl i {
  font-size: 80px;
}
.wt-icon-box-xl img {
  height: 80px;
}
.wt-icon-box-lg {
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-lg i {
  font-size: 60px;
}
.wt-icon-box-lg img {
  height: 55px;
}
.wt-icon-box-md {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-md i {
  font-size: 45px;
}
.wt-icon-box-md img {
  height: 40px;
}
.wt-icon-box-sm {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-sm i {
  font-size: 30px;
}
.wt-icon-box-sm img {
  height: 30px;
}
.wt-icon-box-xs {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xs i {
  font-size: 20px;
}
.wt-icon-box-xs img {
  height: 20px;
}
.wt-icon-box-xld.radius, .wt-icon-box-xl.radius, .wt-icon-box-lg.radius, .wt-icon-box-md.radius, .wt-icon-box-sm.radius, .wt-icon-box-xs.radius {
  border-radius: 100%;
}
.wt-icon-box-xld i, .wt-icon-box-xl i, .wt-icon-box-lg i, .wt-icon-box-md i, .wt-icon-box-sm i, .wt-icon-box-xs i {
  vertical-align: middle;
}
.wt-icon-box-xld img, .wt-icon-box-xl img, .wt-icon-box-lg img, .wt-icon-box-md img, .wt-icon-box-sm img, .wt-icon-box-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

/* Icon Verticle Animation */
.aon-icon {
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
}

.aon-icon-effect:hover .aon-icon {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {-webkit-transform: translateY(-100%);	}
	50% {opacity: 0;	-webkit-transform: translateY(100%);}
	51% {opacity: 1;}
}

@-moz-keyframes toTopFromBottom {
	49% {-moz-transform: translateY(-100%);}
	50% {opacity: 0;	-moz-transform: translateY(100%);	}
	51% {opacity: 1;	}
}

@keyframes toTopFromBottom {
	49% {transform: translateY(-100%);}
	50% {opacity: 0;transform: translateY(100%);}
	51% {opacity: 1;	}
}

/*----For only icons---*/
.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
  display: inline-block;
  text-align: center;
}
.icon-xld i, .icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
  vertical-align: middle;
}
.icon-xld img, .icon-xl img, .icon-lg img, .icon-md img, .icon-sm img, .icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
.icon-xld {
  width: 120px;
}
.icon-xld i {
  font-size: 100px;
  line-height: 100px;
}
.icon-xld.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xld img {
  height: 90px;
}
.icon-xld.inline-icon {
  width: auto;
}
.icon-xl {
  width: 100px;
}
.icon-xl i {
  font-size: 80px;
  line-height: 80px;
}
.icon-xl.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xl img {
  height: 80px;
}
.icon-xl.inline-icon {
  width: auto;
}
.icon-lg {
  width: 80px;
}
.icon-lg i {
  font-size: 60px;
  line-height: 60px;
}
.icon-lg.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-lg img {
  height: 70px;
}
.icon-lg.inline-icon {
  width: auto;
}
.icon-md {
  width: 60px;
}
.icon-md i {
  font-size: 45px;
  line-height: 45px;
}
.icon-md.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-md img {
  height: 50px;
}
.icon-md.inline-icon {
  width: auto;
}
.icon-sm {
  width: 40px;
}
.icon-sm i {
  font-size: 30px;
  line-height: 30px;
}
.icon-sm.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-sm img {
  height: 30px;
}
.icon-sm.inline-icon {
  width: auto;
}
.icon-xs {
  width: 30px;
}
.icon-xs i {
  font-size: 20px;
  line-height: 20px;
}
.icon-xs.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xs img {
  height: 20px;
}
.icon-xs.inline-icon {
  width: auto;
}
/*---Place icon with box---*/
.wt-icon-box-wraper {
  position: relative;
}
.wt-icon-box-wraper .wt-tilte {
  margin-top: 0;
}
.wt-icon-box-wraper .after-titile-line {
  margin-bottom: 10px;
}
.wt-icon-box-wraper p:last-child {
  margin: 0px;
}
.icon-content {
  overflow: hidden;
}
.wt-icon-box-xld, .wt-icon-box-xl, .wt-icon-box-lg, .wt-icon-box-md, .wt-icon-box-sm, .wt-icon-box-xs {
  display: table;
}
.wt-icon-box-xld .icon-cell, .wt-icon-box-xl .icon-cell, .wt-icon-box-lg .icon-cell, .wt-icon-box-md .icon-cell, .wt-icon-box-sm .icon-cell, .wt-icon-box-xs .icon-cell {
  display: table-cell;
  vertical-align: middle;
}
/*---Icon box left align---*/
.wt-icon-box-wraper.left .wt-icon-box-xld, .wt-icon-box-wraper.left .wt-icon-box-xl, .wt-icon-box-wraper.left .wt-icon-box-lg, .wt-icon-box-wraper.left .wt-icon-box-md, .wt-icon-box-wraper.left .wt-icon-box-sm, .wt-icon-box-wraper.left .wt-icon-box-xs {
  float: left;
  margin-right: 10px;
}
.wt-icon-box-wraper.left .icon-xld, .wt-icon-box-wraper.left .icon-xl, .wt-icon-box-wraper.left .icon-lg, .wt-icon-box-wraper.left .icon-md, .wt-icon-box-wraper.left .icon-sm, .wt-icon-box-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
}
/*---Icon box right align---*/
.wt-icon-box-wraper.right {
  text-align: right;
}
.wt-icon-box-wraper.right .wt-icon-box-xld, .wt-icon-box-wraper.right .wt-icon-box-xl, .wt-icon-box-wraper.right .wt-icon-box-lg, .wt-icon-box-wraper.right .wt-icon-box-md, .wt-icon-box-wraper.right .wt-icon-box-sm, .wt-icon-box-wraper.right .wt-icon-box-xs {
  float: right;
  display: table;
  margin-left: 20px;
}
.wt-icon-box-wraper.right .icon-xld, .wt-icon-box-wraper.right .icon-xl, .wt-icon-box-wraper.right .icon-lg, .wt-icon-box-wraper.right .icon-md, .wt-icon-box-wraper.right .icon-sm, .wt-icon-box-wraper.right .icon-xs {
  float: right;
  margin-left: 20px;
}
/*---Icon box center align---*/
.wt-icon-box-wraper.center {
  text-align: center;
}
.wt-icon-box-wraper.center .wt-icon-box-xld, .wt-icon-box-wraper.center .wt-icon-box-xl, .wt-icon-box-wraper.center .wt-icon-box-lg, .wt-icon-box-wraper.center .wt-icon-box-md, .wt-icon-box-wraper.center .wt-icon-box-sm, .wt-icon-box-wraper.center .wt-icon-box-xs {
  margin-left: auto;
  margin-right: auto;
}
.wt-icon-box-wraper.bx-style-1 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.wt-icon-box-wraper.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.wt-icon-box-wraper.bx-style-2.center [class*="wt-icon-box-"] {
  position: absolute;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}
.wt-icon-box-wraper.bx-style-2.left [class*="wt-icon-box-"] {
  position: absolute;
}
.wt-icon-box-wraper.bx-style-2.right [class*="wt-icon-box-"] {
  position: absolute;
}
.aon-overlay-area + .container {  
	position: relative;  
	z-index: 1; 
}
.aon-overlay-area {  
	position: absolute;  
	top: 0px;  
	left: 0px;  
	width: 100%;  
	height: 100%;  
	background: #000;  
	opacity: 0; 
}
/*---Buttons--- */
.site-button-link {
  position: relative;
  color:#555;
  font-size: 16px;
  z-index: 1;
  transition: 0.5s all ease;
  font-family:var(--title-family2);
  font-weight:700;
}
.site-button-link .btn-arrow-icon {
    width:30px;
    height:30px;
    line-height:28px;
    text-align:center !important;
    border:1px solid rgba(0,0,0,0.1);
	color:#555;
	border-radius:30px;
    margin-left:10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.site-button-link:hover {
  color: #75b16c;
}
.site-button-link:hover .btn-arrow-icon {
	color: #75b16c;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* Theme default button */
.site-button {
    outline: none;
    color: #fff;
    padding:14px 30px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
	align-items:center;
	justify-content:center; 
    border: none;
    font-size: 16px;
    transition: 0.5s all ease;
    border-radius:50px;
    font-weight:600;
	background:var(--ao-primary-btn);
	font-family:var(--ao-title-family);
}

.site-button:hover, 
.site-button:active, 
.site-button:focus {
  background:var(--ao-primary-btn-hover);
  color: #041633;
}
.site-button i {
    font-size:18px;
	margin-left:5px;
}


@media only screen and (max-width:1200px){
.site-button {  padding:10px 15px; }
 }
@media only screen and (max-width:575px){
.site-button {  padding:10px 15px; line-height:1.2; }
 }


.site-btn-curve { position:relative; display: inline-table; margin-left:10px; margin-right:10px; z-index: 2;  background:#1750bd; }
.site-btn-curve:after { content:""; position:absolute; top:0px; left:-5px; width:50%; height:99.5%; background:#1750bd; -moz-transform: skewX(-6deg); -webkit-transform: skewX(-6deg);
-o-transform: skewX(-6deg); -ms-transform: skewX(-6deg); transform: skewX(-6deg); border-radius:5px; z-index:-1;}
.site-btn-curve:before { content:""; position:absolute; top:0px; right:-5px; width:50%; height:99.5%;  background:#1750bd; -moz-transform: skewX(6deg); -webkit-transform: skewX(6deg);
-o-transform: skewX(6deg); -ms-transform: skewX(6deg); transform: skewX(6deg); border-radius:5px; z-index:-1;}


.site-button-secondary {
  outline: none;
  color: #041633;
  padding:10px 30px;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  display: inline-table;
  border: none;
  font-size: 16px;
  transition: 0.5s all ease;
  border-radius:50px;
  font-weight:600;
  background:var(--ao-secondary-btn);
  font-family:var(--ao-btn-family);
  display: inline-flex;
  align-items:center;
  justify-content:center; 
}
.site-button-secondary:hover, 
.site-button-secondary:active, 
.site-button-secondary:focus {
  background-color:var(--ao-secondary-btn-hover);
  color: #fff;
}
.site-button-secondary i { font-size:18px; margin-left:5px; }

@media only screen and (max-width:1200px) {
.site-button-secondary {  padding:10px 15px; }
}
@media only screen and (max-width:575px) {
.site-button-secondary {padding: 10px 15px;line-height: 1.2;}
}


.site-btn2-curve { position:relative; display: inline-table; margin-left:10px; margin-right:10px; z-index: 2;  background:#222; }
.site-btn2-curve:after { content:""; position:absolute; top:0px; left:-5px; width:50%; height:100%; background:#222; -moz-transform: skewX(-10deg); -webkit-transform: skewX(-10deg);
-o-transform: skewX(-10deg); -ms-transform: skewX(-10deg); transform: skewX(-10deg); border-radius:5px; z-index:-1;}
.site-btn2-curve:before { content:""; position:absolute; top:0px; right:-5px; width:50%; height:100%;  background:#222; -moz-transform: skewX(10deg); -webkit-transform: skewX(10deg);
-o-transform: skewX(10deg); -ms-transform: skewX(10deg); transform: skewX(10deg); border-radius:5px; z-index:-1;}

[class*="site-button"].btn-block {width:100%;}

.btn-animate-one {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.btn-animate-one:before {
  content: "";
  position: absolute;
  z-index: -1;
  top:8px;
  right:100%;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear;
    transform: scle(5);
}
.btn-animate-one:hover:before {
  transform: scale(5);
  opacity:1;
  right:90%;
}

.site-button-secondry.sb-bdr-light {
  border-right: 6px solid #fff;
}
.mfp-video.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: -25px;
  color: #fff;
  display: block;
  z-index: 10;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.mfp-video.video-play-btn:hover {
  background-color: #0f1221;
  color: #fff;
  border: 2px solid transparent;
}
.mfp-video.video-play-btn i {
  margin-right: -5px;
}

/*Button text uppercase */
.site-button.text-uppercase {
  text-transform: uppercase;
}
/*Button size */
.button-sm {
  padding: 5px 10px;
  font-size: 12px;
}
.button-lg {
  padding: 15px 30px;
  font-size: 16px;
}
.button-xl {
  padding: 30px 50px;
  font-size: 24px;
}
/*Button rounded */
.radius-no {
  border-radius: 0px;
}
.radius-sm {
  border-radius: 10px;
}
.radius-md {
  border-radius: 20px;
}
.radius-xl {
  border-radius: 100px;
}
.radius-bx {
  border-radius: 100%;
}

/* Social icon */

.social-icons { display:inline-flex; }
.social-icons > .social-icon {  display: flex;  align-items: center;  justify-content: center;  position: relative;  width:30px;  height: 30px;  margin: 0 0.5rem;  border-radius: 50%;  cursor: pointer;   transition: all 0.15s ease; }
.social-icons > .social-icon > i { color:#C4C4C4; font-size:20px; text-decoration: none; }
.social-icons > .social-icon:hover > i { background: #FA7941; background: linear-gradient(to bottom, #FA7941 0%, #d04a0f 100%);	-webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.social-icons > .social-icon:hover .tooltips { visibility: visible; opacity: 1;  transform: translate(-50%, -150%); color:#fff; }
.social-icons > .social-icon i { position: relative;  top: 1px; }

/* Tooltips */
.tooltips { display: block;  position: absolute;  top: 0;  left: 50%;  padding:5px 12px;  border-radius: 40px; font-size: 0.8rem;  font-weight: bold;  opacity: 0;  pointer-events: none;  text-transform: uppercase;  transform: translate(-50%, -100%);  transition: all 0.3s ease;  z-index: 1;  background:#222; }
.tooltips:after {  display: block;  position: absolute;  bottom: 1px;  left: 50%;  width: 0;  height: 0;  content: "";  border: solid;  border-width: 10px 10px 0 10px;  border-color:transparent;
  border-top-color: #222;  transform: translate(-50%, 100%); }


/*===Owl Slider===*/
.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}
.owl-carousel .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
/*---Owl dots button---*/
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
	display: flex;
	justify-content:center; 
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none !important;
}
.owl-carousel .owl-dots .owl-dot span {
  width:10px;
  height:10px;
  margin: 5px 7px;
  background: #d2d8fa;
  border:none;
  display: block;
  border-radius:5px;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background:var(--ao-primary);
}
.owl-carousel .owl-dots .owl-dot.active span {
  background:var(--ao-primary);
}
.owl-dot-left .owl-dots {  
	justify-content:flex-start; 
}

/*---Owl button top to center---*/
.owl-btn-top-center .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.owl-btn-top-left .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.owl-btn-top-right .owl-nav {
  position: absolute;
  top:-148px;
  right: 0;
  width: auto;
  margin: 0;
}
.owl-btn-top-center .owl-stage-outer {
  padding-top: 60px;
}
.owl-btn-top-left .owl-stage-outer {
  padding-top: 60px;
}
.owl-btn-top-right .owl-stage-outer {
  padding-top:0px;
}
.owl-btn-top-center .owl-nav {
  text-align: center;
}
/*---Owl button top to left---*/
.owl-btn-top-left .owl-nav {
  text-align: left;
}
/*---Owl button top to right---*/
.owl-btn-top-right .owl-nav {
  text-align: right;
}
/*---Owl button bottom to center [it is default position ]---*/
.owl-btn-bottom-center .owl-nav {
  text-align: center;
}
/*---Owl button bottom to left---*/
.owl-btn-bottom-left .owl-nav {
  text-align: left;
}
/*Owl button bottom to right*/
.owl-btn-bottom-right .owl-nav {
  text-align: right;
}
/*---Owl button vertical to center--*/
.owl-btn-vertical-center .owl-nav {
  margin: 0px;
}
.owl-btn-vertical-center .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin: -15px 0;
  left: 0;
}
.owl-btn-vertical-center .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: -15px 0;
  right: 0;
}
/*---Owl button show on hover---*/
.owl-btn-hover .owl-nav {
  opacity: 0;
}
.owl-btn-hover:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-item img {
  transform-style: inherit;
}
/*---Owl slider button---*/
.aon-owl-custom.owl-carousel .owl-nav { position:relative; }
.aon-owl-custom.owl-carousel .owl-nav:before { content:""; position:absolute; top:50%; left:0px;  width:calc(50% - 100px); height:2px; background:#ddd;}
.aon-owl-custom.owl-carousel .owl-nav:after { content:""; position:absolute; top:50%; right:0px; width:calc(50% - 100px); height:2px; background:#ddd;}

.owl-carousel .owl-nav button.owl-prev { color: #fff;  padding:0px;  font-size:20px ; cursor: pointer;  opacity: 1; margin:0px 5px;  outline: none;  width:48px; height: 48px; border-radius:50%; display: inline-flex; align-items: center; justify-content: center; background:var(--ao-primary); }
.owl-carousel .owl-nav button.owl-prev i {  font-style: normal;  line-height:1;  position:relative; }

.owl-carousel .owl-nav button.owl-prev:hover {background:var(--ao-secondary);}
.owl-carousel .owl-nav button.owl-prev:hover i {color: var(--ao-title-color);}

.owl-carousel .owl-nav button.owl-next { color: #fff;  padding:0px;  font-size:20px ; cursor: pointer;  opacity: 1; margin:0px 5px;  outline: none;  width:48px; height: 48px; border-radius:50%; display: inline-flex; align-items: center; justify-content: center; background:var(--ao-primary);}
.owl-carousel .owl-nav button.owl-next i {  font-style: normal;  line-height:1; position:relative; }

.owl-carousel .owl-nav button.owl-next:hover {background:var(--ao-secondary);}
.owl-carousel .owl-nav button.owl-next:hover i {color: var(--ao-title-color);}

@media only screen and (max-width:575px){
.owl-btn-top-right .owl-nav { position: static; text-align: center !important; }	
.owl-carousel .owl-nav button.owl-next { width: 40px; height: 40px; }
.owl-carousel .owl-nav button.owl-prev { width: 40px; height: 40px; }
	
.owl-btn-vertical-center .owl-nav { margin: 30px 0px 0px; }
.owl-btn-vertical-center .owl-nav .owl-prev { position: static; margin:0px 0; }
.owl-btn-vertical-center .owl-nav .owl-next { position: static; margin: 0px 0; }
	
}

/*---Owl dots nav position---*/
.owl-dots-bottom-left .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  text-align: left;
}
.owl-dots-bottom-right .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  text-align: right;
}
.owl-dots-bottom-center .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
}

/*======================================
THEMEFOREST REQUIRED CLASSES
======================================*/
/*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/
.sticky {
  clear: both;
}
.gallery-caption {
  clear: both;
}
.bypostauthor {
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*-------------------------------------
	Tabs 
-------------------------------------*/
/*Tabs style 1 [ default ] */
.wt-tabs .tab-pane {
  padding: 20px;
  border: 5px solid #e7e7e7;
  background-color: #fff;
}
.wt-tabs .nav-tabs {
  border: 0px;
}
.wt-tabs .nav-tabs > li {
  border: 1px solid #ebebeb;
}
.wt-tabs .nav-tabs > li > a {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  padding: 15px;
  border: 0px;
  display: block;
  font-weight: 600;
}
.wt-tabs .nav-tabs > li > a i {
  margin-right: 5px;
}
.wt-tabs .nav-tabs > li a.active {
  background-color: #e7e7e7;
  color: #000;
}
.wt-tabs .nav-tabs > li a.active:focus {
  background-color: #e7e7e7;
  color: #000;
}
.wt-tabs .nav-tabs > li a.active:hover {
  background-color: #e7e7e7;
  color: #000;
}
.wt-tabs .nav > li > a:focus {
  background-color: transparent;
  border: 0px;
}
.wt-tabs .nav > li > a:hover {
  background-color: transparent;
  border: 0px;
}
.wt-tabs .nav li a:hover {
  border: 1px;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
    justify-content: flex-start;
  }
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a {
  color: #000;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span {
  display: block;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span i {
  font-weight: normal;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a.active {
  color: #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a {
  color: #000;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:focus {
  color: #000;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:hover {
  color: #000;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tab-pane {
  color: #fff;
}
@media (max-width: 991px) {
  .wt-tabs.tabs-default .tab-pane {
    padding: 0px;
  }
}
/*Header Start ============================*/
.header-full-width .container { max-width: 100%; }
.header-style-1 { position: fixed; width: 100%; top:30px; left: 0; z-index:999; }
.header-style-1 .container { padding-left:80px; padding-right:80px; }
.header-style-1 .main-bar { background:none; padding-top:0px; padding-bottom:0px; }
.header-style-1 .main-bar.color-fill { background-color:var(--ao-primary-dark) !important;  }

.header-style-1 .top-bar { padding: 0px 0px; font-size: 14px; display: flex; align-content: center; flex-wrap: wrap; position: relative; z-index: 0; }
.header-style-1 .top-bar .wt-topbar-left { float: left; }
.header-style-1 .navbar-toggler .icon-bar { background:#fff; }
.header-style-1 .color-fill .navbar-toggler .icon-bar { background:#fff; }

@media (max-width:1280px) {
.header-style-1 { top:20px; }
.header-style-1 .container { padding-left:55px; padding-right:55px; }
}
@media (max-width:1199px) {
.header-style-1 { top:0px; }
}
@media (max-width: 767px) {
.header-style-1 .container { padding-left:25px; padding-right:25px; }
  .header-style-1 .top-bar .wt-topbar-left {
    display: none !important;
  }
}
.header-style-1 .top-bar .wt-topbar-info li {
  display: inline-block;
  margin-right: 0px;
  padding: 12px 15px 12px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header-style-1 .top-bar .wt-topbar-info li span {
  display: inline-block;
  padding-right: 10px;
}
.header-style-1 .top-bar .wt-topbar-info li i {
  margin-right: 10px;
  font-size: 20px;
}
.header-style-1 .top-bar .wt-topbar-right .wt-topbar-info-2 li {
  display: inline-block;
  margin-right: 0px;
  padding: 10px 15px 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header-style-1 .top-bar .wt-topbar-right .wt-topbar-info-2 li span {
  display: inline-block;
  padding-right: 10px;
}
.header-style-1 .top-bar .wt-topbar-right .wt-topbar-info-2 li i {
  margin-right: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header-style-1 .top-bar .wt-topbar-right .wt-topbar-info-2 li:last-child {
    border-right: 0px;
  }
}
@media (max-width: 460px) {
  .header-style-1 .top-bar .wt-topbar-right .wt-topbar-info-2 li {
    border-right: 0px !important;
  }
}
.header-style-1 .top-bar .social-icons {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 991px) {
  .top-bar .social-icons {
    display: none;
  }
}
.top-bar .social-icons li {
  padding-left: 10px;
}
.top-bar .social-icons li a {
  color: #fff;
  font-size: 12px;
}
.top-bar .social-icons li a:hover {
  color: #000;
}

.header-style-1 .main-bar { width:100%; }
@media only screen and (max-width:991px) {
.header-style-1 .main-bar .contaier { display:flex !important; justify-content:space-between; align-items: center; }
}

/*Header 2 start*/
.header-style-2 { position: fixed; width: 100%; top:30px; left: 0; z-index:999; }
.header-style-2 .container { padding-left:80px; padding-right:80px; }
.header-style-2 .main-bar { background:none; padding-top:0px; padding-bottom:0px; }
.header-style-2 .main-bar.color-fill { background-color:var(--ao-primary-dark) !important;  }

.header-style-2 .top-bar { padding: 0px 0px; font-size: 14px; display: flex; align-content: center; flex-wrap: wrap; position: relative; z-index: 0; }
.header-style-2 .top-bar .wt-topbar-left { float: left; }
.header-style-2 .navbar-toggler .icon-bar { background:#fff; }
.header-style-2 .color-fill .navbar-toggler .icon-bar { background:#fff; }

@media (max-width:1280px) {
.header-style-2 { top:20px; }
.header-style-2 .container { padding-left:55px; padding-right:55px; }
}

@media (max-width: 767px) {
.header-style-2 .container { padding-left:25px; padding-right:25px; }
  .header-style-2 .top-bar .wt-topbar-left {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .header-style-2 .container { padding-left:5px; padding-right:5px; }
}
.header-style-2 .top-bar .wt-topbar-info li {
  display: inline-block;
  margin-right: 0px;
  padding: 12px 15px 12px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header-style-2 .top-bar .wt-topbar-info li span {
  display: inline-block;
  padding-right: 10px;
}
.header-style-2 .top-bar .wt-topbar-info li i {
  margin-right: 10px;
  font-size: 20px;
}
.header-style-2 .top-bar .wt-topbar-right .wt-topbar-info-2 li {
  display: inline-block;
  margin-right: 0px;
  padding: 10px 15px 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header-style-2 .top-bar .wt-topbar-right .wt-topbar-info-2 li span {
  display: inline-block;
  padding-right: 10px;
}
.header-style-2 .top-bar .wt-topbar-right .wt-topbar-info-2 li i {
  margin-right: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header-style-2 .top-bar .wt-topbar-right .wt-topbar-info-2 li:last-child {
    border-right: 0px;
  }
}
@media (max-width: 460px) {
  .header-style-2 .top-bar .wt-topbar-right .wt-topbar-info-2 li {
    border-right: 0px !important;
  }
}
.header-style-2 .top-bar .social-icons {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.header-style-2 .main-bar { width:100%; border-bottom: 1px solid rgba(255,255,255,0.1); }
@media only screen and (max-width:991px) {
.header-style-2 .main-bar .contaier { display:flex !important; justify-content:space-between; align-items: center; }
}


.header-style-2 .is-fixed.color-fill .main-bar {
  top:0px;
}

.header-style-2 .header-nav .nav > li > a {
  color: #fff;
}
.header-style-2 .header-nav .nav > li:hover > a {
  color:var(--ao-secondary);
}
.header-style-2 .header-nav .nav > li.active > a, 
.header-style-2 .header-nav .nav > li.current-menu-item > a {
  color:var(--ao-secondary);
}
.header-style-2 .color-fill .header-nav .nav > li > a {
  color: #fff;
}
 .header-style-2 .color-fill .header-nav .nav > li:hover > a {
  color:var(--ao-secondary);
}
.header-style-2 .color-fill .header-nav .nav > li.active > a, 
.header-style-2 .color-fill .header-nav .nav > li.current-menu-item > a {
  color:var(--ao-secondary);
}


.header-style-2 .navbar-collapse { justify-content: center; }
.header-style-2 .header-nav .nav > li > a { color: #fff; font-size: 15px; padding: 40px 30px; cursor: pointer; }

/*Header Style 3*/
.header-style-1 .color-fill .header-nav .nav > li.current-menu-item > a {
  color:var(--ao-secondary);
}
.header-style-2 .color-fill .header-nav .nav > li.current-menu-item > a {
  color:var(--ao-secondary);
}

@media only screen and (max-width:1200px){
  .header-style-2 .header-nav .nav > li > a { padding: 15px 15px; }
}
.header-style-2 { position: absolute; width: calc(100%); top: 0px; left: 0; z-index: 999; margin: 0px; }


@media only screen and (max-width:991px) {  
  .header-style-2 .header-nav .nav > li > a {
    color: #222;
  }
  .header-style-2 .header-nav .nav > li.active > a, 
  .header-style-2 .header-nav .nav > li.current-menu-item > a {
    color:var(--ao-primary);
  }
  .header-style-2 .color-fill .header-nav .nav > li > a {
    color: #222;
  }
  .header-style-2 .color-fill .header-nav .nav > li.current-menu-item > a {
    color:var(--ao-primary);
  }
  .header-style-2 .header-nav .nav > li:hover > a {
    color:var(--ao-primary);
  }
}


/*Header 2 End*/

.extra-nav { display: flex; float: right; height: 70px; position: relative; z-index: 13; white-space:nowrap; }
.extra-nav .extra-cell {  display: flex;  padding-left: 25px;  align-items:center; }
.extra-nav .extra-cell:first-child { padding-left: 0px; }

@media only screen and (max-width:1200px) {
.extra-nav .extra-cell:first-child { padding-left: 15px; }
}

@media only screen and (max-width:575px) {
.extra-nav .extra-cell .site-button {  display:none; }
}

@media (max-width: 540px) {
  .extra-nav .extra-cell {  padding-left: 10px; }
}
.logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 180px;
  height: 40px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}
@media (max-width: 640px) {
  .logo-header {
    width: 120px;
  }
}
@media (max-width: 360px) {
  .logo-header {
    width: 120px;
  }
}


.logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.logo-header .logo-header-inner a {
  display: block;
}
.logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}
.site-header ul, .site-header ol {
  margin-bottom: 0px;
}
.main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
background:#fff;
}
.main-bar .container, .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .main-bar .container, .main-bar .container-fluid {
    display: block;
  }
}
.main-bar:after, .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}
.navbar-toggler:focus {
  box-shadow:none;
}

@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.navbar-toggler .icon-bar {
  background: #000;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}


@media (max-width: 991px) {
.header-style-1 .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
}
.header-style-2 .navbar-toggler {
  margin-top: 14px;
  margin-bottom: 14px;
}
    .navbar-toggler .icon-bar {
      background: #000;    
    }
}
@media (max-width: 420px) { 
  .navbar-toggler {
    margin-left: 10px;
  }
}
@media (max-width: 540px) {
  .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}
.is-fixed.mobile-sider-drawer-menu .header-style-1 .header-nav .nav > li {
  padding: 12px 15px !important;
}
.is-fixed.mobile-sider-drawer-menu .header-style-2 .header-nav .nav > li {
  padding: 12px 15px !important;
}
.header-nav {

  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}
@media (max-width: 991px) {
  .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #E9E9E9;
  }
  .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-nav .nav {
  display: flex;
  justify-content:center;
  flex-direction: inherit;
  font-family:var(--title-family);
}
@media (max-width: 991px) {
  .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-nav .nav li {
    float: none;
  }
}
.header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header-nav .nav li i {
    float: right;
  }
}
.header-nav .nav > li {
  position: relative;
  margin: 0px;
  padding:0px;
}
@media (max-width: 991px) {
  .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-nav .nav > li > a {
  color: #444444;
  font-size: 15px;
  padding: 15px 30px;
  cursor: pointer;
  margin: 0px 0px;
  display: block;
  font-weight:500;
  font-family: var(--title-family);
}

.color-fill .header-nav .nav > li > a {
  color: #000;
}

.header-nav .nav > li.has-child:after {
	content:"\e92e";
	position: absolute;
	top: 28px;
	right:15px;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	color: #fff;
	margin: -3px 0px;
  font-family:Feather;
}

.header-style-2 .header-nav .nav > li.has-child:after {
	content:"\e92e";
	position: absolute;
	top: 46px;
	right:15px;
	width: 6px;
	height: 6px;
	color: #fff;
  font-family:Feather;
}
@media only screen and (max-width:1200px){
  .header-style-2 .header-nav .nav > li.has-child:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-nav .nav > li > a {
    padding: 12px 15px;
    border-top: 1px solid #E9E9E9;
    color: #000;
  }
}
.header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #000;
}
.header-nav .nav > li > a:active, .header-nav .nav > li > a:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-nav .nav > li.active > a, .header-nav .nav > li.current-menu-item > a {
    color: #1750bd;
  }
}
@media (max-width: 991px) {
  .header-nav .nav > li > a:hover, .header-nav .nav > li > a:active, .header-nav .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
.header-nav .nav > li.has-child:after {
	display:none;
}
	
}
.header-nav .nav > li.active > a, .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color:var(--secondary);
}
.header-nav .nav > li:hover > a {
  color:var(--secondary);
}
.header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  border-top:5px solid var(--ao-primary);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
     transition:none !important;
     border-radius: 0px;
     border-top: 1px solid var(--ao-primary);
  }
}
.header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 12px 20px;
  padding-left: 20px;
  font-weight: 600;
}
.header-nav .nav > li .sub-menu li a:hover {
  color: var(--ao-secondary);
  text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
  color:var(--ao-primary);
}
.header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .header-nav .nav > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: '';
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
.header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}
.header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
.header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .header-nav .has-child {
    position: relative;
  }
}
.header-nav .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 10px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}
@media (max-width: 991px) {
  .header-nav .has-child .submenu-toogle {
    display: block;
    width: 100%;
    text-align: right;
  }
}
.header-nav .has-child li .submenu-toogle {
  opacity: 0.9;
}
.header-nav .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
  content: "\e114";
}
.header-nav .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "\2212";
}
@media (max-width: 991px) {
  .header-nav .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
    content: "\f107";
  }
  .header-nav .nav > li .sub-menu li a{font-size: 12px;}
}

@media (max-width: 991px) {
  .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }
  .mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
    animation: none !important;
  }
  .mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
    animation: none !important;
  }
  .mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }
  .mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }
  .mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }
  .mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }
  .mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
  .mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.sticky-no .main-bar {
  position: static !important;
}
.is-fixed .main-bar {
  position: fixed;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.is-fixed .color-fill.main-bar {
  background-color:#e3f3ef;
  box-shadow:0 0 5px 10px rgba(0,0,0,0.1);
}


.is-fixed .color-fill.main-bar {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



.is-fixed.color-fill .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
  .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
    line-height:1.2;
  }
  .is-fixed.color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .main-bar {
    padding: 0px;
  }
  .is-fixed .main-bar {
    padding: 0px;
  }
  .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}
/*Header End ===========================*/

/*Header Style 1*/



.header-style-1 .is-fixed.color-fill .main-bar {
  top:0px;
}

.header-style-1 .header-nav .nav > li > a {
  color: #fff;
}
.header-style-1 .header-nav .nav > li:hover > a {
  color:var(--ao-secondary);
}
.header-style-1 .header-nav .nav > li.active > a, 
.header-style-1 .header-nav .nav > li.current-menu-item > a {
  color:var(--ao-secondary);
}
.header-style-1 .color-fill .header-nav .nav > li > a {
  color: #fff;
}
.header-style-1 .color-fill .header-nav .nav > li:hover > a {
  color:var(--ao-secondary);
}
.header-style-1 .color-fill .header-nav .nav > li.active > a, 
.header-style-1 .color-fill .header-nav .nav > li.current-menu-item > a {
  color:var(--ao-secondary);
}

@media only screen and (max-width:991px) {  
.header-style-1 .header-nav .nav > li > a {
  color: #222;
}
.header-style-1 .color-fill .header-nav .nav > li > a {
  color: #222;
}
.header-style-1 .color-fill .header-nav .nav > li.current-menu-item > a {
  color: var(--ao-primary);
}
.header-style-1 .header-nav .nav > li:hover > a {
  color:var(--ao-primary);
}
.header-style-1 .color-fill .header-nav .nav > li.active > a, 
.header-style-1 .color-fill .header-nav .nav > li.current-menu-item > a {
  color:var(--ao-primary);
}
	
}

.header-nav2 { flex-grow:0; position:relative; }
.header-nav2 .nav > li > a { padding:25px 25px; font-size: 16px; color:#222; }

@media only screen and (max-width:1200px) {
.header-nav2 {  width: 100%; }
.header-nav2 .nav > li > a { padding: 25px 15px; font-size:15px; }
.header-nav .nav > li.has-child::after { right: 5px; }
}

@media only screen and (max-width:991px) {
.aon-brand-marketing {  display: none; }
.header-nav2 .nav > li > a { padding:12px 25px;}
}




.form-group {  
	margin-bottom: 30px;
}
.g-recaptcha {
  display: flex;
  justify-content: center;
  padding:0px 0px 30px;
}

.widget {
  margin-bottom: 40px;
}

/*Widget Services*/

button.scroltop {
  border: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  color: #fff;
  margin: 0;
  font-size:24px;
  cursor: pointer;
  display: none;
  height:40px;
  width: 40px;
  line-height:24px;
  padding:0px;
  text-align: center;
  border-radius:50px;
  z-index: 999;
  background:var(--ao-primary);

}
button.scroltop:hover {
  background:var(--ao-primary); /* Old browsers */
}


/*Accordians*/
.form-control {
  border: 1px solid #e1e1e1;
  height:60px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 12px;
  border-radius:5px;
}
.form-control:focus {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.0);
  border-color:var(--primary);
  background-color: #fff;
}
.bootstrap-select .dropdown-menu li a { font-size: 14px; }
textarea.form-control {  height: auto; }

/*Section Overlay*/
.overlay-wraper {
  position: relative;
}
.overlay-wraper .overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.opacity-01 {
  opacity: 0.1;
}
.opacity-02 {
  opacity: 0.2;
}
.opacity-03 {
  opacity: 0.3;
}
.opacity-04 {
  opacity: 0.4;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-06 {
  opacity: 0.6;
}
.opacity-07 {
  opacity: 0.7;
}
.opacity-08 {
  opacity: 0.8;
}
.opacity-09 {
  opacity: 0.9;
}
.overlay-wraper > .container {
  position: relative;
  z-index: 1;
}
.overlay-wraper > .container-fluid {
  position: relative;
  z-index: 1;
}
/*newsletter section*/
select {
  appearance: none;
  /* Remove default arrow */
  background-image: url(...);
  /* Add custom arrow */
  padding: 10px 30px 10px 10px;
  background-color: #fff;
}

/*table section*/
.site-button-border {
	color: #555;
	background-color:#fff; 
	padding:10px 25px; 
	display: inline-block; 
	font-size: 14px; 
	outline: none; 
	cursor: pointer; 
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	line-height:1.42857;
	text-decoration: none !important;
	border-radius:5px;
	-webkit-border-radius:5px;
}

/*=== >text ===*/
.text-white{color:#fff;}
.text-primary{color:var(--primary) !important;}
.text-black{color:#000;}
.text-gray{color:#f5f6f6;}
.text-gray-dark{color:#d3d3d3;}
.text-red{color:#ff6868;}
.text-red-dark{color:#FF2020;}
.text-green{color:#00d285;}
.text-yellow{color:#ffc100;}
.text-orange{color:#F60;}
.text-blue{color:#2c80ff;}
.text-sky{color:#21accd;}
.text-purple{color:#802d75;}


.action {
  width: 330px;
  display:none !important; 
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer { position:relative; font-size:16px; }
.site-footer > .footer-top, 
.site-footer > .footer-bottom { position:relative; z-index:1; }


/*= comment list = */

table {background-color: transparent;	width: 100%; margin-bottom: 20px;}
table thead th {padding: 12px 8px;}
table td { padding: 15px 10px ;}



/*footer*/
.aon-footer-logo-2 { max-width:175px; margin-bottom:40px;  }

.aon-widget-foo-list-2{ list-style:none; margin:0px;}
.aon-widget-foo-list-2 li { padding:10px 0px; display: block; }
.aon-widget-foo-list-2 li a { color:#706C83; }
.aon-widget-foo-list-2 li a:hover {color: #cf480d;}

.aon-f-title-2 {font-size:16px; color:#fff; margin-bottom:10px;}


/*-------------------------------------------------------------------------------------------------------------------
  Home 2 CSS
--------------------------------------------------------------------------------------------------------------------*/
/*owl arrow mid right position*/
.owl-carousel.aon-arrow-mid-right .owl-nav {  margin-top: 40px;  text-align: center;  position: absolute;  top: 50%;  transform: translateY(-50%);  left: calc(100% - 476px); }
.owl-carousel.aon-arrow-mid-right .owl-nav button.owl-prev,
.owl-carousel.aon-arrow-mid-right .owl-nav button.owl-next{  width: 50px;  height: 50px;  line-height: 50px; border-radius: 50%;  border: 0px; background-color: #fff; position: relative; }

.owl-carousel.aon-arrow-mid-right .owl-nav button.owl-prev span.fa,
.owl-carousel.aon-arrow-mid-right .owl-nav button.owl-next span.fa {  color: #fff;  font-size: 24px; }

@media only screen and (max-width:1199px) {
.owl-carousel.aon-arrow-mid-right .owl-nav {
  bottom: 126px;
  top: auto;
  transform: inherit;
  left: 50%;
  width: 100%;
  max-width:960px;
  display: flex;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

}

@media only screen and (max-width:991px) {
.owl-carousel.aon-arrow-mid-right .owl-nav {  max-width:720px;}
}
@media only screen and (max-width:767px) {
.owl-carousel.aon-arrow-mid-right .owl-nav {  max-width:540px; }
}
@media only screen and (max-width:575px) {
.owl-carousel.aon-arrow-mid-right .owl-nav {  max-width:100%;}
}
@media only screen and (max-width:480px) {
.owl-carousel.aon-arrow-mid-right .owl-nav {  padding:0px 12px; }
}	

/*Animations*/
.animate-v1 {
	-webkit-animation: upNdown 2s infinite linear;
	animation: upNdown 2s infinite linear;
}

@-webkit-keyframes upNdown {
	0% {}
	50% {transform: translateY(-30px);}
	100% {}
}

@keyframes upNdown {
	0% {}
	50% {transform: translateY(30px);}
	100% {}
}

.animate-v2 {
	-webkit-animation: upNdown2 2s infinite linear;
	animation: upNdown2 2s infinite linear;
}

@-webkit-keyframes upNdown2 {
	0% {}
	50% {transform: translateY(30px);}
	100% {}
}

@keyframes upNdown2 {
	0% {}
	50% {transform: translateY(-30px);}
	100% {}
}


.animate-v11 {
	-webkit-animation: upNdown11 5s infinite linear;
	animation: upNdown11 5s infinite linear;
}

@-webkit-keyframes upNdown11 {
	0% {}
	50% {transform: translateY(-10px);}
	100% {}
}

@keyframes upNdown11 {
	0% {}
	50% {transform: translateY(10px);}
	100% {}
}

.animate-v22 {
	-webkit-animation: upNdown22 5s infinite linear;
	animation: upNdown22 5s infinite linear;
}

@-webkit-keyframes upNdown22 {
	0% {}
	50% {transform: translateY(10px);}
	100% {}
}

@keyframes upNdown22 {
	0% {}
	50% {	transform: translateY(-10px);}
	100% {}
}


.plus-v1 {
	-webkit-animation: plus 2s infinite linear;
	animation: plus 2s infinite linear;
}

@-webkit-keyframes plus {
	0% {}
	50% {transform: scale(1);}
	100% {}
}

@keyframes plus {
	0% {}
	50% {transform: scale(1.1);}
	100% {}
}

.plus-v2 {
	-webkit-animation: plus2 5s infinite linear;
	animation: plus2 5s infinite linear;
}

@-webkit-keyframes plus2 {
	0% {}
	50% {transform: scale(1);}
	100% {}
}

@keyframes plus2 {
	0% {}
	50% {transform: scale(1.1);}
	100% {}
}

.roted-v1 {
	-webkit-animation: roted 4s infinite linear;
	animation: roted 4s infinite linear;
}

@-webkit-keyframes roted {
	0% {}
	50% {transform: rotate(0deg);}
	100% {}
}

@keyframes roted {
	0% {}
	50% {	transform: rotate(15deg);	}
	100% {}
}

.spin-v1 {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 20s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}

@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/*Corner icon css start*/
@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon.eot?jss03n');
  src:  url('assets/fonts/icomoon.eot?jss03n#iefix') format('embedded-opentype'),
        url('assets/fonts/icomoon.ttf?jss03n') format('truetype'),
        url('assets/fonts/icomoon.woff?jss03n') format('woff'),
        url('assets/fonts/icomoon.svg?jss03n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Corner icon css End*/

/*Header Style 2*/
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width:1344px;
  }
}


.ao-bg-white { background-color:#e3f3ef;  }

.page-wraper { padding:0px; background:#fff; }


.page-content { position:relative; }


@media only screen and (max-width:575px){
.ao-lats-news-box .post-meta ul li { margin-left: 15px; margin-right: 10px; margin-bottom:5px; }
.ao-lats-news-box .post-meta ul li::after { bottom:4px; width:6px; height: 6px; }
}



.ao-site-footer { background-color:var(--ao-secondary); border-radius:20px;  margin:0px 40px 40px; }
.site-footer-inner-page.ao-site-footer {border-radius:0px;  margin:0px; }
.site-footer-inner-page .footer-main{border-radius: 0px;}


.footer-main { padding-bottom:0px; position: relative; z-index:2; background-color:var(--ao-primary-dark); background-image: url("assets/images/home1/left-top-shadow.png"); background-position:left top; background-repeat:no-repeat; border-radius: 0px 0px 20px 20px; overflow:hidden; }
.footer-main-top { padding:120px 0px 65px; position:relative; z-index:1; }

.aon-f-title-2 { font-size:26px; color: #fff; margin-bottom: 55px; }
.aon-f-text-2 { font-size: 16px; color: #a4a7ad; margin-bottom: 25px; }

.sf-widget-newsletter { max-width: 370px; }
@media (max-width: 1199px) {
  .sf-widget-newsletter { max-width: 100% }
}

.aon-sun-title { font-size: 18px; color: #fff; margin-bottom: 20px; }
#news-latter { position: relative; margin-bottom: 55px; display: flex; align-items: center; }
#news-latter i[class*="feather-"] { position: absolute; top: 16px; left: 0px; color: #556175; font-size: 18px; }
#news-latter .form-control { background: none; font-size: 15px; padding:5px 0px 5px 30px; height:50px; border:none; border-bottom: 1px solid #4d596f; border-radius: 0; }
#news-latter .form-control::placeholder { color:#556175; opacity: 1; }
#news-latter .form-control::-ms-input-placeholder {  color:#556175; }
#news-latter .news-latter-btn { position: absolute; top:10px; right:0px; background:none; color: #fff; border: none; font-size: 20px; line-height: 1; border-radius: 5px; width:22px; height: 30px; padding:0px; }

.aon-widget-foo-list-2 { list-style:none; margin:0px; display:flex; flex-wrap:wrap; }
.aon-widget-foo-list-2 li { padding:0px 0px 0px 0px; display: block; width:50%; line-height:1.2; margin-bottom:18px; }
.aon-widget-foo-list-2 li a { color:#fff; font-size: 16px;}
.aon-widget-foo-list-2 li a:hover {color:var(--ao-primary);}



.aon-widget-foo-gallery { display: flex; margin: 0 -5px; list-style: none; flex-wrap: wrap; max-width: 323px;}
.aon-widget-foo-gallery li { padding:0px 5px; margin-bottom:10px; }
.aon-widget-foo-gallery li a { display:block; }
.aon-widget-foo-gallery li a img { width:100%; border-radius:5px; }

@media (max-width: 1199px) {
  .aon-widget-foo-gallery li{width:33%;}
}
@media (max-width: 767px) {
  .aon-widget-foo-gallery {margin: 0px;max-width:100%; flex-wrap: nowrap;}
  .aon-widget-foo-gallery li{width: 100%;}
}

@media (max-width: 420px) {
  .aon-widget-foo-gallery {flex-wrap: wrap; display: grid; grid-template-columns: auto auto auto; gap: 10px;}
  .aon-widget-foo-gallery li{width: 100%; padding: 0px; margin: 0px;}
}

.footer-main-bot {   position:relative; z-index:2; }
.footer-main-bot .container { border-top:1px solid rgba(255, 255, 255, 0.17); padding:25px 0px; }

.ao-copyright-line { color:#a4a7ad; font-size:16px; }

.aon-social-icon-2  { list-style:none; margin:0px;  display:flex; justify-content:flex-end; }     
.aon-social-icon-2 li { display: inline-block; margin:0px 10px;} 
.aon-social-icon-2 li:last-child{margin-right: 0px;} 
.aon-social-icon-2 li a { width:40px; height:40px; border:1px solid #a4a7ad; color:#a4a7ad; border-radius:30px; font-size:14px; display:flex; align-items:center; justify-content:center; }
.aon-social-icon-2 li a:hover {color:var(--ao-secondary); background:var(--ao-primary); border:2px solid var(--ao-primary); }  

@media only screen and (max-width:991px){
.ao-copyright-line { color:#a4a7ad; font-size: 16px; display: block; text-align: center; margin-bottom: 20px; }
.aon-social-icon-2 { list-style: none; margin: 0px; display: flex; justify-content: center; margin-bottom: 20px; text-align: center; }
.aon-f-title-2 { margin-bottom: 30px; }
}
@media only screen and (max-width:420px){
  .aon-f-title-2 { font-size: 22px; }
}
  
/*================
	Home Two
================*/

@media only screen and (max-width:1200px){
.ao-lats-news-box { padding:20px; }
}
/*Pricing*/
.ao-pric-plan-wrap { background-image:url("assets/images/home1/price-bg.png"); background-position:left bottom}
.ao-pricing-bx { border-radius: 20px;  border: 1px solid #fff;  padding: 40px; margin-bottom:30px; background:#f2f5fe; }
.ao-pricing-bx .ao-pricing-bx-top-section { margin-bottom: 25px; }
.ao-pricing-bx .ao-pricing-bx-top-section .ao-pricing-title { font-size: 24px; color: #181a17; font-weight: 600; margin-bottom: 10px;}
.ao-pricing-bx .ao-pricing-bx-top-section p { margin-bottom: 20px;}
.ao-pricing-bx .ao-pricing-price-bx { display: flex; align-items: end; margin-bottom: 20px; font-size: 24px; color: #616161; font-weight: 600;}
.ao-pricing-bx .ao-pricing-price-bx .ao-price { font-size: 52px; color: #181a17; line-height: 1; margin: 0px 10px 0px 0px; font-weight:600; }
.ao-pricing-bx .ao-pricing-bx-top-section .ao-pricing-btn a { display: block; text-align: center; background-color:#181a17; color: #fff;}
.ao-pricing-bx .ao-pricing-bx-top-section .ao-pricing-btn a:hover { background-color:var(--primary); color: #000;}
.ao-pricing-bot-title { font-weight: 500; margin-bottom: 15px; }
.ao-checked-list-st-1 { list-style: none; margin-bottom: 0px;}
.ao-checked-list-st-1 li { margin-bottom: 10px; position: relative; padding-left: 40px;}
.ao-checked-list-st-1 li i { position: absolute; left: 0px; top: 5px; font-size:22px; line-height: 1; background:#e6eaf4; width:28px; height:28px; display:flex; align-items:center; justify-content:center; color:var(--ao-primary); border-radius:5px; margin-right:5px; }

.ao-pricing-bx.ao-plan-active{border: 1px solid #181a17;}
.ao-pricing-bx.ao-plan-active .ao-pricing-bx-top-section .ao-pricing-btn a { background-color:var(--primary);}
.ao-pricing-bx.ao-plan-active .ao-pricing-bx-top-section .ao-pricing-btn a:hover { background-color:var(--secondary); color: #fff;}

@media only screen and (max-width:1199px){
  .ao-pricing-bx .ao-pricing-price-bx{display: block;}
}

@media only screen and (max-width:575px){
.ao-pricing-bx .ao-pricing-price-bx .ao-price { font-size:36px;  }
.ao-pricing-bx { padding: 30px; }
}


/*______Play button circle Animation______*/
.btn-animation {position: relative;}
.btn-animation::before {display: block;position: absolute;z-index: -1;width: 100%;height: 100%;border-radius: 50%;background-color:rgba(255,255,255,0.5);
	content: '';	animation: pulse 1s infinite;	border: 2px solid #fff;} 
  
@keyframes pulse {
	from {
		transform: scale(1);
		opacity: .4;
	}
	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

/*Contact Us Page Start*/
.contact-content .con-form-title { font-size: 52px; font-weight: 600; margin-bottom: 26px;}
.single-input-box input {border: 1px solid #1b343430; outline: 0; width: 100%; height: 60px; position: relative; padding: 0 21px;border-radius: 6px;
  background-color: #e6f4f1; color: #181a17;}

.single-input-box input::placeholder{color: #868681;}
.single-input-box textarea::placeholder{color: #868681;}

.single-input-box textarea {border: 1px solid #1b343430; outline: 0; width: 100%; height: 120px;  position: relative;  padding: 9px 19px; border-radius: 6px; background-color: #e6f4f1; color: #181a17;}
.single-input-box textarea::placeholder{color: #acacac;}
.google-map iframe { width: 100%; height: 460px; border-radius: 30px; }

@media only screen and (max-width:1200px){
.contact-content .con-form-title { font-size: 46px; }
.con-icon-bx{ padding:30px 15px; }
}
@media only screen and (max-width:1024px){
  .contact-content .con-form-title { font-size: 36px; }
}
@media only screen and (max-width:575px){
  .contact-content .con-form-title { font-size: 26px; }
}



/*Checked Input*/
.form-check-input {width: 18px; height: 18px; background: transparent; border: 1px solid var(--primary);}
.form-check-input:checked { background-color: var(--primary); border-color: #e5c466;}
.form-check-input:checked[type=radio] {background-image: none; position: relative;}
.form-check-input:checked[type=radio]:after { background-color: #e5c466; width: 10px; height: 10px; content: ""; position: absolute;
  left: 2px; top: 2px; border-radius: 50%;}
.form-check-input[type=radio] { background-color: transparent;}


/*Add to cart Section*/
@media only screen and (max-width:1200px){
  .footer-main-top { padding: 80px 0px 30px; }
}
@media only screen and (max-width:991px){
.p-t120 { padding-top: 50px; }
.p-b120 { padding-bottom: 50px; }
.p-b90 { padding-bottom:20px; }
}

/*Hover Animation*/
.blog-related-box{transition: all 0.2s linear; }

.blog-details-thumb img {transition: all 0.2s linear; }
.blog-details-thumb:hover img { transform: scale(1.1); }

.sidber-widget-recent-post .recent-widget-thumb{overflow: hidden;}
.sidber-widget-recent-post .recent-widget-thumb img{transition: all 0.2s linear;}
.sidber-widget-recent-post:hover  .recent-widget-thumb img{transform: scale(1.1); }

.ao-pricing-bx{transition: all 0.2s linear; }
.ao-team-media img{transition: all 0.2s linear; }
.ao-team-media:hover img { transform: scale(1.1); }

/*cursor Css Start */
/* Start  Curser pointer CSS */

.cursor { position: fixed; width: 40px; height: 40px; margin-left: -20px; margin-top: -20px; border-radius: 50%; border: 2px solid var(--ao-secondary-btn-hover); transition: 0.3s;
  transform: translate(-50%, -50%);  pointer-events: none; z-index: 1000;}

.cursor2 { position: fixed; width: 4px; height: 4px; margin-left: -20px; margin-top: -20px; border-radius: 50%; background-color: #fff; transform: translate(-50%, -50%);
  transition: 0.1s; pointer-events: none; z-index: 1000;}

.grow,
.grow-small {transform: scale(3); background: white; mix-blend-mode: difference; border: none;}
.grow-small {transform: scale(1.7);}

/*Loading*/
.loading-area {width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; overflow: hidden;}
.loading-area .loading-box { width: 100%; height: 100%; background-color: #fff; position: absolute; left: 0; top: 0; opacity: 1; z-index: 9999;}
.loading-area .loading-pic { width: 100%; position: absolute; top: 50%;  z-index: 99999;  text-align: center; transform: translateY(-50%);}

/*Loading Animation Start*/
.wrapper { margin: 0px auto; display: block;}
.wrapper .cssload-loader { width: 45px; height: 45px; border-radius: 50%; margin: 48px; display: inline-block; position: relative; vertical-align: middle; background-color: var(--ao-primary);  animation: 1.15s infinite linear;}

.wrapper .cssload-loader:before, .wrapper .cssload-loader:after { content: ""; animation: 1.15s infinite linear; width: 100%; height: 100%; border-radius: 50%;
  position: absolute; top: 0; left: 0;}
.wrapper .cssload-loader:before { content: ""; border: 7px solid #fff; top: 0px; left: 0px; animation-name: cssload-animation;}

@keyframes cssload-animation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
  }
}

.aon-bnrs-area { padding:30px; background:#edf0fe;}

.aon-bnrs-row { background-image:url("assets/images/home1/banner/banner-bg.jpg"); border-radius:20px; height:900px; overflow:hidden; padding-top:120px; background-size: cover; }
.ao-baner-label { padding:0; color:#fff; font-size:22px; display:block; margin-bottom:20px; }

.ao-baner-title-wrap { padding-bottom:20px; border-bottom:1px solid rgba(255, 255, 255, 0.2); margin-bottom:30px; }
.ao-baner-title {  color:#fff; line-height:1.2; margin:0px; font-size:68px; text-transform:uppercase; display: flex;  align-items: center;}
.ao-baner-title img  { vertical-align:middle; margin-right:10px; }
.ao-baner-text { font-size:22px; color: #fff; margin-bottom: 40px; display: flex; align-items: center; }
.ao-baner-text i { margin-right:5px; }

.ao-baner-btn { display:flex; margin-bottom:30px; }

.aon-bnrs-right {position: relative; margin-right:0px;}
.aon-bnrs-right-pic { position: relative; z-index: 1; text-align: center; top:0px; }

.ao-follow-box { position: absolute; right: -60px; top: 100px; z-index: 99; }
.ao-follow-row { display:flex; }
.ao-follow-pic { width:60px; height: 60px; display: flex; border-radius: 50px; overflow: hidden; border: 2px solid #fff; margin-left: -20px; background: var(--ao-primary); color: #fff; font-size: 20px; font-weight: 700; align-items: center; justify-content: center; }
.ao-follow-pic img { width:100%; height:100%; object-fit:cover; object-position:center; }
.ao-follow-icon { display:flex; justify-content:center; padding:15px 0px;}
.ao-follow-text { display:flex; justify-content:center; color:#fff; font-weight:700; font-size:18px; text-transform:uppercase; }

.ao-piccart-des { position: absolute; top: 48%; right: -60px; border-radius: 20px; color: #fff; background:rgba(53, 66, 68, 0.9); z-index: 99; padding:40px 30px; width: 250px; text-align:center; }
.ao-piccart-pes-pic { width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; margin: 0px auto 20px; }
.ao-piccart-pes-pic img { width:100%; height:100%; object-fit:cover; object-position:center; }
.ao-piccart-pes-title { font-size:20px; font-weight:700; color:#fff; text-transform:uppercase; margin:0px 0px 5px; }
.ao-piccart-pes-pos { font-size:16px; color:#8f8f94; display:block; margin-bottom:15px; }
.ao-piccart-btn { display: inline-flex; align-items: center; justify-content: center; padding:10px 20px; background:#4c5c5e; line-height: 1; border-radius: 20px; font-size: 14px; color:#fff; }

.aon-bnrs-right-star { position:absolute; top:0px; left:0px; z-index:99; }
.aon-bnrs-right-dots { position:absolute; bottom:140px; left:-130px; z-index:99; }

.ao-joinus-wrap { background-image:url("assets/images/home1/join-bg.png"); background-repeat:no-repeat;  background-position:left top; background-color: #edf0fe; background-size: cover;}

.ao-main-head-text { margin:20px 0px 20px; }

.ao-anu-busi-box { background:var(--ao-primary); border-radius:10px; padding:40px; position:relative; overflow:hidden; transition: all 0.5s linear; }

@media only screen and (max-width:1600px){
  .ao-piccart-des {right: 10px;}
  .ao-follow-box {right: 10px;}
}
@media only screen and (max-width:1366px){
  .ao-baner-title {font-size:58px;}
}

@media only screen and (max-width:1199px){
  .ao-baner-title {font-size:38px;}
  .aon-bnrs-area { padding:0px;}
  .aon-bnrs-row{border-radius: 0px; height: auto;}
  .aon-bnrs-right {padding-top: 30px;}

}

@media only screen and (max-width: 991px) {
  .ao-anu-busi-box {margin: 15px 0px;}
  .aon-bnrs-left{padding-top: 80px;}
}
@media only screen and (max-width: 767px) {
  .aon-bnrs-left{text-align: center;}
  .ao-baner-title{display: block;}
  .ao-baner-title img{
    margin: 0px auto;
    display: block;
  }
  .ao-baner-text{display: block;}
  .ao-baner-btn{display: block;}
}

@media only screen and (max-width: 480px){
  .aon-bnrs-left{padding-top: 30px;}
  .ao-baner-label {font-size: 16px;}
  .ao-baner-title{font-size: 26px;}
  .ao-baner-text {font-size: 18px; margin-bottom: 20px;}
  .aon-bnrs-right-star{display: none;}
  .ao-follow-box{position: inherit; right: auto; bottom: auto; top: auto;}
  .ao-follow-row{justify-content: center;}
  .aon-bnrs-right-pic{max-width: 240px; margin: 0px auto;}
  .ao-piccart-des { position: inherit; right: auto; top: auto;  padding: 15px;  width: 100%; margin-bottom: 20px; }
  .ao-piccart-pes-pic {
    width: 50px;
    height: 50px;
  }
  .ao-piccart-pes-title {
    font-size: 16px;
  }
  .ao-piccart-pes-pos {
    font-size: 14px;
  }
}

@media only screen and (max-width:365px){
  .ao-baner-btn .site-button:first-child { margin-bottom:15px; margin-right:0px; display:table; margin-left:auto; margin-right:auto; }
}


.ao-anu-busi-icon { display:inline-flex; margin-bottom:40px; }
.ao-anu-busi-icon img { height:50px; }
.ao-anu-busi-title { color: #fff; margin-bottom: 25px; }
@media only screen and (max-width:420px){
  .ao-anu-busi-title { font-size: 18px; }
}
.ao-anu-busi-btn { border-top: 1px solid rgba(255, 255, 255, 0.17); padding-top:20px; }
.site-button-light { background-color: rgba(255, 255, 255, 0.2); display: inline-flex; padding: 5px 25px; align-items: center; border-radius: 30px; font-size:16px; font-weight:600; color:#fff; }
.site-button-light i { margin-left:10px; }
.site-button-light:hover{color:var(--ao-secondary);}
.ao-anu-busi-box:hover { background:var(--ao-primary-dark); }

.ao-anu-animte-box { position:absolute; top:-95px; right:-95px; width:200px; height:200px; border:1px solid #fff; border-radius:100%; opacity:0.5; }
.ao-anu-animte-box:before { content:""; width:50px; height:50px; background:#fff; position:absolute; bottom:30px; left:30px; animation: plus 1s infinite linear; }
.ao-anu-animte-box:after { content:""; width:30px; height:30px; background:#fff; position:absolute; bottom:-4px; left:-3px; animation: plus 1s infinite linear; }


.ao-about-area { background-color:#fff; position:relative; overflow:hidden; background-image: url("assets/images/home1/about/bg-glow.png"); background-position:bottom right; background-repeat:no-repeat; z-index: 1;}
.about-left-section { display:flex; justify-content:flex-end; }
.about-left-section { padding-right:60px; }
.ao-about-left-pic { border-radius:10px; overflow:hidden; }
.ao-about-left-pic img { width:100%; }

.about-left-section { position:relative; }
.ao-about-vplay-box { width:280px; border-radius:10px; position:absolute; bottom:100px; left:-70px; padding:40px; background:var(--ao-secondary); }
.ao-about-vplay-title { margin-bottom: 35px;  line-height:1.4; }
.ao-about-vplay-icon { width: 70px; height: 70px; background:var(--ao-primary-dark); color:#fff; display:flex; justify-content:center; align-items:center; font-size:26px; border-radius:50px; line-height:1; margin-bottom:25px; }
.ao-about-vplay-icon i { line-height:1; margin-left:5px;  color:var(--ao-primary-secondary);}



.site-button-outlione { padding:14px 25px; border: 1px solid #222; border-radius: 30px; display:inline-flex; align-items:center;  line-height:1; font-family:var(--ao-btn-family); background-color:var(--ao-secondary-btn); }
.site-button-outlione i { margin-left:7px; }
.site-button-outlione:hover { background-color:var(--ao-secondary-btn-hover); color: #fff; border: 1pa solid var(--ao-primary);}

.ao-animate-circle {width:130px; height:130px; position:absolute; top:20px;  left:-50px; border-radius:100px;  border-top:30px solid var(--ao-primary); border-left:30px solid var(--ao-primary);  border-right:30px solid transparent; border-bottom:30px solid transparent;  display:flex; align-items:center; justify-content:center; }
.ao-animate-dots {width:20px; height:20px; background:var(--ao-primary); border-radius:30px;  }

.ao-about-icon-wrap { margin-bottom:25px; border-bottom: 1px solid #ddd; padding-bottom: 30px; }
.ao-about-icon-box{align-items: center;}
.ao-about-icon-media { width: 70px; height: 70px; background: var(--ao-primary); border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.ao-about-icon-media img { height:36px; }
.ao-about-icon-title { width: calc(100% - 70px);  font-family: var(--ao-title-family);  font-weight: 500;  padding-left: 20px;  font-size: 18px; line-height: 24px;  color: var(--ao-title-color);}

@media only screen and (max-width: 575px) {
  .ao-about-icon-title {font-size: 17px;}
}

.ao-about-list-wrap { margin-bottom:30px; }
.ao-about-list-box { list-style: none; margin: 0; padding: 0; }
.ao-about-list-box li { position: relative;  padding-left: 30px;  font-weight: 500;  color: var(--ao-title-color);  font-family: var(--ao-title-family);  margin-bottom: 6px;}
.ao-about-list-box li:before { content: "\f26e"; position:absolute; top:5px; left:0px; background:var(--ao-primary); color:#fff; width:18px; height:18px; border-radius:10px; font-family: bootstrap-icons !important; font-style: normal; font-weight: 400 !important; line-height: 1.1; display: flex; justify-content: center; align-content: center; }
.ao-about-btn-wrap { position:relative;}

.ao-about-circle { position:absolute; top:-150px; right:-150px; z-index: -1;}
.ao-about-dots { position:absolute; bottom:-50px; right:-100px; }

@media only screen and (max-width:1600px){
  .ao-about-dots { right:0px; }
}
@media only screen and (max-width:1480px){
  .ao-about-vplay-box {left:0px;}
  .ao-animate-circle{left: 0px;}
}
@media only screen and (max-width: 1199px) {
  .ao-about-vplay-box {left: 30px;bottom: -30px;}
  .about-left-section {padding-right: 30px;}
  .ao-about-dots {display: none;}
}
@media only screen and (max-width: 991px) {
  .about-left-section {
      padding: 0px;
      margin-bottom: 70px;
      display: block;
  }
  .ao-about-icon-box{margin: 10px 0px;}
}

@media only screen and (max-width: 400px) {
  .ao-about-vplay-box {
      left: auto;
      bottom: auto;
      position: inherit;
      right: auto;
      width: 100%;
      margin-top: 10px;
  }
}

.ao-enent-wrap { background-image:url("assets/images/home1/event/bg.jpg"); background-position:center; background-size:cover; border-radius:20px; margin:0px 40px; position: relative;}
.ao-event-head-section { color:var(--ao-secondary);}

.ao-event-head-text { color: #a4a7ac; margin: 20px 0px 20px; }
.ao-event-time-box { padding-top:30px; border-top: 1px solid rgba(255, 255, 255, 0.2); padding-bottom:20px; }
.ao-event-btn-wrap { position: relative; }

#clockdiv { display: flex; flex-wrap: wrap; max-width:450px; margin:0px -15px 30px;}
#clockdiv > div { padding:0px 18px; display:block; width:25%; text-align:center; }
#clockdiv div > span { display:block; font-size:34px; line-height:1; font-weight:600; background-color:rgba(255,255,255,0.2); color:var(--ao-secondary); border-radius:5px; padding:15px 10px; position:relative; }
#clockdiv div > span:after { content:":"; display:block; font-size:24px; line-height:1; font-weight:700; color:#fff; position:absolute; top:15px; right:-22px; }
#clockdiv div:last-child > span:after { display:none; }
#clockdiv div > .smalltext{ padding-top: 5px;	font-size: 16px; color:#fff; text-transform:uppercase; }

@media only screen and (max-width: 1365px) {
  .ao-enent-wrap {border-radius:0px; margin:0px;}
}

@media only screen and (max-width: 1199px) {
  .ao-enent-wrap{padding-top: 50px;}
  .ao-enent-wrap .row {display: flex; align-items: end;}
  .ao-enent-wrap .ao-event-btn-wrap{margin-bottom: 50px;}
}

@media only screen and (max-width: 1024px) {
  .ao-enent-wrap {border-radius:0px; margin:0px;}
}

@media only screen and (max-width: 420px) {
  #clockdiv div > .smalltext{ font-size: 12px; }
  #clockdiv > div{padding: 0px 10px;}
  #clockdiv div > span:after{right: -11px;}
  #clockdiv div > span{font-size: 20px;}
}


/*Event Section*/
.site-text-secondry{color: #c7efb3;}

.ao-2-column-head-section{margin-bottom: 60px; align-items: center;}

@media only screen and (max-width: 575px) {
  .ao-2-column-head-section {
    margin: 0px auto 40px;
  }
}

.ao-event_section-wrap{border-radius: 20px; margin: 0px 40px; background-color: var(--ao-primary-dark); background-image: url(assets/images/home1/left-top-shadow.png); background-position: left top; background-repeat: no-repeat; position: relative;}

.ao-event-list-bx{border-radius: 20px; padding: 30px; border: 2px solid rgba(255, 255, 255, 0.10); margin-bottom: 30px; transition: 0.5s all ease; position: relative; overflow: hidden; z-index: 1;}
.ao-event-list-bx:after{content: ''; position: absolute; right: 0px; top: 0px; background-image: url(assets/images/home1/right-top-shadow.png); width: 100%;  height: 100%;
  background-repeat: no-repeat;  background-position: right top; transition: 0.5s all ease; opacity: 0; z-index: -1;}
.ao-event-list-bx:hover{border: 2px solid var(--ao-primary)}
.ao-event-list-bx:hover:after{opacity: 1;}
.ao-event-list-bx-media{border-radius: 20px; overflow: hidden;}
.ao-event-list-bx-media img{width: 100%;}
.ao-event-list-bx-info{margin-left: 20px;}

.ao-event-meta-section{background-color: rgba(255, 255, 255, 0.1); display: inline-flex; border-radius: 50px; padding: 10px 30px; margin-bottom: 30px;}
.ao-event-meta-section ul{list-style: none; display: flex; flex-wrap: wrap; margin: 0px; padding: 0px; align-items: center;}
.ao-event-meta-section ul li{list-style: none; display: flex; flex-wrap: wrap; color: #fff; font-size: 14px; align-items: center; margin-right: 20px; padding-right: 20px; position: relative;}
.ao-event-meta-section ul li:last-child{padding-right: 0px; margin-right: 0px;}
.ao-event-meta-section ul li:after{position: absolute; content: ''; width: 1px; height: 16px; background-color:rgba(255, 255, 255, 0.30); right: 0px; top: 50%; transform: translateY(-50%);}
.ao-event-meta-section ul li:last-child:after{display: none;}
.ao-event-meta-section ul li i{margin-right: 5px; color: var(--ao-secondary);}

.ao-event-list-bx-info .ao-event-title{color: #fff; font-size: 30px; font-family: var(--ao-title-family); font-weight: 600; margin-bottom: 10px;}
.ao-event-list-bx-info .ao-event-address{color: rgba(255,255,255,0.5); font-size: 16px;}
.ao-event-list-bx-info .ao-event-address i{margin-right: 5px;}

.ao-event-author-bx{padding: 30px 0px;margin-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.10); display: flex; flex-wrap: wrap;}
.ao-event-author-bx .ao-event-au-pic{min-width: 60px; width: 60px; height: 60px; border-radius: 50%; margin-right: 20px; overflow: hidden;}
.ao-event-au-info .ao-event-au-name{font-size: 22px; color: #fff; font-family: var(--ao-title-family); font-weight: 600;}
.ao-event-au-info p{color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 0px;}


.ao-tabs-filter{text-align: right;}
.ao-tabs-filter > nav{display: inline-block;}
.ao-tabs-filter .nav-tabs{border: none;}
.ao-tabs-filter .nav-tabs .nav-link {background-color: #1e2e48; border: none; border-radius: 50px; margin-right: 10px; padding: 8px 30px; text-align: center;cursor: pointer;}
.ao-tabs-filter .nav-tabs .nav-link.active {background-color:var(--ao-primary-btn);}
.ao-tabs-filter .nav-tabs .nav-link:last-child{margin-right: 0px;}
.ao-tabs-filter .nav-tabs .nav-link .tabs-title{color: #fff; font-size: 18px;}
.ao-tabs-filter .nav-tabs .nav-link.active .tabs-title {color: #fff;}

@media only screen and (max-width:1365px){
  .ao-event_section-wrap{border-radius: 0px; margin: 0px;}
}
@media only screen and (max-width:1199px){
  .ao-tabs-filter {
    text-align: left;
    margin-top: 30px;
}
}

@media only screen and (max-width:575px){
  .ao-tabs-filter .nav-tabs .nav-link{margin-bottom: 10px; padding: 10px 18px;}
  .ao-tabs-filter .nav-tabs .nav-link .tabs-title{font-size: 14px;}
}

@media only screen and (max-width:1199px){
  .ao-event-list-bx-info .ao-event-title{
    padding-right: 0px;
  }
  .ao-event-list-bx-info .ao-event-detail{margin-right: 0px;}
}
@media only screen and (max-width:991px){
  .ao-event-list-bx-info{margin-left: 0px; margin-top: 20px;}
  .ao-event-list-bx-info .ao-event-title{font-size: 22px;}
}
@media only screen and (max-width:420px){
  .ao-event-list-bx{padding: 20px;}
  .ao-event-list-bx-info .ao-event2-meta-section{
    padding: 10px;
  }
  .ao-event-list-bx-info .ao-event2-meta-section ul li{font-size: 14px;}
}
/*Team Section*/
.ao-our-speakers-section { background: #edf0fe; padding-left:100px; padding-right:100px; margin: -30px 40px 30px; border-radius: 0px 0px 20px 20px; padding-top: 150px;}
@media only screen and (max-width:1365px){
  .ao-our-speakers-section{ padding-left:30px; padding-right:30px; margin: 0px; border-radius: 0px;}
}


.ao-title-head2-section { margin-bottom:60px; }
.ao-title-head2-left-sm-title { color: var(--ao-primary); font-size:16px; line-height:1.2; margin-bottom:20px; }
.ao-title-head2-left-lg-title { margin:0px; }
.ao-title-head2-right { text-align: right; padding-top:50px; }

.ao-team-column-bx { border-radius: 20px; border: 2px solid #fff; padding: 20px; background-color: #f2f5fe; text-align: center; transition: all 0.5s linear; margin-bottom:30px; box-shadow: 0px 0px 30px rgba(68, 97, 239, 0.09);}
.ao-team-column-bx .ao-team-media { overflow: hidden; border-radius: 20px; margin-bottom: 30px; position:relative; }
.ao-team-column-bx .ao-team-media:before { content:""; position:absolute; bottom:0px; left:0px; width:100%; height:0%; background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(5,22,52,1) 100%); z-index:2; }
.ao-team-column-bx .ao-team-media img { width: 100%;}
.ao-team-column-bx .ao-team-info .ao-team-name { font-size: 24px; margin:0px 0px 15px; }

@media only screen and (max-width: 1199px) {
  .ao-team-column-bx .ao-team-info .ao-team-name {font-size: 18px;} 
}

.ao-team-column-bx .ao-team-info .ao-team-position { display: table; text-transform: uppercase; background: var(--ao-primary); border-radius: 30px; padding: 8px 30px; color: #fff; line-height: 1; margin: 0px auto 10px; font-size:14px; }

.ao-team-social { list-style: none; margin:0px; display: flex; justify-content: center; position:absolute; bottom:-50px; left:50%; transform: translateX(-50%); z-index:5; transition: 0.5s all ease; }
.ao-team-social li { margin-right:4px; padding-right:4px; position: relative; }
.ao-team-social li a {width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color:#fff; background:#505a7b;  border-radius: 50%; transition: 0.5s all ease;}
.ao-team-social li a:hover{color: #fff; background-color: var(--ao-primary);}

.ao-team-column-bx:hover { border: 2px solid var(--ao-primary); }
.ao-team-column-bx:hover .ao-team-social { bottom:20px; }
.ao-team-column-bx:hover .ao-team-media:before { height:50%; }

@media only screen and (max-width: 1024px) {
  .ao-our-speakers-section {padding-left:0px; padding-right:0px; margin:0px; border-radius: 0px; padding-top: 120px;}
}
@media only screen and (max-width: 991px) {
  .ao-title-head2-left-lg-title { font-size: 28px; }
  .ao-our-speakers-section {padding-top: 50px;}

}

@media only screen and (max-width: 767px) {
  .ao-title-head2-right { text-align: left; padding-top:30px; }
}


@media only screen and (max-width: 420px) {
  .ao-title-head2-left-lg-title { font-size: 22px; }
}


/*Pricing*/
.ao-pric-plan-wrap{
  background:#edf0fe; 
  margin: -30px 40px 0px; 
  border-radius: 0px 0px 20px 20px; 
  padding-top: 150px; 
  overflow: hidden;
  background-image: url("assets/images/home1/price-bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

.ao-pric-plan-left{position:relative;}
.ao-pric-plan-left .ao-pricing-bx-top-section{border-bottom:1px solid #c2ddd5; padding-bottom:35px; margin-bottom: 25px; }
.ao-pric-plan-left .ao-pric-link-btn .site-button-link { margin-bottom:30px; }

.ao-pricing-bx { border-radius: 20px; border: 2px solid #fff; padding: 40px; margin-bottom:30px; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);}
.ao-pricing-bx .ao-pricing-title-row { display: flex; align-items: center; margin-bottom:20px; }
.ao-pricing-title-left { width:70px; }
.ao-pricing-icon { width: 66px; height: 66px; display: flex; align-items: center; justify-content: center;  border-radius: 5px; background-color: var(--ao-primary); color: #fff; font-size: 24px; }
.ao-pricing-icon i { display: flex; width: 30px; height: 30px; align-items: center; justify-content: center; background: #fff; border-radius: 30px; color: var(--ao-primary); font-size: 20px; }
.ao-pricing-title-right { width: calc(100% - 70px); padding-left:15px; display: flex;align-items: center; flex-wrap: wrap;}
.ao-pricing-mostpo { border: 1px solid var(--ao-primary); display: inline-flex; padding:8px 15px; line-height: 1; border-radius: 15px; font-size: 13px; color: var(--ao-primary);  align-items: center; margin: 10px 0px;}
.ao-pricing-mostpo i { font-size:14px; margin-right:5px; }

.ao-pricing-bx .ao-pricing-bx-top-section .ao-pricing-title { font-size: 24px; color: #181a17; font-weight: 600; margin:0px; line-height:1; margin-right:15px;}
.ao-pricing-bx .ao-pricing-bx-top-section p {margin-bottom: 20px;}
.ao-pricing-bx .ao-pricing-price-bx { display: flex; align-items: end; margin-bottom: 6px; font-size: 24px; color: #616161; font-weight: 600;}
.ao-pricing-bx .ao-pricing-price-bx .ao-price { font-size: 50px; color: #181a17; line-height: 1; margin: 0px 10px 0px 0px; font-family:var(--ao-body-family);}
.ao-pricing-bx .ao-pricing-bx-top-section .ao-pricing-btn  {display: block; text-align: center; background-color:#181a17; color: #fff; }

.ao-checked-list-st-1 { list-style: none; margin-bottom:30px;}
.ao-checked-list-st-1 li { margin-bottom: 10px; position: relative; padding-left: 40px;}
.ao-checked-list-st-1 li.ao-pri-none{opacity: 0.4;}
.ao-checked-list-st-1 li i { position: absolute; left: 0px; top: 5px; font-size: 22px; line-height: 1;}

.ao-pricing-bx.ao-plan-active{border: 2px solid var(--ao-primary);  box-shadow: none;}
.ao-pricing-bx:hover{border: 2px solid #fff; box-shadow: none;}

@media only screen and (max-width: 1365px) {
  .ao-pric-plan-wrap {border-radius:0px; margin:0px;}
}
@media only screen and (max-width:1199px){
  .ao-pricing-bx { padding: 30px;}
}
@media only screen and (max-width: 991px) {
  .ao-pric-plan-wrap {padding-top: 50px; padding-bottom: 20px;}
}
@media only screen and (max-width:420px){
  .ao-pricing-bx .ao-pricing-price-bx .ao-price {font-size: 38px;}
  .ao-pricing-title-left {width: 50px;}
  .ao-pricing-icon{width: 50px; height: 50px;}
  .ao-pricing-mostpo{font-size: 12px;}
}


/*==========================
	Marquee Slider
===========================*/

.ao-yoga-categori-area { border-radius:30px; padding:60px 0px; overflow:hidden; }
.ao-yoga-categori-box { display:flex; align-items: center; }
.ao-yoga-categori-box img { animation: spin 10s linear infinite; }
.ao-our-categori-name { padding-left: 20px; font-size:60px; color:var(--ao-title-color); text-transform: uppercase; font-weight: 600; }

@media only screen and (max-width:991px){
  .ao-our-categori-name { font-size:28px; padding-left: 0px;}
  .ao-yoga-categori-area {padding:10px 0px;}
  .ao-yoga-categori-box img{width: 50% !important;}
}

@media only screen and (max-width:575px){
.ao-yoga-categori-area { padding: 36px 0px; }
.ao-our-testimo-icon::after { display:none; }
.ao-our-testimo-name {  font-size:18px; } 
.ao-our-categori-name {  font-size:18px; }
}



/*Video Section*/
.ao-large-vid-swction { overflow: hidden; border-radius: 20px; position: relative; margin:0px 40px; }
.ao-large-vid-swction .vid-media { height:700px;}
.ao-large-vid-swction img { width: 100%; height:100%; object-fit:cover; }
.ao-large-vid-swction .vid-btn{ position: absolute;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);}
.ao-vid-btn{width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}

.ao-vid-btn i{color: #fff; font-size: 24px;}

@media only screen and (max-width: 1365px) {
  .ao-large-vid-swction {border-radius:0px; margin:0px;}
}
@media only screen and (max-width:767px){
.ao-vid-btn { width: 70px; height: 70px; }
}

@media only screen and (max-width:575px){
  .ao-large-vid-swction .vid-media{height: auto;}
 .ao-large-vid-swction img{height: 400px; object-fit: cover; object-position: center;}
}

.f-margin{ margin-bottom: 30px;}

/*Latest News*/
.ao-latest-news-area { background:#fff; }
.ao-lats-news-box { padding:0px; background:#fff; border:1px solid #fff; border-radius:15px; position:relative; margin-bottom:30px; color:#fff; }
.ao-lats-news-box .ao-lats-news-pic { border-radius:15px 15px 0px 0px; overflow:hidden; }
.ao-lats-news-box .ao-lats-news-pic img {  width:100%; transition: all 0.2s linear; }
.ao-lats-news-box .ao-lats-news-pic:hover img {  width:100%; transform: scale(1.1); }
.ao-lats-news-box .ao-lats-news-info { padding:30px; border-bottom:1px solid #dfe2eb; border-left:1px solid #dfe2eb; border-right:1px solid #dfe2eb; line-height:1.2; border-radius: 15px 15px 15px 15px;  } 
.ao-lats-news-box .ao-lats-news-title { line-height:1.2; margin-bottom:25px; } 
.ao-lats-news-box .ao-lats-news-title a { color:var(--ao-title-color) } 
.ao-lats-news-box .post-meta { margin-bottom:20px; position: relative;}
.ao-lats-news-box .post-meta ul { margin:0px; line-height:1; }
.ao-lats-news-box .post-meta ul li {color:#222; position: relative;  display: inline-block; margin-left:15px;  margin-right:10px; }
.ao-lats-news-box .post-meta ul li::after { content: ""; position: absolute; left: -15px; bottom: 3px; width: 10px; height: 10px; border-radius: 10px; background: var(--ao-primary); margin-right: 10px; }

.ao-lats-news-box .post-meta ul li.post-date{ position: absolute; left: 0px; top: -110px; margin: 0px;}
.ao-lats-news-box .post-meta ul li.post-date span{
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  white-space: nowrap;
  padding: 10px 24px;
  color: #fff;
}
.ao-lats-news-box .post-meta ul li.post-date:after{display: none;}

.ao-lats-news-box .post-meta ul li.post-meta-date{margin-left: 0px;}
.ao-lats-news-box .post-meta ul li.post-meta-date i{color: var(--ao-primary); padding-right: 4px;}
.ao-lats-news-box .post-meta ul li.post-meta-date:after {display: none; }

.ao-lats-news-btn { padding-top: 30px; border-top: 1px solid #dfe2eb;  }
.ao-lats-news-btnlink { color: #000; align-items: center; font-size: 14px; display: inline-flex; align-items: center; border: 1px solid #dfe2eb; border-radius: 30px; padding:12px 20px; line-height: 1; }
.ao-lats-news-btnlink i { margin-left:5px; font-size:14px; }
.ao-lats-news-btnlink:hover { color: #fff; border: 1px solid var(--ao-primary); background-color:var(--ao-primary); }

.ao-call-action-area { background-image:url("assets/images/home1/call-bg.jpg"); margin-left:5px; margin-right:5px; border-radius:20px 20px 0px 0px; background-size: cover;}
.ao-call-action-area.ao-call-action-area-inner-page{border-radius:0px; margin: 0px;}

.ao-call-action-left-row { display: flex; align-items: center; color: #fff; }
.ao-call-action-pic { display: flex; align-items: center; }
.ao-call-action-pic img { margin-top:-30px; }
.ao-call-action-title { color: #fff; padding-left:30px; width:calc(100% - 175px); font-size:34px; }

.ao-call-action-right { display:flex;  justify-content:flex-end; }
.ao-call-action-right-row { display: flex; align-items: center; justify-content: center; margin-bottom: 30px;}
.ao-call-action-right-icon { width:60px; height:60px;  }
.ao-call-action-right-info { line-height:1; color:#fff; padding-left:15px; }
.ao-call-action-right-info strong {  font-size:16px; display:block; margin-bottom: 12px; }
.ao-call-action-right-info span { font-size:24px; display:block; }

@media (max-width: 1199px) {
  .ao-call-action-title {width:calc(100% - 175px); font-size:22px; }
}

@media (max-width: 991px) {
  .ao-call-action-area{padding: 0px;}
  .ao-call-action-pic img { margin-top:0px; }
  .ao-call-action-right{display: block; margin-top: 20px;}
  .ao-call-action-left-row{display: table;}
  .ao-call-action-title {width:100% ; padding-left: 0px; margin: 30px 0px 30px 0px;}
  .ao-call-action-pic {display: table-footer-group;}
}
@media (max-width: 767px) {
  .ao-call-action-pic { text-align: center;}
  .ao-call-action-title{text-align: center;}
}
@media (max-width: 420px) {
  .ao-lats-news-box .ao-lats-news-info{padding: 20px;}
}


.ao-client-logo-area { 
  background-color:#edf0fe;  
  margin: -30px 40px 0px; 
  padding-top: 150px;
}

.ao-part-logo-box { background: #fff; border: 1px solid #ddd; border-radius: 10px; padding: 25px; display: flex; justify-content: center; align-items: center; height:120px; margin-bottom:24px; }
.ao-part-logo-box img { max-height:60px; }

@media only screen and (max-width: 1365px) {
  .ao-client-logo-area {border-radius:0px; margin:0px;}
}
@media only screen and (max-width: 991px) {
  .ao-client-logo-area{padding-top: 50px; padding-bottom: 20px;}
}
@media only screen and (max-width:575px){
  .ao-part-logo-box {padding: 10px; height:80px; }
}


.ao-testimo-area { background-color:#edf0fe; position:relative; overflow:hidden; background-image: url("assets/images/home1/about/bg-glow.png"); background-position:bottom right; background-repeat:no-repeat; margin-left:40px; margin-right:40px; border-radius: 0px 0px 20px 20px; }
.ao-testimo-left-part { display:flex; justify-content:flex-end; padding-right:60px; position:relative; }
.ao-testimo-left-pic { border-radius:20px; overflow:hidden; }
.ao-testimo-left-pic img { width:100%; }

.ao-testimo-trust-box { width:240px; border-radius:20px; position:absolute; bottom:100px; left:-70px; padding:40px; background:var(--ao-primary); text-align:center; }
.ao-testimo-trust-num { margin-bottom: 10px; line-height: 1; font-size: 60px; color: #fff;}
.ao-testimo-trust-icon { margin-bottom:10px;  }
.ao-testimo-trust-text { color: #fff; }

.ao-animat-dots {width:44px; position:absolute; top: 10px; left: -15px; }

.ao-our-testimos-top { display: flex; justify-content: space-between; margin-bottom:20px; align-items:center; }
.ao-our-testimos-box {margin-top: 60px; padding:40px 40px 40px 40px; background:rgba(255,255,255,0.3); border-radius:20px; position:relative; margin-bottom:30px; border: 2px solid #fff;}
.ao-our-testimos-rating i { color:#ff9a23; font-size:18px; }
.ao-our-testimos-quote { color: var(--ao-primary); font-size: 40px; line-height: 1;}
.ao-our-testimos-text { color:#222; font-size:18px; }
.ao-our-testimos-bot { display: flex; align-items:center; }
.ao-our-testimos-pic { width:70px; height:70px; border-radius:50px; overflow: hidden; }
.ao-our-testimos-info { padding-left: 20px; }
.ao-our-testimos-name { font-weight:500; font-size:24px; display:block; line-height:1; color:var(--ao-title-color); padding:5px  0px; }
.ao-our-testimos-posi { color:#616161; display:block; line-height:1; padding:5px  0px;  }
.ao-testimo-slider-wrap .owl-nav { position:absolute; bottom:0px; right:0px; }

@media only screen and (max-width: 1365px) {
  .ao-testimo-area {border-radius:0px; margin:0px;}
}
@media only screen and (max-width: 1199px) {
  .ao-testimo-trust-box { left:20px; }
}
@media only screen and (max-width: 991px) {
  .ao-testimo-left-part{margin-bottom: 30px; padding-right: 0px;}
}
@media only screen and (max-width: 767px) {
  .ao-our-testimo-slider.owl-carousel .owl-nav {
    position: inherit;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .ao-testimo-left-part{display: block;}
  .ao-testimo-trust-box{position: inherit; width: 100%; right: auto; bottom: auto; left: auto; margin-top: 20px;}
}

/*============================
	Home Page Two
============================*/

/*Home Page Banner 2*/

.ao-bnr2-wrap{
  background-image: url(assets/images/home2/banner/banner-bg.jpg);
  background-size: cover;
  overflow: hidden;
}

.ao-bnr2-wrap .container{height: 960px;}

.ao-bnr2-wrap .container > .row{height: 100%; align-items: end;}
.ao-bnr2-label { padding:0; color:var(--ao-secondary); font-size:22px; display:block; margin-bottom:20px; }

.aon-bnr2-left{padding-right: 40px; margin-bottom: 120px;}
.ao-bnr2-title {  color:#fff; line-height:1.2; margin-bottom:0px; font-size:70px; text-transform:uppercase; }
.ao-bnr2-title img{margin-right: 10px; width: 62px; height: 62px; border-radius:50%; position: relative; top: -6px;}
.ao-bnr2-title span {color:var(--ao-secondary); }

.ao-bnr2-title.title-underline{position: relative;}
.ao-bnr2-title.title-underline:after{content: ''; bottom: -10px; left: 0px;  height: 4px; width: 180px; background-color:var(--ao-secondary); position: absolute;}

.ao-bnr2-text { font-size:22px; color:#fff; margin: 50px 0px 40px 0px;}
.ao-bnr2-text i{color: var(--ao-secondary)}


.aon-bnr2-right{position: relative;}
.aon-bnr2-right-l-pic { position: relative; margin-left: -140px;}
.ao-bnr2-follow-box-wrap{position: absolute; right: -140px; top: 0px; text-align: center;}

@media only screen and (max-width:1600px){
  .ao-bnr2-follow-box-wrap{right:0px;}
}
@media only screen and (max-width:1366px){
  .ao-bnr2-title {font-size:58px;}
  .ao-bnr2-follow-box-wrap{right:0px; bottom: 100px; top: auto; z-index: 1;}
}
@media only screen and (max-width:1199px){
  .ao-bnr2-title {font-size:38px;}
}
@media only screen and (max-width:1366px){
  .ao-bnr2-wrap .container{height: 850px;}
}
@media only screen and (max-width:1199px){
  .ao-bnr2-wrap .container{height: 700px;}
}
@media only screen and (max-width:991px){
  .ao-bnr2-wrap .container{height: auto;}
  .aon-bnr2-left{padding-right: 0px; padding-top: 170px; margin-bottom: 30px;}
  .ao-bnr2-title {margin-bottom: 20px;}
  .aon-bnr2-right-l-pic{margin-left: auto;}
}
@media only screen and (max-width:767px){
  .aon-bnr2-left{text-align: center;}
  .ao-bnr2-title img{margin: 0px auto; display: block;}
  .ao-bnr2-title.title-underline::after{display: none;}
  .ao-bnr2-text{margin-top: 0px; margin-bottom: 30px;}
  .ao-bnr2-follow-box-wrap{position: inherit; right: auto; bottom: auto; top: auto;}
  .ao-bnr2-follow-box{justify-content: center;}
}

@media only screen and (max-width:480px){
  .ao-bnr2-label{font-size: 16px;}
  .ao-bnr2-title {font-size: 26px; margin-bottom: 15px;}
  .ao-bnr2-text {margin-bottom: 20px;font-size: 18px;}
  .ao-bnr2-btn a{margin: 10px 0px;}
}



.ao-bnr2-follow-box { display:flex; align-items:center; }
.ao-bnr2-follow-pic { width:60px; height:60px; display: inline-flex; border-radius: 50px; overflow: hidden; border: 2px solid #fff; margin-left:-15px; }
.ao-bnr2-follow-pic.first-bx{margin-left: 0px;}

.ao-bnr2-follow-text {  width:60px; height:60px; color: #fff; border: 2px solid #fff; background-color: var(--ao-primary); border-radius: 50%; font-size: 24px; font-weight: 600;text-align: center;  display: flex;  align-items: center;  justify-content: center; margin-left:-15px; }
.ao-bnr2-follow-b-title{font-size: 18px; text-transform: uppercase; color: #fff;}


.emblem-wrap{position: absolute; left: -30px; top: 140px;}
.emblem-wrap i{color: var(--ao-secondary); font-size: 32px;  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50% , -50%);}
.emblem { margin: 0 auto; width: 168px; height: 168px; border-radius: 50%; color: var(--ao-secondary); animation: spinZ 20s linear infinite; text-align: center; background-color: rgba(255, 255, 255, 0.1);}
.emblem span { padding: 6px; position: absolute; display: inline-block; left: 0; right: 0; top: 0; bottom: 0; text-transform: uppercase; font-size: 14px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@media only screen and (max-width:767px){
  .emblem-wrap{left: 20px;}
}
/* About us 2*/
.ao-about2-area { background-color:#fff;}
.ao-about2-left-section{ display: flex; justify-content: space-between; margin-right: 40px;}
.ao-about2-left-section .ao-about2-left{width: 44%;}
.ao-about2-left-section .ao-about2-right{width: 56%;}



.ao-about2-left-section .ao-about2-media{ border-radius: 20px; overflow: hidden;}
.ao-about2-left-section .ao-about2-media img{width: 100%; border-radius: 20px; }

.ao-about2-left-section .ao-about2-media.ao-gd-one{margin-right: 30px; margin-bottom: 30px;}
.ao-about2-left-section .ao-about2-media.ao-gd-two{margin-right: 30px; margin-bottom: 30px;}
.ao-about2-left-section .ao-about2-media.ao-gd-three{margin-bottom: 30px;}

.ao-about2-media-info{border-radius: 20px; padding: 17px 30px; background-color: var(--ao-primary);}
.ao-about2-media-info .ao-about2-ex-year{color: #fff; font-size: 40px; font-family: var(--ao-body-family);}
.ao-about2-media-info span{font-size: 18px; color: #fff; font-weight: 500;}

.ao-about-list-xl-wrap { margin-bottom:30px; }
.ao-about-list-xl-box { list-style: none; margin: 0; padding: 0; }
.ao-about-list-xl-box li { position:relative; padding-left:40px; font-size: 18px; font-family: var(--ao-title-family); font-weight: 600;  color: var(--ao-title-color); margin-bottom: 10px;}
.ao-about-list-xl-box li:before {font-size: 20px; content: "\f26e"; position:absolute; top:5px; left:0px; background:var(--ao-primary); color:#fff; width:24px; height:24px; border-radius:50%; font-family: bootstrap-icons !important; font-style: normal; font-weight: 400 !important; line-height: 1.1; display: flex; justify-content: center; align-content: center; }

.ao-about2-media-info .ao-about2-info{display: flex; align-items: center; justify-content: space-between;}

.ao-about2ex-btn a{color: #fff; width: 60px; height: 60px;  display: inline-flex; align-items: center; justify-content: center;  font-size: 28px; background-color: rgba(255, 255, 255, 0.4); border-radius: 50%;  transition: 0.5s all ease;}

.ao-about2ex-btn a:hover{transform: rotate(45deg);}

@media only screen and (max-width:767px){
  .ao-about2-left-section{ margin-right: 0px; margin-bottom: 30px;}
}
@media only screen and (max-width:420px){
  .ao-about2-left-section .ao-about2-media.ao-gd-one {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ao-about2-left-section .ao-about2-media.ao-gd-two {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ao-about2-left-section .ao-about2-media.ao-gd-three {
    margin-bottom: 10px;
  }
  .ao-about-list-xl-box li{font-size: 16px;}
}
@media only screen and (max-width:380px){
  .ao-about2-left-section {
    display: block;
  }
  .ao-about2-left-section .ao-about2-left {
    width: 100%;
  }
  .ao-about2-left-section .ao-about2-right {
    width: 100%;
  }
}

/*---- Center Title ----*/

.ao-title-head-center{ margin:0px auto 60px; max-width: 720px; text-align: center; padding: 0px 20px;}
.ao-title-head-sm-title { color: var(--ao-primary); font-size:16px; line-height:1.2; margin-bottom:20px; }
.ao-title-head-sm-title.site-text-secondary { color: var(--ao-secondary); font-size:16px; line-height:1.2; margin-bottom:20px; }
.ao-title-head-lg-title { margin:0px; }


@media only screen and (max-width:991px){
  .ao-title-head-lg-title{font-size: 28px;}
}
@media only screen and (max-width:420px){
  .ao-title-head-lg-title{font-size: 22px;}
}


@media only screen and (max-width:575px){ 
  .ao-title-head-center{ margin:0px auto 40px;}
}

/*---- Our Feature ----*/
.ao-our-feature-section { background: #edf0fe; margin: 0px 60px 120px; padding: 120px 0px 120px; border-radius: 20px;}

.ao-fea-bx1{padding: 30px; background-color: #fff; border-radius: 30px;}
.ao-fea-bx-media{margin-bottom: 30px; overflow: hidden;}
.ao-fea-bx-media img{width: 100%; border-radius: 20px;}

.ao-fea-bx1 .ao-fea-bx-title{margin-bottom: 0px;}
.ao-fea-bx1 .ao-fea-bx-title a{font-size: 24px;}

.ao-fea-bx1 .ao-fea-info-bx{margin: 30px 0px; display: flex; align-items: center; }
.ao-fea-bx1 .ao-fea-info-bx .ao-ic-media-bx{width: 88px; height: 88px; min-width: 88px; margin-right: 20px; border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 20px; background-color: var(--ao-primary-dark);}

.ao-fea-bx1 .ao-fea-info-bx span{font-size: 18px; line-height: 26px; display: block;}

.ao-fea-bx1 .ao-fea-info-footer{display: flex; align-items: center; justify-content: space-between;}
.ao-fea-bx1 .ao-fea-info-footer .ao-fea-step-number{font-size: 68px; line-height: 68px; color: var(--ao-primary); font-weight: 600;}

.ao-fea-info-link a{font-size: 16px; display: flex; align-items: center;}
.ao-fea-info-link a span{text-decoration: underline; margin-right: 10px;}
.ao-fea-info-link a i{width: 60px; height: 60px; color: var(--ao-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 28px; border-radius: 50%; border: 1px solid #ddd;}

.ao-fea-bx1:hover .ao-fea-info-bx .ao-ic-media-bx{background-color: var(--ao-primary); transition: 0.5s all ease;}
.ao-fea-bx1:hover .ao-fea-info-bx .ao-ic-media-bx img{filter: brightness(0) saturate(100%) invert(96%) sepia(3%) saturate(103%) hue-rotate(289deg) brightness(118%) contrast(100%);}


.ao-fea-bx1:hover .ao-fea-info-link a i{border: 1px solid var(--ao-primary);}

@media only screen and (max-width:1365px){
  .ao-our-feature-section { margin: 0px 0px 0px; border-radius: 0px;}
}
@media only screen and (max-width:1199px){
  .ao-fea-bx1{padding: 20px;}
  .ao-fea-bx1 .ao-fea-info-bx span{font-size: 16px;}
  .ao-fea-bx1 .ao-fea-info-bx { margin: 20px 0px;}
  .ao-fea-bx1 .ao-fea-info-bx .ao-ic-media-bx {
    width: 56px;
    height: 56px;
    min-width: 56px;
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .ao-fea-bx1 {
    margin-bottom: 30px;
  }
  .ao-our-feature-section {
    padding: 50px 0px 20px;
  }
}

@media only screen and (max-width: 420px) {
  .ao-fea-bx1 .ao-fea-bx-title a {
    font-size: 20px;
  }
  .ao-fea-bx1 .ao-fea-info-footer .ao-fea-step-number {
    font-size: 38px;
    line-height: 38px;
  }
}

/*==========================
	Marquee Slider 2
===========================*/

.ao-eve-categori-area { padding:30px 0px; overflow:hidden; background-color: var(--ao-primary); }
.ao-eve-categori-box { display:flex; align-items: center; }
.ao-eve-categori-box img { animation: spin 10s linear infinite; }
.ao-eve-categori-box .ao-our-categori-name { padding-left: 20px; font-size:30px; color:var(--ao-secondary); text-transform: uppercase; font-weight: 600; }

@media only screen and (max-width:575px){
.ao-eve-categori-area { padding: 36px 0px;}
}

/*List Sm Check */
.ao-list-sm-wrap { margin-bottom:30px; }
.ao-list-sm-box { list-style: none; margin: 0; padding: 0; }
.ao-list-sm-box li { position:relative; padding-left:40px; font-size: 16px; font-family: var(--ao-title-family); font-weight: 600;  color: var(--ao-title-color); margin-bottom: 10px;}
.ao-list-sm-box li:before{font-size: 28px; content: "\f26e"; position:absolute; top:0px; left:0px; color: var(--ao-primary); border-radius:50%; font-family: bootstrap-icons !important; font-style: normal; font-weight: 400 !important; line-height: 1.1; display: flex; justify-content: center; align-content: center; }


/*Pricing Style 2*/
.ao-pricing-st2-section-wrap {background: #edf0fe;  margin: 0px 60px 120px;  padding: 120px 0px 120px;  border-radius: 20px;}

.ao-pricing-st2-bx{background-color: #fff; padding: 30px; border-radius: 20px;}
.ao-pricing-st2-bx .ao-list-sm-wrap{margin-bottom: 50px;}
.ao-pricing-st2-bx-top{background-color:var(--ao-primary); padding: 50px 20px; border-radius: 20px; margin-bottom: 50px; text-align: center;}

.ao-pricing-st2-bx-top .ao-pricing-st2-title{font-size: 22px; font-weight: 600; color: #fff;}
.ao-pricing-st2-bx-top .ao-pricing-st2-price-bx{display: flex; justify-content: center; align-items: end;}
.ao-pricing-st2-bx-top .ao-pricing-st2-price-bx .ao-price{margin-bottom: 0px; font-size: 45px; font-weight: 700; color: var(--ao-secondary); font-family: var(--ao-body-family);}
.ao-pricing-st2-bx-top .ao-pricing-st2-price-bx p{margin-bottom: 0px; color: #fff;}

.ao-pricing-st2-bx .ao-pricing-btn a{display: block; text-align: center; font-weight: 700;}


.ao-pricing-st2-bx.price-active .ao-pricing-st2-bx-top{background-color: #ecf5e2;}
.ao-pricing-st2-bx.price-active .ao-pricing-st2-bx-top .ao-pricing-st2-title{color: var(--ao-primary-dark);}

.ao-pricing-st2-bx.price-active .ao-pricing-st2-bx-top .ao-pricing-st2-price-bx .ao-price{color: var(--ao-primary);}
.ao-pricing-st2-bx.price-active .ao-pricing-st2-bx-top  .ao-pricing-st2-price-bx p{color: var(--ao-primary-dark);}

.ao-pricing-st2-bx.price-active .ao-pricing-btn a{background-color: var(--ao-primary-dark);}
.ao-pricing-st2-bx.price-active .ao-pricing-btn a:hover{background-color: var(--ao-primary);}

@media only screen and (max-width:1365px){
  .ao-pricing-st2-section-wrap {margin: 0px 0px 0px; border-radius: 0px;}
}
@media only screen and (max-width:991px){
  .ao-pricing-st2-section-wrap {padding: 50px 0px 20px;}
  .ao-pricing-st2-bx-wrap{margin-bottom: 30px;}
}

/*Team Style 2 section*/
.ao-team-st2-wrap{background-color: #fff;}

.ao-team-st2-bx .ao-team-st2-media{margin-bottom:40px ; position: relative; overflow: hidden;}
.ao-team-st2-bx .ao-team-st2-media:after{content: ''; position: absolute; left: 0px; top:0px; right: 0px; bottom: 0px;
border-width: 2px; border-style: solid; border-color:#ddd var(--ao-primary) ; border-radius: 50% ;transition: 0.5s all ease; transform: rotate(0deg); animation: rotating 20s linear infinite;
}
.ao-team-st2-bx:hover .ao-team-st2-media:after{
  transform: rotate(45deg);
  animation: rotating 3s linear infinite;
}

.ao-team-st2-bx .ao-team-st2-media:before{content: ''; position: absolute; left: 30px; top:30px; right: 30px; bottom: 30px; border-radius: 50% ; background-color: rgba(0, 0, 0, 0.1); transform: scale(0.01) translate(-50% -50%);transition: 0.5s all ease; opacity: 0;
}
.ao-team-st2-bx:hover .ao-team-st2-media:before{
  transform: scale(0.9); opacity: 1;
}
.ao-team-st2-bx .ao-team-st2-media .ao-team-st2-media-pic{border-radius: 50%; overflow: hidden; padding: 20px;}
.ao-team-st2-bx .ao-team-st2-media .ao-team-st2-media-pic img{width: 100%; border-radius: 50%;}

.ao-team-st2-bx .ao-team-st2-media .ao-team-social{
  transition: 0.5s all ease;
  position: absolute;
  transform: translate(-50% ,-50%);
  top: 110%;
  left: 50%;
  bottom: auto;
  opacity: 0;
}
.ao-team-st2-bx:hover .ao-team-st2-media .ao-team-social{
  top: 50%;
  opacity: 1;
}

.ao-team-st2-bx .ao-team-st2-media .ao-team-social li a{background-color: #fff; color: var(--ao-primary);}
.ao-team-st2-bx .ao-team-st2-media .ao-team-social li a:hover{background-color:var(--ao-primary); color:#fff;}

.ao-team-st2-bx .ao-team-st2-info{text-align: center;}
.ao-team-st2-bx .ao-team-st2-info .ao-team-name a{font-size: 24px; font-weight: 700; color: var(--ao-primary-dark);}
@media only screen and (max-width:767px){
  .ao-team-st2-bx .ao-team-st2-info .ao-team-name a{font-size: 18px;}
}


/*Tabs Filter*/
.ao-tabs-filter2{text-align: right;}
.ao-tabs-filter2 > nav{display: inline-block;}
.ao-tabs-filter2 .nav-tabs{border: none;}
.ao-tabs-filter2 .nav-tabs .nav-link {background-color:#11223d; border: none; border-radius: 10px; margin-right: 10px; margin-bottom: 10px; padding: 20px 30px; text-align: center;cursor: pointer; position: relative;}
.ao-tabs-filter2 .nav-tabs .nav-link:after{
  content: ''; position: absolute; left: 50%; bottom: -12px; transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--ao-primary);
  opacity: 0;
}
.ao-tabs-filter2 .nav-tabs .nav-link.active {background-color:var(--ao-primary-btn);}
.ao-tabs-filter2 .nav-tabs .nav-link.active:after{opacity: 1;}
.ao-tabs-filter2 .nav-tabs .nav-link:last-child{margin-right: 0px;}
.ao-tabs-filter2 .nav-tabs .nav-link .tabs-title-lg{color: #fff; font-size: 20px; font-family: var(--ao-body-family); margin-bottom: 10px;}
.ao-tabs-filter2 .nav-tabs .nav-link .tabs-title{color: #fff; font-size: 15px; text-transform: uppercase;}
.ao-tabs-filter2 .nav-tabs .nav-link.active .tabs-title {color: #fff;}


@media only screen and (max-width:1365px){
  .ao-tabs-filter2 .nav-tabs .nav-link {
    padding: 20px 20px;
  } 
}
@media only screen and (max-width:1199px){
  .ao-tabs-filter2{text-align: left; margin-top: 20px;} 
}

@media only screen and (max-width:767px){
  .ao-tabs-filter2 .nav-tabs .nav-link .tabs-title{font-size: 12px; text-transform: capitalize;}
  .ao-tabs-filter2 .nav-tabs .nav-link{margin-bottom: 20px;}
}

@media only screen and (max-width:575px){
  .ao-tabs-filter2 .nav-tabs .nav-link { padding: 10px 5px;}
  .ao-tabs-filter2 .nav-tabs .nav-link .tabs-title-lg {
    font-size: 15px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width:420px){
  .ao-tabs-filter2 > nav{display: block;}
  .ao-tabs-filter2 .nav-tabs{display: block;}
}

.ao-event_section-wrap2{background-color: var(--ao-primary-dark); background-image: url(assets/images/home1/left-top-shadow.png); background-position: left top; background-repeat: no-repeat;}
.ao-event-list-bx2{border-radius: 20px; padding: 30px; border: 1px solid rgba(255, 255, 255, 0.10); margin-bottom: 30px; transition: 0.5s all ease; position: relative; overflow: hidden; z-index: 1;}
.ao-event-list-bx2:after{content: ''; position: absolute; right: 0px; top: 0px; background-image: url(assets/images/home2/event-pic/event-bg.jpg); width: 100%;  height: 100%;
  background-size: cover; transition: 0.5s all ease; opacity: 0; z-index: -1;}

.ao-event-list-bx2:hover{border: 1px solid rgba(255, 255, 255, 0.3)}
.ao-event-list-bx2:hover:after{opacity: 1;}
.ao-event-list-bx2-media{border-radius: 20px; overflow: hidden;}
.ao-event-list-bx2-media img{width: 100%;}
.ao-event-list-bx2-info{margin-left: 20px;}
.ao-event-list-bx2-info .ao-event2-meta-section{
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: inline-flex;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 6px;
}
.ao-event-list-bx2-info .ao-event2-meta-section ul{list-style: none; display: flex; flex-wrap: wrap; margin: 0px; padding: 0px; align-items: center;}
.ao-event-list-bx2-info .ao-event2-meta-section ul li{list-style: none; display: flex; flex-wrap: wrap; color: #fff; font-size: 16px; align-items: center; margin-right: 20px; padding-right: 20px; position: relative;}
.ao-event-list-bx2-info .ao-event2-meta-section ul li:last-child{padding-right: 0px; margin-right: 0px;}
.ao-event-list-bx2-info .ao-event2-meta-section ul li:after{position: absolute; content: ''; width: 1px; height: 16px; background-color:rgba(255, 255, 255, 0.30); right: 0px; top: 50%; transform: translateY(-50%);}
.ao-event-list-bx2-info .ao-event2-meta-section ul li:last-child:after{display: none;}
.ao-event-list-bx2-info .ao-event2-meta-section ul li i{margin-right: 5px; color: var(--ao-secondary);}
.ao-event-list-bx2-info .ao-event-title{color: #fff; font-size: 30px; font-family: var(--ao-title-family); font-weight: 600; margin-bottom: 10px; padding-right: 190px;}
.ao-event-list-bx2-info .ao-event-detail{color: rgba(255,255,255,0.5); font-size: 16px; margin-right: 100px; margin-bottom: 30px;}
.ao-event-list-bx2-info .ao-event-detail i{margin-right: 5px;}

.ao-event-list-bx2-info .ao-event-au-info .ao-event-au-name{font-size: 22px; color: #fff; font-family: var(--ao-title-family); font-weight: 600;}
.ao-event-list-bx2-info .ao-event-au-info p{color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 0px;}


.aobtnlink { color: #fff; align-items: center; font-size: 14px; display: inline-flex; align-items: center; border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 30px; padding:12px 20px; line-height: 1; }
.aobtnlink i { margin-left:5px; font-size:14px; }
.aobtnlink:hover { color: #fff; border: 1px solid var(--ao-primary); background-color:var(--ao-primary); }

@media only screen and (max-width:1199px){
  .ao-event-list-bx2-info .ao-event-title{
    padding-right: 0px;
  }
  .ao-event-list-bx2-info .ao-event-detail{margin-right: 0px;}
}
@media only screen and (max-width:991px){
  .ao-event-list-bx2-info{margin-left: 0px; margin-top: 20px;}
  .ao-event-list-bx2-info .ao-event-title{font-size: 22px;}
}
@media only screen and (max-width:420px){
  .ao-event-list-bx2{padding: 20px;}
  .ao-event-list-bx2-info .ao-event2-meta-section{
    padding: 10px;
  }
  .ao-event-list-bx2-info .ao-event2-meta-section ul li{font-size: 14px;}
}

/*Testimonial style 2 Section */
.ao-testimonial-st2-area{background-image: url(assets/images/home2/testimonial-bg-2.jpg); background-size: cover;}
.ao-testimonial-st2{display: flex; align-items: center;}
.ao-testimonial-st2-bx-section{margin-right: 100px;}
.ao-testimonial-st2-bx-section .ao-2-column-head-section{align-items: end;}
.ao-testimonial-st2-quote{text-align: right;}

.ao-testimonial-st2-r{position: relative; z-index: 1;}
.ao-testimonial-st2-r:after{content: ''; border-radius: 20px; background-color: var(--ao-secondary); position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: -1; transform: rotate(-5deg);}
.ao-testimonial-st2-r img{border-radius: 20px; width: 100%;}

.ao-testimonial-st2-rating ul{display: flex; align-items: center; list-style: none;}
.ao-testimonial-st2-rating ul li{font-size: 18px; color: var(--ao-secondary); margin-right: 5px;}

.ao-testimonial-st2-detail{margin-bottom: 40px; padding-bottom: 40px; border-bottom: 2px solid rgba(235, 247, 244, 0.10); font-size: 22px; font-weight: 400; color: #fff; font-style: italic; opacity: 0.8;}

.ao-testimonial-st2-au{display: flex; flex-wrap: wrap; align-items: center;}
.ao-testimonial-st2-au .ao-event-au-pic{min-width: 65px; width: 65px; height: 65px; border-radius: 50%; margin-right: 20px; overflow: hidden;}
.ao-testimonial-st2-au .ao-event-au-pic img{width: 100%;}
.ao-testimonial-st2-au .ao-event-au-info .ao-event-au-name{font-size: 22px; color: #fff; font-family: var(--ao-title-family); font-weight: 600;}
.ao-testimonial-st2-au .ao-event-au-info p{color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 0px;}

.ao-tetimonial-2-slider.owl-carousel .owl-nav{position: absolute;  right: 0px;  margin-top: 0px;  bottom: 0px;}

@media only screen and (max-width:991px){
  .ao-testimonial-st2-bx-section{margin-right: 0px;}
  .ao-testimonial-st2-r-media{
    margin: 50px auto 50px;
    max-width: 360px;
    padding: 0px 10px;
  }
}

@media only screen and (max-width:767px){
  .ao-tetimonial-2-slider.owl-carousel .owl-nav{
    position: inherit;
    margin-top: 30px;
  }
}

@media only screen and (max-width:575px){
  .ao-testimonial-st2-detail{font-size: 18px;}
}

/*====================
inner banner 
=====================*/
.ao-inner-page-section { padding: 120px 0px 90px; background-color: #f8f9ff;}

.breadcumb-area { background: url(assets/images/inner-banner/pic1.jpg);  background-repeat: no-repeat;  background-size: cover;  background-position: center center;  padding: 200px 0 142px;  overflow: hidden; position: relative;  z-index: 1;}
.breadcrumb-overlay{  position: absolute;  width: 100%;  height: 100%;  left: 0px;  top: 0px;  background-color:transparent;  opacity: 0.8;  z-index: -1;}
.breadcumb-content { text-align: center;}
.breadcumb-content h4 {font-size:50px; color: #fff; margin: 0 0 20px; font-family: var(--ao-title-family); font-weight: 700;}
.breadcumb-content ul li {  display: inline-block;  color: #fff;  font-family:var(--ao-title-family); font-size: 18px;  padding-right: 10px; font-weight: 400;}
.breadcumb-content ul li:last-child{ padding-right: 0px;}
.breadcumb-content ul li a { display: inline-block; color: var(--primary-color);}
.breadcumb-content ul li a:hover{color: var(--ao-primary);}
.breadcumb-content-list {font-size: 14px;color: #181a17; display: inline-flex; position: relative; font-weight:600; margin-bottom: 0px; }
@media only screen and (max-width:991px){ 
  .ao-inner-page-section { padding: 50px 0px 20px;}
}
@media only screen and (max-width:767px){ 
  .breadcumb-content h4 {font-size:28px;}
}
@media only screen and (max-width:575px){ 
  .breadcumb-content ul li{font-size: 14px;}
}

@media only screen and (max-width:420px){ 
  .breadcumb-area{padding: 150px 10px 75px 10px;}
}

/*Event Inner Page*/

.icon-btn-circle{border-radius: 50%; background-color: var(--ao-primary-dark); color: #fff; border: none; width: 56px; height: 56px; min-width: 56px; margin-right: 20px; font-size: 28px;}

.ao-event-filter-wrap{margin-bottom: 30px;}
.ao-event-filter-section{display: flex; align-items: center;}
.ao-event-filter-section .input-group{border-bottom: 1px solid rgba(4, 22, 51, 0.5);}
.ao-event-filter-section .input-group-text{background-color: transparent; border: none; padding-left: 0px;}
.ao-event-filter-section .form-control{border: none; background-color: transparent; padding: 0px;}

.ao-event-filter-section .ao-event-filter-bx1{width: 45%; margin-right: 20px;}
.ao-event-filter-section .ao-event-filter-bx2{width: 35%; margin-right: 20px;}
.ao-event-filter-section .ao-event-filter-bx3{width: 20%; display: flex; align-items: end; justify-content: end; white-space: nowrap;}

@media only screen and (max-width:1199px){
  .ao-event-filter-section .ao-event-filter-bx3{width: 280px;}
}
@media only screen and (max-width:767px){
  .ao-event-filter-section{display: block;}
  .ao-event-filter-section .ao-event-filter-bx3{justify-content:start; margin-top: 20px;}
  .ao-event-filter-section .ao-event-filter-bx2{width: 100%;}
  .ao-event-filter-section .ao-event-filter-bx1 {width: 100%;}
}
@media only screen and (max-width:575px){
  .icon-btn-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
    font-size: 20px;
  }
}
.ao-event-list-bx-light-wrap{margin-bottom: 30px;}
.ao-event-list-bx-light{border-radius: 20px; padding: 30px; border: 2px solid #fff; margin-bottom: 30px; transition: 0.5s all ease; position: relative; overflow: hidden; z-index: 1; background-color: rgba(255, 255, 255, 0.6); box-shadow: 0px 0px 30px rgba(105, 123, 196, 0.1);}
.ao-event-list-bx-light:hover{border: 2px solid var(--ao-primary)}
.ao-event-list-bx-light:hover:after{opacity: 1;}
.ao-event-list-bx-light-media{border-radius: 20px; overflow: hidden;}
.ao-event-list-bx-light-media img{width: 100%;}
.ao-event-list-bx-light-info{margin-left: 20px;}
.ao-event-meta-section-light{border: 1px solid #ddd; display: inline-flex; border-radius: 50px; padding: 10px 30px; margin-bottom: 30px;}
.ao-event-meta-section-light ul{list-style: none; display: flex; flex-wrap: wrap; margin: 0px; padding: 0px; align-items: center;}
.ao-event-meta-section-light ul li{list-style: none; display: flex; flex-wrap: wrap; color: var(--ao-title-color); font-size: 14px; align-items: center; margin-right: 20px; padding-right: 20px; position: relative;}
.ao-event-meta-section-light ul li:last-child{padding-right: 0px; margin-right: 0px;}
.ao-event-meta-section-light ul li:after{position: absolute; content: ''; width: 1px; height: 16px; background-color:#ddd; right: 0px; top: 50%; transform: translateY(-50%);}
.ao-event-meta-section-light ul li:last-child:after{display: none;}
.ao-event-meta-section-light ul li i{margin-right: 5px; color: var(--ao-primary);}
.ao-event-list-bx-light-info .ao-event-title{color: var(--ao-title-color); font-size: 30px; font-family: var(--ao-title-family); font-weight: 600; margin-bottom: 10px;}
.ao-event-list-bx-light-info .ao-event-address{ font-size: 16px;}
.ao-event-list-bx-light-info .ao-event-address i{margin-right: 5px; color: var(--ao-primary);}
.ao-event-author-bx-light{padding: 30px 0px;margin-bottom: 30px; border-bottom: 1px solid #ddd; display: flex; flex-wrap: wrap; align-items: center;}
.ao-event-author-bx-light .ao-event-au-pic{min-width: 60px; width: 60px; height: 60px; border-radius: 50%; margin-right: 20px; overflow: hidden;}
.ao-event-au-info-light .ao-event-au-name{font-size: 22px; color: var(--ao-title-color); font-family: var(--ao-title-family); font-weight: 600;}
.ao-event-au-info-light p{font-size: 14px; margin-bottom: 0px;}

.ao-event-list-light-bottom{display: flex; align-items: center;}
.ao-event-list-light-bottom .ao-event-list-light-price{font-size: 22px; color: var(--ao-title-color); margin-left: 20px; font-weight: 600;}

.ao-center-btn{text-align: center; margin-top: 50px;}

@media only screen and (max-width:991px){
  .ao-event-meta-section-light{margin-bottom: 10px;}
  .ao-event-list-bx-light > .row{display: block;}
  .ao-event-list-bx-light-info{margin-left: 0px; margin-top: 20px;}
  .ao-event-list-bx-light-info .ao-event-title{font-size: 28px;}
}
@media only screen and (max-width:767px){
  .ao-event-list-bx-light-info .ao-event-title{font-size: 22px;}
  .ao-event-au-info-light .ao-event-au-name{font-size: 18px; margin-bottom: 0px;}
  .ao-event-list-bx-light{padding: 20px;}
}

@media only screen and (max-width:420px){
  .ao-event-meta-section-light{border-radius: 10px; padding: 2px 10px; margin-bottom: 20px;}
}

/*Event Detail*/
.ao-event-large-media{margin-bottom: 30px;}
.ao-event-large-media img{width: 100%; border-radius: 10px;}

.ao-event-meta-section-light2{border: 1px solid #ddd; display: inline-flex; border-radius: 50px; padding: 8px 30px; margin-bottom: 30px;}
.ao-event-meta-section-light2 ul{list-style: none; display: flex; flex-wrap: wrap; margin: 0px; padding: 0px; align-items: center;}
.ao-event-meta-section-light2 ul li{list-style: none; display: flex; flex-wrap: wrap; color: var(--ao-title-color); font-size: 16px; align-items: center; margin-right: 5px; padding-right:5px; position: relative;}
.ao-event-meta-section-light2 ul li:last-child{padding-right: 0px; margin-right: 0px;}
.ao-event-meta-section-light2 ul li span{color: #616161;}

.ao-event-d-wrap{margin-bottom: 30px;}
.ao-event-d-wrap .ao-event-meta-section-light{margin-right: 10px;}
.ao-event-d-wrap .ao-event-title{margin-bottom: 20px; color: var(--ao-title-color);}
.ao-event-d-wrap .ao-event-title-sm{margin-bottom: 20px; font-size: 30px;}

@media only screen and (max-width:991px){
  .ao-event-d-wrap .ao-event-title{font-size: 22px;}
  .ao-event-d-wrap .ao-event-title-sm {
    font-size: 22px;
  }
}

.ao-ev-detail-list{margin: 40px 0px;}
.ao-ev-detail-list cite{margin-bottom:20px; display: block; font-size: 18px; color: var(--ao-title-color);}

.ao-ev-detail-speakers{background: #edf0fe;padding: 50px 50px 20px 50px; border-radius: 10px;}

@media only screen and (max-width:1199px){
  .ao-ev-detail-speakers{padding:50px 30px 0px 30px;}
}
@media only screen and (max-width:991px){
  .ao-ev-detail-speakers{padding: 30px;}
}

.ao-speakers-bx {background-color: #f2f5fe; text-align: center; transition: all 0.5s linear; margin-bottom:30px; }
.ao-speakers-bx .ao-speakers-media { overflow: hidden; border-radius: 10px;position:relative; margin-bottom: -10px;}
.ao-speakers-bx .ao-speakers-media:before { content:""; position:absolute; bottom:0px; left:0px; width:100%; height:0%; background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(5,22,52,1) 100%); z-index:2; }
.ao-speakers-bx .ao-speakers-media img { width: 100%; height: 220px; object-fit: cover; object-position: center center;}

.ao-speakers-bx .ao-speakers-info{padding:30px 10px 20px 10px; border-radius:0px 0px 10px 10px; border: 2px solid #fff;}

.ao-speakers-bx .ao-speakers-info .ao-speakers-name {font-size: 20px;  margin: 0px 0px 15px;  font-weight: 600; }
.ao-speakers-bx .ao-speakers-info .ao-speakers-position { display: table; text-transform: uppercase; background: var(--ao-primary); border-radius: 30px; padding: 10px 25px; color: #fff; line-height: 1; margin: 0px auto; font-size:14px; }

.ao-speakers-social { list-style: none; margin:0px; display: flex; justify-content: center; position:absolute; bottom:-50px; left:50%; transform: translateX(-50%); z-index:5; transition: 0.5s all ease; }
.ao-speakers-social li { margin-right:4px; padding-right:4px; position: relative; }
.ao-speakers-social li a {width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color:#fff; background:#505a7b;  border-radius: 50%; transition: 0.5s all ease;}
.ao-speakers-social li a:hover{color: #fff; background-color: var(--ao-primary);}

.ao-speakers-bx:hover .ao-speakers-info{ border: 2px solid var(--ao-primary); }
.ao-speakers-bx:hover .ao-speakers-social { bottom:20px; }
.ao-speakers-bx:hover .ao-speakers-media:before { height:50%; }

.ao-speakers-slider.owl-btn-top-right .owl-nav{right: -10px; top: -70px;}

@media only screen and (max-width:991px){
  .ao-speakers-slider.owl-btn-top-right .owl-nav{position: inherit; right: auto; top: auto; text-align: center;}
}


/*Ticket News*/
.ao-ticket-section{border: 1px solid #ddd; border-radius: 10px; padding: 50px; margin: 50px 0px;}
.ao-ticket-count-section{padding: 20px 0px; margin: 20px 0px;   border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; display: flex; justify-content: space-between;}
.ao-ticket-count-content p{margin-bottom: 0px;}


.ao-ticket-count-content-right{display: flex; align-items: center;}
.ao-ticket-count-price{font-size: 22px;  color: var(--ao-title-color);  margin-left: 20px;  font-weight: 600; margin-right: 10px;}
.ao-ticket-count-content .ao-ticket-title {font-size: 20px; font-weight: 500; color: var(--ao-title-color);}

@media only screen and (max-width:991px){
  .ao-ticket-section{padding: 20px;}
}

@media only screen and (max-width:480px){
  .ao-ticket-count-section{display: block;}
  .ao-ticket-count-price{margin-left: 0px;}
}

/*--------------------------*/
.qty-container.custom-touchspin{ display: flex; align-items: center; justify-content: center;}
.qty-container.custom-touchspin .input-qty{ text-align: center; padding: 6px 10px; border: none; max-width: 50px; background: #ecf0fe; height: 40px;}
.qty-container.custom-touchspin .input-qty:focus{outline: none;}
.qty-container.custom-touchspin .qty-btn-minus,
.qty-container.custom-touchspin .qty-btn-plus{ border: none; padding: 10px 13px; font-size: 10px; height: 40px; width: 40px; transition: 0.3s; background: #ecf0fe;}
.qty-container.custom-touchspin .qty-btn-plus{margin-left: -1px; border-radius: 0px 8px 8px 0px;}
.qty-container.custom-touchspin .qty-btn-minus{margin-right: -1px;  border-radius: 8px 0px 0px 8px;}
/*---------------------------*/

.ao-event-de-nextprev{background-color: #ecf0fe; padding: 30px 30px; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; position: relative;}
.ao-event-de-nextprev:after{  content: ''; position: absolute; left: 50%; top: 50%; width: 1px; height: 44px; background-color:var(--ao-primary-dark) ; opacity: 0.2; ; transform: translate(-50% , -50%);}
.ao-event-de-nextprev a{font-size: 20px; font-weight: 500; color: var(--ao-title-color); width: 49%;}
.ao-event-de-nextprev a i{margin: 0px 5px;}
.ao-event-de-nextprev a:hover{color: var(--ao-primary);}
.ao-event-de-nextprev a.ao-next{text-align: right;}

@media only screen and (max-width:991px){
  .ao-event-de-nextprev a{font-size: 16px; display: block; width: 100%; background-color: #ecf0fe; border-radius: 10px; margin: 5px 0px; padding: 10px;}
  .ao-event-de-nextprev{padding: 0px; display: block; background: none;}
  .ao-event-de-nextprev:after{display: none;}

}
/*Organizer*/
.ao-asidebar-bx{background-color: #ecf0fe; border-radius: 10px; padding: 40px; margin-bottom: 30px;}
.ao-asidebar-bx .ao-asidebar-title{font-size: 28px; border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; font-family: var(--ao-title-family); color: var(--ao-title-color);}

.ao-organizer-au-bx{ margin-bottom: 30px;  display: flex; flex-wrap: wrap;}
.ao-organizer-au-bx .ao-organizer-au-pic{ min-width: 100px; width: 100px; height: 100px; border-radius: 10px; margin-right: 20px; overflow: hidden;}
.ao-organizer-au-bx .ao-organizer-au-info .ao-organizer-au-name { font-size: 20px; color: var(--ao-title-color); font-family: var(--ao-title-family);  font-weight: 600;}
.ao-organizer-au-bx .ao-organizer-au-info p { font-size: 14px; margin-bottom: 0px;}
.ao-organizer-au-bx .ao-organizer-au-info a {color: var(--ao-primary);}

.ao-organizer-info-list{list-style: none;}
.ao-organizer-info-list li{margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ddd;}
.ao-organizer-info-list li .ao-title{color: var(--ao-title-color); font-size: 16px; margin-bottom: 5px;}
.ao-organizer-info-list li .ao-info{font-size: 15px; color: #616161;}
.ao-organizer-info-list li .ao-info i{color: var(--ao-primary); margin-right: 10px;}
.ao-map-iframe iframe{width: 100%;height: 240px;border: 0px;padding: 4px;background-color: #fff;}

@media only screen and (max-width:1199px){
  .ao-asidebar-bx{padding: 30px;}
}
@media only screen and (max-width:991px){
  .ao-asidebar-bx .ao-asidebar-title{font-size: 22px;}
}
@media only screen and (max-width:420px){
  .ao-asidebar-bx .ao-asidebar-title{font-size: 22px;}
}



/*FAQ section*/
.ao-faq-area-wrap { background-color:#f8f9ff; }
.ao-faq-area-wrap .ws-near-you-row{max-width: 945px; margin: 0px auto;}
.ao-faq-area-wrap .accordion-button{font-size: 20px; color: #000; font-weight: 600; background: none; padding: 25px;}
.ao-faq-area-wrap .accordion-button:not(.collapsed){box-shadow: none;}
.ao-faq-area-wrap .accordion-button:focus{box-shadow: none;}
.ao-faq-area-wrap .accordion-body { font-size: 16px; padding: 30px; border-top:1px solid #ddd; }
.ao-faq-area-wrap .accordion-body ol,
.ao-faq-area-wrap .accordion-body ul { padding-left:20px;  margin:0px; }
.ao-faq-area-wrap .ws-accord-col { margin-bottom: 20px; }
.ao-faq-area-wrap .accordion-item { border-radius: 10px; transition: all 0.5s ease; background: rgba(255, 255, 255, 0.60);  border: 2px solid #fff; box-shadow: 0px 0px 30px rgba(68, 97, 239, 0.09);}
.ao-faq-area-wrap .accordion-item:hover {box-shadow: 0 0 0px 1px var(--ao-primary);}


.ao-faq-area-wrap .ao-faq-section-mid{max-width: 1096px; margin: 0px auto;}
@media only screen and (max-width:420px){
  .ao-faq-area-wrap .accordion-button{font-size: 17px; padding: 20px;}
  .ao-faq-area-wrap .accordion-body { font-size: 14px; padding: 20px;}
}

/*
====================
 Blog Details Area Css 
====================*/
.blog-details-area {padding: 120px 0px 90px; background-color: #f8f9ff;}

.blog-details-content-mid{padding: 35px 35px 0px 35px; margin-bottom: 60px; border-radius: 0px 0px 8px 8px; border-width: 0px 1px 1px 1px; border-style: solid; border-color: #ddd;}

.meta-blog ul { list-style: none; margin: 0px;}
.blog-details-thumb{border-radius:10px 10px 0px 0px; overflow: hidden;}
.blog-details-thumb img { width: 100%;}
.blog-details-content {margin-top: 0px;}
.blog-details-content .meta-blog{margin-bottom: 10px;}
.blog-details-area .meta-blog ul { display: flex; flex-wrap: wrap; align-items:center; }
.blog-details-area .meta-blog ul li { display: inline-flex; align-items:center; color: #616161;  font-weight: 400;  font-size: 16px;  margin-right:15px;}
.blog-details-area .meta-blog ul li i { margin-right:5px; color: var(--ao-primary);}
.blog-details-area .meta-blog ul li span { margin-right:3px;}
.blog-details-area .meta-blog ul li.ao-meta-cate i { font-size:10px; color:var(--ao-primary); }

.blog-details-title { display: inline-block;  font-size: 32px; line-height: 1.2; color: #1e1e1e;  font-weight: 600;  font-family:var(--title-family2);}
.blog-details-desc p { width: 97%;  margin: 10px 0 27px;}
.blog-details-title h4 {font-size: 28px;  margin-bottom: 14px;  margin-top: 48px;}
.blog-details-rules-item { margin-top: 34px;}
.blog-details-rules-item ul{list-style: none;}
.blog-details-rules-item ul li { color: #1e1e1e;  font-size: 16px;  margin-bottom: 10px;  font-family: var(--title-family2);  font-weight: 500;}
.blog-details-rules-item ul li i {color:var(--secondary);  font-size: 16px;  margin-right: 9px;}
.blog-details-thumb-2 img {  width: 100%;  margin-top: 39px;  margin-bottom: 8px;  border-radius: 20px; }
.row.akta-boder-add-korlam {  border-top: 1px solid #22222214;  padding-top: 26px;  border-bottom: 1px solid #22222214;  padding-bottom: 26px;  margin-bottom: 66px;}
.blog-details-tag ul{ margin: 0px;}
.blog-details-tag ul li { display: inline-block;  color: #101010;  font-size: 18px;  font-family: var(--title-family2);  margin-right: 13px; margin-bottom: 3px;}
.blog-details-tag ul li a {  display: inline-block;  color: #616161;  font-size: 15px;  border: 1px solid  #d8d8d8;  padding: 2px 20px;  border-radius: 8px;  transition: 0.5s;  background-color: #fff;}
.blog-details-tag ul li a:hover{background:var(--ao-primary);  color:#fff;}

.blog-details-social ul{margin: 0px; display: flex; align-items: center; justify-content: end; list-style: none;}
.blog-details-social ul li {color: #101010;   font-family: var(--title-family2);}

.blog-details-social ul li a {display: flex; justify-content: center; align-items: center; color: #fff;  font-family: var(--title-family2);  text-transform: uppercase;  font-size: 14px;  margin-left: 5px;  transition: 0.5s;  position: relative; width: 34px; height: 34px; border-radius: 50%; background: var(--ao-primary); }
.blog-details-social ul li a:hover{color:var(--ao-primary); background-color: #fff; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);}


.ao-clr-fb{background-color:#1773ea;}
.ao-clr-x{background-color:#000;}
.ao-clr-linkedin{background-color:#0270ad;}
.ao-clr-instargam{background-color:#962fbf;}

.blog-related-box-wrap{ background: #edf0fe; padding: 40px; border-radius: 10px; transition: 0.5s all ease;}
.blog-related-box {  display: flex;  align-items: center;  gap: 19px; }
.blog-related-box.style-two { justify-content: flex-end; }


.blog-related-navigation{margin-bottom: 20px; display: block; }
.blog-related-thumb{min-width: 80px; width: 80px; height: 80px; border-radius: 6px; overflow: hidden;}
.blog-related-box-wrap.style-two {text-align: right;}
.blog-related-content a {display: inline-block;  font-size: 16px;  line-height: 24px;  color: #1e1e1e;  font-weight: 500;  font-family:var(--title-family2);}
.blog-related-content p { font-size: 14px;  margin: 0; color: var(--ao-primary);}
.blog-related-box-wrap:hover{background-color: #fff; }

@media only screen and (max-width:1199px){
  .blog-related-box-wrap{padding: 20px;}
  .blog-related-thumb { min-width: 50px; width: 50px; height: 50px;}
}
@media only screen and (max-width:991px){
.blog-related-box { padding:20px 15px 20px 15px;  gap: 19px; border-radius: 20px;  border: 1px solid var(--secondary);}
.blog-details-social { text-align: left; }
.blog-details-tag { margin-bottom: 20px; }
}
@media only screen and (max-width:767px){
  .blog-details-title{font-size: 28px;}
  .blog-related-box.style-two { margin-top:30px; }
  .blog-related-box-wrap.style-two{margin-top: 20px;}
  .blog-details-content-mid{padding: 20px 0px 0px 0px; border-radius: 0pxx; border-width: 0px;}

  .blog-details-social ul{justify-content: start;}
}
@media only screen and (max-width:420px){
  .blog-details-title{font-size: 22px;}
  .blog-related-navigation{margin-bottom: 0px;}
  .blog-details-title h4 {font-size: 22px;}
}
@media only screen and (max-width:400px){
  
  .blog-related-box{padding: 10px; gap: 10px;}
  .blog-related-box.style-two {padding: 10px;}
  .blog-related-thumb{width: 46px;height: 46px; min-width: 46px;}
  .blog-related-content a {font-size: 14px;  line-height: 18px;}
}



.blog-details-bq {background: #edf0fe; display: flex; padding: 40px 140px 40px 40px; border-radius: 8px;}
.blog-details-bq-icon i{color: var(--ao-primary); font-size: 60px;  margin-right: 32px;  display: block;}
.blog-details-bq span {font-size: 15px; color: var(--ao-primary); font-weight: 400; padding-left: 60px; position: relative; z-index: 1;}
.blog-details-bq span:before { width: 50px; height: 1px; background-color: var(--ao-primary); position: absolute; content: ''; left: 0; top: 10px;}

.blog-details-bq-content p{color: var(--ao-title-color); font-size: 20px; font-style: italic;}

@media only screen and (max-width:767px){
  .blog-details-bq {display: block; padding: 20px;}
  .blog-details-bq-icon i{line-height: 60px; margin-bottom: 10px;}
  .blog-details-bq-content p{font-size: 16px;}
}

/* Comment CSS */

.blog-details-comment-title h4 {  font-size: 28px;  font-weight: 700;  color: var(--ao-title-color);  margin: 60px 0 30px;}
.blog-details-comment {margin-bottom: 30px;  position: relative;  padding: 40px;  background-color: #edf0fe;  border-radius: 10px;}
.blog-details-comment.style-two {  margin-left: 100px;}

.blog-details-comment-thumb {  float: left;  margin-right: 30px;  width: 66px;  height: 66px;  border-radius: 50%;  overflow: hidden;}

.blog-details-comment-content {overflow: hidden;}
.blog-details-comment-content h2 { font-size:20px;  margin-top: 0;  margin-right: 40px;  font-weight: normal;  position: relative; color: var(--ao-title-color); margin-bottom: 10px; font-weight: 600;}
.blog-details-comment-content span{font-size: 15px;}
.blog-details-comment-content p { font-size: 15px;  margin:15px 0 0;}

.blog-details-comment-reply {  position: absolute;  right: 22px;  top: 21px;}

.blog-details-comment.reply { margin-left: 70px;  padding-top: 35px;  border-top: 2px solid rgba(255,255,255,0.2);}

.blog-details-contact-title{margin: 60px 0 30px;}
.blog-details-contact-title h4 {font-size: 28px;  font-weight: 700;  color: var(--ao-title-color);}

.blog-details-area .contact-input-box input { background-color: transparent;  border: 1px solid #ddd;  width: 100%;  height: 60px;  padding: 22px;  outline: 0;  margin-bottom: 20px;  border-radius:8px;}

.blog-details-area .contact-input-box textarea {background-color: transparent; border: 1px solid #ddd;  width: 100%;  height: 170px;  padding: 12px 22px 0;  outline: 0;  margin-top: 0px;  margin-bottom: 20px;  border-radius: 6px;}

.input-check-box span {font-size: 15px; margin-left: 7px;}
.blog-details-submi-button{margin-top: 40px;}
.blog-details-submi-button button{display: block; width: 100%;}

@media only screen and (max-width:1200px){
.blog-details-submi-button { margin-bottom: 50px; }
}

@media only screen and (max-width:991px){
.blog-details-area {  padding: 50px 0px 20px; }	
}

@media only screen and (max-width:767px){
.blog-details-comment-reply { position: absolute; right: auto; top: 120px; left: 40px; }
.blog-details-comment.style-two { margin-left: 50px; }	
.blog-details-comment-thumb { margin-right: 20px; }	
.blog-details-contact-title h4 {margin: 40px 0 10px;}
}

@media only screen and (max-width:420px){
  .blog-details-comment{padding: 20px;}
  .blog-details-comment-thumb {  float: none;  margin:0px auto 30px; }
  .blog-details-comment-reply { top: auto; left: auto; right: 20px; bottom: 20px; }
  .blog-details-comment-content p{margin-bottom: 40px;}
  .blog-details-comment.style-two {margin-left: 0px;}

  .blog-details-comment-title h4 {  font-size: 22px;}
  .blog-details-contact-title h4 {font-size: 22px;}
}

/*Blog-details-sidbar*/

.widget_search {padding: 13px 40px 37px;  border-radius:10px;  margin-bottom: 30px;  background: #edf0fe;  border: 1px solid #fff;}
.widget_search form { position: relative;  margin-top: 25px;}
.widget_search input {border-radius: 10px;  padding-left: 20px !important; height: 60px; width: 100% !important; position: relative; color: #012549; outline: 0 !important;
  border: 1px solid #ddd; background: none;}
@media only screen and (max-width:1199px){
  .widget_search {padding: 20px}
  .widget_search form {margin-top: 0px;}
}

button.icons {border: 0; font-size: 16px; position: absolute; right: 0px; top: 0px; color: #fff; background: var(--ao-primary); height: 60px; width: 60px; border-radius: 10px;}

/* Sidber Recent Post */

.widget-categories-box { background:#edf0fe;  border: 1px solid #fff;  border-radius:10px;  padding: 30px;  margin-bottom: 30px;}
.widget-categories-box .sidber-widget-recent-post:last-child{margin-bottom: 0px;}
@media only screen and (max-width:1199px){
  .widget-categories-box{padding: 20px;}
}

.categories_title h4 {  font-size: 22px;  color: #1e1e1e;  font-weight: 500;  margin-bottom: 42px;  position: relative;
  font-family: var(--title-family2);}

.categories_title h4:before {position: absolute;  content: "";  width: 30px;  height: 2px;  left: 0;
  bottom: -20px;  background: var(--ao-primary);}

.sidber-widget-recent-post { margin-bottom: 27px;  display: flex;  align-items: center;  gap: 22px;}

.sidber-widget-recent-post .recent-widget-thumb{  width: 80px;  height: 80px;  min-width: 80px;  border-radius: 6px;  overflow: hidden;}
@media only screen and (max-width:360px){
  .sidber-widget-recent-post{gap: 10px;}
  .sidber-widget-recent-post .recent-widget-thumb{
    width: 50px; height: 50px; min-width: 50px;
  }
}

.recent-widget-content a {  transition: 0.5s;  color: #101010 !important;  font-weight: 500;  font-size: 18px;  line-height: 26px;  display: block;  font-family: var(--ao-title-family);
}
.recent-widget-content a:hover{color: var(--secondary);}
@media only screen and (max-width:360px){
  .recent-widget-content a{font-size: 14px; line-height: 20px;}
}


.sidber-widget-recent-post:hover .recent-widget-content a{  color: var(--primary-color) !important;}

.recent-widget-content p { font-size: 14px;  margin: 0; color: var(--ao-primary);}

.widget-catefories-list ul { list-style: none; margin-bottom: 0px;}
.widget-catefories-list ul li {  border:1px solid rgba(16,16,16,0.1);  margin-bottom: 10px;  padding:15px; border-radius:10px; }
.widget-catefories-list ul li:last-child{margin-bottom: 0px;}


.widget-catefories-list ul li a {  display: block;  color: #1e1e1e;  font-weight: normal;  font-family:var(--ao-title-family);  font-size: 16px;  transition: 0.5s;  padding-right: 20px;  position: relative;}
.widget-catefories-list ul li a:after{ position: absolute;  transition: 0.5s;  right: 0px;  top: -2px;  transform: translateX(20px);  font-family: bootstrap-icons !important;  content: "\f138";  opacity: 0;  font-size: 18px;}

.widget-catefories-list ul li a:hover{ color:var(--secondary);}

.widget-catefories-list ul li a:hover:after{transform: translateX(0px); opacity: 1;}

.widget-catefories-list ul li i {  display: inline-block;  font-size: 14px;  margin-right: 9px;  transition: 0.5s; color: var(--ao-primary); font-size: 18px;}

.widget-catefories-list ul li a:hover i{  color:var(--primary-color);}

.widget-catefories-tags{gap: 10px 10px; display: flex;  flex-wrap: wrap;}

.widget-catefories-tags a { display: inline-block;  color: #101010;  font-weight: 500;  font-family: var(--ao-title-family); padding: 6px 19px; position: relative;  z-index: 1;  font-size: 15px;  border-radius: 5px;  transition: 0.5s; border: 1px solid #ddd;}

.widget-catefories-tags a:hover{ background-color: var(--ao-primary);  color: #fff;}

.widget-catefories-tags a:before{  position: absolute;  content: "";  width: 0;  height: 100%;  left: 50%;  top: 0;  background:var(--primary-color);  transition: 0.5s;  z-index: -1;}

.widget-catefories-tags a:hover:before{  width: 100%;  left: 0;}

/*Speaker Deatil Page*/
.ao-speaker-detail-left { margin-bottom: 20px;}
.ao-speaker-detail-right { margin-bottom: 20px;}
.ao-speaker-detail-info { padding-left: 30px;}
.ao-speaker-detail-info .ao-speaker-de-title { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; font-size: 34px; color: var(--ao-title-color); }
.ao-speaker-detail-head { margin-bottom: 30px;}
.ao-speaker-detail-head p {padding-right: 88px;}
.ao-skills-abilities .ao-skill-title { margin-bottom: 20px; font-size: 24px; color: var(--ao-title-color); }

@media only screen and (max-width:991px){
  .ao-speaker-detail-head p {padding-right: 0px;}
  .ao-speaker-detail-info {padding-left: 0px;}
  .ao-skills-abilities .ao-skill-title { font-size: 24px; color: var(--ao-title-color); }
  .ao-speaker-detail-info .ao-speaker-de-title { font-size: 28px;}
}
@media only screen and (max-width:420px){
  .ao-skills-abilities .ao-skill-title { font-size: 22px;}
  .ao-speaker-detail-info .ao-speaker-de-title { font-size: 22px;}
}

/*____Progress Bar 
-------------------------------------*/
.our-exp{margin-right: 30px;}
.our-exp .progressText b {font-size: 18px; font-family: var(--ao-title-family); color: var(--ao-title-color); font-weight: 500; margin-right: 50px;}

.our-exp .progress {position: relative; font-family: var(--ao-title-family); text-transform: uppercase;font-size: 16px; font-weight: 600;text-align: right;}

.our-exp .progress .progress-bar {position: relative; -webkit-transition: width 1.5s ease-in-out; transition: width 1.5s ease-in-out; height: 5px; top: 0px; background-color: var(--ao-primary);}

.our-exp .progress .tooltip {left: 100%; z-index: 1;}

.our-exp .progress span {position: absolute;	right: 0px; top: -50px; font-family: var(--ao-title-family); color: var(--ao-title-color);  font-size: 18px;}

.our-exp .tooltip {z-index: 1 !important;}

.our-exp .progress {overflow: visible; background-color: #d4dbfc; border-radius: 0px; height: 5px; margin: 10px 0px 20px 0px;}

.our-exp .progress:last-child{margin: 10px 0px 0px 0px;}

@media only screen and (max-width:991px){
  .our-exp{margin-right: 0px;}
}

.ao-speaker-detail-wrap-section{display: flex; align-items: center;}
.ao-speaker-detail-contact{border: 1px solid #ddd; border-radius: 20px; padding: 60px; background-color: rgba(255,255,255,0.7); margin-bottom: 30px;}
.ao-speaker-cont-left .ao-title-head-lg-title{font-size: 34px; margin-bottom: 10px;}



.ao-cont-info-box-wrap{margin: 30px 0px 80px 0px; list-style: none;}
.ao-cont-info-box {display: flex; margin-bottom:30px; }
.ao-cont-info-box .ao-cont-icon { width: 46px; height: 46px; min-width: 46px; margin-right: 10px; border-radius: 50px; display: flex; background: #fff; justify-content: center; align-items: center; border: 1px solid #ddd;}

.ao-cont-info-box .ao-cont-icon i { color: var(--ao-primary);}
.ao-cont-info-box .ao-cont-icon:hover{background: var(--ao-primary); border: 1px solid var(--ao-primary);}
.ao-cont-info-box .ao-cont-icon:hover i{color: #fff;}
.ao-cont-info-box .ao-cont-des { padding-left:15px; }
.ao-cont-info-box .ao-cont-des h4{font-size: 18px; color: var(--ao-title-color); font-weight: 500;}
.ao-cont-info-box .ao-cont-des p { margin:0px; line-height:1.4; }

.ao-cont-visit-site a{color: var(--ao-primary);}
.ao-cont-visit-site a:hover{color: var(--ao-title-color); text-decoration: underline;}

.ao-speaker-contact-form .ao-title-head-lg-title{font-size: 34px; margin-bottom: 30px;}

@media only screen and (max-width:1200px){
  .ao-speaker-detail-wrap-section{display: flex; align-items: start;}
}
@media only screen and (max-width:991px){ 
  .ao-cont-info-box-wrap {margin: 30px 0px 30px 0px;}
  .ao-speaker-cont-left{margin-bottom: 50px;}
  .ao-speaker-cont-left .ao-title-head-lg-title {font-size: 28px;}
  .ao-speaker-contact-form .ao-title-head-lg-title{font-size: 28px;}
  .ao-speaker-detail-contact{padding: 30px;}
}

@media only screen and (max-width:420px){ 
  .ao-speaker-cont-left .ao-title-head-lg-title {font-size:22px;}
  .ao-speaker-contact-form .ao-title-head-lg-title{font-size: 22px;}
  
}


.single-input-box2 input {border: 1px solid #1b343430; outline: 0; width: 100%; height: 56px; position: relative; padding: 0 21px; border-radius: 6px;
  background-color: transparent; color: #181a17;}

.single-input-box2 input::placeholder{color: #868681;}
.single-input-box2 textarea::placeholder{color: #868681;}

.single-input-box2 textarea {border: 1px solid #1b343430; outline: 0; width: 100%; height: 160px;  position: relative;  padding: 9px 19px; border-radius: 6px; background-color: transparent; color: #181a17;}
.single-input-box2 textarea::placeholder{color: #acacac;}

.google-map2 iframe { width: 100%; height: 550px; margin-bottom: -10px;}





/*Contact Us*/
.ao-contact-us-left-section{margin-right: 60px;}
@media only screen and (max-width:1199px){
  .ao-contact-us-left-section{margin-right: 0px;}
}

.ao-cont-info-box2-wrap{list-style: none; margin: 30px 0px 30px 0px; padding: 40px; border-radius: 10px; border: 2px solid #fff; transition: 0.5s all ease; position: relative; overflow: hidden; z-index: 1; background-color: rgba(255, 255, 255, 0.04); box-shadow: 0px 0px 30px rgba(105, 123, 196, 0.1);}
.ao-cont-info-box2-wrap li{border-bottom: 1px dashed #adadad; margin-bottom: 30px;}
.ao-cont-info-box2-wrap li:last-child{border: none; margin: 0px;}
.ao-cont-info-box2-wrap li:last-child .ao-cont-info-box2{margin-bottom: 0px;}

@media only screen and (max-width:575px){ 
  .ao-cont-info-box2-wrap{padding: 30px;}
}

.ao-cont-info-box2 {display: flex; margin-bottom:30px; }
.ao-cont-info-box2 .ao-cont-icon { width: 70px; height: 70px; min-width: 70px; margin-right: 10px; border-radius: 50px; display: flex; background: #fff; justify-content: center; align-items: center;}

.ao-cont-info-box2 .ao-cont-icon i { color: var(--ao-primary); font-size: 28px;}
.ao-cont-info-box2 .ao-cont-icon:hover{background: var(--ao-primary);}
.ao-cont-info-box2 .ao-cont-icon:hover i{color: #fff;}
.ao-cont-info-box2 .ao-cont-des { padding-left:15px; }
.ao-cont-info-box2 .ao-cont-des h4{font-size: 20px; color: var(--ao-title-color); font-weight: 500; margin: 0; font-family: var(--ao-body-family);}
.ao-cont-info-box2 .ao-cont-des p { margin-bottom: 10px; line-height:1.4; }


.ao-contact-form-single{background-color: #edf0fe; padding: 60px; border-radius: 10px; margin-bottom: 30px;}
.ao-contact-form-single .ao-section-head{margin-bottom: 30px;}
.ao-contact-form-single .ao-title-head-lg-title{font-size: 34px;}

@media only screen and (max-width:991px){ 
  .ao-contact-form-single { padding: 30px;}
}
@media only screen and (max-width:771px){ 
  .ao-contact-form-single .ao-title-head-lg-title{font-size: 28px;}
}
@media only screen and (max-width:575px){ 
  .ao-contact-form-single .ao-title-head-lg-title{font-size: 26px;}
}
@media only screen and (max-width:420px){ 
  .ao-cont-info-box2 .ao-cont-des h4{font-size: 16px;}
  .ao-cont-info-box2-wrap {padding: 20px;}
  .ao-cont-info-box2 .ao-cont-des {padding-left: 6px;}
}
.single-input-box3 input {border: 1px solid #1b343430; outline: 0; width: 100%; height: 56px; position: relative; padding: 0 21px; border-radius: 6px;
  background-color: transparent; color: #181a17;}

.single-input-box3 input::placeholder{color: #868681;}
.single-input-box3 textarea::placeholder{color: #868681;}

.single-input-box3 textarea {border: 1px solid #1b343430; outline: 0; width: 100%; height: 118px;  position: relative;  padding: 9px 19px; border-radius: 6px; background-color: transparent; color: #181a17;}
.single-input-box3 textarea::placeholder{color: #acacac;}

/*Checked Input*/
.form-check-input {width: 18px; height: 18px; background: transparent; border: 1px solid var(--ao-primary);}
.form-check-input:checked { background-color: var(--ao-primary); border-color: #e5c466;}
.form-check-input:checked[type=radio] {background-image: none; position: relative;}
.form-check-input:checked[type=radio]:after { background-color: #e5c466; width: 10px; height: 10px; content: ""; position: absolute;
  left: 2px; top: 2px; border-radius: 50%;}
.form-check-input2[type=radio] { background-color: transparent;}


.ao-blog-list .ao-lats-news-title{font-size: 32px; margin-bottom: 10px;}
.ao-blog-list .ao-lats-news-info p{color: #616161; font-size: 18px; line-height: 30px;}

@media only screen and (max-width: 767px) {
  .ao-blog-list .ao-lats-news-title{font-size: 28px;}
  .ao-blog-list .ao-lats-news-info p { font-size: 16px; line-height: 26px;}
}

@media only screen and (max-width:420px){
  .ao-blog-list .ao-lats-news-title{font-size: 22px;}
}
/*______Pagination Style______*/
.pagination-outer { padding-top: 30px;}

.pagination-outer .pagination-style1 { position: relative; display: inline-block;}
.pagination-outer .pagination-style1 ul { list-style: none; margin-bottom: 0px;  display: flex;}
.pagination-outer .pagination-style1 ul li { position: relative; margin: 0px 3px 0px;}
.pagination-outer .pagination-style1 ul li.prev a {width: 46px; height: 46px; font-size: 14px;
  transition: 0.5s all ease; display: flex; justify-content: center;
}
.pagination-outer .pagination-style1 ul li.next a {width: 46px; height: 46px;  font-size: 14px; transition: 0.5s all ease; display: flex; justify-content: center;
}

.pagination-outer .pagination-style1 ul li a { position: relative; background-color:transparent; width: 46px; height: 46px; font-size: 18px; line-height: 46px; text-align: center;
  display: flex;  justify-content: center; transition: 0.5s all ease; border-radius: 50%; border: 1px solid #ddd; align-items:center;}
  .pagination-outer .pagination-style1 ul li span { position: relative; background-color:transparent; width: 46px; height: 46px; font-size: 18px; line-height: 46px; text-align: center;
    display: flex;  justify-content: center; transition: 0.5s all ease; border-radius: 50%; border: 1px solid #ddd; align-items:center;}


.pagination-outer .pagination-style1 ul li.active a { background-color: var(--ao-primary); border: 1px solid var(--ao-primary); color: #fff;}
.pagination-outer .pagination-style1 ul li:hover a {background-color: var(--ao-primary); border: 1px solid var(--ao-primary); color: #fff;}
.pagination-outer .pagination-style1 ul li span.current { background-color: var(--ao-primary); border: 1px solid var(--ao-primary); color: #fff;}


/*Memories*/
.ao-memories-bx-wrap{margin-bottom: 30px;}
.ao-memories-bx {position: relative; border-radius: 10px;  overflow: hidden; margin-bottom: 30px}
.ao-memories-bx .ao-memo-info-wrap {position: absolute; padding: 30px; left: 0px; bottom: 0px; width: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(4, 22, 51) 73%);
}

.ao-memories-bx .ao-memo-media {position: relative; overflow: hidden;}
.ao-memories-bx .ao-memo-media > a img { width: 100%; height: 480px;  object-fit: cover; object-position: center;}

.ao-memories-bx .ao-memo-media .ao-view-btn-wrap { transition: 0.5s all ease;position: absolute;left: 50%; top: 100%; transform: translate(-50%, -50%); opacity: 0;}
.ao-memories-bx:hover .ao-memo-media .ao-view-btn-wrap {top: 50%; opacity: 1;}
.ao-memories-bx .ao-memo-media  .ao-view-btn-wrap .ao-view-btn { width: 70px; height: 70px;  display: flex; align-items: center; justify-content: center; background-color: var(--ao-primary); border-radius: 50%;}
.ao-memories-bx .ao-memo-media  .ao-view-btn-wrap .ao-view-btn i {color: #fff; font-size: 24px;}
.ao-memories-bx .ao-memo-media  .ao-view-btn-wrap .ao-view-btn:hover{background-color: #fff;}
.ao-memories-bx .ao-memo-media  .ao-view-btn-wrap .ao-view-btn:hover i {color: var(--ao-primary);}

.ao-memories-bx .ao-memo-cat {display: flex;align-items: center;}
.ao-memories-bx .ao-memo-cat .cat-name { color: #fff; font-size: 14px; background-color: var(--ao-primary); border-radius: 50px; padding: 5px 16px; margin-bottom: 20px;}

.ao-memories-bx .ao-memo-title { font-size: 24px; font-family: var(--ao-title-family); text-transform: capitalize; margin-bottom: 0px; font-weight: 600;}
.ao-memories-bx .ao-memo-title a { color: #fff;}
.ao-memories-bx .ao-memo-title:hover a {color: var(--ao-primary);}

@media only screen and (max-width:1199px){
  .ao-organizer-au-bx .ao-organizer-au-pic{ margin: 0px 20px 20px 0px;}
}
@media only screen and (max-width:420px){
  .ao-memories-bx .ao-memo-title { font-size: 22px;}
  .ao-memories-bx .ao-memo-media > a img {height: 380px;}
}

/*Header sidebar icon*/
.icon-btn-circle2 { border-radius: 50%; background-color: var(--ao-secondary); color: var(--ao-title-color); border: none; width: 56px; height: 56px; font-size: 28px; display:flex; justify-content:center; align-items:center; }
@media only screen and (max-width:1200px){
  .icon-btn-circle2 { width: 44px; height: 44px; font-size: 18px;}
}

/*Header Top Bar*/
.ao-hdr-top-bar-1{background-color: var(--ao-primary); margin: 0px 30px 0px 30px; padding: 10px 50px;  border-radius: 20px 20px 0px 0px; display: flex; align-items: center; justify-content: space-between;}
.ao-hdr-top-bar-1 .ao-hdr-top-left{color: #fff; font-size: 15px;}
.ao-hdr-top-bar-1 .ao-hdr-top-left i{font-size: 8px; padding-right: 4px; position: relative; top: -3px;}

.ao-hdr-top-bar-1 .ao-hdr-top-right{color: #fff; font-size: 15px;}
.ao-hdr-top-bar-1 .ao-hdr-top-right i{font-size: 8px; padding-right: 4px; position: relative; top: -3px;}

.header-style-1 .main-bar.color-fill .ao-hdr-top-bar-1{ margin: 0px; border-radius: 0px; padding: 10px 80px;}
.header-style-2 .main-bar.color-fill .ao-hdr-top-bar-1{ margin: 0px; border-radius: 0px; padding: 10px 80px;}
/*Header 2 Top Bar*/
.ao-hdr-top-bar-2{background-color: var(--ao-secondary); padding: 10px 80px; display: flex; align-items: center; justify-content: space-between;}
.ao-hdr-top-bar-2 .ao-hdr-top-left{color: var(--ao-title-color); font-size: 15px;}
.ao-hdr-top-bar-2 .ao-hdr-top-left i{font-size: 8px; padding-right: 4px; position: relative; top: -3px;}

.ao-hdr-top-bar-2 .ao-hdr-top-right{color: var(--ao-title-color); font-size: 15px;}
.ao-hdr-top-bar-2 .ao-hdr-top-right i{font-size: 8px; padding-right: 4px; position: relative; top: -3px;}

.header-style-2 .main-bar.color-fill .ao-hdr-top-bar-2{ margin: 0px; border-radius: 0px; padding: 10px 80px;}
.header-search a i{font-size: 24px; color: #fff;}

@media (max-width:1199px) {
  .ao-hdr-top-bar-1{border-radius: 0px; margin: 0px;}
}
@media (max-width:767px) {
  .ao-hdr-top-bar-1{display: none;}
}


@media only screen and (max-width:991px){
  .ao-hdr-top-bar-2{padding: 10px 15px;}
  .ao-hdr-top-bar-2 .ao-hdr-top-left{font-size: 12px;}
  .ao-hdr-top-bar-2 .ao-hdr-top-right{font-size: 12px;}
}
@media only screen and (max-width:767px){
  .ao-hdr-top-bar-2{display: none;}
}

/*** 
====================================================================
   Search Box Css
====================================================================
***/
.search-popup{ position: fixed; left: 0; top: 0; height: 100vh; width: 100%; z-index: 99999; margin-top: -540px; transform: translateY(-100%); background-color: rgba(0,0,0,0.90);
  -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{ width: 100%;}

.search-active .search-popup{transform: translateY(0%); margin-top: 0;}

.search-popup .close-search {position: absolute; left: 0; right: 0; margin: 0 auto; margin-top: -200px; border-radius: 50%; text-align: center; background-color:var(--primary-color);
  width: 70px;  cursor: pointer;  box-shadow: 0 0 10px rgba(0,0,0,0.05);  border-bottom: 3px solid #fff; border-top: 3px solid #fff; border-right: 3px solid var(--ao-primary);
  border-left: 3px solid var(--ao-primary); -webkit-transition: all 500ms ease; height: 70px; line-height: 70px; text-align: center;}

.search-active .search-popup .close-search{ visibility: visible; opacity: 1; top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form{position: absolute; max-width: 700px; top: 50%; left: 15px; right: 15px; margin:-35px auto 0; transform: scaleX(0); transform-origin: center; background-color: #111111;  -webkit-transition: all 300ms ease;  -moz-transition: all 300ms ease;  -ms-transition: all 300ms ease; -o-transition: all 300ms ease;  transition: all 300ms ease;}

.search-active .search-popup form{transform: scaleX(1); -webkit-transition-delay: 1200ms; -moz-transition-delay: 1200ms; -ms-transition-delay: 1200ms; -o-transition-delay: 1200ms; transition-delay: 1200ms;}

.search-popup .form-group{ position:relative;  margin:0px; overflow: hidden; border-radius: 20px;}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{ position:relative; display:block; font-size:18px; line-height: 50px; color:#000000; height:70px; width:100%; padding: 10px 30px;
  background-color: #ffffff;  -webkit-transition:all 500ms ease;  -moz-transition:all 500ms ease;  -ms-transition:all 500ms ease;  -o-transition:all 500ms ease;  transition:all 500ms ease;  font-weight:500;  text-transform:capitalize;  border: none;}

.search-popup .form-group input[type="submit"], .search-popup .form-group button { position: absolute;  right: 30px; top: 0px; height: 70px; line-height: 70px;
  background: transparent; text-align: center; font-size: 24px; color:var(--ao-primary); padding: 0; cursor: pointer; -webkit-transition: all 500ms ease; border: none;}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{ color: #000000;}

.search-popup input::placeholder,
.search-popup textarea::placeholder{ color:#000000;}

.search-popup .close-search.style-two{ position: absolute; right: 25px; left: auto; color:#ffffff; width:auto; height:auto; top:25px; margin:0px; border:none; background:none !important; box-shadow:none !important; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease;  transition:all 500ms ease;}

.search-box-btn { display: inline-block; padding-left: 22px;}

.search-box-btn i { display: inline-block; color: #fff; line-height: 30px; text-align: center; font-size: 18px; cursor: pointer; transition: .5s;}

.upp.search-box-btn i { color: #9E9FA1;}

.search-box-btn.search-box-outer span i {font-size: 20px; display: inline-block; color: #fff; padding-left: 17px; position: relative; z-index: 1;}

.upp.search-box-btn.search-box-outer span i { color: var(--ao-primary);}

.search-box-btn.search-box-outer span i:after {position: absolute; content: "0"; right: -10px; top: -4px; width: 16px; height: 16px; line-height: 16px;  text-align: center;  background:var(--ao-primary); color: #fff; border-radius: 50%; display: inline-block; font-size: 12px;}

.flaticon-multiply:before {content: inherit;}
button.close-search i { font-size: 25px; color: #fff; display: inline-block;}

span.flaticon-multiply i { display: inline-block; color: var(--ao-primary)}

.header-search-button.search-box-outer { padding: 0px 8px 0 0; display: inline-block;}

.header-search-button.search-box-outer a {color:var(--ao-primary); display: inline-block; position: relative;left: 16px;}

/*===========================
<--  Sidbar popup Css -->
=============================*/
.nav-btn.navSidebar-button { display: inline-block;}
.nav-btn.navSidebar-button a i {font-size: 24px; display: inline-block; color:var(--ao-primary); transition: .5s;}
.xs-sidebar-group .xs-overlay {left: 100%; top: 0; position: fixed; z-index: 101; height: 100%; opacity: 0; width: 100%; visibility: hidden; -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s; transition: all 0.4s ease-in 0.8s;}

.xs-sidebar-group .widget-heading {position: absolute; top: 23px; right: 0; padding: 25px;}

.xs-sidebar-widget { position: fixed; right: -100%; top: 0; bottom: 0; width: 100%; max-width: 360px; z-index: 999999; overflow: hidden; overflow-y: auto;  -webkit-overflow-scrolling: touch; background-color:var(--ao-primary-dark); -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s; transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s; visibility: hidden; opacity: 0;}

.xs-sidebar-group.isActive .xs-overlay { opacity: 0.7; visibility: visible; -webkit-transition: all 0.8s ease-out 0s; -o-transition: all 0.8s ease-out 0s;  transition: all 0.8s ease-out 0s;  left: 0;}

.xs-sidebar-group.isActive .xs-sidebar-widget { opacity: 1; visibility: visible; right: 0;  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;}

.sidebar-textwidget { padding: 40px 32px;}
.close-side-widget i { color:var(--ao-primary); font-size: 28px; display: block;}

.sidebar-widget-container { position: relative; top: 150px; opacity: 0;  visibility: hidden; -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s; transition: all 0.3s ease-in 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden;}

.xs-sidebar-group.isActive .sidebar-widget-container { top: 0px; opacity: 1; visibility: visible; -webkit-transition: all 1s ease-out 1.2s;  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s; -webkit-backface-visibility: hidden; backface-visibility: hidden;}

.xs-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%;  opacity: 0.5;  z-index: 0;}

.xs-bg-black { background-color:var(--ao-primary-dark);}

.sidebar-info-contents .content-box .title{font-size: 24px; color: #fff; margin-bottom: 15px;}
.sidebar-info-contents .nav-logo{margin-bottom: 40px; margin-top: 30px;}
.sidebar-info-contents .text{color: #9b9fb5;}



.sd-contact-info-bx{list-style: none; margin: 30px 0px 30px 0px; padding: 20px; border-radius: 10px;border: 2px solid #ffffff0a; transition: 0.5s all ease; position: relative;
  overflow: hidden; z-index: 1; background-color: #1a234d; box-shadow: 0px 0px 30px rgba(105, 123, 196, 0.1);}
.sd-contact-info-bx li{border-bottom: 1px dashed #adadad; margin-bottom: 30px;}
.sd-contact-info-bx li:last-child{border: none; margin: 0px;}
.sd-contact-info-bx li:last-child .ao-sd-cont-info-box2{margin-bottom: 0px;}

.ao-sd-cont-info-box2 {display: flex; margin-bottom:30px; }
.ao-sd-cont-info-box2 .ao-cont-icon { width: 40px; height: 40px; min-width: 40px; margin-right: 10px; border-radius: 50px; display: flex; background: var(--ao-secondary); justify-content: center; align-items: center;}

.ao-sd-cont-info-box2 .ao-cont-icon i { color: var(--ao-title-color); font-size: 18px;}
.ao-sd-cont-info-box2 .ao-cont-icon:hover{background: var(--ao-primary);}
.ao-sd-cont-info-box2 .ao-cont-icon:hover i{color: #fff;}
.ao-sd-cont-info-box2 .ao-cont-des { padding-left:15px; }
.ao-sd-cont-info-box2 .ao-cont-des h4{font-size: 14px; color: #fff; font-weight: 500; margin: 0; font-family: var(--ao-body-family);}
.ao-sd-cont-info-box2 .ao-cont-des p { margin-bottom: 10px; line-height:1.4; color: var(--ao-secondary); }


.ao-sd-social  { list-style:none; margin:0px;  display:flex; align-items: center;}     
.ao-sd-social li { display: inline-block; margin:0px 10px;} 
.ao-sd-social li:last-child{margin-right: 0px;} 
.ao-sd-social li a {width: 40px; height: 40px; color: var(--ao-primary); border-radius: 30px; font-size: 14px; display: flex; align-items: center; justify-content: center;
  background: #1a234d;}
.ao-sd-social li a:hover {color:var(--ao-secondary); background:var(--ao-primary); border:2px solid var(--ao-primary); } 


/*======================== Evenly COMMENT AREA CSS =========================*/

/* POST REPLY CSS */

 .comments {

     padding-bottom: 25px;

}

 .post_comment {

     margin: 20px 0 10px 0;

     padding: 0 10px;

}

.commment_title h3 {

    margin-bottom: 20px;

    position: relative;

    margin-top: 0;

    font-size: 1.25em;

    font-size: 30px;

    font-weight: 700;

}

 .commment_title small{

     font-size: 60%;

}

 .post_replay_inner {

     word-wrap: break-word;

     display: -webkit-box;

     display: -ms-flexbox;

     display: flex;

     margin-bottom: 20px;

}

 .mgl-30 {

     margin-left: 30px;

}

 .post_reply_thumb {

}

 .post_reply_thumb img {

     border-radius: 50%;

}

 .post_replay {

     margin-top: 30px;

}

 .post_reply {

     padding-left: 15px;

     width: 100%;

     position: relative;

}

 .post_reply div.st {

     font-size: 18px;

     font-weight: 400;

}

.post_reply div.st a {

    color: #232323;

    font-size: 21px;

    display: inline-block;

    padding-bottom: 0;

    text-transform: capitalize;

    font-weight: 600;

    font-family: 'Cormorant Garamond', serif;

}

 .reply_date {

     overflow: hidden;

     margin-bottom: 15px;

}

.reply_date span.span_left {

    font-size: 14px;

    color: #686868;

    display: block;

}

.reply_date span.span_right {
    float: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    border-radius:5px;
    top: 0;
    right: 0;
    background:var(--ao-primary-btn);
    padding: 5px 13px;
    transition: .3s;
}

 .reply_date span.span_right:hover{
  background:var(--ao-primary-btn);
}

 .post_reply p {

}

 .comments-area {

     background: #fff;

     margin: 30px 0;

     padding: 50px 45px 55px;

     border: 1px solid #ddd;

}

.yogar-blog-area.single-blog-details .comments-area {

    margin-bottom: 100px;

}

 .comment-list .comment .comment{

     margin-left: 85px;

}

 .comment-list .comment .comment .post_comment{

     border-bottom:transparent;

}

 .comments-area .children {

     margin-left: 90px;

}

 .post_comment .post_comment {

     margin-left: 15px;

}

/* COMMENT FORM CSS */

 .comment-form-cookies-yogar input[type="checkbox"], .comment-form-cookies-yogar input[type="radio"] {

     margin: 4px 0 0;

     margin-top: 1px;

     line-height: normal;

     margin-right: 10px;

}

 .em-theme-main-page .commment_title h3 {

     margin-top: 0px;

}

 .logged-in-as {

     margin-bottom: 10px;

     margin-top: 25px;

}

 .logged-in-as a {

     color: #333;

}



.logged-in-as a:hover{

	color:#40846e;

}

 a.comment-edit-link {

     margin-bottom: 12px;

     display: inline-block;

}

 .em-theme-main-page .comments-area {

     margin-top: 40px;

     clear: both;

}

.comments-area button {

    background-color:var(--ao-primary-btn);

    color: #fff;

    padding: 13px 30px;

    border-radius: 7px;

    transition: .5s;

    border-radius: 30px;

    margin-top: 20px;

}

.comments-area button i {

    margin-left: 5px;

    font-size: 11px;

}

 .comments-area button:hover {

  background-color:var(--ao-primary-btn-hover);

     color: #fff;

}



.ham-ai-search-btn { display: flex; justify-content: center; }
.logo-header .logo-header-inner .ao-logo-sticky { display:none; }
.sf-m-l-r-30 { width:calc(100% - 100px); margin-left:50px; margin-right:50px; } 

.single-input-box3 textarea.wpcf7-form-control.wpcf7-textarea { border: 1px solid #1b343430; outline: 0; width: 100%; height: 118px; position: relative;
  padding: 9px 19px; border-radius: 6px; background-color: transparent; color: #181a17; }

.single-input-box3 p { margin:0px; }




.evenly-blog-area { padding:100px 0px 50px;}

.ao-ticket-count-content.max-seat-label { background: #edf0fe; line-height: 1; border-radius: 10px; padding: 15px 25px; height: 50px; display: flex;
  align-items: center; }

  .single-input-box2 textarea.wpcf7-form-control.wpcf7-textarea { border: 1px solid #1b343430; outline: 0; width: 100%; height: 160px; position: relative; padding: 9px 19px; border-radius: 6px; background-color: transparent; color: #181a17; }

   .sf-site-links .elementor-icon-list-items { display:flex; flex-wrap:wrap; }
   .sf-site-links .elementor-icon-list-item { width:50%; }

   .comments-area { background: #fff; margin: 30px 0; padding: 50px 45px 55px; border: 1px solid #ddd; border-radius: 15px; }

   #comment { margin: 10px 0px; }

   .wp-block-search__button.wp-element-button { background: var(--ao-primary); border-radius: 8px; color: #fff; border: 1px solid var(--ao-primary); padding: 15px 25px; margin-left:10px; }

   .search-error { padding: 30px; border: 1px solid #4461ef; border-radius: 15px; background: #edf0fe; }
   .search-error input[type="text" ] { border:1px solid #ddd; border-radius:10px; }
   .search-error input[type="text"] { border: 1px solid #ddd; border-radius: 10px; width: 100%; padding: 12px 15px; }


   .blog-details-thumb { border-radius: 10px 10px 10px 10px; overflow: hidden; margin-bottom:30px; }


   .blog-related-box {  background: #edf0fe;  padding: 40px; border-radius: 10px;  transition: 0.5s all ease; }


   .wp-block-search__inside-wrapper { display: flex; }

   .wp-block-latest-posts__list.wp-block-latest-posts { list-style: none; }
   .wp-block-latest-comments { list-style: none; }

@media only screen and (max-width:767px){
  .aon-bnrs-right-dots { display:none; }
}

.mc4wp-alert.mc4wp-error { color: #fff; }
.mc4wp-alert.mc4wp-error p { color: #fff; }
.mc4wp-alert.mc4wp-error p a { color: #4461ef; } 

.sf-photo-gallery .gallery  { display: flex; flex-wrap: wrap; }
.sf-photo-gallery .gallery figure { width:33.333%; margin-bottom:25px; } 


@media only screen and (max-width:767px){
  .sf-search-sortby { margin-bottom: 15px !important; }
  .elementor-widget-staff-details .ao-team-column-bx { height: 850px; }
  .ao-about-left-pic { height:600px; }
  .ao-about-left-pic img { width:100%; height:100%; object-position:center; object-fit:cover; }
}

@media only screen and (max-width:991px){
  .sf-m-l-r-30 { width: calc(100% - 20px); margin-left: 10px; margin-right: 10px; }
}


.ao-lats-news-box .ao-lats-news-info { padding: 30px; border-bottom: 1px solid #dfe2eb; border-left: 1px solid #dfe2eb; border-right: 1px solid #dfe2eb;
  line-height: 1.2; border-radius: 15px 15px 15px 15px; border-top: 1px solid #ddd; } 

.logo-header .logo-header-inner .site-title { font-size:30px; }
.logo-header .logo-header-inner .site-title a { color:#fff; margin:0px; }

.blog-left-side .wp-block-heading { font-size:25px; }


.page-wraper {
  padding: 0px;
  background: #fff;
  overflow-x: hidden;
}

.fa[class*="fa-"] { font-family:"FontAwesome"; font-weight:normal; }
.fa-facebook-f::before, .fa-facebook::before { content: "\f09a" !important;}


.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter{
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
    }
