/* Dropdown Button */

.navbar-nav { position: relative; }

.navbar-nav .arrow-up { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff;    position: absolute; top: -10px; left: 35px; }

.navbar-nav .dropdown { position: static; }

.navbar-nav .nav-item { line-height: 84px; }

.dropbtn {

    background-color: transparent;

    color: white;

    padding: 16px;

    font-size: 16px;

    border: none;

}



/* The container <div> - needed to position the dropdown content */

/*.dropdown {

    position: relative;

    display: inline-block;

}*/



/* Dropdown Content (Hidden by Default) */

.dropdown-content {

    display: none;

    width: 100%;

    position: absolute;

    background-color:#fff;

    /*min-width: 100%;*/

    max-width: 270px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    z-index: 1;

	/*left:0;*/

	padding:10px;

	border-bottom:2px solid #d80027;

    top: 30px;

}



/* Links inside the dropdown */

.dropdown-content li { line-height:35px; list-style:none; padding:0 10px; }

.dropdown-content li i { margin:0 5px 0 0; }

.dropdown-content a { color: #000; padding:0px;  text-decoration: none;  display: inline-block; }



/* Change color of dropdown links on hover */

.dropdown-content li:hover {background-color: #f2f2f2; color: #000;}

.dropdown-content li:hover a { color: #000;}



/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {display: block;}



/* Change the background color of the dropdown button when the dropdown content is shown */

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/



.whychooseus {

    text-decoration: none;

    margin-left: 50px;

}

.form-msg{

    height: 100px;

}

.title_color{

    color: #d80027;

}



.btn_container{

    background: #d80027;

    height: 200px;

}

.btn_msg{

    color: black;

    text-align: center;

}

.btn_box{

    text-align: center; 



}

.btn_contact{

    font-size: 30px;

    color: white;

}

.btn_contact a:hover{



}

.btn_icon{

    font-size: 30px;

}





