 
@import url(https://fonts.googleapis.com/css?family=Poiret+One);

.buttonHeading,
.buttonContainer 
{
    font-family: 'Poiret One', cursive;

      margin-top: 8px; 
}
h4{
 color:#3eb991;
  font-weight:bold;
 
}
p{ font-size: 15px;}

/*.btn {*/
/*  height: 30px;*/
/*  width:30px;*/
/*  -moz-border-radius: 50px; */
/*  webkit-border-radius: 50px; */
/*  border-radius: 50px;*/
/*  margin: 3px;*/

/*}*/

.fa{
  background-color: ;
  margin-left: -4px;  
}

.fa.fa-twitter{ 
  color:#149d33;
}
.fa.fa-dribbble{ 
  color: #ea4c89;
}
.fa.fa-dropbox{
  color:#007ee5;
}
.fa.fa-code{ color: #db4437;}
.fa.fa-slack{ color:#3eb991;}
.fa.fa-stack-overflow{color:#fe7a15;}
.fa.fa-github-alt{ color:#999999;}
.fa.fa-jsfiddle{ color:#5ba4e5;margin-left:-3.5px;
}

/*.btn:hover{*/
/*   border: none;*/
/*  background-color: #FFFFFF;*/
/*}*/


 .contact-details li {
    display: inline-block;
               padding-left: 73px;
}

 .contact-details li a {
   font-size: 14px;
    display: block;
    /* line-height: 32px; */
    text-decoration: none;
    /* padding: 3px 0px 0px 19px; */
    /* margin-bottom: -18px; */
    margin-top: 13px;
  padding-left: 0px;
    color: #020202;
    font-family: "Roboto", sans-serif;
}



/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  
  background-color: #fefefe!important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
     width: 57%;
    left: 214px;
  right:0;
/*  height of nav-item  */
  top:50px;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}




    
    
    /************************************************************
    *************************Footer******************************
    *************************************************************/
    
    @import url(http://fonts.googleapis.com/css?family=Fjalla+One);
    @import url(http://fonts.googleapis.com/css?family=Gudea);
    
     
   .footer1 {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    box-shadow: 0px 0px 2px 2px #faf7f7;
    /* border: solid; */
    border: solid 1px #f0f0f0;
    padding-top: 20px;
    margin-top: 15px;
}
    
    
    .title-widget {
    	        color: #048b32;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    /* font-family: 'Fjalla One', sans-serif; */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
    font-family: "Roboto", sans-serif;
    }
    
    .title-widget::before {
    background-color: #28a745;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}
    
    
    
    .widget_nav_menu ul {
        list-style: outside none none;
        padding-left: 0;
    }
    
    .widget_archive ul li {
        background-color: rgba(0, 0, 0, 0.3);
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        top: 7px;
        width: 3px;
    }
    
    
    .widget_nav_menu ul li {
        font-size: 13px;
      
        line-height: 20px;
    	position: relative;
        text-transform: uppercase;
    	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 7px;
        padding-bottom: 7px;
    	width:95%;
    }
    
    
    
    .title-median {
        color: #504b4b;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 15px;
        text-transform: uppercase;
    	font-family: "Roboto", sans-serif;
    }
    
    


    	.footerp p {
    font-family: "Roboto", sans-serif;



    }
    
    
    #social:hover {
        			-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
    			}
    			#social {
    				-webkit-transform:scale(0.8);
                    /* Browser Variations: */
    -moz-transform:scale(0.8);
    -o-transform:scale(0.8); 
    -webkit-transition-duration: 0.5s; 
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    			}           
    /* 
        Only Needed in Multi-Coloured Variation 
                                                   */
    			.social-fb:hover {
    				color: #3B5998;
    			}
    			.social-tw:hover {
    				color: #4099FF;
    			}
    			.social-gp:hover {
    				color: #d34836;
    			}
    			.social-em:hover {
    				color: #f39c12;
    			}
    			.nomargin { margin:0px; padding:0px;}
    
    
    
    
    
    .footer-bottom {
    background-color: #1b1b1c;
    min-height: 30px;
    width: 100%;
}
    .copyright {
        color: #fff;
        line-height: 30px;
        min-height: 30px;
        padding: 7px 0;
    }
    .design {
        color: #fff;
        line-height: 30px;
        min-height: 30px;
        padding: 7px 0;
        text-align: right;
    }
    .design a {
        color: #fff;
    }
    
    .br
    {
       /*  border: solid 1px #a4ffb9; */
            margin-top: 2px;
    }
    
    /************************************************************
    *************************Footer******************************
    *************************************************************/

/*-- Footer --*/

.w3ls-footer-grids {
    background: #282828;
    padding: 50px 0;
}

p.footer-gd {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

p.footer-gd a {
    color: #81cdfa;
}

p.footer-gd a:hover {
    color: #fff;
}

.w3l-footer {
    float: left;
}

.w3l-footer h3,
.w3l-footer h2 {
            font-size: 26px;
    color: #138f03;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}

p.adam {
    float: right;
    color: #6F6E6E !important;
    font-size: 13px !important;
    margin-top: 20px;
}

.w3l-footer.one p {
    color: #828282;
    line-height: 28px;
    font-size: 13px;
}

.w3l-footer.two ul {
    margin: 0;
    padding: 0;
}

.w3l-footer.two ul li {
    list-style-type: none;
    display: block;
    line-height: 1.5em;
    font-size: 14px;
    margin: 18px 0;
}

.w3l-footer.three {
    list-style-type: none;
}

.w3l-footer.two ul li i {
    font-size: 13px;
    margin-right: 15px;
    width: 30px;
    text-align: center;
    color: #fff;
    background: #6E65F1;
    padding: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 30px;
    height: 30px;
}

.w3l-footer.two ul li i.fa.fa-facebook {
    background: #5d82d2;
}

.w3l-footer.two ul li i.fa.fa-twitter {
    background: #3bbef5;
}

.w3l-footer.two ul li i.fa.fa-google-plus {
    background: #ea5d4b;
}

.w3l-footer.two ul li i.fa.fa-dribbble {
    background: #f7659b;
}

.w3l-footer.two ul li i.fa.fa-pinterest-p {
    background: #e23139;
}

.w3l-footer.two ul li a {
        color: #c9c6c6;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    
}

.w3l-footer.three ul li {
   /* margin-bottom: 15px;*/
    list-style: none;
    /*margin-left: -33px;*/
}

.w3l-footer.three ul li i {
    float: left;
    font-size: 18px;
    color: #12df41;
    line-height: 1.8;
}

.w3l-footer.three ul li p {
   


    list-style-type: none;
    display: block;
    color: #a4a0a0;
    font-size: 17px;
    line-height: 32px;
    float: left;
    margin-left: 15px;
    margin-top: -33px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}




}

.w3l-footer.three ul li span {
    display: block;
}

.w3l-footer.one {
    padding-right: 40px;
}

.w3l-footer.three ul li a {
        display: block;
    color: #fff9f938;
    float: left;
    margin-lefT: 15px;
    margin-top: 5px;
    font-size: 16px;
    color: #cbcbd9;
}

i.fa-envelope-o {
    float: left;
}

.copy-right-grids {
    padding: 20px 0;
    background: #040404;
}

.copy-left {
    text-align: center;
}

.copy-right ul li a:hover,
.w3l-footer.three ul li a:hover {
    color: #0099e5;
}

.w3l-footer.two ul li:nth-child(1) a:hover {
    color: #5D82D2;
}

.w3l-footer.two ul li:nth-child(2) a:hover {
    color: #3bbef5;
}

.w3l-footer.two ul li:nth-child(3) a:hover {
    color: #ea5d4b;
}

.w3l-footer.two ul li:nth-child(4) a:hover {
    color: #f7659b;
}

.w3l-footer.two ul li:nth-child(5) a:hover {
    color: #e23139;
}

.agileinfo_footer_grid ul li {
    list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    list-style: none;
        padding-left: 7em;
}

.agileinfo_footer_grid ul li span {
    left: -1em;
}

.agileinfo_footer_grid ul li a {
  
        color: #bcb9b9;
    text-decoration: none;
    font-size: 15px;
}

.agileinfo_footer_grid ul li a:hover {
    color: #fff;
}

.agileinfo_footer_grid1 {
    float: left;
    width: 31.45%;
    margin: 0 0.3em .3em 0em;
}


.ft
{
    margin-left: -32px;
    list-style-type: none;
}
.ft li a
{
        color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    /* font-family: roboto; */
    font-size: 15px;
    line-height: 40px;
    font-family: 'Source Sans Pro', sans-serif;
         
}

.practice
{
    float:left;
}

.text2 {
    border: solid 1px #dbdada;
    background: green;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    position: relative;
    top: -65px;
}


#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    min-height:25vh;   
    /*background-color: #333;*/
    padding: 0;
        margin-left: 17px;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #093;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;    
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: "Roboto", sans-serif;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: "Roboto", sans-serif;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

.desc li span
{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: green;
    font-family: "Roboto", sans-serif;
}

.desc li 
{
    list-style-type: none;
}
.text 
{
font-family: "Roboto", sans-serif;;

}
.bgwt
{
    
       background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    line-height: 34px;
    font-family: "Roboto", sans-serif;;
}


/*-- Contact --*/
.contact-right-w3l h3:before {
    width: 35%;
}
.mail{
    margin:30px 0px;
}
.call{
    margin-bottom:30px;
}
.contact-left-w3ls{
    position:relative
}

span.glyphicon.glyphicon-home {
   background: rgb(0, 179, 239);
}
span.glyphicon.glyphicon-envelope {
       background: rgb(0, 179, 239);
}
span.glyphicon.glyphicon-phone {
   background: rgb(0, 179, 239);
}
span.glyphicon.glyphicon-time {
    background: rgb(254,143,1);
}
.contact-left-w3ls .glyphicon {
    font-size: 1em;
    padding: 1em;
    color:#fff;
}
.contact-left-w3ls h4,.contact-left-w3ls h5{
    text-align:left;
}
.contact-left-w3ls h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.contact-left-w3ls p{
    color: #3f3a3a;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;;
}
.contact-left-w3ls p a{
   
   color: #3f3a3a;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;;
}
.contact-right-w3l input[type="text"]{
    font-size:14px;
    border:1px solid #d5d3d3;
    background:transparent;
    outline:none;
    padding:10px;
    width:48.5%;
    margin-bottom:15px;
}
.contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="text"]:nth-child(3) {
   /*  margin-right:2.4%; */
}
.contact-right-w3l textarea{
    width:100%;
    padding:10px;
    outline:none;
    resize:none;
    height:100px;
    border:1px solid #d5d3d3;
    font-size:14px;
}
.contact-right-w3l input[type="submit"]{
     background: rgb(37, 127, 14);
    color:#fff;
    padding:8px 15px;
    margin-top:15px;
    border:none;
    outline:none;
}
.contact-right-w3l input[type="submit"]:hover {
    background: #000;
}
.visit,.mail,.call {
        border-bottom: 1px solid #bcbaba;
}
.contact-right-w3l {
    margin: 5em 0 0 0;
}
/*-- //contact --*/


.overlay {
  position: relative;
    bottom: -50px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size:17px;
    padding: 15px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.overlay {
  opacity: 1;
}

.sp
{
        margin-left: -36px;
}



.overlay1 {
  position: relative;
   bottom: 146px;
  
    background: rgba(0, 0, 0, 0.2);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size:17px;
    padding: 15px;
    text-align: center;
    font-family: "Roboto", sans-serif;
        left:686px;
}


.overlay1 {
  opacity: 1;
}

.prc
{
        width: 424px;
   position: absolute;
}


.text1
{

    

        border: solid 1px #dbdada;
    background: green;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    width: 163px
}

@media screen and (max-width:750px) {
    .sp
{
        margin-left:-1px;
}

}