:root {
	--black: #000000;
	--dark: #1f2b38;
	--dark-secondary: #022b6d;
	--dark-optional: #3e00a7;
	--white: #ffffff;
	--color-primary: #3D3EC4;
	--color-secondary: #333;
	--color-optional: #ff214a;
	--color-style-two: #f94735;
	--color-heading: #04000b;
	--color-paragraph: #666666;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #F7F7F7;
  --c-orange:#FC6939;
	--bg-gray-secondary: #D8E7EF;
  	--bg-gray-primary: #1F2B38;
	--bg-gradient: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(31, 43, 56, 1) 27%);
	--bg-gradient-reverse: linear-gradient(90deg, var(--color-style-two)  0%, var(--color-optional) 100%);
  --bg-dark-gray:#333333;
}

@media screen and (min-width: 1280px) {
    :root {
        --containerwidth: 1280px;
    }
}
body {
  font-family: 'Plus Jakarta Sans' !important;
  width:100%;
  
}
p {
  font-size:1.1rem !important;
}
.cc-btn.cc-allow-all{
  background-color: var(--c-orange);
}
.cc-window.cc-bottom-left, .cc-window.cc-bottom-right{
  box-shadow: 0px 0px 5px 0px #00000030;
}
.cc-window .dp--cookie-check label:last-child{
  display: none;
  content-visibility: hidden;
}
.cc-window .dp--cookie-check{
  justify-content: center;
  column-gap: 10px;
}
.bg-blue {
    background: var(--color-primary);
    color:#fff;
}
.bg-gray {
  background-color: var(--bg-gray);
  color: #000;
}
.bg-dark-gray {
  background-color: var( --bg-dark-gray);
  color:#fff;
}
.bg-gray-primary, .bg-black{
  background: var(--bg-gray-primary);
  color:#fff !important;
}
.bg-orange {
  background-color: var(--c-orange);
  color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: var(--c-orange);
}
.bg-orange a:hover {
  color: var(--c-gray);
}
.dq-btn.bg-gray,
.dq-btn.border {
  display: block;
  width: max-content;
  border-radius: 7px;
  padding: 15px 20px 10px 20px;
  position: relative;
}

.dq-btn.border {
  font-size: 1.5rem;
  border: 0px;
}

/* --- block-one --- */

.block-one {
  max-width: 747.5px;
}
.block-one.left {
  margin-left: auto;
}

/* --- footer --- */

.footer {
  color:var(--white);

}
.bg-orange a:hover {
  color: var(--c-gray);
}
.bg-dark-grey-linear {
  background: #000;
background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(31, 43, 56, 1) 63%);

}

.bg-dark-grey {
  background-color: #1F2B38;

}
.bg-dark-grey .header__title, .bg-dark-grey-linear .header__title, .bg-dark-grey, .bg-dark-grey-linear {
  color:#fff !important
}
.footer .container-fluid{
  background-image: url(../Images/footer-bg.png);
   background-size: cover;        
  background-position:right;   
  background-repeat: no-repeat;  
  color: #fff;   
  background-size: 589px 557px;                 
}
.footer .navbar-brand {
  filter: brightness(0) invert(1);
}
.footer .block-one {
  --footerYpadding: 60px;
  --footerXpadding: 90px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  align-content: space-between;
  height:auto;
}
.footer .block-one {
  padding: var(--footerYpadding) 0;
}
.footer .block-one p {
  margin-bottom: 2em;
}
.footer .left {
  padding-right: var(--footerXpadding);
  padding-left: 15px;
}
.footer .right {
 
  padding-right: 15px;
}
.footer p {
  font-size: 1.1rem;
  font-weight: 100;
  max-width: 250px;
  line-height: 2.8rem;
  margin-bottom: 0px;
}
.footer p a {
  display: block;
}
.footer hr {
  width: 100%;
  opacity: 0.45;
  background-color: #fff;
  margin: 30px 0px;
}

.footer__under .container {
  padding: 25px 0;
  font-size: 1rem;
  font-weight: 200;
  text-align: end;
}

.footer__nav-list--item {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.footer .bg-orange a:hover{
  color: #fff;
}

.footer__wrap-content a{
  white-space: nowrap;
}
.footer span {
  width: 100%;
  line-height: 25px;
}
.footer .block-one.left span{
  margin-top:1.3em;
  font-weight: 200;
  line-height: 26px;
}
.footer .social a{
  display: inline-block;
}
.footer .social .block-one {
  flex-wrap: inherit;
  column-gap: 35px;
}
.footer .block-one.left {
  padding-right:0 ;
}

.footer .button_belt {
      padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: 61px;
}
.footer .button_belt .bt {
  width:28px;
  height: 28px;
  background-color: #fff;
  top:6px;
}
.footer .button_belt .bt img{
  width: 15px;
    height: 15px;
    filter: brightness(0%);
    top: -8px;
}
@media screen and (max-width: 1445px) {
  .footer .block-one {
    --footerYpadding: 30px;
    --footerXpadding: 60px;
  }
  .footer .left {
    padding-right: var(--footerXpadding);
  }
  .footer .right {
    padding-left: var(--footerXpadding);
  }
  .footer .block-one {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1290px) {
  .footer .block-one {
    --footerXpadding: 50px;
  }
}
@media screen and (max-width: 992px) {
  .dq-btn.border::after{
    right: -4px;
    top: -2px;
    height: calc(100% + 3px);
  }
  .bg-orange .dq-btn.border::after{
    right: -5px;
  }
  .footer .block-one {
    max-width: 100%;
    row-gap: 35px;
    justify-content: center;
    flex-direction: column;
    padding: 30px 15px;
  }
  .block-one.right{
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
  }
  .block-one.left img{
    margin: auto;
  }
  .footer__nav-list{
    width: 260px;
    margin: auto;
  }
  .footer p{
    max-width: 260px;
    margin: auto;
  }
  .dq-btn.border {
    margin: auto;
  }
  .footer hr {
    margin: 30px 0;
    margin-top: 0px;
  }
  .footer__under .container{
    font-size: 1.2rem;
    padding: 15px 0px;
  }
  .footer .dq-btn.border{
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px){
  .footer .dq-btn{
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px){
  .dq-btn.border span::before{
    right: -25px;
    width: 34px;
  }
  .dq-btn.border::after{
    right: -6px;
    top: -2px;
  }
}
/* --- contact form --- */

.frame-layout-1 input,
.frame-layout-1 textarea {
  font-size: 1.8rem;
  border-color: transparent;
  padding: 15px 10px 10px 10px;
  line-height: 24px;
  box-shadow: inset 0 4px 11px 0 #dadada;
}
.frame-layout-1.frame h2{
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}
.frame-layout-1 legend{
  font-size: 2.6rem;
  color: #676767;
  margin-bottom: 0px;
}
.frame-layout-1 .form-group{
  margin-bottom: 20px;
}
.frame-layout-1 .form-control:focus{
  border-color: var(--c-orange);
  box-shadow: 0 0 10px -2px var(--c-orange);
}
.frame-layout-1 .btn {

  background-color: transparent;
  font-size: 1.8rem;
  padding: 10px 30px 5px 15px;
  border-color: transparent; 

  background-size: contain;
  background-repeat: no-repeat;
}
.frame-layout-1 .btn:hover{
  color: #000;
  filter: invert(9%) sepia(0%) saturate(1%) hue-rotate(354deg) brightness(143%) contrast(88%);
}

.services-style-four-item {
	display: grid;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	grid-template-columns: 1fr 2fr 1.2fr;
	gap: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	background: var(--white);
	padding: 30px;
}

.services-style-four-item img {
	height: 80px;
	max-width: max-content;
}

.services-style-four-item:last-child {
	margin-bottom: 0;
}

.services-style-four-item h4 {
	margin: 0;
	line-height: 1.3;
}

.services-style-four-item .button {
	text-align: right;
}

.services-style-four-item .icon {
	border-right: 1px solid #dddddd;
	text-align: center;
	padding-right: 30px;
}

.services-style-four-item .button a{
	display: inline-block;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	background: var(--dark);
	color: var(--white);
	font-size: 20px;
	clip-path: polygon(82% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
}

.services-style-four-item:hover .button a {
	background: var(--color-style-two);
}

.services-style-four-item .button a i {
	font-weight: 300;
	transform: rotate(-45deg);
}

.services-style-four-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.services-style-four-item.active {
	background: var(--dark);
}

.services-style-four-item.active .button a {
	background: var(--color-style-two);
}

.services-style-four-item.active a {
	color: var(--white);
}

.services-style-four-item .icon {
	border-color: rgba(255, 255, 255, 0.3);
}
.services-style-four-area {
  position: relative;
  top:-80px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
    .services-style-four-items {
        grid-template-columns: 1fr;
           grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px;
    }
    .services-style-four-item .button {
    text-align: center;
}
.navbar .nav-link {
    font-size: 1.1rem;
    color: #000;
    padding: 0px !important;
    font-weight: bold;
}

.navbar li.nav-item {
  border-bottom:1px solid #ccc;
}
    .navbar .nav-item {
        width: 100%;
    }
    .footer .navbar-brand {
   
    width: 100%;
    height: auto;
    max-width: 120px;
}
.ce-gallery figure {
    display: table;
    margin: 10px;
    text-align: center;
}
}
.services-style-four-items {
    display: grid;
    gap: 30px;
    
}
@media only screen and (max-width: 480px) {

    .services-style-four-item {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px;
    }
    .footer p {
        max-width: 260px;
        margin: 0px;
    }
    .footer .navbar-brand {
        max-width: max-content !important;
        width: auto;
        height: auto;
    }
    .footer .button_belt {
    padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: -23px;
}
    .footer__under .container {
        font-size: 0.8rem;
        padding: 10px;
        width: 250px;
        text-align: center;
    }
        .block-one.right {
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-bottom: 70px;
    }
   
   .info_belt .button_belt {
    padding: 21px;
}
.info_belt .button_belt .bt {
  top:-8px !important;
}
  .right_block.pb-5.pt-5 {
  padding-top: 0rem !important;
}
.carousel-indicators {
    bottom: 0 !important;
}
    .blog .button_belt .bt {
      
        line-height: 19px;
        top: 7px !important;
    }
    .footer .block-one p {
    margin-bottom: 2em;
}
}





.services-style-four-item h2 {
  font-size: 1.5rem;
}
.services-style-four-item .button a img{
  position: relative;
  top:-2px;
  color:#fff;
  width:24px;
  height: 24px;
}
.services-style-four-item:hover {
 box-shadow: none;
background: var(--bg-gradient);

}

.services-style-four-item:hover .icon img {
  filter: invert(1) sepia(0) saturate(1) hue-rotate(-543deg);
  opacity: 1;
}

.services-style-four-item:hover .info a, 
.services-style-four-item:hover .info a:hover {
  color:#fff;
}

.cover-link {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  z-index: 10;
  opacity: 0;
  text-decoration: none;
}
.pl-80 {
    padding-left: 80px;
}


.rectangle {
    margin-top: 70px;
    margin-bottom: 90px;
   
}
.rectangle__grid {
    display: grid;
    grid-template-columns: 1fr calc(var(--containerwidth)) calc(((110vw - var(--containerwidth)) / 2));
}
.grid__item-color {
    background-color: transparent;
}
.grid__item-text {
    background: var(--bg-gradient);
    padding: 60px 0px 60px 0px;
    color: #fff;
    position: relative;
    clip-path: polygon(92% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
}
.grid__item-text span{
     font-size:2.65rem !important;
    font-weight: 600;
  margin-right: 4em;
}
.grid__item-text span.bt {
  margin-right: 0;
}
.grid__item-img {
    background-color:#000;
    position: relative;
}
.grid__item-img img {
  max-width: 120px;
  max-height: 140px;
  position: absolute;
  left:0;
  bottom: -35px;
}
.button_belt {
  padding:28px;
  margin:30px;
  border:1px solid #fff;
  font-size:1.4rem;
  position: relative;
    top: -40px;
}


.button_belt .bt{
	display: inline-block;
	height: 55px;
	width: 55px;
	line-height: 40px;
	text-align: center;
	background: var(--color-primary);
	color: var(--white);
	font-size: 16px;
	clip-path: polygon(82% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
  margin-left:30px;
  position: relative;
  top:-1px;
}

.bt img{
  position: relative;
  top:3px;
  color:#fff;
  width:24px;
  height: 24px;
}

.border-top {
  border-top:1px solid #424650 !important;
}

.header__title {
  text-align: center;
  font-weight: bolder;
  font-size:3rem;
  color:var(--color-secondary);
  margin-bottom:1em;
  margin-top: 0.5em;
     line-height: 62px;
}


.sub-title {
    text-transform: uppercase;
    color:#fff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: var(--color-primary);
    padding: 7px 15px;
    font-size: 18px;
    border-radius: 4px;
    width:auto;
    text-align: center;
    margin:0 auto;
    line-height: 28px;
}

.right_block .header__title, .left_block .header__title, .about-style-five-info .header__title{
  text-align: left;
}
.right_block, .left_block, .right_block p, .left_block p, .about-style-five-info p, .about-style-five-info{
      font-size: 1.1rem !important;
    line-height: 36px;
}
.right_block ul {
  list-style: none;
  position: relative;
}
.right_block ul li {
  font-size: 1.25rem;
    line-height: 40px;
    margin-bottom: 1.2em;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.right_block ul li::before {
  content: '';
  position: absolute;
   left: -30px;
  top: 0.3em;
  width: 25px;
  height: 26px;
  background: url('../Icons/arrow-check.svg');
  background-size: 25px 26px;
}

.carousel h1 {
  font-weight: 500;
  line-height: 60px;
}

.carousel h1 span {
  font-size:3.1rem;
    font-weight: bolder;
}

.center_block .header__title {
  line-height: 3.9rem;
}
.right_block img {
  max-width: 100%; 
display: block; 
height: auto;
}

.button_belt:hover {
  background-color:#fff;
  color:#000;
}
.button_belt:hover .bt {

  background-color: #FC6939;
}

.footer .button_belt:hover .bt img{
filter: brightness(0) invert(1);
}

.footer .button_belt:hover .bt {
  background-color: var(--bg-gray-primary);
}

@media screen and (min-width: 1921px) {

.rectangle__grid {
  display: grid;
  grid-template-columns: 1fr calc(var(--containerwidth)) calc(((150vw - var(--containerwidth)) / 2));
}
  .twin__row-col--img img:not(.twin__row-col--img img.bg-img){
    width:100%;
    overflow: hidden;
    object-fit: cover;
    max-height: 900px;
  }
.right_block img {
  width: 900px;
  display: block;
  height: auto;
  object-fit: fill;
}
.two-color__wrap {
  max-width: 90% !important;
}
    }


    @media only screen and (max-width: 480px) {

    .services-style-four-item {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px;
    }
    .header__title {
    line-height: 3.3rem;
    font-size: 2.4rem;
}
  .head-bg {
    display: none;
  }

}

.header__title p, p.lead {
  font-size:3rem !important;
  line-height: 62px;
}

 p.lead {
  margin-top: 0.75em;
    margin-bottom: 1.2em;
        font-weight:500;
}

@media (min-width: 766px) and (max-width: 990px) {
     .navbar-brand {
        max-width: max-content;
    }
    .footer p {
        max-width: 260px;
        margin: 0;
    }
    .footer .button_belt {
    padding: 14px;
    margin: 20px;
    border: 1px solid #fff;
    font-size: 1rem;
    position: relative;
    top: -20px;
}
}