@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

@-webkit-keyframes header_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes header_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
footer {
    display: block;
    width: 100%;
    background-color: #252932;
}
footer .footerblock {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    background: url(../images/footer-img.png) no-repeat right bottom;
}
@media (max-width: 767px) {
    footer .footerblock {
        background: none;
    }
}
footer .footerblock .newsletter-row {
    width: 100%;
    padding: 20px 0px;
    background-color: #1b1e24;
    color: #fff;
    display: inline-block;
}
footer .footerblock .newsletter-row .emailtext {
    display: block;
    text-align: right;
    font-size: 18px;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    padding-top: 16px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    footer .footerblock .newsletter-row .emailtext {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
footer .footerblock .newsletter-row .payment-accept {
    display: block;
    padding-top: 10px;
}
@media (max-width: 767px) {
    footer .footerblock .newsletter-row .payment-accept {
        text-align: center;
    }
}
footer .footerblock .newsletter-row .payment-accept img {
    width: 50px;
}
footer .footerblock .footer-column {
    width: 25%;
    float: left;
    padding-top: 10px;
}
@media (max-width: 767px) {
    footer .footerblock .footer-column {
        width: 100%;
    }
}
footer .footerblock .footer-column h4 {
    padding: 0 0 15px;
    font-size: 16px;
    margin: 0;
    color: #3e45a5;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    position: relative;
    padding-top: 30px;
}
footer .footerblock .footer-column h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #3e45a5;
    display: block;
}
footer .footerblock .footer-column ul {
    margin: 20px 0 0 0;
    padding: 0px;
}
footer .footerblock .footer-column ul li {
    list-style-type: none;
}
footer .footerblock .footer-column ul li a {
    display: block;
    color: #b7bcc8;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    line-height:2;
}
footer .footerblock .footer-column ul li a:before {
    content: "\e81a";
    font-family: "icomoon";
    font-size: 13px;
    display: inline-block !important;
    cursor: pointer;
    line-height: 20px;
    color: #b7bcc8;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 600;
}
footer .footerblock .footer-column ul li a:hover {
    color: #3e45a5;
}
footer .footerblock .footer-column ul li a:hover:before {
    color: #3e45a5;
}
footer .footerblock ul.get-in-touch {
    list-style: none;
    margin: 0;
    padding: 0;
    /*width: 70%;*/
    margin-top: 10px;
}
@media (max-width: 767px) {
    footer .footerblock ul.get-in-touch {
        width: 100%;
    }
}
footer .footerblock ul.get-in-touch li {
    display: block;
    padding-left: 25px;
    position: relative;
    padding-top: 10px;
    color: #b7bcc8;
    margin: 0;
    font-size: 13px;
}
footer .footerblock ul.get-in-touch li:last-child {
    border-bottom: none;
}
footer .footerblock ul.get-in-touch li i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    color: #3e45a5;
}
.subscription-form {
    position: relative;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding-right: 160px;
    background-color: #ffffff;
    color: #000;
    height: 50px;
    border-radius: 50px;
    padding-top: 12px;
    padding-left: 20px;
}
@media only screen and (max-width: 479px) {
    .subscription-form {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 120px;
    }
}
.subscription-form input {
    width: 100%;
    border: none;
    color: #000;
    outline: none;
}
.subscription-form button {
    position: absolute;
    top: 4px;
    right: 4px;
    background: none;
    border: none;
    background-color: #3e45a5;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    outline: none;
}
@media only screen and (max-width: 479px) {
    .subscription-form button {
        padding: 10px 20px;
    }
}
.subscription-form button:hover {
    background-color: #5d8801;
}
.subscription-form .mailchimp-alerts {
    position: absolute;
    top: 50px;
}
.copy {
    padding: 10px 0 0 0;
    color: #b7bcc8;
    display: block;
}
@media (max-width: 767px) {
    .copy {
        padding-bottom: 10px;
        text-align: center;
    }
}
.social-block {
    width: auto;
    float: right;
    display: inline-block;
    text-align: center;
    padding: 0;
}
@media (max-width: 767px) {
    .social-block {
        float: inherit;
        display: table;
        margin: 0 auto;
    }
}
.social-block a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
    border-radius: 5px;
    vertical-align: top;
}
.social-block a:hover {
    opacity: 0.7;
}
.social-block a.facebook {
    background-color: #4267b2;
}
.social-block a.twitter {
    background-color: #00acee;
}
.social-block a.instagram {
   background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-block a.linkedin {
    background-color: #0e76a8;
}
.social-block a.youtube {
    background-color: #ff0000;
}
.social-block a.pinterest {
    background-color: #e60023;
}
.footer-bottom {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background-color: #1b1e24;
    display: inline-block;
}
.modal-dialog {
    margin-top: 10%;
}
.loginimgblock {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    /*background-color: #540b27;*/
    border-radius: 6px 0 0 6px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.loginimg {
    width: 80%;
    border-radius: 4px 0 0 4px;
    /*margin-top: 150px;*/
    justify-content: center;
    display: flex;
    align-items: center;
}
.loginregister {
    position: relative;
    display: block;
    background-color: #fff;
    height: 100%;
    border-radius: 0 4px 4px 0;
}
.loginregister:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 200px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
}
@media (max-width: 767px) {
    .loginregister:before {
        display: none;
    }
}
.loginregister:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 250px 40px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
}
@media (max-width: 767px) {
    .loginregister:after {
        display: none;
    }
}
.loginbody {
    padding: 0;
    position: relative;
}
.loginbody .close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #b8ecf3;
}
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}
.tabbable-line {
    padding: 10px;
    min-height: 430px;
}
.tabbable-line .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line .nav-tabs li {
    margin-right: 2px;
}
.tabbable-line .nav-tabs li a {
    border: 0;
    margin-right: 0;
    color: #737373;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}
.tabbable-line .nav-tabs li .open,
.tabbable-line .nav-tabs li:hover {
    border-bottom: 4px solid #acb2ff;
}
.tabbable-line .nav-tabs li .open a,
.tabbable-line .nav-tabs li:hover a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line .nav-tabs li.active {
    border-bottom: 4px solid #3e45a5;
    position: relative;
}
.tabbable-line .nav-tabs li.active a {
    border: 0;
    color: #333333;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.tabbable-line > .tab-content .socialbtn {
    display: inline-block;
    width: 48.333%;
    padding: 5px 5px 5px 15px;
    text-align: center;
    font-size: 14px;
    background-color: #efefef;
    margin: 10px 2px 20px 2px;
    color: #fff;
}
@media (max-width: 767px) {
    .tabbable-line > .tab-content .socialbtn {
        width: 48%;
    }
}
.tabbable-line > .tab-content .socialbtn i {
    float: left;
}
.tabbable-line > .tab-content .socialbtn.facebook {
    background-color: #3b5999;
}
.tabbable-line > .tab-content .socialbtn.google {
    background-color: #dc4e41;
}
.tabbable-line > .tab-content .or {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto;
    background-color: #319fc3;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 50%;
}
.tabbable-line > .tab-content .form-group .form-control {
    height: 40px;
    border-radius: 0;
}
.tabbable-line > .tab-content .form-group.has-error {
    position: relative;
    display: block;
}
.tabbable-line > .tab-content .form-group.has-error .error-msg {
    position: absolute;
    top: 7px;
    right: 5px;
    width: auto;
    padding: 2px 5px;
    background-color: #e3686a;
    color: #fff;
    font-size: 12px;
    display: table;
    z-index: 2;
}
.tabbable-line > .tab-content .form-group.has-error .error-msg:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 12px 0;
    border-color: transparent #e3686a transparent transparent;
}
.tabbable-line > .tab-content .btn-primary {
    height: 40px;
    background-color: #3e45a5;
    border-color: #3e45a5;
    border-radius: 0;
}
.tabbable-line > .tab-content .keep {
    width: auto;
    float: left;
    margin-left: -10px;
    margin-top: -15px;
}
.tabbable-line > .tab-content .forgot {
    float: right;
    padding-bottom: 5px;
}
.tabbable-line > .tab-content .forgot a {
    color: #5a5a5a;
    font-size: 13px;
}
.tabbable-line > .tab-content .forgot a:hover {
    color: #319fc3;
    text-decoration: underline;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
.checkleft {
    position: relative;
    padding: 5px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.checkleft input[type="checkbox"] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}
.checkleft input[type="checkbox"] {
    display: none;
}
.checkleft input[type="checkbox"] + label {
    font-weight: normal;
}
.checkleft input[type="checkbox"] + label:before {
    font-family: "icomoon";
    content: "\f17b";
    border: 0.1em solid #666;
    border-radius: 2px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin-right: 6px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
}
.checkleft input[type="checkbox"] + label:active:before {
    transform: scale(0);
}
.checkleft input[type="checkbox"]:checked + label:before {
    background-color: #319fc3;
    border-color: #319fc3;
    color: #fff;
}
.checkleft input[type="checkbox"]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}
.checkleft input[type="checkbox"]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}
.whatsapp-sticky img{
    width: 50px;
}
.whatsapp-sticky{
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 99999;
}

.btns{
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.08);
    perspective: 300px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    animation: beat .50s infinite alternate;
    transform-origin: center;
}
@keyframes beat{
	to { transform: scale(1.4); }
}
.btns:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all 0.3s ease 0s;
}
.btns:hover:before{
    transform: rotateY(90deg);
}
.btns.red {
    border: 2px solid #d10250;
    top: 20px;
}
.btns.red:hover{ color: #fff; }
.btns.red:before {
    background: #cf024d;
}
@media only screen and (max-width: 767px){
    .btns{ margin-bottom: 20px; }
    .footer-p{
        width: 100%;
    }
}

.info-boxes-area
{
    padding-left: 15px;
    padding-right: 15px;
}

.footerlogo {
    height: 120px;
    margin-bottom: 20px;
}

.footer-p{
    width: 80%;
    text-align: justify;
}