/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.crossLine {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #fff;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
body.overflowhidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 20px;
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #125AD3;
  color: #fff;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.sectionTitle {
  font-size: 40px;
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 18px;
  }
}

.sectionPadding {
  padding: 90px 0px;
}
@media (max-width: 1366px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.mainHeader {
  padding: 10px 0;
  width: 100%;
  z-index: 1;
  background: #94d6e8;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 10px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  padding: 10px 12px 10px 12px;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px 12px 10px 12px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #8dc63f;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #8dc63f;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 220px;
  transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #000;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 80px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader.innerheader header .navbarLink ul li a {
  color: #000;
}
.mainHeader.innerheader header .navbarLink ul li:hover a {
  color: #8dc63f;
  border-bottom: 1px solid #8dc63f;
}
@media (max-width: 991px) {
  .mainHeader header {
    justify-content: flex-end;
  }
}

.stickybtn {
  display: inline-block;
  position: absolute;
  z-index: 222 !important;
  left: 2%;
  bottom: 50%;
}
.stickybtn ul li {
  list-style: none;
  padding-bottom: 35px;
}
.stickybtn ul li a {
  display: inline-block;
  transition: 0.2s ease-in-out 0s;
}
.stickybtn ul li i::before {
  color: #3f9faf;
  font-size: 45px;
  line-height: 24px;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .stickybtn ul li i::before {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .stickybtn ul li {
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .stickybtn {
    left: 1%;
  }
}
@media (max-width: 1366px) {
  .stickybtn {
    left: 1%;
    bottom: 40%;
  }
  .stickybtn ul li {
    padding-bottom: 20px;
  }
  .stickybtn ul li a i::before {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .stickybtn {
    left: 3%;
    bottom: 70%;
  }
  .stickybtn ul li {
    padding-bottom: 20px;
  }
  .stickybtn ul li a i::before {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .stickybtn {
    left: 1%;
    bottom: 65%;
  }
  .stickybtn ul li {
    padding-bottom: 20px;
  }
  .stickybtn ul li a i::before {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .stickybtn {
    left: 1%;
    bottom: 70%;
  }
  .stickybtn ul li {
    padding-bottom: 15px;
  }
  .stickybtn ul li a i::before {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .stickybtn {
    left: 5%;
    bottom: inherit;
    top: 10px;
  }
  .stickybtn ul {
    display: flex;
    align-items: center;
  }
  .stickybtn ul li {
    padding-bottom: 5px;
    margin-right: 20px;
  }
  .stickybtn ul li a i::before {
    font-size: 25px;
    line-height: 25px;
  }
}

.homebanner {
  background: #94d6e8;
  padding: 90px 0;
  height: 600px;
}
.homebanner .slick-dots {
  bottom: 15%;
}
.homebanner .slick-dots li {
  margin: 0;
}
.homebanner .slick-dots li button {
  font-size: 0;
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 20px;
}
.homebanner .bannerBox {
  display: flex;
  margin-top: 60px;
}
.homebanner .bannerBox .bannerImage {
  flex: 0 0 35%;
  max-width: 100%;
}
.homebanner .bannerBox .bannerImage img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.homebanner .bannerTextt {
  flex: 0 0 65%;
  max-width: 100%;
}
.homebanner .bannerTextt .text {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}
.homebanner .bannerTextt h5 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: justify;
  margin-bottom: 10px;
}
.homebanner .bannerTextt h1 {
  color: #3f9faf;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.homebanner .bannerTextt p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: justify;
  margin-bottom: 30px;
}
.homebanner .bannerTextt .commonbtn {
  text-align: left;
}
.homebanner .bannerTextt .commonbtn a {
  background: #3f9faf;
  color: #94d6e8;
}
.homebanner .bannerTextt .commonbtn a:hover {
  background: #585858;
  color: #fff;
}
@media (max-width: 1199px) {
  .homebanner .bannerTextt p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .homebanner {
    height: 450px;
    padding: 60px 0;
  }
  .homebanner .bannerBox {
    margin-top: 30px;
  }
  .homebanner .bannerBox .bannerImage img {
    height: 250px;
  }
  .homebanner .bannerTextt h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .homebanner .bannerTextt p {
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .homebanner {
    padding: 2px 0;
    height: auto;
  }
  .homebanner .bannerBox {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .homebanner {
    padding: 2px 0;
    height: auto;
  }
  .homebanner .bannerBox {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .homebanner .bannerBox .bannerImage img {
    height: 200px;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner .innerbannertext .title {
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.innerbanner .innerbannerimg img {
  width: 100%;
}
@media (max-width: 991px) {
  .innerbanner .innerbannerimg img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.inquiryForm {
  background: #f1f1f1;
}
.inquiryForm .form-group {
  margin-bottom: 25px;
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.offcanvas {
  position: relative;
  visibility: visible;
}
.offcanvas .offcanvas-start {
  top: inherit;
  left: inherit;
  width: 100%;
  border-right: 0px;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .offcanvas {
    position: fixed;
    visibility: hidden;
  }
  .offcanvas .contentMobile {
    display: none;
  }
  .offcanvas .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    transform: translateX(15px);
  }
}

.expertsec {
  background: #262d39;
}
.expertsec .title {
  color: #3aa4b6;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}
.expertsec .expertDetails ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
}
.expertsec .expertDetails ul li {
  margin: 10px;
  flex: 0 0 25%;
  max-width: 100%;
  display: flex;
}
.expertsec .expertDetails ul li .expertBox {
  padding: 65px 35px;
  text-align: center;
  background: #1e2430;
  min-height: 245px;
}
.expertsec .expertDetails ul li .expertBox h2 {
  font-size: 15px;
  line-height: 24px;
  color: #959494;
  font-weight: bold;
  margin-bottom: 20px;
}
.expertsec .expertDetails ul li .expertBox p {
  font-size: 13px;
  line-height: 19px;
  color: #959494;
  font-weight: 500;
  margin-bottom: 0px;
}
.expertsec .expertDetails ul li .expertBox:hover {
  background: #94d6e8;
}
.expertsec .expertDetails ul li .expertBox:hover h2 {
  color: #000;
}
.expertsec .expertDetails ul li .expertBox:hover p {
  color: #000;
}
@media (max-width: 1366px) {
  .expertsec .expertDetails ul li .expertBox {
    min-height: 255px;
  }
}
@media (max-width: 1199px) {
  .expertsec .expertDetails ul li .expertBox {
    padding: 30px 25px;
    min-height: 220px;
  }
}
@media (max-width: 991px) {
  .expertsec .expertDetails ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .expertsec .expertDetails ul li {
    flex: 0 0 47%;
    max-width: 100%;
  }
  .expertsec .expertDetails ul li .expertBox {
    padding: 30px 20px;
    min-height: 155px;
  }
}
@media (max-width: 767px) {
  .expertsec .expertDetails ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .expertsec .expertDetails ul li .expertBox {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .expertsec .expertDetails ul li .expertBox {
    padding: 20px;
    min-height: auto;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.form-floating > label {
  color: #000;
}

.title {
  color: #3aa4b6;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.servicesec {
  background: url(../images/servicebg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
}
.servicesec .servicedetail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.servicesec .servicedetail .servicebox {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  text-align: center;
  padding: 50px 0;
}
.servicesec .servicedetail .servicebox p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
}
.servicesec .servicedetail .servicebox .iconsec {
  border: 3px solid #fff;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.servicesec .servicedetail .servicebox .iconsec.pencilimg img {
  height: 66px;
  margin-top: -15px;
  transform: rotate(354deg);
}
.servicesec .servicedetail .servicebox .iconsec.thumbimg {
  justify-content: flex-start;
}
.servicesec .servicedetail .servicebox .iconsec.eventimg {
  align-items: flex-end;
}
.servicesec .servicedetail .servicebox:last-child {
  border: none;
}
.servicesec .servicedetail .servicebox:after {
  content: "";
  position: absolute;
  background: #000;
  height: 250px;
  width: 3px;
  top: 0;
  right: 0;
}

.worksection {
  background: url(../images/union.png);
  background-repeat: no-repeat;
  background-position: center top 0;
}
.worksection ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.worksection ul li {
  list-style: none;
  flex: 0 0 31.33%;
  max-width: 100%;
  margin: 10px 10px;
}
.worksection ul li img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worksection .commonbtn {
  margin-top: 60px;
}
.worksection .commonbtn a {
  background: #3f9faf;
  color: #94d6e8;
}
.worksection .commonbtn a:hover {
  color: #fff;
  background: #585858;
}
@media (max-width: 1366px) {
  .worksection ul li img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .worksection ul li {
    flex: 0 0 30.33%;
  }
  .worksection ul li img {
    height: 280px;
  }
  .worksection .commonbtn {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .worksection ul {
    flex-wrap: wrap;
  }
  .worksection ul li {
    flex: 0 0 48.33%;
    max-width: 100%;
    margin: 5px 5px;
  }
}
@media (max-width: 767px) {
  .worksection ul {
    flex-wrap: wrap;
  }
  .worksection ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 5px;
  }
  .worksection ul li img {
    height: 250px;
  }
}

.commonbtn {
  text-align: center;
}
.commonbtn a {
  background: #8dc63f;
  padding: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 1199px) {
  .commonbtn a {
    font-size: 15px;
    line-height: 15px;
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .commonbtn a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
  }
}

.clientsec {
  background: #95d6e8;
}
.clientsec .testimonialDetails ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.clientsec .testimonialDetails ul li {
  flex: 0 0 31.33%;
  max-width: 100%;
  margin: 10px 10px;
  text-align: center;
  display: flex;
}
.clientsec .testimonialDetails ul li .testimonialBox {
  background: #fff;
  padding: 30px;
}
.clientsec .testimonialDetails ul li .testimonialBox .testimonailLine p {
  font-size: 16px;
  line-height: 24px;
  color: #606161;
  font-weight: 500;
}
.clientsec .testimonialDetails ul li .testimonialBox .testoImg img {
  border-radius: 50%;
  border: 7px solid #D9D9D9;
}
.clientsec .testimonialDetails ul li .testimonialBox .testoImg p {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #606161;
  margin-bottom: 0px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .clientsec .testimonialDetails ul li {
    flex: 0 0 47%;
    max-width: 47%;
  }
  .clientsec .testimonialDetails ul li .testimonialBox {
    padding: 30px;
  }
  .clientsec .testimonialDetails ul li .testimonialBox .testimonailLine p {
    font-size: 16px;
    line-height: 22px;
  }
  .clientsec .testimonialDetails ul li .testimonialBox .testoImg p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .clientsec .testimonialDetails ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .clientsec .testimonialDetails ul li {
    flex: 0 0 48.33%;
    max-width: 100%;
    margin: 5px 5px;
  }
  .clientsec .testimonialDetails ul li .testimonialBox {
    padding: 30px;
  }
  .clientsec .testimonialDetails ul li .testimonialBox .testimonailLine p {
    font-size: 14px;
    line-height: 20px;
  }
  .clientsec .testimonialDetails ul li .testimonialBox .testoImg p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .clientsec .testimonialDetails ul {
    justify-content: center;
  }
  .clientsec .testimonialDetails ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .clientsec .testimonialDetails ul li .testimonialBox {
    padding: 20px;
  }
  .clientsec .testimonialDetails ul li .testimonialBox .testimonailLine p {
    font-size: 14px;
    line-height: 20px;
  }
  .clientsec .testimonialDetails ul li .testimonialBox .testoImg p {
    font-size: 14px;
    line-height: 20px;
  }
  .clientsec .testimonialDetails ul li .testimonialBox .testoImg img {
    height: 120px;
    border: 6px solid #a5a2a2;
  }
}

.awardsection {
  background: #262d39;
}
.awardsection span {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.awardsection h1 {
  color: #fff;
  font-weight: normal;
  font-size: 75px;
  line-height: 75px;
  text-align: center;
  margin-bottom: 45px;
}
.awardsection .awardSlider .awardBox {
  position: relative;
}
.awardsection .awardSlider .awardBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 400px;
}
.awardsection .awardSlider .awardBox .awarddetailbox {
  background: #000;
  opacity: 0.5;
  max-width: 370px;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 15.5%;
}
.awardsection .awardSlider .awardBox .awarddetailbox p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}
.awardsection .awardSlider .awardBox .awarddetailbox p:last-child {
  font-weight: 500;
}
.awardsection .awardSlider .slick-prev {
  left: 7%;
  top: 40%;
}
.awardsection .awardSlider .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 50px;
}
.awardsection .awardSlider .slick-next {
  right: 7%;
  top: 40%;
}
.awardsection .awardSlider .slick-next:before {
  content: "\f105  ";
  font-family: "FontAwesome";
  font-size: 50px;
}
.awardsection .slick-initialized .slick-slide {
  height: inherit;
}
@media (max-width: 1366px) {
  .awardsection .awardSlider .awardBox img {
    height: 350px;
  }
  .awardsection .awardSlider .slick-prev {
    left: 4%;
  }
  .awardsection .awardSlider .slick-next {
    right: 4%;
  }
}
@media (max-width: 1199px) {
  .awardsection h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .awardsection .awardSlider .awardBox img {
    height: 350px;
  }
  .awardsection .awardSlider .slick-prev {
    left: 4%;
  }
  .awardsection .awardSlider .slick-next {
    right: 4%;
  }
}
@media (max-width: 991px) {
  .awardsection h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .awardsection .awardSlider .awardBox img {
    height: 300px;
  }
  .awardsection .awardSlider .slick-prev {
    left: -4%;
  }
  .awardsection .awardSlider .slick-next {
    right: -4%;
  }
}
@media (max-width: 767px) {
  .awardsection span {
    margin-bottom: 15px;
  }
  .awardsection h1 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .awardsection .awardSlider .awardBox img {
    width: 550px;
  }
  .awardsection .awardSlider .slick-prev {
    left: -7%;
    top: 45%;
  }
  .awardsection .awardSlider .slick-next {
    right: -7%;
    top: 45%;
  }
}
@media (max-width: 575px) {
  .awardsection h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .awardsection .awardSlider .awardBox img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 170px;
  }
  .awardsection .awardSlider .slick-prev {
    left: 3%;
    top: 40%;
  }
  .awardsection .awardSlider .slick-next {
    right: 3%;
    top: 40%;
  }
}

footer {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 20px;
}
footer h1 {
  color: #000;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
footer .title {
  text-align: left;
}
@media (max-width: 767px) {
  footer .contactdetail {
    display: flex;
    justify-content: space-between;
  }
}
footer .contactdetail span {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
footer .contactdetail ul li {
  list-style: none;
}
footer .contactdetail ul li a {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 991px) {
  footer .contactdetail ul li a {
    font-size: 20px;
    line-height: 30px;
  }
}
footer .contactdetail ul li a img {
  margin-left: 12px;
}
footer .contactdetail ul li:first-child {
  margin-bottom: 10px;
}
footer .contactdetail .email {
  color: #000;
  display: block;
  margin-top: 20px;
}
footer .contactdetail .footerlogo {
  margin-top: 20%;
  display: block;
}
@media (max-width: 767px) {
  footer .contactdetail .footerlogo {
    margin-top: 0;
  }
}
footer .inquiryForm {
  background: none;
}
@media (max-width: 767px) {
  footer .inquiryForm {
    margin-top: 30px;
  }
}
footer .inquiryForm .commonbtn {
  text-align: left;
}
footer .inquiryForm .commonbtn a {
  padding: 9px 34px;
}
@media (max-width: 767px) {
  footer .inquiryForm .commonbtn {
    text-align: center;
  }
}
footer .inquiryForm .form-group ::-moz-placeholder {
  color: #000;
  font-size: 18px !important;
  line-height: 28px !important;
  display: flex !important;
  align-items: flex-start !important;
  vertical-align: top !important;
  padding-bottom: 10px;
}
footer .inquiryForm .form-group ::placeholder {
  color: #000;
  font-size: 18px !important;
  line-height: 28px !important;
  display: flex !important;
  align-items: flex-start !important;
  vertical-align: top !important;
  padding-bottom: 10px;
}
footer .inquiryForm .form-group .form-control {
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
}
footer .inquiryForm .form-group .form-control:focus {
  box-shadow: none !important;
}
footer .disclamber {
  margin-top: 30px;
}
footer .disclamber p {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .disclamber p {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  footer h1 {
    font-size: 50px;
    line-height: 50px;
  }
  footer .contactdetail ul li a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  footer h1 {
    font-size: 40px;
    line-height: 40px;
  }
  footer .contactdetail ul li a {
    font-size: 20px;
    line-height: 20px;
  }
}

.designsec {
  background: #8dc63f;
  min-height: 682px;
}
@media (max-width: 991px) {
  .designsec {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .designsec {
    min-height: 530px;
  }
}
@media (max-width: 575px) {
  .designsec {
    min-height: 320px;
  }
}
.designsec .title {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .designsec .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .designsec .title {
    font-size: 47px;
    line-height: 55px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .designsec .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
.designsec .details {
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  max-width: 959px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .designsec .details {
    font-size: 30px;
    line-height: 40px;
  }
}

.brandingdetailsec.sectionPadding {
  padding-top: 0;
}
@media (max-width: 767px) {
  .brandingdetailsec.sectionPadding {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .brandingdetailsec.sectionPadding {
    padding-top: 30px;
  }
}
.brandingdetailsec .brandingdetail {
  margin-top: 50px;
  max-width: 959px;
}
.brandingdetailsec .brandingdetail p {
  color: #585858;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .brandingdetailsec .brandingdetail {
    margin-top: 30px;
  }
}
.brandingdetailsec .brandingimg {
  text-align: end;
  margin-top: -25%;
}
@media (max-width: 1024px) {
  .brandingdetailsec .brandingimg {
    margin-top: -31%;
  }
}
@media (max-width: 991px) {
  .brandingdetailsec .brandingimg {
    margin-top: -36%;
  }
}
@media (max-width: 575px) {
  .brandingdetailsec .brandingimg {
    margin-top: 0;
  }
}

.relatedwork {
  background: #eeeeee;
}
.relatedwork .title {
  text-align: left;
  color: #000;
  margin-bottom: 50px;
}
.relatedwork .relatedworksec ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.relatedwork .relatedworksec ul li {
  list-style: none;
  border: 10px solid rgba(105, 105, 105, 0.5);
  border-radius: 100%;
}
@media (max-width: 991px) {
  .relatedwork .relatedworksec ul li {
    flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 15px;
  }
}
.relatedwork .relatedworksec ul li img {
  width: 100%;
}

.abtsec {
  background: url(../images/aboutbg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right;
  background-size: cover;
}
.abtsec .abtdetail .title {
  color: #000;
  text-align: left;
}
.abtsec .abtdetail .subdetail {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 30px;
}
.abtsec .abtdetail .detail {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  max-width: 755px;
}

.abtperson {
  background-color: #95d6e8;
}
.abtperson .abtpersondetail {
  display: flex;
}
.abtperson .abtpersondetail .abtimg {
  flex: 0 0 30%;
  max-width: 30%;
}
.abtperson .abtpersondetail .abtimg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abtperson .abtpersondetail .persondetail {
  flex: 0 0 70%;
  max-width: 70%;
}
.abtperson .abtpersondetail .persondetail.sectionPadding {
  padding: 100px 50px;
}
.abtperson .abtpersondetail .persondetail .personname {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}
.abtperson .abtpersondetail .persondetail .detail {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
.abtperson .abtpersondetail .persondetail p {
  font-size: 18px;
  line-height: 26px;
}

.clientdetail p {
  font-size: 18px;
  line-height: 28px;
  max-width: 756px;
  margin-bottom: 0;
}
.clientdetail .title {
  text-align: left;
  color: #000;
  font-weight: 400;
  text-transform: inherit;
  max-width: 970px;
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1024px) {
  .clientdetail .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .clientdetail .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .clientdetail .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.clientdetail ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.clientdetail ul li {
  list-style: none;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 10px;
}
.clientdetail ul li .clientBox {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 122px;
  background: radial-gradient(77.83% 77.83% at 50.11% 39.82%, #ffffff 0%, #ebebeb 100%);
  border-radius: 10px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .clientdetail ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .clientdetail ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.awardsec ul {
  display: flex;
}
.awardsec ul li {
  list-style: none;
  color: #585858;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
.awardsec ul li.organization {
  flex: 0 0 20%;
  max-width: 20%;
  filter: grayscale(1);
  transition: all ease-in-out 0.2s;
}
.awardsec ul li.prize {
  flex: 0 0 30%;
  max-width: 30%;
}
.awardsec ul li.prize p {
  max-width: 270px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
.awardsec ul li.prize p:first-child {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
}
.awardsec ul li.project {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
}
.awardsec ul li.project p {
  font-weight: 500;
}
.awardsec ul li.year {
  flex: 0 0 10%;
  max-width: 10%;
}
.awardsec ul li.year span {
  font-weight: 500;
}
.awardsec ul:hover .prize p {
  color: #005d77;
}
.awardsec ul:hover .organization {
  filter: grayscale(0);
}
.awardsec ul:hover .project {
  color: #005d77;
}
.awardsec ul:hover .year span {
  color: #005d77;
}

.contactsec {
  position: relative;
}
.contactsec:before {
  content: "";
  position: absolute;
  background: #4da4bc;
  height: 100%;
  width: 353px;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .contactsec:before {
    width: 285px;
  }
}
@media (max-width: 575px) {
  .contactsec:before {
    width: 195px;
  }
}
.contactsec .social {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .contactsec .social {
    margin-top: 30px;
  }
}
.contactsec .social ul {
  display: flex;
}
.contactsec .social ul li {
  list-style: none;
  margin-right: 20px;
}
.contactsec .social ul li i:before {
  font-size: 35px;
  line-height: 45px;
}
@media (max-width: 1024px) {
  .contactsec .social ul li i:before {
    font-size: 32px;
    line-height: 40px;
  }
}
.contactsec .emailsec {
  display: flex;
  align-items: baseline;
}
.contactsec .emailsec ul {
  margin-left: 20px;
}
.contactsec .emailsec ul li {
  list-style: none;
  margin-bottom: 5px;
}
.contactsec .emailsec ul li a {
  color: #000;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1024px) {
  .contactsec .emailsec ul li a {
    font-size: 22px;
    line-height: 30px;
  }
}
.contactsec .emailsec.phone {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contactsec .emailsec.phone {
    margin-top: 30px;
  }
}
.contactsec .title {
  color: #000;
  text-align: left;
}
@media (max-width: 991px) {
  .contactsec .title {
    margin-bottom: 40px;
  }
}
.contactsec .inquiryForm {
  background: #ffffff;
  box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.16);
  padding: 40px;
}
@media (max-width: 991px) {
  .contactsec .inquiryForm {
    margin-top: 30px;
  }
}
.contactsec .inquiryForm .commonbtn {
  text-align: left;
  margin-top: 40px;
}
.contactsec .inquiryForm .commonbtn a {
  padding: 9px 34px;
}
.contactsec .inquiryForm .form-group .form-control {
  border: none;
  border-bottom: 1px solid #a8a8a8;
  border-radius: 0;
}
.contactsec .inquiryForm .form-group .form-control:focus {
  box-shadow: none !important;
}
.contactsec .inquiryForm .form-group ::-moz-placeholder {
  color: #000;
  font-size: 16px !important;
  line-height: 26px !important;
  display: flex !important;
  align-items: flex-start !important;
  vertical-align: top !important;
  padding-bottom: 10px;
}
.contactsec .inquiryForm .form-group ::placeholder {
  color: #000;
  font-size: 16px !important;
  line-height: 26px !important;
  display: flex !important;
  align-items: flex-start !important;
  vertical-align: top !important;
  padding-bottom: 10px;
}
.contactsec .inquiryForm select {
  border: none;
  border-bottom: 1px solid #a8a8a8;
  border-radius: 0;
}

.qualificationsec p {
  font-size: 33px;
  line-height: 43px;
  font-weight: 400;
  margin-bottom: 0;
}
.qualificationsec .qualificationdetail {
  max-width: 370px;
}
.qualificationsec .qualificationdetail p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.qualificationsec .row {
  align-items: end;
}

.service .servicebox .servicetitle {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .service .servicebox .servicetitle {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .service .servicebox .servicetitle {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.service .servicebox .serviceimg {
  box-shadow: 0 10px 20px #d9d9d9;
}
.service .servicebox .serviceimg img {
  width: 100%;
}
@media (max-width: 767px) {
  .service .servicebox .serviceimg img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service .servicebox p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
  color: #696969;
}
.service .servicebox.marginB {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .service .servicebox.marginB {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .service .servicebox.marginB {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .service .servicebox {
    border-bottom: 1px solid #7fbb53;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service .servicebox.borderN {
    border: none;
  }
}
.service .row .padding20 {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .service .row .padding20 {
    padding: 0 30px;
  }
}
.service .row .margin20 {
  margin-top: 18%;
}
@media (max-width: 767px) {
  .service .row .margin20 {
    margin-top: 50px;
  }
}

.eventSec {
  background: #f2f2f2;
  position: relative;
}
.eventSec.fancyBox {
  background: none;
}
.eventSec .filterdropdown {
  background: rgba(122, 122, 122, 0.7);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  position: absolute;
  right: 12%;
  top: 5%;
  z-index: 1;
  padding: 30px 20px;
  display: none;
  width: 279px;
  min-height: 452px;
}
.eventSec .filterdropdown select {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  background: #fff url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
  width: 240px;
}
.eventSec .filterdropdown select option {
  background: #f2f2f2;
  font-size: 14px;
  line-height: 20px;
  color: #9d9d9d;
  padding: 15px;
}
.eventSec .filtersec {
  text-align: end;
  margin-bottom: 50px;
}
.eventSec .filtersec a {
  background: #8dc63f;
  padding: 10px;
  border-radius: 50px;
}
.eventSec .masonry .brick {
  position: relative;
  width: 100%;
}
.eventSec .masonry .brick .fancy {
  position: relative;
}
.eventSec .masonry .brick .fancy:after {
  content: "";
  position: absolute;
  background: url(../images/plus.png);
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.eventSec .masonry .brick .fancy:hover:before {
  width: 100%;
  height: 100%;
}
.eventSec .masonry .brick .fancy:hover:after {
  width: 30px;
  height: 30px;
}
.eventSec .masonry .brick .overlay {
  background: transparent;
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.eventSec .masonry .brick .overlay .modalHover {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0 20px;
  background: rgba(140, 198, 63, 0.8);
  width: 205px;
}
.eventSec .masonry .brick .overlay .modalSubtitle {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  margin: auto;
  opacity: 0;
}
.eventSec .masonry .brick .overlay .modalPara {
  color: #fff;
  text-align: left;
  margin: 0;
  opacity: 0;
  max-width: 230px;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eventSec .masonry .brick:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.eventSec .masonry .brick:hover .overlay .modalSubtitle {
  opacity: 1;
  transition: 1.3s ease;
}
.eventSec .masonry .brick:hover .overlay .modalPara {
  opacity: 1;
  transition: 1.3s ease;
}

.worksec {
  background: #95d6e8;
}
.worksec.sectionPadding {
  padding-bottom: 50px;
}
.worksec .worktitle {
  font-size: 44px;
  line-height: 55px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.worksec p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.companyname {
  padding: 30px 0;
  position: relative;
}
.companyname:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  margin-top: -22%;
  background: url(../images/workdetail.png);
  background-repeat: no-repeat;
}
.companyname ul {
  display: flex;
  justify-content: space-between;
}
.companyname ul li {
  list-style: none;
}
.companyname ul li .companytitle {
  font-size: 16px;
  line-height: 24px;
  color: #047fa0;
  font-weight: 500;
  margin-bottom: 0px;
}
.companyname ul li p {
  font-size: 20px;
  line-height: 30px;
}

.eventSec {
  background: #F2F2F2;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: -56px;
}
.eventSec.eventlist {
  margin-top: 0px;
}
.eventSec.fancyBox {
  background: none;
}
.eventSec .filter {
  position: relative;
}
.eventSec .filter .filterdropdown {
  background: rgba(122, 122, 122, 0.7);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  position: absolute;
  right: 50px;
  top: 5%;
  z-index: 1;
  padding: 30px 20px;
  display: none;
  width: 279px;
  min-height: 452px;
}
.eventSec .filter .filterdropdown .dropdownsec {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 8px;
}
.eventSec .filter .filterdropdown .dropdownsec ul li {
  list-style: none;
  margin-bottom: 10px;
}
.eventSec .filter .filterdropdown .dropdownsec ul li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.eventSec .filter .filterdropdown .dropdownsec ul li a:hover {
  color: #8dc63f;
}
.eventSec .filter .filterdropdown .dropdownsec ul li.active a {
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}
.eventSec .filter .filterdropdown select {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  background: #fff url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
  width: 240px;
}
.eventSec .filter .filterdropdown select option {
  background: #F2F2F2;
  font-size: 14px;
  line-height: 20px;
  color: #9D9D9D;
  padding: 15px;
}
.eventSec .filtersec {
  text-align: end;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .eventSec .filtersec {
    margin-bottom: 30px;
  }
}
.eventSec .filtersec a {
  background: #8DC63F;
  padding: 10px;
  border-radius: 50px;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.eventSec .masonry .brick {
  position: relative;
  width: 100%;
}
.eventSec .masonry .brick .fancy a {
  position: relative;
}
.eventSec .masonry .brick .fancy a:before {
  position: absolute;
  content: "";
  background: rgba(141, 198, 63, 0.7);
  width: 0;
  height: 0;
  transition: all ease-in-out 0.2s;
}
.eventSec .masonry .brick .fancy a:hover:before {
  width: 100%;
  height: 100%;
}
.eventSec .masonry .brick .fancy a:hover:after {
  width: 30px;
  height: 30px;
}
.eventSec .masonry .brick .fancy a:after {
  content: "";
  position: absolute;
  background: url(../images/plus.png);
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease-in-out 0.2s;
}
.eventSec .masonry .brick .overlay {
  background: transparent;
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.eventSec .masonry .brick .overlay .modalHover {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0 20px;
  background: url(../images/subtract.png);
  background-repeat: no-repeat;
  width: 205px;
  height: 72px;
}
@media (max-width: 575px) {
  .eventSec .masonry .brick .overlay .modalHover {
    width: 165px;
    height: 60px;
    background-size: contain;
    padding: 0;
  }
}
.eventSec .masonry .brick .overlay .modalSubtitle {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  margin: auto;
  opacity: 0;
}
.eventSec .masonry .brick .overlay .modalPara {
  color: #fff;
  text-align: left;
  margin: 0;
  opacity: 0;
  max-width: 230px;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eventSec .masonry .brick:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.eventSec .masonry .brick:hover .overlay .modalSubtitle {
  opacity: 1;
  transition: 1.3s ease;
}
.eventSec .masonry .brick:hover .overlay .modalPara {
  opacity: 1;
  transition: 1.3s ease;
}
@media (max-width: 480px) {
  .eventSec .masonry {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.worksec {
  background: #95D6E8;
  position: relative;
  min-height: 450px;
}
.worksec.sectionPadding {
  padding-bottom: 50px;
}
.worksec .workImage {
  position: absolute;
  left: 0;
  top: 30%;
}
.worksec .workImage img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80%;
}
@media (max-width: 1199px) {
  .worksec .workImage img {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .worksec .workImage img {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .worksec .workImage {
    position: relative;
    top: 0;
  }
  .worksec .workImage img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .worksec .workImage {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
  .worksec .workImage img {
    max-width: 100%;
  }
}
.worksec .worktitle {
  font-size: 44px;
  line-height: 55px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .worksec .worktitle {
    font-size: 36px;
    line-height: 47px;
  }
}
@media (max-width: 575px) {
  .worksec .worktitle {
    font-size: 24px;
    line-height: 30px;
  }
}
.worksec .worktitle span {
  display: inline-block;
  animation: up_down 1.5s ease-in-out infinite;
}
.worksec p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .worksec p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .worksec {
    min-height: auto;
  }
  .worksec .workImage {
    max-width: 85%;
  }
  .worksec .workImage img {
    height: 200px;
    margin-bottom: 20px;
    width: 100%;
  }
  .worksec .worktitle {
    text-align: center;
  }
  .worksec p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .worksec .workImage img {
    margin-bottom: 10px;
  }
}

@keyframes up_down {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-6px);
  }
}
.rightarrow {
  text-align: end;
  margin-bottom: 30px;
}
.rightarrow .commonbtn {
  padding: 10px 20px;
  background: #168aa9;
  color: #fff;
}
.rightarrow .commonbtn i {
  margin-right: 15px;
}
.rightarrow .commonbtn i:before {
  color: white;
}
.rightarrow .commonbtn a {
  color: #fff;
}
@media (max-width: 575px) {
  .rightarrow .commonbtn {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .rightarrow {
    margin-bottom: 20px;
  }
}

.companyname {
  padding: 30px 0;
  position: relative;
}
.companyname ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.companyname ul li {
  margin-right: 30px;
  list-style: none;
}
.companyname ul li .companytitle {
  font-size: 16px;
  line-height: 24px;
  color: #047FA0;
  font-weight: 500;
  margin-bottom: 0px;
}
.companyname ul li p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .companyname ul li p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .companyname ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Style the tab */
.tabLinks {
  overflow: hidden;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  background-color: transparent;
}

/* Style the buttons inside the tab */
.tabLinks button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  margin: 15px 15px;
  font-size: 24px;
  margin: 5px 15px;
}

/* Change background color of buttons on hover */
.tabLinks button:hover {
  background-color: #368eb4;
  color: #fff;
}

/* Create an active/current tablink class */
.tabLinks button.active {
  background-color: #368eb4;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 15px;
}

.videoBox {
  display: flex;
  flex-wrap: wrap;
}
.videoBox .videoFancy {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 25px;
}
.videoBox .videoFancy img {
  width: 100%;
}
@media (max-width: 767px) {
  .videoBox .videoFancy {
    flex: 0 0 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */