
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {width: 100%;margin: 0px;padding: 0px;font-size: 16px;line-height: 1.8;overflow-x: hidden;background-color: #fff;font-family: 'Montserrat', sans-serif;}
body,
html { height: 100%;}
.btn:focus,.btn:active {outline: none !important;box-shadow: none;}
h1,h2,h3,h4,h5,h6,ul {margin:0px;padding:0px}
ul {list-style-type: none;margin: 0;padding: 0;display: block;}
li { display: inline-block;}
a {cursor: pointer;}
a:hover {text-decoration: none;}
textarea {resize: none;}
.text-justify{text-align: justify;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #17223f;
  font-weight: 300;
  font-size:13px;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #17223f;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #17223f;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    color: #17223f;R
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
::placeholder {
    color: #17223f;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

.text-primary {
    color: #17223f !important;
}
.text-secondary {
    color: #beafa8 !important;
}

.btn.text-secondary, .btn.bg-secondary {
    font-weight: bold;
    text-transform: uppercase;
}

.bg-primary {
    background-color: #17223f !important;
}

.btn-primary {
    background-color: #17223f !important;
    border: 2px solid #17223f;
    color: white !important;
}
.btn-primary:hover {
    background-color: white !important;
    color:#17223f !important;
    border-color:#17223f !important;
}


.bg-secondary {
    background-color: #beafa8 !important;
}
.bg-light {
    background-color: #f8eee0ce !important;
}

.clear{
    float:none;
    clear: both;
}
.float-right{
    float:right;
}
button:hover {
    opacity: 0.85;
}

.titolo-sezione{
    color: #000;
    font-size:30px;
    margin:20px 0px 20px 0px;
    text-transform:uppercase;
    margin-top:10px;
}
.titolo-div, .titolo-div-center {
    position: relative;
    display: block;
    padding-top: 10px;
}


    .titolo-div::before {
        display: block;
        position: absolute;
        left: 1px;
        top: 0;
        width: 54px;
        height: 3px;
        background: #17223f;
        content: '';
    }
    .titolo-div.white::before {
        background: #fff;
    }
    .titolo-div-center::before {
        left: calc(50% - 27px);
        display: block;
        position: absolute;
        top: 0;
        width: 54px;
        height: 3px;
        background: #17223f;
        content: '';
    }

    .titolo-div-center.white::before {
        background: #fff;
    }
    p{font-size:16px !important;}

        /*==============================
      // Nav-bar Styles //
==============================*/
        nav {
    z-index: 999;
    transition: all 0.3s;
}
.navbar {padding: 20px 0;z-index: 9999;}
/*.navbar-brand {margin-top: -15px;}
*/.navbar-dark .navbar-nav .active>.nav-link {color: rgb(255, 255, 255); background: #17223f;}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding-right: 25px;
    padding-left: 25px;
    padding: .2rem 1rem;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}
.sticky .navbar-nav .nav-link {
    color: #000 !important;
}

    .navbar-dark .navbar-nav .active:after {display: none;}
.navbar-dark .navbar-nav li:last-child:after { display: none;}
.navbar-dark .navbar-nav li:last-child {margin-right: -25px;}
.navbar-expand-lg .navbar-nav li {position: relative;padding: 0 9px;letter-spacing: 0.5px;}
.navbar-expand-lg .navbar-nav li:after {
    content: ' \007C';
    color: #fff;
    float: right;
    position: absolute;
    top: 2px;
    right: 0;
}


.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.75);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.25);
    --bs-navbar-active-color: #17223f;
    --bs-navbar-brand-color: #17223f;
    --bs-navbar-brand-hover-color: #17223f;
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

    .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.sticky {
    background: #fff;
    padding: 5px 0;
    -webkit-box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.59);
    box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.59);
}
/*.top-container {
    z-index: 99;
    position: relative;
    background-color: #ffffff;
}*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
.col1 {text-align: left;}
.col2 {text-align: right;}
.top-container .col1 h5 {font-weight: 300;color: #000000;font-size: 11px;padding: 9px 0;letter-spacing: 3px;text-transform: uppercase;}
.top-container  .fab {width: 35px;height: 32px;vertical-align: middle;text-align: center;color: #fff;font-size: 14px;padding: 9px 0;margin-right: -5px;}
.top-container  .fa-facebook {background: #0054a6;}
.top-container  .fa-twitter {background: #6dcff6;}
.top-container  .fa-pinterest {background: #ec008c;}
.top-container  .fa-youtube {background: #ff0000;}
.top-container  .fa-vimeo {background: #00aeef;}
.top-container  .fa-google-plus {background: #ffa500;}

.top-container .fas.fa-user-lock {
    background-color: #17223f;
    color: white;
    width: 35px;
    height: 32px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 9px 0;
    margin-right: -5px;
}

.top-container .fas.fa-user-lock:hover {
    color:#005987;
}
    /*==============================
      // carousel Styles //
==============================*/
    header .carousel {margin-top: -102px;}
header .carousel-item img {
    height: 840px;
    width: 100%;
    min-height: 300px;
    z-index: 9;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
header .gradient {
    background: -moz-linear-gradient(-0deg, rgba(27,27,27,0.55) 0%, rgba(70,70,70,0.45) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(27,27,27,0.55) 0%,rgba(70,70,70,0.45) 100%);
    background: linear-gradient(180deg, rgba(27,27,27,0.55) 0%,rgba(70,70,70,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46464619', endColorstr='#b3b3b39e',GradientType=1 );
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0;
}
.slogan {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100vh;
    top: 15px;
    left: 0;

}

header {
    width: 100vw;
    height: auto;
    position: relative;
}
.logo{
    max-height: 53px;
}

header .carousel-indicators .active {
    background-color: #57ba44;
}
header .carousel-caption  {
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin: auto;
    z-index: 999;
}
header .carousel-indicators {bottom: 40px;}
header .carousel-indicators li {
    width: 50px;
    height: 9px;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #fff;
}
header .carousel-item h3 {
    display: inline-block;
    font-size: 20px;
    padding: 15px 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: -moz-linear-gradient(-0deg, rgba(27,27,27,0.95) 0%, rgba(70,70,70,0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(27,27,27,0.95) 0%,rgba(70,70,70,0.7) 100%);
    background: linear-gradient(180deg, rgba(27,27,27,0.95) 0%,rgba(70,70,70,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46464619', endColorstr='#b3b3b39e',GradientType=1 );
}
header .carousel-item h1 {font-size: 46px;font-weight: 700;letter-spacing: -2px;padding-bottom: 15px;text-transform: uppercase;}
header .carousel-item h2 {font-size: 28px;font-weight: 500;letter-spacing: 1px;padding-bottom: 30px;text-transform: uppercase;}
header .carousel-item h5 {font-size: 15px;font-weight: 400;letter-spacing: 0.5px;line-height: 30px;padding-bottom: 35px;}
header .btn-primary {
    color: #2e3192;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 35px;
    border-radius: 100px;
    background-color: #ffffff;
    border-color: #ffffff;
    border: 2px solid #fff;
    text-transform: uppercase;
}
    header .btn-primary:hover {
        color: white;
        border-color: #17223f;
        background-color: #17223f;
        border: 2px solid #24c0f1;
    }
.btn-primary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}
.bg-hero {
    min-height: 100vh; /* 100vh **/
    background: url('../assets/images/bg-hero.jpg') no-repeat center center;
    background-size: cover;
}

.bg-hero::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-0deg, rgba(27,27,27,0.95) 0%, rgba(70,70,70,0.7) 100%);
    background: -webkit-linear-gradient(-0deg, rgba(27,27,27,0.95) 0%,rgba(70,70,70,0.7) 100%);
    background: linear-gradient(180deg, rgba(27,27,27,0.95) 0%,rgba(70,70,70,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46464619', endColorstr='#b3b3b39e',GradientType=1 );
    opacity: .7;
    z-index: 2;
}


.post-header {
    width: 100%;
    position: relative;
    background: rgb(27,27,27);
    background: linear-gradient(180deg, rgba(27,27,27,0.5) 0%,rgba(70,70,70,0.7) 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    min-height: 50px;
    margin-top:-20px;
    z-index: -2;
}



.post-header .hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

        .post-header .wave1 use {
            animation: move-forever1 10s linear infinite;
            animation-delay: -2s;
            fill: #fff;
            opacity: 0.6;
        }

        .post-header .wave2 use {
            animation: move-forever2 8s linear infinite;
            animation-delay: -2s;
            fill: #fff;
            opacity: 0.4;
        }

        .post-header .wave3 use {
            animation: move-forever3 6s linear infinite;
            animation-delay: -2s;
            fill: #fff;
        }






.hero-academy {
    min-height: 100vh; /* 100vh **/
/*    background: url('../assets/images/hero-academy.jpg') no-repeat center center;
    background-size: cover;
*/}
    .hero-academy div {
       
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to top, white, transparent) 1;
    border-top:0px;
    border-left: 0px;
    border-bottom:0px;

}

.hero-academy2 {
    min-height: 100vh; /* 100vh **/
        background: url('../assets/images/hero-academy.jpg') no-repeat center center;
    background-size: cover;

}
 .hero-academy2::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(-0deg, rgba(27,27,27,0.95) 0%, rgba(70,70,70,0.7) 100%);
        background: -webkit-linear-gradient(-0deg, rgba(27,27,27,0.95) 0%,rgba(70,70,70,0.7) 100%);
        background: linear-gradient(180deg, rgba(27,27,27,0.95) 0%,rgba(70,70,70,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46464619', endColorstr='#b3b3b39e',GradientType=1 );
        opacity: .7;
        z-index: 2;
    }


.hero-virtual {
    min-height: 100vh; /* 100vh **/
/*    background: url('../assets/images/hero-virtual.jpg') no-repeat center center;
    background-size: cover;
*/}


  /*  .hero-academy::after, .hero-virtual::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(-0deg, rgba(27,27,27,0.95) 0%, rgba(70,70,70,0.7) 100%);
        background: -webkit-linear-gradient(-0deg, rgba(27,27,27,0.95) 0%,rgba(70,70,70,0.7) 100%);
        background: linear-gradient(180deg, rgba(27,27,27,0.95) 0%,rgba(70,70,70,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46464619', endColorstr='#b3b3b39e',GradientType=1 );
        opacity: .7;
        z-index: 2;
    }*/

    .hero-academy > *, .hero-academy2 > *, .hero-virtual > * {
        z-index: 100;
        position: relative
    }

  

    .hero-academy div, .hero-virtual div{
        width: 100%
    }

    .hero-academy .btn, .hero-virtual .btn {
        text-transform: uppercase;
    }

.div-icon {
     border-width: unset !important;
    border-style: unset !important;
    border-image: unset !important;
   width: 180px !important;
   height: 180px !important;
    margin: auto !important;
    background-color: white;
    border-radius: 50%;
    padding: 30px 10px;
    margin-bottom: 40px !important;
}

.box_evidenzia {
    border-width: unset !important;
    border-style: unset !important;
    border-image: unset !important;
    cursor:pointer;
    width:max-content !important;
    padding: 30px;
    margin:auto;
      border:0px solid white;
  border-radius:50px;
}

    .box_evidenzia:hover{
        background-color: rgba(255,255,255,0.2);
    }


/*
    .parent {
        position: relative;
        width: 100%;
        min-height: 100vh; 
        background: url('../assets/images/hero-academy.jpg') no-repeat center center;
        background-size: cover;
    }


    

.child {
    font-size: 10vw;
    color: #fff;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 0;
    
}
.child::after {
        content: "";
            position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #076085;
        opacity: .7;
        z-index:2;
    }
.child--absolute {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: url('../assets/images/hero-virtual.jpg') no-repeat center center;
    background-size: cover;
    z-index: 3;
}
    .child--absolute::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #076085;
        opacity: .7;
    }

.child > * {
    z-index: 100;
    position:absolute;
}*/
    /*==============================
      // About Styles //
==============================*/
    .about {
        width: 100%;
        height: auto;
        padding-top: 50px;
    }
.about .icon {text-transform: uppercase;text-align: center;}
.about .heading {text-transform: uppercase;text-align: center;padding-bottom: 20px;}
.about .heading h3 {font-size: 34px;font-weight: 700;letter-spacing: -1.5px;padding-bottom: 15px;}
.about .heading h4 {font-size: 16px;font-weight: 500;letter-spacing: 0.5px;padding-bottom: 60px;}
.about .icon .fa {
    color: #2cbf84;
    font-size: 60px;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    text-align: center;
}
.about .icon { 
    padding: 1px; 
    border-radius: 50%; 
    margin-bottom: 30px;
    display: inline-block;
    background: -moz-linear-gradient(-45deg, rgba(63,255,0,0.8) 0%, rgba(0,255,150,0.8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(63,255,0,0.8) 0%,rgba(0,255,150,0.8) 100%);
    background: linear-gradient(135deg, rgba(63,255,0,0.8) 0%,rgba(0,255,150,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3fff00', endColorstr='#cc00ff96',GradientType=1 );
}
.about .fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
    line-height: 100px;
}
.about .col1,.about .col2,.about .col3 {width: 100%;height: 265px;}
.about .col2 .inner-content h3,.about .col2 .inner-content p {color: #ffffff;}
.about .col2 .fa {color: #ffffff;}
.about .col2 {
    width: 100%;
    height: 305px;
    margin-top: -20px;
    margin-bottom: -20px;
    background: rgb(235,81,107);
    background: -moz-linear-gradient(-45deg, rgb(235,81,107) 0%, rgb(96,113,236) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(235,81,107) 0%,rgb(96,113,236) 100%);
    background: linear-gradient(135deg, rgb(235,81,107) 0%,rgb(96,113,236) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb516b', endColorstr='#6071ec',GradientType=1 );
}
.about .heading {text-align: center;}
.about .row:nth-child(2) {
    border: 1px solid #dbdbdb;
}
.about .box1 {
    width: 100%;
    height: 265px;
    padding-top: 45px;
}
.about .fa {color: #0054a6;font-size: 30px;}
.about .fa-code {font-size: 33px;}
.about .inner-content {width: 100%; height: 265px;text-align: left; padding-top: 40px;padding-bottom: 60px;}
.about .inner-content h3 {color: #0054a6;font-size: 30px;font-weight: 500; text-transform: uppercase;padding-bottom: 10px;}
.about .inner-content p {font-size: 16px;font-weight: 400;color: #737373;padding-right: 10px;}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #73c7e8;
}
.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px 10px 60px;
}
.features .icon-box p {
    margin-left: 60px;
}



.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: -1;
}

/*==============================
      // Servizi //
==============================*/

.wantToWork-area {
    padding-top: 80px;
    padding-bottom: 500px;
}

.section-bg3 {
    background-size: cover;
    background-repeat: no-repeat;
}

.valori {
 
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.5)), url("../assets/images/valori-bg.png") fixed center center;
    background-size: cover;
    padding: 100px 0;
}


.service-area h4{
    margin-bottom:10px;
    font-size:20px;
}

.service-area .single-cat {
    /*        background: rgb(58,176,225);
        background: linear-gradient(155deg, rgba(58,176,225,1) 0%, rgba(255,255,255,1) 100%);
*/
    border-radius: 6px;
    padding: 41px 22px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    z-index: 1;
    border-radius: 0 0 0 50px;
    min-height: 300px;
    border: 5px solid white;
    background: rgba(255,255,255,0.8);
    color: #17223f;
}
        .service-area .single-cat p{
            margin-bottom:0px;
            font-size: 14px;
        }

.service-area .icon i {
    font-size: 40px;
    /*            color: white;
            border: 2px solid white;*/
    color: #17223f;
    border: 2px solid #17223f;
    border-radius: 50%;
    padding: 10px;
}
    .service-area .icon {
        margin-bottom: 20px;
    }

.mb-50 {
    margin-bottom: 50px;
}

.service-area .single-cat::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #17223f;
    transition: .6s;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 0 0 50px
}

.service-area .single-cat .cat-icon {
    margin-bottom: 31px
}

.service-area .single-cat .cat-cap h5 > a {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-family: "Poppins",sans-serif;
    color: #fff
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area .single-cat .cat-cap h5 > a {
        font-size: 22px
    }
}

@media (max-width: 575px) {
    .service-area .single-cat .cat-cap h5 > a {
        font-size: 22px
    }
}

.service-area .single-cat .cat-cap p {
    margin-bottom: 36px;
    color: #ffff;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-area .single-cat .cat-cap p {
        font-size: 15px
    }
}

.service-area .single-cat .cat-cap a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.service-area .single-cat a{
    color:#17223f;
}

.service-area .single-cat .cat-cap .plus-btn i {
    width: 41px;
    height: 41px;
    color: #fff;
    display: inline-block;
    line-height: 38px;
    border-radius: 30px;
    border: 2px solid #fff
}

.service-area .single-cat:hover::before {
    width: 100%
}

.service-area .single-cat:hover .cat-icon span {
    color: #5AAC4E;
    background: #fff
}

.service-area .single-cat:hover .cat-cap h5 {
    color: #fff !important;
}

.service-area .single-cat:hover .cat-cap p, .service-area .single-cat:hover p, .service-area .single-cat:hover h4{
    color: #fff !important;
}

.service-area .single-cat:hover .cat-cap a, .service-area .single-cat:hover a{
    color: #fff !important;
}

.service-area .single-cat:hover .cat-cap .plus-btn i {
    border: 2px solid transparent;
    background: #fff !important;
    color: #000 !important;
}

.service-area .single-cat:hover .icon i {
            color: white !important;
            border: 2px solid white;
}
    /*==============================
      // Counts //
==============================*/
    .counts .content {
    padding: 30px 0;
}

    .counts .content h3 {
        font-weight: 700;
        font-size: 34px;
        color: #151515;
    }

    .counts .content p {
        margin-bottom: 0;
    }

    .counts .content .count-box {
        padding: 20px 0;
        width: 100%;
    }

        .counts .content .count-box i {
            display: block;
            font-size: 36px;
            color: #73c7e8;
            float: left;
        }

        .counts .content .count-box span {
            font-size: 36px;
            line-height: 30px;
            display: block;
            font-weight: 700;
            color: #151515;
            margin-left: 50px;
        }

        .counts .content .count-box p {
            padding: 15px 0 0 0;
            margin: 0 0 0 50px;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            color: #3b3b3b;
        }

        .counts .content .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #3b3b3b;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .counts .content .count-box a:hover {
                color: #626262;
            }

.counts .image {
    background: url("../assets/images/counts-img.png") center center no-repeat;
    background-size: contain;
    min-height: 400px;
}

@media (max-width: 991px) {
    .counts .image {
        text-align: center;
    }

        .counts .image img {
            max-width: 80%;
        }
}

@media (max-width: 667px) {
    .counts .image img {
        max-width: 100%;
    }
}
/*==============================
      // certificazioni e qualità //
==============================*/

.qualita {
    padding: 80px 0px;
}
/*==============================
      // settori //
==============================*/
.settori {
    background-color: #f8f8f8;
    padding: 80px 0px;
}
.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        color: #37517e;
    }

        .skills .progress .skill .val {
            float: right;
            font-style: normal;
        }

.skills .progress-bar-wrap {
    background: #e8edf5;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #4668a2;
}

/*--------------------------------------------------------------
# sostenibilita
--------------------------------------------------------------*/
.sostenibilita {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.5)), url("../assets/images/sostenibilita-bg.jpg") fixed center center;
    background-size: cover;
    padding: 100px 0;
}

    .sostenibilita h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .sostenibilita p {
        color: #fff;
    }


/*--------------------------------------------------------------
# prodotti
--------------------------------------------------------------*/
.prodotti {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.5)), url("../assets/images/prodotti-bg.png") fixed center center;
    background-size: cover;
    padding: 100px 0;
}

.prodotti .card{
    height:560px;
    margin-bottom:20px;
}

.faq .accordion-button{
    font-weight:600;
    color:#17223f;
}
/*==============================
      // academy //
==============================*/
.academy {
    background-image: url(../assets/images/bg-academy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 180px 0px 180px 0px;
}

.academy1, .academy3{
    padding: 100px 0px 100px 0px;
}

.academy2, .academy4 {
    width: 100%;
    position: relative;
    background: rgb(58,176,225);
    background: linear-gradient(0deg, rgba(58,176,225,1) 0%, rgba(58,176,225,1) 35%, rgba(115,198,231,1) 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    min-height: 400px;
}

    .academy2 .row, .academy4 .row {
        padding: 100px 0px 100px 0px;
    }

    .academy2 .hero-waves, .academy4 .hero-waves {
        display: block;
        width: 100%;
        height: 60px;
        position: relative;
    }

    .academy2 .wave1 use, .academy4 .wave1 use {
        animation: move-forever1 10s linear infinite;
        animation-delay: -2s;
        fill: #fff;
        opacity: 0.6;
    }

    .academy2 .wave2 use, .academy4 .wave2 use {
        animation: move-forever2 8s linear infinite;
        animation-delay: -2s;
        fill: #fff;
        opacity: 0.4;
    }

    .academy2 .wave3 use, .academy4 .wave3 use {
        animation: move-forever3 6s linear infinite;
        animation-delay: -2s;
        fill: #fff;
    }

.academy-icon{
    align-content: center;
}
.academy-icon div {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(58,176,225);
    background: linear-gradient(0deg, rgba(58,176,225,1) 0%, rgba(58,176,225,1) 35%, rgba(115,198,231,1) 100%);
    margin:auto;
    text-align:center;
}

    .academy-icon div.white-icon {
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(201,239,255,1) 77%);
    }

.academy-icon div i{
    font-size:120px;
    color:white;
    line-height: 200px;
}

    .academy-icon div.white-icon i {
        color: #17223f;
    }

.academy-description h5{
    line-height:34px;
    color:#464646;
    font-style:italic;
}

.typed-words{font-size:36px;font-weight:800;background-color:#17223f;}



/*==============================
      // news //
==============================*/
article {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    padding:0px;
    border-radius: 3px;
}

article a{
    text-decoration: none !important;
}
.badge{
    font-weight: 400;
    text-transform: uppercase;
}

.news_thumb {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

    .news_thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%,-50%);
        min-width:100%;
        min-height:240px;
    }
    article .badge{
        top:10px;
        right:10px;
/*        background-color: #17223f;
*/
background-color: #69727d;
color:white;
    }
.news_data {
    border-top: 1px solid gainsboro;
    color: #adadad;
    font-size: 12px;
    line-height: 1.3em;
}
.news_leggi {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.news_testo {
    height: 290px;
    color: #777;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
}
    .news_testo h4{
        text-transform: uppercase;
    }

    .news-content {
        padding: 30px;
    }

.article-container {
    border: 0 solid #69727d;
    border-radius: 3px;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/images/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #73c7e8;
            border-color: #73c7e8;
            color: #151515;
        }

.form-control-custom {
    background-image: url(../assets/images/bg-input-newsletter.png);
    background-size: auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 45px;
}

.btn-cstm {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 35px;
    transform-origin: 50% 50%;
    background-color: #73c7e8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-cstm:hover {
        background-color: #17223f;
        color: white;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-cstm {
}
/*==============================
      // virtual //
==============================*/
.virtual {
    width: 100%;
    position: relative;
    background: rgb(58,176,225);
    background: linear-gradient(0deg, rgba(58,176,225,1) 0%, rgba(58,176,225,1) 35%, rgba(115,198,231,1) 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    min-height: 400px;
}

.virtual .hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.virtual .wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
    fill: #fff;
    opacity: 0.6;
}

.virtual .wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
    fill: #fff;
    opacity: 0.4;
}

.virtual .wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
    fill: #fff;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.wave-top {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

/*==============================
      // Vision //
==============================*/
.vision {
    background: #17223f;
    color:white;
    padding: 80px 0px;
}
    .vision .icon-box i {
        font-size: 48px;
        float: left;
        color: #fff;
    }

    .vision .image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }

    .vision .icon-box h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 10px 0px 10px 60px;
        color:white;
    }

    .vision .icon-box p {
        margin-left: 60px;
        color: white;
    }


/*==============================
      // Mission //
==============================*/


.mission-bg0 {
    background: url(../assets/images/mission-bg0.png) top left;
    background-size: 800px;
    background-repeat: no-repeat;
    min-height: 500px;
    padding-right: 600px;
    position: relative;
}
.mission-bg {
    background: url(../assets/images/mission-bg.png) top right;
    background-size: 800px;
    background-repeat: no-repeat;
    min-height: 500px;
    padding-right:600px;
    position:relative;
}
.mission-content{
    left: 10%;
    padding-top:50px;
}
.mission-content0 {
    left: 25%;
    padding-top: 50px;
}

.mission-content i{
    color: #17223f;
    font-size:18px;
    font-weight:bold;
}

.mission-content p{
    font-size:18px;
}
@media (max-width: 800px) {
    .mission-bg0, .innovazione-bg0 {
        display: none !important;
    }
    .mission-content0, .innovazione-content0 {
        position: unset !important;
    }
    }


/*==============================
      // Innovazione //
==============================*/


.innovazione-bg0 {
    background: url(../assets/images/innovazione-bg0.png) top left;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 700px;
    padding-right: 600px;
    position: relative;
}


.innovazione-content0 {
    left: 40%;
    padding-top: 50px;
}

.innovazione-content i {
    color: #17223f;
    font-size: 18px;
    font-weight: bold;
}

.innovazione-content p {
    font-size: 18px;
}

/*==============================
      // Citazione //
==============================*/
blockquote.quote {
    position: relative;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%; /* create space for the quotes */
    color: #484748;
    margin: 1rem auto 2rem;
}
.zitat1 {
    position: relative;
    font-family: 'Verdana', serif;
    font-size: 2.4em;
    line-height: 1.5em;
}

    .zitat1 cite {
        font-family: 'Verdana', sans-serif;
        font-size: 0.6em;
        font-weight: 700;
        color: #17223f;
        float: right;
    }

        .zitat1 cite:before {
            content: '\2015'' ';
        }

    .zitat1:after {
        content: '\201d';
        position: absolute;
        top: 0.28em;
        right: -40px;
        font-size: 6em;
        font-style: italic;
        color: #17223f;
        z-index: -1;
    }



/*==============================
      // Department //
==============================*/




    .department_area .row.custom_align {
        margin-bottom: 60px
    }

@media (max-width: 767px) {
    .department_area .learn_more_btn {
        text-align: left !important;
        margin-top: 30px
    }
}

.department_area .dept_main_info .dept_thumb img {
    width: 100%
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_area .dept_main_info .dept_thumb img {
        max-width: 100%
    }
}

.department_area .dept_main_info .dept_info {
    background-image: -moz-linear-gradient(0deg, #73c7e8 0%, #17223f 100%);
    background-image: -webkit-linear-gradient(0deg, #73c7e8 0%, #17223f 100%);
    background-image: -ms-linear-gradient(0deg, #73c7e8 0%, #17223f 100%);
    padding: 172px 103px 104px 111px
}
.dept_info, .dept_thumb {
    height: 540px;
    overflow:hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .department_area .dept_main_info .dept_info {
        padding: 78px 103px 52px 111px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .department_area .dept_main_info .dept_info {
        padding: 78px 103px 52px 111px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department_area .dept_main_info .dept_info {
        padding: 71px 18px 60px 23px
    }
}

@media (max-width: 575px) {
    .department_area .dept_main_info .dept_info {
        padding: 71px 18px 60px 23px
    }
}

.department_area .dept_main_info .dept_info h3 {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
    font-family: "Muli",sans-serif
}

@media (max-width: 767px) {
    .department_area .dept_main_info .dept_info h3 {
        font-size: 20px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_area .dept_main_info .dept_info h3 br {
        display: none
    }
}

@media (max-width: 575px) {
    .department_area .dept_main_info .dept_info h3 br {
        display: none
    }
}

.department_area .dept_main_info .dept_info p {
    margin-bottom: 52px;
    margin-top: 20px;
    color: #fff
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_area .dept_main_info .dept_info p {
        margin-top: 15px;
        margin-bottom: 20px
    }
}

.department_area .depart_ment_tab .nav {
    justify-content: space-between
}

    .department_area .depart_ment_tab .nav li {
        -webkit-box-flex: 11.5%;
        -ms-flex: 11.5% 0 0px;
        flex: 11.5% 0 0;
        margin-bottom: 30px
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department_area .depart_ment_tab .nav li {
        -webkit-box-flex: 42%;
        -ms-flex: 42% 0 0px;
        flex: 42% 0 0;
        margin: 0 15px;
        margin-bottom: 0 !important
    }

        .department_area .depart_ment_tab .nav li:last-child {
            margin-right: 15
        }
}

@media (max-width: 575px) {
    .department_area .depart_ment_tab .nav li {
        -webkit-box-flex: 42%;
        -ms-flex: 100% 0 0px;
        flex: 100% 0 0;
        margin: 0px;
        margin-bottom: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .department_area .depart_ment_tab .nav li {
        -webkit-box-flex: 30%;
        -ms-flex: 30% 0 0px;
        flex: 30% 0 0;
        margin-bottom: 0 !important
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_area .depart_ment_tab .nav li {
        -webkit-box-flex: 15%;
        -ms-flex: 15% 0 0px;
        flex: 15% 0 0;
        margin-bottom: 0 !important
    }
}

.department_area .depart_ment_tab .nav li a {
    background: #fff;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .department_area .depart_ment_tab .nav li a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 0 25px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {
    .department_area .depart_ment_tab .nav li a {
        flex-direction: row;
        justify-content: center;
        padding: 20px 0 20px 0;
        align-items: center;
        margin-bottom: 10px
    }
}

.department_area .depart_ment_tab .nav li a i {
    font-size: 50px;
    color: #3eadf8;
    line-height: 1;
    margin-bottom: 13px
}

@media (max-width: 767px) {
    .department_area .depart_ment_tab .nav li a i {
        font-size: 25px;
        margin-right: 15px;
        margin-bottom: 0
    }
}

.department_area .depart_ment_tab .nav li a h4 {
    font-size: 15px;
    font-weight: 500;
    color: #17223f;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .department_area .depart_ment_tab .nav li a h4 {
        margin-bottom: 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_area .depart_ment_tab .nav li a h4 {
        font-size: 14px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .department_area .depart_ment_tab .nav li a h4 br {
        display: none
    }
}

.department_area .depart_ment_tab .nav li a.active {
    background-image: -moz-linear-gradient(0deg, #73c7e8 0%, #17223f 100%);
    background-image: -webkit-linear-gradient(0deg, #73c7e8 0%, #17223f 100%);
    background-image: -ms-linear-gradient(0deg, #73c7e8 0%, #17223f 100%);
    color: #fff
}

    .department_area .depart_ment_tab .nav li a.active i {
        color: #fff
    }

    .department_area .depart_ment_tab .nav li a.active h4 {
        color: #fff
    }

.department_area .depart_ment_tab .nav li:last-child {
    margin-right: 0
}

@media (max-width: 767px) {
    .department_area .depart_ment_tab .nav li:last-child {
        margin-right: 15px
    }
}

.all-starups-area {
    display: flex;
    align-items: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .all-starups-area {
        display: block
    }
}

@media (max-width: 575px) {
    .all-starups-area {
        display: block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .all-starups-area {
        display: block
    }
}




/*==============================
      // PArtner //
==============================*/


.partner {
    font-family: "Open Sans";
    width: 100%;
    position: relative;
    background: rgb(23,34,63);
    background: linear-gradient(0deg, rgba(23,34,63,1) 0%, rgba(23,34,63,1) 35%, rgba(23,34,63,1) 100%);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 500px;
}



    .partner .hero-waves {
        display: block;
        width: 100%;
        height: 60px;
        position: relative;
    }

    .partner .wave1 use {
        animation: move-forever1 10s linear infinite;
        animation-delay: -2s;
        fill: #fff;
        opacity: 0.6;
    }

    .partner .wave2 use {
        animation: move-forever2 8s linear infinite;
        animation-delay: -2s;
        fill: #fff;
        opacity: 0.4;
    }

    .partner .wave3 use {
        animation: move-forever3 6s linear infinite;
        animation-delay: -2s;
        fill: #fff;
    }




.ti-stars .fas.fa-star {
    color: #e8cb1d;
    font-size: 36px;
}
.ti-review-content{
    font-size:15px;
    text-align: left;
}
.ti-name {
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px;
}
.ti-date {
    color: #000000;
    opacity: 0.5;
    font-size: 11.2px !important;
}
.ti-profile-img, .ti-profile-details {
    float: left;
}
.ti-inner{
    width: 19%;
    padding:20px;
    background-color: #f4f4f4;
    float:left;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.ti-profile-details {
    padding-left:10px;
}
    .ti-inner .fas.fa-star {
    color: #e8cb1d !important;
    font-size: 17px !important;
}

.ti-google {
    background-image: url('../assets/images/ico-google.svg');
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    float:right;
    padding-top:4px;
}
.ti-read-more {
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13.5px;
    color: #000000;
    opacity: 0.5;
    text-decoration: none !important;
    transition: color 300ms ease-out;
    cursor: pointer;
}
/*==============================
      // Blog Styles //
==============================*/
.blog {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 90px;
}
.blog .heading {text-align: center; text-transform: uppercase;}
.blog .heading h3 {font-size: 34px;font-weight: 700;letter-spacing: -1.5px;padding-bottom: 15px;}
.blog .heading h4 {font-size: 16px;font-weight: 500;letter-spacing: 0.5px;padding-bottom: 60px;}
.blog .img-thumbnail {
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
    position: relative;
    border-radius: 0;
}
.blog .text-block {
    position: absolute;
    top: 20px;
    left: 15px;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    background: -moz-linear-gradient(-45deg, rgba(179,255,0,0.7) 0%, rgba(27,152,151,0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(179,255,0,0.7) 0%,rgba(27,152,151,0.7) 100%);
    background: linear-gradient(135deg, rgba(179,255,0,0.7) 0%,rgba(27,152,151,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3ff00', endColorstr='#b31b9897',GradientType=1 );
}
.blog .text-block h4 {
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 5px;
    font-weight: 500;
    letter-spacing: 1px;
}
.blog .row:nth-child(2) {
    padding-bottom: 70px;
}
.blog .text-block h4 a {
    color: #fff;
}
.blog .blog-column1 h5 {
    font-size: 19px;
    padding-bottom: 20px;
    line-height: 27px;
    margin-top: -4px;
    font-weight: 500;
}
.blog .blog-column1 h5 a {
    color: #000;
}
.blog .blog-column1 p {
    color: #a8a8ad;
    font-size: 14px;
    font-weight: 400;
}
.blog .blog-column1 .btn-primary {
    color: #002fc8;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border-color: transparent;
    background-color: transparent;
}
.blog .blog-column1 .btn-primary:hover {color: #002fc8;}
.btn-primary:not(:disabled):not(.disabled):active:focus {box-shadow: none;}
.blog .image-one  {
    overflow: hidden;
}
.blog .image-one img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
.blog .image-one img:hover{
    -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);
}

/*==============================
      // Portfolio Styles //
==============================*/
.portfolio {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 80px;
    margin-bottom: 60px;
    position: relative;
    background-image: url("../images/portfolio-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.portfolio .main-content {padding-left: 50px;padding-right: 50px;}
.portfolio .gradient {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(-45deg, rgba(193,45,73,0.8) 0%, rgba(54,83,205,0.8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(193,45,73,0.8) 0%,rgba(54,83,205,0.8) 100%);
    background: linear-gradient(135deg, rgba(193,45,73,0.8) 0%,rgba(54,83,205,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc12d49', endColorstr='#cc3653cd',GradientType=1 );   
}
.portfolio .other .img-fluid {width: 100%;height: 555px;}
.portfolio .img-thumbnail {padding: 0;background-color: #fff;border: none;border-radius: 0;object-fit: cover;max-width: 100%;height: auto;}
.portfolio .overlay img {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
}

.portfolio .img-fluid {
    margin-bottom: 30px;
}
.portfolio button {
    background: #e1e1e1;
    color: #000;
    font-family: Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 35px;
    font-weight: 200;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
.portfolio .load-more {
    text-align: center;
    padding-top: 50px;
}
.portfolio button:hover {
    background: #f7eb00;
    color: #000;
    border-color: #f7eb00;
}

.portfolio .box {
    position: relative;
    padding: 0;
}

.portfolio .img-fluid {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio .box:hover .overlay {
    opacity: 1;
}
.portfolio .text span {display: block;}
.portfolio .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 92.6%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 );
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio .other .overlay {
    height: 94.8%;
    width: 92.2%;
}
.portfolio .other1 .overlay {
    height: 92.2%;
    width: 95%;
}
.portfolio .text {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    position: absolute;
} 
.portfolio h4 {
    font-size: 15px;
    color: #8d8d8d;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 60px;
}
.portfolio .other1 .overlay img {
    width: 15%;
}
.modal {z-index: 99999;}
.modal-backdrop.show {
    opacity: .8;
}
.modal-backdrop {z-index: 9999;}


.portfolio .heading {color: #fff; text-align: left; text-transform: uppercase;}
.portfolio .heading h3 {font-size: 38px;font-weight: 700;letter-spacing: -1.5px;padding-bottom: 10px;}
.portfolio .heading h4 {font-size: 22px;font-weight: 500;letter-spacing: 0.5px;padding-bottom: 50px;color: #ffffff;}

.portfolio .carousel-control-prev {left: -109px;}
.portfolio .carousel-control-next {right: -109px;}
.portfolio .carousel-control-next, .carousel-control-prev {top: 0;opacity: 1;color: #000;}
.portfolio .fa {padding: 8px 12px;background: #fff;}
.portfolio .carousel-inner .carousel-item.active,
.portfolio .carousel-inner .carousel-item-next,
.portfolio .carousel-inner .carousel-item-prev {
  display: flex;
}

.portfolio .carousel-inner .carousel-item-right.active,
.portfolio .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.portfolio .carousel-inner .carousel-item-left.active, 
.portfolio .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
  
.portfolio .carousel-inner .carousel-item-right,
.portfolio .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  
}
.portfolio .box .img-fluid {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
/*==============================
      // Subscribe Styles //
==============================*/
.Subscribe {width: 100%;height: auto;color: #000;padding-bottom: 89px;}
.Subscribe .main {border: 1px solid #c4c4c4; padding: 60px 0;background: #f5f5f5;}
.Subscribe form {float: left;}
.Subscribe .heading h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 67px;
    padding-right: 18px;
    text-align: right;
}
.Subscribe .Subscribe {padding: 55px 0;}
.Subscribe .form-control {
    margin-bottom: 19px;
    font-size: 14px;
    border-radius: 0;
    font-style: italic;
    padding: 10px 10px;
}
.Subscribe .input-group {padding: 7px 0;}
.Subscribe .btn-info {
    width: 170px;
    height: 56px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 19px;
    border-radius: 0;
    font-weight: 500;
    border: none;
    background: rgb(132,181,0);
    background: -moz-linear-gradient(-45deg, rgba(132,181,0,1) 0%, rgba(0,197,199,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(132,181,0,1) 0%,rgba(0,197,199,1) 100%);
    background: linear-gradient(135deg, rgba(132,181,0,1) 0%,rgba(0,197,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84b500', endColorstr='#00c5c7',GradientType=1 );
}
.Subscribe .btn-info:hover {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.35);
    border: none;
}
.Subscribe .btn-info:not(:disabled):not(.disabled):active {
    color: #2cbf84;
    background-color: transparent;
    border-color: #2cbf84;
}
.Subscribe input {
    font-size: 12px;
    width: 290px;
    height: 56px;
    padding: 0 18px;
    border: none;
    color: #fff;
    background: #000;
}

/*==============================
      // Footer Styles //
==============================*/
footer {
    width: 100%;
    height: auto;
    color: #fff;
    position: relative;
    padding-top: 50px;
    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer img {padding-bottom: 30px;}
footer .content {border-right: 1px solid #2e2927;}
footer .content p {font-size: 14px;font-weight: 200;letter-spacing: 0.5px;padding-right: 50px;}
footer  h5 {color: #83b502; text-transform: uppercase;font-size: 16px;}
footer  ul>li {display: block;}
footer  ul>li a {color: #fff;font-size: 12px; text-transform: uppercase;font-size: 12px;}
footer  ul>li a:hover {color: #ff0;}
footer .gradient {
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=1 );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
footer .footer-copyright {position: relative; width: 100%;height: auto;background: black;}
footer .footer-copyright p {color: #fff;font-size: 14px;padding: 40px 0;}
footer .footer-copyright a {color: #ffff00;border-bottom: 1px solid #ffff00;}
/*==============================
      // Banner Styles //
==============================*/
.banner {
    width: 100%;
    height: 450px;
    display: flex;
    position: relative;
    align-items: flex-end;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -148px;
    background-image: url(../images/banner-1.jpg);
}
.banner .heading {
    color: #fff;
    z-index: 999;
    text-align: center;
}
.banner .heading h1 {font-size: 46px;font-weight: 700;letter-spacing: -2px;padding-bottom: 15px;text-transform: uppercase;}
.banner .heading h2 {font-size: 28px;font-weight: 500;letter-spacing: 1px;padding-bottom: 30px;text-transform: uppercase;}
.banner .gradient {
    background: -moz-linear-gradient(-45deg, rgba(191,0,25,0.5) 0%, rgba(0,21,158,0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(191,0,25,0.5) 0%,rgba(0,21,158,0.5) 100%);
    background: linear-gradient(135deg, rgba(191,0,25,0.5) 0%,rgba(0,21,158,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bf0019', endColorstr='#8000159e',GradientType=1 );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
/*==============================
      // About Styles //
==============================*/
#about-us {
    border-bottom: 1px solid gray;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
#about-us h3 {font-size: 44px;padding-bottom: 65px;text-transform: uppercase;font-weight: 400;    letter-spacing: -2px;}
#about-us p {
    margin: 0;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 200px;
}
#about-us .image {
    float: left;
    width: 478px;
    height: 394px;
    shape-margin:20px;
    margin-right: 50px;
    margin-bottom: 52px;
}
#about-us .thumbnail {padding: 0;border: none;border-radius: 0;object-fit: cover;}#about-us {
    border-bottom: 1px solid gray;
    padding-bottom: 100px;
    background-color: #fff;
}
#about-us p {
    margin: 0;
    color: #969696;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 200px;
}
#about-us .image {
    float: left;
    width: 547px;
    height: 458px;
    shape-margin: 20px;
    margin-right: 50px;
    margin-bottom: 40px;
}
#about-us .thumbnail {padding: 0;border: none;border-radius: 0;object-fit: cover;}
/*==============================
      // Blog Styles //
==============================*/
.blog-page {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 200px;
}
.blog-page .heading {text-align: left; text-transform: uppercase;}
.blog-page h2 {font-size: 30px;padding-bottom: 30px;text-transform: capitalize;font-weight: 500;letter-spacing: -1px;}
.blog-page hr {background: #e8cbd3; margin-bottom: 60px;}
.blog-page .img-thumbnail {
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
    position: relative;
    border-radius: 0;
}
.blog-page .text-block {
    position: absolute;
    top: 20px;
    left: 15px;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    background: -moz-linear-gradient(-45deg, rgba(179,255,0,0.7) 0%, rgba(27,152,151,0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(179,255,0,0.7) 0%,rgba(27,152,151,0.7) 100%);
    background: linear-gradient(135deg, rgba(179,255,0,0.7) 0%,rgba(27,152,151,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3ff00', endColorstr='#b31b9897',GradientType=1 );
}
.blog-page .text-block h4 {
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 5px;
    font-weight: 500;
    letter-spacing: 1px;
}
.blog-page .image-one {
    padding-bottom: 40px;
}
.blog-page .text-block h4 a {
    color: #fff;
}
.blog-page .blog-column1 h5 {
    font-size: 19px;
    padding-bottom: 20px;
    line-height: 27px;
    margin-top: -4px;
    font-weight: 500;
}
.blog-page .blog-column1 h5 a {
    color: #000;
}
.blog-page .blog-column1 p {
    color: #a8a8ad;
    font-size: 14px;
    font-weight: 400;
}
.blog-page .blog-column1 .btn-primary {
    color: #002fc8;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border-color: transparent;
    background-color: transparent;
}
.blog-page .blog-column1 .btn-primary:hover {color: #002fc8;}
.blog-page .btn-primary:not(:disabled):not(.disabled):active:focus {box-shadow: none;}
.blog-page .image-one  {
    overflow: hidden;
}
.blog-page .image-one img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    }
.blog-page .image-one img:hover{
    -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);
}
.blog-page .pages {padding-top: 50px; text-align: left;}
.blog-page .pages .btn-primary {
    border-radius: 0; 
    font-size: 14px;
    width: 161px;
    margin-right: 10px;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #c80060;
    background: #c80060;
}
.blog-page .pages .btn-primary:hover {color: #fff; background: #636363;border: 2px solid #636363;}



/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
    background-image: url(../assets/images/sfondo-footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin-top:100px;
    height: 855px;
    width:100%;
}
/*
    section.contact-us:after {
        position: absolute;
        content: '';
        background-image: url(../images/footer-left-dec.png);
        left: 0px;
        top: 60px;
        width: 267px;
        height: 396px;
        z-index: 1;
    }*/

    section.contact-us .contact-info {
        background-color: #fff;
        margin-top: -30px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
        border-radius: 15px;
        z-index: 5;
        position: relative;
        padding: 10px;
    }
@media screen and (max-width: 1024px) {
    section.contact-us .contact-info {
        
        margin-top: 10px;
    }
    section.contact-us #contact{
        margin-left:unset !important;
    }
    section.contact-us{
        background-position:bottom;
        height:auto;
    }
    }

    section.contact-us .contact-info .icon i {
        float: left;
        margin-right: 15px;
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        background: rgb(58,176,225);
        background: linear-gradient(155deg, rgba(58,176,225,1) 0%, rgba(255,255,255,1) 100%);
        color: #fff;
    }

    section.contact-us .contact-info h4 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    section.contact-us .contact-info span {
        font-size: 14px;
        color: #17223f;
        font-weight: 700;
    }

    section.contact-us .section-heading {
        text-align: left;
        margin-bottom: 40px;
    }

    section.contact-us #contact {
        margin-left: -100px;
        position: relative;
        z-index: 5;
        background-color: #fff;
        margin-top: 40px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
        border-radius: 15px;
        padding: 40px;
    }

        section.contact-us #contact input {
            width: 100%;
            height: 40px;
            border-radius: 5px;
            background-color: #f4f7fb;
            outline: none;
            border: none;
            box-shadow: none;
            font-size: 13px;
            font-weight: 500;
            color: #7a7a7a;
            padding: 0px 15px;
            margin-bottom: 10px;
        }

        section.contact-us #contact textarea {
            width: 100%;
            min-height: 140px;
            max-height: 180px;
            border-radius: 5px;
            background-color: #f4f7fb;
            outline: none;
            border: none;
            box-shadow: none;
            font-size: 13px;
            font-weight: 500;
            color: #7a7a7a;
            padding: 15px;
            margin-bottom: 20px;
        }


    section.contact-us ul.social-icons li {
        display: inline-block;
        margin: 0px 5px;
    }

    section.contact-us ul.social-icons {
        text-align: center;
        margin-top: 70px;
    }

        section.contact-us ul.social-icons li a {
            width: 44px;
            height: 44px;
            display: inline-block;
            text-align: center;
            line-height: 44px;
            background-color: #fff;
            color: #dc8cdb;
            border-radius: 50%;
            transition: all .5s;
        }

            section.contact-us ul.social-icons li a:hover {
                background-color: #dc8cdb;
                color: #fff;
            }

    div.copyright {
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 10px;
        margin: auto;
        width: 100%;
    }

        div.copyright a {
            font-weight: 700;
            color: #fff;
        }

    .privacy {
        font-size: 11px;
    }

    .form-control:focus {
        background-color: transparent;
        border-color: #acacac;
        box-shadow: none;
    }

    .form-check-input {
        width: 20px !important;
        height: 20px !important;
        padding: 5px !important;
        background-color: #beafa8 !important;
    }

    .form-check-label {
        display: unset !important;
    }
    /*==============================
      // blog_single Styles //
==============================*/
    #blog-page .blog-heading1 {
        text-align: left;
        text-transform: uppercase;
    }

        #blog-page .blog-heading1 h2 {
            font-size: 30px;
            padding-bottom: 30px;
            text-transform: capitalize;
            font-weight: 500;
            letter-spacing: -1px;
        }

        #blog-page .blog-heading1 hr {
            background: #e8cbd3;
            margin-bottom: 60px;
        }

    #blog-page .blog-heading2 h6 {
        padding: 10px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #cacaca;
        font-size: 12px;
    }

    #blog-page .blog-heading2 a {
        color: #cacaca;
        font-size: 14px
    }

    #blog-page figure img {
        width: 100%;
        height: 585px;
        margin-bottom: 30px;
        object-fit: cover;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #blog-page .col-xs-12 {
        margin-bottom: 10px;
    }

    #blog-page h4 {
        color: #5d5d5d;
        opacity: 0.8;
        font-size: 17px;
        font-weight: 400;
    }

        #blog-page h4 span {
            font-weight: 600;
            opacity: 1;
        }

    #blog-page .heading1 {
        color: #000;
        font-size: 39px;
        font-weight: 400;
        line-height: 51px;
        padding: 40px 0;
        font-family: 'Montserrat', sans-serif;
    }

    #blog-page .heading2 {
        font-size: 39px;
        font-weight: 500;
        letter-spacing: -2px;
        padding: 30px 0;
        color: #363636;
        text-transform: capitalize;
        font-family: 'Montserrat', sans-serif;
    }

    #blog-page .social-links li {
        width: 120px;
        height: 32px;
        color: white;
        padding: 1px 0;
        cursor: pointer;
        font-weight: 300;
        margin-right: 16px;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        list-style-type: none;
        font-family: 'Hammersmith One', sans-serif;
    }

    #blog-page .social-links {
        text-align: right;
    }

        #blog-page .social-links li span {
            font-size: 12px;
            padding-left: 20px;
        }

        #blog-page .social-links li a {
            color: white;
            font-size: 12px;
        }

    #blog-page .break {
        display: block;
    }

    #blog-page .inner-contant p {
        text-align: left;
        color: #636363;
    }

        #blog-page .inner-contant p a {
            border-bottom: 1px solid #ed1c24;
            color: #ed1c24;
        }

            #blog-page .inner-contant p a:hover {
                text-decoration: none;
                border-bottom: none;
                color: white;
            }

    #blog-page p {
        font-size: 17px;
        font-weight: 500;
        padding-bottom: 25px;
        text-align: left;
    }

    #blog-page p {
        padding-bottom: 30px;
    }

    #blog-page {
        width: 100%;
        height: auto;
        padding-top: 60px;
        padding-bottom: 200px;
    }

        #blog-page .heading {
            text-align: left;
            text-transform: uppercase;
        }

        #blog-page .img-thumbnail {
            padding: 0;
            width: 100%;
            height: auto;
            object-fit: cover;
            border: none;
            position: relative;
            border-radius: 0;
        }

        #blog-page .text-block {
            position: absolute;
            top: 20px;
            left: 15px;
            color: white;
            padding-left: 25px;
            padding-right: 25px;
            background: -moz-linear-gradient(-45deg, rgba(179,255,0,0.7) 0%, rgba(27,152,151,0.7) 100%);
            background: -webkit-linear-gradient(-45deg, rgba(179,255,0,0.7) 0%,rgba(27,152,151,0.7) 100%);
            background: linear-gradient(135deg, rgba(179,255,0,0.7) 0%,rgba(27,152,151,0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3ff00', endColorstr='#b31b9897',GradientType=1 );
        }

            #blog-page .text-block h4 {
                font-size: 13px;
                text-transform: uppercase;
                padding: 15px 5px;
                font-weight: 500;
                letter-spacing: 1px;
            }

        #blog-page .image-one {
            padding-bottom: 40px;
        }

        #blog-page .text-block h4 a {
            color: #fff;
        }

        #blog-page .blog-column1 h5 {
            font-size: 19px;
            padding-bottom: 20px;
            line-height: 27px;
            margin-top: -4px;
            font-weight: 500;
        }

            #blog-page .blog-column1 h5 a {
                color: #000;
            }

        #blog-page .blog-column1 p {
            color: #a8a8ad;
            font-size: 14px;
            font-weight: 400;
            padding-bottom: 0;
        }

        #blog-page .blog-column1 .btn-primary {
            color: #002fc8;
            font-size: 14px;
            font-weight: 500;
            padding: 0;
            border-color: transparent;
            background-color: transparent;
        }

            #blog-page .blog-column1 .btn-primary:hover {
                color: #002fc8;
            }

        #blog-page .btn-primary:not(:disabled):not(.disabled):active:focus {
            box-shadow: none;
        }

        #blog-page .image-one {
            overflow: hidden;
        }

            #blog-page .image-one img {
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                #blog-page .image-one img:hover {
                    -moz-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

        #blog-page .inner-contant {
            padding-top: 30px;
            padding-bottom: 20px;
        }
    /*==============================
        portfolio-Page
===============================*/
    #portfolio {
        border-bottom: 1px solid #b2b2b2;
        background-color: #fff;
        padding-bottom: 200px;
    }

        #portfolio .img-fluid {
            margin-bottom: 30px;
        }

        #portfolio button {
            background: #e5e5e5;
            color: #000;
            font-family: Sans-serif;
            font-size: 12px;
            height: 50px;
            text-transform: uppercase;
            width: 135px;
            font-weight: 500;
            line-height: 35px;
            text-align: center;
            border: 0;
            border-radius: 0;
            transition: all 0.3s ease 0s;
        }

        #portfolio .load-more {
            text-align: center;
            padding-top: 50px;
        }

        #portfolio button:hover {
            background: #000000;
            color: #fff;
        }

        #portfolio .box {
            position: relative;
        }

        #portfolio .img-fluid {
            display: block;
            width: 100%;
            height: auto;
        }

        #portfolio .box:hover .overlay {
            opacity: 1;
        }

        #portfolio .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 15px;
            right: 0;
            height: 92%;
            width: 92.5%;
            opacity: 0;
            transition: .5s ease;
            background-color: rgba(0, 0, 0, 0.72);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #portfolio .text {
            color: white;
            font-size: 16px;
            font-weight: 400;
            text-align: center;
            letter-spacing: 0.5px;
            position: absolute;
        }

        #portfolio h4 {
            font-size: 15px;
            color: #8d8d8d;
            font-weight: 500;
            line-height: 28px;
            padding-bottom: 60px;
            padding-top: 60px;
        }


        #portfolio .overlay img {
            width: 20%;
            position: absolute;
            bottom: 0;
            right: 0;
            background: #000;
        }
    /*==============================
        SErvice-Page
===============================*/
    .services {
        border-bottom: 1px solid gray;
        background-color: #fff;
        padding: 100px 0;
    }

        .services .fa-2x {
            font-size: 35px;
            float: right;
            line-height: 84px;
        }

        .services .card-body {
            padding: 0;
        }

        .services .card {
            border-radius: 0;
            margin-bottom: 75px;
        }

        .services .inner-content {
            padding: 50px;
        }

        .services h2 a {
            line-height: 80px;
            padding-left: 30px;
            color: #000;
            font-size: 23px;
        }

    .card-header {
        background-color: transparent;
    }

    .services p {
        margin: 0;
        color: #8d8d8d;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .services .image {
        float: left;
        width: 400px;
        height: 300px;
        shape-margin: 20px;
        margin-right: 40px;
    }

    .services .thumbnail {
        padding: 0;
        border: none;
        border-radius: 0;
        object-fit: cover;
    }
    /*==============================================
            Media Queries Styles
===============================================*/
    /*== 1920px Media Queries Styles ==*/
    @media screen and (max-width: 1920px) {
        header .carousel-item img {
            height: 950px;
        }
    }
    /*== 1440px Media Queries Styles ==*/
    @media screen and (max-width: 1440px) {
        header .carousel-caption {
            width: 70%;
        }

        header .carousel-item img {
            height: 800px;
        }
    }
    /*== 1024px Media Queries Styles ==*/
    @media screen and (max-width: 1024px) {
        .navbar {
            padding: 30px 0;
        }

        .navbar-expand-lg .navbar-nav li:after {
            top: 0px;
        }

        .sticky {
            padding: 15px 0;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            font-size: 12px;
        }

        header .carousel-item img {
            height: 640px;
        }

        header .carousel-item h3 {
            font-size: 16px;
            padding: 15px 40px;
            letter-spacing: 0.5px;
            padding-bottom: 15px;
        }

        header .carousel-caption {
            width: 75%;
        }

        header .carousel-item h1 {
            font-size: 36px;
            padding-bottom: 10px;
            font-weight: 600;
            letter-spacing: -1px;
        }

        header .carousel-item h2 {
            font-size: 22px;
            padding-bottom: 20px;
            letter-spacing: 0.5px;
        }

        header .carousel-item h5 {
            font-size: 14px;
            padding-bottom: 25px;
            line-height: 24px;
        }

        header .btn-primary {
            font-size: 14px;
            padding: 10px 18px;
            font-weight: 600;
        }

        header .carousel-indicators li {
            height: 3px;
        }

        .about {
            padding-top: 40px;
        }

            .about .heading h3 {
                font-size: 26px;
                font-weight: 600;
                letter-spacing: -1px;
                padding-bottom: 10px;
            }

            .about .icon {
                margin-bottom: 20px;
            }

            .about .heading {
                padding-bottom: 10px;
            }

            .about .icon .fa {
                font-size: 30px;
                width: 70px;
                height: 70px;
            }

            .about .fa-send:before, .fa-paper-plane:before {
                line-height: 70px;
            }

            .about .fa {
                font-size: 22px;
            }

            .about .inner-content {
                padding-top: 50px;
            }

                .about .inner-content h3 {
                    font-size: 22px;
                }

            .about .box1 {
                padding-top: 53px;
            }

            .about .heading h4 {
                font-size: 14px;
                padding-bottom: 40px;
            }

            .about .inner-content p {
                font-size: 14px;
            }

        .blog {
            padding-top: 75px;
            padding-bottom: 60px;
        }

            .blog .text-block h4 {
                padding: 12px 0;
            }

            .blog .heading h3 {
                font-size: 26px;
                font-weight: 600;
                letter-spacing: -1px;
                padding-bottom: 10px;
            }

            .blog .heading h4 {
                font-size: 14px;
                padding-bottom: 40px;
            }

            .blog .blog-column1 h5 {
                font-size: 16px;
                padding-bottom: 10px;
                margin-top: -6px;
                line-height: 24px;
            }

            .blog .blog-column1 p {
                font-size: 12px;
                margin-bottom: 5px;
                letter-spacing: 0.5px;
            }

        .portfolio {
            padding-top: 40px;
            padding-bottom: 50px;
            margin-bottom: 30px;
        }

            .portfolio .heading h3 {
                font-size: 26px;
                font-weight: 600;
                letter-spacing: -0.5px;
                padding-bottom: 5px;
            }

            .portfolio .heading h4 {
                font-size: 16px;
                letter-spacing: 0.5px;
                padding-bottom: 25px;
            }

            .portfolio .card-deck .card .img-fluid {
                height: 300px;
            }

        .Subscribe {
            padding-bottom: 30px;
        }

            .Subscribe .heading h3 {
                font-size: 31px;
            }

            .Subscribe .btn-info {
                font-size: 14px;
                width: 125px;
            }

            .Subscribe input {
                width: 255px;
            }

            .Subscribe .main {
                padding: 30px 0;
            }

        footer h5 {
            font-size: 14px;
        }

        footer .content p {
            padding-right: 30px;
        }

        footer {
            padding-top: 30px;
        }

            footer .footer-copyright p {
                font-size: 12px;
                letter-spacing: 0.5px;
                padding: 20px 0;
            }

        .banner .heading h1 {
            font-size: 36px;
            padding-bottom: 10px;
            font-weight: 600;
            letter-spacing: -1px;
        }

        .banner .heading h2 {
            font-size: 22px;
            padding-bottom: 20px;
            letter-spacing: 0.5px;
        }

        #about-us h3 {
            font-size: 27px;
            padding-bottom: 30px;
        }

        #about-us .image {
            width: 100%;
            height: 300px;
        }

        #about-us p {
            font-size: 12px;
        }

        #about-us {
            padding-top: 50px;
            padding-bottom: 0;
        }

            #about-us p {
                margin-bottom: 150px;
            }

        #contact p {
            font-size: 14px;
            padding-bottom: 0;
            text-align: left;
            line-height: 30px;
            padding: 0;
            font-weight: 400;
        }

        #contact input {
            height: 55px;
        }

        #contact .btn-primary {
            height: 56px;
        }

        #contact {
            padding-bottom: 20px;
        }

        .blog-page {
            padding-top: 30px;
            padding-bottom: 60px;
        }

            .blog-page h2 {
                font-size: 26px;
                padding-bottom: 20px;
            }

            .blog-page hr {
                margin-bottom: 40px;
            }

            .blog-page .image-one {
                padding-bottom: 30px;
            }

            .blog-page .text-block h4 {
                padding: 12px 0;
            }

            .blog-page .heading h3 {
                font-size: 26px;
                font-weight: 600;
                letter-spacing: -1px;
                padding-bottom: 10px;
            }

            .blog-page .heading h4 {
                font-size: 14px;
                padding-bottom: 40px;
            }

            .blog-page .blog-column1 h5 {
                font-size: 16px;
                padding-bottom: 10px;
                margin-top: -6px;
                line-height: 24px;
            }

            .blog-page .blog-column1 p {
                font-size: 12px;
                margin-bottom: 5px;
                letter-spacing: 0.5px;
            }

        #blog-page .blog-heading1 h2 {
            font-size: 26px;
            padding-bottom: 20px;
        }

        #blog-page .heading1 {
            font-size: 32px;
            font-weight: 400;
            line-height: 36px;
            padding: 20px 0;
        }

        #blog-page figure img {
            width: 100%;
            height: 300px;
            margin-bottom: 0;
        }

        #blog-page h4 {
            font-size: 14px;
            padding-top: 9px;
        }

        #blog-page .social-links li {
            width: 100px;
            height: 30px;
            margin-right: 10px;
            border-radius: 0;
        }

        #blog-page p {
            font-size: 14px;
            padding-bottom: 0;
        }

        #blog-page .heading2 {
            padding-top: 10px;
            padding-bottom: 20px;
        }

        #blog-page .heading2 {
            font-size: 32px;
            letter-spacing: -1px;
        }

        #blog-page .blog-column1 h5 {
            font-size: 16px;
            padding-bottom: 10px;
            line-height: 23px;
        }

        #blog-page .blog-column1 p {
            font-size: 12px;
            margin-bottom: 5px;
        }

        #blog-page .text-block {
            top: 12px;
            padding-left: 15px;
            padding-right: 15px;
        }

            #blog-page .text-block h4 {
                font-size: 12px;
            }

        #blog-page {
            padding-bottom: 60px;
        }

        .portfolio .box .img-fluid {
            height: 250px;
        }

        .portfolio .carousel-control-next, .portfolio .carousel-control-prev {
            top: -10%;
        }

        .portfolio .carousel-control-prev {
            left: -96px;
        }

        .portfolio .carousel-control-next {
            right: -96px;
        }

        .modal-body {
            padding: 0;
        }

        #portfolio .overlay {
            height: 91%;
            width: 90.5%;
        }

        .services h2 a {
            line-height: 70px;
            font-size: 20px;
            padding-left: 10px;
        }

        .services .inner-content {
            padding: 30px;
        }

        .services .fa-2x {
            line-height: 74px;
            font-size: 30px;
        }

        .services .image {
            width: 100%;
            height: 300px;
            margin-bottom: 30px;
            margin-right: 0;
        }

        .portfolio .overlay {
            height: 89.2%;
            width: 100%;
        }
    }
    /*== 768px Media Queries Styles ==*/
    @media screen and (max-width: 768px) {
        .navbar {
            padding: .5rem 1rem;
        }

        .navbar-expand-lg .navbar-nav li:after {
            display: none;
        }

        .navbar-dark .navbar-nav .active > .nav-link {
            background: transparent;
        }

        .navbar-nav .nav-link {
            padding: .5rem 1rem;
        }

        .top-container .col1 h5 {
            font-size: 10px;
            padding: 9px 0;
            letter-spacing: 2px;
        }

        .top-container .col2 .fa {
            width: 30px;
            height: 30px;
            font-size: 12px;
            padding: 10px 0;
            margin-right: -5px;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding: 0.4em 0;
        }

        .navbar-expand-lg .navbar-nav li {
            padding: 0;
        }

        .navbar-collapse {
            padding-top: 10px;
        }

        .navbar-brand img {
            width: 60%;
            margin-top: 8px;
        }

        header .carousel-control-next, .carousel-control-prev {
            top: 20%;
        }

        header .carousel-caption {
            top: 70%;
        }

        header .carousel-item h3 {
            font-size: 14px;
            padding: 15px 30px;
        }

        header .carousel-item h1 {
            font-size: 32px;
        }

        header .carousel-item h2 {
            font-size: 18px;
        }

        header .carousel-item h5 {
            font-size: 12px;
            line-height: 20px;
        }

        .about .heading h3 {
            font-size: 18px;
            letter-spacing: 0;
            padding-bottom: 5px;
        }

        .about .heading h4 {
            letter-spacing: 0;
            font-size: 12px;
        }

        .about .heading {
            padding-bottom: 5px;
        }

        .about .icon .fa {
            font-size: 24px;
            width: 60px;
            height: 60px;
        }

        .about .fa-send:before, .fa-paper-plane:before {
            line-height: 60px;
        }

        .about .inner-content h3 {
            font-size: 18px;
        }

        .about .fa {
            font-size: 18px;
        }

        .about .box1 {
            padding-top: 48px;
        }

        .about .inner-content p {
            font-size: 12px;
        }

        .about .inner-content {
            padding-top: 22px;
            height: auto;
            padding-bottom: 10px;
        }

        .about .box1 {
            padding-top: 20px;
            height: auto;
        }

        .about .col1, .about .col2, .about .col3 {
            height: auto;
        }

        .blog {
            padding-top: 60px;
            padding-bottom: 40px;
        }

            .blog .heading h3 {
                font-size: 18px;
                letter-spacing: 0;
                padding-bottom: 5px;
            }

            .blog .img-thumbnail {
                height: 200px;
                margin-bottom: 20px;
            }

            .blog .row:nth-child(2) {
                padding-bottom: 40px;
            }

            .blog .text-block h4 {
                padding: 9px 0;
                font-size: 12px;
            }

        .portfolio .heading h3 {
            font-size: 19px;
            letter-spacing: 0.5px;
        }

        .portfolio .heading h4 {
            font-size: 12px;
            letter-spacing: 0.5px;
        }

        .portfolio .card-deck .card .img-fluid {
            height: 200px;
        }

        .portfolio {
            padding-top: 20px;
            padding-bottom: 30px;
            margin-bottom: 20px;
        }

        .Subscribe .heading h3 {
            font-size: 24px;
        }

        .portfolio .lead {
            bottom: 40%;
        }

        .Subscribe .btn-info {
            font-size: 12px;
            letter-spacing: 0.6px;
            width: 110px;
            height: 50px;
        }

        .Subscribe input {
            width: 210px;
            height: 50px;
        }

        .Subscribe .main {
            padding: 20px 0;
        }

        footer .content {
            border-right: none;
        }

        footer img {
            width: 20%;
            padding-bottom: 20px;
        }

        footer .content p {
            padding-right: 0;
            font-size: 12px;
            letter-spacing: 0.5px;
        }

        footer .footer-copyright p {
            font-size: 12px;
            padding: 10px 0;
        }

        .banner .heading h1 {
            font-size: 32px;
        }

        .banner .heading h2 {
            font-size: 18px;
        }

        .banner {
            height: 350px;
            padding-bottom: 55px;
        }

        #about-us .image {
            height: 300px;
            margin-right: 0;
            margin-bottom: 20px;
        }

        #about-us p {
            margin-bottom: 100px;
        }

        #about-us p {
            font-size: 13px;
        }

        #about-us h3 {
            padding-bottom: 30px;
        }

        #contact .py-5 {
            padding-top: 2rem !important;
            width: 100%;
        }

        #contact {
            padding-bottom: 70px;
        }

        .blog-page .blog-column1 {
            padding-bottom: 30px;
        }

        .blog-page {
            padding-top: 30px;
            padding-bottom: 40px;
        }

            .blog-page .img-thumbnail {
                height: 200px;
                margin-bottom: 20px;
            }

            .blog-page .text-block h4 {
                padding: 9px 0;
                font-size: 12px;
            }

            .blog-page .pages {
                padding-top: 60px;
                text-align: center;
            }

        .blog-page {
            padding-bottom: 80px;
        }

            .blog-page .image-one {
                padding-bottom: 0;
            }

        #blog-page .blog-heading1 h2 {
            font-size: 22px;
            padding-bottom: 10px;
        }

        #blog-page .blog-heading2 h6 {
            padding: 0;
            letter-spacing: 0;
        }

        #blog-page .heading1 {
            font-size: 24px;
            line-height: 30px;
        }

        #blog-page h4 {
            font-size: 12px;
            padding-top: 10px;
        }

        #blog-page .heading2 {
            font-size: 24px;
            letter-spacing: 0;
        }

        #blog-page .img-thumbnail {
            height: 200px;
        }

        #blog-page .text-block h4 {
            padding: 11px 3px;
        }

        #blog-page .blog-heading2 a {
            font-size: 13px;
        }

        .portfolio .box .img-fluid {
            height: 200px;
        }

        .services .inner-content {
            border: none;
            padding: 20px;
        }

        .services h2 {
            font-size: 24px;
            padding: 20px 0;
            margin-bottom: 20px;
        }

        .services p {
            font-size: 12px;
            line-height: 22px;
        }

        .services select {
            font-size: 12px;
            padding: 10px 5px;
            margin-bottom: 15px;
        }

        .portfolio .carousel-control-next {
            right: -78px;
        }

        .portfolio .carousel-control-prev {
            left: -78px;
        }

        .portfolio .overlay {
            height: 87.2%;
            width: 85.5%;
        }

        .portfolio .text {
            font-size: 12px;
        }

        .portfolio .overlay img {
            width: 50px;
        }

        #portfolio .overlay {
            height: 88%;
            width: 87.5%;
        }
    }
    /*== 425px Media Queries Styles ==*/
    @media screen and (max-width: 425px) {
        .navbar-toggler {
            padding: 1px 6px;
        }

        .navbar-toggler-icon {
            width: 20px;
            height: 25px;
        }

        .top-container .container {
            padding-left: 22px;
            padding-right: 22px;
        }

        .container {
            padding-left: 30px;
            padding-right: 30px;
        }

        .top-container .col1 h5 {
            font-size: 9px;
            letter-spacing: 1px;
        }

        header .carousel-item h3 {
            font-size: 12px;
            padding: 10px 20px;
        }

        header .carousel-item h1 {
            font-size: 18px;
            padding-bottom: 5px;
        }

        header .carousel-item h2 {
            font-size: 14px;
            padding-bottom: 15px;
            letter-spacing: 0px;
        }

        header .btn-primary {
            font-size: 12px;
            padding: 7px 10px;
            font-weight: 600;
        }

        header .carousel-item img {
            height: 570px;
        }

        header .carousel-indicators {
            bottom: 20px;
        }

            header .carousel-indicators li {
                width: 30px;
                margin-left: 3px;
                margin-right: 3px;
            }

        .about .col1, .about .col2, .about .col3 {
            padding-bottom: 20px;
            text-align: center;
        }

        .about .inner-content {
            text-align: center;
        }

        .about .col3 {
            padding-top: 20px;
            padding-bottom: 0px;
        }

        .about .heading h4 {
            padding-bottom: 20px;
        }

        .blog-column1 {
            padding-bottom: 20px;
        }

        .blog .row:nth-child(2) {
            padding-bottom: 0;
        }

        .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .Subscribe .heading h3 {
            text-align: center;
        }

        .portfolio .card-deck .card .img-fluid {
            width: 100%;
        }

        .Subscribe .btn-info {
            width: 100%;
        }

        .Subscribe input {
            width: 100%;
            text-align: center;
        }

        .Subscribe form {
            float: none;
        }

        .navbar-brand img {
            width: 50%;
        }

        .banner {
            height: 320px;
        }

            .banner .heading h1 {
                font-size: 20px;
                padding-bottom: 5px;
            }

            .banner .heading h2 {
                font-size: 14px;
                padding-bottom: 15px;
                letter-spacing: 1px;
            }

        #about-us .image {
            height: 200px;
        }

        #about-us p {
            font-size: 12px;
        }

        #about-us {
            padding-top: 30px;
        }

        #contact p {
            line-height: 24px;
        }

        #contact textarea.form-control {
            height: 150px;
        }

        #contact input {
            height: 42px;
        }

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

        #contact .btn-primary {
            height: 46px;
            font-size: 12px;
            width: 135px;
        }

        #contact {
            padding-bottom: 10px;
        }

        .blog-page h2 {
            font-size: 22px;
        }

        .blog-page .pages .btn-primary {
            font-size: 12px;
            width: 132px;
            margin-right: 5px;
        }

        .blog-page {
            padding-top: 30px;
            padding-bottom: 60px;
        }

        #blog-page .blog-heading2 a {
            font-size: 12px;
        }

        .about .row:nth-child(2) {
            margin: 0;
        }

        #blog-page .heading1 {
            font-size: 18px;
            line-height: 24px;
        }

        #blog-page figure img {
            height: 200px;
        }

        #blog-page h4 {
            text-align: center;
            padding-top: 0;
            padding-bottom: 10px;
        }

        #blog-page .social-links {
            text-align: center;
        }

        #blog-page p {
            font-size: 12px;
        }

        .portfolio .carousel-control-prev {
            left: 0;
        }

        .portfolio .carousel-control-next {
            right: 0;
        }

        .portfolio .heading h3 {
            font-size: 18px;
        }

        .portfolio .heading h4 {
            line-height: 18px;
        }

        .portfolio .main-content {
            padding-left: 0;
            padding-right: 0;
        }

        .portfolio .box .img-fluid {
            height: 250px;
        }

        .portfolio .fa {
            padding: 6px 9px;
            background: #000000a3;
        }

        .portfolio .carousel-control-next, .carousel-control-prev {
            color: #fff;
        }

        #portfolio h4 {
            font-size: 12px;
            line-height: 24px;
        }

        .services .image {
            height: 200px;
        }

        .services h2 a {
            line-height: 30px;
            font-size: 14px;
            padding-left: 0;
        }

        #portfolio {
            padding-bottom: 50px;
        }

            #portfolio button {
                width: 130px;
                line-height: 30px;
            }

            #portfolio .load-more {
                padding-top: 20px;
            }

        .portfolio .overlay {
            height: 89.2%;
            width: 100%;
        }

            .portfolio .overlay img {
                width: 15%;
            }

        .services {
            padding: 50px 0;
        }

            .services .fa-2x {
                line-height: 36px;
                font-size: 24px;
            }

            .services .card {
                margin-bottom: 20px;
            }

        #portfolio .img-fluid {
            height: 250px;
        }

        #portfolio .overlay {
            height: 89%;
            width: 93%;
        }

            #portfolio .overlay img {
                width: 15%;
            }

        .Subscribe .main {
            padding: 20px 0;
            margin: 0;
        }

        #blog-page .social-links li {
            width: 84px;
            margin-right: 0px;
        }
    }
    /*== 375px Media Queries Styles ==*/
    @media screen and (max-width: 375px) {
        .top-container .col2 .fa {
            width: 25px;
            height: 25px;
            padding: 7px 0;
        }

        header .carousel-item h1 {
            font-size: 16px;
        }

        header .carousel-item h2 {
            font-size: 12px;
            padding-bottom: 10px;
            letter-spacing: 0px;
        }

        header .carousel-item img {
            height: 520px;
        }

        footer .footer-copyright p {
            padding: 10px 5px;
            margin-bottom: 0;
        }

        header .carousel-caption {
            top: 77%;
        }

        header .carousel-item h3 {
            margin-bottom: 10px;
        }

        header .carousel-indicators {
            bottom: 10px;
        }

        header .btn-primary {
            padding: 5px 10px;
        }

        header .carousel-control-next, .carousel-control-prev {
            top: 25%;
        }

        .about {
            padding-top: 20px;
        }

        .portfolio .carousel-control-prev {
            left: 4px;
        }

        .portfolio .carousel-control-next {
            right: 4px;
        }

        .portfolio .overlay {
            height: 89.2%;
            width: 100%;
        }

        .services .fa-2x {
            line-height: 32px;
            font-size: 20px;
        }

        .services h2 a {
            line-height: 20px;
            font-size: 12px;
        }

        #portfolio .overlay {
            height: 89.2%;
            width: 92%;
        }
    }
    /*== 320px Media Queries Styles ==*/
    @media screen and (max-width: 320px) {
        .top-container .col2 .fa {
            width: 23px;
            height: 23px;
            padding: 7px 0;
            font-size: 11px;
        }

        header .carousel-item h3 {
            font-size: 11px;
            padding: 10px 10px;
        }

        header .carousel-item h5 {
            line-height: 15px;
            padding-bottom: 16px;
        }

        .banner .heading h1 {
            font-size: 17px;
        }

        .banner .heading h2 {
            font-size: 12px;
        }

        #about-us h3 {
            font-size: 22px;
        }

        #blog-page .break {
            display: inline;
        }

        #blog-page .social-links li {
            width: 86px;
            height: 28px;
            margin-right: 0px;
            padding: 0;
        }

            #blog-page .social-links li span {
                padding-left: 12px;
            }

        #blog-page .inner-contant {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .portfolio .carousel-control-prev {
            left: 8px;
        }

        .portfolio .carousel-control-next {
            right: 8px;
        }

        .Subscribe .heading h3 {
            font-size: 21px;
        }

        .services h2 a {
            font-size: 11px;
        }

        .portfolio .overlay {
            height: 89.2%;
            width: 91%;
        }

        .services .fa-2x {
            line-height: 32px;
            font-size: 16px;
        }

        .services .image {
            height: 150px;
            margin-bottom: 20px;
        }

        #portfolio h4 {
            padding-top: 30px;
            padding-bottom: 20px;
        }

        #portfolio .overlay {
            height: 89.2%;
            width: 91%;
        }

        .Subscribe .heading h3 {
            font-size: 18px;
        }
    }


.fancybox-thumbs {
    background-color: #222;
}

    .fancybox-thumbs .fancybox-thumbs__list a:before {
        border: 6px solid #ffffff;
    }

.fancybox-caption__body {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

    .fancybox-caption__body .desc {
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
        margin: 0px 0;
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
    }

.fancybox-button svg path {
    fill: #efefef !important;
}

.fancybox-button:hover svg path {
    fill: #fff;
}

.gallery-box {
    display: block;
    background-color: #fff;
    /*border: 2px solid #fff;*/
    width: 20%;
    height: 330px;
    position: relative;
    overflow: hidden;
}

    .gallery-box .apri {
        display: block;
        position: absolute;
        z-index: 2;
        top: -20%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        opacity: 0;
        background-color: #002c42;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        .gallery-box .apri i {
            color: #fff;
            font-size: 18px;
        }

    .gallery-box img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        border: 2px solid #fff;
    }

    .gallery-box:hover .apri {
        top: 50%;
        opacity: 1;
    }

    .gallery-box:hover img {
        opacity: 0.5;
        transform: scale(1.1);
    }
.ancora {
    position: relative;
    top: -150px;
}
/* ******** INFORMATIVA ******** */
.pnlInformativa {
    position: fixed;
    max-width: 915px;
    width: 90vw;
    top: 30px;
    left: calc(50% - 425px);
    z-index: 99999;
    background: #FBF6EF !important;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(115,115,115,0.81);
    box-shadow: 0px 0px 15px 5px rgba(115,115,115,0.81);
    padding: 16px;
    font-size: 14px;
}

#testoInf {
    font-family: -apple-system, sans-serif !important;
    line-height: 20px;
}

#personalizza, #rifiuta, #accetta, #rifiutaT, #salvaPreferenze {
    border-radius: 64px !important;
}

@media (max-width: 575px) {
    .pnlInformativa {
        max-width: 400px;
        width: 90vw;
        top: 30px;
        left: calc(50% - 175px);
    }

    #accetta {
        margin-top: 2px;
    }
}

/* *************** COOKIE ************ */
.pnlCookie {
    position: fixed;
    max-width: 600px;
    width: 90vw;
    top: 30px;
    left: calc(50% - 300px);
    z-index: 99999;
    background: #FBF6EF !important;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(115,115,115,0.81);
    box-shadow: 0px 0px 15px 5px rgba(115,115,115,0.81);
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
}

@media (max-width: 575px) {
    .pnlCookie {
        max-width: 400px;
        width: 90vw;
        top: 30px;
        left: calc(50% - 175px);
    }
}


.cookie .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .cookie .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.cookie .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .cookie .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.cookie input:checked + .slider {
    background-color: #2196F3;
}

.cookie input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.cookie input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    content: "\2714";
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    color: #2196F3;
}

/* Rounded sliders */
.cookie .slider.round {
    border-radius: 34px;
}

    .cookie .slider.round:before {
        border-radius: 50%;
    }


.cookie .switchDisabled {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .cookie .switchDisabled input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.cookie .sliderDisabled {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .cookie .sliderDisabled:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
        content: "\2714";
        font-size: 22px;
        text-align: center;
        line-height: 26px;
        color: #ccc;
    }

    .cookie .sliderDisabled.round {
        border-radius: 34px;
    }

        .cookie .sliderDisabled.round:before {
            border-radius: 50%;
        }

    .cookie .sliderDisabled.False:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
        content: "";
        font-size: 22px;
        text-align: center;
        line-height: 26px;
        color: #ccc;
    }

#privacyModal .modal-body {
    max-height: 80vh;
    overflow: auto;
}

/* ##################
/* ### CONFERME ###*/
/*#################*/
.novisibile {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.conferma {
    width: 344px;
    background-color: white;
    height: 70px;
    -webkit-box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    -moz-box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    border: 1px solid grey;
    position: fixed;
    left: calc(50vw - 112px);
    top: 100px;
    z-index: 10;
}

    .conferma div {
        float: left;
        text-align: center;
        vertical-align: middle;
        height: 68px;
    }

.divConf1 {
    background-color: #23ca05;
    color: white;
    width: 35px;
    font-size: 70px;
    font-weight: bold;
    line-height: 0px;
    padding-top: 16px;
}

    .divConf1 i {
        font-size: 22px;
        color: white;
    }

.divErr1 {
    background-color: red;
    color: white;
    width: 35px;
    font-size: 70px;
    font-weight: bold;
    line-height: 0px;
    padding-top: 16px;
}

    .divErr1 i {
        font-size: 22px;
        color: white;
    }

.divConf2, .divConf3 {
    width: 272px;
    color: #1a1a1a;
    text-align: center;
    padding: 10px;
}

    .divConf2 p, .divConf3 p {
        margin-top: 4px !important;
        font-size: 12px !important;
        margin-bottom: 4px !important;
        text-align: left;
    }

    .divConf2 h6, .divConf3 h6 {
        margin-top: 2px !important;
        margin-bottom: 0px !important;
        font-size: 13px !important;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
    }


.chiudiConferma i {
    font-size: 22px;
}

.chiudiConferma {
    width: 35px;
    color: #666666;
    font-size: 60px;
    padding-top: 18px;
    font-weight: bold;
    cursor: pointer;
    line-height: 0px;
}

.hilight {
    border: 2px solid red !important;
}


/* #######################*/
/* ### FINE CONFERME ###*/
/*######################*/

