/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap'); */

* {
	margin:0;
	padding:0;
	scroll-behavior: smooth;
}


@font-face{
	font-family:'Neuzeit-Grotesk';
	src: url(../font/Neuzeit-Grotesk.otf) format('truetype') ;
}

@font-face{
	font-family:'Avalon';
	src: url(../font/Avalon.ttf) format('truetype') ;
}

@font-face{
	font-family:'AvalonBold';
	src: url(../font/AvalonBold.ttf) format('truetype') ;
}


body {
	font-family: 'Neuzeit-Grotesk', sans-serif;
	color: #58585a;
	font-size:17px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px;
    text-transform: capitalize;
    font-family: 'AvalonBold', sans-serif;
	letter-spacing: 1px;
	/* color:#21333e; */
	color:#58585a;
	line-height: 1.6;
}

a:hover {
	text-decoration:none;
}

.ptb-100 {
	padding-top:100px;
	padding-bottom:100px;
}

.bold-font {
	font-weight:700;
}

p {
	position: relative;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
    color: #58585a;
    margin-bottom: 15px;
}

.sec-title {
	position:relative;
}
.sec-title h5 {
	font-family: 'Neuzeit-Grotesk';
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    color: #b0accd;
	display: inline-block;
}

.sec-title h5:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #b0accd;
    right: -55px;
    top: 16px;
}

.sec-title.centered h5:before {
   position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #b0accd;
    left: -50px;
    top: 16px;
}

.sec-title h2 {
	    font-size: 42px;
    line-height: 1.3;
}

.navigation-wrap{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.5s ease;
	background: transparent !important;
}
	
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	/* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

/* .start-header .logo{ */
	/* background: #fff; */
    /* width: 150px; */
    /* height: 130px; */
    /* line-height: 140px; */
    /* text-align: center; */
    /* border-bottom-left-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
/* } */
.start-header.scroll-on {
	position: fixed;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.5s ease-out;
	transition : all 0.5s ease-out;
	z-index: 1000;
	padding:0;
	background: #fff !important;
}

.start-header .logo-2 {
	display:none;
}

.start-header.scroll-on .logo-2 {
	display:block;
}

.start-header.scroll-on .logo{
	display:none;
}

.logo-2 img{
	    width: 100px;
}

.start-header.scroll-on .nav-links li a {
	color: #161515;
}
.start-header.scroll-on .nav-links li a:hover {
	color: #fff;
	background: #58585a;
}


nav{
  /* position: fixed; */
  position: relative;
  z-index: 99;
  width: 100%;
  background: transparent;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 90px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
  margin-bottom:0;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  /* color: #161515; */
  color: #948fb7;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #58585a;
  color:#fff;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fff;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  display:none;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  display:none;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
	color: #fff;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}

nav input{
  display: none;
}

.nav-right ul {
	margin-bottom:0;
}

.nav-right ul li {
	list-style:none;
	display:inline-block;
	    padding: 0 14px;
}

.nav-right ul li a{
	color:#333;
}


.logo img {
	width:100px;
}


.banner-area {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* max-height:700px; */
	max-height:100vh;
	
}

.banner-area:before {
	content:'';
	position:absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 2%);
}
.banner-area  video {
  /* min-width: 100%; */
  /* min-height: 100%; */
   width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-area .banner-text {
	position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 850px;
    width: 100%;
    /* height: 220px; */
    /* height: 130px; */
	height: fit-content;
}

.banner-area .banner-text h1 {
	font-size: 42px;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.2;
	text-shadow: 2px 2px #b0accd;
}

.banner-area .banner-text p {
	font-size: 25px;
    margin-bottom: 0px;
	/* color: #21333e; */
	color:#fff;
	letter-spacing: 1px;
	text-shadow: 2px 2px #b0accd;
}

.banner-area .banner-text p:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    background: #fff;
    left: 24%;
    top: 20px;
}

.about-us .about-left-content h2{
	font-size: 42px;
    line-height: 1.3;
	color:#58585a;
}

.about-us .about-left-content h5{
	font-family: 'Neuzeit-Grotesk';
    font-weight: 600;
	position:relative;
	margin-bottom: 15px;
	color: #b0accd;
}

.about-us .about-left-content h5:before{
	position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #b0accd;
    left: 95px;
    top: 16px;
}


.video .video-inner {
	width: 100%;
  height: 0;
  position: relative;
  /* padding-top: 56.25%;  */
  padding-top: 53%; 
}

.video .video-inner .video-background{
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}


.services .sec-title h2 {
	font-size:42px;
	color:#58585a;
}

.services .sec-title h5 {
	margin:0 0 10px;
}

.service-box {
	display:flex;
}

.service-inner {
	padding: 28px 18px 15px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    margin-right: 14px;
    width: 221px;
    /* display: inline-block; */
	display: flex;
    flex-direction: column;
}

.service-inner .service-icon {
	margin:0 0 20px;
}

.service-inner .service-icon img {
	width:50px;
}

.service-inner .service-cap h3 {
	margin:0 0 10px;
	font-size: 18px;
}

.service-inner .service-cap ul li {
	list-style: none;
    padding-left: 18px;
    padding-bottom: 15px;
    position: relative;
    font-size: 14px;
}

.service-inner .service-cap ul li:last-child {
	padding-bottom:0px;
}

.service-inner .service-cap ul li:before {
	position:absolute;
	content:'';
	background: #b0accd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    margin-top: 6px;
}

.video-2 {
	position:relative;
	display: flex;
    align-items: center;
	background: #b0accd;
}

.video-2 .video-inner {
	width: 55%;
    padding-top: 40%;
}

.video-2 .video-inner .video-background {
	object-fit:cover;
}

.video-2 .video-text {
	width:45%;
}

.video-2 .video-text .text-inner {
	position: relative;
    left: -48px;
}

.video-2 .video-text .text-inner h2{
	margin: 0 0 10px;
    font-size: 45px;
}

.our-clients {
	/* background:#58585a; */
	background:#fff;
	padding: 80px 0 50px;
}
.our-clients .client-logo  {
	background:#fff;
}

.our-clients .client-logo img {
	margin-bottom:20px;
	border: 1px solid #ccc;
}


.our-clients .owl-carousel .owl-nav button.owl-prev {
	    position: absolute;
       left: -75px;
    top: 18%;
    background: #b0accd;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 100%;
    font-size: 20px;
}

.our-clients .owl-carousel .owl-nav button.owl-next {
	    position: absolute;
        right: -75px;
    top: 18%;
    background: #b0accd;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 100%;
    font-size: 20px;
}


.blog-inner{
	border: 1px solid #ddd;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.blog-inner .blog-img{
	margin-bottom:20px;
}
.blog-inner .blog-caption  {
	    padding: 0 24px 25px;
}
.blog-inner .blog-caption h3 {
	margin:0 0 10px;
}

.blog-inner .blog-caption a {
	color:#b0accd;
	display: flex;
    align-items: center;
	transition:.3s all ease-in;
}

.blog-inner .blog-caption a i{
	margin-left:5px;
	transition:.3s all ease-in;
}

.blog-inner .blog-caption a:hover i{
	margin-left:10px;
}

.connect {
	background:#f7f7f7;
	padding:80px 0;
}

.connect a {
    border: 1px solid #555;
    padding: 10px 20px;
    border-radius: 20px;
    letter-spacing: 1px;
}


.connect form .form-control {
	    height: 50px;
    border-radius: 0;
    background: transparent;
	margin-bottom:20px;
}

.connect form .textarea {
	height:150px;
}

.connect form .submit {
	    width: 200px;
    margin: 0 auto;
	transition:all .5s;
}

.connect form .submit:hover {
	background:#b0accd;
	color:#fff;
}

.form-control:focus {
	border-color: inherit;
	box-shadow:none;
}


.footer {
	background: #58585a;
	/* background: #000; */
	/* padding: 60px 0 40px; */
	    padding: 30px 0 15px;
}

.footer .footer-logo {
	margin-bottom:20px;
}
.footer .footer-logo img {
	width: 121px !important;
}

/* .footer .content { */
	/* text-align:center; */
/* } */
.footer .content h3{
	color: #b0accd;
    margin: 0 0 15px;
}

.footer .content p{
	color:#fff;
	/* align-items: baseline; */
    /* display: flex; */
}

.footer .content p i{
	color: #b0accd;
    margin-right: 10px;
}

.footer .content p a{
	color:#fff;
	transition:.3s all ease-out;
}

.footer .content p a:hover{
	color:#b0accd;
}

.footer .footer-link h3{
	color: #b0accd;
}

.footer .footer-link ul li {
	list-style:none;
	margin-bottom:10px;
	position:relative;
	padding-left:16px;
}

.footer .footer-link ul li:before {
	content: '';
    position: absolute;
    width: 10px;
    background: #aca8ca;
    height: 2px;
    margin-top: 12px;
    left: -2px;
}

.footer .footer-link ul li a{
	color: #f7f7f7;
	transition:.3s all;
}

.footer .footer-link ul li a:hover{
	color: #aca8ca;
}

/* .footer .social-bookmark { */
	/* text-align:center; */
/* } */
.footer .social-bookmark  h3{
	color: #b0accd;
	margin:0 0 10px;
}

.footer .social-bookmark li {
    display: inline-flex;
	background: #fff;
    border-radius: 50%;
    color: #233653;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
	line-height: 40px;
	border: 2px solid #fff;
	transition:.5s all;
}

.footer .social-bookmark li a {
    color: #233653;
    width: 40px;
	display:block;
}

.footer .social-bookmark li:hover {
    background: transparent;
    border: 2px solid #b0accd;
}

.footer .social-bookmark li:hover a{
	color: #b0accd;
}  

.footer .content  h3{
	color: #b0accd;
}

.form-group .input-group input {
border: 1px solid #b0accd;
    border-radius: 0;
    height: 50px;
    background: transparent;
	color:#fff;
}

.form-group .btn {
background: #b0accd;
    padding: 10px 8px;
    display: inline-block;
    height: 50px;
    border-radius: 0;
    border: 1px solid #b0accd;
	color:#fff ;
	font-weight:400;
}





.testimonial-2 {
	padding: 85px 0 60px;
	background-image:url(../image/testi-5.jpg);
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	position:relative;
}

.testimonial-2:before{
	background:#000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	content:'';
	opacity:.58;
}


.testimonial-2 .testimonial{
    margin: 0 20px 40px;
}
.testimonial-2 .testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
	height:230px;
}
.testimonial-2 .testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    /* background: #fff; */
    bottom: -20px;
    left: 22px;
	position:absolute;
    transform: rotate(180deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b0accd;
    border-top: 5px solid transparent;
}
.testimonial-2 .testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #b0accd;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-2 .testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #b0accd;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial-2 .testimonial .description{
    font-size: 15px;
    color: #58585a;
    line-height: 23px;
    margin: 0;
}
.testimonial-2 .testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    /* color: #21333e; */
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial-2 .testimonial .post{
    display: block;
    font-size: 18px;
    /* color: #b0accd; */
    color: #fff;
    letter-spacing: 1px;
}

.testimonial-2 .owl-carousel .owl-dots.disabled {
	display:block !important
}

.owl-theme .owl-dots .owl-dot span {
	width: 18px !important;
    height: 10px !important;
    background: #fff !important;
    border-radius: 0;
    position: relative;
	transition:.5s all ease-in-out;
}

.service-1 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #b0accd !important;
	width: 24px !important;
}

button:focus {
	outline:none;
}


.our-work .owl-carousel {
	max-height: 600px;
	height:100%;
}

.our-work .owl-carousel .owl-item img {
    display: block;
    width: 100%;
	height:100%;
    max-height: 600px;
    object-fit: cover;
}

.our-work .owl-carousel .owl-item .our-work-video .video-inner {
	 position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 600px;
}
.our-work .owl-carousel .owl-item  .our-work-video .video-inner .video-background {
	 z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
}


.our-work .owl-carousel .owl-item .our-work-video .video-tag {
	 /* position: relative; */
    /* overflow: hidden; */
    /* width: 100%; */
    /* height: 100%; */
    /* max-height: 600px; */
	
	/* position: relative; */
    overflow: hidden;
    /* width: 100%; */
    /* height: 100%; */
    max-height: 600px;
    width: 100%;
    height: 0;
    position: relative;
    /* padding-top: 56.25%; */
    padding-top: 40.25%;
}
.our-work .owl-carousel .owl-item  .our-work-video .video-tag .video-tag-inner {
	/* width: 100%; */
	/* height: 100%; */
	/* border: 0; */
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.our-work .owl-carousel .owl-nav button.owl-prev {
	    position: absolute;
    left: 10px;
    top: 43%;
    background: #b0accd;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 100%;
    font-size: 20px;
}

.our-work .owl-carousel .owl-nav button.owl-next {
	    position: absolute;
    right: 10px;
    top: 43%;
    background: #b0accd;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 100%;
    font-size: 20px;
}
