:root{
    /* --font-family1:Lato, sans-serif; */
    /* --font-family1:'Open Sans', sans-serif; */
    --font-family1: 'Source Sans Pro', sans-serif;
    --font-family2: 'Poppins', sans-serif;

	--color-new-1:#42099e;
	
	--color-new-2:#5a8fbe;
	
	--button-shadow-1:0px 5px 5px 0px #80808087;
	--button-shadow-2: 0px 3px 6px 0px #8080804f;
	
	--background-color-1:#c4c4c46b;
	
	
    --jile-color:#31c7b2;
    --color-menu-1: #006666;
    --color-menu-2: #006666f4;
    --color1:grey;
    --color2:#1d1d1d;
    
    --color3:#666666; /* jile iron color */
    --color4:white;
    
    --color5:#272727;
    --color6:whitesmoke;
    --color6-1:#7F7D7D;
    --color6-2:#464646;
    /*--color7:#141618;*/
	  --color7:#24344a;
    --color8:#505050;/* old footer*/
    --color9:#444242;/* copywrite */
    --color10:#000000cc;

    --color11:#f8d146;/* envision */
    --color12:#5a8fbe;/* elobrate */
    --color13:#E26A6A; /* plan */
    --color14:#9B59B6;/* measure */
    --color15:#26344B;
    --color16:#b1b1b1;
    --color17:#000000a6;
    --color18:#000000;
    --color19:#e7ecf1;
    --color20:#f0f1f2;
    --color21:#26c4ad;
    --color22:#333333;
    --color23:#333333c2;
    --color24:#454545;
    --color25:#4a4a4a;
    --color26:#00000040;
    --color27:#696868;
    --color28:#6d6a6a;
    --color29:#fefefe;
    --color30:#888;
    --color31:#f9f9f9;
	--color32:#2E3133;
	--color33:#44B6AE;/*dark jile color*/
	--color34:#3f3f3f;
	--color35:#c2cad8;
	--color36:#f7f7f7;
	--color37:#1697cb;
	--color38:#d69917;
	--color39:#4fadb7;
	--color40:#f66439;
	--color41:#6b17d6;
	--color42:#ba469e;
	
	
	--colorpartner1:#615482;
	
	
	
	
	--colorprice1:#38b4f9;
	--colorprice2:#c29d3e;
	
	
    --box-shadow1:0 2px 5px #0000001a;

    --border-color1:#00000026 transparent #ffffff0d;
}
#footer {
    background: none;
    /* background-color: #505050; */
    background-color: var(--color8);
    color:var(--color4);
    padding: 0;
}
#footer a{
    color:var(--color4);
    line-height: 2;
}
#footer a:hover{
    text-decoration: underline;
}
.footer-content {
    /* padding: 7vh 0 0 0 ; */
    padding:5vh 0 4vh 0;
   
}
.footer-content  p{
    font-size: 15px;
    line-height: 1.6;
     margin: 0 0 10px;;
}
.footer-content ul{
	list-style: none;
	padding-left:0px;
}
.footer-content  li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.6;
	
}
.footer-section-1{
    margin-bottom: 20px;
    margin-top: 30px;
}
.footer-section-2>div{
    padding:0px;

}
.footer-section-2 .row{
    margin:0px;
    padding:0px;
}
.footer-menu-wrapper{
    padding:0px;
}
.footer-menu-title{
    margin-bottom: 10px;
    font-weight: 600;
    font-size:20px;
    color: white;
    
    line-height: 2;
}
a.footer-menu-title{
    color:white;
   display: block;
}
.footer-menu-wrapper li{
    padding-left: 0px;
    margin-bottom: 5px;
}
.contact-us .fa{
    position: absolute;
    left: 0;
    bottom: 6px;
    font-size: 20px;
    color: var(--jile-color);
    padding-right: 5px;
}
.socials{
   
    /* text-align: center; */
    margin: 0 auto;
}
.socials  li{
     
        padding: 0 10px 10px;
    
}
.socials i{
    cursor: pointer;
}
.socials>li:first-child{
    padding-left:0px;
}
.socials .fa{
    color:var(--jile-color);
}
/*
    *
    * copyright
    * 
 */
#footer .copyright-container{
    background-color: var(--color9);
    padding: 1em 0;
    font-size: 12px;
    font-weight: 300;
}
.copyright-container .legal-pages-border {
    border-right: 1px solid #ccc;
    width: 1px;
    height: 12px;
    padding-left: 0;
    margin: -2px 0;
    padding: 0 !important;
}
.footer-head {
    background-color: var(--color3);
}
.logo-container-footer {

    height: inherit;
}
.logo-container-footer .logo {
   display: block;
    height: 50px;
    margin-top: 7px;
    background-image: url(/assets/img/logoWhite.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 30px;
    background-size: contain;
    margin-left: -30px;
}
@media(max-width:991px){
    #footer .copyright-container{
        text-align: center;
    }
    #footer .copyright-container .list-inline{
        float:none;
    }
    #footer .copyright-container .copyright{
        float:none;
    }
    .social-wrap .socials{
        text-align: center;
    }
    .footer-menu-wrapper{
        padding-right:10px;
    }
    .footer-section-2 .row{
        margin-bottom:20px;
    }
    .contact-us{
        text-align: center;
    }
    .contact-us li{
        display: inline-block;
        padding-right: 30px;
        margin-bottom: 10px;
    }
    .footer-content{
        padding: 4vh 0 1vh 0;
    }
    .logo-container-footer .logo{
        margin-left: 0;
    }
}
/* @media (max-width:767px){
    .social-wrap .socials{
        text-align: center;
    }
    .footer-menu-wrapper{
        padding-right:10px;
    }
    .footer-section-2 .row{
        margin-bottom:10px;
    }
} */
.social-wrap div{
	
}
.footer-section-2 .social-wrap-style{
	padding-top:40px;
	/*padding-bottom:20px;*/
	
}
.socials-style,.contact-us-style{
	padding:0px;
}
.socials-style i{
    color: var(--jile-color);
}
.socials-style div{
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
}
.contact-us-style div{
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	    text-align: right;
}
.contact-us-style span{
	    color: var(--jile-color);
}
@media (max-width:991px){
	 .socials-style,.contact-us-style{
		 float:none;
		 text-align:center;
		 padding-bottom:10px
	 }
 }
@media (min-width: 1024px){
@media (min-height: 768px){
  .footer-section-2>div>div{
	  width:100%;
  }
  .footer-section-2>div>div>div{
	  width:50%;
  }
 }
}
/*# sourceMappingURL=footer.css.map */
