/* common */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html,body {
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	color:#666666 !important;
	font-weight: 500;
}
input,select,textarea {
	font-family:Arial;
	font-size:12px;
	color:#666666;
}
body {
	background:#fff;
}
img {
	border:0px;
	display:block;
	max-width: 100%;
}
a,input {
	outline:none;
	transition: all 0.3s;
	text-decoration: none;
	color: #666666;
}
a:hover{
    color: #f1a866 !important;
}
ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
h2{
	font-size: 40px;
	font-weight: 700;
	color: #f1a866;
	margin-bottom: 40px;
}
h4{
	font-weight: 700;
	color: #f1a866;
	margin-bottom: 5px;
	font-size: 25px;
	line-height: 1;
}
P{
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}
.pt-100{
	padding: 100px 0;
}
.container{
	max-width: 1200px;
}
.modal-header{
	border: none;
}
/* section */
#section {
	position:relative;
	display:block;
	width:100%;
	min-height: 100%;
}
/* page wrap */
#page-wrap {
	margin:0 auto;
	width: 100%;
	overflow: hidden;
}
/* header */
#header-wrap {
	position:relative;
	width:100%;
	z-index:999;
	padding: 10px 0;
}

.logo a {
	display: block;
}
.logo a img {
	width: 100px;
}
.nav-block ul li a{
    color: #666666;
    padding: 25px 25px;
    display: block;
    font-weight: 700;
    font-size: 18px;
}
.nav-block ul li:hover a,
.nav-block ul li.active a{
	color: #f1a866;
}
	/* content */
#content-wrap {
	overflow:hidden;
	width: 100%;
}
.latest-wrap iframe{
	height: 700px;
}
.slick-list{
	margin: 0 -10px;
}
.slick-slide{
	padding: 0 10px;
}

/*client*/

.client {
	width: 80%;
	margin: 0 auto;
}
.awards-slider .slick-list {
    margin: 0 -10px;
    padding: 60px 0px;
}
.awards-slider .panel{
	background: #ffffff;
}
.project-slider a{
	display: block;
}
.contact-block a{
	display: flex;
	align-items: center;
	font-size: 18px;
}
.contact-block a img{
	width: 40px;
	margin-right: 10px;
}
.wrapper-block a{
    display: none;
    margin-bottom: 30px;
}
.wrapper-block .row > div{
    margin-bottom: 0 !important;
}
.wrapper-block .row > div:nth-child(1) a,
.wrapper-block .row > div:nth-child(2) a,
.wrapper-block .row > div:nth-child(3) a,
.wrapper-block .row > div:nth-child(4) a,
.wrapper-block .row > div:nth-child(5) a,
.wrapper-block .row > div:nth-child(6) a,
.wrapper-block .row > div:nth-child(7) a,
.wrapper-block .row > div:nth-child(8) a,
.wrapper-block .row > div:nth-child(9) a,
.wrapper-block .row > div:nth-child(10) a,
.wrapper-block .row > div:nth-child(11) a,
.wrapper-block .row > div:nth-child(12) a{
    display: block !important;
}
.pl-35{
    position: relative;
    left: 35px;
}

/* footer wrap */
.footer-wrap {
	width: 100%;
}
.footer-wrap a{
	color: #ffffff;
}
.f-nav ul li{
	margin: 0 50px;
}
.footer-wrap h5{
	color: #fff;
}
.footer-wrap p,.footer-wrap .f-panel a{
	color: #838684;
}
.footer-wrap label{
	display: block;
	color: #fff;
}
.footer-wrap h3{
	color: #f1a866;
	margin-bottom: 30px;
}
.white{
	color: #ffffff !important;
}
.social li{
	margin-right: 20px;
}
.social a{
	font-size: 50px;
	color: #ffffff !important;
}
.social a:hover{
	color: #f1a866 !important;
}

/*team-block*/
.team-block a{
	display: block;
}
.team-block .panel img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.team-wrapper .row{
	margin: 0 -50px;
}
.team-wrapper .row > div{
	padding: 0 50px;
}
.form-control{
	background: #ffffff;
	border: none;
	height: 60px;
}
textarea.form-control{
	height: 180px;
	resize: none;
}
.btn,
.btn.btn2 {
	border: solid 1px #f1a866;
	border-radius: 40px;
	padding: 10px 50px;
	font-weight: 500;
}
.btn:hover {
	color: #ffffff;
	background: #f1a866;;
}
.footer-wrap p{
	font-size: 16px;
	line-height: 24px;
}
.footer-wrap .f-nav li a{
	font-size: 1.25rem;
	font-weight: 700;
}

.slick-arrow{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/angle-right-solid.svg) no-repeat center/15px;
	font-size: 0;
	border: none;
    border: solid 2px;
}
.slick-prev {
	background: url(../images/angle-right-solid.svg) no-repeat center/15px;
	left: -60px;
    transform: rotate(180deg);
}
.slick-next {
    right:-60px;
    
}

.project-block  iframe{
	    height: 220px;
    width: 100%;
}

/*contact*/

.contact ul li{
	margin-bottom: 10px;
}
.contact ul li a{
	color: #ffffff !important;
}
.contact ul li a i{
	margin-right: 15px;
}
.contact ul li a:hover {
    color: #f1a866 !important;
}
.form-control:focus {
	color: #A7A9AC !important;
	border-color: #A7A9AC !important;
	box-shadow: 0 0 0 0.25rem #A7A9AC !important;
}
.awards-slider h5{
	font-weight: 700;
}
.awards-slider .panel{
    min-height: 472px;
}

.contact h5{
	color: #f1a866 !important;
}

/*mtoggle*/

.m-toggle {
  display:none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #f1a866;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-icon {
  margin-top:13px;
}
/*tooltip*/

.team-block {

  position: relative;
}
.all-tooltip {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.tooltip-content {
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px #00000020;
  padding: 30px;
  border-radius: 8px;
  width: 90vw;
  max-width: 300px;
  opacity: 0;
  pointer-events: none;
  /* left: -50%; */
  z-index: 2;
}
.tooltip-content .arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.pin {
  position: absolute;
  content: "";
  top: 50%;
  left: 80%;
  height: 25px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
}
.pin:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  animation: puls-effect 1s ease infinite;
}
.tooltip.active .tooltip-content {
  opacity: 1;
  pointer-events: all;
  display: block;
}

/* Custom Style for tooltip-1 */

.tooltip-1 .pin {
  top: 40%;
  left: 82%;
  height: 15px;
  width: 15px;
  background-color: rgb(255, 255, 255);
}
.tooltip-1 .tooltip-content {
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  background-color: aliceblue;
}
.tooltip-1.active .tooltip-content {
  display: flex;
}
.tooltip-1 .tooltip-content .img {
  width: 50%;
  object-fit: cover;
}
.tooltip-1 .tooltip-content .content {
  width: 50%;
  padding: 20px;
}
.tooltip-1 .tooltip-content .content h1 {
  font-size: 24px;
}
.tooltip-1 .tooltip-content .content p {
  font-size: 14px;
}
.tooltip-1 .tooltip-content .content button {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* custom style for tooltip-2 */
.team-block {
    position: relative;
}

.all-tooltip {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.tooltip-content {
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px #00000020;
  padding: 20px;
  border-radius: 8px;
  width: 90vw;
  max-width: max-content;
  opacity: 0;
  pointer-events: none;
  /* left: -50%; */
  z-index: 2;
}
.tooltip-content h2{
    margin-bottom: 0;
    font-size: 20px;
}
.tooltip-content p{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}
.tooltip-content .arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.pin {
  position: absolute;
  content: "";
  top: 50%;
  left: 80%;
  height: 25px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
}
.pin:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  animation: puls-effect 1s ease infinite;
}
.tooltip1.active .tooltip-content {
  opacity: 1;
  pointer-events: all;
  display: block;
}

/* Custom Style for tooltip-1 */

.tooltip-1 .pin {
  top: 40%;
  left: 82%;
  height: 15px;
  width: 15px;
  background-color: rgb(255, 255, 255);
}
.tooltip-1 .tooltip-content {
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  background-color: aliceblue;
}
.tooltip-1.active .tooltip-content {
  display: flex;
}
.tooltip-1 .tooltip-content .img {
  width: 50%;
  object-fit: cover;
}
.tooltip-1 .tooltip-content .content {
  width: 50%;
  padding: 20px;
}
.tooltip-1 .tooltip-content .content h1 {
  font-size: 24px;
}
.tooltip-1 .tooltip-content .content p {
  font-size: 14px;
}
.tooltip-1 .tooltip-content .content button {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* custom style for tooltip-2 */

.tooltip-2 .pin {
  top: 80%;
  left: 35%;
  height: 15px;
  width: 15px;
}
.tooltip-2 .tooltip-content .content h1 {
  margin: 20px 0;
}
.tooltip-2 .tooltip-content {
  background-color: aliceblue;
}
.tooltip-2 .tooltip-content button {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* Custom style for tooltip-3 */

.tooltip-3 .pin {
    top: 58%;
    left: 12%;
    height: 15px;
    width: 15px;
}

/* Custom style for tooltip-5 */

.tooltip-5 .pin {
    top: 43%;
    left: 40%;
    height: 15px;
    width: 15px;
}
/* Custom style for tooltip-6 */

.tooltip-6 .pin {
    top: 51%;
    left: 45%;
    height: 15px;
    width: 15px;
}
/* Custom style for tooltip-7 */

.tooltip-7 .pin {
  top: 77%;
  left: 45%;
  height: 15px;
  width: 15px;
}
/* Custom style for tooltip-8 */

.tooltip-8 .pin {
    top: 51%;
    left: 61%;
    height: 15px;
    width: 15px;
}
/* Custom style for tooltip-9 */

.tooltip-9 .pin {
    top: 43%;
    left: 81%;
    height: 15px;
    width: 15px;
}
/* Custom style for tooltip-4 */

.tooltip-4 .pin {
    top: 55%;
    left: 30%;
    height: 15px;
    width: 15px;
}

.tooltip-10 .pin {
    top: 51%;
    left: 92%;
    height: 15px;
    width: 15px;
}

/* Puls Effect For Pins */

@keyframes puls-effect {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}


/* responsive */
@media only screen and (max-width:1439px) {
    .slick-next{
        right:0;
    }
    .slick-prev{
        left:0;
    }
    .slick-arrow {
        z-index: 99;
    }
    #banner video{
        height: 450px;
    width: 100%;
    object-fit: cover;
    }
    .pt-100 {
        padding: 50px 0;
    }
    .latest-wrap iframe{
        height:550px;
    }
}
@media only screen and (max-width:991px) {
    #banner video{
        height:350px;
    }
    h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .latest-wrap iframe {
        height: 425px;
    }
    .footer-wrap .border-bottom > div{
        margin-bottom:20px;
    }
    .footer-wrap .border-bottom > div:nth-child(1){
        order:4;
    }
    .footer-wrap .border-bottom > div:nth-child(2){
        order:1;
    }
    .footer-wrap .border-bottom > div:nth-child(3){
        order:2;
    }
    .footer-wrap .border-bottom > div:nth-child(4){
        order:2;
    }
    .pb-5 {
        padding-bottom: 1.5rem!important;
    }
    .team-wrapper .row {
        margin: 0 -30px;
    }
    .team-wrapper .row > div {
        padding: 0 30px;
    }
}
@media only screen and (max-width:767px) {
    .nav-block ul li a {
        padding: 20px 15px;
    }
    .logo a img {
        width: 80px;
    }
    .latest-wrap iframe {
        height: 320px;
    }
    .f-nav ul li {
        margin: 0 25px;
    }
    .pt-5 {
        padding-top: 1.7rem!important;
    }
    .team-wrapper .row {
        margin: 0 -15px;
    }
    .team-wrapper .row > div {
        padding: 0 15px;
    }
    .mb-5 {
        margin-bottom: 1.5rem!important;
    }
    .awards-slider .slick-list{
        padding:0;
    }
    .awards-slider .panel{
        min-height:auto;
    }
    .slick-slide{
        padding:0;
    }
    .client-wrap.pt-100 .row{
        margin-bottom:0 !important;
    }
    .form-control {
        height: 45px;
    }
    textarea.form-control {
        height: 100px;
    }
    .map iframe{
        height: 400px !important;
    }
    .project-block .row > div.mb-3{
        margin-bottom: 0!important;
    }
    .wrapper-block a {
        margin-bottom: 0;
    }
    .pl-35{
        left: 0px;
    }
}
@media only screen and (max-width:575px) {
    .f-nav > ul{
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100%;
    }
    .f-nav ul li {
        margin: 0 0px 10px;
        width: 100%;
    }
    .row.pb-5.border-bottom{
        padding-bottom:0 !important;
    }
    .social a {
        font-size: 40px;
    }
    .pt-100 {
        padding: 30px 0;
    }
    h2 {
        font-size: 30px;
    }
    .nav-block{
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 99;
        background:#ffffff;
        padding: 10px 0px;
    }
    .nav-block ul{
        flex-direction:column;
        width:100%;
    }
    .nav-block ul li{
        width:100%;
    }
    .nav-block ul li a {
        padding: 5px 15px;
    }
    P {
        font-size: 16px;
        line-height: 28px;
    }
    h4 {
        font-size: 20px;
    }
    .team-block a p{
        margin-bottom:0;
    }
    .footer-wrap .f-nav li a{
        font-size:1rem;
    }
    .m-toggle {
      display:inline-block;
    }
    #load-more{
        margin: 30px 0;
    }
    .tooltip-3 .pin,
    .tooltip-4 .pin,
    .tooltip-5 .pin,
    .tooltip-6 .pin,
    .tooltip-8 .pin,
    .tooltip-9 .pin,
    .tooltip-10 .pin {
        height: 8px;
        width: 8px;
    }
}
