.get-in-touch-form .form-group .form-control
/*font end*/

body{
    font-family: 'Barlow', sans-serif;
}
body.body-home{
        padding-top: 75px;/*this padding is equal to height of header of home page*/
}
body.body-dash {
    padding-top: 75px;
    background: #f9f9f9;
}

/** header dashboard css **/
.header-dash {
    height: 75px;
    -webkit-box-shadow: 1px 2px 8px 3px rgba(46,61,73,.1);
            box-shadow: 1px 2px 8px 3px rgba(46,61,73,.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}
.header-dash .navbar-brand img{height: 34px;}
.header-dash .navbar {padding: 0 65px;height: 100%;}
.header-dash .navbar-collapse{height: 100%;}
.header-dash .nav-item .nav-link{font-size: 13px;}
.header-dash .nav-link .profile-pic, .header-main .nav-link .profile-pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
}
.header-dash .nav-link .profile-pic img, .header-main .nav-link .profile-pic img{
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.header-dash .nav-link .profile-txt, .header-main .nav-link .profile-txt {
    display: inline-block;
    font-family: 'sf-medium';
}
.header-dash .nav-link .profile-txt .name, .header-main .nav-link .profile-txt .name{font-size: 16px;}
.header-dash .nav-link .profile-txt .status, .header-main .nav-link .profile-txt .status{font-size: 14px;color: gray;}
.header-dash .nav-link.profile::after, .header-main .nav-link.profile::after{content: none;}
.header-dash .nav-link.profile, .header-main .nav-link.profile {
    padding-left: 0 !important;
}
.header-dash .navbar-nav .dropdown-menu, .header-main .navbar-nav .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 24px 3px rgba(46,61,73,.1);
            box-shadow: 0 2px 24px 3px rgba(46,61,73,.1);
}
.header-dash .navbar-nav .dropdown-menu .dropdown-item, .header-main .navbar-nav .dropdown-menu .dropdown-item{
    font-family: 'Roboto-Regular';
    font-size: 14px;
}
.header-dash .navbar-nav .dropdown-menu .dropdown-item:focus,
.header-dash .navbar-nav .dropdown-menu .dropdown-item:hover,
.header-dash .navbar-nav .dropdown-menu .dropdown-item:active,
.header-main .navbar-nav .dropdown-menu .dropdown-item:focus,
.header-main .navbar-nav .dropdown-menu .dropdown-item:hover,
.header-main .navbar-nav .dropdown-menu .dropdown-item:active {
    color: #7629ee;    background-color: transparent;
}
.header-dash .navbar-nav.right .nav-link{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header-main .navbar-nav .nav-link.front{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header-dash .navbar-nav.right .nav-link {
    padding: 10px 40px;
    height: 100%;
}
.header-dash .navbar-nav.right{height: 100%;}
.header-dash .navbar-nav.left .nav-link{padding: 10px 20px;color: #000;font-family: 'sf-medium';}
.header-dash .navbar-nav.left .nav-link img {
    height: 15px;
    margin-right: 10px;
}
/*new css*/
.header-dash .nav-link.notification::after {
    content: none;
}
.header-dash .nav-link.notification .box{position: relative;}
.header-dash .nav-link.notification .box .badge {
    padding: 4px 0 0;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    background: #7629ee;
    color: #ffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -13px;
    right: -15px;
    -webkit-box-shadow: 2px 2px 4px #ddd;
            box-shadow: 2px 2px 4px #ddd;
}
.header-dash .dropdown-menu.notification {
    padding: 0;
    min-width: 300px;
}
.header-dash .dropdown-menu.notification  .scrollable-container a:hover{text-decoration: none;}
.header-dash .dropdown-menu.notification .scrollable-container .media-heading {
    font-family: 'sf-medium';
    font-size: 15px;
    color: #464855;
    margin-bottom: 2px;
}
.header-dash .dropdown-menu.notification .scrollable-container .media-heading.red{color: #E53935 !important;}
.header-dash .dropdown-menu.notification .scrollable-container .media-heading.yellow{color: #F9A825 !important;}
.header-dash .dropdown-menu.notification .scrollable-container .media-heading.blue{color: #7629ee !important;}
.header-dash .dropdown-menu.notification .scrollable-container .notification-text {
    color: #98A4B8 !important;
    font-size: 13px;
    font-family: 'Roboto-Regular';
    margin-bottom: 5px;
    line-height: 16px;
}
.header-dash .dropdown-menu.notification ul{list-style-type: none;padding: 0;}
.header-dash .dropdown-menu.notification ul .not-head {
    border-bottom: 1px solid #E4E5EC;
}
.header-dash .dropdown-menu.notification ul .not-head .dropdown-header {
    padding: 10px 20px;
    margin-top: 10px;
    color: #626E82;
}
.header-dash .dropdown-menu.notification .notification-tag {
    position: relative;
    top: -31px;
    right: 20px;
    background-color: #7629ee;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px;
    width: auto;
    height: auto;
    line-height: 12px;
}
.header-dash .dropdown-menu.notification .scrollable-container {
    height: 160px;
    overflow: auto;
    position: relative;
    top: -20px;
    /* bottom: -25px; */
    border-bottom: 1px solid #ddd;
}
.header-dash .dropdown-menu.notification .media-list a, .header-dash .dropdown-menu.notification .media-list a:hover,
.header-dash .dropdown-menu.notification .media-list a:active, .header-dash .dropdown-menu.notification .media-list a:focus{color: #2d2d2d;text-decoration: none;}
.header-dash .dropdown-menu.notification .media-list .media {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #E4E5EC;
}
.header-dash .dropdown-menu.notification .media-list .media .media-left {
    padding-right: 1rem;
    float: left;
    width: 30px;
    height: 30px;
    background: #7629ee;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    padding: 3px 0 0;
}
.header-dash .dropdown-menu.notification .not-foot {
    position: relative;
    top: -11px;
}
.header-dash .dropdown-menu.notification .not-foot a{font-size: 13px;}
/*notifications css*/
.sec-dash .all-notify{list-style-type: none;padding: 0;}
.sec-dash .all-notify li .media {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #E4E5EC;
}
.sec-dash .all-notify li .media .media-left {
    padding-right: 1rem;
    float: left;
    width: 30px;
    height: 30px;
    background: #7629ee;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    padding: 3px 0 0;
}
.sec-dash .all-notify li .media .media-heading {
    font-family: 'sf-medium';
    font-size: 17px;
    color: #464855;
    margin-bottom: 5px;
}
.sec-dash .all-notify li .media .media-heading.red {
    color: #E53935 !important;
}
.sec-dash .all-notify li .media .media-heading.yellow {
    color: #F9A825 !important;
}
.sec-dash .all-notify li .media .notification-text {
    color: #98A4B8 !important;
    font-size: 13px;
    font-family: 'Roboto-Regular';
    margin-bottom: 5px;
    line-height: 16px;
}
.sec-dash .all-notify li.not-read{background-color: #f9f9f9;}
.sec-dash .all-notify li.not-read .media {
    border-bottom: 1px solid #7629ee;
}
.sec-dash .all-notify li:last-child .media {
    border-bottom: none;
}
/** header dashboard end **/

/** header front css **/
.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    min-height: 75px;
    -webkit-box-shadow: 1px 2px 8px 3px rgba(46,61,73,.1);
            box-shadow: 1px 2px 8px 3px rgba(46,61,73,.1);
}
.header-main .logo img {
    height: 35px;
}
.header-main .navbar {padding: .9rem 1rem;}
.header-main .nav-item .nav-link {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #41266C;
margin: 0 25px;
border-bottom: 2px solid #fff;
}
.header-main .nav-item.active .nav-link,
.header-main .nav-item .nav-link:hover,
.header-main .nav-item .nav-link:active,
.header-main .nav-item .nav-link:focus{
	color: #41266C;
	border-bottom: 2px solid #41266C;
}

.navbar-light .navbar-toggler {border: none;}
.btn-common {
padding: 6px 24px;
background: linear-gradient(90deg, #8E3EFF 0%, #540BD6 100%);
border-radius: 30px;
color: #FFFFFF;
transition: all ease-in-out .5s;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn-common:active, .btn-common:focus, .btn-common:hover{
    color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    transform: scale(1.07);
}


.header-main li .btn-common {
    margin: 0 0 0 25px;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 600;
    padding: 7px 23px;
}

/** header front end **/

/*sec-banne css*/
.sec-banner {
   
    padding: 40px 0 !important;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}
/*.sec-banner video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}*/
.sec-banner::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
background-image: url(../images/new-img/banner1.gif);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
 /* animation: zoominout 10s ease-in infinite;
  transition: all .5s ease-in-out;*/
}

/* Zoom in Keyframes */
@keyframes zoominout {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

.sec-banner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.who-we-are-sec{
    padding: 120px 0;
}

h6.sub-heading{
font-style: normal;
font-weight: bold;
font-size: 20px;
color: #540BD6;
line-height: 54px;
text-align: left;
letter-spacing: 0.4em;
text-transform: uppercase;
}
h3.main-heading{
font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 54px;
color: #41266C;
}

section .btn-common {
    padding: 12px 32px 13px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.who-we-are-sec p{
font-style: normal;
font-weight: normal;
font-size: 26px;
line-height: 38px;
color: #736C7A;
margin-bottom: 40px;
}
.worked-with-sec{
    background-color: #F9F8FA;
    padding: 95px 0;

}
.worked-with-sec ul{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
margin: 0;
flex-wrap: wrap;
margin-top: 30px;
}
.worked-with-sec ul li {
    width: 19%;
    list-style: none;
    margin: 35px 0;
    text-align: center;
}
.worked-with-sec ul li a{
    display: block;
}
.worked-with-sec ul li a img {
    height: 55px;
    width: 120px;
    object-fit: contain;
    filter: grayscale(1);
}
.footer-main{
    background-color: #41266C;
    padding: 100px 0;
}
.footer-social{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
     justify-content: center;
}
.footer-social li{
list-style: none;
}
.footer-social li a {
    display: block;
    margin: 0 20px;
}
.footer-social li a img{
    
}
.footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.footer-link li{
list-style: none;
}
.footer-link li a {
    display: block;
    margin: 0 20px;
    color: #fff;
    font-weight: 600;
font-size: 14px;
line-height: 17px;
}
.copyrgtcont{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #B1A9BD;
margin-top: 100px;
}
.copyrgtcont a{
    color:#B1A9BD !important;
    text-decoration: underline;
}




/*## scroll_top css ##*/
.scroll_top {background: #7629ee;bottom: 32px; display: none; font-size: 0; height: 34px;position: fixed; right: 10px; width: 34px; z-index: 9999;text-decoration: none;border-radius: 30px;}
.scroll_top:hover {background: #7629ee none repeat scroll 0 0;text-decoration: none;}
.scroll_top::before {color: #ffffff; content: "^"; display: block;font-size: 25px;height: 34px;line-height: 40px;text-align: center; width: 34px;}
/** scroll_top end **/



@media (max-width: 768px)
{
.sec-banner {
    background-color: #000;
    padding: 30px 0 200px!important;
    align-items: flex-start;
    text-align: center;
}
.sec-banner::before {
    /*background-image: url(../images/new-img/mobile-view.gif);*/
    background-image: url(../images/new-img/new_banner.gif);
    background-size: cover;
    bottom: 0;
    top: 250px;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec-banner h4 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}
.container {
    max-width: 100%;
}
section .btn-common {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
h3.main-heading {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
}
.header-main .navbar {
    padding: 5px;
}
.header-main .logo img {
    height: 30px;
}
.header-main {
    min-height: auto;
    }
    body.body-home {
    padding-top: 52px;
}
.who-we-are-sec {
    padding: 10px 0 50px;
}
h6.sub-heading {
    font-size: 12px;
    line-height: 54px;
}
.who-we-are-sec p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}
.worked-with-sec {
    padding: 60px 0;
}
.worked-with-sec ul li {
    width: 33%;
    margin: 20px 0;
}
.worked-with-sec ul li a img {
    height: 22px;
    width: 65%;
    object-fit: contain;
}
.who-we-are-sec .text-right {
    text-align: left!important;
}
.footer-main {
    padding: 50px 0;
}
.footer-logo, .footer-social{
    margin-bottom: 40px;
}
.footer-logo img{
    height: 30px;
}
.footer-link li a {
    font-size: 12px;
    line-height: 14px;
}
.copyrgtcont {
    margin-top: 30px;
    font-size: 12px;
    line-height: 26px;
}
.copyrgtcont a {
    display: block;
}
.header-main .nav-item .nav-link {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0px;
}
.header-main li .btn-common {
    margin: 10px 0 20px;
}
}

/*services page css*/

.inner-banner{
    background: linear-gradient(98.5deg, #7D5BAC 1.73%, #210D43 100%);
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.inner-banner h6{
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 54px;
text-align: center;
letter-spacing: 0.6em;
text-transform: uppercase;
color: #FFFFFF;
}
.inner-banner h4{
    font-style: normal;
font-weight: 600;
font-size: 58px;
line-height: 80px;
text-align: center;
color: #FFFFFF;
}
.service-inner-box{
max-width: 256px;
margin: 40px auto;
}
.service-inner-box img{
 margin-bottom: 30px;   
}
.service-inner-box h3{
 font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px;
color: #403C44;
}
.service-inner-box p{
   font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #736C7A;    
}

@media (max-width: 992px){

.footer-social li a img {
    height: 40px;
}
.footer-logo img{
	height: 30px;
}
.footer-link li a {
    margin: 0 8px;
}
.footer-main {
    padding: 70px 0;
}
.copyrgtcont {
    margin-top: 70px;
}
.inner-banner h4 {
    font-size: 50px;
    line-height: 60px;
}
.inner-banner {
    min-height: 440px;
}
h3.main-heading {
    font-size: 26px;
    line-height: 36px;
}
.who-we-are-sec p {
    font-size: 16px;
    line-height: 26px;
}
section .btn-common {
    padding: 5px 20px 5px;
    font-size: 18px;
    line-height: 28px;
}
}


@media (max-width: 768px){

.inner-banner h6{
	font-size: 12px;
line-height: 54px;
}
.inner-banner h4{
	font-weight: 600;
font-size: 30px;
line-height: 36px;
}
.inner-banner {
    min-height: 355px;
}
.service-inner-box img {
    height: 40px;
}
.service-inner-box h3{
	font-weight: 600;
font-size: 14px;
line-height: 20px;
}
.service-inner-box p {
   font-size: 12px;
line-height: 16px; 
}
.service-inner-box {
    max-width: 100%;
    margin: 20px auto;
}
}

/*get in touch page css*/

section.get-in-touch-sec .btn-common {
    min-width: 200px;
}
.get-in-touch-form .form-group {
    margin-bottom: 35px;
}
.get-in-touch-form .form-group label{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 38px;
color: #736C7A;
margin-bottom: 0;
}
.get-in-touch-form .form-group .form-control{
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 38px;
color: #B5ADBD;
border: none;
border-radius: 0;
border-bottom: 1px solid #41266C;
padding-left: 0;
padding-top: 0;
height: auto !important;
box-shadow: none !important;
outline: none !important;
}
.get-in-touch-form .form-group .form-control::placeholder{
	color: #B5ADBD;
}
.get-in-touch-form .form-group .input-group .input-group-prepend .form-control{
padding-left: 0px;
}
.get-in-touch-form .form-group .input-group .form-control{
	padding-left: 15px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f0ebf9 !important;
    color: #5c12dc;
    font-weight: 600;
}
.nice-select{
	display: block !important;
	width: 100% !important;
}
.nice-select.open .list{
	width: 100%;
}
.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    opacity: 0;
    cursor: pointer;
}
.input-group.upload-file-input{

}
.input-group.upload-file-input .input-group-btn{
	 display: block;
    width: 100%;
}
.input-group.upload-file-input .input-group-btn .btn-default {
    display: block;
    width: 100%;
    position: relative;
    
    background: #F5F0FA;
    border-radius: 40px;
    font-size: 16px;
    line-height: 38px;
    color: #8B40FA;
    font-weight: 600;
}
.input-group.upload-file-input .form-control.file-upload-text {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    text-align: left;	
}
.optional-label{
display: block;
}
.optional-label span {
    float: right;
    font-size: 16px;
    line-height: 38px;
    color: #8B40FA;
    font-weight: normal;
}
.thank-modal .modal-dialog {
    /*max-width: 500px;*/
    max-width:630px;
    margin: 20% auto;
}
.thank-modal .modal-dialog .modal-body .inner-div{
	position: relative;
	padding-left: 50px;
}
.thank-modal .modal-dialog .modal-body .inner-div img {
    position: absolute;
    left: 0;
    /*top: 15%;*/
    top: 0%;
}
.thank-modal .modal-dialog .modal-body .inner-div h4{
font-weight: 600;
/*font-size: 20px;*/
/*line-height: 24px;*/
font-size: 30px;
line-height: 38px;
color: #41266C;	
}
.thank-modal .modal-dialog .modal-body .inner-div p{
	font-style: normal;
font-weight: normal;
/*font-size: 16px;*/
font-size: 22px;
line-height: 22px;
color: #736C7A;
margin-bottom: 0;
}
.thank-modal .modal-dialog .modal-body .close {
    position: absolute;
    right: 0px;
    top: -30px;
    opacity: 1;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 768px){

.get-in-touch-form .form-group label {
    font-size: 12px;
    line-height: 30px;
}
.get-in-touch-form .form-group .form-control {
    font-size: 16px;
    line-height: 30px;
}
.get-in-touch-form .form-group .form-control option{
    padding:0 !important;
}
.get-in-touch-form .form-group {
    margin-bottom: 20px;
}
.input-group.upload-file-input .input-group-btn .btn-default {
    line-height: 30px;
    padding: 5px;
}
.optional-label span {
    font-size: 12px;
    line-height: 30px;
}
section.get-in-touch-sec .btn-common {
    min-width: auto;
    display: block;
}
.thank-modal .modal-dialog {
    max-width: 260px;
    margin: 20% auto;
}
.thank-modal .modal-dialog .modal-body .inner-div img {
    position: static;
    margin-bottom: 15px;
}
.thank-modal .modal-dialog .modal-body .inner-div {
    padding-left: 0;
    text-align: center;
}
.thank-modal .modal-dialog .modal-body .inner-div h4 {
    font-size: 16px;
    line-height: 20px;
}
.thank-modal .modal-dialog .modal-body .inner-div p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.header-main .container{
	padding: 0 !important;
}
.header-main .navbar {
    padding: 0;
}
.header-main .navbar-nav{
	background-color: #41266C;;
	padding: 15px;
}
.header-main .nav-item .nav-link {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
.header-main li{
	text-align: center;
}
.navbar-light .navbar-brand {
    padding-left: 15px;
    padding-bottom: 15px;
}
.navbar-light .navbar-toggler {
    border: none;
    margin-right: 15px;
    padding: 0;
    box-shadow: none;
    outline: none;
}
.navbar-light .navbar-toggler[aria-expanded="false"] .close-icon{
display: none;
}
.navbar-light .navbar-toggler[aria-expanded="false"] .main-icon{
display: block;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .close-icon {
    display: block !important;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .main-icon{
display: none;	
}
.header-main .nav-item .nav-link{
	border-bottom: none;
}
.header-main .nav-item.active .nav-link, .header-main .nav-item .nav-link:hover, .header-main .nav-item .nav-link:active, .header-main .nav-item .nav-link:focus {
    color: #c7aeee !important;
    border-bottom: none !important;
}
}

/*PRELOADING------------ */



#overlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    background: #8E3EFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index:10001;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
      margin: 0 auto;
    left: 0;
    right: 0;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@media (max-width: 768px){
    .pre-loader .loader-img.loader {
    width: 200px !important;
    top: 35% !important;
   
}
.pre-loader{
    display:none !important;
}
}




@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}