@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');



body{ font-family: 'Manrope', sans-serif; }

h1,h2,h3,h4,h5,h6{ font-family: 'Manrope', sans-serif; }

p{ font-family: 'Manrope', sans-serif; }

a{ font-family: 'Manrope', sans-serif; }

/**navbar**/

.navbar-nav>li>a{
font-family: 'Manrope', sans-serif;
color: var(--blue, #21409A);
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
}

#message-modal > div > div > div.modal-body > div{
    width: 84% !important;
}

.navbar-nav>li>.dropdown-menu {
    background: rgb(255,255,255, 0.7);
    margin-top: 20px;
    padding-bottom: 0px;
    border-radius: 0;
}

.dropdown-menu > li{
    border-bottom: 1px solid #FFF;
    padding: 5px 30px;
}

.dropdown-menu > li > a{
    font-family: 'Manrope', sans-serif;
    color: var(--blue, #21409A);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.navinfo > a{
    color: var(--yellow, #FAA61A) !important;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.margright{
    margin-right: 50px !important;
}

@media (min-width: 992px){
    .flex-lg {
        display: block !important;
    }
    .nav.navbar-nav.hidden-xs{
        margin-top: -5px !important;
    }
}

.icon-bar{
    background-color: var(--blue, #21409A) !important;
}

/**end of navbar**/

.mainboxes{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.mainboxes:hover{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.mainevent > a > i{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.mainevent:hover > a > i{
    font-size: 24px;
    margin-right: 25px;
    color: #21409A !important;
}

.mainevent > a > i:hover{
    font-size: 24px;
    font-weight: 700;
    margin-right: 0px;
    color: #21409A !important;
}

.is-btn-ghost1:hover{
    border: 1px solid #FFD7B2 !important;
    background: var(--oranhe, #FFD7B2) !important;
    color: var(--blue, #21409A) !important;
}

.form-control.newsletter{
    height: 70px !important;
    color: rgba(35, 33, 33) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    background: #FFF !important;
    border:0px !important;
    border-radius: 0px !important;
}

.form-control.newsletter::placeholder{
    color: rgba(35, 33, 33, 0.40) !important;
}

.btnnews{
    background: transparent !important;
    border: 0 !important;
    color: #E36D00 !important;
    position: absolute !important;
    top: 43px !important;
    right: 50px;
}
.btnnews > i{
    display: none !important;
}

.btnnews:before{
    content: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%23E36D00' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%23E36D00'/%3E%3C/svg%3E");
    display: inline-block;
    width: 40px;
    height: 30px;
    position: absolute !important;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%23E36D00' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%23E36D00'/%3E%3C/svg%3E");
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.btnnews:hover:before{
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
    right: 0px !important;
}

.formbuilder-text-label, .formbuilder-textarea-label{
    color: var(--blue, #21409A) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;

}

.formbuilder-text, .formbuilder-textarea{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.form-control{
    padding: 20px 22px !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #21409A !important;
    color: rgba(35, 33, 33) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

textarea{
    padding: 20px 22px !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #21409A !important;
    color: rgba(35, 33, 33) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.btncontact{
    padding: 16px 26px !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: normal !important;
}


.footer-text, .footer-text>a{
font-family: 'Manrope', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.02em;
color: #FFFFFF;
}

/*pills*/
.is-btn.is-pills-btn{
    border-radius: 100px;
    border: 0.5px solid rgb(227, 109, 0, 0.5) !important;
    color: rgb(33, 64, 154, 0.5) !important;
    font-size: 18px !important; 
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
    padding: 19px 26px !important;
    margin-right: 40px !important;
}

li.active > .is-btn.is-pills-btn{
    background: var(--oranhe, #FFD7B2) !important;
    border: 0.5px solid var(--orangr, #E36D00) !important;
    color: var(--blue, #21409A) !important;
}

/*end of pills*/


/*blog carousel*/

.owl-stage {
	display: flex !important;
	justify-content: space-between !important;
	height: 370px !important;
    align-items: center !important;
    width: 1500px !important;
}

.owl-stage-outer{
    height: 370px !important;
}

.owl-item {
	max-width: 340px !important;
}

.owl-item>.item {
	background: #FFF !important;
	border-radius: 20px !important;
	display: flex !important;
    flex-direction: column !important;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) !important;
}


.owl-item>.item>div:nth-child(1) {
	margin-bottom: 25px !important;
	align-self: center !important;
	order: 2 !important;
}

.owl-item>.item> a{
    order: 1 !important;
}

.owl-item>.item> a:hover{
    text-decoration: none !important;
}

.owl-carousel .owl-item img {
	max-height: 100% !important;
	position: relative !important;
	width: 100% !important;
	object-fit: cover !important;
}

.item>a>div,
.item>div.flex {
	display: none !important;
}

.item>div:nth-child(4) {
	text-align: left;
	margin-top: 20px !important;
	padding-bottom: 20px !important;
	order:3 !important;
}

/*.item>div:nth-child(4) > .gray-backgound:after{*/
/*    content: "\f178";*/
/*    text-align: right;*/
/*    font-weight: 400;*/
/*    color: rgb(227, 109, 0);*/
/*    float: right;*/
/*    font-family: FontAwesome;*/
/*    font-size: 24px;*/
/*    margin-right: 55px;*/
/*}*/


.arrowsvg:after{
    content: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%23E36D00' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%23E36D00'/%3E%3C/svg%3E");
    display: inline-block;
    width: 40px;
    height: 30px;
    position: absolute !important;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%23E36D00' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%23E36D00'/%3E%3C/svg%3E");
}


.arrowsvgwhite:after{
    content: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%23FFF' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%23FFF'/%3E%3C/svg%3E");
    display: inline-block;
    width: 40px;
    height: 30px;
    position: absolute !important;
    right: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%23FFF' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%23FFF'/%3E%3C/svg%3E");
}

.arrowsvg:after, .arrowsvgwhite:after{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.arrowsvg:hover:after, .arrowsvgwhite:hover:after{
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
}
.mainevent:hover > .arrowsvg:after, span:hover > .arrowsvgwhite:after{
    right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%2321409A' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%2321409A'/%3E%3C/svg%3E");
    content: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%2321409A' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%2321409A'/%3E%3C/svg%3E");
}

.mainevent:hover > .arrowsvg:hover:after{
    right: 20px !important;
}

span:hover > .arrowsvgwhite:hover:after{
    right: 35px !important;
}

.item>div:nth-child(4) > .gray-backgound:after{
    content: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%23E36D00' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%23E36D00'/%3E%3C/svg%3E");
    display: inline-block;
    width: 40px;
    height: 30px;
    position: absolute !important;
    bottom: 15px;
    right: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%23E36D00' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%23E36D00'/%3E%3C/svg%3E");
}

.item>div:nth-child(4):hover > a:after{
    right: 70px;
    background-image: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%2321409A' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%2321409A'/%3E%3C/svg%3E");
    content: url("data:image/svg+xml,%3Csvg width='57' height='24' viewBox='0 0 57 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H7.02002' stroke='%2321409A' stroke-linecap='round'/%3E%3Cpath d='M11.02 11.5C10.7439 11.5 10.52 11.7239 10.52 12C10.52 12.2761 10.7439 12.5 11.02 12.5L11.02 11.5ZM34.4095 12.3536C34.6048 12.1583 34.6048 11.8417 34.4095 11.6464L31.2275 8.46447C31.0323 8.26921 30.7157 8.26921 30.5204 8.46447C30.3252 8.65973 30.3252 8.97631 30.5204 9.17157L33.3489 12L30.5204 14.8284C30.3252 15.0237 30.3252 15.3403 30.5204 15.5355C30.7157 15.7308 31.0323 15.7308 31.2275 15.5355L34.4095 12.3536ZM11.02 12.5L34.056 12.5L34.056 11.5L11.02 11.5L11.02 12.5Z' fill='%2321409A'/%3E%3C/svg%3E");
}

.item>div:nth-child(4):hover > a{
    margin-left:30px !important;
}

.item>div:nth-child(4) > a:hover:after{
    font-weight: 700;
    right: 50px;
}

.item{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.item:hover{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.item>div:nth-child(4) > .gray-backgound:hover:after{
    -webkit-transform: scale(1.20);
    transform: scale(1.20);
}

.item>div:nth-child(4) > .gray-backgound:after, .item>div:nth-child(4) > .gray-backgound{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.gray-backgound {
	background-color: transparent !important;
    color: var(--orangr, #E36D00) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
	padding: 0px 15px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	text-decoration: none !important;
}

div:hover > .gray-backgound, .gray-backgound:hover{
    color: #21409A !important;
}


.item a>h3 {
	margin: 0px !important;
	color: #FFF !important;
    text-align: center !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
	padding: 10px 15px !important;
	border-radius: 20px 20px 0px 0px !important;
    background: var(--blue, #21409A) !important;
}

/*blog carousel end*/
/*blog page*/

.single-post-name, .container-70 > h4{
    color: var(--blue, #21409A) !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.container-43 {
    margin: 15px 0 0 30px !important;
}

.post-description > p{
    color: var(--blue, #21409A) !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.container-70 > form, div.container-70 > a > span:nth-child(1) > span:nth-child(1), .author, .category-tags > span:nth-child(1), .category-tags > a, .container-57 > div > div:nth-child(2){
    display: none !important;
}

div.container-70 > a > span:nth-child(1) > span:nth-child(2){
    color: var(--blue, #21409A);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container-57{
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.container-57 > div:nth-child(1){
    order:2 !important;
    margin-top: 50px !important;
}
.container-57 > div:nth-child(2){
    order:1 !important;
}

.tags > span{
    color: var(--blue, #21409A) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.tags > i{
    font-size: 24px !important;
    margin-right: 10px !important;
    color: var(--blue, #21409A) !important;
}

span.tags > span:nth-child(even){
    border-radius: 100px !important;
    background: #FFF1E4 !important;
    padding: 10px 36px !important;
    margin: 0px 10px !important;
}

span.tags > span:nth-child(odd){
    display: none !important;
}

/*blog page end*/

@media(max-width:576px){
    .margtopbtn{
        margin-top: 180px !important;
    }
    .margtopbtn50{
        margin-top: 25px !important;
    }
    div.visible-xs{
        margin-top: 20px !important;
    }
    .eventflex{
        justify-content: center !important;
    }
    .mobcenter{
        text-align: center !important;
    }
    .margintop60{
        margin-top: 60px !important;
    }
    .btnnews{
        top:13px !important;
    }
    .dropdown-menu > li{
        text-align: left !important;
        padding-left: 0 !important;
    }
    .dropdown-menu > li > a{
        text-align: left !important;
        padding-left: 15px !important;
        border-bottom: 1px solid #DCDCDC !important;
    }
    .nav.navbar-nav.navbar-right.flex.items-center{
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
    }
    .margright{
        margin-right: 0px !important;
    }
    div.flex-lg.justify-between.items-center > ul:nth-child(2){
        display: flex !important;
        justify-content: space-between !important;
    }
    .dropdown.margright{
        width: 110px !important;
    }
    div > ul.nav.navbar-nav.navbar-right.flex.items-center > li:nth-child(3) > div{
        padding: 0px !important;
    }
    li > a{
        font-size: 14px !important;
    }
    .arrowsvgwhite{
        background: #E36D00 !important;
    }
    .btnnews:before {
        top: 10px !important;
    }
}



.espabtn {
   background:transparent;
}
.espabtn a {
   background:transparent!important;
}
.tabimg {
   padding: 6px;
}
.pull-tab {
   z-index:999999999 !important;
   color: rgb(94, 94, 94);
   position: fixed;
   right: 0px;
   bottom:50px;
   width: 500px;
   height: auto;
   background: #FFFFFF;
   box-shadow: 0px 0px 100px 0px rgb(74 74 74 / 35%);
   padding: 14px 15px 0px 15px;
   border-radius: 3px;
   transition: 0.3s all;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
@media(max-width: 768px) {
    .pull-tab.tabbed {
        right: -330px !important;
        transition: 0.3s all;
    }
   .pull-tab {
       right: 0px;
       width: 330px;
   }
    .tabimg {
       padding: 22px 0;
    }
    .pull-tab .tab {
       margin-top: -16px!important;
       padding:13px!important;
       font-size:13px!important;
    }
}
.pull-tab.tabbed {
    right: -500px; transition: 0.3s all;
}
.pull-tab.untabbed {
    right: 500px; transition: 0.3s all;
}
.pull-tab .tab {
   cursor: pointer;
   color: #0F3B61;
   font-family: manrope, sans-serif !important;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   box-shadow: 0px -20px 50px 0px rgb(74 74 74 / 10%);
   position: absolute;
   left: -70px;
    top: 43%;
    background: #fff;
    text-align: center;
    padding: 10px 7px;
   text-transform: none;
   font-size: 13px;
   letter-spacing: 1px;
   font-weight: 600;
   width: auto;
   height: auto;
   -webkit-transform: rotate(
-90deg);
   -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   margin-top: -15px;
}
.is-container.container-fluid-fluid {
	z-index: auto!important;
}