@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('./fonts/IRANSans/eot/IRANSansWeb_Bold.eot');
    src: url('./fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/IRANSans/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/IRANSans/eot/IRANSansWeb_Medium.eot');
    src: url('./fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/IRANSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/IRANSans/eot/IRANSansWeb_Light.eot');
    src: url('./fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/IRANSans/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/IRANSans/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/IRANSans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot');
    src: url('./fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/IRANSans/eot/IRANSansWeb.eot');
    src: url('./fonts/IRANSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('./fonts/IRANSans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('./fonts/IRANSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('./fonts/IRANSans/ttf/IRANSansWeb.ttf') format('truetype');
}


body {
    background: #f5f5f5;
    font-size: 16px;
    font-family: IRANSans;
}
h1,h2,h3,h4,h5,h6{
    font-size: 18px;
    line-height: 1.5;
}
p{
    line-height: 1.5;
}

#logo img {
    padding: 3px 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
}

.carousel-caption {
    right: 0;
}

.slider {
    direction: ltr;
}

a{
    color: #784298;
}

a:hover {
    text-decoration: none;
    color: #784298;
}


header svg {
    height: 30px;
    margin-right: 10px;
}

.primary-btn {
    background-color: #784298;
    color: white;
    border-radius: 10px;
}

.primary-btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(120,66,152,0.25);
}

.primary-btn:hover {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(120,66,152,0.25);
}



.feature-item svg {
    width: 100%;
    height: 102px;
    margin-bottom: 22px;
}

.feature-item a {
    text-decoration: none;
}

.feature-item a h3 {
    color: #000;
}

button.modal-dismiss {
    border: 1px solid #784298;
    margin-right: 15px;
    outline: none;
}

button.modal-dismiss.focus, button.modal-dismiss:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(120, 66, 152, .25);
}

input.modal-submit {
    color: #fff;
    background-color: #784298;
    margin-right: 15px;
    outline: none;
}

.custom-container {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;

}


.slider-aria h2 {
    margin-bottom: 24px;
}

.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}

.carousel-caption p {
    font-size: 16px;
    text-shadow: 1px 1px 5px #000;
}

.carousel-caption h2 {
    text-shadow: 1px 1px 5px #000;
}

section.Inquiry-projects, section.brands {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;

}


section.feature-boxes {
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../images/back-khadamat.png");
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}


section.Warranty-Inquiry input[type=submit] {
    color: #fff;
    background-color: #784298;
}

section.Warranty-Inquiry input, section.Warranty-Inquiry select {
    border-radius: 10px;
}

section.feature-boxes {
    display: block;
}


section.feature-boxes .feature-item {
    cursor: pointer;
}

section.feature-boxes .feature-item h3 {
    font-size: 18px;
    font-weight: normal;
}

section.feature-boxes .feature-item:hover h3 {
    color: #784298;
    transition: 0.5s;
}


section.about-us-more h2, section.about-us-more p {
    color: #784298;
}

/*
Forces carousel image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
    width: 100%;
    height: 100%;
}

.carousel-caption {
    bottom: 100px;
    text-align: right;
}


.about-us-more a {
    padding: 10px 30px;
}

.about-us-more a:hover {
    color: #FFFFFF;
}


section.about-us-more {
    padding: 50px 0 30px 0;
}

section.about-us-more button {
    width: 250px;
    height: 50px;
    background-color: #784298;
    color: #fff;
    border-radius: 10px;
}

.show-site-btn {
    width: 250px;
    height: 50px;
    background-color: #784298;
    color: #fff;
    border-radius: 10px;
}


.last-news-row {
    padding-top: 134px;
    padding-bottom: 133px;
}

section.join-talashgaran {
    padding-top: 73px;
    padding-bottom: 73px;
}

section.about-us-more h2 {
    font-size: 24px;
}


section.join-talashgaran h2 {
    padding-bottom: 15px;
    font-size: 24px;
    color: #784298;

}

section.join-talashgaran .custom-control-label {
    margin-bottom: 10px;
    font-size: 18px;
}

section.join-talashgaran .custom-control-label::before {
    border: 1px solid #784298;
}

.custom-control-label::before {
    right: -1.5rem;
}

.custom-control-label::after {
    right: -1.5rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #784298;
    background-color: #784298;
}


select {
    text-align: center;
    text-align-last: center;
    /* webkit*/
}

.title-main {
    padding-top: 80px;
}

.title-main hr, #news-hr {
    border: 1px solid #784298;
    width: 40px;
}

#news-hr {
    border: 2px solid #2f3035;
    width: 40px;
}

.title-main p {
    color: #784298;
    margin: 0 15px;
}

.title-main h2 {
    font-size: 24px;
    color: #784298;

}

.f-t-m {

    padding-bottom: 50px;
}

.wi-t-m {
    padding-bottom: 70px;
}

.ip-t-m {
    /*padding-bottom:50px;*/
}


section.customer-logos {
    padding-bottom: 83px;
}


section.Warranty-Inquiry form {
    padding-bottom: 130px;
}

section.Warranty-Inquiry form {
    padding-bottom: 130px;
}

::-webkit-input-placeholder {
    text-align: center;
}

section.Warranty-Inquiry form {
    padding-bottom: 130px;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

section.Warranty-Inquiry form {
    padding-bottom: 130px;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

section.Warranty-Inquiry form {
    padding-bottom: 130px;
}

:-ms-input-placeholder {
    text-align: center;
}


.feature-item h4 {
    font-size: 18px;
}

.feature-item {
    padding-bottom: 98px;
}


i.list-arrow {
    font-size: 40px;
    color: #784298;
}

a#project-link:hover {
    text-decoration: none;
}

.project-box span {
    font-size: 12px;
    color: #784298;
}

.news-box-title {
    font-size: 16px;
    color: #784298;
    text-align: right;
}


section.brands span {
    font-size: 12px;
    color: #784298;
}

section.notify-more {
    background: #784298;
}

section.notify-more a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 40px 0;
    background: #784298;
    text-decoration: none;

}


/*section.notify-more {*/
/*display: block;*/
/*background-color: #784298;*/

/*}*/

/*section.notify-more h3 {*/
/*color: #fff;*/
/*font-size: 18px;*/
/*}*/
/*section.notify-more i {*/
/*font-size: 18px;*/
/*}*/

/*
**********************************************************************************************
*/
/* Header Parallax Element Style*/

.paral-text {

    padding-bottom: 50px;
}

.paral-text a:hover {
    color: #fff;
    text-decoration: none;

}

.paral {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}

/* Paragraph for Parallax Section */
.paral p {
    font-size: 18px;
    color: #fff;
    text-align: right;
    line-height: 60px;
}

/* Heading for Parallax Section */


.paral h3 {
    line-height: 2;
    padding-top: 70px;
    padding-bottom: 160px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    text-align: justify;
    width: 381px;
}

/* Image for Parallax Section */
.paralsec {
    background-image: url("../images/parallax-back.jpg");
}

/****************/
/*	 BX-SLIDER 	*/
/****************/
section.client .section-title {
    margin-bottom: 6em;
}

.bx-controls {
    position: relative;
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


section.brands {
    padding-top: 35px;
    padding-bottom: 29px;
}

section.brands img {
    margin-bottom: 18px;
    width: 100%;
    /* height: 100px; */
}


i.more-fa {
    font-size: 24px;
    vertical-align: middle;
    color: #fff;
}


/*services*/
section.service-header {
    margin-top: 100px;
    margin-bottom: 109px;
}

section.service-header svg {
    width: 143px;
    height: 148px;
    margin-bottom: 44px;
}

section.service-header h1 {
    font-size: 26px;
    color: #784298;
}

section.service-description h2 {
    padding-bottom: 30px;
    color: #784298;
}

section.service-description h3 {
    color: #784298;
}

section.service-description {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 5rem 0;
    background-image: url(../images/page-back.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left bottom !important;
}

section.service-description ul {
    margin-bottom: 40px;
}

section.service-description ul p {
    color: #784298;
    margin-bottom: 30px;
}

section.service-description ul li p {
    margin-bottom: 10px;
}

section.service-description p {
    color: #784298;
    margin-bottom: 40px;
}


.project-box img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.project-box:hover img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.logo-box-slide img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.logo-box-slide:hover img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}


.slide.logo-box-slide a {
    text-decoration: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
}

footer {
    background-color: #333333;
    color: white;
}

.footer-logo img {
    height: 140px;
    padding: 20px 0;
}

footer .f-r-sec-1 h4 {
    font-size: 9px;
    font-weight: bold;
    padding-bottom: 10px;
}


footer span {
    font-size: 9px;
}

footer ul {
    margin-top: 100px;
    list-style: none;
}


footer hr {
    border-top: 2px dotted #545454;
}

/*footer ul li:before{*/
/*content: '˂';*/
/*margin-left: 10px;*/
/*}*/

footer .f-r-sec-2 {
    padding: 30px 60px 0 0;
}

footer .f-r-sec-3, footer .f-r-sec-4 {
    padding: 30px 0 30px 0;
}

footer .f-r-sec-2 ul li a {
    display: block;
    padding-bottom: 8px;
    font-size: 12px;
}


.f-r-sec-3, .f-r-sec-4 {
    margin-top: 100px;
}


footer .f-r-sec-4 img {
    width: 100%;
}

footer .f-r-sec-3 {
    padding-left: 30px;
}

.f-r-sec-3 h6 {
    font-size: 13px;
}

.f-r-sec-4 h3, .f-r-sec-3 h3 {
    font-size: 12px;
}

.f-r-sec-4 button {
    background: #784298;
    color: #fff;
}

.slick-slide img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.f-r-sec-1 p {
    font-size: 9px;
}


.f-r-sec-1 span {
    width: 100%;
}

.f-r-sec-2 ul li a {
    color: #DBDBDB;
}

.f-r-sec-2 ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.copyright {
    background-color: #262626;
}

.copyright p {
    font-size: 10px;
    padding: 20px 0;
    color: rgb(228, 228, 228);
}

.last-news-row img {
    width: 464px;
    height: 300px;
}

.box-footer {
    margin-top: 15px;
}

.news-list-item,section.about-us-page-description,section.contact-us-page-description,section.documents-page-description,section.rules-page-description{
    color: #784298;
}

section.about-us-page-description,section.contact-us-page-description,section.documents-page-description,section.rules-page-description{
    background: url(../images/page-back.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.single-news-body{
    color: #784298;
}

.news-list-desc{
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: 100px;
}

.header-news-image{
    width: 780px;
    height: 440px;
}

.lg{
    direction: ltr;
}

.about-us-page-header{
    background-image: url(../images/about-us-header-back.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 5px #000;
}
section.about-us-page-header p {
    font-size: 20px;
    color: #fff;
    padding-top: 200px;
    padding-bottom: 272px;
    margin-bottom: 0;
}
section.documents-page-header {
    background-image: url(../images/madarek-va-formha.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 5px #000;
}
section.documents-page-header h1 {
    padding-top: 297px;
    padding-bottom: 244px;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
}

section.documents-page-header {
    background-image: url(../images/madarek-va-formha.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 5px #000;
}


section.rules-page-header {
    background-image: url(../images/ghavanin-va-mojavezha.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 5px #000;
}

section.rules-page-header h1 ,section.documents-page-header h1 {
    padding-top: 297px;
    padding-bottom: 244px;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}


.carousel-item {
    position: static;
}

@media (max-width: 1200px) {

    .news-list-desc{
        height: 70px;
    }
}

@media (max-width: 992px) {
      
      section.about-us-page-header p {
    font-size: 16px !important;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

section.rules-page-header h1, section.documents-page-header h1 {
    padding-top: 50px !important;
    padding-bottom: 50px!important;
    font-size: 18px !important;
}

    
    .news-list-desc{
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        height: 100%;
    }

    section.feature-boxes {
        background-position: 50%;
    }

    footer .f-r-sec-1 {
        text-align: center;
    }

    footer .f-r-sec-2 {
        padding: 0;
    }

    footer ul {
        text-align: center;
    }

    footer .f-r-sec-3 {
        text-align: center;
        padding-left: unset;
    }

    footer .f-r-sec-3, footer .f-r-sec-4 {
        padding: 0 55px 37px 55px;
    }

    section.about-us-more h2 {
        font-size: 15px;
    }

    section.about-us-more p {
        font-size: 12px;
    }

    .about-us-more a {
        height: unset;
        width: unset;
        font-size: 14px;
        padding: 10px 40px;
    }

    .header-news-image{
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .feature-item svg {
        height: 75px;
    }

    section.join-talashgaran h2 {
        font-size: 18px;
        text-align: center;
    }

    section.join-talashgaran .custom-control-label {
        font-size: 16px;
    }

    a#top-search-trigger {
        top: -10px !important;
    }

    #primary-menu-trigger {
        top: 16px !important;
    }

    #logo img {
        margin: 0 auto;
        display: block;
        max-width: 70%;
    }

    #header, #header-wrap, #logo img {
        height: unset;
    }

    .custom-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;

    }

    section.brands img {
        width: 100%;
        height: auto;
    }

    .last-news-row {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .news-box-title {
        padding-top: 15px;
    }

    .title-main {
        padding-top: 40px;
    }

    section.feature-boxes .feature-item img {
        width: 100%;
        padding-bottom: 40px;
    }

    .carousel-caption {
        bottom: unset;
        text-align: right;
    }

    .carousel-caption {
        bottom: 0;
        text-align: right;
    }


}

@media (max-width: 576px) {

    section.about-us-more p {
        display: none;
    }

    .Warranty-Inquiry i.fa-caret-left {
        display: none;
    }

    .paral h3 {
        font-size: 24px;
        margin-bottom: 66px;
        line-height: 45px;
    }

    .paral {
        height: unset;
    }

    section.Warranty-Inquiry .estelam input[type=submit] {
        width: 100%;
    }

    a.navbar-brand img {
        height: 55px;
    }

    .navbar {
        background: unset;
    }

    .last-news-row img {
        width: 100%;
        height: auto;
    }

    .feature-item {
        padding-bottom: 45px;
    }

    section.feature-boxes .feature-item h3 {
        font-size: 12px;
        font-weight: normal;
    }

    /*section.feature-boxes .feature-item img {*/
    /*padding-bottom: 20px;*/
    /*}*/
    .wi-t-m {
        padding-bottom: 10px;
    }


    section.Warranty-Inquiry input, section.Warranty-Inquiry select {
        /* padding: 19px; */
        margin: 15px 0;
    }

    .form-group {
        margin-bottom: 0;
    }

    section.Warranty-Inquiry form {
        padding-bottom: 30px;
    }


    .last-news-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .paral h3 {
        font-size: 24px;
        margin-bottom: -42px;
        width: 100%;
    }

    .about-us-more a {
        width: 180px;
        height: 40px;
        padding: 10px 0;
        float: unset;
        background-color: #784298;
        color: white;
        display: block;
        margin: 0 auto;
        border-radius: 10px;
        font-size: 12px;
    }


    .paral p {
        text-align: center;
        line-height: 40px;
    }


    /*section.join-talashgaran h2 {*/
    /*font-size: 16px;*/
    /*line-height: 2;*/
    /*text-align: center;*/
    /*}*/
    section.notify-more a {

        font-size: 14px;
        padding: 40px 13px;
    }

    i.more-fa {
        display: none;
    }

    footer .f-r-sec-3 {
        display: none;
    }


    footer .f-r-sec-2 {
        padding: 0 15px 0 0;
    }

    footer .f-r-sec-2 {
        display: none;
    }

    .brand-box {
        padding: 10px;
    }


    .copyright p {
        text-align: center;
        font-size: 6px;
        padding: 14px 0;
    }

    footer .f-r-sec-4 img {
        display: none;
    }

    footer .f-r-sec-3, footer .f-r-sec-4 {
        padding: 0 15px 40px 15px;
    }

    .f-r-sec-3, .f-r-sec-4 {
        margin-top: 60px;
    }

    .show-site-btn {
        text-align: center;
        font-size: 14px;
        display: block;
        width: 170px;
        margin: 0 auto;
        height: 35px;
    }


    section.about-us-more h2, section.about-us-more p {
        font-size: 14px;
        color: #784298;
    }

    section.about-us-more h2 {
        font-size: 16px;
        line-height: 2;
        text-align: center;
    }

    section.about-us-more {
        padding: 30px 0 30px 0;
    }

    section.brands img {
        width: 100%;
        height: unset;
    }

    section.feature-boxes .feature-item img {
        width: 100%;
    }
}


@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

        .custom-container {
            max-width: 1540px;
        }
}


#primary-menu ul li > a i {
    vertical-align: sub;
}
