/*Footer*/

.footer
{
	background: #fff;
    margin-top: 50px;
}

.f_box {
    margin-top: 40px;
    text-align: left;
	font-size: 14px;
}

 .f_box p 
 {
        color: #000;
        padding-top: 10px;
        font-weight: 500;
        font-size: 13px;
 }

 .f_box h2 
 {
        color: #dd251c;
        font-weight: 800;
        font-size: 16px;
        padding-left:7px;
 }

 .f_box h3 
 {
        color: #dd251c;
        font-weight: 800;
        font-size: 16px;
 }

.f_list {
    list-style: none;
    padding-top: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

    .f_list li a {
        color: #000;
        font-weight: 500;
        font-size: 14px;
    }

    .f_list li:hover {
        color: #000;
        text-decoration: none;
    }

.f_list li::before
{
  content: "\f101"; 
  font-family: FontAwesome;
  font-size: 12px;
	margin-right: 5px;
}

.f_links a {
    color: #f2f2f2;
    font-weight: 400;
    border: 1px dashed #f2f2f2;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.txtbox 
{
    width: 99%;
    height: 35px;
    margin-top: 10px;
    border-radius: 30px;
    border: none;
    padding-left: 10px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);
    box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);
}

 .txtbox:focus 
 {
    outline: none;
 }

 .txtbox::placeholder 
 {
    font-size: 12px;
    color: #dd251c;
}

.txtbox1 {
    width: 99%;
    height: 35px;
    margin-top: 10px;
    border-radius: 30px;
    border: none;
    padding-left: 10px;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);
    box-shadow: 0px 0px 5px 0px rgba(201,201,201,1);
}

.txtbox1:focus 
{
   outline: none;
}

.txtbox1::placeholder
{
   font-size: 12px;
   color: #dd251c;
}

.mybt2 {
    width: 100px;
    height: 40px;
    background: #01358d;
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
    margin-top:10px;
}

.mybt3 {
    width: 100px;
    height: 40px;
    background: #fe3026;
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
    margin-top: 10px;
}



.f_social {
    list-style: none;
	margin: 0px;
		padding: 0px;
}

    .f_social li {
        display: inline-block;
        width: 35px;
        height: 35px;
		text-align: center;
		vertical-align: middle;
		line-height: 35px;
        border-radius: 100%;
		margin-top: 10px;
        background: #000;
        cursor: pointer;
        transition: all ease-in-out 0.3s;
		
    }

    .f_social li a i {
        color: #fff;
	    vertical-align: middle;
		line-height: 35px;
      }

       


.f_bottom {
    height: 40px;
    line-height:40px;
    width:100%;
    margin-top:30px;
}

.f_bottom p 
{
   color: #000;
   font-weight: 400;
   font-size: 13px;
}



.a_money {
    list-style: none;
    text-align: right;
}

.a_money li
{
    display: inline-block;
    color: #000;
	font-size: 13px;
}

.a_money li i 
{
    color: #000;
    font-size: 25px;
 }
 
 @keyframes triangle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}





.carousel-caption
	{
	  position:absolute;
	  top:30%;
	}
    
    .carousel-caption h3
	{
		font-size:40px;
		font-weight:bold;
		text-align:left;
		margin:0px auto;
	}
	
	.carousel-caption p
	{
		font-size:25px;
		text-align:left;
	}

.carousel-caption .b_link {
    text-decoration: none;
    padding: 5px;
    background: #f53d2a;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    text-align: left;
    font-size: 15px;
    margin: 0px auto;
}





.footer_top
{
	background: #b05b57;
	padding: 20px;
	line-height: 10px;
	
}

.footer_top h2
{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.f_bt a
{
	background: #fff;
	color: #000;
	padding: 9px 30px;
	border-radius: 20px;
	display: inline-block;
}

.padding70
{
	padding: 70px 0px;
}

@media only screen and (max-width: 767px)
{
	
	.padding70
{
	padding: 20px 0px;
}

	
	.footer_top h2 {font-size: 20px;}
	.carousel-caption
	{
	  position:absolute;
	  top:10%;
	}
	.carousel-caption h3
	{
		font-size:20px;
		font-weight:bold;
		text-align:left;
		margin:0px auto;
	}
	
	.carousel-caption p
	{
		font-size:15px;
		text-align:left;
	}
	
	.carousel-caption .b_link {display: none;}
	
}

.raas_left ul
{
	list-style: none;
}

.raas_right ul
{
	list-style: none;
}

.raas_right ul li {
    font-size: 14px;
}



.raas_right p {
    font-size: 14px;
    color: #333;
}

.product {
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 0px 0px 17px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 17px 0px rgba(222, 222, 222, 1);
    margin-top: 15px;
}

.get_quotes
{
	width: 100%;
	broder:1px solid #333;
	margin-top:20px;
}

.raas_right h2
{
	font-size: 25px;
	color: #f94037;
}

.raas_right h3
{
	font-size: 18px;
	color: #f94037;
}


