* {
  padding: 0;
  margin: 0;
  outline: none;
}

html {
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #555555;
  line-height: 26px;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3 {
  font-family: 'Poppins', sans-serif;
}

p {
  font-family: 'Poppins', sans-serif;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea {
  resize: none;
}

a,
button {
  transition: 0.5s;
  text-decoration: none;
}

button:focus {
  outline: 0px dotted;
}

/* #button
================================================== */

.button {
  width:auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
}
.button_sky {
  color: #fff;
  border-radius: 50px;
  padding: 8px 35px;
  font-size: 27px;
  line-height: 30px;
  border: 3px solid #06a5e9;
  background-image: -webkit-linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-image: linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-size: 600px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button_sky span{
  font-size: 28px;
  line-height: 32px;
}
.button_sky:hover {
  background-position: 100%;
  color: #06a5e9;
}


.button_sky2 {
  color: #fff;
  border-radius: 50px;
  padding: 10px 35px;
  font-size: 36px;
  font-weight:600;
  line-height: 34px;
  border: 3px solid #06a5e9;
  background-image: -webkit-linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-image: linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button_sky2 span{
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.button_sky2:hover {
  background-position: 100%;
  color: #06a5e9;
}


.button_sky3 {
  color: #fff;
  border-radius: 50px;
  padding: 20px 35px;
  font-size: 36px;
  font-weight:600;
  line-height: 34px;
  border: 3px solid #06a5e9;
  background-image: -webkit-linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-image: linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button_sky3 span{
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.button_sky3:hover {
  background-position: 100%;
  color: #06a5e9;
}


.button_sky4 {
  color: #fff;
  border-radius: 50px;
  padding: 12px 35px;
  font-size: 20px;
  font-weight:600;
  line-height: 24px;
  border: 3px solid #06a5e9;
  background-image: -webkit-linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-image: linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button_sky4 span{
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.button_sky4:hover {
  background-position: 100%;
  color: #06a5e9;
}


.button_white {
  color: #06a5e9;
  border-radius: 50px;
  padding: 12px 35px;
  font-size: 20px;
  font-weight:600;
  line-height: 24px;
  border: 3px solid #fff;
  background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
  background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button_white span{
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.button_white:hover {
  background-position: 100%;
  color: #06a5e9;
}
/* #button
================================================== */



/*------------------- header Top -------------------*/
.topHeader {
  padding:0;
  position: relative;
  z-index: 9;
  width: 100%;
}
.home .topHeader {position: absolute; }
.topLinks{
  padding: 17px 0 22px 0;
  margin: 0;
}
.topLinks ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.topLinks ul li{
  padding: 0 15px;
  margin: 0;
  color:#282828;
  font-size: 20px;
  line-height: 24px;
}
.topLinks ul li a{
  color:#282828;
}
.topLinks ul li a:hover{
  color:#1fabe7;
}


/* #Navigation
================================================== */
header{
  padding: 0; 
  margin: 0;
}
.logo {
  width:310px;
  height: auto;
  padding: 0;
}


.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-toggler {
  background-color: #fff;
  color: rgba(255, 255, 255, 1);
  border: 2px solid #0d1b98 !important;
}

.nav-link {
  color: #282828;
  font-size: 28px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.navbar-nav {
  margin-left: auto;
}


.navbar-light .navbar-brand {
  width: 70%;
}

.menu {
  padding: 0;
  margin: 30px 0 0 0;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.menu ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}

.menu li ul {
  display: none;
  text-align: left;
}

.menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 25px;
  font-weight: 500;
}

.menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.menu ul li.active a {
  color: #0d1b98;
  text-decoration: none;
}

.menu li:hover ul {
  display: block;
  position: absolute;
  width: 340px;
  box-shadow: 6px 8px 7px #000;
  padding: 10px;
  background: #ffff;
  z-index: 99;
}

.menu li:hover ul li {
  float: none;
}

.menu li:hover li a {}

.menu li:hover li a:hover {
  color: #000;
  text-decoration: underline;
}

.nav-link:focus,
.nav-link:hover {
  color: #06a5e9;
}
.nav-link.active {
  color: #06a5e9;
}
.navbar-toggler {
  margin-top: 15px;
  background-color: #fff;
  color: rgba(255, 255, 255, 1);
  border: 2px solid #000 !important;
  width: 100%;
}
.navbar-toggler-icon{
  color: #fff;
  line-height: 30px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
}

.navbar-expand-lg .navbar-nav .nav-link:nth-last-child {
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
}

.dropdown a,
.dropend,
.dropstart,
.dropup {
  position: relative;
  color: #000 !important;
  background-color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
} 

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 280px;
  left: inherit;
  right: 0;
}


/* #banner
================================================== */
.bannerBlk {
  position: relative;
  left: 0;
  top: 0;
  z-index:1;
  width: 100%;
  height:100%;
  padding: 0px 0 0px 0;
  margin: 0;
}

.c-slide-w{ position: relative;}
.c-slide-w .bannerCon,
.c-slide-w .bannerCon h1{
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-slide-w .bannerCon span{
  display: block;
}
.bannerBlk .slick-dots{
  display: flex;
  z-index: 99999;
  position: absolute;
  width: 100%;
  margin-top: -50px;
  text-align: center;
  justify-content: center;
  transform: translateY(-50%);
}
.bannerBlk .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ccc;
  font-size: 0;
  margin: 0 3px;
}
.slick-dots .slick-active button {
  background: #06a5e9;
}
/* #banner
================================================== */


/* #Recipient
================================================== */
.recipientBlk {
  margin:80px 0 15px 0;
  padding:0;
}
.recipientBlk p{
  font-size:27px;
  line-height:34px;
  color: #282828;
  font-weight:300;
  padding-bottom:0px;
}
.recipientBlk p a{
  font-size:27px;
  line-height:34px;
  color: #282828;
  font-weight:300;
  padding-bottom:0px;
  text-decoration: none;
}
.recipientBlk p a:hover{
  color: #06a5e9;
  text-decoration: underline;
}
.skyBorder{
  border-bottom:#06a5e9 2px solid;
}
/* #Recipient
================================================== */


/* #servicesBlk
================================================== */
.servicesBlk {
  padding:80px 0;
  margin:0;
  background: url(../images/servicesBg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.servicesBlk h2{
  font-size: 62px;
  line-height: 120px;
  color: #1fabe7;
  font-weight: 600;
}
.serv{
  position:relative;
}
/* .serv a{
  position:absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
}
.serv a:hover{
  box-shadow: 0px 4px 16px 4px rgb(0, 0, 0, .5);
} */
.boxServices {
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 4px 16px 4px rgb(0, 0, 0, .1);
} 

.boxServices p{
  font-size:26px;
  line-height:34px;
  color: #282828;
  font-weight:500;
  padding-bottom:15px;
  text-transform: uppercase;
}
.boxServices img{
  width: 100%;
}
/* #servicesBlk
================================================== */




/* #Project Block
================================================== */
.projectBlk {
  padding:80px 0;
  margin:0;
  background: url(../images/projectImg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.projectBlk h2{
  font-size:61px;
  line-height:58px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.grid {
	position: relative;
	margin: 0 auto;
	/* padding: 1em 0 4em;
	max-width: 1000px; */
	list-style: none;
	text-align: center;
  width: 100%;
  height: 100%;
  border: #06a5e9 2px solid;
  overflow-x: hidden;
  overflow-y: hidden;
}
.grid figure {
	position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 416px; */
    /* max-width: 287px; */
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border: #fff 10px solid;
    /* height: 387px; */
    margin: 0;
}

.grid figure img {
	position: relative;
	display: block;
	/* min-height: 100%;
	max-width: 100%; */
  height: 360px;
	opacity: 0.8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/* #about block
================================================== */
.designProcessBlk {
  margin:40px 0 0 0;
  padding:30px 0;
  background: url(../images/designProcessImg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.designProcessBlk2 {
  margin:40px 0 0 0;
  padding:30px 0;
  background: url(../images/aboutImg2.jpg) no-repeat top right;
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover; */
}

.whiteBox{
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  max-width: 200px;
  height:220px;
  margin: 0 auto;
  box-shadow: 0px 3px 3px 2px rgb(0, 0, 0, .1);
}
.whiteBox:hover{
  box-shadow: 0px 3px 8px 2px rgb(0, 0, 0, .5);
}
.whiteBox p{
  font-size: 16px;
  line-height:26px;
  color: #000;
  padding: 0;
  margin: 0;
}
.whiteBox img{
  padding: 15px 0;
}
.whiteBox h2{
  font-size: 20px;
  line-height:24px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.dBox{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sky{
  text-align: center;
}
.sky h2 {
  font-size:58px;
  line-height:56px;
  color: #1fabe7;
  text-transform: uppercase;
  font-weight: 600;
}





/* #about block
================================================== */

.aboutBlk {
  margin:120px 0 160px 0;
  padding:0;
}
.aboutTxt{
  padding-left:30px;
}

.aboutTxt h2{
  font-size: 120px;
  line-height: 120px;
  color: #1fabe7;
  font-weight: 500;
}
.aboutTxt p{
  font-size:26px;
  line-height:34px;
  color: #282828;
  font-weight:300;
  padding-bottom:0px;
}

.aboutBlk2 {
  margin-top: 50px;
  padding:70px 0 60px 0;
  background: url(../images/aboutImg2.jpg) no-repeat top right;
}
.aboutTxt2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.aboutTxt2Blk{
  padding-left:30px;;
  margin: 0;
}
.aboutTxt2Blk p{
  font-size:26px;
  line-height:34px;
  color: #282828;
  font-weight:300;
  padding-bottom:0px;
}
.aboutTxt2Blk img{
  margin: 30px;
}
/* #findout
================================================== */
.findoutBlk {
  margin: 40px 0;
  padding: 75px 0 65px 0;
  background: url(../images/findoutBg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.findoutBlk h2{
  font-size:36px;
  line-height:42px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.findoutBlk h2 span{
  display: block;
}
/* #findout
================================================== */


/* #contact
================================================== */
.contactBlk {
  margin:0;
  padding:0;
  background:#272727;
}
.mapBlk {
  line-height: 0;
}
.conBox{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.conBoxin{
  max-width: 650px;
  text-align: left;
}
.conBoxin h2{
  font-size:50px;
  line-height:52px;
  color: #1fabe7;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
 margin-top: 30px;
}
.conBoxin form{
  width:100%;
}
.conBoxin form input{
  width:100%;
  color:#9e9e9e;
  background-color: transparent;
  border-bottom: #fff 2px solid;
  border-top:none;
  border-left:none;
  border-right:none;
  font-size: 29px;
  line-height: 35px;
  margin-bottom: 30px;
}
.conBoxin form textarea{
  width:100%;
  color:#9e9e9e;
  background-color: transparent;
  border-bottom: #fff 2px solid;
  border-top:none;
  border-left:none;
  border-right:none;
  font-size: 29px;
  line-height: 35px;
  margin-bottom: 30px;
  height: 90px;
}
.conBoxin form button{
  padding: 8px 50px;

}
/* #contact
================================================== */



/* #footer
================================================== */
.footerBlk {
  margin: 5px 0 8px 0;
  padding: 75px 0 30px 0;
  background: url(../images/footerBg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.footer_logo {
  width: 399px;
}
.footer_logoTxt {
  color:#808080;
  font-size: 18px;
  line-height: 22px;
}

.footerLink {
  padding: 0;
  margin: 0;
}

.footerLink ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-grid;
}

.footerLink ul li {
  padding: 0 50px;
  margin: 0;
  display: block;
  clear: both;
  line-height:50px;
}

.footerLink ul li a {
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 20px;
  transition: all 0.7s ease 0s;
}
.footerLink ul li a:hover {
  color: #06a5e9;
}

.footerLink2{
  padding: 0;
  margin: 0;
}

.footerLink2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-grid;
}

.footerLink2 ul li {
  padding: 0 50px;
  margin: 0;
  display: block;
  clear: both;
  line-height:50px;
  color: #ffffff;
  font-size: 20px;
}

.footerLink2 ul li a {
  color: #ffffff;
  padding: 0;
  margin: 0;
  transition: all 0.7s ease 0s;
}
.footerLink2 ul li i {
  color: #4c4c4c;
  background-color: #a4a4a4;
  font-size: 26px;
  border-radius: 50px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  margin-right: 20px;
}
.footerLink2 ul li a:hover {
  color: #06a5e9;
}
.copytxt{
  font-size: 18px;
  line-height: 26px;
  color:#fff;
  text-align: center;
}


/* #Banner common
================================================== */
.bannerBlk2 {
  width: 100%;
  height:256px;
  padding: 0px 0 20px 0;
  margin: 0;
  position: relative;
}
.bannerBlk2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bannerBlk2 h2,.bannerBlk2 h1  {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  /*line-height: 256px;*/
  line-height: normal;
  text-transform: uppercase;

}
.bannerBlk2 h1 { top: 50%; transform: translateY(-50%);}
.bannerSlide2{
  width: 100%;
  height: 256px;
}

/* #testimonialsBlk
================================================== */
.testimonialsBlk {
  padding:0px 0  130px 0;
  margin:110px 0 0 0;
  background: url(../images/testimonialsBg.jpg) no-repeat top right;
}
.testimonialsBlk h2{
  font-size: 42px;
  line-height:60px;
  color: #1fabe7;
  font-weight: 600;
  text-transform: uppercase;
}
.testiSlider{
}
.testimonBox_wrap{
  padding: 20px;
}
.testimonBoxin{
  background-color: #fff;
  color: #000;
  font-style: italic;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.25);
  padding: 30px 20px;
}
.textimonImgBox{
 display: flex;
 justify-content: flex-start;
 line-height:34px;
}
.textimonImgBox img{
  margin-right: 20px;
 }
.testimonialsBlk .slick-dots{
  display: flex;
  z-index: 99999;
  position: absolute;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  justify-content: center;
  transform: translateY(-50%);
}
.testimonialsBlk .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ccc;
  font-size: 0;
  margin: 0 3px;
}

.testimonialsBlk .slick-dots .slick-active button {
  background: #06a5e9;
}


/* #followus block
================================================== */
.followusBlk {
  margin:0;
  padding:80px 0;
  background: url(../images/followusBg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.followusBlk h2{
  font-size: 42px;
  line-height:60px;
  color: #1fabe7;
  font-weight: 600;
  text-transform: uppercase;
}
.followusBlk ul{}
.followusBlk ul li{ 
  border-radius: 50px; 
  width: 40px; 
  height: 40px; 
  text-align: center;
  display: inline-block;
}
.followusBlk ul li a{
  font-size:24px; 
  line-height: 40px;
  color:#fff;
}
.followusBlk ul li a i{
  color:#fff;
}
.followusBlk ul li a i:hover{ 
  color: #000;
}

.blueBg{background-color: #3b5998;}
.skyBg{background-color: #55acee;}
.redBg{background-color: #cb2027;}
.lightRedBg{background-color: #dc4e41;}


/* #contact black block
================================================== */
.contactBlackBlk {
  margin:0;
  padding:80px 0;
  background: url(../images/contactBlackBg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.contactBlackBlk h2{
  font-size:30px;
  line-height:60px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 80px;
}
.contactBlackBlk ul{}
.contactBlackBlk ul li{ 
  border-radius: 50px; 
  text-align: center;
  display: inline-block;
  font-size:16px; 
  line-height: 40px;
  color:#fff;
  padding:0 60px;
}
.contactBlackBlk ul li a{
  color:#fff;
  font-weight: 500;
}
.contactBlackBlk ul li a:hover{ 
  color: #000;
}
.contactBlackBlk ul li i{
  color:#0f82b3;
  font-size: 40px;
  line-height: 40px;
}


/* #GET IN TOUCH block
================================================== */
.getintouchBlk {
  margin:0;
  padding:80px 0;
  background: url(../images/compassBg.jpg) no-repeat bottom right;
}
.getintouchBlk h2{
  font-size:30px;
  line-height:60px;
  color: #282828;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.getintouchBlk form{
  width:100%;
}
.getintouchBlk form input{
  width:100%;
  color:#858585;
  background-color: transparent;
  border-bottom: #000000 2px solid;
  border-top:none;
  border-left:none;
  border-right:none;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 30px;
}
.getintouchBlk form textarea{
  width:100%;
  color:#9e9e9e;
  background-color: transparent;
  border-bottom: #000 2px solid;
  border-top:none;
  border-left:none;
  border-right:none;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 30px;
  height: 90px;
}
.getintouchBlk form button{
  padding: 8px 50px;
}


/* #projects block
================================================== */
.projectsBlk1 {
  padding:0px 0 0 0;
  margin:0;
}


.projects_1 {
  padding:100px 0;
  margin:0;
  background: url(../images/projectsBg1.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.projects_2 {
  padding:100px 0;
  margin:0;
  background: url(../images/projectsBg2.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.projects_3 {
  padding:100px 0;
  margin:0;
  background: url(../images/projectsBg3.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.projects_4 {
  padding:100px 0;
  margin:0;
  background: url(../images/projectsBg4.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.projects_5 {
  padding:100px 0;
  margin:0;
  background: url(../images/projectsBg5.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.projects_6 {
  padding:100px 0;
  margin:0;
  background: url(../images/projectsBg6.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}



.projectSec{
  display: flex;
  justify-content: flex-start;
}
.projectSecImg{
  padding: 0;
  margin: 0;
  width:35%
}
.projectSecImg img{
  width: 380px;
}
.projectSecBg{
  margin: 20px 0 20px 0;
  padding: 70px 40px 40px 40px;
  background-color: #263436;
  width:65%;
}
.projectSecBg h3{
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.projectSecBg p{
  color: #fff;
  font-size:14px;
  line-height:20px;
  padding-bottom:30px;
}


/*--------------*/
.seviceSec{
  display: flex;
  justify-content: flex-start;
}
.seviceSecBg{
  display: flex;
  justify-content:center;
  flex-direction: column;
  height:330px;
}
.seviceSecBg h3{
  color: #06a5e9;
  font-size: 30px;
  line-height: 42px;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.seviceSecBg p{
  color: #151515;
  font-size:14px;
  line-height:20px;
  padding-bottom:30px;
}




.sevice_1 {
  padding:100px 0;
  margin:0;
}
.sevice_2 {
  padding:100px 0;
  margin:0;
  background: url(../images/servicesBg2.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.sevice_3 {
  padding:100px 0;
  margin:0;
  background: url(../images/servicesBg3.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.sevice_4 {
  padding:100px 0;
  margin:0;
  background: url(../images/servicesBg4.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.sevice_5 {
  padding:100px 0;
  margin:0;
}
.sevice_6 {
  padding:100px 0;
  margin:0;
  background: url(../images/servicesBg6.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover;
}

.sky_btn {
  color: #fff;
  border-radius: 50px;
  padding: 12px 35px;
  font-size: 20px;
  font-weight:600;
  line-height: 24px;
  border: 3px solid #06a5e9;
  background-image: -webkit-linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-image: linear-gradient(30deg, #06a5e9 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.sky_btn span{
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.sky_btn:hover {
  background-position: 100%;
  color: #06a5e9;
}

.c-form-output p {
  color: #000;
}


/* sharmila halder css  */
/* banner css :start  */
.banner_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #c1c1c12b;
}
.newBanner img {
  filter: invert(80%) sepia(0) saturate(0) hue-rotate(250deg) brightness(103%) contrast(100%);
}

/*********** location start **************/
.location { padding: 100px 0;}
.locationList ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  text-align: center;
  list-style: none;
  flex-wrap: wrap;
}

.locationList ul li { width: auto; white-space: nowrap;}
.locationList ul li a {
  display: block;
  text-decoration: none;
  color: #6a6a6a;
  padding: 8px 25px;
  font-weight: 500;
  border: #ccc 1px solid;
  transition: all .5s;
}
.locationList ul li a:hover {transition: all .5s; background: #06a5e9; color: #fff; border-color:#06a5e9}
.location p { margin-bottom: 50px;}

/*********** location end **************/