/* Navbar Area */
.bg-1{
    background-color: #006eb7;
}
.cnt{
    text-align: right;
}
.btn1{
    border: 1px solid white !important;
}
.lne{
    background-color: white;
}

.mgr{
    margin-right: 50px;
}
@media only screen and (max-width: 1200px) {
    .mgr{
        margin-right: 2px;
        margin-left: 2px;
        text-align: center;
    }
    .one{
        border-radius: 10px;
    }

}
@media only screen and (max-width: 600px) {
    .cnt{
      text-align: center;
    }
    .btn1{
        width: 100%;
        margin: 10px;
    }
    .cert{
        padding: 10px;
    }
    /* Tabs Breakpoint */
    .img-reponsive-mobile{
        height: 86px;
        width: auto;
    }
}

@media only screen and (max-width: 500px){
    
    .mgr{
        margin-right: 0px;
    }
}
.clr{
    background-color: rgba(20,20,20,0.7); 
    border-radius: 10px;
}
.fnt{
    color: whitesmoke !important;
    font-weight: 400 !important;
}
/* Please Create New Class for Navbar to make hovers of Nav items */
.hactive{
    
    transition-duration: 0.3s;
    background-color: rgba(250, 250, 250, 0.9);
    color: rgb(10, 10, 10) !important;
    font-weight: 400 !important;
}
.hactive2{
    transition-duration: 0.3s;
    background-color: rgba(250, 250, 250, 0.9);
    color: rgb(10, 10, 10) !important;
    font-weight: 400 !important;
}
.rnd-left{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.one{
    padding: 8px 20px 8px 20px !important;
}
.one:hover{
    background-color: rgba(250, 250, 250, 0.7);
    transition-duration: 0.3s;
    color: black !important;
}
.br{
    transition-duration: 0.3s;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.db{
    background-color: rgba(20,20,20,0.9) !important; 
}
.dt{
    color: rgba(250, 250, 250, 0.9) !important;
}
.dt:hover{
    background-color: rgba(250, 250, 250, 0.9) !important;
    color: black !important;
}
.active-dropdown{
    background-color: rgba(250, 250, 250, 0.9) !important;
    color: black !important;    
}
/* About our Company */
.heads{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3rem;
    color: darkslategray;
    font-weight: 300;
    margin-top: 1.5em;
    margin-bottom: 1.5em;

}
/*  Features of Classes */

/* Feature Heading */
.txt{
    font-size: 2em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: darkslategrey;
    font-weight: 100;
    line-height: 50px;
}
/* Font Awsome */
.fnt1{
    color: darkcyan !important;
    font-size: 5em !important;
}
.fnt2{
    color: darkcyan !important;
    font-size: 4em !important;
}
@media only screen and (max-width: 769px){
    .fnt2{
        color: darkcyan !important;
        font-size: 3.5em !important;
    }
}
/* Icon Grow Animation Hovering */

.grow{
    transition: all 0.2s ease-in-out !important;
    
}
.grow:hover{
    transform: scale(1.1) !important;
    cursor: pointer;
}
/* Products */
.underline{
    text-decoration: underline #dc3545;
}
.text-white-51{
    color: #B9B9B9;
}
.mt-6{
    margin-top: 2em;
}
.mx-6{
    margin-left: 165px;
    margin-right: 165px;
}

@media only screen and (max-width: 1000px){
    .margin{
        margin-bottom: 20px !important;
    }
    .map{
        width: 200px;
    }
}
.fott{
    background-color: #222426;
}
/* About us HTML  */
.img-about{
    width: 100%;
    height: auto;
}
/* Breadcrumb all html*/
.crumb{
    background-color: #BBBBBB !important;
}
.img-ab{
    background-image: url(background\about.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
    height: 150px;
    width: 100px;
}
/* About Us Paragraph */

.why{
    line-height: 2 !important;
    color: #414242;
    transition-duration: 0.3s;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


}

.why:hover{
    cursor: pointer;
    color: #222426;
    transition-duration: 0.3s;
}

/* Customers Says */
@media only screen and (max-width: 769px){
    .dbl{
        display: none;
    }
}
.lst li{
    list-style-type: circle;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;
}
.lst li:hover{
    transform: translateX(20px) !important;
}

/* Products Responsive Tags & Classes */

@media only screen and (max-width: 769px){
    .margin-top{
        margin-top: 40px !important;
    }
    .mbc{
        margin-bottom: 2em !important;
    }
}
.underline2{
    border-bottom: 1px solid red;
}
/* Contact */
input, textarea{
	outline: none !important;
}
input[type=button]{
    outline: none !important;
}

.input-style{
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1.3px solid grey !important;
    font-weight: 300;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition-duration: 0.2s;
    color: #20CC9D !important;
}
input[type=text]:hover{
    border-color: #20CC9D !important;
    transition-duration: 0.2s !important;
}
input[type=email]:hover{
    border-color: #20CC9D !important;
    transition-duration: 0.2s !important;
}
input[type=tel]:hover{
    border-color: #20CC9D !important;
    transition-duration: 0.2s !important;
}
textarea:hover{
    border-color: #20CC9D !important;
    transition-duration: 0.2s !important;
}
input:focus{
    border-color: #20CC9D !important;
}
textarea:focus{
    border-color: #20CC9D !important;
}
.btn-custom{
    background-color: #0B8965 !important;
    color: white !important;
    font-weight: 400 !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px !important;
    transition-duration: 0.35s !important;
}
.btn-custom:hover{
    background-color: #42B594 !important;
    transition-duration: 0.35s !important;
}
@media only screen and (max-width: 992px){
    .iframe{
        width: 100% !important;
        height: 200px;
        display: none;
    }
}

/* Footer Links Breakpoints */
@media only screen and (max-width: 767px){
    .text-link{
        display: none;
    }
    .font-links{
        margin-bottom: 2em;
    }
    .loc{
        display: none !important;
    }
}
@media only screen and (min-width: 768px){
    .img-brk{
        display: none !important;
    }
    .font-links{
        display: none;
    }
    .location{
        display: none;
    }
}

/* Footer Links Font Awsome Styling */
.y{

    padding: 5.5px 11px !important;
}
.f{
    padding: 4px 16px !important;
}
.g, .t{
    padding: 4px 12px !important;
}
.f, .t, .y, .g{
    padding: 10px;
    margin: 0px 4px 0px 4px;
    border-radius: 20px;
    font-size: 2em !important;
    transition-duration: 0.35s;
    transition-timing-function: ease-in-out;
}
.f:hover{
    color: #0D44CF !important;
	animation: scl 2s  1 ease-in-out;
	background-color: white; 
}

.t:hover{
    color: #38BEEE !important;
	animation: scl 2s  1 ease-in-out;
	background-color: white; 
	
}
.y:hover{
    color: #F30D30 !important;
	animation: scl 2s  1 ease-in-out;
	background-color: white; 
	
}

.g:hover{
    color: #F30D0D !important;
    animation: scl 2s  1 ease-in-out;
    background-color: white; 
    
}
@media only screen and (max-width: 420px){
    .f, .t, .y, .g{
        margin: 0px 1px 0px 1px;
        font-size: 1em !important;
        border-radius: 20px;
       

    }
}