/**
*	Theme Name: Buck Und Partner
**/

body{
    font-family: 'Poppins', sans-serif !important;
}
html{
    scroll-behavior: smooth;
}
div#wrapper {
    max-width: 100%;
    margin: 110px auto 0;
    overflow: hidden;
}
img {
	height: auto;
    max-width: 100% !important;
}
.cover{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.site-logo {
    max-width: 320px;
}
  :root {
      --blue:   #0f3973;
      --golden: #d2ad41;
      --white: #ffffff;
      --black:  #181818;
    }
  
  *{
      box-sizing: border-box;
  }
  a,a:hover{
      text-decoration: none !important;
      transition: 0.3s all;
  }
  
  
  .d-flex{
      display:flex;
  }
  .flex-center{
      display:flex;
      justify-content: center;
      align-items: center;
  }
  .justify-content-between{
      justify-content: space-between;
  }
  .align-center{
      align-items: center;
  }
  .column-flow{
      flex-flow: column;
  }
  .semibold{
      font-weight: 600;
  }
  .light{
      font-weight: 300;
  }
  .closebtn,
  .openmenu,
  .menuToggle,
  .mobilesubmenu {
      display: none;
  }
  ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
  }
  
  /* Slider */
  .slick-list.draggable {
      padding: 0px;
  }
  .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  
  .slick-list:focus {
      outline: none;
  }
  
  .slick-list.dragging {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  
  .slick-track:before,
  .slick-track:after {
      display: table;
      content: '';
  }
  
  .slick-track:after {
      clear: both;
  }
  
  .slick-loading .slick-track {
      visibility: hidden;
  }
  
  .slick-slide{
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  
  [dir='rtl'] .slick-slide {
      float: right;
  }
  
  .slick-slide img {
      display: block;
  }
  
  .slick-slide.slick-loading img {
      display: none;
  }
  
  .slick-slide.dragging img {
      pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
      display: block;
  }
  
  .slick-loading .slick-slide {
      visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
      display: none;
  }
  /* icons */
  .site-icon{
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      min-width: 5px;
      min-height: 5px;
  }
  .phone-alt{
    background-image: url('images/phone.png');
      width: 21px; height: 21px;
      margin-right: 1px;
    vertical-align: bottom;
  }
  .clock{
    background-image: url('images/clock.png');
    width: 16px; height: 16px;
    margin-right: 7px;
    vertical-align: text-top;
  }
  .phone{
      background-image: url('images/telephone.png');
      width: 34px; height: 34px;
      margin-right: 13px;
  }
  .envelope{
      background-image: url('images/mail.png');
      width: 24px; height: 16px;
      margin-right: 9px;
  }
  .marker{
    background-image: url('images/marker.png');
    width: 30px; height: 44px;
    margin-left: 24px;
  }
  .locator{
    background-image: url('images/locator.png');
    width: 60px; height: 60px;
    margin-right: 28px;
    flex: 0 0 auto;
  }
  .phone-solid{
    background-image: url('images/telephone1.png');
    width: 38px; height: 38px;
    margin-right: 22px;
    flex: 0 0 auto;
 }
i.scroll-down{
    background-image: url('images/Scroll-Arrow.png');
    width: 49px; height: 28px;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
/********  Header  *********/
.site-header {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 18px #08080812;
}
.nav-bar {
	text-align: center;
}
.nav-bar ul li {
	display: inline-block;
    margin: 0 30px 0 0;
}
.nav-bar ul li:first-child{
    margin-left: 0;
}
.nav-bar ul li:last-child{
    margin-right: 0;
}
.nav-bar ul li a {
	font-weight: 400;
	font-size: 16.23px;
    font-weight: 600;
	color: #1f232c;
	display: inline-block;
}
.nav-bar ul li a:hover{
    color: #1C489B;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #36454F;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -11px;
    top: 1px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #36454F;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
.nav-menu ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 13px 20px;
    text-align: left;
    width: 270px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #1C489B;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.site-header .nav-menu .current_page_item > a,
.site-header .nav-menu .current_page_ancestor > a,
.site-header .nav-menu .current-menu-item > a,
.site-header .nav-menu .current-menu-ancestor > a,
.site-header .nav-menu li a:hover{
	color: #1C489B;
}
.main-navbar {
	display: flex;
	align-items: center;
}
.head-phone {
	margin-left: 88px;
}
.head-phone a {
	font-weight: bold;
	font-size: 22.31px;
	color: #1f232c;
	letter-spacing: -0.02em;
	display: inline-block;
}
.head-phone a:hover{
    color: #1C489B;
}
/***********   Home_banner     *********/
.banner-sec {
    color: #fff;
    padding-top: 240px;
    padding-bottom: 240px;
    position: relative;
    z-index: 1;
    background-position: top center !important;
}
.banner-sec::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #36454F;
	opacity: .6;
	z-index: -1;
}
.banner-text {
	width: 58%;
}
.banner-text h1,
.banner-text h2,
.banner-text h3,
.banner-text h4,
.banner-text h5,
.banner-text h6{
	font-weight: 500;
	font-size: 60.78px;
	letter-spacing: -0.04em;
	line-height: 76.99px;
	margin-bottom: 24px;
}
.banner-text h1 strong,
.banner-text h2 strong,
.banner-text h3 strong,
.banner-text h4 strong,
.banner-text h5 strong,
.banner-text h6 strong{
    color: #1C489B;
    font-weight: 500;
}
.allbanner-text{
    text-align: center;
}
.allbanner-text h1{
    font-weight: 600;
	font-size: 60.78px;
	letter-spacing: -0.04em;
	margin-bottom: 24px;
}
.all-pages-content{
    padding: 70px 0;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #36454F;
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.all-pages-content h1 strong,
.all-pages-content h2 strong,
.all-pages-content h3 strong,
.all-pages-content h4 strong,
.all-pages-content h5 strong,
.all-pages-content h6 strong{
    color: #1C489B;
    font-weight: 600;
}
.all-pages-content p{
    color: #36454F;
    font-size: 16.22px;
    line-height: 24.33px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #36454F;
    font-size: 16.22px;
    font-weight: 400;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.all-pages-content p a:hover{
    color: #1C489B;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 18px 0;
}
.all-pages-content ul li{
    color: #36454F;
    font-size: 16.22px;
    font-weight: 400;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after{
    color: #1C489B;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    top: 1px;
    left: 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
ul#breadcrumbs li a:hover{
    color: #1C489B;
}
.banner-text p {
	font-weight: 500;
	font-size: 20.26px;
	line-height: 36.47px;
	margin-bottom: 54px;
	width: 82%;
}
.banner-text a,
.habout-text a,
.sup-text a{
	font-weight: 400;
	font-size: 16.21px;
	color: #ffffff;
	border: 2px solid #1C489B;
	background-color: #1C489B;
	display: inline-block;
	padding: 12px 51px;
}
.banner-text a:hover,
.habout-text a:hover,
.sup-text a:hover{
    background-color: transparent;
}
.habout-text a:hover{
    color: #1C489B;
}
#banner_slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
div#banner_slider .slick-list.draggable, div#banner_slider .slick-track {
	height: 100%;
}
.banner_img_customoptions {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/***********   company_logo     *********/
.inner-logo-sec {
	padding-top: 53px;
	padding-bottom: 162px;
}
.company-logo {
	display: flex;
	align-items: center;
	height: 100%;
}
.company-logo img {
	height: 162px;
	object-fit: scale-down;
}
/***********   Home_about     *********/
.home-about-sec{
    padding-top: 90px;
}
.img-about {
    position: relative;
}
.img-about .habout-text{
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
}
/* .img-about img{
    width: 530px;
    height: 793px!important;
    object-fit: cover;
} */
.img-about-text {
    color: #fff;
    background-color: #36454F;
    width: 344px;
    position: absolute;
    right: 128px;
    bottom: 0;
    padding: 44px;
}
.img-about-text h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
}
.habout-text h1,
.habout-text h2,
.habout-text h3,
.habout-text h4,
.habout-text h5,
.habout-text h6{
	font-weight: 600;
	font-size: 40.55px;
	color: #36454F;
	margin-bottom: 23px;
}
.habout-text h1 strong,
.habout-text h2 strong,
.habout-text h3 strong,
.habout-text h4 strong,
.habout-text h5 strong,
.habout-text h6 strong{
    color: #1C489B;
    font-weight: 600;
}
.habout-text p {
	font-weight: 400;
	font-size: 16.22px;
	color: #36454F;
	line-height: 24.33px;
	margin-bottom: 18px;
}
.habout-text p strong{
    font-weight: 600;
}
.habout-text ul{
    list-style: none;
    padding: 0;
    margin: 18px 0;
}
.habout-text ul li {
    color: #36454F;
    font-size: 16.22px;
    font-weight: 400;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 25px;
}
.habout-text ul li::after{
    color: #1C489B;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    top: 1px;
    left: 0;
}
.habout-btn {
	padding-top: 47px;
}
.home-about-sec.page {
	margin-top: 88px;
	margin-bottom: 70px;
}
/***********   Number_count     *********/
.number-sec {
	padding-top: 59px;
	padding-bottom: 62px;
}
.number-sec .col-lg-3{
    position: relative;
}
.number-sec .col-lg-3::after {
    content: '';
    display: block;
    width: 2px;
    height: 79px;
    border-right: 1px solid #ececec;
    position: absolute;
    top: 49px;
    right: 0;
}
.number-sec .col-lg-3:last-child::after{
    content: none;
}
.number-main {
	text-align: center;
}
.number-main h2 {
	font-weight: bold;
	font-size: 105px;
	color: #e9ebec;
	margin-bottom: 0;
    position: relative;
	opacity: .6;
}
.number-main h4 {
	font-weight: 600;
	font-size: 24.3px;
	color: #10181a;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	margin: 0 auto;
}
/***********   Services     *********/
.hservicen-sec {
	background-color: #f6f7ff;
	padding-top: 70px;
	padding-bottom: 70px;
}
.service-head {
	text-align: center;
	width: 63%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.service-head h3 {
	font-weight: 600;
	font-size: 16.22px;
	color: #36454F;
	margin-bottom: 9px;
}
.service-head h2 {
	font-weight: 600;
	font-size: 48.66px;
	color: #36454F;
	margin-bottom: 0;
}
.service-head h2 strong{
    color: #1C489B;
    font-weight: 600;
}
.ser-content {
	text-align: center;
}
.ser-img img,
.ser-data img{
	margin: 0 auto;
}
.ser-data h3 {
	font-weight: 600;
	font-size: 22.52px;
	color: #36454F;
	margin-bottom: 23px;
}
.ser-data p {
	font-weight: 600;
	font-size: 15.02px;
	color: #898989;
	margin-bottom: 24px;
}
.ser-img {
	margin-bottom: 25px;
}
.service-slider .slick-dots li button::before {
	width: 15px;
	height: 15px;
	opacity: 1;
	color: #fff;
	border: 1px solid #1C489B;
	border-radius: 50%;
}
.service-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	background: #1C489B;
    color: #1C489B;
}
.service-slider .slick-dots {
	bottom: -68px;
}
/***********   Awards     *********/
.award-sec {
	padding-top: 87px;
	padding-bottom: 100px;
	padding-left: 197px;
}
.habout-text.award-head {
	width: 36%;
	padding-bottom: 36px;
}
.award-main .item {
	border: 1px solid #c7c7c7;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 32px;
	padding-bottom: 41px;
	margin: 0 14px;
}
.awar-img {
	height: 103px;
    display: grid;
    align-items: center;
}
.awar-img img {
	object-fit: scale-down;
	width: auto;
}
.awar-data {
	padding-bottom: 37px;
}
.awar-data h3 {
	font-weight: 600;
	font-size: 16.22px;
	color: #36454F;
	margin-bottom: 0;
}
.awar-name h2::before{
    content: '';
    display: block;
    height: 3px;
    width: 135px;
    background-color: #36454F;
    margin: 0px 0 10px;
}
.awar-name h2 {
	font-weight: 600;
	font-size: 16.22px;
	color: #36454F;
	margin-bottom: 0;
}
.awar-name {
	margin-top: 19px;
}
/***********   Outsource     *********/
.outsurce-sec {
	background-color: #36454F;
	color: #fff;
	margin-right: 121px;
}
.outscour-head {
	padding-top: 89px;
}
.outscour-head h4 {
	font-weight: bold;
	font-size: 20.28px;
	color: #ffffff;
	margin-bottom: 8px;
}
.outscour-head h3 {
	font-weight: 400;
	font-size: 48.66px;
	color: #ffffff;
	letter-spacing: -0.04em;
	margin-bottom: 14px;
}
.outscour-head p {
    font-weight: 400;
    font-size: 16px;
    color: #b3bbc6;
    margin: 0 0 20px 0;
    line-height: 28px;
    width: 95%;
}
.outscour-head ul {
	display: flex;
	flex-wrap: wrap;
    margin-top: 63px;
}
.outscour-head ul li {
	width: 50%;
	padding-right: 118px;
	margin-bottom: 63px;
}
.col-out h2 {
	font-weight: bold;
	font-size: 18.25px;
	color: #ffffff;
	margin-bottom: 5px;
}
.col-out p {
	font-weight: 300;
	font-size: 16.22px;
	color: #ffffff;
	line-height: 24.33px;
}
.outig::after{
    content: '';
    display: block;
    height: 2px;
    width: 62px;
    background-color: #222b37;
    margin: 17px 0 0;
}
.outig {
	padding-bottom: 17px;
}
.outsourc-img {
	width: 754px;
}
.outsourc-img img {
	width: 754px;
	height: 817px;
	object-fit: cover;
	object-position: center;
}
/***********   Team     *********/
.team-sec {
	padding-top: 89px;
	padding-bottom: 80px;
}
.main-team {
	padding-left: 128px;
	padding-right: 128px;
}
.team-head {
	text-align: center;
	padding-bottom: 50px;
}
.team-head h3 {
	font-weight: 600;
	font-size: 16.23px;
	color: #36454F;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.team-head h2 {
	font-weight: 600;
	font-size: 40.57px;
	color: #10181a;
	margin-bottom: 11px;

	text-transform: capitalize;
}
.team-head h2 span{
    color: #1C489B;
}
.team-head p {
	font-weight: 600;
	font-size: 16.23px;
	color: #929292;
	width: 52%;
	margin: 0 auto;
}
.member-main {
	text-align: center;
    transition: all 0.4s ease;
}
.member-img {
    position: relative;
    height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    width: 100%;
    overflow: hidden;
}
.member-img::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #36454F;
    opacity: 0;
    z-index: 0;
    transition: all 0.4s ease;
}
.member-main:hover .member-img::after{
    opacity: .8;
    height: 100%;
}
.memb-innerct {
    position: absolute;
    bottom: -1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    padding-bottom: 40px;
    transition: all 0.4s ease;
}
.member-main:hover .memb-innerct{
    bottom: 0;
}
.memb-innerct p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.member-data {
    padding-top: 25px;
    margin-bottom: 40px;
}
.member-data h3 {
	font-weight: 600;
	font-size: 18.26px;
	color: #36454F;
	margin-bottom: 12px;
}
.member-data a {
	color: #929292;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
    transition: all 0.4s ease;
}
.member-data a:hover{
    color: #1C489B;
}
/***********   Services_Support     *********/
.support-sec {
	color: #fff;
	padding-top: 153px;
	padding-bottom: 132px;
	position: relative;
	z-index: 1;
}
.support-sec::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #36454F;
	opacity: 0.6;
	z-index: -1;
}
.sup-text {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.sup-text strong {
	font-weight: 400;
	font-size: 16.34px;
	margin-bottom: 9px;
    display: block;
}
.sup-text h1,
.sup-text h2,
.sup-text h3,
.sup-text h4,
.sup-text h5,
.sup-text h6{
	font-weight: 600;
	font-size: 60.81px;
	margin-bottom: 35px;
}
.sup-text a {
	padding: 22px 45px;
    margin-top: 40px;
}
/***********   Testimonial     *********/
.testi-sec {
	padding-top: 92px;
	padding-bottom: 94px;
}
.testi-head {
	text-align: center;
}
.testi-head h3 {
	font-weight: 600;
	font-size: 16.21px;
	color: #36454F;
	margin-bottom: 7px;
}
.testi-head h2 {
	font-weight: 600;
	font-size: 48.64px;
	color: #36454F;
	margin-bottom: 0;
}
.testi-head {
	text-align: center;
	padding-bottom: 46px;
}
.slider-content img{
    margin: 0 auto;
    margin-bottom: 52px;
}
.slider-content p {
	font-weight: 400;
	color: #36454F;
	font-size: 24.32px;
	line-height: 34.48px;
	margin-bottom: 21px;
}
.slider-content h3 {
	font-weight: bold;
	font-size: 24.32px;
	color: #36454F;
	margin-bottom: 16px;
}
.slider-content h4 {
	font-weight: 400;
	font-size: 16.21px;
	color: #36454F;
	margin-bottom: 0;
}
.slider-content-img img {
	width: 98px;
	height: 98px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
}
.main-testi {
	width: 91%;
	margin: 0 auto;
}
.slick-current .slider-content-img img{
    border: 1px solid #1C489B;
}
.testi-slider-nav {
	width: 30%;
	margin: 0 auto;
	margin-top: 60px;
}
.slider-content {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.testi-slider .slick-prev::before {
	content: url(images/testi-left.png);
}
.testi-slider .slick-next::before {
	content: url(images/testi-right.png);
}

/***********   Footer     *********/
.site_footer {
    padding-top: 70px;
    padding-bottom: 0;
    position: relative;
    background-color: #36454F;
}
.site_footer::before {
	content: '';
	display: inline-block;
	height: 166px;
	width: 156px;
	border-radius: 50%;
	background-color: transparent;
	border: 0px solid #fff;
	box-shadow: inset 0px 16px #1C489B, inset 0px 16px 1px 1px #1C489B;
	-moz-box-shadow: inset 0px 16px #1C489B, inset 0px 16px 1px 1px #1C489B;
	position: absolute;
	top: -14px;
	left: -64px;
	transform: rotate(121deg);
}
.site_footer::after {
	content: '';
	display: inline-block;
	height: 166px;
	width: 156px;
	border-radius: 50%;
	background-color: transparent;
	border: 0px solid #fff;
	box-shadow: inset 0px 16px #1C489B, inset 0px 16px 1px 1px #1C489B;
	-moz-box-shadow: inset 0px 16px #1C489B, inset 0px 16px 1px 1px #1C489B;
	position: absolute;
	bottom: -69px;
	right: -64px;
	transform: rotate(-73deg);
}
.ft-logo {
	color: #fff;
	padding-top: 23px;
    position: relative;
    z-index: 1;
}
.footer-logo img{
    width: 250px;
}
.ft-logo ul {
	margin-top: 35px;
	margin-bottom: 0;
}
.ft-logo ul li {
	display: inline-block;
	margin: 0 3px;
}
.ft-logo ul li:first-child{
    margin-left: 0;
}
.ft-logo ul li:last-child{
    margin-right: 0;
}
.ft-logo ul li a {
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	display: grid;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.ft-logo ul li a:hover{
    border: 1px solid #1C489B;
    background-color: #1C489B;
}
.ft-logo span {
	font-weight: 400;
	font-size: 14.19px;
	line-height: 34.46px;
	display: inline-block;
}
.ft-menu strong.ft-mtitle {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
}
.ft-menu span,
.ft-menu a{
    font-weight: 400;
    font-size: 16px;
    color: #c3c3c3;
}
.ft-menu span{
    display: block;
}
.ft-menu a:hover{
    color: #1C489B;
}
.ft-menu.bot-text {
	padding-top: 29px;
}
.ft-menu ul li{
    margin-bottom: 15px;
}
.ft-menu.kontaktinformation ul li a,
.ft-menu.kontaktinformation ul li span{
    padding-left: 30px;
    display: inline-block;
    position: relative;
}
.ft-menu.kontaktinformation ul li a i,
.ft-menu.kontaktinformation ul li span i{
    position: absolute;
    top: 8px;
    left: 0;
}
.ft-menu p{
    color: #c3c3c3;
    font-size: 16px;
    font-weight: 400;
}
.ft-menu.burozeiten{
    padding-left: 30px;
}
.copyright {
    margin-top: 60px;
    border-top: 1px solid #424242;
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.copyright span{
    color: #c3c3c3;
    font-size: 16px;
    font-weight: 400;
}
/*Contact Us*/
.contactus-sec {
    padding: 80px 0 30px;
}
.contactus-box {
    background-color: #f5f5f5;
    text-align: center;
    min-height: 210px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: all 0.4s ease;
	padding:0 10px;
}
.contactus-box:hover{
    margin-top: -15px;
    background-color: #ffffff;
    box-shadow: 0 0 18px #d8d8d8;
}
.contact-icon {
    background-color: #1C489B;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 0;
    position: relative;
    top: -25px;
}
.contact-icon img{
    height: 35px;
}
.contactus-box strong{
    color: #0d141e;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}
.contactus-box a,
.contactus-box span{
    color: #777;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    transition: all 0.4s ease;
}
.contactus-box a:hover{
    color: #2f2f2f;
}
.contactus-form{
    margin-top: 50px;
}
.contactus-form .wpcf7 input,
.contactus-form .wpcf7 textarea,
.contactus-form .wpcf7 input::placeholder,
.contactus-form .wpcf7 textarea::placeholder{
    color: #0d141e;
    opacity: 0.8;
}
.contactus-form .wpcf7 input,
.contactus-form .wpcf7 textarea{
    border-color: #2f2f2f;
}

/* colos-widget */
.color-control{ transform: translateX(-200px);  transition: transform 0.3s ease-in-out;position: fixed;  z-index: 999;width: 250px;bottom:2%; }
.color-control._open{transform: translateX(0);}
.colors-options{ float: left;width: 200px; padding: 10px; height: 150px;border: 1px solid #eee; background: #ffff;  -webkit-box-shadow: 0 0 10px 0 rgb(106 100 122 / 20%); -moz-box-shadow: 0 0 10px 0 rgba(106,100,122,.2); box-shadow: 0 0 10px 0 rgb(106 100 122 / 20%);}
.colors-options ul{ margin: 0px; padding: 0px;}
.colors-options ul li{ cursor: pointer; margin: 0px; padding: 0px; list-style: none; width: 25%; float: left;}
.colors-options ul li span{ margin: 2px; border: 2px solid #fff; width:calc(100% - 6px); height: 40px; display: block;}
.colors-options ul li:hover span, .colors-options ul li._selected span{border: 2px solid #000;}
.colors-button{ color: #fff; cursor: pointer;line-height: 1.3;font-size: 12px; padding-top: 12px; text-align: center;float: right;width: 50px; height: 50px; background: #1C489B;}


/*Profiles*/
.home-about-sec.profilpg-sec {
    padding: 80px 0 70px;
}
.profilpg-sec .img-about{
    padding-right: 30px;
}
.profilpg-sec .img-about img{
    width: 100%;
}
.outsurce-sec.profilsurce-sec{
    margin-bottom: 90px;
}
/*Profiles*/

/*Rechtsgebiete*/
.hservicen-sec.rechtsgebiete-sec {
    padding: 100px 0 70px;
}
.rechtsec-list .ser-content {
    box-shadow: 0 0 18px #d5d5d5;
    padding: 45px 25px 30px;
    margin-bottom: 30px;
    min-height: 350px;
    position: relative;
}
.ser-content .ser-data a{
    color: #36454F;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 30px;
}
.ser-content .ser-data a:hover{
    color: #1C489B;
}
.ser-content .ser-data a img{
    margin-left: 8px;
}
/*Rechtsgebiete*/

/*Home*/
.hservices-nlist .row{
    margin-left: -10px;
    margin-right: -10px;
}
.hservices-nlist .col-3{
    padding-left: 10px;
    padding-right: 10px;
}
.hservices-lbox {
    background-color: #ffffff;
    box-shadow: 0 0 18px #ededed;
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.hservices-lbox:hover{
    background-color: #1C489B;
    transition: all 0.4s ease;
}
.hservices-lbox:hover *{
    color: #ffffff;
    transition: all 0.4s ease;
}
.hservices-lbox:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.hparallax-bg {
    height: 550px;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.hanwalt-sec {
    background-color: #fbfbfb;
    padding: 60px 0 45px;
}
.hanwalt-sec.second{
    margin-bottom: 60px;
}
.hanwalt-sec.second.anw {
    margin: 0;
    background-color: transparent;
}
.hanwalt-sec .habout-text{
    text-align: center;
}
.hanwalt-sec .habout-text ul {
    column-count: 3;
    text-align: left;
    margin-top: 40px;
}
/*Home*/

/*Kontakt*/
.kontakt-psec{
    padding: 110px 0 40px;
    position: relative;
}
.kontact_image_main{
	align-self:center;
}
.kontakt-rimg {
	height: 600px;
/*     position: absolute;
    bottom: -40px; */
}
.kontakt-rimg img{
	    object-fit: cover;
    height: 100%;
}
.dasunter-ct.kontaktp-ct{
    padding-left: 20px;
}
.dasunter-ct.kontaktp-ct h1,
.dasunter-ct.kontaktp-ct h2,
.dasunter-ct.kontaktp-ct h3,
.dasunter-ct.kontaktp-ct h4,
.dasunter-ct.kontaktp-ct h5,
.dasunter-ct.kontaktp-ct h6{
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.dasunter-ct.kontaktp-ct p{
    font-size: 18px;
}
.dasunter-ct.kontaktp-ct p a{
    color: #000000;
    transition: all 0.4s ease;
}
.dasunter-ct.kontaktp-ct p a:hover{
    color: #1C489B;
}
.kontakt-form h4 {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin-bottom: 30px;
    
}
.kontakt-form p{
    margin: 0;
}
.kontakt-form .row{
    margin-left: -8px;
    margin-right: -8px;
}
.kontakt-form .col-3,
.kontakt-form .col-4,
.kontakt-form .col-6,
.kontakt-form .col-8,
.kontakt-form .col-12{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea,
.kontakt-form input::placeholder,
.kontakt-form select::placeholder,
.kontakt-form textarea::placeholder{
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea{
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    width: 100%;
    padding: 0 20px;
    border-radius: 4px;
}
.kontakt-form input,
.kontakt-form select{
    height: 50px;
}
.kontakt-form textarea{
    height: 120px;
    padding-top: 20px;
}
.kontakt-form .button{
    margin: 0;
    text-align: center;
}
.kontakt-form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #1C489B;
    height: 50px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #1C489B;
}
.kontakt-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color: #1C489B;
    background-color: transparent;
}
.kontakt-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.kontakt-form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 20px;
    text-align: center;
}
.kontakt-form .checkboxx input[type="checkbox"]{
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.kontakt-form .checkboxx span.wpcf7-list-item{
    margin: 0;
}
.kontakt-form .checkboxx .dsflex{
    display: flex;
}
.kontakt-form .checkboxx p a{
    color: #212529;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.kontakt-form .checkboxx p a:hover{
    color: #1C489B;
}
.google-map,
.google-map iframe{
    width: 100%;
    height: 450px;
}
/*Kontakt*/

/*Blog*/
.ratageberpg-sec{
    padding: 70px 0 40px;
}
.hblog-lbox {
    box-shadow: 0 0 18px #e1e1e1;
    margin-bottom: 30px;
}
.hblog-binner {
    background-color: #ffffff;
    min-height: 390px;
    padding: 35px;
    position: relative;
}
.hblog-binner span{
    color: #656567;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.hblog-binner span i.fa.fa-calendar-o{
    color: #1C489B;
    margin-right: 5px;
}
.hblog-binner .hblog-mtitle{
    color: #121933;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hblog-binner .hblog-mtitle a,
.hblog-binner .hblog-mtitle a:hover{
    color: #121933;
}
.hblog-binner h4 a,
.hblog-binner h4 a:hover{
    color: #121933;
}
.hblog-binner p {
    color: #656567;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
}
a.all-buttons {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-color: #1C489B;
    transition: 0.4s ease;
    display: inline-block;
    padding: 10px 30px;
}
a.all-buttons:hover{
    color: #ffffff;
    background-color: #000000;
}
.hblog-binner a.all-buttons{
    position: absolute;
    bottom: 40px;
    left: 35px;
}
.hblog-binner a.all-buttons svg{
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.blogpg-sec{
    padding: 70px 0 40px;
}
.blogpg-content .hblog-lbox{
    padding: 0;
    box-shadow: 20px 20px 60px 0px rgba(0, 0, 1, 0.05);
    margin-bottom: 30px;
}
.blogpg-content .hblog-thumb img{
    width: 100%;
}
.single-post .header-content {
    background-color: #080d41;
}
.singleblog-sec{
    padding: 70px 0 50px;
}
.archive .singleblog-sec,
.search .singleblog-sec{
    margin-top: 0;
}
.singblog-thumb{
    margin-bottom: 40px;
}
strong.sblog-maintitle{
    color: #080d41;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: block;
    margin-bottom: 25px;
}
strong.sblog-maintitle::after {
    content: '';
    display: block;
    background: #1C489B;
    position: absolute;
    left: -8px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 0.2;
}
.summary-sblogs.mobilevs{
    display: none;
}
.sblog-fullct{
    overflow: hidden;
}
.sblog-fullct .all-pages-content{
    padding: 0;
}
.sblog-sidebarbox{
    background: #F6F9FE;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
    margin-bottom: 30px;
}
.sblog-sidebarbox ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sblog-sidebarbox ul li {
    margin-bottom: 12px;
    padding-left: 20px;
}
.sblog-sidebarbox ul li:last-child{
    margin-bottom: 0;
}
.sblog-sidebarbox ul li,
.sblog-sidebarbox ul li a{
    color: #032e42;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.4s ease;
    position: relative;
}
.sblog-sidebarbox ul li::after{
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    color: #080d41;
    font-size: 17px;
    left: 0;
    top: 0;
}
.sblog-sidebarbox ul li a:hover{
    color: #1C489B;
}
.sidebarbox-form p{
    margin: 0;
}
.sidebarbox-form p span{
    display: block;
    margin-bottom: 13px;
}
.sidebarbox-form span.wpcf7-spinner{
    display: block;
    margin: 5px auto 0;
}
.sidebarbox-form p br{
    display: none;
}
.sidebarbox-form input,
.sidebarbox-form select,
.sidebarbox-form textarea,
.sidebarbox-form input::placeholder,
.sidebarbox-form select::placeholder,
.sidebarbox-form textarea::placeholder{
    color: #032e42;
    font-size: 15px;
    font-weight: 400;
}
.sidebarbox-form input,
.sidebarbox-form select,
.sidebarbox-form textarea{
    width: 100%;
    border: 1px solid #ededed;
    padding: 0 19px;
}
.sidebarbox-form input,
.sidebarbox-form select{
    height: 50px;
}
.sidebarbox-form textarea {
    height: 130px;
    padding-top: 11px;
}
.sidebarbox-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #1C489B;
    width: 100%;
    height: 50px;
    padding: 0;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.4s ease;
}
.sidebarbox-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    color: #ffffff;
    background-color: #000000;
}
.sidebarbox-form .wpcf7 form .wpcf7-response-output {
    margin: 0 auto 10px;
    padding: 12px;
    text-align: center;
}
.sidebarbox-form .wpcf7-not-valid-tip{
    font-size: 13px;
}
.categories-blogs .hblog-binner{
    min-height: auto;
}
.categories-blogs .hblog-binner a.all-buttons{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
}
.blogpg-content.categories-blogs {
    padding-right: 20px;
}
.searchform {
    position: relative;
}
.searchform input {
    border-radius: 0;
    border: none;
    padding: 14px 20px;
    width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.sidebar-search i {
    font-size: 19px;
}
.singblog-content .all-pages-content h1,
.singblog-content .all-pages-content h2,
.singblog-content .all-pages-content h3, 
.singblog-content .all-pages-content h4,
.singblog-content .all-pages-content h5,
.singblog-content .all-pages-content h6{
    margin-top: -180px;
}
.singblog-content .all-pages-content h1::before,
.singblog-content .all-pages-content h2::before,
.singblog-content .all-pages-content h3::before, 
.singblog-content .all-pages-content h4::before,
.singblog-content .all-pages-content h5::before,
.singblog-content .all-pages-content h6::before{
    content: '';
    display: block;
    padding-top: 180px;
}
/*Blog*/

/*All Pages*/
.alignself{
    align-self: center;
}
.home-about-sec.allpg-about {
    padding: 70px 0;
}
.allpg-about .img-about img {
    width: 100%;
}

/*All Pages*/

@media(max-width:1600px){
    .outsurce-sec {
        margin-right: 0;
    }
    .company-logo img {
        height: 100px;
        object-fit: scale-down;
        margin: 0 auto;
    }
}
@media(max-width:1536px){
    .award-sec{
        padding-left: 0;
    }
}
@media(max-width:1440px){
	.site-logo {
		max-width: 200px;
	}
	div#wrapper {
		margin: 88px auto 0;
	}
    .banner-sec {
        padding-top: 84px;
        padding-bottom: 108px;
    }
    .nav-bar ul li {
        margin: 0 19px 0 0;
    }
    .head-phone {
        margin-left: 39px;
    }
    .banner-text {
        width: 66%;
    }
    .main-team {
        padding-left: 0;
        padding-right: 0;
    }
    .sup-text {
        text-align: center;
        width: 96%;
        margin: 0 auto;
    }
    .slider-content {
        width: 86%;
    }
    .testi-slider-nav {
        width: 40%;
    }
    .habout-text.award-head {
        width: 47%;
        padding-bottom: 36px;
    }
    .outscour-head ul li {
        width: 50%;
        padding-right: 41px;
        margin-bottom: 63px;
    }
    .img-about-text{
        right: 18px;
    }
    .inner-logo-sec {
        padding-top: 53px;
        padding-bottom: 97px;
    }
    .service-head {
        width: 63%;
        padding-bottom: 68px;
    }
    .support-sec{
        margin-left: 0;
        padding-top: 92px;
        padding-bottom: 96px;
    }
    .head-phone a{
        font-size: 20px;
    }
    .hservices-nlist .col-3 {
        flex: auto;
        max-width: 33.33%;
    }
    .hservicen-sec {
        padding: 70px 0 60px;
    }
    .ser-data h3 {
        font-size: 19px;
        margin-bottom: 18px;
    }
    .team-sec {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .hanwalt-sec.second {
        margin-bottom: 0;
    }
    .hservicen-sec.rechtsgebiete-sec {
        padding: 70px 0 50px;
    }
    .ratageberpg-content .col-sm-12 {
        flex: auto;
        max-width: 50%;
    }
    .hblog-thumb img {
        width: 100%;
    }
}
@media(max-width:1366px){
    .support-sec {
        padding: 70px 0;
    }
    .sidebarbox-form .col-6 {
        flex: auto;
        max-width: 100%;
    }
    .all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6{
        font-size: 30px;
    }
}
@media(max-width:1280px){
    .banner-text h1, .banner-text h2, .banner-text h3, .banner-text h4, .banner-text h5, .banner-text h6 {
        font-size: 49px;
        letter-spacing: 0;
        line-height: 62px;
    }
    .home-about-sec {
        padding-top: 70px;
    }
    .hparallax-bg {
        height: 470px;
    }
    .sup-text h1, .sup-text h2, .sup-text h3, .sup-text h4, .sup-text h5, .sup-text h6 {
        font-size: 45px;
        margin-bottom: 28px;
    }
    .support-sec {
        padding: 70px 0;
        margin-bottom: 0;
    }
}
@media(max-width:1170px){
    .site-header .container{
        max-width: 100%;
        padding: 0 30px;
    }
    .nav-bar ul li a{
        font-size: 15px;
    }
    .banner-text {
        width: 80%;
    }
    .inner-logo-sec {
        padding-top: 53px;
        padding-bottom: 45px;
    }
    .inner-logo-sec .row {
        justify-content: center;
    }
    .inner-logo-sec .col {
        flex: 0 0 33.3333%;
        width: 33.3333%;
        margin-bottom: 17px;
    }
    .company-logo {
        justify-content: center;
    }
    .img-about img {
        width: 100%;
    }
    .img-about-text {
        right: 16px;
        bottom: 49px;
    }
    .habout-btn {
        padding-top: 0;
    }
    .service-head {
        width: 100%;
        padding-bottom: 57px;
    }
    .nav-bar ul li {
        margin: 0 15px 0 0;
    }
    .habout-text p{
        margin-bottom: 15px;
    }
    .outscour-head h3 {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .col-out p {
        font-size: 14px;
        line-height: 23px;
    }
    .team-head p{
        width: 68%;
    }
    .member-img img {
        width: 100%;
    }
    .slider-content p{
        font-size: 21px;
        line-height: 31px;
    }
    .member-img {
        height: 400px;
    }
    .member-data a{
        font-size: 15px;
    }
    .memb-innerct p {
        font-size: 16px;
        padding: 0 15px;
    }
    .memb-innerct p br{
        display: none;
    }
    .habout-text h1, .habout-text h2, .habout-text h3, .habout-text h4, .habout-text h5, .habout-text h6{
        font-size: 30px;
    }
    .allbanner-text h1 {
        font-weight: 600;
        font-size: 40px;
        letter-spacing: 0;
        margin-bottom: 12px;
    }
    ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong{
        font-size: 14px;
    }
    .home-about-sec.allpg-about {
        padding: 60px 0 40px;
    }
    .all-pages-content {
        padding: 50px 0;
    }
}
@media(max-width:1024px){
    .hparallax-bg {
        height: 400px;
    }
    .head-phone a {
        font-size: 16px;
    }
	.nav-bar ul li a {
		font-size: 14px;
	}
	.head-phone {
		margin-left: 20px;
	}
	.nav-bar ul li {
		margin: 0 10px 0 0;
	}
	.nav-menu li.menu-item-has-children::after {
		font-size: 12px;
		right: -5px;
		top: 2px;
	}
}
@media(max-width:992px){
    header.site-header .container {
        position: relative;
    }
    .banner-sec {
        padding-top: 70px;
        padding-bottom: 90px;
        text-align: center;
    }
    .banner-text {
        width: 100%;
    }
    .banner-text h1,
    .banner-text h2,
    .banner-text h3,
    .banner-text h4,
    .banner-text h5,
    .banner-text h6 {
        font-size: 54px;
        line-height: 69px;
        margin-bottom: 7px;
    }
    .banner-text p {
        font-size: 20.26px;
        line-height: 36.47px;
        margin-bottom: 32px;
        width: 100%;
    }
    .company-logo img {
        width: 200px;
        object-fit: scale-down;
    }
    .img-about-text {
        right: 16px;
        bottom: 0;
    }
    .habout-text {
        padding-top: 40px;
    }
    .number-sec {
        padding-top: 21px;
        padding-bottom: 26px;
    }
    .habout-text.award-head {
        width: 77%;
        padding-bottom: 36px;
    }
    .team-head p {
        width: 100%;
    }
    .member-main {
        text-align: center;
        margin-bottom: 37px;
    }
    .team-sec {
        padding-top: 46px;
        padding-bottom: 20px;
    }
    .sup-text h1,
    .sup-text h2,
    .sup-text h3,
    .sup-text h4,
    .sup-text h5,
    .sup-text h6{
        font-size: 48px;
    }
    .testi-sec {
        padding-top: 41px;
        padding-bottom: 48px;
    }
    .testi-slider-nav {
        width: 70%;
    }
    .main-testi {
        width: 100%;
    }
    .slider-content {
        width: 98%;
    }
    .ft-menu{
        padding-top: 0px;
        text-align: center;
        padding-bottom: 19px;
    }
    .ft-menu.bot-text {
        padding-top: 0;
    }
    .site_footer{
        padding-top: 50px;
    }
    .outsourc-img img {
        width: 83%;
        height: auto;
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
    }
    .outsourc-img {
        width: auto;
        text-align: center;
    }
    .award-sec {
        padding-top: 12px;
        padding-bottom: 69px;
    }
    .outscour-head {
        padding-top: 48px;
    }
    .img-about-text {
        right: 0;
        bottom: 0;
        width: 100%;
        position: relative;
        padding: 30px;
    }
    .img-about-text h3 {
        font-size: 22px;
    }
    .habout-text {
        padding-top: 0;
    }
    .service-head h2,
    .habout-text h1, .habout-text h2, .habout-text h3, .habout-text h4, .habout-text h5, .habout-text h6{
        font-size: 32px;
    }
    .habout-text p{
        font-size: 15px;
    }
}
@media screen and (max-width:991px){
	div#wrapper {
		margin: 78px auto 0;
	}
    .site-logo {
        max-width: 100%;
        width: auto;
        margin: 0;
    }
    .site-logo img {
		width: 250px;
	}
    .head-phone{
        display: none;
    }
    header.site-header {
        padding: 18px 0;
    }
    ul#primary-menu {
        display: block;
    }
    .nav-menu li.menu-item-has-children::after,.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    ul#primary-menu li a {
        color: #ffffff;
        font-size: 15px;
        line-height: 36px;
        display: block;
        width: 100%;
    }
    #menuToggle.open {
        position: fixed;
        transition: 0.3s all;
        top: 23px;
        right: 5px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        right: 30px;
        top: 13px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
        margin-left: 0px;
        cursor: pointer;
        position: absolute;
    }

    #menuToggle input {
        width: 30px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span
    {
    display: flex;
    width: 32px;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
    }
    #menuToggle span:last-child{margin-bottom: 0 !important;}
    #menuToggle span:first-child
    {
    transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
    transform-origin: 0% 100%;
    }
    #menuToggle.open input ~ span
    {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
    }
    #menuToggle.open input ~ span:nth-last-child(3)
    {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle.open input ~ span:nth-last-child(2)
    {
    transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
    ul.nav-menu li.open ul.sub-menu{
        visibility: visible;
        opacity: 1;
        height: auto;
        left: 0;
    }
    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }
    ul.sub-menu{
        display: none !Important;
        position: relative !Important;
        top: -100% !Important;
    }

    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu li a{
        line-height: normal !important;
        font-size: 14px !important;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: none;
        font-weight: normal;
        font-size: 16px;
        padding: 5px 0;
    }
    ul.nav-menu ul a, .nav-menu ul ul a{width: 100%;}
    .nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus{
        color: #e41a1e;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
    }
    ul.sub-menu li{
        margin: 0px
    }
    ul.sub-menu li:last-child a{
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .home-about-sec .habout-text {
        padding-top: 40px;
    }
    .hservices-nlist .col-3 {
        flex: auto;
        max-width: 50%;
    }
    .allpg-about.left .col-sm-12:first-child{
        order: 2;
    }
    .allpg-about.left .col-sm-12:nth-child(2){
        order: 1;
    }
    .all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6{
        font-size: 25px;
    }
    .ratageberpg-content .col-sm-12{
        max-width: 100%;
    }
    .hblog-binner{
        min-height: auto;
    }
    .hblog-binner a.all-buttons {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }
    .singleblog-sec {
        padding: 50px 0 30px;
    }
    .singblog-content .col-sm-12 {
        flex: auto;
        max-width: 100%;
    }
    .sblog-sidebarbox.summary{
        display: none;
    }
    .summary-sblogs.mobilevs {
        display: block;
    }
    .sblog-sidebar {
        margin-top: 20px;
    }
    .summary-sblogs.mobilevs .sblog-sidebar{
        margin-top: 0;
    }
    .blogpg-content.categories-blogs{
        padding: 0;
    }
}
@media(max-width:767px){
    .banner-text h1,
    .banner-text h2,
    .banner-text h3,
    .banner-text h4,
    .banner-text h5,
    .banner-text h6{
        font-size: 42px;
        line-height: 54px;
        margin-bottom: 7px;
    }
    .banner-text p {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 25px;
    }
    .inner-logo-sec .col {
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 17px;
    }
    .inner-logo-sec {
        padding-top: 0;
        padding-bottom: 45px;
    }
    .habout-text.award-head {
        width: 100%;
        padding-bottom: 12px;
    }
    .slider-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .testi-slider-nav {
        width: 90%;
    }
    .testi-head h2{
        font-size: 39px;
    }
    .outscour-head ul li{
        padding-right: 0;
    }
	.contactus-box {
		margin-bottom: 54px;
	}
    .hanwalt-sec .habout-text ul {
        column-count: 2;
    }
    .hservices-nlist .col-3 {
        max-width: 100%;
    }
    .main-team .col-lg-4 {
        flex: auto;
        max-width: 100%;
    }
    .member-img {
        height: 600px;
    }
    .ft-logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .copyright {
        margin-top: 0;
        border-top: 1px solid #999191;
    }
    .hparallax-bg {
        height: 300px;
    }
    .hanwalt-sec {
        padding: 40px 0 30px;
    }
    .ft-menu.burozeiten {
        padding-left: 0;
    }
    .dasunter-ct.kontaktp-ct {
        padding-left: 0;
    }
    .kontakt-rimg{
        display: none;
    }
    .kontakt-psec {
        padding: 40px 0 30px;
    }
    .dasunter-ct.kontaktp-ct h1, .dasunter-ct.kontaktp-ct h2, .dasunter-ct.kontaktp-ct h3, .dasunter-ct.kontaktp-ct h4, .dasunter-ct.kontaktp-ct h5, .dasunter-ct.kontaktp-ct h6, .kontakt-form h4, .kontakt-form h4{
        font-size: 25px;
    }
/*     .google-map, .google-map iframe {
        height: 340px;
    } */
    .ratageberpg-sec {
        padding: 50px 0 30px;
    }
}
@media(max-width:570px){
    .head-phone {
        margin-left: 0;
        margin-right: 68px;
    }
    #menuToggle{
        right: 17px;
    }
    .main-team .col-lg-3 {
        flex: 0 0 50%;
    }
    .team-head {
        text-align: center;
        padding-bottom: 41px;
    }
    .sup-text h1,
    .sup-text h2,
    .sup-text h3,
    .sup-text h4,
    .sup-text h5,
    .sup-text h6{
        font-size: 40px;
    }
    .hservices-nlist .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .hservices-nlist .col-3 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .support-sec {
        padding: 50px 0;
    }
    .sup-text h1, .sup-text h2, .sup-text h3, .sup-text h4, .sup-text h5, .sup-text h6 {
        font-size: 30px;
    }
    .sup-text a {
        padding: 13px 45px;
        margin-top: 30px;
    }
    .banner-text h1, .banner-text h2, .banner-text h3, .banner-text h4, .banner-text h5, .banner-text h6 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .banner-text h1 strong, .banner-text h2 strong, .banner-text h3 strong, .banner-text h4 strong, .banner-text h5 strong, .banner-text h6 strong{
        font-weight: 600;
    }
    .banner-sec {
        padding: 50px 0;
    }
    .home-about-sec {
        padding-top: 40px;
    }
    .hparallax-bg {
        height: 250px;
    }
    .service-head h2, .habout-text h1, .habout-text h2, .habout-text h3, .habout-text h4, .habout-text h5, .habout-text h6 {
        font-size: 25px;
        margin: 0 0 15px 0;
    }
    .home-about-sec.allpg-about {
        padding: 40px 0 30px;
    }
    .hservicen-sec.rechtsgebiete-sec {
        padding: 50px 0 30px;
    }
/*     .google-map, .google-map iframe {
        height: 270px;
    } */
}
@media(max-width:480px){
    .head-phone a{
        font-size: 17px;
    }
    .outscour-head ul {
        display: block;
        flex-wrap: wrap;
        margin-top: 39px;
    }
    .outscour-head ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 63px;
    }
    .outig::after{
        margin: 17px auto 0;
    }
    .outscour-head {
        padding-top: 48px;
        text-align: center;
    }
    .company-logo img {
        height: 85px;
        object-fit: scale-down;
        margin: 0 auto;
    }
    .service-head {
        padding-bottom: 30px;
    }
    .allbanner-text h1 {
        font-size: 32px;
        margin-bottom: 7px;
    }
    .hblog-binner {
        padding: 30px 20px;
    }
    .hblog-binner .hblog-mtitle {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
}
@media(max-width:414px){
    .habout-text h1,
    .habout-text h2,
    .habout-text h3,
    .habout-text h4,
    .habout-text h5,
    .habout-text h6{
        font-size: 35px;
        margin-bottom: 23px;
    }
    .hservicen-sec {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .sup-text h1,
    .sup-text h2,
    .sup-text h3,
    .sup-text h4,
    .sup-text h5,
    .sup-text h6{
        font-size: 33px;
    }
    .habout-text h1, .habout-text h2, .habout-text h3, .habout-text h4, .habout-text h5, .habout-text h6 {
        font-size: 25px;
        margin-bottom: 18px;
    }
    .habout-text ul li{
        font-size: 15px;
    }
    .hanwalt-sec .habout-text ul {
        column-count: unset;
    }
    .service-head h2, .habout-text h1, .habout-text h2, .habout-text h3, .habout-text h4, .habout-text h5, .habout-text h6,
    .team-head h2{
        font-size: 24px;
    }
    .team-head{
        padding-bottom: 30px;
    }
    .member-img {
        height: 470px;
    }
    .site-header .container {
        padding: 0 15px;
    }
    .kontakt-form h4,
    .dasunter-ct.kontaktp-ct h1, .dasunter-ct.kontaktp-ct h2, .dasunter-ct.kontaktp-ct h3, .dasunter-ct.kontaktp-ct h4, .dasunter-ct.kontaktp-ct h5, .dasunter-ct.kontaktp-ct h6{
        font-size: 23px;
    }
    .dasunter-ct.kontaktp-ct p {
        font-size: 16px;
    }
	.site-logo img {
		width: 200px;
	}
	div#wrapper {
		margin: 69px auto 0;
	}
	#menuToggle {
		top: 9px;
	}
}
@media(max-width:390px){
    .hparallax-bg {
        height: 200px;
    }
    .head-phone {
        margin-left: 0;
        margin-right: 68px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
}

.acf-image-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.acf-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}