body {
    font-family: serif, sans-serif, monospace;
}
header {
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #690000;
    background-image: linear-gradient(#d220208c, #f51919);
    overflow: hidden;
    text-align: center;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
/* Add an active class to highlight the current page */
.active {
    background-color: #133984;
    color: #f2f2f2 !important;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #133984;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: #f2f2f2;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #020829;
    background-image: linear-gradient(#042da08c, #f70000);
    color: white;
}
/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #2c7ba2;
    color: #fff;
}
/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.box img:hover {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
    /* FF 35+ */
}

.box img {
    -webkit-filter: grayscale(0%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%);
    /* FF 35+ */
}

@media screen and (max-width: 600px) {
    .ui.centered.aligned.header {
        font-size: 1.2em;
    }
}

.button {
    background: #001C32;
    padding: 8.5px 15px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
    color: #FFF !important;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

.button:hover {
    background: #FA6210;
}

.more {
    text-align: center;
    padding-bottom: 4%;
}

.bottom-grids {
    background: #fff;
    padding: 1% 0 3% 0;
    margin-right: 10%;
    margin-left: 10%;
    clear: both;
}

.bottom-grid1 span,
.bottom-grid2 span,
.bottom-grid3 span {
    color: #FA6210;
    font-size: 15px;
}

.bottom-grid1 p,
.bottom-grid2 p,
.bottom-grid3 p {
    font-size: 13px;
    color: black;
    line-height: 1.5em;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    padding: 8px 0px 10px 0px;
}

.bottom-grid1 ul li {
    padding-bottom: 5px;
}

.bottom-grid1 ul li a {
    color: black;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    line-height: 2.0em;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    /*vertical-align: top;*/
}

.bottom-grid1 ul li a:hover {
    color: red;
}

/*.bottom-grid2 {
    float: left;
    width: 45%;
    margin-right: 3%;
}*/

.bottom-grid1 h3,
.bottom-grid2 h3 {
    color: #363638;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 13px;
    text-transform: uppercase;
    /*font-size: 1.5em;*/
    text-align: center;
    font-weight: normal;
}

.bottom-grid2 ul li {
    display: inline-block;
    width: 32.555%;
}

.bottom-grid2 ul li img {
    display: block;
}

/*Footer*/
.footer {
    background: #133886;
    background-image: linear-gradient(#ca0b0b, #502d948c);
    color: white;
    clear: both;
    border-top: 2px solid #e9eaea;
    padding-top: 10px;
}

.footer ul {
    list-style: none;
}

.footer span {
    color: #FA6210;
    font-size: 15px;
}

.footer p {
    font-size: 13px;
    color: white;
    line-height: 0.8em;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.footer ul li {
    padding-bottom: 5px;
    color: white;
}

.footer ul li a {
    color: white;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.8em;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    vertical-align: top;
}

.footer ul li a:hover {
    color: yellow;
}



.footer h3 {
    color: white;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: normal;
}

.footer .footer-last-grid ul {
    margin-left: -30px;
}


/*Footer ends here*/


/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 95%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */
@media only screen and (max-width: 800px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 94%;
        padding: 3%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 94%;
        padding: 3%;
    }

    .contact-form input[type="text"],
    .contact-form textarea {
        width: 97%;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .wrap {
        width: 95%;
    }

    .span_2_of_3 {
        width: 90%;
        padding: 5%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 90%;
        padding: 5%;
    }

    .contact-form input[type="text"],
    .contact-form textarea {
        width: 92%;
    }
}

.contact {
    background: #fff;
}

/*--responsive--*/
@media (max-width:1366px) {
    .wrap {
        width: 90%;
    }
}

@media (max-width:1280px) {
    .wrap {
        width: 90%;
    }

    .nav li {
        padding: 10px 64.5px;
    }
}

@media (max-width:1024px) {
    .wrap {
        width: 90%;
    }

    .text20 {
        font-size: 13px;
    }

    .banner-box3 {
        padding: 16px;
    }

    .bottom-grid2 ul li {
        width: 31.555%;
    }

    .da-thumbs li article h3 {
        padding-top: 11px;
    }
}

@media (max-width:800px) {
    .wrap {
        width: 90%;
    }

    .text20 {
        font-size: 13px;
    }

    .banner-box3 {
        padding: 16px;
    }

    .bottom-grid2 ul li {
        width: 31.555%;
    }

    .da-thumbs li article h3 {
        padding-top: 5px;
    }
}

@media (max-width:640px) {
    .wrap {
        width: 90%;
    }

    .text20 {
        font-size: 13px;
    }

    .banner-box3 {
        padding: 16px;
    }

    .bottom-grid2 ul li {
        width: 31.555%;
    }

    .da-thumbs li article h3 {
        padding-top: 5px;
    }

    .logo {
        width: 26%;
        padding-top: 2px;
    }

    .telephone span.number {
        font-size: 17px;
        padding: 2px 12px 3px 10px;
    }

    .telephone span {
        font: 200 25px/39px 'Open Sans', sans-serif;
        padding: 3px 10px 3px 10px;
    }

    .telephone {
        padding-top: 10px;
    }

    .bottom-grid1 {
        width: 100%;
        float: none;
        margin: auto;
        padding: 0 15px;
    }

    .bottom-grid2 {
        float: none;
        width: 100%;
        margin: auto;
        padding: 0px 0px 10px 0px;
    }


    .span_1_of_a {
        width: 96%;
        float: none;
        padding: 15px;
    }

    .span_2_of_a {
        width: 96%;
        padding: 0px 15px 15px 15px;
    }

    .page-not-found h1 {
        font-size: 9em;
    }
}

@media (max-width:480px) {
    .wrap {
        width: 90%;
    }

    .text20 {
        font-size: 13px;
    }

    .banner-box3 {
        padding: 16px;
    }

    .bottom-grid2 ul li {
        width: 31.555%;
    }

    .da-thumbs li article h3 {
        padding-top: 5px;
    }

    .logo {
        width: 32%;
        padding-top: 8px;
    }

    .telephone span.number {
        font-size: 13px;
        padding: 2px 12px 3px 10px;
    }

    .telephone span img {
        width: 19%;
        padding: 0 5px;
    }

    .telephone span {
        font: 200 18px/39px 'Open Sans', sans-serif;
        padding: 3px 10px 3px 10px;
    }

    .telephone {
        padding-top: 10px;
    }

    .bottom-grid1 {
        width: 96%;
        float: none;
        margin-right: 0;
        padding: 0 15px;
    }

    .bottom-grid2 {
        float: none;
        width: 96%;
        margin-right: 0;
        padding: 0 15px;
    }

    .bottom-grid3 {
        width: 96%;
        float: none;
        margin-right: 0;
        padding: 0 15px;
    }

    .span_1_of_a {
        width: 96%;
        float: none;
        padding: 15px;
    }

    .span_2_of_a {
        width: 96%;
        padding: 0px 15px 15px 15px;
    }

    .page-not-found h1 {
        font-size: 9em;
    }
}

@media (max-width:320px) {
    .wrap {
        width: 90%;
    }

    .text20 {
        font-size: 13px;
    }

    .banner-box3 {
        padding: 16px;
    }

    .bottom-grid2 ul li {
        width: 31.555%;
    }

    .da-thumbs li article h3 {
        padding-top: 27px;
    }

    .logo {
        width: 60%;
        padding-top: 8px;
        float: none;
    }

    .telephone {
        float: none;
    }

    .telephone span.number {
        font-size: 13px;
        padding: 2px 12px 3px 10px;
    }

    .telephone span img {
        width: 19%;
        padding: 0 5px;
    }

    .telephone span {
        font: 200 18px/39px 'Open Sans', sans-serif;
        padding: 3px 10px 3px 10px;
    }

    .telephone {
        padding-top: 10px;
    }

    .bottom-grid1 {
        width: 90%;
        float: none;
        margin-right: 0;
        padding: 0 15px;
    }

    .bottom-grid2 {
        float: none;
        width: 90%;
        margin-right: 0;
        padding: 0 15px;
    }

    .bottom-grid3 {
        width: 90%;
        float: none;
        margin-right: 0;
        padding: 0 15px;
    }

    .span_1_of_a {
        width: 90%;
        float: none;
        padding: 15px;
    }

    .span_2_of_a {
        width: 90%;
        padding: 0px 15px 15px 15px;
    }

    .page-not-found h1 {
        font-size: 4em;
    }

    .span_2_of_a p {
        display: none;
    }

    .span_2_of_1 h4 {
        font-size: 13px;
    }
}

.aboutfsd.ui.stackable.grid {
    margin: 0% 2%;
}

.massages {
    margin: 0% 2%;
}

.contentBox {
    margin: 0% 2%;
    min-height: 400px;
}

.note {
    color: blue !important;
}
