/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list.dragging{cursor:pointer;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before, .slick-track:after{display:table;content:"";}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
.slick-initialized .slick-slide{display:block;list-style:none;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow{display:block;position:absolute;top:50%;margin-top:-28px;z-index:2;padding:0;width:56px;height:56px;text-align:center;font-size:0;background:none;border:3px solid #7c38b1;cursor:pointer;opacity:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
.slick-arrow:after{display:block;font-family:'FontAwesome';font-weight:900;font-size:26px;color:#7c38b1;line-height:48px;position:absolute;left:0;right:0;top:0;bottom:0;}
.slick-arrow.slick-prev:after{content:"\f104";}
.slick-arrow.slick-next:after{content:"\f105";left:4px}
.slick-arrow:hover{background:rgba(0,65,135,0.3);}
.slick-dots{display:block;position:absolute;left:0;right:0;margin:0 auto;padding:0;bottom:20px;text-align:center;}
.slick-dots li{margin:0 4px;padding:0;list-style:none;display:inline-block;vertical-align:top;}
.slick-dots li button{display:block;width:10px;height:10px;font-size:0;padding:0;background:#cdf0ee;border:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;position:relative;}
.slick-dots li button:hover, .slick-dots li.slick-active button{background:#7c38b1;}
/*Slick Slider Css End*/
@-webkit-keyframes shine{100%{left:125%;}
}
@keyframes shine{100%{left:125%;}
}
/* ===== GLOBAL ================================================== */
*{box-sizing:border-box;margin:0;padding:0;}
body{background:url(../images/banner/bg-grid-texture.png) repeat;padding:86px 0 0;margin:0;font-family:'Lato', sans-serif;font-size:14px;color:#58595b;line-height:24px;font-weight:400;overflow-x:hidden;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
:focus,button:focus{outline:none;}
a{text-decoration:none;color:#000000;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none;color:#000000;}
::-webkit-input-placeholder{color:#B9CCDA;opacity:1;}
:-moz-placeholder{color:#B9CCDA;opacity:1;}
 /* Firefox 18- */
::-moz-placeholder{color:#B9CCDA;opacity:1;}
 /* Firefox 19+ */
:-ms-input-placeholder{color:#B9CCDA;opacity:1;}
img{max-width:100%;height:auto;border:none;outline:none;}
b, strong{font-weight:500;}
/* Ul Li & Ol Li CSS */
ul, ol{margin:0 0 20px;padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li{margin:0;padding:0;font-size:15px;line-height:24px;color:#8898A4;font-weight:400;}
.entry-content ul{display:inline-block;padding:0 0 0 15px;margin:0 0 15px;}
.entry-content ol{display:inline-block;padding:0 0 0 15px;margin:0 0 15px;list-style:none;counter-reset:my-awesome-counter;}
.entry-content ul li{position:relative;padding:0 0 0 16px;margin:0 0 10px;}
.entry-content ul li:before{content:"";font-family:'Lato', sans-serif;position:absolute;left:0;top:8px;width:5px;height:5px;background:#93d6d3;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.entry-content ul li li{list-style:disc;}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment:my-awesome-counter;margin:0 0 8px;}
.entry-content ol li::before{content:counter(my-awesome-counter) ". ";color:#93d6d3;font-weight:500;}
/* Heading CSS */
h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6{color:#0D2345;line-height:normal;font-weight:500;font-family:'Lato', sans-serif;letter-spacing:0;margin:0 0 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#084695;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#76b83d;}
h1, .h1{font-size:60px;line-height:62px;margin:0 0 20px;}
h2, .h2{font-size:40px;line-height:64px;margin:0 0 15px;}
h3, .h3{font-size:32px;line-height:34px;}
h4, .h4{font-size:26px;line-height:32px;color:#424B5A;}
h5, .h5{font-size:22px;line-height:28px;}
h6, .h6{font-size:18px;line-height:24px;}
img{width:100%;height:100%;}
section *:last-child{margin-bottom:0;}
/* Paragraph CSS */
p{font-size:15px;line-height:24px;color:#8898A4;font-weight:400;letter-spacing:0;word-wrap:break-word;margin:0 0 22px;}
hr{border:none;margin:20px 0;background:#76b83d;height:1px;width:100%;clear:both;opacity:0.5;}
blockquote{border-left:5px solid #eee;font-size:14px;margin:0 0 20px;padding:10px 20px;}
/*table structure*/
table, .entry-content table{border-right:1px solid #eee;border-top:1px solid #eee;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td{background:#fff;border-left:1px solid #eee;border-bottom:1px solid #eee;text-align:left;font-size:15px;color:#333;font-weight:400;padding:12px 20px;vertical-align:middle;}
table th{color:#eee;font-weight:500;background:#d4d5d6;}
table th a{color:#eee;}
table th a:hover{color:#fff;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#d4d5d6;}
/*Form Input Field*/
input, textarea, select{background:#fff;border:1px solid #C2D1D9;width:100%;padding:4px 15px 2px;margin:0;font-size:14px;color:#084695;font-weight:400;line-height:normal;font-family:'Lato', sans-serif;height:40px;outline:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
input[type="button"], input[type="submit"]{cursor:pointer;width:auto;height:auto;}
input[type="checkbox"], input[type="radio"]{border:none;width:auto;height:auto;}
textarea{height:auto;padding:15px;min-height:130px;resize:none;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"]{-webkit-appearance:none;}
input#addressSubmit{-webkit-appearance:none !important;}
input[type="radio"], input[type="checkbox"]{-webkit-appearance:normal;}
/*Radio Css*/
.checkbox, .radiobox{display:inline-block;position:relative;padding-left:24px;text-align:left;}
.checkbox input, .radiobox input{position:absolute;opacity:0;left:0;top:0;}
.radiobox .checkmark{position:absolute;top:0;left:0;height:15px;width:15px;background-color:#fff;border:1px solid #333;border-radius:50%;}
.radiobox:hover input ~ .checkmark{background-color:#fff;}
.radiobox input:checked ~ .checkmark{background-color:#8c0008;border-color:#8c0008;}
.radiobox input:checked ~ .checkmark:after{display:block;}
/*Checkbox Css*/
.checkbox{font-size:14px;color:#888;line-height:20px;cursor:pointer;}
.checkbox.check{padding:0;width:18px;height:18px;}
.checkbox .checkmark{position:absolute;top:1px;left:0;height:18px;width:18px;background-color:#ccc;}
.checkbox:hover input ~ .checkmark{background-color:#ccc;}
.checkbox input:checked ~ .checkmark{background-color:#8c0008;}
.checkbox .checkmark:after{display:block;content:"\f17b";font-family:'Lato', sans-serif;position:absolute;left:0;right:0;top:0;text-align:center;font-size:12px;color:#fff;line-height:18px;padding-left:2px;opacity:0;}
.checkbox input:checked ~ .checkmark:after{opacity:1;}
/* Button styling */
.button, .btn{display:inline-block;padding:0 20px;background:none;border:4px solid #7c38b1;color:#7c38b1;font-size:16px;font-weight:700;text-transform:uppercase;cursor:pointer;letter-spacing:0;text-align:center;position:relative;min-width:200px;height:48px;line-height:40px;-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;overflow:hidden;}
.button:before, .btn:before{display:block;content:"";position:absolute;top:0;left:-75%;z-index:1;width:50%;height:100%;background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);opacity:0.2;}
.button:hover:before, .button:focus:before, .btn:hover:before, .btn:focus:before{-webkit-animation:shine 1s;animation:shine 1s;}
.button:hover, .button.alt:hover, .btn:hover,.button:focus, .button.alt:focus, .btn:focus{background:#7c38b1;border-color:#7c38b1;color:#fff;box-shadow:0 3px 25px rgba(0,0,0,0.16);}
.button i, .btn i{margin:0 0 0 5px;}
.primary, .primary:hover{background:#7c38b1;border-color:#7c38b1;color:#fff;}
.white-btn{border-color:#fff;color:#fff;}
.white-btn:hover{background:#fff;border-color:#fff;color:#7c38b1;}
.container{width:100%;max-width:1210px;padding-left:20px;padding-right:20px;}
.max-container{padding-left:80px;padding-right:80px;}
.v-center{align-items:center;}
.ptb-120{padding:120px 0;}
.ptb-100{padding:100px 0;}
.ptb-80{padding:80px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.ptb-20{padding:20px 0;}
.intro-text p{font-size:20px;line-height:28px;color:#566B7A;}
.hide{display:none;}
/* ============= GLOBAL CSS END ================ */
/*section.bg-shape{background-image:url(../images/banner/bg-grid-texture.png);background-size:auto;background-repeat:repeat;}
*/
/*start header section*/
.header-second-center .dropdown-menu{margin-top:0;padding:0;}
.header-second-center .dropdown-menu a.dropdown-item{color:#2862a2;font-weight:500;border-bottom:1px solid #3879bb;padding:5px 10px;}
.dropdown:hover>.dropdown-menu{display:block;}
.dropdown>.dropdown-toggle:active{/*Without this, clicking will make it sticky*/
 pointer-events:none;}
.header-fixed .header{box-shadow:0 2px 5px rgba(0,0,0,0.05);}
.header{position:fixed;left:0;right:0;top:0;z-index:9999;padding:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header-first{background:linear-gradient(90deg, #5346b0 0%, #20a3c3 100%);width:100%;}
.header-second{background:linear-gradient(270deg, #5346b0 0%, #20a3c3 100%);width:100%;height:48px;justify-content:space-between;align-items:center;}
.header-first-inner ul li{list-style:none;}
.header-first-inner ul{align-items:center;justify-content:center;height:38px;}
.header-first-inner ul li a{color:#fff;padding:10px;}
.header-second-center li{list-style:none;}
.header-second-center li a{color:#fff;padding:0px 12px;}
.logo-logiveda{height:57px;background:#fff;padding:13px 28px 13px 33px;border-radius:0px 50px 50px 0px;margin-top:-39px;}
.header-right-info a{color:#fff;padding:0px 12px;position:relative;}
.header-right-info a span{position:absolute;top:-3px;right:0px;background:#2697c0;width:13px;height:13px;font-size:9px;line-height:14px;border-radius:10px;padding-left:4px;}
.header-right-info ul li{list-style:none;}
.header-right-info{padding-right:40px;}
.header-right-info a i{padding-left:4px;}
.header-right-info a img{width:16px;}
/*close header section*/
/*start banner section*/
section.main-banner{padding:106px 0px;}
.right-banner-image img{width:100%;height:100%;}
a.left-banner-btn{background:#662e91;padding:12px 2px;border-radius:50px;box-shadow:1px 6px 8px -4px #662e91;line-height:56px;}
a.left-banner-btn span{background:#fff;padding:10px 42px;border-radius:50px;color:#662e91;}
.left-banner-content h1{margin:0 0 21px 7.5px;font-size:35px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:left;color:#393939;}
.row.main-banner-width{width:80%;margin:0 auto;}
.right-banner-image{text-align:center;}
.left-banner-count{font-size:61px;font-weight:bold;color:#ffc82d;margin:23px 0px;line-height:26px;position:relative;}
.left-banner-count:before{content:"";position:absolute;top:-25px;background-image:url(../images/banner/Stroke@3x.png);background-size:100% 100%;background-repeat:no-repeat;width:180px;height:71px;z-index:-1;}
.right-banner-image:before{content:"";position:absolute;width:132px;height:132px;background:url(../images/banner-books.svg) no-repeat;background-size:100% 100%;top:-20px;left:0;right:-105px;margin:0 auto;}
.right-banner-image{position:relative;}
/*close banner section*/
/*start about section*/
.about-more-bg{padding:43.5px 50px 0px 57px;border-radius:14.5px;background-image:linear-gradient(280deg, #249ec3 50%, #662e91 82%);position:relative;}
img.about-left-sec-img{position:relative;left:-45px;}
.about-left-sec h2{font-size:23px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:left;color:#ffffff;margin-bottom:73px;}
.about-right-sec-inner h3{font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#ffffff;}
.about-right-sec-inner img{width:48.5px;height:46px;margin-bottom:24px;}
.about-right-sec-inner p{font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;text-align:left;color:#ffffff;}
.about-right-sec-inner{padding-right:64px;padding-bottom:58px;}
.about-left-sec h2 img{width:173px;}
/*close about section*/
/*start E-lerning cources */
.e-learning-pb{padding-bottom:45px !important;}
.e-learning-cour-title h1{margin:0 0 23.5px;font-family:Lato;font-size:26px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:center;color:#393939;}
.e-learning-cour-title h1 span{color:#662e91;}
.e-learning-box { padding: 0 0 16px; border-radius: 7px; box-shadow: 0 0 20px 0 rgb(0 0 0 / 16%); background-color: #ffffff; margin: 24px 0px; height: 100%; display: flex; flex-direction: column; flex-grow: 1; }
a.yellow-e-learning{padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#ffc82d;font-size:10px;}
a.green-e-learning { margin: 0px 0 0px 0px; padding: 3px 2px 3.5px 2.5px; border-radius: 1px; font-weight: bold; background-color: #2dffcd; font-size: 10px; line-height: 18px; display: inline-block; }
.e-learning-content h2{margin-bottom:12px;font-size:16px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:left;color:#393939;}
.e-learning-content { padding: 12px 18px; flex-direction: column; flex-grow: 1; }
.e-learning-content p{margin-bottom:16px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:justify;color:#393939;}
.e-learning-content span{font-size:14px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#393939;}
.e-buynow-btn a{padding:6px 23.4px 6px 27px;border-radius:18px;font-weight:bold;color:#fff;background:#662e91;display:flex;}
.e-buynow-btn img{margin-top:4px;margin-left:15px;}
.e-learning-buynow ul{display:flex;justify-content:space-between;align-items:center;}
.e-learning-buynow ul li{list-style:none;}
.e-learning-buynow { margin-top: 15px; padding: 0px 18px; }
.e-buynow-text p u{text-decoration:line-through;text-decoration-color:red;}
.e-learning-slider .slick-arrow.slick-prev:after, .e-learning-slider .slick-arrow.slick-next:after{display:none;}
.e-learning-slider button.slick-arrow{left:50%;top:auto;bottom:-50px;}
.e-learning-slider .slick-arrow.slick-next{background:url(../images/arrow-br.svg) no-repeat center;left:auto;right:50%;margin-right:-160px;}
.e-learning-slider .slick-arrow{display:block;width:50px;height:50px;background:url(../images/arrow-bl.svg) no-repeat center;border:0;box-shadow:0 0 0 #000;position:absolute;top:auto;bottom:0;}
.e-learning-slider .slick-prev.slick-arrow{margin-left:-160px;}
.e-learning-slider .slick-next.slick-arrow{margin-right:-160px;right:50%;left:auto;}
.e-learning-slider .slick-arrow.slick-next.slick-disabled{background:url(../images/arrow-gr.svg) no-repeat center;cursor:not-allowed;}
.e-learning-slider .slick-arrow.slick-prev.slick-disabled{background:url(../images/arrow-gl.svg) no-repeat center;cursor:not-allowed;}
/*.e-learning-slider .slick-arrow:before,.e-learning-slider .slick-arrow:after{display:none;}
.e-learning-slider .slick-arrow.slick-prev{left:50%;margin-left:-160px;}
.e-learning-slider .slick-arrow.slick-next{background:url('../images/arrow-br.svg') no-repeat center;left:auto;right:50%;margin-right:-160px;}
.e-learning-slider .slick-arrow.slick-prev.slick-disabled{background:url('../images/arrow-gl.svg') no-repeat center;cursor:not-allowed;}
.e-learning-slider .slick-arrow.slick-next.slick-disabled{background:url('../images/arrow-gl.svg') no-repeat center;cursor:not-allowed;}
.e-learning-slider .slick-arrow{display:block;width:50px;height:50px;background:url('../images/arrow-bl.svg') no-repeat center;border:0;box-shadow:0 0 0 #000;position:absolute;top:auto;bottom:0;}
*/
/*.e-learning-slider .slick-arrow.slick-next.slick-disabled{background:url('../images/arrow-gr.svg') no-repeat center;cursor:not-allowed;}
*/
.testimonial-slider .slick-arrow.slick-disabled{background-color:#aeaeae;}
.e-learning-all-btn a{padding:8.3px 21.8px 8.3px 23px;border-radius:18px;border:solid 2px #662e91;background-color:#ffffff;color:#662e91;font-weight:800;font-size:16px;}
.e-learning-all-btn{margin-top:7px;text-align:center;}
.e-learning-all-btn i{font-size:31px;position:relative;top:5px;margin-right:13px;}
section.e-learning-cources{padding:80px 0px 0px;}
/*close E-lerning cources */
/*start live-learning cources */
.live-learning-cour-title h1{margin:0 0 23.5px;font-family:Lato;font-size:26px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:center;color:#ffffff;}
.live-learning-cour-title h1 span{color:#662e91;}
.live-learning-box { padding: 0 0 16px; border-radius: 7px; box-shadow: 0 0 20px 0 rgb(0 0 0 / 16%); background-color: #ffffff; margin: 24px 0px !important; display: flex; flex-direction: column; flex-grow: 1; height: 100%; }
a.yellow-live-learning{padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#ffc82d;}
a.green-live-learning{margin:6px 6.5px 1.5px 11px;padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#2dffcd;}
.live-learning-content h2{font-size:18px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:left;color:#393939;}
.live-learning-content{padding:12px 18px;}
.live-learning-content p{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;font-weight:bold;color:#662e91;}
.live-learning-content span{font-size:14px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#393939;}
.e-buynow-btn a{padding:6px 23.4px 6px 27px;border-radius:18px;font-weight:bold;color:#fff;background:#662e91;}
.live-learning-buynow ul{display:flex;justify-content:space-between;}
.live-learning-buynow ul li{list-style:none;}
.live-learning-buynow{margin-top:15px;}
.e-buynow-text p u{text-decoration:line-through;text-decoration-color:red;}
.live-learning-slider .slick-arrow.slick-prev:after, .live-learning-slider .slick-arrow.slick-next:after{display:none;}
.live-learning-slider button.slick-arrow{left:50%;top:auto;bottom:-50px;}
.live-learning-slider .slick-arrow.slick-next{background:url(../images/arrow-br.svg) no-repeat center;left:auto;right:50%;margin-right:-160px;}
.live-learning-slider .slick-arrow{display:block;width:50px;height:50px;background:url(../images/arrow-bl.svg) no-repeat center;border:0;box-shadow:0 0 0 #000;position:absolute;top:auto;bottom:0;}
.live-learning-slider .slick-prev.slick-arrow{margin-left:-160px;}
.live-learning-slider .slick-next.slick-arrow{margin-right:-160px;right:50%;left:auto;}
.live-learning-slider .slick-arrow.slick-next.slick-disabled{background:url(../images/arrow-gr.svg) no-repeat center;cursor:not-allowed;}
.live-learning-slider .slick-arrow.slick-prev.slick-disabled{background:url(../images/arrow-gl.svg) no-repeat center;cursor:not-allowed;}
.live-learning-all-btn a{padding:8.3px 21.8px 8.3px 23px;border-radius:18px;border:solid 2px #662e91;background-color:#ffffff;color:#662e91;font-weight:800;font-size:16px;}
.live-learning-all-btn{margin-top:7px;text-align:center;}
.live-learning-all-btn i{font-size:31px;position:relative;top:5px;margin-right:13px;}
section.live-learning-cources{padding:80px 0px 50px;background-image:url(../images/Group_166.svg);background-size:cover;background-repeat:no-repeat;}
.live-learning-bo-img img{border-radius:7px;border:solid 0.5px #d4d4d4;}
/*close live-learning cources */
/*start featured-books cources */
.featured-books-cour-title h1{margin:0 0 23.5px;font-family:Lato;font-size:26px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:center;color:#393939;}
.featured-books-cour-title h1 span{color:#662e91;}
.featured-books-box{padding:0 0 16px;border-radius:7px;box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.16);background-color:#ffffff;margin:24px 0px !important;height: 100%;display: flex;flex-grow: 1;flex-direction: column;}
a.yellow-featured-books{padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#ffc82d;}
a.green-featured-books{margin:6px 6.5px 1.5px 11px;padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#2dffcd;}
.featured-books-content h2{font-size:18px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:left;color:#393939;}
.featured-books-content{padding:12px 18px;}
.featured-books-content p{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;font-weight:bold;color:#662e91;}
.featured-books-content span{font-size:14px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#393939;}
.e-buynow-btn a{padding:6px 23.4px 6px 27px;border-radius:18px;font-weight:bold;color:#fff;background:#662e91;}
.featured-books-buynow ul{display:flex;justify-content:space-between;align-items:center;}
.featured-books-buynow ul li{list-style:none;}
.featured-books-buynow{margin-top:0px;}
.main-books-page .featured-books-content .featured-books-buynow { margin-top: 0px; position: relative; top: -22px; z-index: 1; }
.e-buynow-text p u{text-decoration:line-through;text-decoration-color:red;}
.featured-books-slider .slick-arrow.slick-prev:after, .featured-books-slider .slick-arrow.slick-next:after{display:none;}
.featured-books-slider button.slick-arrow{left:50%;top:auto;bottom:-50px;}
.featured-books-slider .slick-arrow.slick-next{background:url(../images/arrow-br.svg) no-repeat center;left:auto;right:50%;margin-right:-160px;}
.featured-books-slider .slick-arrow{display:block;width:50px;height:50px;background:url(../images/arrow-bl.svg) no-repeat center;border:0;box-shadow:0 0 0 #000;position:absolute;top:auto;bottom:0;}
.featured-books-slider .slick-prev.slick-arrow{margin-left:-160px;}
.featured-books-slider .slick-next.slick-arrow{margin-right:-160px;right:50%;left:auto;}
.featured-books-slider .slick-arrow.slick-next.slick-disabled{background:url(../images/arrow-gr.svg) no-repeat center;cursor:not-allowed;}
.featured-books-slider .slick-arrow.slick-prev.slick-disabled{background:url(../images/arrow-gl.svg) no-repeat center;cursor:not-allowed;}
.featured-books-all-btn a{padding:8.3px 21.8px 8.3px 23px;border-radius:18px;border:solid 2px #662e91;background-color:#ffffff;color:#662e91;font-weight:800;font-size:16px;}
.featured-books-all-btn{margin-top:7px;text-align:center;}
.featured-books-all-btn i{font-size:31px;position:relative;top:5px;margin-right:13px;}
section.featured-books-cources{padding:80px 0px 50px;}
.featured-books-bo-img img{border-radius:7px;border:solid 0.5px #d4d4d4;    height: auto;}
/*close featured-books cources */
/*start featured-books cources */
.ebooks-features-cour-title h1{margin:0 0 23.5px;color:#fff;font-size:26px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:center;}
.ebooks-features-cour-title h1 span{color:#662e91;}
.ebooks-features-box{padding:0 0 16px;border-radius:7px;box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.16);background-color:#ffffff;margin:24px 0px !important;}
a.yellow-ebooks-features{padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#ffc82d;}
a.green-ebooks-features{margin:6px 6.5px 1.5px 11px;padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#2dffcd;}
.ebooks-features-content h2{font-size:18px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:left;color:#393939;}
.ebooks-features-content{padding:12px 18px;}
.ebooks-features-content p{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;font-weight:bold;color:#662e91;}
.ebooks-features-content span{font-size:14px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#393939;}
.e-buynow-btn a{padding:6px 23.4px 6px 27px;border-radius:18px;font-weight:bold;color:#fff;background:#662e91;}
.ebooks-features-buynow ul{display:flex;justify-content:space-between;align-items:center;}
.ebooks-features-buynow ul li{list-style:none;}
.ebooks-features-buynow{margin-top:15px;}
.e-buynow-text p u{text-decoration:line-through;text-decoration-color:red;}
.ebooks-features-slider .slick-arrow.slick-prev:after, .ebooks-features-slider .slick-arrow.slick-next:after{display:none;}
.ebooks-features-slider button.slick-arrow{left:50%;top:auto;bottom:-50px;}
.ebooks-features-slider .slick-arrow.slick-next{background:url(../images/arrow-br.svg) no-repeat center;left:auto;right:50%;margin-right:-160px;}
.ebooks-features-slider .slick-arrow{display:block;width:50px;height:50px;background:url(../images/arrow-bl.svg) no-repeat center;border:0;box-shadow:0 0 0 #000;position:absolute;top:auto;bottom:0;}
.ebooks-features-slider .slick-prev.slick-arrow{margin-left:-160px;}
.ebooks-features-slider .slick-next.slick-arrow{margin-right:-160px;right:50%;left:auto;}
.ebooks-features-slider .slick-arrow.slick-next.slick-disabled{background:url(../images/arrow-gr.svg) no-repeat center;cursor:not-allowed;}
.ebooks-features-slider .slick-arrow.slick-prev.slick-disabled{background:url(../images/arrow-gl.svg) no-repeat center;cursor:not-allowed;}
.ebooks-features-all-btn a{padding:8.3px 21.8px 8.3px 23px;border-radius:18px;border:solid 2px #662e91;background-color:#ffffff;color:#662e91;font-weight:800;font-size:16px;}
.ebooks-features-all-btn{margin-top:7px;text-align:center;}
.ebooks-features-all-btn i{font-size:31px;position:relative;top:5px;margin-right:13px;}
section.ebooks-features-cources{padding:80px 0px 50px;background-image:url(../images/Group_164.svg);background-size:cover;background-repeat:no-repeat;position:relative;}
.ebooks-features-bo-img img{border-radius:7px;border:solid 0.5px #d4d4d4;}
/*close live-learning cources */
/*start featured-books cources */
.featured-audiobooks-cour-title h1{margin:0 0 23.5px;font-family:Lato;font-size:26px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:center;color:#393939;}
.featured-audiobooks-cour-title h1 span{color:#662e91;}
.featured-audiobooks-box{padding:0 0 1px;border-radius:7px;box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.16);background-color:#ffffff;margin:10px 0px !important;border-radius:12px;}
a.yellow-featured-audiobooks{padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#ffc82d;}
a.green-featured-audiobooks{margin:6px 6.5px 1.5px 11px;padding:2px 10px 3.5px 7.5px;border-radius:1px;font-weight:bold;background-color:#2dffcd;}
.featured-audiobooks-content h2{font-size:18px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:left;color:#393939;}
.featured-audiobooks-content{padding:12px 18px;}
.featured-audiobooks-content p{font-size:14px;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;font-weight:bold;color:#662e91;}
.featured-audiobooks-content span{font-size:14px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#393939;}
.e-buynow-btn a{padding:6px 23.4px 6px 27px;border-radius:18px;font-weight:bold;color:#fff;background:#662e91;}
.featured-audiobooks-buynow ul{display:flex;justify-content:space-between;}
.featured-audiobooks-buynow ul li{list-style:none;}
.featured-audiobooks-buynow{margin-top:15px;}
.e-buynow-text p u{text-decoration:line-through;text-decoration-color:red;}
.featured-audiobooks-slider .slick-arrow.slick-prev:after, .featured-audiobooks-slider .slick-arrow.slick-next:after{display:none;}
.featured-audiobooks-slider button.slick-arrow{left:50%;top:auto;bottom:-50px;}
.featured-audiobooks-slider .slick-arrow.slick-next{background:url(../images/arrow-br.svg) no-repeat center;left:auto;right:50%;margin-right:-160px;}
.featured-audiobooks-slider .slick-arrow{display:block;width:50px;height:50px;background:url(../images/arrow-bl.svg) no-repeat center;border:0;box-shadow:0 0 0 #000;position:absolute;top:auto;bottom:0;}
.featured-audiobooks-slider .slick-prev.slick-arrow{margin-left:-160px;}
.featured-audiobooks-slider .slick-next.slick-arrow{margin-right:-160px;right:50%;left:auto;}
.featured-audiobooks-slider .slick-arrow.slick-next.slick-disabled{background:url(../images/arrow-gr.svg) no-repeat center;cursor:not-allowed;}
.featured-audiobooks-slider .slick-arrow.slick-prev.slick-disabled{background:url(../images/arrow-gl.svg) no-repeat center;cursor:not-allowed;}
.featured-audiobooks-all-btn a{padding:8.3px 21.8px 8.3px 23px;border-radius:18px;border:solid 2px #662e91;background-color:#ffffff;color:#662e91;font-weight:800;font-size:16px;}
.featured-audiobooks-all-btn{margin-top:7px;text-align:center;}
.featured-audiobooks-all-btn i{font-size:31px;position:relative;top:5px;margin-right:13px;}
section.featured-audiobooks-cources{padding:80px 0px 50px;}
.featured-audiobooks-bo-img img{object-fit:contain;border-radius:12px;box-shadow:0 7.5px 12px 0 rgba(0, 0, 0, 0.16);border:solid 0.5px #d4d4d4;}
.featured-audiobooks-bo-img{position:relative;margin-top:70px;}
.featured-audiobooks-bo-img:before{content:"";position:absolute;background-image:url(../images/Group_25.svg);background-repeat:no-repeat;background-size:100% 78%;z-index:-1;top:-66px;pointer-events:none;margin:0 auto;text-align:center;left:auto;right:auto;width:100%;height:100%;}
.featured-audiobooks-content a{display:flex;font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:left;color:#662e91;justify-content:center;}
.featured-audiobooks-content a img{width:18px;margin-right:7px;}
.audiobooks-content-title h3{font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.19;letter-spacing:normal;text-align:center;color:#393939;margin-top:14px;}
.featured-audiobooks-flex{padding-bottom:56px;}
/*close featured-books cources */
/*start logistics-glossary cources */
/*.bg-logistics-glossary{background-image:url(../images/Group_837.svg);background-size:51% 105%;background-repeat:no-repeat;}
*/
.logistics-glossary{position:relative;}
.logistics-glossary:before{position:absolute;content:"";background-image:url(../images/Group_765.svg);background-size:100% 100%;background-repeat:no-repeat;width:166px;bottom:-73px;left:-50px;height:166px;z-index:11;pointer-events:none;}
.quite-glossary1{position:absolute;left:-95px;top:19px;}
.quite-glossary1:before{position:absolute;content:"";background-image:url(../images/Path_79.svg);background-size:100% 100%;background-repeat:no-repeat;width:166px;height:101px;pointer-events:none;}
.quite-glossary1 h3{position:relative;font-weight:bold;font-stretch:normal;font-style:italic;line-height:1.19;letter-spacing:normal;font-size:24px;width:auto;display:inline-block;text-align:left;padding:19px 45px;color:#2b478b;}
.quite-glossary1{/* position:absolute;*/
 /* right:-95px;*/
 /* width:auto;*/
}
.quite-glossary2:before{position:absolute;content:"";background-image:url(../images/Path_80.svg);background-size:100% 100%;background-repeat:no-repeat;width:166px;height:101px;pointer-events:none;}
.quite-glossary2 h3{position:relative;font-weight:bold;font-stretch:normal;font-style:italic;line-height:1.19;letter-spacing:normal;font-size:24px;text-align:left;padding:19px 45px;color:#2b478b;}
.quite-glossary2{position:absolute;right:-55px;top:12px;}
.logistics-g-inner h2{font-size:20px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;text-align:left;color:#ffffff;}
.logistics-g-inner p{font-size:12px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.21;letter-spacing:normal;text-align:left;color:#ffffff;}
.logistics-g-inner-img img{position:relative;width:378px;height:328.1px;pointer-events:none;}
.main-glossary1-right{position:relative;width:100%;left:-146px;top:67px;}
.logistics-g-inner-img .logistics-g-inner{position:absolute;top:0;padding:104px 175px 140px 61px;}
.search-logistics-glossary input{padding:8.3px 44.6px 9.8px 43.5px;border-radius:18px;border:solid 1px #662e91;background-color:#ffffff;width:161.5px;position:relative;top:-56px;margin:0 auto;}
.logistics-glossary-content{position:relative;top:41px;}
.nb-search-icon{position:relative;}
.search-logistics-glossary .nb-search-icon:before{position:absolute;content:"";background-image:url(../images/search-glossary.png);background-size:83% 100%;background-repeat:no-repeat;width:18px;height:18px;top:-46px;left:-98px;margin:0 auto;text-align:center;right:0;z-index:9;pointer-events:none;}
/*close logistics-glossary cources */
/*start testimonial */
section.testimonial{padding:65px 0px 0px;}
.testimonial-main-content{padding:18.5px 30.5px 13px 14.5px;border-radius:16.5px;box-shadow:0 1.5px 25px 0 rgba(0, 0, 0, 0.16);background-color:#ffffff;height:188.5px;width:65%;margin:0 -19px 0 auto;}
.testimonial-main-img > img{padding:5px 4.5px 5.5px;border-radius:20.5px;box-shadow:12.5px 12.5px 20px 0 rgba(0, 0, 0, 0.16);background-color:#ffffff;width:286px;height:379px;}
.slick-slide > .row.testimonial-main-flex .testimonial-main-img > img{transform:scale(0.9);margin-top:-19px;}
.slick-slide.slick-current .row.testimonial-main-flex .testimonial-main-img > img{transform:scale(1);margin-top:0;}
.btn-video-testimonial img{background:#fff;border-radius:50%;}
.row.testimonial-main-flex{display:flex;align-items:center;justify-content:center;}
.btn-video-testimonial{position:absolute;top:45%;left:45%;right:0;width:34px;height:auto;}
.testimonial-main-img{position:relative;}
.testimonial-slider .slick-slide.slick-current.slick-center{position:relative;z-index:1;}
.testimonial-main-img{padding-bottom:31px;}
.slick-slide .row.testimonial-main-flex{flex-direction:row-reverse;/* transform:scale(0.9);*/
 transform:translate(-138px, 19px);margin:19px;}
.slick-slide.slick-current .row.testimonial-main-flex{flex-direction:row;transform:scale(1.0);}
.testimonial-slider .slick-list.draggable{padding:0px 185px 0px 0px !important;transform:scale(0.9);}
.testimonial-slider.slick-initialized.slick-slider{transform:translate(-44px, 10px);}
.testimonial-slider{/* transform:scale(0.8);*/
}
.testimonial-slider .slick-arrow.slick-prev:after, .testimonial-slider .slick-arrow.slick-next:after{display:none;}
.testimonial-slider button.slick-arrow{left:50%;top:auto;bottom:75px;}
.testimonial-slider .slick-arrow.slick-next{background:url(../images/arrow-br.svg) no-repeat center;left:auto;right:50%;margin-right:-65px;}
.testimonial-slider .slick-arrow{display:block;width:30px;height:30px;background:url(../images/arrow-bl.svg) no-repeat center;border:0;box-shadow:0 0 0 #000;background-size:100% 100% !important;position:absolute;top:auto;bottom:0;}
.testimonial-slider .slick-prev.slick-arrow{margin-left:-65px;}
.testimonial-slider .slick-next.slick-arrow{margin-right:-30px;right:50%;left:auto;}
.testimonial-slider .slick-arrow.slick-next.slick-disabled{background:url(../images/arrow-gr.svg) no-repeat center;cursor:not-allowed;}
.testimonial-slider .slick-arrow.slick-prev.slick-disabled{background:url(../images/arrow-gl.svg) no-repeat center;cursor:not-allowed;}
.left-testimonial-title h2{font-size:22px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;color:#393939;}
.left-testimonial-title h2 span{color:#662e91;}
.right-testimonial-slider{position:relative;}
.left-testimonial-title{position:absolute;top:62px;text-align:right;left:32%;}
.testimonial-main-img{padding-bottom:31px;}
.right-testimonial-slider{position:relative;}
.right-testimonial-slider:before{content:"";background:url(../images/Repeat-Grid-34.svg) no-repeat;background-size:100% 100%;position:absolute;width:166px;top:-30px;right:0;margin:0 auto;left:-4%;height:166px;z-index:11;pointer-events:none;}
/*close testimonial */
/*close logistics-glossary cources */
.our-associations-title h1 span{color:#662e91;}
.our-associations-title h1{margin:0 0 23.5px;font-family:Lato;font-size:26px;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:center;color:#393939;}
section.our-associations.bg-shape{padding:00px 0px 50px;}
.our-associations-icon img{width:162px;margin:0 auto;}
.our-associations-icon{text-align:center;}
.our-associations-title{margin-bottom:56px;}
/*close logistics-glossary cources */
/*close footer */
footer.footer{background:#232327;padding:70px 0px;}
.footer-inner a{color:#fff;display:block;}
.footer-inner h2{color:#fff;line-height:initial;font-size:24px;margin-bottom:7px;}
.footer-social-icon a{background:#352b72;display:inline-block !important;margin-right:11px;padding:11px 17px;margin-bottom:11px;width:45px;height:45px;}
 .footer-inner p{color:#fff;}
.footer-inner img{width:101px;margin-bottom:10px;}
/*close footer */
.about-more-bg:before{position:absolute;content:"";background:url(../images/Group_805.svg) no-repeat;background-size:100% 100%;width:166px;bottom:-99px;left:18px;height:166px;z-index:11;pointer-events:none;}
.live-learning-cources{position:relative;}
.live-learning-cources:before{content:"";background:url(../images/Repeat-Grid-34.svg) no-repeat;background-size:100% 100%;position:absolute;width:166px;top:-78px;right:62px;height:166px;z-index:11;pointer-events:none;}
.ebooks-features-cources:before{content:"";background:url(../images/Repeat-Grid-34.svg) no-repeat;background-size:100% 100%;position:absolute;width:166px;top:-78px;left:62px;height:166px;z-index:11;pointer-events:none;}
/*Live Learning Page*/
.block-title{margin:0 0 30px;}
.block-title .h2{font-size:36px;line-height:44px;color:#662E91;font-weight:900;}
.info-list{margin:0;}
.info-list .items{padding:0 10px;margin:0 0 20px;}
.card-info{flex-grow:1;position:relative;overflow:hidden;background:#fff;box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.16);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.card-info-inner{flex-grow:1;flex-direction:column;}
.card-info-imgbox{display:block;position:relative;overflow:hidden;}
.card-info-imgbox img{display:block;width:100%;height:auto;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.card-info-imgbox:before{display:block;content:"";position:absolute;top:0;left:-75%;z-index:1;width:50%;height:100%;background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);opacity:0.3;z-index:1;}
.card-info-imgbox:hover:before{-webkit-animation:shine 1s;animation:shine 1s;}
.card-info-textbox{padding:16px 24px;}
.card-info h4{font-size:16px;line-height:19px;color:#393939;font-weight:900;margin:0 0 26px;}
.card-info h4 a{color:#393939;}
.card-info h4 a:hover{color:#662e91;}
.date{display:inline-block;font-size:16px;line-height:19px;color:#662e91;font-weight:700;}
.online-text{display:block;font-size:16px;line-height:19px;color:#393939;font-weight:700;margin:3px 0 0;}
.online-text.off{color:#ddd;}
.addtocart-btn{display:flex;padding:0 15px 0 26px;font-size:18px;line-height:38px;color:#fff;font-weight:700;background:#662E91;min-width:148px;height:38px;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;align-items:center;}
.addtocart-btn .cart-icon{display:inline-block;width:19px;height:19px;background:url('../images/cart-icon-w.svg') no-repeat center;margin-left:auto;}
.addtocart-btn:hover{background:#388ac2;color:#fff;text-decoration:none;}
.discount-price{display:block;font-size:16px;line-height:19px;color:#393939;font-weight:700;margin:5px 0 0;}
.actu-price{display:inline-block;margin-left:10px;text-decoration:line-through;text-decoration-color:#FF0000;}
.card-info-bottom{padding:4px 24px 20px;}
.info-slider{padding:0 0 40px;position:relative;}
.info-slider .slick-list{padding:30px 0 0;}
.info-slider .slick-track{display:flex;display:-webkit-flex;}
.info-slider .slick-slide{float:none;flex-grow:1;flex:inherit;height:auto;}
.info-slider .slick-arrow{display:block;width:50px;height:50px;background:url('../images/arrow-bl.svg') no-repeat center;border:0;box-shadow:0 0 0 #000;position:absolute;top:auto;bottom:-50px;}
.info-slider .slick-arrow:before,.info-slider .slick-arrow:after{display:none;}
.info-slider .slick-arrow.slick-prev{left:50%;margin-left:-160px;}
.info-slider .slick-arrow.slick-next{background:url('../images/arrow-br.svg') no-repeat center;left:auto;right:50%;margin-right:-160px;}
.info-slider .slick-arrow.slick-prev.slick-disabled{background:url('../images/arrow-gl.svg') no-repeat center;cursor:not-allowed;}
.info-slider .slick-arrow.slick-next.slick-disabled{background:url('../images/arrow-gr.svg') no-repeat center;cursor:not-allowed;}
/*Start E-lerning cources*/
section.self-placed-breadcrumb{background:url(../images/Mask-Group-25.png) no-repeat;width:100%;min-height:100%;height:100%;background-size:100% 100%;color:#848484;filter:drop-shadow(-4px 6px 6px #848484);padding-bottom:0;margin-bottom:10px;}
.self-breadcrumb{padding:40px 0px;}
.self-breadcrumb-img img{width:84%;}
.self-breadcrumb h1{font-size:35px;font-weight:bold;line-height:1.18;color:#fff;text-align:center;margin-bottom:0;}
.self-breadcrumb h2{font-size:35px;font-weight:500;line-height:1.18;color:#fff;text-align:center;}
.card-info-search input{padding:5.5px 58px 5.5px 62px;border-radius:18.5px;border:solid 0.5px #707070;background-color:#ffffff;}
.card-info-search{padding:38px 0px 45px;}
.self-search{position:absolute;content:"";background:url(../images/search-glossary.png) no-repeat;background-size:100% 100%;width:15px;height:18px;left:16px;top:10px;}
.self-card-main{position:relative;width:433px;margin:0 auto;}
.salf-learning-content span{margin-bottom:0px !important;}
.e-learning-flex .col-lg-4{margin-bottom:50px;}
.salf-learning-content span{margin-bottom:40px;display:inline-block;}
.e-learning-buynow ul p{margin-bottom:0 !important;font-size:11px;}
.self-card-info a.card-link{font-size:20px;display:block;font-weight:900;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;text-align:left;color:#662e91;}
.collapsed i.Categories-arrows{transform:rotate(180deg);top:0;}
.self-card-info .card{padding:0;border:0;}
.self-card-info{padding:9.5px 14.6px 42.5px  20px;border-radius:7px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 1.5px 3px 0 rgba(0, 0, 0, 0.16);background-color:#ffffff;height:95%;}
.self-checkbox{padding:0;}
.card-self-categories{border-bottom:solid 1px #cfcfcf;padding:2px 0px;position:relative;}
.self-checkbox .form-check-inline{padding:8px 0px;font-size:17px;line-height:1.2;text-align:left;width:100%;color:#393939;}
.self-checkbox .form-check-inline label{display:flex;align-items:center;}
.self-checkbox .form-check-inline input{width:24px;height:24px;border-radius:2px;border:solid 1px #707070;margin-right:18px;min-width: 24px;}
.self-checkbox .form-check-inline input.form-radio-input{width:14px;height:14px;}
i.Categories-arrows{position:absolute;content:"";background:url(../images/categories-arrow.png) no-repeat;right:0;top:10px;width:18px;height:18px;background-size:contain;}
/*start live-learning banner slider */
.live-breadcrub{background:url(../images/Mask-Group-27.png) no-repeat;width:100%;min-height:100%;height:100%;background-size:100% 100%;color:#848484;filter:drop-shadow(-4px 6px 6px #848484);padding-bottom:0;margin-bottom:10px;}
.p-live-s{padding:0px 12px;}
.live-learning-slider-banner .slick-arrow.slick-prev:after, .live-learning-slider-banner .slick-arrow.slick-next:after{display:none;}
.live-learning-slider-banner button.slick-arrow{left:16px;top:50%;bottom:0;}
.live-learning-slider-banner .slick-arrow.slick-next{background:url(../images/arrow-br.svg) no-repeat center;left:auto;right:50%;}
.live-learning-slider-banner .slick-arrow{display:block;width:50px;height:50px;background:url(../images/arrow-bl.svg) no-repeat center;border:0;box-shadow:0 0 0 #000;position:absolute;top:auto;bottom:0;}
.live-learning-slider-banner .slick-next.slick-arrow{right:16px;left:auto;}
.live-learning-slider-banner .slick-arrow.slick-next.slick-disabled{background:url(../images/arrow-gr.svg) no-repeat center;cursor:not-allowed;}
.live-learning-slider-banner .slick-arrow.slick-prev.slick-disabled{background:url(../images/arrow-gl.svg) no-repeat center;cursor:not-allowed;}
.live-breadcrub .self-breadcrumb h1{text-align:left;}
.live-breadcrub .self-breadcrumb h2{text-align:left;}
.live-breadcrub .self-breadcrumb{margin-top:10px;}
/*start about us page*/
.about-breadcrumb{display:flex;position:relative;}
.about-breadcrumb-bg1{width:50%;position:relative;margin-top:40PX;font-size: 0;}
.about-breadcrumb-text{position:absolute;}
.about-breadcrumb-bg2{width:40.5%;height:auto;position:relative;left:-125px;z-index:-1;}
.about-breadcrumb-text{position:absolute;right:99px;bottom:90px;}
.about-breadcrumb-text h2{font-size:27px;line-height:0.91;text-align:left;color:#ffffff;}
.about-breadcrumb:before{content:"";background:url(../images/Repeat-Grid-34.svg) no-repeat;background-size:100% 100%;position:absolute;width:225px;top:56px;left:45px;height:100%;z-index:11;pointer-events:none;}
.about-breadcrumb-bg2 img{height:auto;}
.content-about-box{width:59%;margin:0 auto;padding:35.5px 23px 24px;border-radius:18px;box-shadow:0 7.5px 20px 0 rgba(0, 0, 0, 0.16);background-color:#ffffff;margin-top:-43px;}
.content-about-box p{font-size:16px;text-align:justify;color:#393939;}
.our-faculty-same:nth-child(odd) .our-faculty-inner img{background:#33c5db;}
.our-faculty-same:nth-child(even) .our-faculty-inner img{background:#1dc5b9;}
.our-faculty-inner img{border-radius:50%;padding:0px 0px 0px;width:260px;height:260px;margin:0 auto;display:block;}
.our-faculty .featured-books-cour-title{padding:42px 0px 15px;}
.our-faculty-inner{position:relative;}
.our-faculty-inner:before{position:absolute;content:"";width:305px;height:305px;border:1px solid #33c5db;border-radius:50%;left:0;right:0;bottom:0;margin:0 auto;}
.our-faculty-same{padding:45px 0px 45px;}
.our-faculty-des p{font-size:20px;font-weight:900;text-align:center;color:#662e91;margin-top:31px;}
.hover-overley{/*-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);*/
 background-color:rgb(255 255 255 / 85%);position:absolute;top:0;right:0;width:82%;left:106%;margin:0 auto;z-index:1;padding:18px;border:1px solid #595959;border-radius:10px;}
.hover-overley h3{color:#662e91;font-size:21px;font-weight:900;margin-bottom:0;}
.hover-overley span{display:block;font-weight:bold;color:#000;border-bottom:1px solid #33c5db;}
.hover-overley p{color:#000;text-align: justify;}
.our-faculty-same{transition:0s;}
.our-faculty-same:hover .hover-overley{transition:0.7s;display:block;}
.our-faculty-same:nth-child(3) .hover-overley, .our-faculty-same:nth-child(6) .hover-overley, .our-faculty-same:nth-child(9) .hover-overley, .our-faculty-same:nth-child(12) .hover-overley, .our-faculty-same:nth-child(15) .hover-overley, .our-faculty-same:nth-child(18) .hover-overley, .our-faculty-same:nth-child(21) .hover-overley, .our-faculty-same:nth-child(24) .hover-overley, .our-faculty-same:nth-child(27) .hover-overley{right:0;left:-807px;}
.our-faculty-same:nth-child(3) .hover-overley:before, .our-faculty-same:nth-child(6) .hover-overley:before, .our-faculty-same:nth-child(9) .hover-overley:before, .our-faculty-same:nth-child(12) .hover-overley:before, .our-faculty-same:nth-child(15) .hover-overley:before, .our-faculty-same:nth-child(18) .hover-overley:before, .our-faculty-same:nth-child(21) .hover-overley:before, .our-faculty-same:nth-child(24) .hover-overley:before, .our-faculty-same:nth-child(27) .hover-overley:before{content:"";border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:19px solid #fafefe;filter:drop-shadow(-3px 0px 0px #595959);position:absolute;right:-17px;left:auto;top:42%;transform:rotate(185deg);}
.hover-overley:before{content:"";border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:19px solid #fafefe;filter:drop-shadow(-3px 0px 0px #595959);position:absolute;left:-17px;top:42%;}
.hover-overley{transition:0.7s;display:none;}
/*close about us page*/
/*start contact page*/
.about-breadcrumb-bg1.contact-breadcrumb{width:50%;}
.contact-breadcrumb .about-breadcrumb-text{position:absolute;right:100px;bottom:108px;}
section.about-breadcrumb.contact-breadcrumb-main:before{content:"";background:url(../images/Group-780.svg) no-repeat;background-size:100% 100%;position:absolute;width:225px;top:41px;left:0;height:100%;z-index:11;pointer-events:none;}
.contact-form-inner{padding:19px 11.5px 6.5px 20.5px;border-radius:14px;box-shadow:0 -5px 20px 0 rgba(0, 0, 0, 0.16);background-color:#ffffff;width:60%;margin:0 auto;}
.contact-content h2{font-size:22.5px;font-weight:bold;text-align:left;color:#662e91;}
.flex-contact .details-contact{display:flex;margin-bottom:19px;}
.flex-contact .details-contact span{width:20%;color:#662e91;font-weight:600;}
.contact-right input{border:solid 0.5px #662e91;border-radius:0;}
.contact-right textarea{border:solid 0.5px #662e91;border-radius:0;}
.details-contact p{font-size:14px;color:#000;font-weight:600;}
.contact-right button.btn.btn-primary{color:#fff;border-radius:50px;background-color:#662e91;border:none;display:block;margin:0 0 0 auto;text-transform:capitalize;}
section.contact-form{margin-bottom:42px;    margin-top: 30px;}
/*close contact page*/
/*close books page*/
.title-books-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}
.title-books-flex h2{line-height:initial;margin-bottom:0;color:#393939;font-size:22px;font-weight:600;}
.title-books-flex a{padding:4px 21px 5px;border-radius:18px;background-image:linear-gradient(to bottom, #149e8b, #00669b);color:#fff;font-weight:600;border:2px solid transparent;transition:1s;}
.main-books-page .featured-books-box { margin-top: 0 !important; height: 100%; margin-bottom: 0 !important;    display: flex; flex-direction: column; flex-grow: 1;}
.title-books-flex a:hover{background:#f7fcff;color:#12998c;border:2px solid #006798;transition:1s;}
.main-books-page .featured-books-content h2 { font-size: 16px; flex-grow: 1; height: 100%; }
.main-books-page .e-buynow-btn a{padding:6px 13.4px 6px 17px;}
.main-books-page .featured-books-content{padding:10px 10px;    height: 100%;}
section.self-placed-breadcrumb.boooks-bg-o{background:url(../images/book-bg.png) no-repeat;background-size:100% 100% !important;}
.boooks-bg-o .self-breadcrumb h2{margin-bottom:0;}
.self-breadcrumb p{color:#fff;text-align:center;}
.boooks-bg-o z-indexz.self-breadcrumb-img img{width:100%;transform:rotate(-1.5deg);}
/*close books page*/
/*close ebooks page*/
.ebooks-page .ebooks-features-content h2{font-size:16px;}
.ebooks-page .e-buynow-btn a{padding:6px 13.4px 6px 17px;}
 .ebooks-page .ebooks-features-content{padding:10px 10px;}
section.self-placed-breadcrumb.ebook-bnr{background:url(../images/ebook-bg.png) no-repeat;background-size:100% 104% !important;}
.ebook-bnr img{width:98%;}
/*close ebooks page*/
/*close audiobook page*/
section.self-placed-breadcrumb.audiobook-bnr{background:url(../images/audiobook-bg.png) no-repeat;background-size:100% 106% !important;}
.audiobooks-box-hover{position:relative;}
.audiobooks-box-hover:hover .hover-overley{transition:0.7s;display:block;}
.audiobooks-box-hover .hover-overley{position:absolute;width:136%;left:182px;}
.audiobooks-box-hover .hover-overley h4{font-size:17px;font-weight:bold;line-height:inherit;color:#000;}
.audiobooks-box-hover .hover-overley .e-buynow-btn a{padding:6px 12.4px 6px 17px;border-radius:18px;font-weight:bold;color:#fff;background:#662e91;font-size:13px;}
.audiobooks-box-hover .hover-overley .e-buynow-text p{font-weight:bold;}
.audiobooks-box-hover .hover-overley .e-buynow-btn img{margin-top:4px;margin-left:15px;width:19px;}
.audiobooks-box-hover .hover-overley .e-buynow-text p u{font-size:12px;}
.audiobooks-box-hover .hover-overley p{color:#000;font-size:12px;line-height:initial;}
.hover-child-fild:last-child .audiobooks-box-hover .hover-overley{position:absolute;width:136%;left:-230%;}
.hover-child-fild:last-child .audiobooks-box-hover .hover-overley:before{content:"";border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:19px solid #fafefe;filter:drop-shadow(-3px 0px 0px #595959);position:absolute;right:-17px;left:auto;transform:rotate(180deg);top:42%;}
/*close audiobook page*/
/*start books details*/
section.books-details{padding:54px 0px;}
.left-book-details img{border-radius:9px;}
.main-right-ddr{padding-left:50px;}
.right-book-details h3{font-size:26px;font-weight:bold;line-height:1.22;text-align:left;color:#393939;border-bottom:1px solid #707070;padding-bottom:18px;}
.right-inner-details p{font-size:16px;font-weight:bold;text-align:left;line-height:inherit;color:#393939;padding:6px 0px;border-bottom:1px solid #249ec3;margin-bottom:0;}
.right-inner-details{margin:16px 0px 8px;}
.books-con-title p{font-weight:600;color:#393939;}
.row.books-details-contant{margin-top:50px;}
.books-con-title h3{font-size:30px;font-weight:bold;text-align:left;color:#393939;border-bottom:1px solid #707070;padding-bottom:19px;width:100% !important;display:block;}
.books-con-title p{font-weight:600;color:#393939;}
.books-con-title{margin-bottom:25px;}
.books-con-title{width:100%;}
.js-image-zoom__zoomed-image{z-index:1;}
.main-form-right label{color:#707070;padding-left:29px;font-weight:bold;}
.flex-right-form button.sub-form{background:#ffc82d;border:0;width:110px;height:37px;border-radius:50px;}
.flex-right-form .form-group{margin:0;}
.flex-right-form{display:flex;}
.flex-right-form input{border:transparent;border-radius:50px;height:35px;}
.flex-right-form button.sub-form{background:#ffc82d;border:0;width:110px;height:35px;border-radius:50px;font-weight:bold;}
.flex-right-form .form-group{margin:0;}
.flex-right-form{border:1px solid #707070;width:fit-content;border-radius:50pc;padding:4px 5px;}
.right-list li{color:#393939;list-style:none;font-weight:600;position:relative;}
.right-list ul{padding-left:30px;}
.right-list{margin:20px 0px;}
.right-list li:before{content:"\f0da";position:absolute;top:1px;left:-23px;color:#393939;font:normal normal normal 14px/1 FontAwesome;font-size:21px;}
.featured-books-buynow.right-details-nb img{width:19px;}
.featured-books-buynow.right-details-nb ul{display:flex;align-items:center;justify-content:inherit;}
.featured-books-buynow.right-details-nb .e-buynow-text p u{font-size:16px;margin-left:10px;}
.featured-books-buynow.right-details-nb ul .e-buynow-text p{font-size:30px;color:#393939;font-weight:600;padding-left:10px;}
.right-product-p .input-group{width:134px;}
.right-product-p span.input-group-btn:last-child button.btn-number{border-radius:0px 50px 50px 0px;padding-right:12px;}
.right-product-p span.input-group-btn button.btn-number{border-radius:50px 0px 0px 50px;background-image:linear-gradient(to top, #00669b, #662e91);padding:1px 8px;color:#fff;font-size:12px;}
.right-product-p input{padding:7px !important;width:15px !important;height:30px;}
.right-product-p{margin-top:56px;}
.right-product-p span.qat{font-weight:600;padding-right:10px;font-size:16px;}
section.books-details-bg{background-image:url(../images/books-details-bg.svg);background-size:100%;background-repeat:no-repeat;padding:0px 0px 0px;}
.books-details-bg .featured-books-cour-title h1{color:#fff;font-weight:600;}
.books-details-bg .book-details-tranform{transform:scale(0.7);position:relative;top:30px;}
.book-details-tranform .featured-books-slider button.slick-arrow{left:0;top:auto;bottom:154px;}
.book-details-tranform .featured-books-slider .slick-next.slick-arrow{margin-right:-160px;right:0;left:auto;}
.book-details-tranform .featured-books-cour-title{position:relative;top:-45px;}
/*close books details*/
/*start ebooks details*/
section.ebooks-bg{background-image:url(../images/ebooks-details-bg.svg) !important;background-size:100%;background-repeat:no-repeat;padding:0px 0px 0px;}
.book-details-tranform .ebooks-features-slider button.slick-arrow{left:0;top:auto;bottom:154px;}
.book-details-tranform .ebooks-features-slider .slick-next.slick-arrow{margin-right:-160px;right:0;left:auto;}
.book-details-tranform .ebooks-features-cour-title{position:relative;top:-45px;}
/*close ebooks details*/
/*start ebooks details*/
.book-details-tranform .featured-audiobooks-slider button.slick-arrow{left:0;top:auto;bottom:154px;}
.book-details-tranform .featured-audiobooks-slider .slick-next.slick-arrow{margin-right:-160px;right:0;left:auto;}
.book-details-tranform .featured-audiobooks-cour-title{position:relative;top:-45px;}
.book-details-tranform .audiobooks-content-title h3{color:#fff;}
.right-book-details h3 span{font-size:16px;}
section.audiobook-bg{background-image:url(../images/audiobook-details-bg.svg) !important;background-size:100%;background-repeat:no-repeat;padding:0px 0px 0px;}
/*close ebooks details*/
/*Complimentary Resources*/
@-webkit-keyframes blinker{from{opacity:1.0;}
to{opacity:0.0;}
}
.blink{text-decoration:blink;-webkit-animation-name:blinker;-webkit-animation-duration:0.8s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;-webkit-animation-direction:alternate;}
.self-breadcrumb h1{font-size:42px;}
.self-breadcrumb h2{font-size:30px;}
.block-title .h2 span{color:#393939;}
section.self-placed-breadcrumb.resources-bnr{background:url(../images/banner-resources-bg.png) no-repeat;background-size:100% 100% !important;}
.resources-bnr .self-breadcrumb-img img{width:523px;height:auto;position:relative;bottom:-5px;margin-top:20px;}
.resources-bnr .self-breadcrumb{padding-top:90px;position:relative;left:-160px;}
.resources-bg{background:#14999e;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.resou-list{margin:0;justify-content: center;}
.resou-list .items{padding:0;}
.resou-iconbox{padding:75px 0 0;text-align:center;position:relative;overflow:hidden;align-items:center;flex-direction:column;height:280px;background:transparent linear-gradient(146deg, #14999E 0%, #387DB4 18%, #662E91 100%) 0% 0% no-repeat padding-box;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;box-shadow:0 0 5px rgba(0,0,0,0.1);-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.resou-iconbox:before{display:block;content:"";border:1px solid #fff;position:absolute;left:12px;right:12px;top:12px;bottom:12px;z-index:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.resou-iconbox:hover{background:#14999e;}
.resou-iconbox:hover:before{opacity:1;}
.resou-iconbox .iconbox{display:inline-block;min-width:98px;height:92px;}
.resou-iconbox h4{font-size:24px;line-height:30px;color:#fff;font-weight:900;margin:12px 0 0;}
.star-view{display:block;padding:10px 0 0 10px;width:108px;height:108px;background:url('../images/star-bg.svg') no-repeat 0 0;position:absolute;left:0;top:0;z-index:1;text-align:left;}
 .star-view img{width:auto;height:auto;}
.video-link-inner{max-width:894px;margin:0 auto;}
.video-link-inner .row{margin:0 -10px;}
.video-link-inner .row .items{padding:10px;}
.video-link-btn{display:flex;align-items:center;padding:20px 20px 20px 60px;height:108px;font-size:24px;line-height:20px;color:#fff;font-weight:700;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;background:transparent linear-gradient(63deg, #20A3C3 0%, #5346B0 100%) 0% 0% no-repeat padding-box;position:relative;overflow:hidden;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.video-link-btn:hover{color:#fff;background:transparent linear-gradient(63deg, #149E8B 0%, #662E91 100%) 0% 0% no-repeat padding-box;box-shadow:5px 5px 5px #0000003D;}
.video-link-btn strong{font-size:31px;font-weight:900;margin-left:5px;}
.video-link-btn .link-arrow{display:flex;align-items:center;justify-content:center;position:absolute;right:-8px;top:0;bottom:0;width:118px;background:url('../images/link-arrow-bg.svg') no-repeat;background-size:100% 100%;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.video-link-btn .link-arrow img{display:block;position:relative;max-width:35px;height:auto;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.arr-icon{display:block;position:relative;right:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.video-link-btn:hover .link-arrow .arr-icon{right:-10px;}
.featured-audiobooks-content a{align-items:center;}
section.featured-audiobooks-cources.audio-section{padding:0 20px;}
.gradient-bg{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:rgb(99,49,146);background:-moz-linear-gradient(left, rgba(99,49,146,1) 0%, rgba(38,153,193,1) 100%);background:-webkit-linear-gradient(left, rgba(99,49,146,1) 0%,rgba(38,153,193,1) 100%);background:linear-gradient(to right, rgba(99,49,146,1) 0%,rgba(38,153,193,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#633192', endColorstr='#2699c1',GradientType=1 );}
.audio-section .audiobooks-content-title h3{color:#fff;}
.audio-style .featured-audiobooks-bo-img{margin:0;}
.audio-style .featured-audiobooks-bo-img:before{display:none;}
.featured-audiobooks-bo-img img{object-fit:cover;}
.eyes.featured-audiobooks-content a img{width:24px;margin-right:20px;}
/*Complimentary Resources Detail page*/
.home-icon-link{position:absolute;left:0;bottom:10px;}
.home-icon-link img{display:block;max-width:46px;height:auto;}
.detail-top-link .video-link-inner{max-width:100%;}
.detail-top-link .video-link-btn{padding:10px 40px;font-size:14px;height:70px;background:#b4b4b4;}
.detail-top-link .video-link-btn strong{font-size:18px;}
.detail-top-link .video-link-btn .link-arrow{background:#acaaaa;width:70px;right:0;top:-20px;bottom:-20px;-webkit-border-top-left-radius:55px;-webkit-border-bottom-left-radius:55px;-moz-border-radius-top-left:55px;-moz-border-radius-bottom-left:55px;border-top-left-radius:55px;border-bottom-left-radius:55px;}
.detail-top-link .video-link-btn .link-arrow img{max-width:24px;}
.detail-top-link .video-link-btn:hover{color:#fff;background:transparent linear-gradient(63deg, #149E8B 0%, #662E91 100%) 0% 0% no-repeat padding-box;box-shadow:5px 5px 5px #0000003D;}
.detail-top-link .video-link-btn.active{background:#662e91;box-shadow:5px 5px 5px #0000003D;}
.detail-top-link .video-link-btn:hover .link-arrow,.detail-top-link .video-link-btn.active .link-arrow{background:rgb(41,150,192);background:-moz-linear-gradient(45deg, rgba(41,150,192,1) 0%, rgba(102,46,145,1) 100%);background:-webkit-linear-gradient(45deg, rgba(41,150,192,1) 0%,rgba(102,46,145,1) 100%);background:linear-gradient(45deg, rgba(41,150,192,1) 0%,rgba(102,46,145,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2996c0', endColorstr='#662e91',GradientType=1 );}
.video-link-btn.active .link-arrow .arr-icon{right:-5px;}
.video-content-tab{margin:0;padding:0;align-items:center;justify-content:Left;border-bottom:1px solid #707070;text-align:center;}
.video-content-tab li{margin:20px 8px 0px;padding:0;list-style:none;}
.video-content-tab li a{display:block;    padding: 13px 38px 13px 10px;font-size:18px;line-height:20px;color:#fff;font-weight:700;background:#676767;-webkit-border-top-left-radius:14px;-webkit-border-top-right-radius:14px;-moz-border-radius-top-left:14px;-moz-border-radius-top-right:14px;border-top-left-radius:14px;border-top-right-radius:14px;min-width:224px;position:relative;}
.video-content-tab li a.active{background:#662e91;}
.video-content-tab li a:after{display:block;content:"\f105";font-family:'FontAwesome';font-weight:900;font-size:30px;line-height:30px;position:absolute;right:4px;top:8px;width:30px;height:30px;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.video-content-tab li a.active:after{transform:rotate(90deg);top:10px;}
.content-tab-inner{padding:30px 0 0;}
.video-det-list{margin:0 -25px;}
.video-det-list .items{padding:25px 25px;margin:0 0 20px;}
.card-det-video{position:relative;overflow:hidden;background:#fff;box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.16);-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
.card-det-video .imgbox{display:block;width:100%;height:208px;border:1px solid #d4d4d4;overflow:hidden;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
.card-det-video .imgbox img{display:block;width:100%;height:100%;object-fit:fill;object-position:center;}
.card-det-textbox{padding:15px 22px;}
.card-det-textbox h4{font-size:16px;line-height:22px;color:#393939;font-weight:900;margin:10px 0 0;}
.card-det-textbox h4 a{color:#393939;}
/*Dictionary Page*/
.dictionary-banner.logistics-glossary:before{display:none;}
.dict-search.card-info-search{padding:0 0 40px;}
.dict-search.card-info-search input{text-align:center;border:1px solid #662e91;font-size:14px;font-weight:700;color:#662e91;}
.dict-search::-webkit-input-placeholder{color:#662e91;opacity:1;}
.dict-search:-moz-placeholder{color:#662e91;opacity:1;}
 /* Firefox 18- */
.dict-search::-moz-placeholder{color:#662e91;opacity:1;}
 /* Firefox 19+ */
.dict-search:-ms-input-placeholder{color:#662e91;opacity:1;}
.filter-group-list{margin:0 0 60px;padding:0;justify-content:center;}
.filter-group-list li{margin:0 4px;padding:0;list-style:none;font-size:18px;color:#662e91;font-weight:700;cursor:pointer;width:36px;height:36px;line-height:34px;border:1px solid #662e91;background:#fff;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:relative;}
.filter-group-list li.active{background:#662e91;color:#fff;}
.filt-number{display:block;font-size:18px;line-height:20px;color:#662e91;font-weight:700;font-style:normal;white-space:nowrap;position:absolute;left:0;top:100%;padding:20px 0 0;opacity:0;visibility:hidden;}
.filt-number:before{display:block;content:"\f107";font-family:'FontAwesome';font-weight:900;position:absolute;left:13px;top:0;}
.filter-group-list li.active .filt-number{opacity:1;visibility:visible;}
.dict-content{    padding: 50px 50px 100px;box-shadow:0 1.5px 25px 0 rgba(0, 0, 0, 0.16);-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.dict-content-inner{height:auto !important;}
.dict-list{-moz-column-count:3;-webkit-column-count:3;column-count:3;-moz-column-gap:80px;-webkit-column-gap:80px;column-gap:80px;column-fill:balance;}
.dict-list li{   margin-bottom: 4px !important;margin:0;padding:15px 0;list-style:none;font-size:20px;line-height:24px;color:#393939;font-weight:700;position:static !important;-webkit-transform:translate(0,0) !important;-moz-transform:translate(0,0) !important;transform:translate(0,0) !important;    border-bottom: 2px solid #00669b !important;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.dict-list li.filteredOut { border: 0; padding: 0 !important; width: 0; height: 0; margin: 0 !important; line-height: 0 !important; border-bottom: 0 !important; }
.dict-list li.filteredOut a{display:none;}
.dict-list li a{display:block;color:#393939;position:relative;padding-right:40px;}
.dict-list li a:hover{color:#662e91;font-weight:900;}
.dict-list li a:after{display:block;content:"";width:0;height:0;border-style:solid;border-width:10px 0 10px 13px;border-color:transparent transparent transparent #662e91;position:absolute;right:0;top:2px;opacity:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.dict-list li a:hover:after{opacity:1;}
.conti-textbox{text-align:right;margin:30px 0 0;}
.conti-text{display:inline-block;font-size:20px;line-height:24px;color:#662e91;font-weight:900;}
/*Dictionary Detail page*/
.bdr-title{border-bottom:1px solid #707070;margin:0 0 20px;}
.bdr-title h3{display:inline-block;padding:6px 30px;font-size:24px;line-height:32px;color:#fff;font-weight:700;background:#662e91;-webkit-border-top-left-radius:14px;-webkit-border-top-right-radius:14px;-moz-border-radius-top-left:14px;-moz-border-radius-top-right:14px;border-top-left-radius:14px;border-top-right-radius:14px;min-width:224px;position:relative;text-align:center;margin:0;}
.dict-det-titlbox{padding:5px 50px 7px;margin-left:-50px;display:inline-block;min-width:314px;position:relative;background:rgb(0,102,155);background:-moz-linear-gradient(left, rgba(0,102,155,1) 0%, rgba(20,153,158,1) 100%);background:-webkit-linear-gradient(left, rgba(0,102,155,1) 0%,rgba(20,153,158,1) 100%);background:linear-gradient(to right, rgba(0,102,155,1) 0%,rgba(20,153,158,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00669b', endColorstr='#14999e',GradientType=1 );-webkit-border-top-right-radius:30px;-webkit-border-bottom-right-radius:30px;-moz-border-radius-top-right:30px;-moz-border-radius-bottom-right:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;}
.dict-det-titlbox h2{font-size:26px;line-height:32px;color:#fff;font-weight:700;margin:0;}
.back-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#14999e;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;right:100%;top:-3px;margin-right:10px;}
.back-link img{max-width:24px;height:auto;transform:rotate(180deg);}
.terms-detail-content p{font-size:20px;line-height:1.4;color:#393939;font-weight:400;margin:0 0 20px;text-align: justify;}
.two-coll.dict-list{-moz-column-count:2;-webkit-column-count:2;column-count:3;}

.main-dictionary-tb {display: flex;justify-content: center;margin-bottom: 27px;}

.main-dictionary-tb a.addtocart-btn {margin: 0px 10px;padding: 24px 40px;text-transform: uppercase;border-radius: 5px;}
.main-dictionary-tb a.addtocart-btn.active-clr {
    background: #dbc8ea;
    color: #662E91;
}
.test-main button.close {
    position: absolute;
    right: -24px;
    top: -24px;
    background: #fff;
    padding: 7px 12px;
    border-radius: 50px;
    opacity: 1;
    z-index: 1;
}
.test-main .modal-body {
    padding: 0;
}
.testimon-video video {
    width: 100%;
    height: 400px;
    margin-bottom: -7px;
}
.content-about-box p strong {
    font-weight: bold;
}
.live-learning-cources .slick-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
}

.live-learning-cources .slick-track {
    display: flex;
    display: -webkit-flex;
}
.featured-books-cources .slick-track {
    display: flex;
    display: -webkit-flex;
}
.featured-books-cources .slick-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
}
.ebooks-features-cources .slick-track {
    display: flex;
    display: -webkit-flex;
}
.ebooks-features-cources .slick-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
}
.e-learning-cources .slick-track {
    display: flex;
    display: -webkit-flex;
}
.e-learning-cources .slick-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
}

.featured-books-cources .featured-books-content a h2 {
    margin-bottom: 15px;
}
.ebooks-features-cources .featured-books-box a h2 {
    margin-bottom: 15px;
}
.featured-books-cources .featured-books-flex.main-books-page .featured-books-content a h2 {
    margin-bottom: 0;
}
.fo-text strong {
    font-weight: bold;
}
ul.dict-list.main-width-ff {
    column-count: 2 !important;
}
.help-block-error {
    color: #f00;
}
.jain-us-bnner {
    width: 100% !important;
    margin: 0;
}
.title-facult {
    text-align: center;
    margin-bottom: 14px;
}


.border-bbb {
    border: solid 0.5px #662e91 !important;
    border-radius: 0;
    padding-top: 8px;
}
.main-rset {
    display: flex;
}

.main-rset a {
    background: #352b72;
    border-radius: 50px;
    padding: 7px 30px;
    color: #fff;
}
.mobile-menu{display:none;}
.about-breadcrumb-bg1 img {
    width: 762px;
}
.main-books-page .col-lg-3 {
    margin-bottom: 25px;
}

.banner-dis p {
    font-size: 14px;
        margin-bottom: 10px;
    line-height: initial;
    color:#000;
}
.banner-dis p strong {
    font-weight:600;
}

.banner-dis {
    margin: -20px 0 0;
}
.self-filter p {
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 10px;
    display: inherit;
    color: #662e91;
        margin: 10px 0 0;
}
.filter-flex .form-group {
    padding: 0 6px;
    width: 100%;
}
.self-filter.mb-3 {
    box-shadow: 0 1.5px 3px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    padding: 12px;
    border-radius: 8px;
}

.self-filter .custom-select {
   box-shadow: 0 1.5px 3px 0 rgb(0 0 0 / 16%);
}
.self-filter .custom-select:focus {
    border-color: transparent;
    box-shadow: none;
}
/*responsive*/
@media only screen and (max-width: 1200px) {
	.header-second-center li a {    font-size: 12px;}
	.header-first-inner ul li a {     font-size: 12px;}
	.logistics-g-inner-img .logistics-g-inner {
    position: absolute;
    top: 0;
    padding: 81px 129px 29px 49px;
}
.left-testimonial-title {
    position: absolute;
    top: 69px;
    text-align: right;
    left: 26%;
}
.about-breadcrumb-text {
    position: absolute;
    right: 72px;
    bottom: 73px;
}
.about-breadcrumb-bg1 img {
    min-width: 100%;
}
.about-breadcrumb-text h2 {
    font-size: 21px;
}
.back-link {
    right: 0;
    left: 0;
    top: -50px;
    margin-right: 10px;
}
.two-coll.dict-list{    column-count: 1;}
.dict-content.bg-white {
    margin-top: 115px;
}
.dict-det-titlbox {
    padding: 5px 50px 7px;
    margin-left: -17px;
}
}
@media only screen and (max-width: 991px) {
section.main-banner {
    padding: 120px 0px;
}
.banner-dis {
    margin: 20px 0 0;
}
.main-banner-width .col-lg-5 {
    order: 2;
}

.main-banner-width .col-lg-7 {
    order: 1;
}

.main-banner-width .col-lg-12 {
    order: 3;
}
.row.about-right-sec {
    padding-top: 50px;
}
.footer-inner {
    margin-bottom: 30px;
}
.main-glossary1-right {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
        flex-wrap: wrap;
}
.quite-glossary1 {
    position: absolute;
    left: 0;
    top: 19px;
}
.quite-glossary2 {
    position: absolute;
    right: 0;
    top: 20px;
}
.logistics-glossary-content {
    position: relative;
    top: 0;
    margin: 0 auto;
    left: 74px;
}
.testimonial-slider .slick-list.draggable {
    padding: 0px 0 0px 0px !important;
    transform: scale(0.9);
}
.our-associations .row {
    justify-content: center;
}

.our-associations-icon {
    margin-bottom: 30px !important;
}
.search-logistics-glossary {
    width: 100%;
}
body{padding:0;}
.mobile-menu{display:block;}
.header{display:none;}
.sidenav{display:none;}
.sidenav.main{display:block;}
.menu-btn img {
    width: 45px;
    background: #fff;
    border-radius: 50px;
}

.menu-btn {
    text-align: right;
}
.logo-logiveda {
    display: initial;
    margin-left: -30px;
}
.logo-logiveda img {
    width: 133px;
}
.mobile-menu {
    background: linear-gradient( 
90deg
 , #5346b0 0%, #20a3c3 100%);
    width: 100%;
    padding: 9px 0px;
    position: fixed;
    z-index: 9999;
        overflow: hidden;
}
.mobile-menu .header-second.d-flex.d-flex-costom {
    background: transparent;
    height: auto;
    width: 100%;
}

.mobile-menu ul li {
    width: 100%;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ffffff40;
    padding-bottom: 8px;
}


.mobile-menu ul.header-second-center {
    flex-wrap: wrap;
    width: 100%;
}

div#mySidenav {
    padding-top: 23px;
}

.mobile-menu ul li a {
    font-size: 14px;
}


.mobile-menu .header-first-inner ul {
    flex-wrap: wrap;
    height: 100%;
}
section{overflow:hidden !important;}
.slick-arrow.slick-disabled {
    z-index: 999;
}
.about-breadcrumb {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.about-breadcrumb-bg1 {
    width: 100%;
    position: relative;
    margin-top: 40PX;
}
.about-breadcrumb-bg2 {
    width: 100%;
    height: auto;
    position: relative;
    left: -125px;
    z-index: -1;
}
.about-breadcrumb-text h2 {
    font-size: 27px;
    line-height: 0.91;
    text-align: center;
    color: #5346b0;
}
.about-breadcrumb-text {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 53px 20px 20px;
    text-align: center;
}
.about-breadcrumb-bg2 {
    width: 100%;
    height: auto;
    position: initial;
    left: 0;
    z-index: -1;
}
.content-about-box {
    width: 97%;
}
.about-breadcrumb-bg1 img {
    display: none;
}
section.our-faculty {
    overflow: visible !important;
}
.hover-overley p {
    color: #000;
    text-align: justify;
    font-size: 14px;
    line-height: initial;
}
.our-faculty-same:nth-child(2) .hover-overley, .our-faculty-same:nth-child(4) .hover-overley, .our-faculty-same:nth-child(6) .hover-overley, .our-faculty-same:nth-child(8) .hover-overley, .our-faculty-same:nth-child(10) .hover-overley, .our-faculty-same:nth-child(12) .hover-overley, .our-faculty-same:nth-child(14) .hover-overley, .our-faculty-same:nth-child(16) .hover-overley, .our-faculty-same:nth-child(18) .hover-overley {
    right: 0;
    left: -648px;
}
.about-breadcrumb-bg1.contact-breadcrumb {
    width: 100%;
}
.contact-breadcrumb .about-breadcrumb-text {
    position: relative;
    right: 0;
    bottom: 0;
}
section.about-breadcrumb.contact-breadcrumb-main:before{  display:none;}
.contact-form-inner {
    width: 95%;
    margin: 0px auto;
}
section.self-placed-breadcrumb {
    padding: 60px 0px 0px;
    overflow: hidden !important;
}
.self-breadcrumb-img img {
    width: 300px !important;
    height: 300px !important;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    border: 4px solid #fff;
}

.self-breadcrumb-img {
    text-align: center;
}
.flex-breadcrumb {
    flex-direction: column-reverse;
}
.live-breadcrub .self-breadcrumb h1 {
    text-align: center;
}
.live-breadcrub .self-breadcrumb h2 {
    text-align: center;
}
.recomd-section .card-info-search {
    padding: 0;
}
.live-learning-sli-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.live-learning-sli-img {
    margin-top:30px;
}
.main-books-page .col-lg-3 {
    margin-bottom: 30px;
}
section.self-placed-breadcrumb{    background-size: cover;}
section.self-placed-breadcrumb.audiobook-bnr{background-size: cover !important;}
section.self-placed-breadcrumb.ebook-bnr{background-size: cover !important;}
section.self-placed-breadcrumb.resources-bnr{background-size: cover !important;}
section.self-placed-breadcrumb.boooks-bg-o{background-size: cover !important;}
.resources-bnr .self-breadcrumb {
    padding-top: 40px;
    position: relative;
    left: 0;
}
.row.info-list.data-section {
    margin-top: 30px;
}
.video-content-tab li {
    width: 48%;
    margin-bottom: 20px;
}
}


@media only screen and (max-width: 767px) {
    .association-slider .slick-arrow.slick-prev {
    left: 0 !important;
    zoom: 0.5;
    top: 70px;
}
.association-slider .slick-arrow.slick-next {
    right: 0 !important;
    zoom: 0.5;
    top: 70px;
}
section.main-banner {
    padding: 100px 0px 50px;
}
.row.main-banner-width {
    width: 100%;
    margin: 0 auto;
}
.left-banner-content h1 {
    margin: 0 0 22px 7.5px;
    font-size: 23px;
}
.left-banner-count {
    font-size: 40px;
}
.left-banner-count:before {
    content: "";
    top: -20px;
    width: 126px;
    height: 63px;
}
.about-more-bg {
    padding: 32.5px 11px 0px 19px;
}
.about-left-sec h2{
    margin-bottom: 35px;
}
img.about-left-sec-img {
    position: relative;
    left: 0;
}
.about-right-sec-inner {
    padding-right: 0;
    padding-bottom: 34px;
    text-align: center;
}
.about-right-sec-inner h3{text-align:center;}
.about-right-sec-inner p{text-align:center;}
.about-more-bg:before{    width: 106px;}
section.featured-books-cources {
    padding: 44px 0px 50px;
}
section.featured-audiobooks-cources {
    padding: 45px 0px 50px;
}
footer.footer {
    background: #232327;
    padding: 38px 0px 10px;
}
.e-learning-all-btn {
    margin-top: 40px;
}
.slick-arrow {
    bottom: -88px !important;
}
.e-learning-all-btn {
    margin-top: 40px;
    text-align: center;
}
.live-learning-all-btn {
    margin-top: 45px;
    text-align: center;
}
.featured-books-all-btn {
    margin-top: 43px;
    text-align: center;
}
.ebooks-features-all-btn {
    margin-top: 45px;
    text-align: center;
}
.featured-audiobooks-all-btn {
    margin-top: 43px;
    text-align: center;
}
.featured-audiobooks-flex {
    padding-bottom: 0;
}
.logistics-glossary-content {
    position: relative;
    top: 70px;
    margin: 0 auto;
    left: 4px;
}
.search-logistics-glossary {
    width: 100%;
    margin-top: 41px;
}

.left-testimonial-title {
    position: absolute;
    top: -23px;
    text-align: right;
    left: 26%;
}
.testimonial-slider.slick-initialized.slick-slider {
    transform: translate(0px, 18px);
    width: 100%;
}
.testimonial-main-content {
    padding: 18.5px 30.5px 13px 14.5px;
    border-radius: 16.5px;
    box-shadow: 0 1.5px 25px 0 rgb(0 0 0 / 16%);
    background-color: #ffffff;
    height: 188.5px;
    width: 92%;
    margin: 0;
}
.slick-slide .row.testimonial-main-flex {
    flex-direction: row-reverse;
    /* transform: scale(0.9); */
    transform: translate(0px, 0px);
}
.slick-slide.slick-current .row.testimonial-main-flex {
    transform: scale(1.0);
    flex-direction: column-reverse;
}
.slick-slide.slick-current .row.testimonial-main-flex .testimonial-main-img > img {
    transform: scale(1);
    margin-top: 0;
    margin: 0 auto;
}
.hover-overley {
    right: 0 !important;
    width: 82%;
    left: 0 !important;
}
.self-breadcrumb h1 {
    font-size: 24px;
}
.self-breadcrumb h2 {
    font-size: 18px;
}
.self-card-main {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.e-learning-flex.data-section {
    margin-top: 25px;
}
.e-learning-flex .col-lg-4 {
    margin-bottom: 30px;
}
.title-books-flex{    flex-direction: column;}
.title-books-flex p.fo-text {
    margin: 10px 0px;
    text-align:center;
}

.video-content-tab li {
    width: 100%;
    margin-bottom: 0px;
}
.filter-group-list li{width: 50px;}
.filter-group-list {
    flex-wrap: wrap;
}
.dict-content {
    padding: 18px;
}
.dict-list{    column-count:1;}
.main-dictionary-tb{    flex-wrap: wrap;}
.main-dictionary-tb a.addtocart-btn {
    width: 100%;
    margin-bottom: 10px;
}
.filt-number{    top: -43px;}
.dict-det-titlbox{    max-width: 200px;}

}
/*responsive*/

.inquiry-main .modal-header {
    background: linear-gradient(
90deg
, #5346b0 0%, #20a3c3 100%);
    width: 100%;
}

.modal-content {border: 0;}

.inquiry-main .modal-header h4.modal-title {
    color: #fff;
}

.inquiry-main .modal-header button.close {
    color: #fff;
    opacity: 1;
}




div#myModal {
    pointer-events: none;
}

div#myModal .modal-dialog {
    pointer-events: auto;
}


p.text-pop-r {
    margin-top: 19px;
    margin-bottom: -2px;
}

/*pakagies page*/
/*pakaging*/
section.pricing-plan {
    padding: 100px 0px;
}

.pricing-plan-btn li a {
    background: #e4ecff;
    padding: 10px 27px;
    margin-right: 9px;
    border-radius: 50px;
}

.pricing-plan-inner {
    width: 100%;
}

.pricing-plan-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0px;
    margin-bottom: 36px;
}

.pricing-plan-btn li.active a {
    background: linear-gradient(
104deg
, #0081d5 0%, #632bd1 100%);
    color: #fff;
}
.pricing-flex-main {
    position: relative;
    overflow: hidden;
    background-color: #fff!important;
    box-shadow: 0 21px 81px rgb(0 0 0 / 15%);
    border-radius: 30px;
    z-index: 2;
    padding: 34px 4px 26px;
    text-align: center;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    height: 100%;
}

.pricing-flex-main h1 {
    font-size: 46px;
}

.pricing-flex-main span {
    font-size: 22px;
    position: relative;
    top: -30px;
    left: 4px;
}

.pricing-flex-main strong {
    color: #353535;
    font-size: 15px;
    padding: 0px 20px;
    position: relative;
    display: block;
}

.pricing-flex-main:before {
    position: absolute;
    content: "";
    background: url(../images/pricing-shape.png) center center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    background-position: bottom;
    background-size: 141% 66%;
    pointer-events: none;
    z-index: -1;
}
.pricing-flex-main p {
    font-size: 31px;
    margin-top: 0px;
    font-weight: bold;
    line-height: initial;
}
.pricing-flex-main:after {
    background: #462bd1;
    background: -webkit-linear-gradient(top,#735beb 0,#462bd1 100%);
    background: linear-gradient(to bottom,#735beb 0,#462bd1 100%);
}
.pricing-flex-main:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.pricing-flex-main:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    content: "";
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}
.pricing-flex-main:hover h1 {
    color: #fff;
}
.pricing-flex-main:hover span{
    color: #fff;
}
.pricing-flex-main:hover strong{
    color: #fff;
}
.pricing-flex-main:hover p{
    color: #fff;
}
.pricing-flex-main a {
    background: linear-gradient( 
104deg , #0081d5 0%, #632bd1 100%);
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    margin: 15px 0px;
    border-radius: 5px;
}

.pricing-flex-main:hover a {
    background:#fff;
    color: #632bd1;
}
.pricing-flex-main li {
    list-style: none;
    margin-bottom: 10px;
}
.pricing-flex-main:hover li {
    color: #fff;
}
section.packageies-section {
    padding: 100px 0px;
}
/*pakaging*/
.association-slider .slick-arrow.slick-prev {
    left: -45px;
}
.association-slider .slick-arrow.slick-next {
    right: -45px;
}
.association-slider .slick-arrow {
    transform: scale(.7);
}
.learn-duration {
    position: absolute;
    top: 6px;
    left: 0;
    background: #015e00;
    border: 1px solid #fff;
    border-left: 0;
    padding: 0px 4px;
    border-radius: 0px 5px 5px 0px;
}

.learn-duration p {
    font-size: 12px;
    color: #fff;
}

.e-learning-bo-img {
    position: relative;
}
/*footer fix whatsapp icon*/
.bottom-fix-whatsapp {
    position: fixed;
    top: 0;
    width: 0;
    height: auto;
    z-index: 99999 !important;
    bottom: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    left: 68px;
}
.bottom-fix-whatsapp a i {
    font-size: 21px;
    width: 52px;
    height: 54px;
    color: #ffffff;
    background: #45b72e;
    font-weight: 400;
    padding: 17px;
    box-shadow: 1px 2px 6px #6d6d6d;
    border-radius: 50%;
    transition: 0.7s all;
    animation: shadow-pulse 1s infinite;
}
@keyframes shadow-pulse
{
  0% {
        box-shadow: 0 0 0 0px rgb(0, 0, 0);
  }
  100% {
        box-shadow: 0 0 0 35px rgba(71, 183, 46, 0.68);
  }
}
.bottom-fix-whatsapp a i:hover {
    background-color: #fff;
    border: 1px solid #45b72e;
    color: #45b72e;
    padding: 16px;
}
/*footer fix whatsapp icon*/

.iconbox img {
    width: auto;
}
.banner-price p {margin:0;}
.banner-price i { padding: 10px; border-radius: 50%; background: #fff; border: 2px solid #249ec3; margin: 0px 13px 0px 0; flex-basis: 50px; min-width: 50px; max-width: 50px; }
.banner-price img {
    width: 100%;
}
.banner-price {
    max-width: 214px;
    margin: 0 20px 0 0;
    border: 2px solid #f1f1f1;
    border-radius: 7px;
    background: #f1f1f1c2;
    padding: 6px 10px;
}

@media only screen and (max-width: 767px) {
.banner-price {
    max-width: 100%;
    margin: 0 0 14px;
        width: 100%;
}
.banner-dis {
    flex-wrap: wrap;
}
}