﻿@font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,
body {
    height: 200%;
}

main {
    justify-content: space-around;
    align-items: flex-start;
    overflow: visible;
    width: 100%;
    float: left;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #221E1F;
    text-decoration: none
}

a:hover {
    color: #29AA5A;
    text-decoration: none;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

body {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1em;
}

.container {
    max-width: 1480px;
}


.subheading {
    color: #999;
    font-size: 18px;
    font-weight: 300;
    padding: 1% 20%;
    margin-bottom: 20px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-phone:before {
    content: "\f095";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-phone:before {
    content: "\f095";
}

.contact_patch i.fa.fa-phone {
    color: #fff;
    background: #ff6c00;
    padding: 10px 12px;
    margin-right: 10px;
    border-radius: 10px;
}

.cookie-policy-box {
    position: fixed;
    width: 300px;
    background: rgb(70, 113, 161);
    background: -moz-linear-gradient(-45deg, rgba(70, 113, 161, 1) 0%, rgba(78, 164, 152, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(70, 113, 161, 1) 0%, rgba(78, 164, 152, 1) 100%);
    background: linear-gradient(135deg, rgba(70, 113, 161, 1) 0%, rgba(78, 164, 152, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4671a1', endColorstr='#4ea498', GradientType=1);
    bottom: 0;
    z-index: 99;
    left: 10px;
    color: #fff;
    font-size: 16px;
    padding: 24px;
    text-align: justify;
    border-radius: 25px;
    border: #fff 2px solid;
    box-shadow: #000 0 0 5px;
}

.cookie-policy-box a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.topsec,
header,
footer {
    width: 100%;
    float: left;
}

.knowmore-info {
    width: 100%;
    float: left;
    padding: 11px;
    font-size: 23px;
    text-align: center;
    background: #FDD36A;
    color: #000;
    margin-top: 0;
}

.viewall_btn a {
    background: #4D7DFB;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: #000 0 0 4px;
    border: #fff 2px solid;
    margin: 0 10px;
}

.quant-banner img {
    width: 100%;
    border-radius: 20px;
}
.quant-banner-second img {
    max-width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}
.quant-banner-second {
    width: 100%;
    float: left;
}
.quant-banner {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.mob-img-banner {
    display: none;
}

.header-img-area img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

.blue_btn a {
    background: #29AA5A;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: #000 0 0 4px;
    border: #fff 2px solid;
    margin: 0 10px;
}

.box_course_01 {
    padding: 30px;
}

section.bespoke_sec_area .row {
    align-items: center;
}

.box_customize_txt {
    display: table;
    width: 100%;
    min-height: 210px;
}

.box_customize_txt h3 {
    display: table-cell;
    vertical-align: middle;
}

.btns_group {
    text-align: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.box_customize_txt h3 {
    font-size: 28px;
}

.call_box {
    font-family: 'barlow_semi_condensedthin';
    font-size: 26px;
    margin: 10px 0;
}

/* top bar css */
.bespoke_box p {
    font-size: 16px;
    margin-top: 10px;
    color: #444;
    font-weight: 300;
    line-height: 24px;
}
.book-guidance a:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    width: 25px;
    height: 25px;
    background: url(../../images/podcasts.png);
    background-size: cover;
    border-radius: 0;
}
.book-guidance a {
	border: #f1f0b4 2px solid;
	border-radius: 5px;
	padding: 6px 10px 6px 37px;
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0 10px;
	background: #FFFEC5;
	position: relative;
}
.book-guidance a span {
    text-decoration: underline;
}
span.close_btn {
    border: #ccc 1px solid;
    padding: 4px 7px;
    border-radius: 20px;
    font-size: 13px;
    margin-left: -4px;
}

.action-lnk-top a {
    margin-left: 20px;
}

/* top bar end */
/* header section */
header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

.container {
    position: relative;
    z-index: 0;
}

.logo {
    float: left;
    position: relative;
}

.logo .iiqf-logo a {
    font-family: 'barlow_semi_condensedmedium';
    font-size: 26px;
    background: url(../../images/iiqf-logo.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    background-position: left;
    height: 59px;
    display: inline-block;
    font-weight: 500;
}

.logo span {
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-top: 0;
    font-family: 'barlow_semi_condensedregular';
}

.barcontainer {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.menu_list {
    display: none;
    position: fixed;
    width: 330px;
    background: #FFFEC5;
    right: 0;
    font-size: 14px;
    top: 0;
    height: 100vh;
    box-shadow: rgb(0 0 0 / 30%) 0 5px 8px 5px;
    padding: 10px 0;
    z-index: 9999;
}

.menu_list_v1 {
    top: 116px;
}

.menu_list a {
    padding: 12px 38px;
    display: block;
    font-size: 20px;
}

.menu_list a:hover {
    background: #fff;
}

.menu_list {
    display: none;
}

.menu_list li {
    position: relative;
    border-bottom: rgba(0, 0, 0, .1) 1px solid;
}

.menu_list li:hover ul.submenu {
    display: block;
}

.menu_list a:hover {
    color: #29AA5A;
}

ul.submenu {
    position: absolute;
    right: 100%;
    background: #FFFFEA;
    width: 350px;
    display: none;
    height: 550px;
    top: 0;
    overflow: auto;
}

.lnks-wrap {
    display: flex;
}

.menu_pos {
    margin-left: auto;
    display: flex;
}

.rt_lnks {
    display: flex;
}

.rt_lnks a {
    font-size: 20px;
    border-radius: 20px;
    display: block;
    padding: 5px 10px;
    margin: 0 5px;
    color: #221E1F;
}
.rt_lnks a:hover{
    color: #29AA5A;
}

.shadow {
    box-shadow: rgb(0 0 0 / 40%) 0 4px 6px;
}

/* menu end */
/* header image */
.header-img-area {
    position: relative;
    z-index: 0;
    width: 100%;
    float: left;
    background: rgb(41,170,90);
background: linear-gradient(132deg, rgba(41,170,90,1) 0%, rgba(36,64,45,1) 6%, rgba(34,30,31,1) 10%);
}

.rounded-8 {
    border-radius: 18px;
}

.video_cont {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.video_cont h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 46px;
    letter-spacing: 2px;
    margin: 20px 0;
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
    color: #29AA5A;
}

.subtxt {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}

.header_btn a {
    background: #4D7DFB;
    font-size: 16px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
}

.header-img-area .col-md-8 {
    order: 2;
}

.header_btn {
    margin: 0;
    padding: 0;
}

section {
    width: 100%;
    float: left;
    padding: 30px 0;
    margin: 0;
}

.heading_info {
    text-align: center;
    position: relative;
}
.cpd-credits-info {
    color: #ffc900;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.heading_info h2 {
    font-family: "Playfair Display", serif;
    color: #221E1F;
    font-size: 44px;
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 9;
    display: inline-block;
    font-weight: 100;
}

.heading_info:after {
    background: #ccc;
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 29px;
    z-index: 0;
}

.dvra-img {
    background: #000 url(../img/derivative-valuations-and-risk.jpg) no-repeat;
    border-radius: 21px;
    color: #fff;
    background-size: cover;
    height: 100%;
}

.algobg1 {
    background: #000 url(../img/courses/algo-bg1-sm.png) no-repeat;
    border-radius: 21px;
    color: #fff;
    background-size: cover;
    height: 100%;
}

.algobg2 {
    background: #000 url(../img/courses/algo-bg2-sm.png) no-repeat;
    border-radius: 21px;
    color: #fff;
    background-size: cover;
    height: 100%;
}

.algobg3 {
    background: #000 url(../img/courses/algo-bg4-sm.png) no-repeat;
    border-radius: 21px;
    color: #fff;
    background-size: cover;
    height: 100%;
}

.algobg4 {
    background: #000 url(../img/courses/algo-bg3-sm.png) no-repeat;
    border-radius: 21px;
    color: #fff;
    background-size: cover;
    height: 100%;
}

.algobg5 {
    background: #000 url(../img/courses/algo-bg5-sm.png) no-repeat;
    border-radius: 21px;
    color: #fff;
    background-size: cover;
    height: 100%;
}

.algobg6 {
    background: #000 url(../img/courses/algo-bg2-sm.png) no-repeat;
    border-radius: 21px;
    color: #fff;
    background-size: cover;
    height: 100%;
}

.algobg7 {
    background: #000 url(../img/courses/algo-bg7-sm.png) no-repeat;
    border-radius: 21px;
    color: #fff;
    background-size: cover;
    height: 100%;
    position: relative;
}

.algobg7:before {
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    border-radius: 20px;
}

.box_course_txt {
    position: relative;
    z-index: 9;
}

.certificate-program a {
    color: #fff;
}

.course-subtxt {
    font-size: 34px;
    margin: 0;
    font-weight: 400;
    line-height: 47px;
    margin-bottom: 20px;
    margin-top: 24px;
    min-height: 140px;
}

.btn_register {
    margin-bottom: 40px;
}

.box_course_txt h3 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 7px;
}

.course_duration {
    padding: 10px 0;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.testi_content {
    font-size: 16px;
    text-align: justify;
    width: 100%;
    float: left;
    margin-top: 14px;
    color: #2f2f2f;
}

.btn_register a {
    border: none;
    border-radius: 40px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    width: 170px;
    white-space: nowrap;
    border: #fff 2px solid;
    margin-bottom: 10px;
}

.testimmonial_area {
    background: #221E1F;
    text-align: center;
    border-radius: 0;
}

.youtube_video iframe {
    width: 100%;
}

.heading_txt {
    font-size: 28px;
    margin-bottom: 20px;
    color: #29AA5A;
    font-family: "Playfair Display", serif;
}

.testi_box {
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    min-height: 420px;
    background: #FFFEC5;
    border: #4D7DFB 4px solid;
}

.testi_header {
    display: flex;
    align-items: center;
}

.testi_img img {
    max-width: 80px;
    border-radius: 50px;
    margin-right: 10px;
}

.testi_heading {
    text-align: left;
}

.testi_heading h2 {
    font-size: 23px;
}

.testi_content {
    margin-top: 20px;
}

.barcontainer.change {
    position: fixed;
    background: #fff;
    padding: 7px;
    box-shadow: #ccc 0 10px 12px;
    border-radius: 10px;
    top: 10px;
    right: 10px;
    z-index: 9999999;
}

/* common css */
.newsletter_area .col-md-6 {
    margin: 0 !important;
    padding: 0 !important;
}

section.newsletter_area {
    width: 100%;
    float: left;
    padding: 10px 20px;
    box-sizing: border-box;
}

.newsletter_area {
   background: #221E1F;
    margin-top: 50px;
}

.news_heading {
    font-size: 24px;
    margin-top: 0;
    color: #fff;
}
.newsletter_info h2 {
    color: #29AA5A;
    font-family: "Playfair Display", serif;
}

.newsletter_area .subheading {
    margin: 0;
    padding: 0;
    color: #fff;
}

.news_letter_box {
    text-align: center;
    padding: 0;
    margin: 15px 0;
}

.newsletter_box {
    display: inline-block;
    position: relative;
    background: #e8e8e8;
    border-radius: 15px;
}

.newsletter_box input {
    border: none;
    background: none;
    padding: 17px 20px;
    font-size: 22px;
    font-weight: 300;
    float: left;
    width: 435px;
}

.newsletter_btn {
    font-size: 0;
    width: 80px;
    height: 65px;
    border: none;
    background: url(../../images/news_letter_btn.png);
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: center;
    cursor: pointer;
}

footer h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
    background: #4D7DFB;
    padding: 7px;
    text-align: left;
    color: #fff;
}

ul.footer_lnks li a {
    font-size: 13px;
}

ul.footer_lnks {
    line-height: 26px;
}

.address_sec {
    text-align: center;
    font-size: 12px;
    border-top: #f5f5f5 2px solid;
    border-bottom: #f5f5f5 2px solid;
    padding: 20px 0;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.addressbox h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.garp_sec {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    border-bottom: #eee 1px solid;
}

.garpimg,
.garpimg+p {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}

ul.social_lnks {
    width: 100%;
    float: left;
    text-align: center;
    border-top: 2px solid #f5f5f5;
    padding: 20px 0;
}

.social_lnks li {
    display: inline-block;
    margin: 5px 5px;
}

.social_lnks a {
    background: #000;
    width: 45px;
    display: block;
    height: 45px;
    color: #fff;
    font-size: 26px;
    border-radius: 50px;
    padding: 2px;
    line-height: 45px;
}

.social_lnks li:nth-child(1) a {
    background: #df2f2f;
}

.social_lnks li:nth-child(2) a {
    background: #0376A8;
}

.social_lnks li:nth-child(3) a {
    background: #1b4b8d;
}

.social_lnks li:nth-child(4) a {
    background: #1DA1F2;
}

.social_lnks li:nth-child(5) a {
    background: #634aba;
    background: -moz-linear-gradient(-45deg, #634aba 0%, #ab32b1 34%, #e73264 68%, #f16f42 99%);
    background: -webkit-linear-gradient(-45deg, #634aba 0%, #ab32b1 34%, #e73264 68%, #f16f42 99%);
    background: linear-gradient(135deg, #634aba 0%, #ab32b1 34%, #e73264 68%, #f16f42 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#634aba', endColorstr='#f16f42', GradientType=1);
}

.copyrt_sec {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 10px;
}

.contact_us_box {
    position: fixed;
    right: -500px;
    top: auto;
    z-index: 999;
    width: 470px;
    background: #def2f1;
    padding: 18px 28px 0;
    box-shadow: #cccc 6px 3px 5px;
    border-top: #999 2px solid;
    min-height: 215px;
    z-index: 999999;
    bottom: 60px;
}

.contact_us_box.active_info {
    right: 0;
}

.contact_content {
    position: relative;
}

.close_contact {
    float: right;
    cursor: pointer;
    font-size: 20px;
    border-radius: 20px;
    box-shadow: #000 0 0 4px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 42px;
    position: relative;
    right: -12px;
    top: -4px;
    background: #ff6c00;
    color: #fff;
}

.contact_patch {
    text-align: center;
    background: #ccc;
    width: 217px;
    position: fixed;
    top: auto;
    right: 20px;
    font-size: 21px;
    padding: 9px 0;
    border-radius: 17px 18px 0 0;
    cursor: pointer;
    border: #999 2px solid;
    border-bottom: none;
    bottom: 0;
}

.contact_content h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact_content h3 {
    font-size: 16px;
    font-weight: bold;
}

.contact_content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.email-us a {
    border: #4d9d9a 3px solid;
    color: #4d9d9a;
    background: none;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 15px;
    margin-right: 12px;
}

.extra-action .topsec {
    display: none
}

.test_review .row {
    margin-bottom: 30px;
}

.test_review {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.youtube_video img {
    max-width: 100%;
    cursor: pointer;
    height: 100%;
}

/* common css end */
/* crawsel start */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    float: left;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

/* .owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease;
} */
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #ccc;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #ccc;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-dots {
    display: none;
}

button.owl-prev.disabled {
    display: none !important;
}

button.owl-next {
    position: absolute;
    right: 0;
    top: 34%;
}

button.owl-prev {
    position: absolute;
    left: 0;
    top: 34%;
}

.owl-prev span,
.owl-next span {
    font-size: 52px !important;
    background: #fff;
    width: 48px !important;
    display: block;
    height: 48px !important;
    line-height: 40px;
    border-radius: 30px;
    border: #ccc 3px solid;
}

/* crawsel end */
.opportunity-wrap {
    background: #00051F;
    position: absolute;
    bottom: 0;
    width: 420px;
    left: 0;
    padding: 10px 20px;
    border-radius: 6px;
    overflow: hidden;
}

.opp-icon {
    width: 85px;
    margin-right: 13px;
}

.opp-icon img {
    height: auto;
    border-radius: 0;
}

.opportunity-box {
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
    display: flex;
    padding-left: 20px;
}

.opportunity-box:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 0;
    height: 0;
    border-top: 80px solid #C7003D;
    border-right: 40px solid transparent;
}

.opportunity-box:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-bottom: 120px solid #C7003D;
    border-left: 20px solid transparent;
}

.opportunity-box h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 22px;
}

.opp-area p {
    margin: 0;
    padding: 0;
    padding-right: 10px;
    color: #E9EC00;
    font-size: 13px;
}

.click-btn a {
    color: #fff;
    text-decoration: none;
    border: #FF9900 2px solid;
    margin-top: 10px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 558px;
}

#image-overlay {
    position: absolute;
    object-position: center;
    height: 100%;
    object-fit: cover;
    width: 100%;
    top: 0;
    left: 0;
}



#play:hover {
    cursor: pointer;
}

.header-img-area .youtube_video iframe {
    border-radius: 20px;
}

.video-header {
    display: flex;
    width: 100%;
    float: left;
    gap: 30px;
    padding: 20px 0;
    align-items: center;
}

.video-header-left {
    width: 65%;
    order: 1;
}

.video-header-right {
    width: 35%;
    padding: 0 50px;
    box-sizing: border-box;
}

#play {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: transparent !important;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding-top: 10px;
    font-size: 0;
}

#play:after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    left: 24px;
    border-radius: 30px;
    background: url(../img/play-icon.png) no-repeat;
    background-size: 100%;
}

div#play:before {
    width: 88px;
    height: 20px;
    content: "Play Now";
    position: absolute;
    left: 67px;
    top: 37px;
    font-size: 16px;
}

div#play i {
    content: "";
    position: absolute;
    width: 130px;
    height: 46px;
    border: #fff 1px solid;
    left: 16px;
    top: 14px;
    border-radius: 45px;
    box-shadow: rgba(256, 256, 256, .3) 0 0 10px;
}

.player .vp-video-wrapper .vp-preview {
    transform: scale(1.2);
}

.quantathon-banner img {
    max-width: 100%;
    margin-top: 20px;
    border-radius: 25px;
}

.quantathon-banner {
    width: 100%;
    float: left;
}

.event_wrap img {
    max-width: 100%;
    border-radius: 20px;
}

/* css 29 may */
.course-new-img img {
    max-width: 100%;
    width: 100%;
}

.course-shortform {
    float: left;
    margin-top: -40px;
    position: relative;
    background: #FFFEC5;
    padding: 5px 10px;
    font-size: 24px;
    margin-left: 10px;
    border-radius: 4px;
    font-weight: 600;
}

.course-live-online {
    color: #4D7DFB;
    font-size: 16px;
    padding: 10px;
}
.course-new-box h2 {
    font-size: 26px;
    line-height: 28px;
    padding: 2px 8px;
    font-weight: 300;
    font-family: "Playfair Display", serif;
}

.course-new-month {
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

.course-new-tag {
    background: #CFDFF4;
    float: left;
    padding: 6px;
    margin: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.course-new-box a {
    color: #000;
}

.courses-new-layout .course-new-box {
    background: #221E1F;
    float: left;
    border-radius: 8px;
    box-shadow: #ccc 0 0 6px;
    height: 100%;
    overflow: hidden;
}

.course-new-box h2 a {
    color: #29AA5A;
}

.courses-new-layout .row {
    justify-content: center;
}

.textHeading {
    background: #4D7DFB;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 5px;
}

ul.cookies_btn {
    display: flex;
    gap: 10px;
}

ul.cookies_btn li {
    width: 100%;
}

ul.cookies_btn button {
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 20px;
    padding: 5px;
    font-size: 14px;
}

ul.cookies_btn button.btnApprove {
    background: #9DDE8B;
}

.addressbox p {
    margin: 0;
    line-height: 18px;
}

.pctp-img1 {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1650px;
    background-position: 0 -620px;
}

.pctp-img2 {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1650px;
    background-position: -400px -620px;
}

.pctp-img3 {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1650px;
    background-position: -810px -610px;
}

.pctp-img4 {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1650px;
    background-position: -1210px -620px;
}

.pctp-img5 {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-position: 0px -1270px;
}

.pctp-img6 {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1650px;
    background-position: -400px -620px;
}

.pctp-img7 {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1650px;
    background-position: -1210px -620px;
}

.pctp-img8 {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1650px;
    background-position: -0 -620px;
}

.cpfe-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1720px;
    background-position: 0 0;
}

.cpaif-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1720px;
    background-position: -341px 0;
}

.cpqfrm-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1720px;
    background-position: -684px 0;
}

.pgpat-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1720px;
    background-position: -1035px 0;
}

.cpdvra-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1720px;
    background-position: 100% 0;
}

.cpaidv-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1772px;
    background-position: 0 -203px;
}

.cpmlf-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1750px;
    background-position: 100% -206px;
}

.cpdsf-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1759px;
    background-position: 0 -401px;
}

.cpgaif-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1780px;
    background-position: -360px -410px;
}

.cpait-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1760px;
    background-position: -1420px 0px;
}

.cpairm-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1780px;
    background-position: -360px -207px;
}

.cpat-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1754px;
    background-position: -702px -203px;
}

.cppf-thumb {
    background: url(../../asset/img/iiqf-course-bg.jpg) no-repeat;
    width: 100%;
    min-height: 200px;
    background-size: 1744px;
    background-position: -1050px -202px;
}
.testi_content p {
    margin: 0;
}

.heading_info_addition h2 {
    display: flex;
    justify-content: center;
    width: 560px;
    background: #fff;
    z-index: 999;
    margin: 0 auto;
    white-space: nowrap;
}
.heading_info_addition h2 span {
    font-size: 25px;
    margin-right: 10px;
}
.libf-banner {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-top: 20px;
}
.libf-banner img{ border-radius: 10px;}
.libf-footer img {
    max-width: 100%;
    margin-top: 0;
}

.libf-footer {
    padding: 20px;
    border: #ccc 1px solid;
    margin-top: 10px;
    border-radius: 7px;
}
.libf-info {
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
}
.libf-banner img {
    max-width: 100%;
}
.mob-libf-banner img{ width: 100%; border-radius: 20px;}
.mob-libf-banner{ display: none;}


@media only screen and (max-width:1800px) {
    .video_cont {
        font-size: 16px;
        line-height: 22px;
    }

    .video_cont h1 {
        font-size: 45px;
        font-weight: 800;
        line-height: 46px;
        letter-spacing: 2px;
        margin: 20px 0;
        margin-bottom: 8px;
        font-family: "Playfair Display", serif;
    }

    .subtxt {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:1368px) {
    .rt_lnks a {
        font-size: 14px;
        border-radius: 15px;
        display: block;
        padding: 5px 6px;
        margin: 0 5px;
        white-space: nowrap;
    }

    .video_cont h1 {
        font-size: 42px;
        line-height: 43px;
        margin: 10px 0;
    }

    .header-img-area img {
        height: auto;
    }

    button.owl-prev {
        position: relative;
        left: 0;
        top: 34%;
    }

    button.owl-next {
        position: relative;
        right: 0;
        top: 34%;
    }

}

@media only screen and (max-width:1024px) {
    .rt_lnks li:nth-child(4) {
        display: none;
    }

    .video_cont h1 {
        margin: 0;
    }

    .header-img-area .row {
        display: block;
    }

    .header-img-area .col-md-8 {
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .header-img-area .col-md-4 {
        order: 2;
        width: 100%;
        max-width: 100%;
    }

    .newsletter_box input {
        width: 355px;
    }

    .opportunity-wrap {
        background: #00051F;
        position: relative;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 10px 20px;
        border-radius: 6px;
        overflow: hidden;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:960px) {
    .newsletter_box input {
        width: 275px;
    }

    .menu_pos {
        margin-right: auto;
        display: flex;
        width: 100%;
    }

    .menu {
        margin-left: auto;
    }

    .logo .iiqf-logo a {
        font-size: 22px;
    }

    .logo span {
        font-size: 12px;

    }

    .video_cont h1 {
        font-size: 38px;
        font-weight: 800;
        line-height: 38px;
        letter-spacing: 2px;
        margin: 20px 0;
    }

    .action-lnk-top a {
        margin-left: 20px;
        font-size: 14px;
    }

    .wrapper {
        position: relative;
        width: 100%;
        height: 500px;
    }
}

@media only screen and (max-width:800px) {

    .video-header-left,
    .video-header-right {
        width: 100%;
        padding: 0;
    }

    .video-header {
        display: block;
    }
}

@media only screen and (max-width:680px) {
    .libf-banner{ display: none;}
    .mob-libf-banner{ display: block;}
    .courses-new-layout .course-new-box {
    width: 100%;
}
    .test_review .col-md-6 {
        margin-bottom: 20px;
    }

    .heading_info h2 {
        font-size: 24px;
        padding: 15px 30px;
        width: 100%;
        box-sizing: border-box;
    }


    .desk-img-banner {
        display: none;
    }

    .mob-img-banner {
        display: block;
    }

    .btns_group {
        display: block;
    }

    .viewall_btn a {
        width: 200px;
        margin-bottom: 10px;
    }

    .contact_us_box {
        display: none;
    }

    .action-lnk-top {
        display: none;
    }

    .menu_list {
        overflow-y: scroll;
        top: 0;
    }

    .logo .iiqf-logo a {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 21px;
    }

    .logo span {
        font-size: 11px;
    }

    .header-img-area {
        padding-top: 20px;
    }

    .youtube_video iframe {
        width: 100%;
        height: 260px;
    }

    .heading_info h2 {
        font-size: 24px;
        padding: 15px 30px;
    }

    footer h2 {
        margin-bottom: 10px !important;
        margin-top: 0;
        background: #eee url(../../images/down-arrow.png) no-repeat right !important;
        background-size: 32px !important;
    }

    ul.footer_lnks {
        line-height: 26px;
        display: none;
    }

    footer {
        width: 100%;
        float: left;
        border-top: #e1e1e1 2px solid;
        padding: 20px 0;
    }

    .newsletter_box input {
        width: 72%;
    }

    .rt_lnks a {
        font-size: 11px;
        border: none;
        border-radius: 15px;
        display: block;
        padding: 5px 7px;
        margin: 0 0;
        color: #29AA5A;
        box-sizing: border-box;
        white-space: nowrap;
    }

    ul.submenu {
        position: relative;
        right: 0;
        background: #e9f3f3;
        width: 350px;
        display: block;
        height: auto;
        top: 0;
        overflow: auto;
    }

    .box_course_txt {
        text-align: center;
    }

    .subheading {
        padding: 1% 10%;
    }

    .cusomise_info {
        text-align: center;
    }

    .video_cont h1 {
        font-size: 36px;
        line-height: 40px;
        margin: 20px 0;
    }

    .subtxt {
        font-size: 26px;
        line-height: 32px;
    }

    .video_cont {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
    }

    .lnks-wrap {
        margin-top: 0 !important;
    }

    .wrapper {
        position: relative;
        width: 100%;
        height: 350px;
    }
}

@media only screen and (max-width:480px) {
    .wrapper {
        position: relative;
        width: 100%;
        height: 258px;
    }

    .logo .iiqf-logo a {
        font-size: 17px;
        padding: 10px 0 10px 50px;
    }

    .logo span {
        font-size: 10px;
    }
}

@media only screen and (max-width:360px) {
    .logo .iiqf-logo a {
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 16px;
    }

    .book-guidance {
        font-size: 14px;
        ;
    }
}