@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 16px;
    background-color: #aaa;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
}
a , a:hover {
	text-decoration: none;
}
img {
    max-width: 100%;
}
.orange-color{
    color: #F49627;
}

.btn img {
    width: 10px;
}
.btnPrimary {
    background-color: #F49627;
    color: #fff;
}
.btn img {
    width: 20px;
    margin-right: 5px;
}
.btnPrimary:hover {
    background-color: #dc8218;
}
.btnPrimary:hover, .btnPrimary:focus {
    box-shadow: none;
    color: #fff;
    border: 0;
}
.btnPrimary img {
    filter: brightness(0) invert(1);
}
.titleCol h3 {
    font-size: 28px;
    font-weight: 600;
    color: #10242C;
    text-transform: uppercase;
}
.titleCol h3 span {
    color: #f49627;
    font-weight: 700;
}
.spaceCol {
    padding: 25px 0;
}
.whiteBg {
    background-color: #fff;
}
.formStyle {
    position: relative;
}
.formStyleInner {
    background-color: #fff;
    position: relative;
    z-index: 9;
    padding: 50px 60px 90px;
    border-radius: 50px 0 50px 0;
    box-shadow: 20px 30px 120px rgba(87, 87, 87, 0.2);
}
.titleMain {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.titleMain h2 {
    font-size: 32px;
    color: #222;
    font-weight: 400;
}
.titleMain h2 span {
    font-weight: 700;
    color: #f49627;
}
/***************** Header Css Starts ***************/
.headerMain {
    position: fixed;
    top: 0;
    background-color: #113349;
    width: 100%;
    padding: 15px 0;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerNav ul li {
    display: inline-block;
}
.headerNav ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}
.headerNav ul li.phoneMenu a {
    font-size: 16px;
}
.headerNav ul li a:before {
    content: "";
}
.headerNav ul li a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #f49627;
    position: absolute;
    bottom: -5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headerNav ul li.phoneMenu a:before {
    display: none;
}
.headerNav ul li a:hover {
    color: #f49627 !important;
}
.headerNav ul li a:hover:before {
    left: 0;
    right: 0;
}
.headerNav ul li + li {
    margin-left: 50px;
}
.headerMain.stickyHeader {
    padding: 10px 0;
}
.logoImg img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    max-width: 120px;
    filter: brightness(0) invert(1);
}
.headerNav ul li.phoneMenu a img {
    margin-right: 10px;
}
section.spaceTop {
    margin-top: 25px;
}
.page1Style .fieldList + .fieldList {
    margin-top: 15px;
}
.page1Style .formStyleInner {
    padding: 30px 50px 50px;
}
/***************** Header Css Ends ***************/
.cardEventList {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.formBanner img {
    width: 100%;
    border-radius: 5px;
}
.formBanner {
    margin-bottom: 30px;
}
.formStyle:before {
    content: "";
    background-image: url('../images/topshape.svg');
    background-size: contain;
    width: 184px;
    height: 188px;
    position: absolute;
    right: -30px;
    top: -30px;
}
.formStyle:after {
    content: "";
    background-image: url('../images/btmshape.svg');
    background-size: contain;
    width: 155px;
    height: 155px;
    position: absolute;
    right: -35px;
    bottom: 95px;
}
.subTitle h4 {
    color: #00204E;
    font-size: 24px;
    font-weight: 500;
}
.subTitle h4 span {
    color: #f49627;
    font-weight: 700;
}
.formInner {
    max-width: 1200px;
}
.iconCol {
    background-color: #F49627;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px;
}
.textCol {
    color: #00204E;
}
.titleIcon span {
    display: inline-block;
}
.meetingList + .meetingList {
    margin-top: 130px;
}
.valueCol {
    color: #00204E;

}
.fieldList + .fieldList {
    margin-top: 30px;
}
.formBtm {
    background-color: #F3F2EF;
    padding: 50px 0 50px 0;
    border-radius: 5px;
}
.cstmSelect {
    border: 2px solid #E4E4E4;
    background-color: #fff;
    height: 46px;
    font-size: 18px;
    color: #00204E;
    border-radius: 5px;
    font-weight: 600;
}
.cstmSelect:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #E4E4E4;
}
.dropzoneCstmInner label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #E4E4E4;
    cursor: pointer;
    height: 150px;
    background-color: #fff;
    border-radius: 5px;
}
.dropzoneCstmInner label img {
    width: 35px;
    margin-bottom: 10px;
}
.dropzoneCstmInner label span {
    font-size: 18px;
    color: #00204E;
    border-radius: 5px;
    font-weight: 600;
}
.textCol.orangeTitle {
    color: #F49627;
}
.formStyle + .formStyle {
    margin-top: 130px;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}
@media (max-width: 1600px) {
    .spaceCol {
        padding: 10px 0;
    }
    .titleCol h3 {
        font-size: 22px;
    }
    .formStyleInner {
        padding: 30px 50px 70px;
    }
    .formInner {
        max-width: 1000px;
    }
    .textCol {
        font-size: 14px;
    }
    .valueCol {
        font-size: 14px;
    }
    .iconCol {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
    }
    .subTitle h4 {
        font-size: 18px;
    }
    .dropzoneCstmInner label span {
        font-size: 14px;
    }
    .dropzoneCstmInner label {
        height: 120px;
    }
    .formStyle + .formStyle ,
    .meetingList + .meetingList {
        margin-top: 90px;
    }
    .dropzoneCstmInner label img {
        width: 28px;
    }
    .cstmSelect {
        height: 41px;
        font-size: 14px;
    }
    .formStyle:before {
        width: 164px;
        height: 168px;
    }
    .formStyle:after {
        width: 135px;
        height: 135px;
    }
}
@media (max-width: 991px) {
    .formStyleInner {
        padding: 30px 25px 50px;
    }
    .iconCol img {
        height: 15px;
    }
    .valueCol ,
    .textCol ,
    .cstmSelect,
    .dropzoneCstmInner label span {
        font-size: 12px;
    }
    .iconCol {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }
    .toggle {
        width: 26px;
        height: 18px;
        position: relative;
        margin-left: auto;
        cursor: pointer;
        display: block;
    }
    .headerMain.stickyHeader .headerNav ul li a {
        color: #fff;
    }
    .bar {
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #fff;
        z-index: 1;
        -webkit-transition: all 500ms ease-in-out 0s;
        -o-transition: all 500ms ease-in-out 0s;
        transition: all 500ms ease-in-out 0s;
        top: 7px;
        border-radius: 20px;
    }
    .bar:nth-child(1) {
        top: 0px;
    }
    .bar:nth-child(3) {
        top: 14px;
        width: 60%;
        right: 0;
    }
    .actNav .bar:nth-child(1) {
        transform: rotate(135deg);
        top: 8px;
    }
    .actNav .bar:nth-child(2) {
        transform: translate(-100%, 0);
        opacity: 0;
    }
    .actNav .bar:nth-child(3) {
        transform: rotate(-135deg);
        top: 8px;
        width: 100%;
    }
    .headerNav ul li + li {
        margin-left: 0;
        margin-top: 20px;
    }
    .headerNav ul li a {
        font-size: 16px;
    }
    .headerNav ul li {
        display: block;
    }
    .headerNav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        background-color: #113349;
        z-index: 99;
        padding: 30px 20px;
        width: 250px;
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        transform: translateX(-150%);
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        text-align: left;
        margin-left: 0 !important;
    }
    .actNav .headerNav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menuBackDrop {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 800ms ease-in-out 0s;
        -o-transition: all 800ms ease-in-out 0s;
        transition: all 800ms ease-in-out 0s;
        z-index: 9;
    }
    .actNav .menuBackDrop {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
    }
}
@media (max-width: 767px) {
    .formBtm {
        padding: 20px;
    }
    .page1Style .formStyleInner {
        padding: 30px 20px 50px;
    }
}
@media (max-width: 575px) {
    .overflowHideMb {
        overflow: hidden;
    }
    .page1Style .formStyleInner {
        padding: 30px 15px 50px;
    }
    .cardEventList {
        padding: 15px;
    }
    .formStyleInner {
        border-radius: 20px 0 20px 0;
    }
    .formStyleInner {
        padding: 30px 15px 50px;
    }
}
