@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Lara';
    src: url('../fonts/web/Lara-BookItalic.woff2') format('woff2'),
        url('../fonts/web/Lara-BookItalic.woff') format('woff'),
        url('../fonts/web/Lara-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lara';
    src: url('../fonts/web/Lara-Book.woff2') format('woff2'),
        url('../fonts/web/Lara-Book.woff') format('woff'),
        url('../fonts/web/Lara-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lara';
    src: url('../fonts/web/Lara-Light.woff2') format('woff2'),
        url('../fonts/web/Lara-Light.woff') format('woff'),
        url('../fonts/web/Lara-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lara';
    src: url('../fonts/web/Lara-LightItalic.woff2') format('woff2'),
        url('../fonts/web/Lara-LightItalic.woff') format('woff'),
        url('../fonts/web/Lara-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lara';
    src: url('../fonts/web/Lara-Regular.woff2') format('woff2'),
        url('../fonts/web/Lara-Regular.woff') format('woff'),
        url('../fonts/web/Lara-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lara';
    src: url('../fonts/web/Lara-RegularItalic.woff2') format('woff2'),
        url('../fonts/web/Lara-RegularItalic.woff') format('woff'),
        url('../fonts/web/Lara-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




body {	 font-family: 'Lara'; 	font-weight: normal;	color:#D3D3D3;	font-size: 16px; background:#000000 }
ul,li,ol,p {list-style: none;	margin: 0;	padding: 0;}
p{line-height: 30px}
a {color: #D3D3D3;	text-decoration: none;	transition: all 0.5s ease-out;}
img {	max-width: 100%;}
a:hover {		text-decoration: none;}
h1,h2,h3,h4,h5,h6 {	font-weight: 400;	margin: 0;  }


.navbar-nav .nav-link{color: #fff; font-size: 16px; margin-left: 15px}
a.nav-link:hover {
    text-shadow: 0 0 8px hsla(0, 0%, 100%, .4), 0 0 16px rgba(190, 202, 200, .6), 15px 0 16px rgba(190, 202, 200, .4), -15px 0 16px rgba(190, 202, 200, .4), 0 0 28px rgba(190, 202, 200, .8);
}
.video-banner {
  position: relative;
 
}

.video-banner video {
    width: 100%;
    height: 730px;
    object-fit: cover;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000000cc; display: flex; align-items: center; justify-content: center;
}
.banner-overlay:before {
       /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/border.svg) no-repeat center;
    z-index: 9;
    content: "";
        background-size: 1280px;
    background-position: center 25px;*/
}
.banner-overlay h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.banner-overlay p {
  font-size: 1.25rem;
}
header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    z-index: 9;
}.bannerCont {
    padding-top: 120px;position: relative;
    z-index: 99;
}
header .bootstrap-select>.dropdown-toggle {
    background: transparent;
    color: #fff;
    width: 174px;
    height: 55px;
    border: 2px solid #fff;
    padding: 15px 10px;
}
.bannerContinner {
    max-width: 60%;
    margin: auto;    padding-bottom: 112px; position: relative;
}
.bannerContinner h3 {
    font-size: 30px;
    font-weight: 400;
    color: #757777;
}.bannerContinner h1 {
    color: #D3D3D3;
    font-size: 68px;
    font-weight: 400;
    line-height: 81px;
}

ul.animateMenu li {
    margin: 35px 0;
}

ul.animateMenu li .active span {
    opacity: 1;
    transform: translate(-4px, 0px);
}
ul.animateMenu li:hover span {
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    transform: translate(-4px, 0px);
}
ul.animateMenu li span {
    translate: none;
    rotate: none;
    scale: none;
    opacity: 0;
    transform: translate(-12px, 0px);
    display: inline-block;
    transition: all 0.5s ease-out;
}
ul.animateMenu li .active line, ul.animateMenu li:hover line {
    stroke-opacity: 1;
    stroke-width: 1;
}
ul.animateMenu li .active rect, ul.animateMenu li:hover rect {
    stroke-dashoffset: 0;
}
ul.animateMenu li .active svg, ul.animateMenu li:hover svg {
    height: 2.25rem !important;
}
.animateMenu {
    position: fixed;
    right: 50px; text-align: right;
    top: 50%;
    margin-top: -100px;
}
.bannerContinner p {
    font-size: 18px;
    line-height: 23px;
}
.bannerContinner a.explore-link {
    float: right;
    margin-top: 10px;
}
a.explore-link:hover svg path {
    fill: #D4AD29;
}a.explore-link:hover span {
    color: #fff;
}
.explore-link {
      text-decoration: none;
      display: inline-block;
      position: relative;
      width: 185px;
      height: 51px;text-align: center;
    line-height: 51px;border-radius: 5px;
    }

    .explore-link span {
      position: relative;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      color: black;
      font-size: 20px; text-transform: capitalize;
      font-weight: 500;
      z-index: 10;
      cursor: pointer;transition: all 0.5s ease-out;
    }

   
    .explore-svg {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      pointer-events: none;transition: all 0.5s ease-out;
    }

    .explore-arrow {
      position: absolute;
      bottom: 3px;
      right: 7px;
      width: 9px;
      height: 9px;
      z-index: 2;
    }
  .explore-svg path,
  .explore-svg circle {
    transition: all 0.3s ease;
  }
.explore-svg{ z-index: 9}
  .explore-link:hover .explore-svg path {
    transform: matrix(1.15, 0, 0, 1.5, 1, 0);  fill: #D4AD29;
  }

  .explore-link:hover .explore-svg circle {
    r: 203.3;
    cx: 399;
    cy: 173;
    opacity: 0.2;
  }
  .explore-link{overflow: hidden; height: 50px; display: block; width: 190px;position: relative;  border-radius: 5px; }
  
  a.explore-link:before {
   position: absolute;
    content: "";
    width: 20px;
    height: 51.5px;
    background: #D4AD29;
    border-radius: 5px 0 0 5px;
    opacity:1;
    left: 4px;
    top: 0; z-index: 3;
}



 .socialInfo {
    display: flex;
    align-items: center; margin-top: 80px;
    margin-left: 40px;
}  
.socialInfo a {
    margin-left: 10px;
}
.titleBar h3 {
    color: #757777;
    font-size: 30px;
    font-weight: 400;
}.titleBar h2 {
    color: #D3D3D3;
    font-size: 70px;
}.titleBar p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;    margin: 15px 0;
}
.owl-carousel img{width: 326px !important}


.owl-stage-outer h3 {
    text-align: center;
    color: #757777;
    font-size: 25px; margin-top: 30px;
}
.servicesImg{position: relative; transition: all 0.5s ease-out;     padding-top: 30px;}
.servicesImg i {
    font-size: 30px;
    color: #757777;
}
.serviceMore {
   position: absolute;
    bottom: 80px;
    right: 20px;
    z-index: -1;
    opacity: 0;
}.servicesImg:hover {
    transform: rotate(-6deg);
    transform-origin: left;
}
.servicesImg:hover .serviceMore {
    opacity: 1;
    bottom: 20px;
    right: 30px;
}

.portfolioBox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; transition: all 0.5s ease-out;/*transform: scale(0);*/
    opacity: 0.3;
}
.portfolioBox {
    background: #0E0E0E;
    height: 595px;
    padding: 20px; overflow: hidden;
    position: relative;display: flex
;
    flex-direction: column-reverse;
}.portfolioCount {
    color: #fff;
    font-size: 200px;
    text-align: center;
    line-height: 400px;
}.portfolioBoxinner h3 {
    font-size: 23px;
    margin:30px 0 30px;
}.moreLink .moreBtn i {
    transform: rotate(45deg);
}
 .moreBtn {
    width: 51px;
    height: 51px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    color: #000; display: block;
}
.moreLink a {
    font-size: 18px;
}
.moreLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
}.portfolioBoxinner {
    position: relative;
    z-index: 9;
}.portfolioBox:hover img {
    opacity: 1; ;
}
.portfolioBox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;opacity: 0;
    top: 0;
    background: linear-gradient(transparent 60%, #ffffff 90%);
    z-index: 9;
}.portfolioBox:hover:before {
    opacity: 1;
}
.portfolioBox:hover h3 {
    color: #000;
}
.portfolioBox:hover .moreLink .moreBtn {
    background: #D4AD29;
    transform: rotate(45deg);
}section#portfolio {
    padding: 150px 0;
}button.accordion-button {
    background: #0E0E0E;
    color: #757777;
    font-size: 23px;
    border: none;
    min-height: 78px;    border-radius: 5px;
}.accordion-item {
    border: none;
    margin: 30px 0;border-radius: 6px;
}.accordion-button:not(.collapsed) {
    background: #fff;
    color: #D4AD29;box-shadow: none;
}
.accordion-button:after {
   content: "\f062";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: none #fff;
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    transform: rotate(180deg);
    top: -17px;
    position: absolute;color: #000;
    right: 11px;
}
.accordion-button:not(.collapsed)::after {
   
    content: "\f062"; background: none #fff; transform: rotate(0deg);
    
}section#news {
    padding: 120px 0;
}.newsImg a.moreBtn {
    width: 91px;
    height: 91px;
    line-height: 91px;
    font-size: 30px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;border: 2px solid #fff;
    bottom: 0;
}
.newsImg:hover a.moreBtn {
    background: #D4AD29;
    transform: rotate(90deg);color: #fff;
}

.newsImg {
    position: relative;
}#news h5 {
    margin: 20px 0 10px;font-size: 21px;
}#news p {
    font-size: 18px;
    line-height: 23px;    font-weight: 100;
}

.form-control {
    background: #0E0E0E;
    height: 67px;
    border: none; font-size: 18px; border-radius: 5px;
    color: #757777;
}
.form-control::placeholder{ color: #757777;}
textarea.form-control {
    height: 133px;
    resize: none;
}
section#contactPanel {
    padding-bottom: 50px;
}
.mapPanel  {
    border-radius: 20px;
    margin-bottom: -180px;
}
.socialInfo a:hover img {
    filter: brightness(0) invert(1);
}
footer {
    background: #0E0E0E;
    padding: 150px 0 80px;
}ul.impLink li {
    margin: 10px 0;
}
ul.impLink li a {
    color: #757777;
    font-size: 18px;
}
.contactInfo li{font-size: 18px; margin: 15px 0}
footer .socialInfo a {
    margin-left: 0;
    margin-right: 10px;
}
footer .socialInfo {
    margin: 0;
}.bottomFooter {
    padding: 20px 0;
    font-size: 16px;
}.bottomFooter a,ul.impLink li a:hover {
    color: #D4AD29;
}

a.backBtn {
    display: block;
    margin-left: auto;
}
#workflow{padding: 150px 0;    overflow: hidden;}

.circleBox {
    width: 51px;
    height: 51px;
    position: relative;
   background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23ffffff' stroke-width='7' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='86' stroke-linecap='butt'/%3e%3c/svg%3e");
border-radius: 100px; margin: auto;
    
   
}
.circleBox:after {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    content: "";
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
}.curvBox h6 {
    font-size: 18px;
    font-weight: 300;
    padding: 0 50px;
    text-align: center;
    margin: 40px 0 0;
}

div#curv:before {
    position: absolute;
    width: 120%;
    height: 130px;
    content: "";
    border: 3px solid;
    border-color: transparent transparent #ffffff transparent;
    border-radius: 50% / 0 0 140px 140px;
    top: 0;
    left: -10%;
}div#curv {
    position: relative;
}
.curvBox{position: relative;}
.curvBox:nth-child(1) {
    top: 84px;
}
.curvBox:nth-child(2) {
    top: 99px;
}
.curvBox:nth-child(3) {
    top: 105px;
}
.curvBox:nth-child(4) {
    top: 99px;
}
.curvBox:nth-child(5) {
    top: 84px;
}

.curvBox:nth-child(1) h6 {
    transform: matrix(0.99, 0.12, -0.12, 0.99, 0, 0);
}
.curvBox:nth-child(2) h6 {
    transform: matrix(1, 0.07, -0.07, 1, 0, 0);
}
.curvBox:nth-child(5) h6 {
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
}
.curvBox:nth-child(4) h6 {
    transform:  matrix(1, -0.07, 0.07, 1, 0, 0);
}
.circleBox{transition: all 0.5s ease-out;}
.curvBox:hover .circleBox {
    transform: rotate(45deg);
}
.curvBox:hover .circleBox:after{background: #D4AD29}

.swal2-actions button:hover {
    background: rgb(212, 173, 41);
    color: #fff;
    border-color: rgb(212, 173, 41);
}
.swal2-actions button {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
.innerPage header {
    position: relative;
    top: auto;
    padding: 20px 0;
}section.titleOuter {
    background: #1c1b1b;
    padding: 20px 0;
}#blogDetail p {
    margin: 20px 0;
}#blogDetail li {
    margin: 10px 0;
    list-style: circle;
    margin-left: 50px;
}section#blogDetail {
    padding: 50px 0;
}.blogDetailInner {
    max-width: 800px;font-size: 18px;
    margin: auto;
}blockquote {
    background: #1C1B1B;
    padding: 20px;
    font-size: 22px;
}
 #blogDetail h2 {font-size: 1.75rem; margin: 0 0 1rem 0;}
    #blogDetail h3 {font-size: 1.125rem; margin: 1.5rem 0 0.5rem 0;}
    #blogDetail p {margin: 0.5rem 0;}
    #blogDetail .insight {font-style: italic;}

.blogDetailInner img {
    margin-bottom: 25px;
}

@media screen and (max-width:1400px) {
.bannerContinner {max-width: 80%; }
}
@media screen and (max-width:1350px) {
    .titleBar h2{font-size: 60px}
    
}
@media screen and (max-width:1200px) {
.bannerContinner {max-width: 100%; }
.mapPanel iframe {  width: 100%;}

}
@media screen and (max-width:990px) {
    .portfolioBox{height: 400px}
     [data-aos] {
        opacity: 1 !important;
        transform: translate(0) scale(1) !important;
    }
    #curv .d-flex { flex-wrap: wrap;     justify-content: center !important;}
    .curvBox {
    position: relative;
    width: 100%;        margin: 20px 0;
    top: auto !important;
}.curvBox h6 {
    transform: none !important;
    margin: 0;
    padding: 0;        text-align: center;
        margin-top: 20px;
}
    .bannerContinner h1{font-size: 58px}
 .portfolioBox{margin: 30px 0}
     .titleBar h2 {  font-size: 40px;    }
     .titleBar p br{display: none;}
     div#curv:before{display: none;}
     .curvBox {position: relative;}
    .curvBox:before {    position: absolute;
    width: 120%;
    height: 130px;
    content: "";
    border: 3px solid;
    border-color: transparent transparent #ffffff transparent;
    border-radius: 50% / 0 0 140px 140px;
    top: -105px;
    left: -10%;}
    #faq .row {flex-direction: column-reverse;}
    #workflow,#portfolio { padding: 70px 0}
    div#curv .container { max-width: 100%;}
    .mapPanel {  margin-bottom: 0; margin-top:20px }
        .owl-carousel .owl-item img{margin: auto;}
    .bottomFooter .d-flex { flex-wrap: wrap; text-align: center; justify-content: center !important;}
}
@media screen and (max-width:768px) {

footer {padding: 0 0 80px;}
    .titleBar h2 { font-size: 30px;    }
    .titleBar h3{font-size: 26px}
footer .col-md-4 {  margin: 20px 0;}
    .bannerCont{padding: 0}
    section#about {
    padding: 50px 0 0;
}
.portfolioBoxinner h3 {
    font-size: 20px;
    margin: 20px 0;
}
section#portfolio { padding: 80px 0;}
.portfolioCount {font-size: 100px;line-height: 220px;}
.portfolioBox{height: 300px;}
.video-banner video{ height:600px }
    .bannerContinner h1 { font-size: 45px;line-height: 48px;}

.newsImg{margin: 30px 0}
.mapPanel iframe {  width: 100%; height: 300px;}

}

@media screen and (max-width:580px) {
.curvBox:before{left: -13%}

}