/*Modification*/
.profi-1 {
    text-align: center;
    padding: 10px 0px;
    border: 1px solid;
    background-color: #ec0d0d;
    margin-top: 10px;
    color: #fff;
    border-radius: 7px;
}
/*profile*/

.prof-1 {
    color:#fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1e42+0,1e1e42+50,1e1e42+52,402254+100 */
background: #1e1e42; /* Old browsers */
background: -moz-linear-gradient(top, #1e1e42 0%, #1e1e42 50%, #1e1e42 52%, #402254 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1e1e42 0%,#1e1e42 50%,#1e1e42 52%,#402254 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1e1e42 0%,#1e1e42 50%,#1e1e42 52%,#402254 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e42', endColorstr='#402254',GradientType=0 ); /* IE6-9 */
}

.prof-2 .prof-3 a p {
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 8px;
    color: #fff;
}

/*Profile close*/
body {
    background-color: antiquewhite;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.mod-1  {
    font-weight: 600;
}
p {
    font-size: 16px;
}
a {
    color: #ff7373;
}

a:hover {
    text-decoration: none;
}

img {

    width: 100%;
    height: auto;
}

.main-img {
        
box-shadow: 1px 7px 13px 0px #00000078;
}


.navbar {
        float: left;
        width: 100%;
        margin-bottom: 0px;
        background-color: #000000;
}

.navbar-toggle {
    color: #fff;
}

.btn {
    margin: 12px 15px;
    box-shadow: 4px 2px 0px 1px #ff0400;
   
}

section {
    padding: 30px 10px;
}

section .container img {
    border: 2px solid black;
    border-radius: 10px;
}

.section-1 {
    border: 1px dashed black;
    padding: 30px 15px;
    border-radius: 7px;
}

footer {
        background-color: black;
    padding: 15px 0px;
}


footer ul li {
    list-style: none;
    display: inline-block;
}


footer ul li a{
        padding: 0px 15px;
    
}
 

footer ul {
    text-align: center;
}


/* Top Button */


#myBtn {
  display: none;
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #ec0d0d;
    color: white;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

 /* hover on image */
 

.container1 {
  position: relative;
  
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform:scale(0);
  transition: .3s ease;
    border-radius: 11px;
}

.container1:hover .overlay {
  transform: scale(1)
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

 



/* about */

h2 {
    text-align: center;
    margin-bottom: 30px;
}
 


/* service */

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.container1 img {
        margin-bottom: 35px;
}
  
.be-back {
    
    background-image: url(../images/img-back-1.jpg);
    width: 100%;
     
        
    text-align: center;
    padding-top: 90px;
    color: #fff;
    
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height:400px;
}

.ser-tab {
    list-style: none;
    padding: 11px 13px;
    border: 1px solid black;    
    margin-bottom: 10px;
    border-radius: 30px;
        margin-left: -40px;
}

 .ser-tab a {
    float: right;
     color: black;
     font-size: 20px;
}

.ser-tab-1 {
       background-color: #aabbfba1;
    padding: 31px 20px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -41px;
}



/* rate */



.columns {
    float: left;
    width: 25%;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid black;
}

.price:hover {
    box-shadow: 0 8px 12px 0 #060404b5;
}

.price .header {
    background-color: #3d008c;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #04030314;
    padding: 20px;
    text-align: center;
    background-color: #eee;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #3d008c;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}



/* contact page */

.cont-info ul li {
    font-size: 16px;
    list-style: none;
        line-height: 3;
}

.cont-info ul li a {
    color: black;
    padding-right: 10px;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #0a0909;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}



/* dropdown */
/*

.dropdown-menu li a {
    color: #fff;
    
}
  

.dropdown-menu {
    background-color: black;
}


*/  


/* footer */

.sub-menu ul li a {
    font-size: 14px;
    border-right: 1px solid #505050;
    padding: 0px 8px;
    
}

.copy-right {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
}
/* top menu */

 .dropdown-menu li a {
    color: #fff;
    
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: #fff;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

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

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