@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}
.header__pading__set {
    padding: 16px 0px 14px 0px !important;
}
.logo__set {
    width: 94px;
    filter: drop-shadow(0px 1px 0px black);
}
.display__flex{
    display: flex;
}
.gap__8{
    gap: 8px;
}
.align__items__center{
    align-items: center;
}
.company__name__set__header h5{
    font-size: 32px;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    margin-bottom: 0px;
    color: #435fa9;
    text-shadow: 1px 2px 3px #3838385c;
}
.company__name__set__header p{
    font-size: 8px !important;
    letter-spacing: 2px;
    color: #767676;
    margin-bottom: 0px;
}
.justify_content_space_between{
    justify-content: space-between !important;
}
.font__style{
    font-family: "Bree Serif", serif;
    font-weight: 200;
    font-style: normal;
    /* font-family: "Tagesschrift", system-ui;    */
}
/* TOP HEADER */

.top_header{
    background: #041833 !important;
}
.topbar__left>a {
    font-size: 13px;
    font-weight: 600 !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.5px;
}
.topbar__right>a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}
.topbar__right>a>i {
    font-size: 13px;
    color: #c0d500 !important;
}

.main-menu .main-menu__list, .stricky-header .main-menu__list {
    margin-left: auto;
    border-right: 1px solid #e6eaef;
    padding-right: 20px !important;
    margin-right: 33px;
}

.active__menu_btn{
    font-weight: 700;
    color: #5e5d5d;
/*    text-transform: uppercase;*/
    text-shadow: 0px 8px -1px #efeded;
    border-bottom: 2px solid red;
    border-radius: 6px;
    padding: 2px 18px 2px 18px;
    box-shadow: 0px 2px 2px 0px #00000080;
    letter-spacing: 1px;
}
.main-menu .main-menu__list>li>a::before, .stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 2px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background-color: #5586e5;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.header__box{
    box-shadow: 0px 10px 23px -10px rgb(0 0 0 / 43%) !important;
    border-bottom: 3px solid #1650ec !important;
}

.main-slider .swiper-slide p {
    border-bottom: 1px solid white !important;
}
.main-slider .swiper-slide .container {
    padding-top: 99px !important;
    padding-bottom: 158px !important;
}

.fullslider2 .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(1 3 12 / 62%) !important;
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 65%) 50%, rgb(0 0 0) 100%) !important;
    z-index: 1;
}
.main-slider .swiper-slide h2 {
    text-shadow: 0px 4px 11px black !important;
}
.main-slider .swiper-slide p {
    font-size: 17px !important;
    padding-left: 15px !important;
    border-radius: 26px !important;
}

.main-slider .swiper-slide p {
    font-size: 16px !important;
    padding-left: 15px !important;
    border-radius: 26px !important;
    letter-spacing: 4px !important;;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    color: white !important;
    text-shadow: 0px 4px 11px black !important;
}

.webbtncss {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid white;
    padding: 7px 16px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}

.webbtncss:hover {
  color: black;
  border: 2px solid transparent;
  background: aliceblue;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.webbtncss::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: purple;
  z-index: -1;
  transition: all 1s;
}

.webbtncss:hover::before {
  width: 160%;
}
.contact-one__form-input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: #f2f2f2 !important;
    color: var(--thm-color);
    height: 44px !important;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    font-size: 15px;
}
.background__0c307d{
    background: #0c307d !important;
}
.background__0c307d:hover {
  color: white;
  border: 2px solid transparent;
  background: aliceblue;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.text-align-center{
    text-align: center!important;
}
.ourproducts {
    background: linear-gradient(45deg, #b6e4fa, #f9f9f9) !important;
    padding: 25px 0 40px;
    margin: 60px 0;
    margin-bottom: 0px !important;
}
.card_new {
    display: flex;
    align-items: center;
    background: #f0f8ff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.01), 5px 0 10px rgba(0, 0, 0, 0.01), 0 -5px 10px rgba(0, 0, 0, 0.01), 0 5px 10px rgba(0, 0, 0, 0.01);
    border: 1px solid #fff;
    border-radius: 20px !important;
    padding: 15px;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
/*    height: 160px;*/
    transition: all ease-in-out .5s;
}
.card_new:hover {
/*    background: linear-gradient(to top, #abe0f95e, #e1f3fc5e);*/
    box-shadow: 3px 3px 13px #004b8d4a;
}
.service-one__content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #fa1c1c;
    color: #ffffff !important;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    box-shadow: rgb(135 134 134 / 85%) 0px 5px 12px -3px;
    border-bottom: 3px solid #010101;
}

.service-one__content {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 6px solid #004aa1;
}
.feature-one .block-title {
    margin-bottom: 20px !important;
}
.funfact-one .container [class*=col-]:not(:first-of-type)::before {
    content: '';
    width: 3px;
    height: 43px;
    background-color: #ffffff00 !important;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
}
.heading_set {
    background: url(../img/headings_line.png) repeat-x 0 39%;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
}
.heading_set p {
    font-size: 15px !important;
    line-height: 18px;
    background-color: #dedbe1;
    padding: 0px;
    display: block;
    color: #807c7c !important;
    font-style: italic;
    margin: 0;
    text-align: left;
}
.heading_set h1 {
    font-size: 35px;
    text-shadow: 0px 2px 4px #000000;
    line-height: 19px;
    background-color: #d71010;
    padding: 5px 19px 13px 19px;
    color: #ffffff !important;
    display: inline-block;
    text-align: start;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
/*.service-one__content {*/
/*    background-color: #efefef59 !important;*/
/*}*/
.service-one__content {
    background-color: #b7e4ff1f !important;
}
.feature-one {
    background-color: #eff2f6;
    padding-bottom: 120px;
    padding-top: 134px !important;
    position: relative;
}
.block-title .blog-title__h2 {
    margin-bottom: 92px !important;
}
.blog-card__content {
    width: 100%;
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    position: relative;
    margin-top: -30px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 11%) 0px 8px 24px !important;
    border: 2px dashed #242482;
    height: 400px !important;
}
.site-footer {
    border-top: 3px solid #c0d500;
    border-bottom: 3px solid #c0d500;
}
.bottom-footer {
    background-color: #09192c;
    padding-top: 6.5px !important;
    padding-bottom: 6.5px !important;
}

p {
    font-family: "calibri" !important;
    font-weight: 500;
    font-style: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    text-align: justify !important;
    font-size: 16px !important;
}
.why-choose{
    padding-bottom: 0px !important;
}
.bottom-footer p {
    color: var(--thm-text-dark);
    margin: 0;
    font-size: 14px !important;
}
.page-header__bg{
    border-bottom: 3px solid #bfbfbf;
}
.page-header .container {
    padding-top: 53px !important;
    padding-bottom: 49px !important;
}
.design1 {
    margin-top: 35px !important;
    font-size: 25px;
}
.design3 {
    margin-top: 0px !important;
    width: 100% !important;
    margin-left: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.page_background_set{
    background: white;
    padding: 39px;
    border: 2px dashed #435fa9;
        box-shadow: rgb(128 152 240 / 25%) 0px 54px 55px, rgb(36 69 183 / 12%) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.set_margin{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.design9 {
    padding: 20px;
    width: 100% !important;
}
.img1 {
    height: 347px !important;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top: 0px solid var(--thm-black) !important;
    margin-bottom: 15px;
    border-radius: 33px;
}
.design9 {
    padding: 28px !important;
    width: 100% !important;
    background-color: white;
    color: black;
    margin-right: 30px;
    border: 2px dashed #435fa9;
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: rgb(128 152 240 / 25%) 0px 54px 55px, rgb(36 69 183 / 12%) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}
.blog-card__content_service{
    width: 100%;
    background-color: #ffffffde;
    padding: 30px 30px 20px 30px;
    position: relative;
    margin-top: 0px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 11%) 0px 8px 24px !important;
    border: 2px solid #bcbcbc;
}
.border_none{
    border: none !important;
}
.contact-one__form {
    margin-top: 0px !important;
    position: relative;
    z-index: 10;
    margin-left: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.page_background_set, .design9{
 background: #2961cc05;background-color: white;
        background-image: linear-gradient(285deg, rgb(255 255 255 / 15%) 25%, #0000000d 25%, transparent 50%, rgb(0 0 0 / 0%) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 5px 5px;   
}

.linkcss{
    background: #ffffff;
    padding: 9px 0px 8px 12px;
    border-left: 4px solid blue;
}
}