body{
    font-family: 'Montserrat', sans-serif;
    color: #322b80;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6{
    color: #302783;
}
a{
    color: #322b80;
}
.wrapper-website{
    float: left;
    width: 100%;
}
.wrapper-header{
    float: left;
    width: 100%;
}
.wrapper-header-top{
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;
}
.top-label{
    color: #e5007d;
}
.social-links{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: right;
}
.social-links li{
    display: inline-block;
    margin: 0px 4px;
}
.social-links li a{
    color: #322b80;
}
.wrapper-header-center{
    float: left;
    width: 100%;
}
.info-box{
    margin: 55px auto;
    display: flex;
    align-items: center;
}
.info-box div{
    flex-grow: 1;
}
.info-box-icon{
    text-align: center;
    color: #e5007d;
    font-size: 32px;
}
.align-right{
    text-align: right;
}
.info-box-content h4{
    font-weight: bold;
}
.logo{
    display: inline-block;
    margin: auto;
}
.logo img{
    display: inline-block;
    max-width: 100%;
    margin: 45px auto;
}
.wrapper-header-menu{
    float: left;
    width: 100%;
}
#main-menu{
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    margin-bottom: 35px;
}
#main-menu .navbar-nav{
    width: 100%;
}
#main-menu.navbar-light .navbar-nav .nav-link{
    font-weight: bold;
    color: #322b80;
    text-transform: uppercase;
    padding: 10px 20px;
    border-right: 1px solid #e5e5e5;
}
#main-menu.navbar-light .navbar-nav .nav-link.active,
#main-menu.navbar-light .navbar-nav .nav-link:hover{
    color: #e5007d;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
    color: #ffffff;
    background-color: #302783;
}
.wrapper-footer{
    float: left;
    width: 100%;
}
.wrapper-footer-content{
    float: left;
    width: 100%;
}
.wrapper-footer-bottom{
    float: left;
    width: 100%;
    padding: 30px 0px;
    color: #ffffff;
    background-color: #333333;
}
.copyright{
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
}
.footer-section{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
.footer-section-title{
    margin-bottom: 35px;
}
.red-text{
    color: #e5007d;
}
.social-links-footer{
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
}
.social-links-footer li{
    display: inline-block;
    margin: 0px 4px;
}
.social-links-footer li a{
    font-size: 16px;
    display: flex;
    color: #ffffff;
    background-color: #302783;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}
.footer-ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-ul li{
    margin: 8px 0px;
    padding-left: 25px;
    text-transform: uppercase;

    background-image: url('../images/ul-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.footer-ul li a{
    text-decoration: none;
}
.wrapper-contact-us{
    float: left;
    width: 100%;
    padding: 20px 0px;
    color: #333333;
    background-color: #008ccf;
}
.wrapper-contact-us p{
    margin: 0px;
}
.contact-button{
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    margin-left: 10px;

    color: #ffffff !important;
    background-color: #050505;
    text-transform: uppercase;
    border-radius: 25px;
    text-decoration: none !important;
}
.wrapper-content{
    float: left;
    width: 100%;
}
.wrapper-slider{
    float: left;
    width: 100%;
}
#home-slider{
    position: relative;
    float: left;
    width: 100%;
}
.item-slider{
    position: relative;
    float: left;
    width: 100%;
}
.item-slider img{
    float: left;
    width: 100%;
}
.slider-box-full{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.slider-content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px 50px;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.4);
}
.slider-title{
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
}
.slider-content p{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
#home-slider #prev{
    left: 20px;
}
#home-slider #next{
    right: 20px;
}
.nav-slider{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff !important;

    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-decoration: none !important;
}
.slider-pager{
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
.slider-pager span{
    cursor: pointer;
    margin: 0px 5px;
    font-size: 0px;
    text-indent: -9999px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #322b80;
}
.slider-pager span.cycle-pager-active{
    background-color: #c4007a;
}
.black-button{
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 14px;
    border: 0px;

    color: #ffffff !important;
    background-color: #302783;
    text-transform: uppercase;
    text-decoration: none !important;
}
.wrapper-services{
    float: left;
    width: 100%;
}
.item-service-link{
    color: #322b80;
}
.item-service-link:hover{
    color: #322b80;
}
.item-service{
    float: left;
    width: 100%;
    margin: 30px auto;
}
.item-service img{
    width: 100%;
    margin-bottom: 10px;
}
.item-service h3{
    font-size: 16px;
    font-weight: bold;
}
.item-service h4{
    font-size: 14px;
    color: #666666;
}
.blog-date{
    font-size: 14px;
    color: #666666;
}
.title-module{
    font-size: 50px;
    font-weight: bold;
}
.services-module-title{
    margin: 50px auto;
}
.wrapper-mission{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
.photos-box{
    position: relative;
    float: left;
    width: 100%;
}
.photos-box .photo-box-item{
    float: left;
    width: 48%;
}
.photo-box-item.photo-box-0{
    margin-right: 1%;
    margin-bottom: 15px;
}
.photo-box-item.photo-box-1{
    margin-left: 1%;
    margin-bottom: 15px;
}
.photo-box-item.photo-box-2{
    margin-right: 1%;
}
.photo-box-item.photo-box-3{
    margin-left: 1%;
}
.photos-box .photo-box-item img{
    width: 100%;
}
.photo-box-circle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 234px;
    height: 234px;
    margin-left: -117px;
    margin-top: -117px;
    background-color: #ffffff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    z-index: 100;
}
.photo-box-circle h4{
    font-size: 18px;
    font-weight: bold;
}
.wrapper-projects{
    float: left;
    width: 100%;
}
.wrapper-projects-banner{
    float: left;
    width: 100%;

    background-image: url('../images/projects-banner.jpg');
}
.wrapper-project-opacity{
    float: left;
    width: 100%;
    color: #ffffff;
    padding: 80px 0px;
    text-align: center;

    background-color: rgba(44, 49, 55, 0.6);
}
.wrapper-projects-images{
    float: left;
    width: 100%;
}
.projects-images-box{
    display: flex;
}
.project-image{
    flex-basis: 100%;
    text-align: center;
}
.project-image img{
    width: 100%;
}
.btn-our-projects{
    margin: 70px 0px 40px;
}
.red-circles{
    display: block;
    margin: 30px 0px 20px 0px;
    list-style: none;
    padding: 0px;
}
.red-circles li{
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
}
.red-circles li span{
    display: block;
    width: 11px;
    height: 11px;
    background-color: #ff0000;

    border-radius: 50%;
}
.red-circles li span.circle-big{
    width: 16px;
    height: 16px;
}
.wrapper-page{
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.google-maps{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.google-maps iframe{
    width: 100%;
    height: 250px;
    background-color: #e8e8e8;
}
.form-group{
    margin-bottom: 15px;
}
.error{
    color: #ff0000;
}
.address-big a{
    color: #008ccf;
    font-size: 20px;
    text-decoration: none;
}
.address-big i{
    color: #000000;
}
.service{
    float: left;
    width: 100%;
}
.service img{
    width: 100%;;
}
.banner{
    display: block;
    margin: 30px 0px;
}
.banner img{
    width: 100%;
}
.footer-gallery div{
    padding: 2px;
}
.photos-box .row{
    margin: 0px;
}
.photos-box .row div{
    padding: 4px;
}
.wrapper-products{
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.product-item{
    float: left;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}
.product-item img{
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.product-item h3{
    font-size: 16px;
    font-weight: bold;
}
.product-item h4{
    font-size: 22px;
    font-weight: bold;
    color: #c70d79;
}
.title-section{
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}
.title-section::after{
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -38px;
    position: absolute;
    width: 76px;
    background-color: #c70d79;
}
#pagination a, #pagination strong{
    display: inline-block;
    padding: 5px 14px;
    background-color: #302783;
    color: #ffffff;
    margin: 0px 5px;
    text-decoration: none;
}
#pagination strong{
    background-color: #c4007a;
}
.product-image{
    width: 100%;
    border: 1px solid #e5e5e5;
}
.product-price{
    color: #c4007a;
}
.sidebar{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.sidebar-item{
    float: left;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
}
.sidebar-item h3{
    margin-bottom: 15px;
}
.sidebar-item ul li{
    margin: 8px 0px;
}
.product-detail{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.bottom-line{
    font-size: 30px;
}
select{
    cursor: pointer;
}
.header-search-form label{
    display: inline-block;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 20px;
}
.header-search-form select{
    appearance: auto !important;
    border-radius: 0px;
}
.header-search-form input[type="search"]{
    border-radius: 0px;
}
.header-search-form button.btn{
    border-radius: 0px;
    background-color: #c4007a;
    border-color: #c4007a;
}