/** GLOBAL CLASSES **/

body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;    
    background-image: url('../img/background-pattern.png');
    background-size:cover;
    background-position: center;
    background-attachment:fixed;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}
.form-control:focus {
    box-shadow: none;
}
.my-topbar {padding:5px 0;}
.my-topbar img {width:300px;}

/** Login 6 start **/
.login-6 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-6 {
    z-index: 0;
    position: relative;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*background-image: linear-gradient(to bottom, #db3390, #d73131c2);*/
    padding: 20px 0 10px;
}

.login-6 .form-section{
    margin: 0 auto;
    width: 95%;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    z-index: 0;
    border:1px solid #ddd;
    /*border-radius:30px;*/
    margin-bottom: 15px;
    transition:0.3s;
}

.login-6 .form-section:before,.login-6 .form-section:after {
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #142da17a;
}
.form-section span::before, .form-section span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #142da17a;
}
.form-section:hover::before, .form-section:hover::after{
  width: 100%;
}
.form-section:hover span::before, .form-section:hover span::after{
  height: 100%;
}

.form-section::before, .form-section::after{
  transition-delay: 0.2s;
}
.form-section span::before, .form-section span::after{
  transition-delay: 0s;
}
.form-section::before{
  right: 0;
  top: 0;
}
.form-section::after{
  left: 0;
  bottom: 0;
}
.form-section span::before{
  left: 0;
  top: 0;
}
.form-section span::after{
  right: 0;
  bottom: 0;
}
.form-section:hover::before, .form-section:hover::after { 
  transition-delay: 0s;
}
.form-section:hover span::before, .form-section:hover span::after{
  transition-delay: 0.2s;
}

.inline-block-links {display:flex;}
.inline-block-links .link-image img {height: 40px;}
.inline-block-links .link-heading {width: 100%;text-align: center;margin-top:10px;font-size: 20px;}
.inline-block-links .link-heading h4 {font-size: 18px;font-weight: 500;transition:0.3s;}

/** Social media **/
/*.login-6 .social-list{
    margin-bottom: 20px;
}*/

.social-list .social-list-inner {
    padding: 0;
    list-style: none;
    margin: 0;
}

.social-list .social-list-inner li {
    display: inline-block;
    margin: 0 2px 5px 0;
    position: relative;
    font-size: 20px;
    margin-right: 10px;
}
.social-list .social-list-inner h5 {position: relative;}

.social-list .social-list-inner i {
    color: #fff;
    position: absolute;
    top: 11px;
    left: 11px;
    transition: all 265ms ease-out;
}
.social-list .social-list-inner.contact-us i {
    color: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all 265ms ease-out;
}

.social-list .social-list-inner a {
    display: inline-block;
    position: relative;
}

.social-list .social-list-inner a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #142da1, #3b63c5);
    /*background: linear-gradient(45deg, #39a4ff, #3b63c5);*/
    transition: all 265ms ease-out;
}
.social-list .social-list-inner.contact-us a:before {
    width: 35px;
    height: 35px;
}

.social-list .social-list-inner a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-list .social-list-inner a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    background: -webkit-linear-gradient(45deg, #39a4ff, #3b63c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}
.social-list .social-list-inner.contact-us a:hover i {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.social-list .super-number {
    position: relative;
    top:-12px;
    font-size: 18px;
}
.social-list .social-list-inner.contact-us {
    padding-left:50px;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-6 .form-section {
        padding: 5px 10px;
        margin-bottom: 15px;
    }
}

.footer {
    padding: 8px 0;
    color:#fff;
    text-align: center;
}
.footer span {color:#35b628;font-weight: bold;}
.footer p {font-size: 12px;}

.login-6 .form-section:hover {
    width: 96%;
}
.login-6 .form-section:hover h4 {
    font-size: 19px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}

@media (max-width:767px) {
    .desktop-space {display:none;}
    .social-list .social-list-inner.contact-us {padding-left: 0px;}
    .radio-toolbar {clear: both;}
    .my-col-6 {width: 20%;}
    .my-col-94 {width:60%;}
    .inline-block-links .link-heading h4 {font-size: 14px;}
    .my-topbar {margin-top:22px !important;}
    .inline-block-links .link-heading {margin-top:12px;}
    .mobile-break {display:none;}
}