:root{
    /*--primary_color: #fbb034;*/
    /*--primary_color: #9f9fa3;*/
    /*--primary_color: #ffb900;*/
    /*--primary_color: #a0ac48;*/
    /*--primary_color: #f1632a;*/
    --primary_color: #fdbd10;
    /*--primary_color: whitesmoke;*/
    /*--secondary_color: #fd9f3e;*/
    --secondary_color: #007eca;
    --heading6_color: #4285F4;
}
.h6{
    font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5 {
    /*    color: #212121;*/
    text-transform: capitalize;
    font-family: "Catamaran", sans-serif;
    font-weight: bold;

}
.secondary_color{
    color: var(--secondary_color);
}

.bg_secondary{
    background: var(--secondary_color);
}
.text_hilight_color{
    color: var(--secondary_color);
}
.heading_color{
    color: var(--secondary_color);
}
.primary_color{
    background: var(--primary_color);
}

.dropdown-item:hover{
    background: var(--primary_color);
    color: white;
}
.company_text{
    position: absolute;
    left: 30%;
    top: 40%;
    transform: translate(-50%, -50%);
}
/*.company_text h1 ,h4{
    font-weight: bold;
    color: var(--secondary_color);
}*/
.inner_text_div{
    margin: 5px;
}
h3,h5{
    font-weight: bold;
}
.top_plate ul li i{
    color: white;
}
.top_plate ul li{
    display: inline;
    margin-right: 10px;
    font-weight: bold;
    color: white;
}
.top_plate ul{
    padding: 0px;
    margin: 2px 0px 2px 0px;
}
.top_plate_right{
    text-align: right;
}
.card img:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-content{
    max-height: 250px;
    min-height: 150px;
    text-overflow:ellipsis;
    text-align: justify;
}
hr {
    background-color: var(--primary_color);
    height: 1px;
    border: 0;
}
i.fa {
    display: inline-block;
    border-radius: 60px;
    /*box-shadow: 0px 0px 2px ;*/
    padding-top: 2px;
    /*box-shadow: 0px 0px 2px #888;*/
    padding: 1px 1px;
    color: var(--primary_color);

}
.blog_col_div img{
    height: 100%;
    width: 100%;
}
.breadcrumb li a{
    color: white;
}
.form_contact{
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_link ol li a:hover{
    color: var(--secondary_color);
}
.footer_link ol li a{
    text-decoration: none;
    color: white;
}
ul li a{
    text-decoration: none;
    color: white;
}

.footer_link ol li{
    padding-top: 7px;
}
.footer_heading{
    text-align: center;
    margin-top: 10px;
}
.top_social_right{
    text-align: right;
}
@media only screen and (max-width: 570px) {
    .footer_heading{
        text-align: left;
        margin-top: 10px;
    }
    .top_social_left ul{
        text-align: center;
    }
    .top_social_right{
        text-align: center;
    }

}
@media only screen and (max-width: 767px) {


}
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}
.fnt{
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: large;
}
body {
    /*background-color: var(--primary_color);*/
}
p{
    font-size: 14px;
}
row{

}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
#myBtn {
    /*display: none;*/
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    /*background-color: red;*/
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}