<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------------------------------------------------
[Main Stylesheet]

Project:    TD Trophies
Version:    1.0
-------------------------------------------------------------------*/

/* Default */
body{
    font:400 16px/1.7 'Open Sans', sans-serif;
    color:#6f6f6f;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body, body * {
    margin: 0;
    padding: 0;
}
a:hover, img, input, textarea {
    outline: none;
}
ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Font-start */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');


/* Font-end */

/* Global-start */
*{
    box-sizing: border-box;
    transition-duration: 0.500s;
}
*:hover {
    transition-duration: 0.500s;
}
ul, li{
    list-style-type: none;
}
p{
    color: #3b4851;
}
a{
    text-decoration: none;
    outline: none;
}
a:hover, img, input, textarea{
    outline: none;
    text-decoration: none !important;
}
.row {
    align-items: center;
}
.no-rgt-marg{
    margin-right: 0 !important;
}
.no-rgt-pad{
    padding-right: 0 !important;
}
.container-fluid{
    padding-left: 80px;
    padding-right: 80px;
}
.ham-btn{
    width: 100%;
    font-size: 40px;
    color: #000;
    text-align: center;
    margin:0 auto;
    padding: 20px 0;
    background-color: #e6e6e6;
}
.ham-btn{
    display: none;
}
.page-heading{
    font:700 40px/1.1 'Roboto', sans-serif ;
    color:#faf100;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.sec-heading{
    overflow: hidden;
    position: relative;
    display: table;
    margin: 0 auto 20px;
    padding: 10px 20px 10px 40px;
    font:300 35px/1.2 'Roboto', sans-serif;
    color: #111f8a;
    text-align: center;
    text-transform: uppercase;
    background-color: #f5f6ff;
    border-bottom: 1px solid #c2c5e0;
}
.sec-heading:before, .event-inner-nav li &gt; *:before{
    content: " ";
    display: block;
    width: 45%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #111f8a;
    transform: skewY(55deg);
    transform-origin: top;
    -webkit-transform: skewY(55deg);
    -webkit-transform-origin: 0 0;
    -ms-transform: skewY(55deg);
    -ms-transform-origin: 0 0;
    -moz-transform: skewY(55deg);
    -moz-transform-origin: 0 0;
    -o-transform: skewY(55deg);
    -o-transform-origin: 0 0;
}

/*.sec-heading:before, .sec-heading:after{*/
    /*position: absolute;*/
    /*width: 35px;*/
    /*content: ".";*/
    /*font-size: 50px;*/
    /*color:#faf100;*/
    /*top: -50%;*/
    /*margin:0 0 0 -35px;*/
/*}*/
/*.sec-heading:after{*/
    /*margin:0 -35px 0 0;*/
/*}*/
/*.fa-phone{
   transform: rotate(90deg);
}
*/
.sec-heading-yel{
    color:#FAF100;
}
.sub-heading{
    font: 300 30px/1.1 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.sub-heading-sp-txt{
    font: 900 16px/1.1 'Roboto', sans-serif;
    color: #111f8a;
    display: table;
    margin:5px 0;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    float: right;
    border-radius: 5px;
    box-shadow: 0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0,0,0, 0.125);
}
.sub-heading-2{
    font:400 20px/1.1 'Roboto', sans-serif ;
    color:#a9a9a9;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.sub-heading-red-box{
    width: 100%;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    background-color: #faf100;
    font:600 16px/1.1 'Roboto', sans-serif ;
    color:#fff;
    text-transform: uppercase;
}
.imp-field-sign{
    color:#faf100;
}
.field-label{
    font: 400 16px/1.1 'Roboto', sans-serif;
    color: #111f8a;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.pic-holder img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.para{
    font:400 16px/1.7 'Open Sans', sans-serif;
    color:#6f6f6f;
    text-align:justify;
}
.para strong{
    color:#000;
}
.overlay{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.red-star{
    color: #ff0000;
    font-weight: 600;
}
.grey-box{
    width: 100%;
    padding:30px 30px 10px;
    margin:0 auto 30px;
    /*overflow: hidden;*/
    border-radius: 10px;
    border:1px solid #dee0ec;
    border-top: 3px solid #111F8A;
    background-color:#f5f6ff;
}
.grey-box-yel-bord{
    border-top: 3px solid #faf100;
    background-color:#fffeec;
}
.scroll-height{
    overflow-y: auto;
}
.inner-common-gap{
    padding: 30px 0;
}
.btn{
    padding:10px 30px;
    font:400 14px/1.5 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn-theme-yel {
    background-color: #faf100;
    border-color: #faf100;
    color:#111F8A;
}
.btn-theme-yel:hover{
    background-color:transparent;
    border-color: #faf100;
    color:#282828;
}
.btn-theme-ghost{
    background-color: transparent;
    border-color: #faf100;
    color: #faf100;
}
.btn-theme-ghost:hover{
    background-color: #faf100;
    color: #fff;
}
.btn-theme-blue{
    background-color:#111F8A;
    border-color:#111F8A;
    color:#fff;
}
.btn-theme-blue:hover{
    background-color:transparent;
    border-color:#111F8A;
    color:#111F8A;
}
.btn-theme-blue-create-account-bar{
    background-color:transparent;
    border:1px solid #fff;
    color: #fff;
	border-radius:5px;
}
.btn-theme-blue-create-account-bar:hover{
    background-color:#fff;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    border:1px solid #fff;
    color: #111F8A;
	border-radius: 5px;
}
.btn-theme-blue-ghost{
    background-color:transparent;
    border-color:#111F8A;
    color: #111F8A;
}
.btn-theme-blue-ghost:hover{
    background-color:#111F8A;
    color:#faf100;
}
.btn-theme-grey{
    background-color:#f7f7f7;
    border-color:#f7f7f7;
    color: #111F8A;
}
.btn-theme-grey:hover{
    background-color:#111F8A;
    border-color:#111F8A;
    color: #fff;
}
.btn-big{
    padding:10px 50px;
    font-size: 20px;
}
.btn-center{
    display: table;
    margin: 0 auto;
}
.txt-link-theme{
    font:600 14px/1.5 'Roboto', sans-serif ;
    color: #111F8A;
    text-transform: uppercase;
    background: none;
    border: none;
    cursor: pointer;
}
.txt-link-theme:hover{
    color: #282828;
}
.desk-off-tab-on{
    display: none;
}
.sec{
    padding:30px 0;
}
.form-control {
    padding: 10px 2px;
    height: 35px;
    font-size: 14px;
}
textarea.form-control {
    height:90px;
}
select.form-control:not([size]):not([multiple]){
    height: 35px;
    padding:0 2px;
}
.sec-sm{
    padding: 30px 0 50px;
}
.pic-holder-sp{
    position: relative;
    /*width: 500px;
    height: 380px;
    margin: 20px auto;
    background-color: rgb(245 246 255);
    border-radius: 100% 50% / 150% 130%;
    -webkit-box-shadow:-1px 0px 5px 2px rgba(130, 130, 130, 0.18);
    -moz-box-shadow:-1px 0px 5px 2px rgba(130, 130, 130, 0.18);
    box-shadow:-1px 0px 5px 2px rgba(130, 130, 130, 0.18); */
}
.pic-frame{
    -webkit-box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.pic-frame-wh2{
    background-color: #fff;
    border: 1px solid rgba(0,0,0, 0.125);
    -webkit-box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    padding: 4px;
}
.list{
    margin:15px 0;
}
.list li{
    font: 400 16px/1.5 'open sans', sans-serif;
    color: #6f6f6f;
    text-align: justify;
    margin: 0 0 5px 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    list-style-type: circle;
}
.list li a{
    color:#111f8a;
    font-weight: 600;
}
.list li a:hover{
    color:#000;
}
.list li.heading-list{
    margin: 0;
    border: none;
    list-style-type: none;
    color:#000;
}
.form-group .form-control{
    margin: 0 0 15px;
}
.box-full{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

/* Accordion css start */
.accordion .card-body{
   padding:10px 15px;
}
.accordion .card-header{
    background-color: transparent;
}
.accordion .card{
    margin-bottom:10px;
}
.accordion .card .card-header{
    padding: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.accordion .card .card-header .mb-0{
    padding: 10px;
    color: #fff;
    background-color: #111f8a;
    overflow: hidden;
}
.accordion .card .card-header &gt; a .mb-0 &gt; i{
    display: block;
    float: right;
}
.accordion .card .card-header .mb-0 span{
    font:300 16px/1.5 'Roboto', sans-serif;
    text-transform:capitalize;
}
/* Accordion css end */


/* Tab css start */
.nav-tabs{
    width: 95%;
    padding-left: 10px;
}
.nav-tabs .nav-item{
    background-color:#fff;
    margin-right:10px;
    border-radius: 5px 5px 0 0;
}
.nav-tabs .nav-item .nav-link{
    padding:20px;
    font:400 16px/1.2 'Roboto', sans-serif ;
    color:#111f8a;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #dee2e6;
    border-bottom:none;
}
.nav-tabs .nav-item .nav-link:hover{
    border-color: transparent;
    background-color: #c2c5e2;
    color: #111f8a;
}
.nav-tabs .nav-item .nav-link.active{
    color: #ffffff;
    background-color: #111f8a;
}
.tab-content{
    margin: -1px auto 0;
    padding:30px;
    border: 1px solid #dee2e6;
    border-radius:0 5px 5px 5px;
}
/* Tab css end */

/* Modal css start */
.modal-content{
    border-radius:0;
}
.modal-header{
    background-color:#111F8A;
    padding: 10px;
    border-bottom: none;
    border-radius: 0;
}
.modal-header .close {
    padding: 10px 15px;
    opacity: 1;
    color: #fff;
}
.modal-title{
    font:400 18px/1.2 'Roboto', sans-serif ;
    color:#fff;
    text-transform: uppercase;
}
/* Modal css end */
.link-common{
    font:600 16px/1.2 'Roboto', sans-serif ;
    color:#a9a9a9;
}
.link-common:hover{
    color:#faf100;
    text-decoration: underline;
}
/* Decrease-increase Button start */
.de-in-btn form {
    width:100%;
    margin: 0 auto;
    text-align: center;
}
.de-in-btn .value-button {
    display:block;
    margin:0;
    width:30px;
    height:30px;
    border-radius:3px;
    background-color: #faf100;
    font:900 20px/30px 'Roboto', sans-serif ;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
.de-in-btn .value-button:hover {
    cursor: pointer;
    background-color:#a9a9a9;
}
/*.de-in-btn form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}
.de-in-btn form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}*/
.de-in-btn form #input-wrap {
    margin: 0px;
    padding: 0px;
}
.de-in-btn input.number {
    width: 40px;
    height:32px;
    text-align: center;
    border: none;
    border: 1px solid #ddd;
    margin: 0 10px;
    display: block;
    float: left;
}
.de-in-btn input[type="number"]::-webkit-inner-spin-button,
.de-in-btn input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Decrease-increase Button end */

/* Timeline start */
.timeline-main{
    padding: 60px 0 0;
}
.timeline {
    width:100%;
    height:auto;
    background: #ECF1F524;
    mix-blend-mode: normal;
    /*overflow: hidden;*/
    border-radius: 10px;
}
.timeline h3 {
    font:400 22px/1.2 'Open Sans', sans-serif;
    color: #000;
    margin-left: 66px;
    margin-top: 40px;
}
.timeline label {
    font:400 16px/1.2 'Open Sans', sans-serif;
    /* identical to box height */
    margin:10px 0 0 60px;
    color: #fff;
}
.timeline .box {
    width: 100%;
}
.timeline .box .container {
    width: 100%;
    height:auto;
}
.timeline .box .container .lines {
    margin: -25px 0 10px 0;
    float: left;
    width: 30px;
    height: 100%;
}
.timeline .box .container .lines .dot {
    width: 14px;
    height: 14px;
    background: #D1D6E6;
    border-radius: 7px;
}
.timeline .box .container .lines .line {
    min-height: 100px;
    height: 100% !important;
    width: 2px;
    background: #D1D6E6;
    margin-left: 5.3px;
}
.timeline .box .container .cards {
    width: 100%;
    margin: 0 0 0 10px;
    /* transform: translateY(-50px); */
    overflow: hidden;
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.timeline .box .container .cards .cards-in{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: stretch;
    align-items: stretch;
}
.timeline .box .container .cards .card {
    width: calc(100% - 30px);
    float: left;
    height:auto;
    background: #fff;
    /*box-shadow: 0 2px 2px 0 #eeeeee40;*/
    border-radius: 10px;
    box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    padding: 10px;
    margin-top:-25px;
}
.timeline .box .container .cards .card.mid {
    height: 71px;
}
.timeline .box .container .cards .card h4 {
    font:600 14px/1.1 'Open Sans', sans-serif;
    margin:0 0 5px 0;
    color: #111f8a;
}
.timeline .box .container .cards .card p {
    font: 400 14px/1.7 'Open Sans', sans-serif;
    color: #2B2862;
    text-align: justify;
    margin-left: 25px;
    margin-right: 25px;
}
.timeline .box .container .cards .card .sub-title{
    margin: 10px 20px 5px 20px;
}
.timeline .box .bottom {
    width: 100%;
    height: 107px;
    background: #fff;
    box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    padding-top: 45px;
}
.timeline .box .bottom .btn {
    width: 249px;
    height: 62px;
    background: #FFFFFF40;
    mix-blend-mode: normal;
    cursor: pointer;
    border: 1px solid #8260D780;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #2B2862;
    margin-left: 53px;
    transition: 0.3s;
    background: #2B2862;
    color: #fff;
    border-color: #2B2862;
}
.timeline .box .bottom .btn:hover {
    transform: scale(1.03);
}
/* Timeline end */


/* Image Dropdown list start */
.vodiapicker{
    display: none;
}
#a{
    padding-left: 0px;
}
#a img, .btn-select img{
    width: 12px;

}
#a li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#a li:hover{
    background-color: #F4F3F3;
}
#a li img{
    margin: 5px;
}
#a li span, .btn-select li span{
    margin-left: 30px;
}
/* item list */

.b{
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;

}
.open{
    display: show !important;
}
.btn-select{
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius:0;
    background-color: #fff;
    border: 1px solid #ccc;
}
.btn-select li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
}
.btn-select:hover li{
    margin-left: 0px;
}
.btn-select:hover{
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
}
.btn-select:focus{
    outline:none;
}
.lang-select{
    margin-left: 50px;
}

/* Image Dropdown list end */

/* Table Common start */
.table-common *{
    padding: 0;
}
.table-common th, .table-common td{
    padding: 5px !important;
    vertical-align: middle;
}
.table-common thead, .table-common thead *{
    background-color:#faf100;
    border-color:#5a71a0;
}
.table-common thead th{
    font:400 12px/1.2 'Roboto', sans-serif;
    color:#fff;
    text-transform: uppercase;
}
.table-common tbody td{
    font:400 16px/1.2 'Roboto', sans-serif;
    color:#faf100;
}
.table-common tfoot, .table-common tfoot *{
    background-color: #d0a685;
    border-color: #e8bd9b;
    color: #fff;
    text-align: right;
}
.table-common tfoot strong.total-price{
    display: block;
    font-size:20px;
}
.table-common tfoot strong.total-price span{
    font-size:15px;
    font-weight: 400;
    text-align: left;
    float: left;
    line-height: 30px;
}
/* Table Common end */

/* Ribbon Tag start */
.ribbon{
    position: relative;
}
.ribbon-tag {
    position: absolute;
    top: -6.1px;
    right: 10px;
}
.ribbon-tag:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 10px solid #F8463F;
}
.ribbon-tag span {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    color:#fff;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
}
.ribbon-tag span:before, .ribbon-tag span:after {
    position: absolute;
    content: "";
}
.ribbon-tag span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #F8463F;
}
.ribbon-tag span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #C02031;
}
/* Ribbon Tag end */

/* Scrollbar Modify start */
/* width */
::-webkit-scrollbar {
    width:5px;
}
/* Track */
::-webkit-scrollbar-track {
    background-color:#fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background-color:#faf100;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color:#a9a9a9;
}
/* Scrollbar Modify End */

/* Breadcrumb start */
.breadcrumb-list{
    display:block;
    width: auto;
    margin:25px auto;
    overflow: hidden;
    text-align: left;
}
.breadcrumb-list li{
    float: left;
    margin: 0 auto;
    padding:0 15px 10px 0;
    color:#78747f;
    text-transform: capitalize;
}
.breadcrumb-list li a{
    border-radius:3px;
    font:600 13px/1.2 'Roboto', sans-serif;
    color:#78747f;
    text-align: left;
    padding:0 15px 0 0;
}
.breadcrumb-list li a:hover{
    color:#faf100;
}
.breadcrumb-list li i{
    display: block;
    float: right;
    padding-top:1px;
}
.breadcrumb-list li span{
     font:600 13px/1.2 'Roboto', sans-serif;
    color:#a9a9a9;
}
/* Breadcrumb end */

/* Pagination start */
.pagination{
    display: table;
    margin:30px auto 10px;
}
.pagination li{
    float: left;
    margin: 0 2px;
}
.pagination li &gt; *{
    padding: 5px 10px;
}
.pagination li a, .pagination li span{
    display: block;
    border: none;
    margin: 0 1px;
    outline: none;
    background-color: #f2f2f4;
    color: #333;
    border-radius: 3px !important;
}
.pagination li a:hover, .pagination li a.active, .pagination li a:focus, .pagination li a:active, .pagination li span{
    background-color:#111f8a;
    color: #fff;
}
.pagination li:first-child &gt; *, .pagination li:last-child &gt; *{
    background-color:#333;
    color: #fff;
}

.pagination li:first-child:hover &gt; *, .pagination li:last-child:hover &gt; *{
    background-color:#666;
    color: #fff;
}
.pagination li.disabled &gt; *, .pagination li.disabled &gt; *:hover{
    background-color:#ddd;
    color: #fff;
    cursor: default;
}
/* Pagination end */

/* Price Range Slider start */
.range-slider {
    max-width: 300px;
    width: 100%;
    margin:10px 0;
    float: right;
    text-align: center;
    position: relative;
    height:auto;
}
.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    top: 0;
}
.range-slider input[type=number] {
    border: 1px solid #a9a9a9;
    text-align: center;
    font-size: 1.6em;
    -moz-appearance: textfield;
}
.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
    border: 2px solid #a9a9a9;
}
.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}
.range-slider input[type=range]:focus {
    outline: none;
}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background-color:#faf100;

}
.range-slider input[type=range]:focus::-ms-fill-lower {
    background-color:#faf100;
}
.range-slider input[type=range]:focus::-ms-fill-upper {
    background-color:#faf100;
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background-color: #faf100;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    border: 3px solid #000;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background-color:#fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background-color: #fcfcfc;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background-color: #fff;
    cursor: pointer;
}
.range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}
.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
    background-color: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
.range-slider input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow:0px 15px 9px -15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background-color: #a1d0ff;
    cursor: pointer;
}
.range-slider .range-field{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.range-slider .range-field &gt; *{
    width: 15%;
    display: block;
    float: left;
    margin: 15px 0;
    padding:0;
    text-align: center;
    font:600 13px/1.2 'Roboto', sans-serif;
    color:#a9a9a9;
}
.range-slider .range-field &gt; input[type="number"]{
    width: 30%;
    height: 32px;
     font:600 13px/1.5 'Roboto', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Price Range Slider end*/

/* Image Zoom start*/
.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tile {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    transition: transform .5s ease-out;
}
.txt {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
    right: 0;
    top:0;
    right: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
}
.txt &gt; i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e6d2c0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.x {
    font-size: 0;
    line-height: 0;
}
/* Image Zoom end*/

/* News List start*/
.category-box .category-content {
    width: calc(100% - 226px);
    height: 240px;
    float: right;
    position: relative;
    padding: 20px 20px 38px;
    background-color: #fff;
}
.category-box {
    width: 100%;
    margin:30px auto 0;
    overflow: hidden;
    border:1px solid #111f8a;
    border-radius: 3px;
    align-items: stretch;
}
.category-box .picholder {
    width: 226px;
    height: 240px;
    float: left;
    margin: 0;
}
.news-list .picholder img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-right:1px solid #111f8a;
}
.news-list.category-box .picholder, .news-list.category-box .category-content {
    height: 240px;
}
.news-list.category-box .category-content {
    padding: 20px;
}
.news-list.category-box .category-content .pro-heading{
    height: auto;
    margin-bottom: 5px;
    font:400 18px/1.5 'Roboto', sans-serif;
    color:#282828;
    text-transform: uppercase;
}
.news-list.category-box .category-content .pro-heading, .news-list.category-box .category-content .para{
    height: auto;
    margin-bottom: 5px;
}
.news-list .date{
    display: block;
    font:400 14px/1.5 'open-sans', sans-serif;
    color:#111f8a;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.news-list .date span{
    padding-left: 10px;
    color: #3b4851;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
}
.news-list .author{
    font:400 13px/1 'Raleway', sans-serif;
    color:#d4b063;
    text-align: right;
    margin: 10px 0 5px;
}
.news-list:hover .category-content{
    background-color:#111f8a;
    color:#fff;
}
.news-list:hover .category-content .pro-heading, .news-list:hover .category-content .para, .news-list:hover .date{
    color:#fff;
}
.news-list:hover .date span,.news-list:hover .author{
    color:#aaddff;
}
.category-content .btn-row {
    width: 100%;
    height: 38px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color:#111f8a;
}
.btn-row .view-pro {
    display: block;
    width: 170px;
    height: 100%;
    float: right;
    background-color:#f5f6ff;
    font: 600 14px/38px 'Roboto', sans-serif;
    color: #111f8a;
    text-transform: uppercase;
    text-align: center;
}
.btn-row .view-pro:hover {
    background-color:#faf100;
    text-decoration: none;
}
/* News List end*/

/* News Details start*/
.news-detail-pic{
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    border-radius:0;
    max-width: 500px;
}
.our-news-detail .news-detail-heading {
    font: 400 20px/1.2 'Roboto', sans-serif;
    color: #282828;
    text-transform: uppercase;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ddd;
}
.our-news-content-row .btn-row .back-btn{
    margin-top: 30px !important;
}
.news-detail-heading small {
    text-align: right;
    float: right;
    font-size: 14px;
    color: #111f8a;
    margin-top: 10px;
    text-transform: none;
}
/* News Details end*/




/* Global-end */


/* Header Start */
.top-header{
    background-color:#111F8A;
    padding:8px 0 ;
}
.top-social-list{
    width: auto;
    overflow: hidden;
    float: right;
    display: flex;
    align-items: center;
    justify-items: right;
    justify-content: right;
}
.top-social-list li{
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    font: 400 17px/1.2 'Roboto', sans-serif;
    color: #111f8a;
}
.top-social-list li:hover{
    background-color:transparent;
}
.top-social-list li i{
    display: block;
    text-align: center;
    color: #111f8a;
    font-size: 15px;
    line-height: 25px;
}
.top-social-list li:hover i{
    color:#faf100;
}
.top-link-list{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.top-link-list li{
    margin-left:14px;
    color: #aaa;
}
.top-link-list li a{
    font:400 17px/1.2 'Roboto', sans-serif;
    color: #aaa;
}
.top-link-list li a:hover, .top-link-list li a i{
    color:#faf100;
}
.logo-bar{
    width: 100%;
    background-color: #fff;
    /* position: absolute; */
    /* top: 70px; */
    /* left: 0; */
    /* right: 0; */
    /* z-index: 99999999; */
    position: relative;
    padding:0;
    border-bottom:2px solid #faf100;
}
.logo-bar .logo{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin:0 ;
    padding: 5px 10px;
    background-color: #ffffff;
    /* box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 20%); */
    /* -webkit-box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 20%); */
    /* -moz-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2); */
    /*position: absolute;*/
    /*bottom: -80px;*/
    /*left: 0;*/
    /*z-index: 999;*/
}
.logo-bar .logo a img {
    display: block;
    width: 100%;
    height: 100%;
    margin:0 auto;
    object-fit: contain;
}
.top-nav-sec{
    background:transparent;
    float: right;
}
.top-nav-sec ul{
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: right;
    width: auto;
    margin:0;
    padding: 0;
    text-align: center;
}
.top-nav-sec li {
    float: left;
}
.top-nav-sec li a{
    display: block;
    font:400 14px/1.1 "open-sans", sans-serif ;
    color:#111f8a;
    text-transform: uppercase;
    padding:10px;
    margin:0 0 0 10px;
}
.top-nav-sec li.active a, .top-nav-sec li a:hover{
    background-color: #111f8a;
    color: #faf100;
}
.top-nav-sec li.login-linksp a {
    background-color: #faf100;
    color: #000;
}
.top-nav-sec li.login-linksp.active a, .top-nav-sec li.login-linksp a:hover{
    background-color:#000;
    color: #faf100;
}
.top-nav-sec.top-Rgtnav-sec ul {
    justify-content: flex-end;
}
.top-search-row {
    max-width:450px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0 0 15px;
    justify-content: space-between;
    border:1px solid #495298;
}
.top-search-row &gt; *{
    display: inline-block;
    height:30px;
    padding:0;
    border: none;
}
.top-search-row &gt; select{
    width: 192px;
    border-radius:5px 0 0 5px;
}
.top-search-row &gt; a{
    width: 52px;
    padding: 0;
    background-color: #111f8a;
    font-size: 15px;
    line-height: 30px;
    color: #faf100;
    text-align: center;
}
.top-search-row &gt; input{
    width:calc(100% - 60px);
}
.currency-box{
    display: block;
    width: 140px;
    height: 40px;
    float: right;
    padding:0;
    border:1px solid #e5e5e5;
    border-radius:5px;
}
.logo-txt{
    color: #fff;
    font:600 13px/1.1 "open-sans", sans-serif;
}
/* Header End */

/* Footer Start */
footer{
    background-color:#2c2c2c;
}
.footer-upper{
    background-color: #484a56;
}
.footer-upper &gt; .container &gt; .row{
    align-items:normal;
}
.footer-upper .logo{
    width:226px;
    height:auto;
    margin:0 0 15px;
    padding: 5px;
    background-color: #fff;
}
.footer-upper .logo a img {
    display: block;
    width: 100%;
    height: 100%;
    margin:0 auto;
    object-fit: cover;
}
.footer-upper .para{
    max-width:410px;
    width: 100%;
    color: #bbb;
}
.footer-upper .para a{
    color:#faf100;
}
.footer-upper .para a:hover{
    color:#fff;
}
.footer-nav{
    width: auto;
    margin:0 ;
    padding:0;
}
.footer-nav li{
    overflow: hidden;
}
.footer-nav li h5{
    display: block;
    font: 400 20px/1.1 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}
.footer-nav li a{
    display: block;
    font: 400 13px/1.8 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 0;
    letter-spacing: 1px;
}
.footer-nav li a:hover, .footer-nav li.active a{
    color: #faf100;
}
.foot-link-list{
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    display: block;
}
.foot-link-list li{
    width: 100%;
    overflow: hidden;
    display: flex;
    margin:0 0 35px;
    align-items: center;
}
.foot-link-list li a{
    display: block;
    width:calc(100% - 40px);
    float: left;
    font:600 17px/1.2 'Roboto', sans-serif;
    color: #cbc6b9 !important;
}
.foot-link-list li a:hover, .foot-link-list li &gt; i{
    color:#faf100;
}
.foot-link-list li &gt; i{
    width: 40px;
    float: left;
}
.footer-sbuscribe{
    background-color:#343748;
    padding:10px 0;
}

.footer-social-link, .footer-subs-row{
    display: flex;
    align-items: center;
}
.footer-social-link &gt; p, .footer-subs-row &gt; p{
    font: 300 12px/1.2 'Roboto', sans-serif;
    color: #fff;
    text-transform: none;
}
.footer-social-link &gt; p{
    min-width:60px;
}
.footer-subs-row &gt; p{
    min-width:245px;
}
.subs-field{
    max-width: 455px;
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border-radius: 5px;
}
.subs-field .btn-theme{
    width: 115px;
    height: 41px;
    margin: 2px;
    line-height: 28px;
}
.subs-field .form-control{
    padding: 0 10px;
    font:600 16px/1.2 'Roboto', sans-serif;
    color:#5f6772;
    float: left;
    width: calc(100% - 120px);
    height: 100%;
    border: none;
}
.footer-social-link{
    justify-items: right;
    width: auto;
    float: right;
}

/* Cookie Bar Start */
#cookieConsent{
    background-color:#a9a9a9;
    min-height: 26px;
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 99999999;
}
.cookie-txt{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    color:#fff;
    text-align: center;
    font:300 14px/1.3 'Roboto', sans-serif;
}
.cookie-txt a{
    color:#FAF100;
}
.cookie-txt a:hover{
    color:#c4ba05;
}
#cookieConsent a.cookieConsentOK{
    display: table;
    background-color:#111F8A;
    color:#FAF100;
    padding: 5px 15px;
    cursor: pointer;
    margin:5px auto 0;
    text-align: center;
}
#cookieConsent a.cookieConsentOK:hover{
    background-color:#091258;
}
/* Cookie Bar End */


/* Footer End */


/* Body Start */

/* Home Banner Start */
.banner-bar{
    position: relative;
    height:600px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.banner-bar ul, .banner-bar ul li{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-bar *{
    width: 100%;
    height: 100%;
}
.ban-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    background-color: #faf100;
}
.ban-content .ban-right-col{
    display: flex;
    align-items: center;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: 99;
    max-width:100%;
    width:100%;
    height: 100%;
    margin:0;
    padding:50px;
    background-color:rgba(0, 0, 0, 0.56);
    /*transform: skewX(-10deg);*/
    /*transform-origin: top;*/
    /*-webkit-transform: skewX(-10deg);*/
    /*-webkit-transform-origin: 0 0;*/
    /*-ms-transform: skewX(-10deg);*/
    /*-ms-transform-origin: 0 0;*/
    /*-moz-transform: skewX(-10deg);*/
    /*-moz-transform-origin: 0 0;*/
    /*-o-transform: skewX(-10deg);*/
    /*-o-transform-origin: 0 0;*/
}
.ban-content .ban-right-col &gt; div{
    max-width:990px;
    width: 100%;
    margin: 0 auto;
}
/*.ban-content .ban-right-col:before{*/
    /*content:" ";*/
    /*width:300px;*/
    /*height:100%;*/
    /*position:absolute;*/
    /*top:0;*/
    /*right:-90px;*/
    /*margin:0 auto;*/
    /*z-index:0;*/
    /*background-color:#111F8A;*/
    /*transform:skewX(10deg);*/
/*}*/
/*.ban-content .ban-right-col &gt; *{*/
    /*transform: skewX(10deg);*/
    /*transform-origin: top;*/
    /*-webkit-transform: skewX(10deg);*/
    /*-webkit-transform-origin: 0 0;*/
    /*-ms-transform: skewX(10deg);*/
    /*-ms-transform-origin: 0 0;*/
    /*-moz-transform: skewX(10deg);*/
    /*-moz-transform-origin: 0 0;*/
    /*-o-transform: skewX(10deg);*/
    /*-o-transform-origin: 0 0;*/
    /*color: #fff;*/
/*}*/
.ban-content .ban-right-col *{
    color: #fff;
}
.ban-content .ban-right-col h6{
    font:300 18px/1.2 'Roboto', sans-serif;
    text-transform: capitalize;
    letter-spacing: 3px;
    /*border-bottom:1px solid #fff;*/
    width: auto;
    display: inline-block;
}
.ban-content .ban-right-col span{
    display: block;
    font:300 18px/1.2 'Roboto', sans-serif;
    text-transform: uppercase;
}
.ban-content .ban-right-col h2{
    font:300 40px/1.3 'open-sans', sans-serif;
    color: #faf100;
    text-transform: uppercase;
    margin: 20px 0;
}
.ban-content .ban-right-col .btn.btn-theme-ghost{
    display: inline-block;
    color: #faf100;
}
.ban-content .ban-right-col .para{
    margin: 30px 0;
    color:#fff;
}
.ban-content .ban-right-col .btn.btn-theme-ghost:hover{
    color: #111F8A;
}
.ban-content .ban-right-col &gt; div, .ban-content .ban-right-col &gt; div *{
    height: auto;
    width: auto;
    text-align: justify;
    text-align-last: center;
}
.ban-left-col{
    position: relative;
    width:100%;
    height: 100%;
}
.ban-left-col &gt; img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;

}
/*.ban-left-col:before{*/
    /*content: " ";*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*margin: 0 auto;*/
    /*z-index:0;*/
    /*background-color:rgba(0, 0, 0, 0.1);*/
/*}*/
/* Home Banner End */


/* Home 3 Service Start */
.three-serv-bar{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.three-serv-list{
    justify-content: space-between;
}
.three-serv-list li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: self-start;
}
.three-serv-list li a .icon-holder{
    width: 65px;
    height: 65px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #111f8a;
}
.three-serv-list li a .icon-holder i{
    display: block;
    font-size: 30px;
    color: #111f8a;
    line-height: 63px;
    text-align: center;
}
.three-serv-list li a .rgt{
    width: calc(100% - 90px);
    min-height: 90px;
    color: #fff;
    padding-left: 15px;
}
.three-serv-list li a .rgt h5, .three-serv-list li a h5{
    display: block;
    font: 300 20px/1.1 'open-sans', sans-serif;
    text-transform: capitalize;
    margin: 0 0 15px 0;
    color: #111F8A;
}
.three-serv-list li a .rgt span{
    display: block;
    font: 400 13px/1.5 'Roboto', sans-serif;
    color: #808080;
    text-align: justify;
}
.three-serv-list li a .rgt &gt; button{
    display: block;
    width: auto;
    margin-top:20px;
	border-radius: 5px;
}
/* Home 3 Service End */

/* Home Events Start */
/*.events-bar{*/
    /*background-color:#f6f6f94f;*/
/*}*/
.events-box{
    align-items:stretch;
}
.events-box li{
    width: 100%;
    height: auto;
    align-items: stretch;
    margin-bottom:30px;
}
.events-box li &gt; div, .events-box li &gt; a{
    display: block;
    width: 100%;
    height: 100%;
    /*min-height: 395px;*/
    margin: 0 auto;
    /*overflow: hidden;*/
    background-color:#111F8A;
    position: relative;
}
.events-box li &gt; div &gt; .pic-holder, .events-box li &gt; a &gt; .pic-holder{
    width: 100%;
    height:270px;
    margin: 0 auto;
    border-bottom:1px solid #e5e5e5;
}
.events-box li &gt; div &gt; .pic-holder img, .events-box li &gt; a &gt; .pic-holder img{
    object-fit: cover;
}
.events-box li &gt; div &gt; .content, .events-box li &gt; a &gt; .content {
     height:calc(100% - 320px);
     padding:20px;
     text-align: center;
     /*transform: skewY(-10deg);*/
     /*transform-origin: top;*/
     /*-webkit-transform: skewY(-10deg);*/
     /*-webkit-transform-origin: 0 0;*/
     /*-ms-transform: skewY(-10deg);*/
     /*-ms-transform-origin: 0 0;*/
     /*-moz-transform: skewY(-10deg);*/
     /*-moz-transform-origin: 0 0;*/
     /*-o-transform: skewY(-10deg);*/
     /*-o-transform-origin: 0 0;*/
     margin-top: -1px;
     background-color:#fff;
     border: 1px solid rgba(0,0,0,0.125);
     border-bottom: none;
 }
.events-box li &gt; div &gt; .content &gt; div, .events-box li &gt; a &gt; .content &gt; div{
    /*transform: skewY(10deg);*/
    /*transform-origin: top;*/
    /*-webkit-transform: skewY(10deg);*/
    /*-webkit-transform-origin: 0 0;*/
    /*-ms-transform: skewY(10deg);*/
    /*-ms-transform-origin: 0 0;*/
    /*-moz-transform: skewY(10deg);*/
    /*-moz-transform-origin: 0 0;*/
    /*-o-transform: skewY(10deg);*/
    /*-o-transform-origin: 0 0;*/
}
.events-box li &gt; div &gt; .content h6, .events-box li &gt; a &gt; .content h6{
    margin: 0 auto 5px;
    font:600 14px/1.1 'Roboto', sans-serif;
    color:#444;
    text-transform: capitalize;
}
.events-box li &gt; div &gt; .content small, .events-box li &gt; a &gt; .content small{
    display: block;
    margin: 5px auto;
    font:400 25px/1.1 'Open Sans', sans-serif;
    color:#111f8a;
}
.events-box li &gt; div &gt; .content h5, .events-box li &gt; a &gt; .content h5{
    display: block;
    margin:0 auto 15px;
    font:300 12px/1.1 'Roboto', sans-serif;
    color:#7f7f7f;
}
.events-box li &gt; div &gt; .content .para, .events-box li &gt; a &gt; .content .para, .events-box li &gt; div &gt; .content .txt-link-theme, .events-box li &gt; a &gt; .content .txt-link-theme {
    margin-top:20px;
}
.events-box li &gt; div &gt; .content .para, .events-box li &gt; a &gt; .content .para{
    color:#6f6f6f;
}
.events-box li &gt; div .txt-link-theme, .events-box li &gt; a .txt-link-theme{
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    /*font-weight: 300;*/
}
.events-box li &gt; div .txt-link-theme:hover, .events-box li &gt; a .txt-link-theme:hover{
    color: #faf100;
}
.events-bar .btn.btn-big{
    display: table;
    margin:10px auto 0;
}
/* Home Events End */

/* Home Job No Start */
.job-no-row{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    justify-items: center;
}
.job-no-row li{
    width: 20%;
    padding-top: 10px;
    margin-bottom:25px;
}
.job-no-row li .icon-holder i{
    color: #111F8A;
    font-size: 30px;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    line-height: 63px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    border: 2px solid #111F8A;
}
.job-no-row li .content{
    margin: 20px 0 0;
}
.job-no-row li .content h5{
    display: table;
    width: auto;
    padding-bottom: 1px;
    margin: 0 auto 10px;
    font: 600 25px/1.1 'Roboto', sans-serif;
    color: #111F8A;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #111F8A;
}
.job-no-row li .content span{
    display: table;
    width: auto;
    margin: 0 auto;
    font:400 14px/1.1 'Open Sans', sans-serif;
    color:#7f7f7f;
    text-transform: uppercase;
    text-align: center;
}
/* Home Job No End */

/* Home About Start */
.about-bar .sec-heading-lft{
    margin:30px 0 20px;
}
/* Home About End */

/* Home Create Account Start */
.create-account-bar{
    position: relative;
    background: url("../images/acco-bg.jpg") 0 0/cover no-repeat;
}
.create-account-bar .sub-heading, .create-account-bar .para {
    color: #fff;
}
.create-account-bar .rgt-col-style *{
    text-align: right;
}
.create-account-bar .rgt-col-style .btn-theme-blue{
    float: right;
    text-align: center;
}
.create-account-bar .btn-theme-blue:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
    color: #fff;
}
/* Home Create Account End */

/* Home Partners Start */
.partners-row{
    width: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    justify-items: stretch;
    margin: 0 auto;
    border-left: 1px solid #ddd;
}
.partners-row li{
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-left: none;
    width: 12%;
    height: 80px;
    background-color: #fff;
}
.partners-row li img{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
/* Home Partners End */

/* Inner page Start */
.field-spbot-txt{
    margin-top: -15px;
    display: block;
    font-style: italic;
    margin-bottom: 10px;
}
.register-bar{
    background-color:#f5f6ff;
    padding:15px;
}
.register-bar .sec-heading{
    width: 100%;
    font-size: 30px;
    background-color: #fff;
}
.sec-heading-wh{
    background-color: #fff;
}
.register-btn-bar {
    width: 100%;
    display: flex;
    justify-content: stretch;
    align-items: center;
}
.register-btn-bar .btn{
    width: 48%;
}
.banner-bar-inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 250px;
    background-position:50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-bar-inner:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.three-serv-list li a .icon-holder.pdf-icon &gt; i{
    color: #ff0000;
}
.publications-bar .three-serv-list li a {
    align-items: stretch;
}
.publications-bar .three-serv-list li a h5{
    min-height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.publications-bar .three-serv-list li a .rgt {
    padding: 0;
    min-height: auto;
}
.publications-bar .three-serv-list li a .icon-holder {
    width: 65px;
    height: 43px;
    border-radius: 5px 0 0 5px;
    border-width: 1px;
    border-right: none;
}
.publications-bar .three-serv-list li a .rgt &gt; button {
    display: block;
    width: auto;
    margin-top: 0;
    border-radius: 0 5px 5px 0;
}
.publications-bar .three-serv-list li a .icon-holder i {
    line-height: 40px;
}
.contact-us-bar .events-box li &gt; div &gt; .content, .contact-us-bar .events-box li &gt; a &gt; .content{
    height: calc(100% - 50px);
}
.contact-us-bar .events-box li &gt; div &gt; button.txt-link-theme, .contact-us-bar .events-box li &gt; a &gt; button.txt-link-theme{
    text-transform:lowercase;
    padding:5px 10px;
    word-break: break-all;
    line-height: 1.2;
}
.contact-us-bar .events-box li{
    margin-bottom: 30px;
}
.ban-sub-heading{
    width: auto;
    display: table;
    margin:0 auto;
    padding: 10px 25px;
    background-color:#faf100;
    color: #111f8a;
    text-align: center;
    border-radius: 5px;
}
.ban-sub-heading &gt; *{
    display: inline-block;
    margin: 0 5px;
}
.event-inner-nav li &gt; *{
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
    font:400 16px/1.2 'Roboto', sans-serif;
    color: #111f8a;
    text-transform: uppercase;
    background-color:#f5f6ff;
    border: 1px solid #c3c4d1;
    border-bottom: 0;
    border-radius: 0 5px 0 0;
}
.event-inner-nav li &gt; a:hover{
    background-color:#111f8a;
    color: #fff;
}
.event-inner-nav li &gt; a:hover:before{
    background-color:#f5f6ff;
}
.event-inner-nav li &gt; span{
    background-color:#faf100;
    color:#000;
    font-weight: 600;
}
.event-inner-nav li &gt; span:before{
    background-color:#716d0b;
}
.lgt-bg-bar{
    background-color:#f5f6ff;
}
.event-inner-nav &gt; li{
    padding-right: 5px;
    padding-left: 5px;
}
.each-job-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    margin:20px auto 0;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0, 0.125);
}
.each-job-box &gt; *{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%;
}
.heading-box{
    background-color:#111f8a;
    font:300 20px/1.2 'Roboto', sans-serif;
    text-transform: capitalize;
    color:#fff;
    padding: 10px;
}
.heading-box-lgt, .highlight-box{
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    background-color:#fff;
    border: 1px solid #c3c4d1;
    color:#111f8a;
    font:400 14px/1.7 'Open Sans', sans-serif;
}
.each-job-box section{
    padding: 20px;
}
.each-job-box section .box, .highlight-box{
    display: table;
    width: auto;
    padding: 5px 8px;
    margin-bottom: 10px;
    background-color: #f5f6ff;
    border: 1px solid #cfd1e2;
    border-radius: 5px;
}
.each-job-box section .box{
    width:100%;
}
.each-job-box section .box p, .highlight-box p{
    color: #000;
    font-weight:400;
}
.each-job-box section .box p strong, .highlight-box p strong{
    color:#111f8a;
    font-weight: 900;
}
.job-no-row-2 li .content h5{
    font-size: 14px;
}
.job-no-row-2 li .content a{
    display: table;
    margin: 0 auto;
}
.job-no-row-2 li .pic-holder{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
    border: 2px solid #111F8A;
    padding: 5px;
}
.sub-heading-sp-txt-2 {
    background-color: rgb(245 246 255);
}
.events-box li &gt; div.live-highlight-box, .events-box li &gt; a.live-highlight-box{
    background-color: #ffeb3b;
}
.events-box li &gt; div.live-highlight-box .content small, .events-box li &gt; a.live-highlight-box .content small, .events-box li &gt; div.live-highlight-box .txt-link-theme, .events-box li &gt; a.live-highlight-box .txt-link-theme{
    color: #000;
}
.live-badge-box{
    display: block;
    min-width:80px;
    position: absolute;
    left: -15px;
    top: 10px;
    z-index: 99;
    background-color: #ffeb3b;
    padding: 5px 5px 5px 15px;
    font:600 14px/1.1 'Open Sans', sans-serif;
    color: #ff0000;
    /*text-transform: uppercase;*/
}
.events-box li &gt; div.live-highlight-box .content, .events-box li &gt; a.live-highlight-box .content{
    border: 2px solid #ffeb3b;
    border-bottom: none;
}
.blinking{
    display: block;
    position: absolute;
    right: 10px;
    top:15px;
    z-index: 99;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:3px solid #fff;
    background-color: #ff0000;
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}
.blinking &gt; circle{
    width:100%;
    height:100%;
}
@keyframes blink{
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes blink{
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-ms-keyframes blink{
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes blink{
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.timeline-main .box .container{
    padding: 0;
}
.faq-bar .tab-content{
    padding-bottom: 20px;
}
.useful-links-bar.sec {
    padding-bottom:20px;
}
.common-profile-box{
    padding:15px;
}
.common-profile-box .pic-holder{
    width:150px;
    height:150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}
.company-inner &gt; .container &gt; .row, .job-inner &gt; .container &gt; .row{
    align-items: self-start;
}
.btn-full{
    width: 100%;
}
#timer{
    color: #ff0000;
}
.work-each-box li{
    margin:30px auto 0;
}
.work-each-box li .para &gt; strong{
    display: block;
}
.work-each-box li &gt; div &gt; .pic-holder, .work-each-box li &gt; a &gt; .pic-holder {
    height: 150px;
}
.work-each-box li &gt; div &gt; .content, .work-each-box li &gt; a &gt; .content {
    height: calc(100% - 200px);
}
/*#work-guides .each-job-box section{
    padding-bottom: 0;
}*/
#work-guides .each-job-box section &gt; .para{
    margin-bottom: 20px;
}
.job-no-bar{
    border-top:1px solid #fff;
}
.events-bar{
    border-bottom: 1px solid #d5d7e8;
}

/*.lightbox {*/
    /*!** Default lightbox to hidden *!*/
    /*display: none;*/
    /*!** Position and style *!*/
    /*position: fixed;*/
    /*z-index: 999;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*text-align: center;*/
    /*top: 0;*/
    /*left: 0;*/
    /*background: rgba(0,0,0,0.8);*/
/*}*/
/*.lightbox:target {*/
    /*!** Remove default browser outline *!*/
    /*outline: none;*/
    /*!** Unhide lightbox **!*/
    /*display: none;*/
/*}*/

/*!** videoModal **!*/
/*#videoModal {*/
    /*border-radius: 0;*/
    /*width: 870px;*/
    /*margin:auto;}*/
/*#videoModal .modal-header {*/
    /*background: #000;*/
    /*border: 0;*/
    /*color: #fff;*/
    /*position: relative;*/
    /*height:35px; }*/
/*#videoModal .modal-header h3 {*/
    /*font-size: 18px;*/
    /*line-height: 22px;*/
    /*font-family:Arial, Helvetica, sans-serif;*/
    /*padding:5px;}*/
/*#videoModal .modal-body {*/
    /*height: 489px;*/
    /*padding: 0;*/
    /*max-height: none;*/
    /*overflow: hidden; }*/
/*#videoModal .modal-footer:empty {*/
    /*display: none !important; }*/
/*#videoModal .close {*/
    /*background: #DB00B8;*/
    /*color: #fff;*/
    /*font-size: 24px;*/
    /*margin: 0;*/
    /*opacity: 1;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*text-shadow: none;*/
    /*top: 0;*/
    /*width: 38px; */
/*}*/

.each-job-box-row{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    justify-items: stretch;
}
.each-job-box-row &gt; .each-job-box{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    width: 49%;
}
.each-job-box-row &gt; .each-job-box .heading-box {
    max-height: 45px;
}
.box-row, .filed-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.filed-row{
    height: auto;
    margin:30px auto 10px;
    padding:30px 20px 25px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
}
.box-row &gt; .box{
    display: block;
    height: 100% !important;
    width: 48% !important;
    line-height: 1.2;
    padding: 5px 8px;
    margin-bottom: 15px !important;
    background-color: #f5f6ff;
    border: 1px solid #cfd1e2;
    border-radius: 5px;
}
.filed-row &gt; * {
    display: block;
    height: 45px !important;
    width: 18% !important;
    margin:0 5px 5px !important;
}
.box-row &gt; .box &gt; p{
    display: block;
    margin: 0 0 8px;
    line-height: 1.2;
}
.each-job-box-row .each-job-box &gt; div{
    width: 100%;
    display: block;
    overflow: hidden;
}
.each-job-box-row .each-job-box{
    margin: 20px 0 0;
}
.foot-2-logo{
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
}
.foot-2-logo &gt; a{
    display: block;
    width: 100px;
    height:100px;
    margin: 0 10px 5px 0;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}
.foot-2-logo &gt; a &gt; img{
    display: block;
    width:100%;
    height:100%;
    margin: 0 auto;
    overflow: hidden;
    object-fit: contain;
}

.note-editor .note-toolbar.card-header .note-btn-group.btn-group .note-btn, .note-editor .note-toolbar.card-header .note-btn-group.btn-group .note-btn *{
    color: #000 !important;
}
#employer-register-page .jobs-reg-form .form-group.row{
    align-items: start;
}
input[type="file"].form-control.field{
    padding: 3px 0 0 3px;
}
.alert {
    max-width: 1112px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    top: 30%;
    right: 0;
    left: 0;
    z-index: 999;
}
.partner-bar{
    border-top: 1px solid #d5d7e8;
    background-color: #f5f6ff;
}
.partner-bar .sec-heading{
    background-color: #ffffff;
}
#employers-page .job-no-row-2 li .pic-holder{
    width: 100%;
    height: 200px;
    border: none;
}
#employers-page .job-no-row li .content h5 {
    display: block;
    border-bottom: none;
    font-size: 18px;
    height: 58px;
    overflow: hidden;
}
#events-inner-page .job-no-row-2 li .pic-holder{
    width: 100%;
    height: 200px;
    border: none;
}
#events-inner-page .job-no-row li .content h5 {
    display: block;
    border-bottom: none;
    font-size: 18px;
    height: 58px;
    overflow: hidden;
}
#events-inner-page .banner-bar-inner{
    background-color:#F5F6FF;
    background-image: none !important;
    border-bottom: 1px solid #d5d7e8;
}
#events-inner-page .banner-bar-inner:before{
    display: none;
}
#events-inner-page .banner-bar-inner .sec-heading {
    background-color: #ffffff;
}
.job-list-table{
    background-color: #F5F6FF;
}
.job-list-table.table thead th {
    background-color: #111f8a;
    font-size: 18px;
    color: #fff;
}
.job-list-table.table tbody td {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.btn-icon{
    padding:5px 10px;
}
.btn-del{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}
.btn-del:hover {
    background-color: transparent;
    border-color: #ff0000;
    color: #ff0000;
}
#login-modal .modal-title{
    font-size: 25px;
}
#login-modal .field-label{
     font-size: 18px;
}
#login-modal .field-label{
    font-size: 18px;
}
#login-modal .btn, #login-modal .txt-link-theme{
    font-size: 16px;
}
#login-modal .register-bar .sec-heading{
    font-size:32px;
}
#login-modal .field-spbot-txt{
    font-size: 90%;
}
.switch{
    width: 50px !important;
}
input:checked + .slider {
    background-color:#111f8a !important;
}
.slider:before{
    left:2px !important;
}
.job-list-table .btn-icon{
    margin-right: 10px;
}
.sub-title{
    color: #111f8a;
    font: 500 16px/1.2 "Roboto", sans-serif;
    /* text-transform: capitalize; */
    margin: 10px 10px 5px 20px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #f5f6ff;
}
.select2-container--default .select2-selection--multiple {
    height: 36px !important;
    margin: 0 0 16px !important;
    padding: 0 2px !important;
    line-height: 21px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
}
.job-no-row li a{
    display: block;
    padding: 0 10px;
}
#employers-page .employers-bar{
    background-color: #F5F6FF;
}
.events-inner-bar b{
    font-weight: bold !important;
}
.events-agenda-bar .sub-heading-sp-txt{
    margin-left:0;
    float:left;
}

.select2.select2-container.select2-container--default{
    width: 100% !important;
}

.toggle {
    width: 100%;
    margin: 0 -5px 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.toggle &gt; div{
    padding: 5px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.toggle &gt; div input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
    width: 100%;
}
.toggle &gt; div input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    /*display: inline-block;*/
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0;
    font: 400 16px/1.1 'Roboto', sans-serif;
    color: #111f8a;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.toggle &gt; div input + label {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    border: solid 1px #DDD;
    background-color: #e9e9e9;
    font-size: 15px;
    color:#747474;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    border-radius: 5px;
    cursor: pointer;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.toggle &gt; div input + label &gt; *{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.toggle &gt; div input:checked + label {
    background-color: #111f8a;
    color: #fff;
    border-color: #111f8a;
    z-index: 1;
    cursor: default;
}
#events-inner-page .company-inner .pic-holder{
    width: 100%;
    margin:0 auto;
}
#events-inner-page .company-inner .pic-holder iframe, #events-inner-page .job-inner iframe{
    width: 100%;
    margin: 20px 0 0;
    height: auto;
    min-height: 300px;
    max-width: 400px;
}
#events-inner-page .job-inner iframe{
    margin: 20px 0;
}
.blk-txt-css-sp{
    color: #000;
    font-size: 15px;
}
.add-extra-field-row{
    display: none;
}
.add-edu-row .form-group.row {
    align-items: start;
}
.add-edu-row .form-group.row .form-control.field.float-left{
    width:calc(100% - 100px);
    clear:left;
}
.add-edu-row .add-click-btn, .add-edu-row .del-click-btn{
    width: 90px;
    float: right;
    text-align: right;
    font-size: 13px;
    margin:5px 0 0 10px;
}
.add-edu-row .del-click-btn, .text-red{
    color:#ff0000;
}
.add-edu-row .add-click-btn i, .add-edu-row .del-click-btn i{
    font-size:18px;
}
.add-extra-field-row.open-row{
    display: block;
}
.calen-field{
    width: calc(100% - 25px);
    float: left;
    margin-right:10px !important;
}

input[type="date"] {
    background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.extra-add-sec{
    padding:10px 0;
    margin-bottom:30px;
    border-radius:10px;
    border:1px solid #dee0ec;
    border-top:3px solid #111F8A;
    background-color:rgba(255, 255, 255, 0.8);
}
.extra-add-sec .btn, .add-btn-row .btn{
    padding:5px 10px;
}
#apply-modal .heading-box-lgt.text-center{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
#apply-modal .heading-box-lgt.text-center .btn{
    margin-top: 10px;
}
.sm-grey-txt{
    text-transform: none;
    color: #333;
}
/* Inner page End */



















/* Snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #fae805;
    color: #000;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Snackbar End */

/* Page loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.parsley-checkemail{
    color: #B94A48;
}

/* 081021 start */
.apply-btn-row{
    width: 100%;
    margin:10px auto;
}
.apply-btn-row &gt; .form-control{
    max-width:400px;
    width: 100%;
    height: 43px;
    margin: 0 10px 10px 0;
}
.apply-btn-row &gt; *{
    float: left;
}
.apply-btn-row &gt; .btn.btn-theme-blue{
    margin-top: 0 !important;
}
.box-new-081021{
    border-radius: 5px;
}
.box-new-081021 .heading-box-lgt{
    font-size: 30px;
    line-height: 1.4;
    border: none;
    text-align: center;
    text-transform: uppercase;
}
.box-new-081021 .btn.btn-del{
    margin-top: 10px;
    border-radius: 0 0 5px 5px;
}
.row-v-top{
    align-items: self-start;
}
/* 081021 end */

/* 181021 start */
.square-box-btn{
    display: block;
    width: 100%;
    height: 100%;
    text-align:center !important;
    font-size: 24px !important;
    padding: 15px !important;
}
.square-box-btn &gt; small{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    text-transform: capitalize;
}
.square-box-btn:hover{
    background-color: #fff;
}
.register-bar &gt; .row{
    align-items: stretch;
}
.register-bar &gt; .row &gt; .col-md-6 {
    display: flex;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ban-right-col &gt; div &gt; .btn{
    margin: 15px 5px;
    width: 300px;
    float: left;
    padding: 25px 10px;
    font-size: 16px;
    font-weight: 600;
}
.ban-right-col &gt; div &gt; .btn.btn-theme-yel{
    color: #000;
}
.ban-right-col &gt; div &gt; .btn.btn-theme-yel:hover{
    color: #fff;
}
.upevents-browse-jobs-bar.lgt-bg-bar .filed-row select.form-control{
    width: 320px !important;
}
.upevents-browse-jobs-bar.lgt-bg-bar .filed-row &gt; .btn{
    line-height: 1.8;
}
.same-click-css{
    margin-top: 46px !important;
}
/* 181021 end */

/* 191021 start */
.vid-info-box{
    display: none;
    max-width:800px;
    width: 100%;
    padding:20px;
    position: absolute;
    top:0;
    left: 10px;
    z-index: 10;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.20);
}
.vid-info-row{
    position: relative;
    display: block;
    width: 100%;
}
.vid-info-icon{
    display: block;
    margin:2px 0 10px 10px;
}
.vid-info-icon:hover .vid-info-box{
    display: block;
}
.vid-info-row &gt; *{
    float: left;
}
.vid-info-box .list{
    margin:15px 0;
    padding: 0;
}
.vid-info-box .list li{
    font: 400 15px/1.5 'open sans', sans-serif;
    color: #6f6f6f;
    text-transform: capitalize !important;
    text-align: left !important;
    margin: 15px 0 0 20px;
    padding:0;
    border-bottom: 1px solid #ddd;
    list-style-type: circle;
}
.vid-info-box .list li.heading-list{
    margin: 0 0 20px 5px;
    border: none;
    list-style-type: none;
    text-transform: uppercase !important;
    font-size: 18px;
}
.vid-info-box .list li.heading-list.y-heading{
    color:#F60000;
}
.vid-info-box .list li.heading-list.v-heading{
    color:#00A8E8;
}
.grey-box-no-overflow{
    overflow: unset;
}
.video-row iframe{
    width: 100% !important;
}
#apply-modal .modal-body .click-link{
    color: #f00;
    text-align: center;
    font-weight: 600;
    font-size:16px;
    text-transform: capitalize;
    margin-top: 16px;
    display: block;
}
#apply-modal .modal-body .row.row-v-stre &gt; div{
    display: flex;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#apply-modal .modal-body .row.row-v-top &gt; div &gt; *{
    height: 100%;
}
#apply-modal .modal-body .apply-btn-row{
    display:block;
    width:156px;
    overflow:hidden;
    padding:0;
    margin:10px auto;
}
#apply-modal .modal-body .apply-btn-row &gt; button, #apply-modal .modal-body .apply-btn-row &gt; a {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
}
/*#apply-modal .modal-body input[type="file"]#upload_cv{*/
    /*visibility: hidden;*/
/*}*/
/* 191021 end */

/* 211021 start */
.box-new-081021{
    text-align: center;
    background-color: #F5F6FF;
    padding: 10px;

}
.row-v-stre{
    align-items: stretch;
}
.or-txt{
    display: block;
    text-align: center;
    font-weight:800;
    margin:90% auto 0;
}
#apply-modal .modal-body .heading-box-lgt{
    background-color: transparent;
    font-weight: 600;
}
#apply-modal .modal-body .file-up-info-row{
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    height: auto;
    clear: both;
}
#apply-modal .modal-body .file-up-info-row .field-spbot-txt{
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}
#apply-modal .modal-body .form-group, #apply-modal .modal-body .form-group .form-control{
    margin-bottom: 0;
}
.mob-991-on{
    display: none;
}
/* 211021 end */

/* 221021 start */
#apply-modal .modal-body .blue-box{
    background-color:#111F8A;
    color: #fff;
}
#apply-modal .modal-body .blue-box *{
    color: #fff !important;
}
#apply-modal .modal-body .green-box {
    background-color:#faf100;
}
/* 221021 end */

/* 101121 start */
#upload_cv.form-control.field{
    color: #000 !important;
}
.full-width{
    width: 100%;
    overflow: hidden;
    display: block;
}
.apply-btn-row-main{
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/* 101121 end */

/* 111121 start */
.apply-btn-row-main .content{
    padding: 0 20px 20px;
}
.apply-btn-row-main .content .form-control.job_email{
    max-width: unset;
    width: calc(100% - 114px);
}
/* 111121 end */

/* 031221 start */
.toggle .check_message{
    color:#faf100;
    display: block;
}
.highlight-txt{
    color: #ff0000;
    font-weight: 600;
    text-align: center;
    text-transform: normal;
}
/* 031221 end */

/* 010222 start */
.parsley-errors-list, .parsley-errors-list * {
    margin: -10px 0 12px;
    color: #ff0000 !important;
}
/* 010222 end */

/* 070222 Start */
.footer-upper .logo, header .logo-bar .logo{
    max-width:175px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
}
header .logo-bar .logo{
    padding:0;
}
.footer-upper .logo &gt; a, header .logo-bar .logo &gt; a{
    display: block;
    max-width:unset;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/* 070222 End */

/* 290922 Start */
#jobs-page #work-videos.tab-pane .events-box.work-each-box li &gt; a &gt; button.txt-link-theme{
    display: none;
}
#jobs-page #work-videos.tab-pane .events-box.work-each-box li &gt; div &gt; .content, #jobs-page #work-videos.tab-pane .events-box.work-each-box li &gt; a &gt; .content {
    height: calc(100% - 150px);
}
/* 290922 End */

/* 160623 Start */
.tick-box{
    color: #45860a;
}
.jobs-reg-form .toggle &gt; div{
    position: relative;
}
.jobs-reg-form .toggle &gt; div &gt; .tick-box{
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    font-size: 15px;
    color: #45860a;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
.jobs-reg-form .toggle &gt; div .tick-box.active {
    display: block;
}
.jobs-reg-form .sub-heading-sp-txt{
    font: 800 20px/1.1 'Roboto', sans-serif;
    color: #000;
    background-color: rgb(250 209 0);
    text-transform: uppercase;
}
/* 160623 End */


/* 200623 Start */
#email_validity{
    display:inherit;
    font: 400 14px/1.2 'Open Sans', sans-serif !important;
    margin: -12px 0 12px 0;
}
#sign-up-form-js .form-group.row{
    align-items: flex-start;
}




/* 200623 End */





</pre></body></html>