﻿* {
    /* font-family: 'Roboto', sans-serif ;*/
    /* font-family: 'Exo 2', sans-serif;*/
    /*font-family: 'Jura', sans-serif;*/
    /*  font-family: 'Roboto', sans-serif;*/
    font-family: 'Play', sans-serif!important;
}

/*html,
body {
    position: relative;
    height: 100%!important;
}*/
/*.xxscard {
    width: 300px;
    margin: 0 auto;
    border: 0px;
    position: relative;
    margin-bottom: 35px;
}*/

/*.xxscard-body {
    text-align: center;
}*/

hr {
    border: none;
    color: #c65300;
    background-color: #c65300;
    height: 0px;
    border-bottom: 2px solid #c65300;
    opacity: 1;
}


iframe
 {
      width: 90%;
     margin:0 auto;
     border: 0px;
    
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #c65300!important;
}
.tab-pane{padding-left:60px;}

#map {
    height: 500px;
    width: 100%;
    margin: 0 auto;
}


.topbutton {
    background: #c65300;
    border-radius: 0px;
    padding: 10px 25px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #c65300;
    cursor:pointer;
}
.topbutton:hover {
    background: #ffffff;
    color: #c65300 !important;
    border: 1px solid #ffffff;
}
.alertok{display:none;}
.alerterror {
    display: none;
}
.formblock {
    padding: 20px;
   /* background-color: #f1f1f1;*/
  /* border:1px solid #e4e4e4;*/
   /* border-bottom: 1px solid white;*/
    /*-webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*background: url(/contentimages/волк4.jpg) 50% 50% no-repeat;*/
    background-size: cover;
    padding-bottom:5px;
    /*background-attachment: fixed*/
}
.formblockback{}

.show2 {
    /* display: none;*/
    transition-property: all;
    transition-duration: .2s;
    width: 100% !important;
}
.show1 {
    width: 100%;
    transition-property: all;
    transition-duration: .2s;
}
.deflinkBL {
  
    color: #c65300;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    text-decoration: none;
}

    .deflinkBL:hover {
        color: #c65300;
        border-bottom: solid 1px #c65300;
    }

.deflinkB {
    transition-property: all;
    transition-duration: .2s;
    color: gray;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    border-bottom: dashed 1px gray;
}
    .deflinkB:hover {
        /*border-bottom: dashed 1px rgba(255, 255, 255, 0.0);*/
        border-bottom: solid 1px black;
    }

.deflinkBActive {
    color: black;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.0);
}



.newstags {
    width: 100%;
    text-align: center;
    padding: 7px;
    background-color: white;
    margin-bottom: 30px;
}
.newstags a {font-size:17px;
    display:inline-block;
    text-decoration: none;
    padding: 5px;
    padding-left:10px; padding-right:10px;
    color:black!important;
}
    .newstags a:hover{color:#c65300!important;  }

    .newstags a.active{background-color:#c65300; color:white!important; }


    .newstags a:hover sup {
        
        text-decoration: none;
    }

        a {
            transition-property: all;
            transition-duration: .2s;
        }
.serviceslink {
    padding: 0px;
    color: black;
    text-decoration: none;
    padding: 10px
}
.newslink {
    padding: 0px;
    color: black;
    text-decoration: none;
    padding: 10px
}

.nlistimg {
    
    transition-property: all;
    transition-duration: .7s;
}

.serviceslinkbody {
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .serviceslinkbody:hover .nlistimg {
        transform: scale(1.2);
    }

.newslinkbody:hover .nlistimg {
    transform: scale(1.2);
}
.nlistimgwrap {
    overflow: hidden;
}
.gallblock {
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:2%;
}

.gallbody {
    width: 200px;
    height: 150px;
    position: relative!important;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    .gallbody > div {
        width: 200px;
        height: 150px;
        background-size: cover !important;
        background-blend-mode: multiply;
        transition-property: all;
        transition-duration: .7s;
        padding: 10px;
        position: absolute !important;
        top: 0px;
    }

    .gallbody span {
        position: absolute !important;
        color:white;
        right: 90px;
        top: 65px;
        z-index:2!important;
        display:block;
    }
    .gallbody:hover>div {
        transform: scale(1.1);
    }

    .newslinkbody {
        overflow: hidden;
        background-color: white;
        border-bottom: 1px solid white;
        -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
.newslinkbody:hover {
    border-bottom:1px solid #c65300;
}
    .serviceslinkbody:hover {
        border-bottom: 1px solid #c65300;
    }
.newslinktext {
    font-size: 15px;
    text-align: left;
    height: 90px;
    padding: 8px;
    color: black;
}
.serviceslinktext {
    font-size: 18px;
    text-align: center;
    height: 60px;
    padding: 8px;
    color: black;
}
.newslinktext small {
    color: gray
}

    .modal-header-admin {
        background-color: #c65300;
        color: white;
    }
.adminpanel {
    background-color: #c65300;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
    .adminpanel a {
        color: white;
        text-decoration: none
    }
    .adminpanel button {
        color: white;
       
    }

    blockquote {
        font-size: 1.4em;
        width: 100%;
        max-width: 700px;
        background-color: #ebebeb;
        padding: 17px;
        border-left: 2px solid #c65300;
        line-height: 1.4;
        margin: 0 auto;
    }

.fff {
    -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contant_a a{color:#c65300}
.contant_a a:hover {
    text-decoration:none;
}
.contant_a {text-align:justify;
    font-size: 15pt
}
.contant_a img {
    width: 100%;
}
.logosm {
    display: none
}
.pretopmenu {
    padding: 5px;
    text-align: right;
    padding-right: 20px
}
    .pretopmenu a {
        color: white;
        text-decoration: none;
        padding: 10px;
        color: white;
        font-weight:500;
        
    }

.deflink {
    color: #c65300;
    text-decoration: none;
}
.deflink:hover  {
    color: #c65300; text-decoration:underline;
}

.defbtn {
    transition-property: all;
    transition-duration: .2s;
    background-color: white;
    /* border-radius: 10px;*/
    border: 1px solid #c65300;
    display: inline-block;
    cursor: pointer;
    color: #c65300 !important;
    font-family: Verdana;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
    
    text-transform: uppercase;
}

    .defbtn:hover {
        background-color: #c65300;
        color: white!important;
    }

.defbtn:active {
    position: relative;
    top: 1px;
}



/*.dropdown-item{width:inherit;}*/
/*    .dropdown-item:focus, .dropdown-item:hover{background-color:white;}*/


 
.rememberme {
    color: silver;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 15px;
    z-index: 200;
}

.inmemory {
    color: #c65300
}

.form-control:focus, select:focus, a:focus,*:focus, .dropdown-toggle:focus {
    border-color: #c65100 !important;
    box-shadow: 0 0 0px rgba(98, 101, 228, 1) !important;
    outline: 0 !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler{padding:7px;}

.leftbrand img{
 position: absolute;
    width: 120px;
    z-index: 1500;
    left: 75px;
    top: 0px;
}
.logobg {
   
}

.leftbrand img.logosm {
    /* position: absolute;
    width: 120px;
    z-index: 1500;
    left: 50px;
    */
    width: 130px;
    top: 7px;
}



/*.topmenublack .dropdown-menu {
    background-color: black;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(34 60 80 / 0%) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0) !important;
    box-shadow: 0px 0px 0px 0px rgb(34 60 80 / 0) !important;
    border-radius: 0 !important;
}
.topmenuwhite .dropdown-menu {
    background-color: white;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(34 60 80 / 0%) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0) !important;
    box-shadow: 0px 0px 0px 0px rgb(34 60 80 / 0) !important;
    border-radius: 0 !important;
}*/

.topmenu  {
    
    text-align: right;
    margin: 0 auto;
     padding: 7px;
    padding-left: 0px !important;
    padding-right:3%;
}

.topmenublack {
    background-color: black;
}
.topmenuwhite {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.4);
    -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.4);
    box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.4);
}

.topmenublack li a {
  color: white;
}

.topmenuwhite li a {
     color: black;
}

    .topmenu li {
        display: inline;
        padding: 13px;
        padding-left: 1%;
        padding-right: 1%;
        width:15%;
       
    }

    .topmenu li a {
        display: inline-block;
        font-weight: 400;
        
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
    }

  .topmenublack li a {
    
    color: white;
     
}

 .topmenuwhite li a {
 
    color: black;
     
}

        .topmenu li a:hover {
            color: #c65300;
            
        }

    .topmenu .nav-item {
        border-bottom: 1px solid rgba(0, 0 ,0 , 0.0);
    }
        .topmenu .nav-item:hover {
            border-bottom: 1px solid #c65300;
        }

/*.dropdown-menu {*/
    /*transform: translate3d(0px, 40px, 0px) !important;*/
    /*border: 0px !important;
    border-bottom: 1px solid #c65300 !important;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
}*/
/*
.dropdown-menu li{display:inline-block; width:45%; text-align:center; padding:5px; margin:4px;}
    .dropdown-menu li a{width:100%}
    .dropdown-menu li a:hover {
        background-color:transparent;
    }
*/
    .topimg { margin-top:10vh;
        position:relative;
        height: 600px;
        background-blend-mode: multiply;
        background-size: cover!important;
        
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .topimg h2 {
        padding-top:70px;
        text-align: center;
        font-weight: 200;
        font-size: 3rem;

    }

    .topimg small{font-size:18px; display:block; font-weight:300; padding:10px}

.textblock h2{padding-top:20px; padding-bottom:15px}
.topimgsmprod {
    height: 600px;
    /* background-blend-mode: multiply;*/
    background-size: contain !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-position: center;
    background-repeat: no-repeat
}

    .topimgsmprod > div {
        padding-top: 50px
    }


.topimgsmprod h1 {
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
    align-self: flex-end; /*  */
    padding-top: 50px;
}

    .topimgsmprod .breadcrumbs {
        width: 100%;
        display: inline-block;
        text-align: center;
        background-color: transparent !important;
        align-self: flex-end;
    }

.topprodinfo {
    padding-top: 26%!important; 
    color:black;
}
    .topprodinfo .breadcrumbs .active{color:gray !important}


.topimgsm {
    padding-top: 50px;
    height: 500px;
    /* background-blend-mode: multiply;*/
    background-size: cover !important;
    /*   display: flex;
        align-items: center;
        justify-content: center;*/
    color: white;
    /*  background-attachment: fixed !important;*/
    /*   background-position: center;*/
    background-position: center;
}

    .topimgsm > div{ padding-top:50px; width:100%}

        .topimgsm h1 {
            text-align: center;
            font-weight: 200;
            font-size: 3rem;
            align-self: flex-end; /*  */
            
            width: 90%;
            max-width: 700px;
            margin: 0 auto;
        }
    .topimgsm .breadcrumbs {
        width:100%;
        display: inline-block;
        text-align: center;
        
        background-color: transparent !important;
        align-self: flex-end;
       
    }

.breadcrumbs a {
    font-size:19px;
    color: #c65300;
    text-decoration:none;
}

.breadcrumbs a:hover {
    font-size: 19px;
    color: white;
    text-decoration: none;
}
.breadcrumbs .active {
    font-size: 19px;
    color: white;
}
.topimgsm small {
    font-size: 18px;
    display: block;
    font-weight: 300;
    padding: 10px
}




.blk {
    /* background: url(/r.png) 50% 50% no-repeat;
        background-size: contain;
        height: 350px;
        width: 100%;*/
    position:relative;
    height:350px;
    width: 197px;
    margin:0 auto;
  /*  outline: 2px dashed slateBlue;*/
    overflow: hidden;
    transition: transform .2s;
}

    .blk img {
        
        width: 350px;
        position: absolute;
        transform: rotate(-90deg);
        padding-top: 50px;
        /*z-index: -1;*/
        top: 15%;
        left: -50%;
    }

    .blk:hover {
        /* z-index: 100000;
        transform: scale(1.3);*/
    }

.mobile {
    display: none !important;
}





footer{background-color:#1e1e1e;
       color:white;
       padding-bottom:10px;
       padding-top:10px;
}
    footer a {
        color: white;
        text-decoration:none;
    }

        footer a:hover {
            color: #c65300;
            text-decoration: underline;
        }
.logo-footer{max-width:150px; width:100%; margin:0 auto;}






/*style for sliders & filters=======================>>>*/
.swiper-pagination-bullet {
    background: #808080 !important;
    opacity: 1 !important
}

.swiper-pagination-bullet-active {
    background: #c65300 !important;
    opacity: 1 !important
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }





.sw1 a {
    text-decoration: none;
}


.b1 {
    text-align: center;
}

.b2 {
    background-color: #ffd800;
    display: inline-block;
    height: 100px;
    min-width: 200px;
    max-width: 300px;
    width: 100%;
    padding: 10px
}


.startfilter .swiper-slide {
    height: 500px;
    position: relative;
    text-align: center;
    /* margin: 0 auto;*/
}

    .startfilter .swiper-slide a {
        text-decoration: none;
        color: black;
    }

.swiper-button-next, .swiper-button-prev {
    color: #c65300
}



.swinner {
    background-color: white;
    margin: 9px;
    padding: 7px;
    position: relative;
    /* -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

      .swinner:hover {
    }

     .swinner .cal {
        font-size: 13px; padding-bottom:10px; display:block;
    }

.fltr {
    width: 100%;
    background-color: #1e1e1e;
    text-align: center;
    /*  -webkit-box-shadow: 0px 9px 12px -15px rgba(34, 60, 80, 0.6);
        -moz-box-shadow: 0px 9px 12px -15px rgba(34, 60, 80, 0.6);
        box-shadow: 0px 9px 12px -15px rgba(34, 60, 80, 0.6);*/
    padding: 8px;
    /* -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;*/
}

.fltrbtn {
    display: inline;
    padding: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 2%;
    padding-right: 2%;
    cursor: pointer;
    color: white;
    font-weight: 500;
    /*   -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
    /* -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);*/
    /* border:1px solid #f1f1f1;*/
}

    .fltrbtn:hover {
        background-color: #c65300;
        color: white;
    }

.fltrbtnsel {
    background-color: #c65300;
    color: white;
}









.fltrnews {
    width: 100%;
    background-color: #1e1e1e;
    text-align: center;
    /*  -webkit-box-shadow: 0px 9px 12px -15px rgba(34, 60, 80, 0.6);
        -moz-box-shadow: 0px 9px 12px -15px rgba(34, 60, 80, 0.6);
        box-shadow: 0px 9px 12px -15px rgba(34, 60, 80, 0.6);*/
    padding: 8px;
    /* -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;*/
}

.fltrbtnnews {
    display: inline;
    padding: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 2%;
    padding-right: 2%;
    cursor: pointer;
    color: white;
    font-weight: 500;
    /*   -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
    /* -webkit-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 0px 10px -3px rgba(34, 60, 80, 0.2);*/
    /* border:1px solid #f1f1f1;*/
}

    .fltrbtnnews:hover {
        background-color: #c65300;
        color: white;
    }

.fltrbtnselnews {
    background-color: #c65300;
    color: white;
}
    .fltrbtnselnews a {
        text-decoration: none !important;
        color: white;
        font-size: 15px;
    }
.fltrbtnnews a {
    text-decoration: none !important;
    color: white;
    font-size:15px;
}










.swiper-fix-text {
    position: absolute;
    height: 600px;
    background-blend-mode: multiply;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  width:100%;
    z-index: 2;
    color: white;
}

    .swiper-fix-text h1 {
        
        margin: 0 auto;
        text-align: center;
        font-weight: 300;
        font-size: 3rem; 
        color:white;
    }
    .swiper-fix-text small {
        font-size: 18px;
        display: block;
        font-weight: 300;
        padding: 10px
    }

.topimgprod {
    height: 600px;
    width:100%;
    background-blend-mode: multiply;
    background-size:cover!important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}


/*blinking button>>>>>>>>*/
.blinking {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        background-color:black;
        /*opacity: 0.7;*/
    }
}






        /*<<<======================= style for sliders & filters*/
        @media (max-width: 1020px) {
            .topmenu li a {
        display: inline-block;
        font-weight: 400;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
    }
}

    @media (max-width: 980px) { /* < x*/
      /*  .sbblock{height:380px}*/
        .sdmm {
            margin-top: 15px !important;
            padding-top: 20px;
            width: 100% !important
        }
            .topimgprod {
                background-size: auto 100% !important;
            }

            .sw1 h1{font-size:2rem; margin:0 auto; width:90%}
           /* .topmenu .dropdown-menu li {
                display: block;
                padding: 0px !important;
            }*/
        .topmenu li a {
            display: inline-block;
            font-weight: 400;
            font-size: 15px;
            text-decoration: none;
            text-transform: uppercase;
        }

       /* .sw1 {
            padding-top: 40px;
        }*/

    /*    .topmenublack .dropdown-menu {
            background-color: white;
        }*/

        .topmenublack {
            background-color: white;
        }

            .topmenublack li a {
                color: black;
            }

        .logobg {
            display: none !important;
        }

        .logosm {
            display: block !important;
        }

        .topmenu {
            height: 55px;
        }

            .topmenu .nav-item {
                border-bottom: 0px solid #c65300;
            }

                .topmenu .nav-item:hover {
                    border-bottom: 0px solid #c65300;
                }

        /*.dropdown-menu {*/
           /* transform: translate3d(0px, 50px, 0px) !important;*/
           /*float:right !important;
        }*/
/*
        .dropdown-menu {
            inset: 0px auto auto 75% !important;
        }*/

        .mobmenufoter {
            display:block;
            width: 100%;
            text-align:center!important;
        }

            .mobmenufoter a {
                width: 20% !important
            }

        .pretopmenu {
            display: none !important
        }

        .topmenu li a {
            text-align: center;
        }

        .screen {
            display: none !important;
        }

        .mobile {
            display: inline-block !important;
            width: 100% !important;
            text-align: right;
        }

            .mobile > li {
                text-align: right;
            }

        .leftbrand .logobg {
            left: 10px;
            top: 0px;
            width: 70px;
        }

        .leftbrand .logosm {
            left: 10px;
            top: 5px;
            width: 130px;
        }
        /*  .blk {
            height: 60px;
            width: 100%;
            transform: rotate(90deg);
        }*/
        .fimg {
            /*  display: block;*/
            height: 100%;
            width: initial;
            transform: rotate(90deg);
        }



        .topmenu {
            padding-top: 0px;
        }

            .topmenu li {
                display: inline-block;
                padding: 9px;
                width: 45%;
            }

        .topimg {
            /*padding-top:20px;*/
            height: 70vh;
        }

            .topimg h2 {
                padding-top: 0px;
                text-align: center;
                font-weight: 300;
                font-size: 1.7rem;
                width: 90%;
                margin:0 auto;
               
            }

        .topimgsm h1 {
            padding-top: 30px;
            text-align: center;
            font-weight: 300;
            font-size: 2rem;
            width: 90%;
            margin: 0 auto;
        }
    }

/*
@media (max-width: 415px) {
    .dropdown-menu {
        inset: 0px auto auto 55% !important;
    }
}*/