
body{
    font-size: 1rem;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #32434c;
}
.ovhidden{
    overflow: hidden;
}

a, a:hover{
	text-decoration: none !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul{
	padding-left: 0px; 
	list-style-type: none;
	margin: 0
}
img{
    display: block;
	max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

img.loadimg{
    opacity: 0;
    transform: translateY(5px);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}
img.loadimg.fade{
    opacity: 1.0;
    transform: translateY(0);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}

  


@media(min-width: 1366px){
.cmpad{
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
}
}
@media(max-width: 1366px){
.cmpad{
	padding-left:80px;
	padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
	padding-left:40px;
	padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
	padding-left:15px;
	padding-right:15px;
}

}
@media(max-width: 575px){
html{
	font-size: 90%;
}

}



.mainhdcenter{
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
}
.mainhead{
	   font-weight: 800;
	   /*color: linear-gradient(to right, #553c9a 45%, #ee4b2b);*/
	   background: -webkit-linear-gradient(#553c9a , #ee4b2b);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}


/*.mainhead::before {*/
/*      content: "";*/
/*      position: relative;*/
/*      left: 50%;*/
/*      width: 150px;*/
/*      height: 14px;*/
/*      margin-bottom: 8%;*/
/*      transform: skew(-12deg) translateX(-50%);*/
/*      background: rgba(238,111,87,0.5);*/
/*	  z-index: -1;*/
/*}*/


.mainhead.center{
	text-align: center;
}
.hdcap{
    color: #666;
    display: block;
    width: 100%;
}
.mainhdcenter .hdcap{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}


@media(max-width: 767px){
.h1, h1{
    font-size: 2.2rem;
}
.h2, h2{
    font-size: 1.75rem;
}
}
@media(max-width: 575px){
.h2, h2{
    font-size: 1.5rem;
}
.h1, h1{
    font-size: 2rem;
}
}



@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#3a3a3a}
::-webkit-scrollbar-thumb:hover{background-color:#444}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}

}


ul.social {
    display: flex;
    margin-bottom: 0;
}
ul.social li {
    display: block;
    margin-right: 10px;
}
ul.social li:last-child{
    margin-right: 0;
}
ul.social li a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0.875rem;
}

ul.social li a i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 1.1rem;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #6c828d;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.social li a:hover i {
    color: #fff;
}

ul.social li a .la-facebook-f{
    color:  #3b5998;
}
ul.social li a:hover .la-facebook-f{
    background-color: #3b5998;
}
ul.social li a .la-twitter{
    color: #55acee;
}
ul.social li a:hover .la-twitter{
    background-color: #55acee;
}
ul.social li a .la-instagram{
    color: #8a3ab9;
}
ul.social li a:hover .la-instagram{
    background-color: #8a3ab9;
}
ul.social li a .la-linkedin-in{
    color: #0077b5;
}
ul.social li a:hover .la-linkedin-in{
    background-color: #0077b5;
}
ul.social li a .la-youtube{
    color: #cd201f;
}
ul.social li a:hover .la-youtube{
    background-color: #cd201f;
}


ul.social li a img{
	width: 28px;
    background: #fff;
    border-radius: .3rem;
    padding: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul.social li a:hover img{
	transform: rotate(30deg);
}

p{
    margin-top: 0;
}


.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}



@keyframes moveRight{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveLeft{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveDown{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveUp{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.morebtn,
.loadbtn{
    background: #da3515;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 1.5rem;
    cursor: pointer;
}
.morebtn i{
    font-size: 1.5rem;
    margin-left: 5px;
}
.morebtn:hover i{
    animation: moveRight 1s infinite;
}
.loadbtn:hover{
    background-color: #ff9903;
}





/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #32434c;
}
header.active{
    
    background: #3f515a;
}

header.active .moremenu {
    background-color: #e1e1e1;
}

header .tophead{
    display: flex;
    flex-flow: wrap;
}
header .logocol{
    width: 300px;
}
header .logocol a{
    display: flex;
    height: 70px;
}
header .menucol{
    width: calc(100% - 300px);
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
}
header .menunav{
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
header .menunav li{
    margin-left: 25px;
}
header .menunav li a{
    color: white;
    position: relative;
    font-weight: 500;
}
header .menunav li a.mainli:hover,
header .dropmenu:hover a.mainli {
    color:#da3515;
}
header .dropmenu:hover .dropdown-content a{
    color:black !important;
}
header .dropmenu {
  position: relative;
  display: inline-block;
}
header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 220px;
  right: 0;
  box-shadow: 6px 8px 20px 0px rgb(0 0 0 / 10%);
  z-index: 1;
  border-radius: .3rem;
  overflow: hidden;
  animation: fadeIn .5s 1;
}
header .dropdown-content a {
  color: #666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: .875rem;
}
header .dropdown-content a:hover {
    color: #da3515;
}
header .dropmenu:hover .dropdown-content {display: block;}


/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header .moremenu{
    border: none;
    width: 40px;
    margin-left: 25px;
    cursor: pointer;
    background-color: #e7e7e7;
    height: 30px;
    padding: 0 10px;
    border-radius: 0.5rem;
    opacity: .6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .moremenu:hover{
    opacity: 1;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: -20px 0 20px rgb(0 0 0 / 10%);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.sidebar.show{
    width: 280px;
    opacity: 1;
}
.sidebar .sidehead{
    padding: 15px;
    border-bottom: 1px solid #eee;
        background: #32434c;
}
.sidebar .sidehead .logo{
    width: 170px;
    display: flex;
}
.sidebar .sidehead .closebtn{
    font-size: 1.5rem;
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    color: #999;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.sidebar .sidehead .closebtn:hover{
    color: #3a3a3a;
}
.sidebar .sidemenu{
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 62px);
}
.sidebar .sidemenu ul.menulist{
    display: flex;
    flex-flow: column;
}
.sidebar .sidemenu ul.menulist li{
    margin-bottom: 10px;
}
.sidebar .sidemenu ul.menulist li a{
    color: #607d8b;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: .5rem;
    cursor: pointer;
}
.sidebar .sidemenu ul.menulist li a:hover{
    color: #da3515;
    background-color: #fff2eb;
}
.sidebar .sidemenu ul.menulist li a .icon{
    display: flex;
    margin-right: 8px;
    width: 20px;
    font-size: 1.25rem;
    color: #f18d0d;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.sidebar .sidemenu ul.menulist li a:hover .icon{
    color: #da3515;
}
.sidebar .dropdown.show .dropdown-toggle{
    color: #da3515;
    background-color: #fff2eb;
}
.sidebar .dropdown-toggle:after{
    content: '\f107';
    font-family: 'Line Awesome Free';
    display: inline-block;
    font-weight: 600;
    position: absolute;
    right: 15px;
    font-size: .8rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.sidebar .dropdown.show .dropdown-toggle:after{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.sidebar .dropdown-menu{
    position: relative !important;
    transform: none !important;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: .875rem;
}
.sidebar .dropdown-menu a:hover{
    background-color: transparent !important;
}
.sidebar .seperate{
    font-size: .875rem;
    color: #9e9e9e;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 15px;
}
.sidebar ul.social{
    padding: 0 15px;
}

@media(max-width: 360px){
header .logocol{
    width: calc(100% - 70px);
}
header .menucol{
    width: 70px;
}
}

@media(max-width: 300px){
.sidebar.show{
    width: 100%;
}
}



/*---------------------------------------*/
/*::::::::::::::::LANDING::::::::::::::::*/
/*---------------------------------------*/
.landing{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: rgb(254 244 231);
    background-image: url(../img/slider/mainbg.jpg);
    background-size: cover;
    background-position: center;
}
.landing:before{
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/slider/lines.svg);
    background-position: center;
    background-size: contain;
    margin: auto;
}
.landing h1{
    position: relative;
    font-weight: 900;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 4rem;
    text-align: center;
}
.landing .hdcap{
    text-align: center;
    position: relative;
    font-size: 1.1rem;
    padding: 0 15px;
}
.landing .mainitem{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 0 10px;
    margin: 0 15px;
    margin-top: 3rem;
    width: 100%;
    max-width: 1300px;
}
.landing .itemcol{
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 15px;
}
.landing .itemcol:nth-child(even){
    margin-top: 2rem;
}
.landing .itemcol:nth-child(odd){
    margin-top: -2rem;
}
.landing .itemcol .itembox{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    height: 200px;
    width: 100%;
    padding: 15px;
    border-radius: 1rem;
    position: relative;
    background-color: #fff;
    box-shadow: 6px 9px 20px rgba(0,0,0,.1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.landing .itemcol .itembox:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    background-color: rgb(255 255 255 / 100%);
}
.landing .itemcol .icon{
    border-radius: 2rem;
    padding: 15px;
    padding-bottom: 0;
    background-color: #fff;
    margin-top: -4rem;
}
.landing .itemcol:nth-child(1) .icon{
    background-color: #673ab7;
}
.landing .itemcol:nth-child(2) .icon{
    background-color: #8bc34a;
}
.landing .itemcol:nth-child(3) .icon{
    background-color: #00bcd4;
}
.landing .itemcol:nth-child(4) .icon{
    background-color: #ffc107;
}
.landing .itemcol:nth-child(5) .icon{
    background-color: #f44336;
}
.landing .itemcol:nth-child(6) .icon{
    background-color: #005196;
}
.landing .itemcol h2{
    color: #3a3a3a;
    display: flex;
    position: relative;
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.landing .itembox:hover h2{
}
.landing .itembox .itemcont{
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.landing .itembox .itemcont p {
    color: #666;
    font-size: .9rem;
}


@media(max-width: 1200px){
.landing .itemcol{
    padding: 10px;
}
.landing .itemcol .itembox{
    height: 175px;
}
}

@media(max-width: 991px){
.landing .mainitem{
    max-width: 600px;
}
.landing .itemcol{
    width: calc(100% / 3);
    margin: .5rem 0 !important;
}
.landing .itemcol .itembox{
    height: 130px;
}
.landing .itemcol .icon{
    width: 100px;
    margin-top: -2rem;
}
.landing .mainitem{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.landing h1{
    margin-top: 6rem;
}
}

@media(max-width: 767px){
.landing h1{
    font-size: 2rem;
}
}

@media(max-width: 575px){
.landing .itemcol .itembox{
    height: 100px;
}
.landing .itemcol .icon{
    width: 80px;
}
}

@media(max-width: 360px){
.landing .itemcol{
    width: calc(100% / 2);
}
.landing h1 {
    margin-top: 8rem;
}
}





/*---------------------------------------*/
/*::::::::::::::::OVERVIEW:::::::::::::::*/
/*---------------------------------------*/
.overview{
    position: relative;
}
.imgbox{
    /*border-radius: 1rem 3rem;*/
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.achlist{
    display: flex;
    flex-flow: wrap;
    width: 100%;
}
.achlist li{
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
    display: flex;
    flex-flow: column;
}
.achlist li .value{
    font-size: 2.25rem;
    font-weight: 800;
    color: #da3515;
}
.achlist li .name{
    width: 100px;
    color: #607d8b;
    line-height: 1.2;
}

.overview p{
    color: #666;
    line-height: 1.6;
}


@media(max-width: 991px){
.imgbox{
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
}
}

@media(max-width: 575px){
.achlist li{
    max-width: 100%;
    margin: 10px 0;
    text-align: center;
    align-items: center;
}
.achlist li .name{
    width: 100%;
}
}



/*------------------------------------*/
/*::::::::::::::SERVICES::::::::::::::*/
/*------------------------------------*/
.services{
    background-color: #eaf6fd;
}
.servlist{
    display: flex;
    flex-flow: wrap;
    margin: 0 5px;
}
.servlist .servcol{
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 20px;
}
.servlist .servbox{
    background-color: #fff;
    padding: 15px;
    border-radius: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.servlist .servbox:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 5px 8px 20px 0 rgb(21 118 218 / 10%);
}
.servlist .servbox .icon{
    width: 60px;
}
.servlist .servbox .content{
    margin-top: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.servlist .servbox .content p{
    color: #666;
}

@media(max-width: 767px){
.servlist .servcol{
    flex: 1 0 50%;
    max-width: 50%;
}
}

@media(max-width: 460px){
.servlist .servcol{
    flex: 1 0 100%;
    max-width: 100%;
}
}




/*------------------------------------*/
/*::::::::::::::TESTIMONIALS::::::::::*/
/*------------------------------------*/
.testilist{
    display: flex;
    flex-flow: wrap;
    margin: 0 5px;
}
.testilist .testicol{
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 10px;
}
.testilist .testicol:nth-child(even){
    margin-top: -1rem;
}
.testilist .testibox{
    background-color: #fff;
    padding: 15px;
    border-radius: 1rem;
    display: flex;
    flex-flow: column;
    border: 5px solid #e7f2ff;
    position: relative;
    box-shadow: 2px 6px 20px rgb(33 150 243 / 10%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.testilist .testibox:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.testilist .testibox .content{
    position: relative;
}
.testilist .testibox .content:before{
    content: '\f10d';
    font-family: 'Line Awesome Free';
    display: block;
    font-weight: 600;
    font-size: 2.5rem;
    color: #ff9903;
}
.testilist .testibox .content p{
    color: #666;
}
.testilist .testibox .iconcol{
    display: flex;
    flex-flow: wrap;
    background-color: #e7f2ff;
    border-radius: 1rem;
    margin-bottom: -2rem;
    margin-left: -20px;
    padding: 5px;
}
.testilist .testibox .iconcol .icon{
    width: 80px;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testilist .testibox .iconcol .data{
    padding-left: 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.testilist .testibox .iconcol .name{
    font-weight: 700;
    margin: 0;
}
.testilist .testibox .iconcol .desig{
    margin: 0;
    font-size: .875rem;
    color: #607D8B;
}

.btncol{
    display: flex;
    justify-content: center;
    width: 100%;
}

@media(max-width: 991px){
.testilist .testicol{
    flex: 1 0 50%;
    max-width: none;
    margin: .5rem 0 !important;
}
}

@media(max-width: 575px){
.testilist .testicol{
    flex: 1 0 100%;
}
}




/*------------------------------------*/
/*::::::::::::::BOOKING:::::::::::::::*/
/*------------------------------------*/
.booking{
    height: 420px;
    background-color: #fff;
    background-image: url(../img/images/caring.jpg);
    background-size: cover;
    background-position: 100px;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}
.booking:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(218 53 21 / 75%);
    background: linear-gradient(90deg, rgba(218,53,21,1) 30%, rgba(242,142,13,0) 100%);
}
.booking .content{
    position: relative;
    max-width: 500px;
}
.booking .content h2{
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
}
.booking .content p{
    color: #f7f7f7;
}
.booking .regbtn{
    background-color: #fff;
    color: #333;
    padding: 12px 20px;
    border-radius: 2rem;
    font-weight: 600;
    display: inline-block;
}
.booking .regbtn:hover{
    color: #da3515;
    box-shadow: 5px 4px 20px rgb(0 0 0 / 20%);
}
.booking .regbtn i{
    margin-left: 5px;
}

@media(max-width: 767px){
.booking{
    height: 320px;
    background-position: right;
}
.booking:before{
    background: linear-gradient(90deg, rgba(218,53,21,.75) 30%, rgba(242,142,13,.75) 100%);
}
}

@media(max-width: 575px){
.booking{
    height: 260px;
}
.booking .content h2{
    font-size: 1.8rem;
}
}




/*------------------------------------*/
/*::::::::::::::FOOTER::::::::::::::::*/
/*------------------------------------*/
footer{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #eaf4fb;
}


footer .footbottom{
    font-size: .875rem;
}
footer .footbottom p{
    margin-bottom: 0;
    color: #666;
}
footer .footbottom p a{
    color: #666;
}

footer .policylist{
    display: flex;
    justify-content: flex-end;
}
footer .policylist li{
    margin-left: 1rem;
}
footer .policylist li a{
    color: #666;
}
footer .policylist li a:hover{
    color: #da3515;
}


@media(max-width: 991px){
footer .footbottom p{
    text-align: center;
}
}

.gen-list li {
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 26px;
    position: relative;
}
.gen-list li:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    /* background-color: #dd1c63; */
    background-image: url(../img/icons/check-mark.svg);
    position: absolute;
    left: 0px;
    top: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.file{
    display: block;
    width: 100%;
    height: 40px;
    font-size: .875rem;
    background: transparent;
    color: #666;
    border: solid 1px #ddd;
    border-radius: 0.5rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    padding: 9px 15px;
    margin-bottom: 15px;
    outline: 0;
}
/*.file-new{*/
/*        padding: 15px 15px !important;*/
/*    height: 50px !important;*/
/*}*/


input[type="file" i] {
    color:red;
}








