@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.contact-us .contact-form button, .our_team button, .whyChoose .whyChoose_left button, .banner_outer .banner_inner1 .banner_inside button {
  background-color: #0075ff;
  padding: 20px 50px;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-family: "Roboto";
  font-weight: 600;
}

#postsCards .postContent h2, #weCareSection h2, #ourClients h2, #testimonial h2, #aboutExpetsSection h2, .contact-us .contact-us-left .contact-us-left-inner h2, .our_team .our_team_headings h2, .whyChoose .whyChoose_left h2, body h2 {
  font-size: 45px;
  color: #043D75;
  font-weight: 700;
  font-family: "Roboto";
}

#postsCards .sideBar .clay h3, #weCareSection h3, #ourClients div.clay h3, #testimonial .col-2 h3 {
  font-size: 25px;
  color: #043D75;
  font-family: "Roboto";
}

.whyChoose .whyChoose_right .whyChoose_right_inner h4 {
  color: #043D75;
  font-family: "Roboto";
}

.contact-us .contact-us-left .contact-us-left-inner p, .our_team .our_team_headings p, .whyChoose .whyChoose_left p, body p {
  color: #043D75;
  font-weight: 500;
  font-size: 20px;
  font-family: "Roboto";
}

body h1 {
  font-family: "Roboto";
  color: #043D75;
}
body ::-moz-selection {
  background-color: #FF8C83;
  color: white;
}
body ::selection {
  background-color: #FF8C83;
  color: white;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to right bottom, #043d75, #004b96, #0059b8, #0067db, #0075ff);
  border-radius: 50px;
  padding: 15px;
}

.cleyText {
  width: 90px;
  padding: 20px 20px 20px 20px;
  background-color: #043D75;
  color: white;
}

#header_section img {
  height: 62px;
  width: 100%;
}

#header .navbar-brand {
  color: #043D75;
  font-family: "Roboto";
  font-size: 25px;
}
#header .navbar-brand-sec {
  color: #0075ff;
}
#header li {
  padding-left: 40px;
}
#header .nav-link {
  color: #0075ff;
  font-family: "Roboto";
  font-size: 20px;
}
#header .nav-link:hover {
  color: #043D75;
}
#header .nav-link::after {
  content: "•";
  display: block;
  text-align: center;
  opacity: 0;
}
#header .nav-link:hover::after {
  transition: all 1s;
  opacity: 1;
}
#header .active {
  color: #043D75;
}
#header .active::after {
  transition: all 1s;
  opacity: 1;
}
#header .contact-btn {
  background-color: #0075ff;
  width: 150px;
  height: 50px;
  border-radius: 30px 30px 30px 30px;
  color: white;
  border: solid 0px;
  font-family: "Roboto";
  font-size: 18px;
}
@media only screen and (min-width: 320px) and (max-width: 999.5px) {
  #header .contact-btn {
    display: none;
  }
}
#header .contact-btn:hover {
  background-color: #043D75;
}

.banner_outer {
  position: relative;
}
.banner_outer .banner_inner1 .banner_inside h3 {
  position: relative;
  font-size: 25px;
  color: #012444;
  padding: 0 0 0 30px;
  border-left: 4px solid #FF8C83;
  font-family: "Roboto";
  line-height: 1.5;
}
.banner_outer .banner_inner1 .banner_inside h1 {
  font-size: 60px;
  color: #043D75;
  font-weight: 700;
  font-family: "Roboto";
}
.banner_outer .banner_inner1 .banner_inside p {
  color: #012444;
  font-weight: 500;
}
.banner_outer .banner_inner2 .uppr_img {
  position: relative;
  padding: 45px 45px;
}
.banner_outer .banner_inner2 .uppr_img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(to bottom right, #0075ff, #043D75);
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
}
.banner_outer .banner_inner2 .uppr_img::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(to bottom right, #043D75, #0075ff);
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}
.banner_outer .banner_inner2 .uppr_img img {
  border-radius: 20px;
}
.banner_outer::after {
  content: "";
  position: absolute;
  background: url("../assets/bannerimg.png");
  width: 100%;
  height: 100px;
  bottom: 50px;
  z-index: -2;
  background-size: cover;
}

#homeOurServices {
  margin-top: 80px;
}
#homeOurServices h2 {
  color: #043D75;
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 500;
}
#homeOurServices .heading {
  margin-bottom: 60px;
}
#homeOurServices p {
  font-family: "Roboto";
  font-weight: bold;
}
#homeOurServices img {
  width: 128px;
  height: 128px;
}
#homeOurServices h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Roboto";
}
#homeOurServices .card {
  border-radius: 25px 25px 25px 25px;
  background-color: white;
}
#homeOurServices h4 {
  margin-bottom: 30px;
  font-family: "Roboto";
  opacity: 0;
  display: none;
}
#homeOurServices .card:hover {
  background-color: #FF8C83;
  color: white;
  transition: 1s;
  z-index: 1;
}

.whyChoose {
  margin-top: 80px;
}
.whyChoose .whyChoose_left {
  position: relative;
}
.whyChoose .whyChoose_left h2 {
  padding-left: 30px;
  border-left: 5px solid #FF8C83;
  line-height: 70px;
}
.whyChoose .whyChoose_left .whyChoose_left_inner::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: linear-gradient(to bottom right, #0075ff, #043D75);
  top: -156px;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0.1;
}
.whyChoose .whyChoose_right .whyChoose_right_inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 1px 1px #0075ff;
  transition: transform linear 0.5s;
  transition: 0.5s;
}
.whyChoose .whyChoose_right .whyChoose_right_inner:hover {
  transform: scale(1.025);
}
.whyChoose .whyChoose_right .whyChoose_right_inner img {
  width: 70%;
}

.our_team .our_team_headings p {
  padding: 0 10%;
}
.our_team .our_team_load {
  display: none;
}
.our_team .our_team_outer_sec {
  position: relative;
  display: flex;
  align-items: center;
  transition: transform linear 0.5s;
  max-width: 300px;
  margin: auto;
  box-shadow: -11px 10px 7px rgba(50, 56, 177, 0.2);
  background-color: #95bbe5;
}
.our_team .our_team_outer_sec:hover {
  transform: scale(1.1);
  background-color: #285383;
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .our_team .our_team_outer_sec {
    max-width: 200px;
  }
}
.our_team .our_team_outer_sec .our_team_img_degi {
  width: 100%;
  margin: auto;
}
.our_team .our_team_outer_sec .our_team_img_degi .our_team_img_degi_inner {
  position: relative;
}
.our_team .our_team_outer_sec .our_team_discription {
  position: absolute;
  background-color: #EBEEFF;
  bottom: 0;
  right: 0;
  padding: 10px 25px;
  margin: -50px;
  color: #043D75;
  box-shadow: 11px 10px 7px rgba(50, 56, 177, 0.2);
  min-width: 250px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our_team .our_team_outer_sec .our_team_discription {
    position: absolute;
    right: 60px;
  }
}
.our_team .our_team_outer_sec .our_team_discription h2,
.our_team .our_team_outer_sec .our_team_discription p {
  color: #043D75;
  margin: unset;
  font-weight: 500;
}
.our_team .our_team_outer_sec .our_team_discription a {
  color: #043D75;
  padding: 4px 6px;
}
.our_team .our_team_outer_sec .our_team_discription a:hover {
  color: #043D75;
  background-color: #fff;
  border-radius: 2px;
}
.our_team .our_team_outer_sec .our_team_discription a i {
  transition: transform linear 0.3s;
}
.our_team .our_team_outer_sec .our_team_discription a i:hover {
  transform: rotate(360deg);
}
.our_team button {
  display: block;
}

.contact-us {
  background-image: url("contact4.png");
  background-size: 100% 100%;
}
.contact-us .contact-us-left .contact-us-left-inner h2 {
  font-family: "Roboto";
}
.contact-us .contact-form {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  background-size: cover;
}
.contact-us .contact-form input {
  border-radius: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-us .contact-form button {
  display: block;
  margin: auto;
  width: 100%;
  border-radius: 50px;
}

#aboutCardOne {
  padding: 50px 50px 15px 50px;
}
@media only screen and (min-width: 320px) and (max-width: 500.5px) {
  #aboutCardOne {
    padding: 10px 0px 15px 0px;
  }
}
#aboutCardOne img {
  border-radius: 0px 125px 0px 125px;
  width: 600px;
  height: 500px;
}
@media only screen and (min-width: 320px) and (max-width: 500.5px) {
  #aboutCardOne img {
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200.5px) {
  #aboutCardOne img {
    margin-left: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200.5px) {
  #aboutCardOne h1 {
    margin-left: auto;
    margin-right: auto;
  }
}
#aboutCardOne .blueClayDiv {
  background-color: #0075ff;
  color: white;
  font-family: "Roboto";
}
#aboutCardOne h2 {
  font-family: "Roboto";
  color: white;
}
#aboutCardOne ul {
  list-style-image: url("../assets/check.png");
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  #aboutCardOne ul {
    margin-left: 10px;
  }
}

#aboutCounterSection {
  background-color: #043D75;
  --clay-border-radius: 0px;
}
#aboutCounterSection .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
#aboutCounterSection .clay {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
  --clay-border-radius: 48px;
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 1200.5px) {
  #aboutCounterSection .clay {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-bottom: 60px;
  }
}
#aboutCounterSection .clay h2, #aboutCounterSection .clay h6 {
  color: black;
  font-family: "Roboto";
}
#aboutCounterSection .clay h2 {
  font-family: "Roboto";
}

#aboutExpetsSection h2 {
  padding-top: 50px;
  padding-bottom: 100px;
}
#aboutExpetsSection .card {
  background-color: #0075ff;
  margin-top: 120px;
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 1200.5px) {
  #aboutExpetsSection .card {
    margin: 150px 0px 50px 0px;
  }
}
#aboutExpetsSection .card img {
  margin-top: -160px;
  filter: drop-shadow(-4px -28px 0px #0075ff);
}
#aboutExpetsSection .card h4 {
  font-family: "Roboto";
}
#aboutExpetsSection .card .card-body {
  background-color: white;
}

#testimonial {
  background-color: #043D75;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 90px;
  --clay-border-radius: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 1200.5px) {
  #testimonial {
    display: none;
  }
}
#testimonial h2 {
  color: white;
}
#testimonial .col-2 {
  background-color: white;
  width: 500px;
  --clay-border-radius: 40px;
  height: 270px;
  margin-left: 110px;
  margin-top: 100px;
}
#testimonial .col-2 p {
  padding-top: 60px;
  padding-left: 50px;
  width: 400px;
}
#testimonial .col-2 h3 {
  font-family: "Roboto";
  padding-bottom: 10px;
  padding-left: 50px;
}
#testimonial .col-2 img {
  position: relative;
  left: 400px;
  top: -100px;
  width: 150px;
  height: 150px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#ourClients div.clay {
  background-color: #0075ff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 55px;
  margin-right: 55px;
}
@media only screen and (min-width: 300px) and (max-width: 1200.5px) {
  #ourClients div.clay {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
#ourClients div.clay img {
  width: 100px;
  height: 100px;
}
#ourClients div.clay h3 {
  font-weight: bold;
  color: white;
}
#weCareSection {
  margin-top: 100px;
  background-color: #043D75;
  --clay-border-radius: 0px;
}
#weCareSection h2 {
  color: white;
  padding-top: 150px;
  margin-left: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 991.5px) {
  #weCareSection h2 {
    margin-left: 0px;
    text-align: center;
    padding-top: 0px;
  }
}
#weCareSection h3 {
  color: white;
  font-weight: bolder;
  padding-top: 25px;
  margin-left: 100px;
}
@media only screen and (min-width: 300px) and (max-width: 991.5px) {
  #weCareSection h3 {
    margin-left: 0px;
    text-align: center;
    padding-bottom: 25px;
  }
}

#servicesSection .servicesCards {
  background-color: #043D75;
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 1200.5px) {
  #servicesSection .servicesCards {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#servicesSection .servicesCards img {
  position: relative;
  z-index: 0;
}
#servicesSection .servicesCards .icon {
  position: relative;
  padding: 15px 15px 15px 15px;
  width: 64px;
  height: 64px;
  background-color: #0075ff;
  border: solid white 5px;
  margin-top: -25px;
  z-index: 1;
}
#servicesSection .servicesCards h3 {
  font-family: "Roboto";
  color: white;
  font-weight: 800;
}
#servicesSection .servicesCards p {
  color: white;
  font-size: 18px;
  font-family: "Roboto";
}

#blogSection {
  padding-top: 200px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  #blogSection {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}
#blogSection #blogBanner {
  position: relative;
  -webkit-animation: cardOne 6s;
          animation: cardOne 6s;
}
#blogSection #blogBanner div::after {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: rgba(254, 154, 147, 0.6352941176);
  border-radius: 100%;
  top: -40px;
  left: 400px;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: inset -8px -8px 16px 0px rgba(145, 192, 255, 0.6), inset 0px 11px 28px 0px rgb(255, 255, 255);
}
@media only screen and (min-width: 320px) and (max-width: 1200.5px) {
  #blogSection #blogBanner div::after {
    display: none;
  }
}
#blogSection #blogBanner div::before {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  background-color: rgba(13, 109, 253, 0.2431372549);
  border-radius: 100%;
  top: -100px;
  left: -100px;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: inset -8px -8px 16px 0px rgba(145, 192, 255, 0.6), inset 0px 11px 28px 0px rgb(255, 255, 255);
}
@media only screen and (min-width: 320px) and (max-width: 1200.5px) {
  #blogSection #blogBanner div::before {
    display: none;
  }
}
#blogSection div#bannerColTwo {
  position: relative;
  background-color: #043D75;
  -webkit-animation: cardTwo 6s;
          animation: cardTwo 6s;
}
#blogSection div#bannerColTwo h1 {
  color: #EBEEFF;
  padding: 50px 30px 0px 30px;
}
#blogSection div#bannerColTwo p {
  color: white;
  padding: 10px 30px 0px 30px;
}
#blogSection div#bannerColTwo #readNowBlogBanner {
  padding: 10px 30px 30px 30px;
}
#blogSection div#bannerColTwo #readNowBlogBanner a {
  color: white;
  padding: 20px 30px 20px 30px;
  background-color: #0075ff;
  font-family: "Roboto";
}
#blogSection #bannerColTwo div::before {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  background-color: rgba(13, 109, 253, 0.2431372549);
  border-radius: 100%;
  top: 125px;
  left: 360px;
  z-index: -1;
  box-shadow: inset -8px -8px 16px 0px rgba(145, 192, 255, 0.6), inset 0px 11px 28px 0px rgb(255, 255, 255);
}
@media only screen and (min-width: 320px) and (max-width: 1200.5px) {
  #blogSection #bannerColTwo div::before {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .searchPost img {
    margin-top: 25px;
  }
}

#postsCards .postContent {
  margin-top: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  #postsCards .sideBar {
    overflow: hidden;
  }
}
#postsCards .sideBar .clay {
  background-color: #043D75;
}
#postsCards .sideBar .clay h3 {
  color: white;
}
#postsCards .sideBar .clay input {
  background-color: white;
  width: 100%;
  --clay-border-radius: 10px;
  padding: 5px 0px 5px 0px;
}
#postsCards .sideBar .clay hr {
  color: white;
}
#postsCards .sideBar .clay h4 {
  font-family: "Roboto";
  color: white;
}
#postsCards .sideBar .clay p {
  color: white;
}
#postsCards .sideBar .clay .card {
  background-color: #0075ff;
}
#postsCards .postContent {
  background-color: #043D75;
}
#postsCards .postContent h2 {
  font-size: 30px;
  color: white;
  padding: 30px 30px 0px 30px;
}
#postsCards .postContent p {
  color: white;
  padding: 15px 30px 10px 30px;
}
#postsCards .postContent div {
  padding: 0px 30px 30px 30px;
}
#postsCards .postContent a {
  background-color: #0075ff;
  padding: 15px 30px 15px 30px;
  font-family: "Roboto";
  color: white;
}
#postsCards .load-more__btn {
  background-color: #043D75;
  color: white;
  font-family: "Roboto";
  padding: 10px 30px 10px 30px;
  margin-left: 300px;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  #postsCards .load-more__btn {
    margin-left: 60px;
    margin-bottom: 25px;
  }
}

#singlePost img {
  width: 100%;
  height: 600px;
}
#singlePost .content {
  background-color: #043D75;
}
#singlePost .content h1 {
  color: white;
}
#singlePost .content p {
  padding: 0px 60px 80px 60px;
  font-family: "Roboto";
  color: white;
  line-height: 30px;
}

#footer .brand-logo {
  text-decoration: none;
  color: #043D75;
  font-family: "Roboto";
  font-size: 25px;
}
#footer .nav {
  color: #0075ff;
  font-family: "Roboto";
  font-size: 20px;
}
#footer .nav-link:hover {
  color: #043D75;
}
#footer .nav-link::after {
  content: "•";
  display: block;
  text-align: center;
  opacity: 0;
}
#footer .nav-link:hover::after {
  transition: all 1s;
  opacity: 1;
}
#footer .active {
  color: #043D75;
}
#footer .active::after {
  transition: all 1s;
  opacity: 1;
}
#footer img {
  height: 62px;
  width: 100%;
  padding-top: 0%;
  overflow: hidden;
}
#footer i {
  font-size: 25px;
  padding-left: 10px;
  padding-right: 10px;
  color: #0075ff;
}
#footer i:hover {
  color: #043D75;
  transition: 0.5s;
}

@-webkit-keyframes cardOne {
  0% {
    left: 300px;
  }
  100% {
    left: 0px;
  }
}

@keyframes cardOne {
  0% {
    left: 300px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes cardTwo {
  0% {
    left: -350px;
  }
  100% {
    left: 0px;
  }
}
@keyframes cardTwo {
  0% {
    left: -350px;
  }
  100% {
    left: 0px;
  }
}/*# sourceMappingURL=main.css.map */